From fff46df8ec3a90c79e3795184e357f33ba44e4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:52:22 +0000 Subject: [PATCH] Bump zod from 3.20.2 to 3.20.6 Bumps [zod](https://github.com/colinhacks/zod) from 3.20.2 to 3.20.6. - [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.2...v3.20.6) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... 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 3e40711..92aafee 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.2" + "zod": "^3.20.6" }, "devDependencies": { "@types/jest": "^27.5.2", @@ -8252,9 +8252,9 @@ } }, "node_modules/zod": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.2.tgz", - "integrity": "sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ==", + "version": "3.20.6", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz", + "integrity": "sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==", "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -14369,9 +14369,9 @@ "dev": true }, "zod": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.2.tgz", - "integrity": "sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ==" + "version": "3.20.6", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.20.6.tgz", + "integrity": "sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==" } } } diff --git a/package.json b/package.json index 5863c11..1d2c725 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.2" + "zod": "^3.20.6" }, "devDependencies": { "@types/jest": "^27.5.2",