From ef60d21aa7862570daea2a806e8ce4ab34dc9e39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Jun 2024 02:28:43 +0000 Subject: [PATCH] fix: upgrade zod from 3.21.4 to 3.23.8 Snyk has created this PR to upgrade zod from 3.21.4 to 3.23.8. See this package in npm: zod See this project in Snyk: https://app.snyk.io/org/sandermendes/project/ab0e1087-304e-40fe-b56b-d7c09b7da5f8?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/accounts-auth/package-lock.json | 8 ++++---- frontend/accounts-auth/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/accounts-auth/package-lock.json b/frontend/accounts-auth/package-lock.json index 1620b7c..86d0436 100644 --- a/frontend/accounts-auth/package-lock.json +++ b/frontend/accounts-auth/package-lock.json @@ -21,7 +21,7 @@ "react-i18next": "^13.0.3", "react-router-dom": "^6.14.2", "react-transition-group": "^4.4.5", - "zod": "^3.21.4" + "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.4.6", @@ -4111,9 +4111,9 @@ } }, "node_modules/zod": { - "version": "3.21.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", - "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==", + "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/frontend/accounts-auth/package.json b/frontend/accounts-auth/package.json index f44c9e7..0f3c1ba 100644 --- a/frontend/accounts-auth/package.json +++ b/frontend/accounts-auth/package.json @@ -23,7 +23,7 @@ "react-i18next": "^13.0.3", "react-router-dom": "^6.14.2", "react-transition-group": "^4.4.5", - "zod": "^3.21.4" + "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.4.6",