diff --git a/virtweb_frontend/package-lock.json b/virtweb_frontend/package-lock.json index 0fb8960..c24f836 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -36,8 +36,8 @@ "@eslint/js": "^9.35.0", "@types/humanize-duration": "^3.27.4", "@types/jest": "^30.0.0", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.2", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.7.0", @@ -2379,9 +2379,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz", - "integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz", + "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", "license": "MIT", "peer": true, "dependencies": { @@ -2389,9 +2389,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.0.tgz", - "integrity": "sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz", + "integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 4f440f1..4cfb588 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -38,8 +38,8 @@ "@eslint/js": "^9.35.0", "@types/humanize-duration": "^3.27.4", "@types/jest": "^30.0.0", - "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.2", "@types/react-syntax-highlighter": "^15.5.13", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.7.0",