diff --git a/package-lock.json b/package-lock.json index a3ae856..3205aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3923,9 +3923,9 @@ "integrity": "sha512-xrO9OoVPqFuYyR/loIHjnbvvyRZREYKLjxV4+dY6v3FQR3stQ9ZxIGkaclF7YhI9hfjpuTbu14hZEy94qKLtOA==" }, "node_modules/@types/react": { - "version": "18.3.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", - "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", + "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" @@ -12001,7 +12001,7 @@ "@types/lodash.debounce": "^4.0.9", "@types/lodash.set": "^4.3.9", "@types/node": "^22.9.0", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/recoil": "^0.0.9", "@typescript-eslint/eslint-plugin": "^8.13.0", diff --git a/web/package.json b/web/package.json index 720d6f9..d2b32d5 100644 --- a/web/package.json +++ b/web/package.json @@ -33,7 +33,7 @@ "@types/lodash.debounce": "^4.0.9", "@types/lodash.set": "^4.3.9", "@types/node": "^22.9.0", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/recoil": "^0.0.9", "@typescript-eslint/eslint-plugin": "^8.13.0",