diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9a72e1e..f792ed2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "react-router-dom": "^6.15.0", "react-svg": "^16.1.23", "react-toastify": "^9.1.3", - "zod": "^3.22.2" + "zod": "^3.22.3" }, "devDependencies": { "@types/react": "^18.2.15", @@ -3823,9 +3823,9 @@ } }, "node_modules/zod": { - "version": "3.22.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", - "integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==", + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", + "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/frontend/package.json b/frontend/package.json index fc522ec..718b1ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^6.15.0", "react-svg": "^16.1.23", "react-toastify": "^9.1.3", - "zod": "^3.22.2" + "zod": "^3.22.3" }, "devDependencies": { "@types/react": "^18.2.15",