From 603bc96b47099d2727e6030bff489512a4549ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 11:21:26 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.17 to 3.25.20 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.17 to 3.25.20. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.17...v3.25.20) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0fe33772..28408b1b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "vue": "^3.5.14", "vue-router": "^4.5.1", "vuetify": "^3.8.6", - "zod": "^3.25.17" + "zod": "^3.25.20" }, "devDependencies": { "@stylistic/eslint-plugin": "^4.2.0", @@ -11619,9 +11619,9 @@ } }, "node_modules/zod": { - "version": "3.25.17", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.17.tgz", - "integrity": "sha512-8hQzQ/kMOIFbwOgPrm9Sf9rtFHpFUMy4HvN0yEB0spw14aYi0uT5xG5CE2DB9cd51GWNsz+DNO7se1kztHMKnw==", + "version": "3.25.20", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.20.tgz", + "integrity": "sha512-z03fqpTMDF1G02VLKUMt6vyACE7rNWkh3gpXVHgPTw28NPtDFRGvcpTtPwn2kMKtQ0idtYJUTxchytmnqYswcw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 25b966717..f87b3b2b7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "vue": "^3.5.14", "vue-router": "^4.5.1", "vuetify": "^3.8.6", - "zod": "^3.25.17" + "zod": "^3.25.20" }, "devDependencies": { "@stylistic/eslint-plugin": "^4.2.0",