diff --git a/package-lock.json b/package-lock.json index 055752f7..66c92e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "jdk-utils": "^0.4.4", "jquery": "^4.0.0", "lodash": "^4.18.1", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.0.0", "react-redux": "^9.0.0", "semver": "^7.7.4", @@ -38,7 +38,7 @@ "@types/lodash": "^4.14.186", "@types/node": "20.x", "@types/path-exists": "^4.0.2", - "@types/react": "^19.0.0", + "@types/react": "^19.2.15", "@types/react-dom": "^19.0.0", "@types/semver": "^7.7.1", "@types/vscode": "^1.74.0", @@ -770,9 +770,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", + "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", "devOptional": true, "license": "MIT", "dependencies": { @@ -3192,9 +3192,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 8f56e23a..2fca8bd2 100644 --- a/package.json +++ b/package.json @@ -347,7 +347,7 @@ "@types/lodash": "^4.14.186", "@types/node": "20.x", "@types/path-exists": "^4.0.2", - "@types/react": "^19.0.0", + "@types/react": "^19.2.15", "@types/react-dom": "^19.0.0", "@types/semver": "^7.7.1", "@types/vscode": "^1.74.0", @@ -393,7 +393,7 @@ "jdk-utils": "^0.4.4", "jquery": "^4.0.0", "lodash": "^4.18.1", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.0.0", "react-redux": "^9.0.0", "semver": "^7.7.4",