diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index f6b408e05..7ffef345a 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^22.5.5", - "@types/react": "^18.3.9", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.0", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.2", @@ -1371,9 +1371,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.3.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.9.tgz", - "integrity": "sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/code/frontend/package.json b/code/frontend/package.json index 6a1dc6d5a..5bea45d35 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^22.5.5", - "@types/react": "^18.3.9", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.0", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.2",