diff --git a/package-lock.json b/package-lock.json index 2b487884..dfaec471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-dom": "^18.3.1", "react-redux": "^8.0.4", "remix-validated-form": "^4.5.5", - "zod": "^3.22.3" + "zod": "^3.23.8" }, "devDependencies": { "@headlessui/react": "^1.7.2", @@ -16127,9 +16127,9 @@ } }, "node_modules/zod": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", - "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", + "version": "3.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index ddffceff..ce6d60d6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-dom": "^18.3.1", "react-redux": "^8.0.4", "remix-validated-form": "^4.5.5", - "zod": "^3.22.3" + "zod": "^3.23.8" }, "devDependencies": { "@headlessui/react": "^1.7.2",