diff --git a/client/package-lock.json b/client/package-lock.json index 6ebc7776..671b4ad2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -30,7 +30,7 @@ "vite-plugin-pwa": "^1.0.0" }, "devDependencies": { - "@types/react": "^19.1.4", + "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5" } }, @@ -2675,9 +2675,9 @@ "peer": true }, "node_modules/@types/react": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz", - "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.5.tgz", + "integrity": "sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==", "dev": true, "license": "MIT", "dependencies": { @@ -7840,9 +7840,9 @@ "peer": true }, "@types/react": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.4.tgz", - "integrity": "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g==", + "version": "19.1.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.5.tgz", + "integrity": "sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==", "dev": true, "requires": { "csstype": "^3.0.2" diff --git a/client/package.json b/client/package.json index 4c2273e2..7dbc9d82 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "vite-plugin-pwa": "^1.0.0" }, "devDependencies": { - "@types/react": "^19.1.4", + "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5" } }