From 95fa321e74f972ef3a351557460f4ace1fde7ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:13:53 +0000 Subject: [PATCH] Bump zod from 3.20.6 to 3.21.0 Bumps [zod](https://github.com/colinhacks/zod) from 3.20.6 to 3.21.0. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.20.6...v3.21.0) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1ccf1d..8a8531b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "spdx-expression-parse": "^3.0.1", "spdx-satisfies": "^5.0.1", "yaml": "^2.2.1", - "zod": "^3.20.6" + "zod": "^3.21.0" }, "devDependencies": { "@types/jest": "^27.5.2", @@ -8529,9 +8529,9 @@ } }, "node_modules/zod": { - "version": "3.20.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz", - "integrity": "sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.0.tgz", + "integrity": "sha512-UYdykTcVxB6lfdyLzAqLyyYAlOcpoluECvjsdoaqfQmz9p+3LRaIqYcNiL/J2kFYp66fBM8wwBvIGVEjq7KtZw==", "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -14856,9 +14856,9 @@ "dev": true }, "zod": { - "version": "3.20.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz", - "integrity": "sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==" + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.0.tgz", + "integrity": "sha512-UYdykTcVxB6lfdyLzAqLyyYAlOcpoluECvjsdoaqfQmz9p+3LRaIqYcNiL/J2kFYp66fBM8wwBvIGVEjq7KtZw==" } } } diff --git a/package.json b/package.json index 91d4aef..13eb129 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "spdx-expression-parse": "^3.0.1", "spdx-satisfies": "^5.0.1", "yaml": "^2.2.1", - "zod": "^3.20.6" + "zod": "^3.21.0" }, "devDependencies": { "@types/jest": "^27.5.2",