From 2ae4b932b73d8d766ece86f25873c97b52dca397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 01:54:09 +0000 Subject: [PATCH] Bump zod from 3.19.0 to 3.19.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.19.0 to 3.19.1. - [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.19.0...v3.19.1) --- 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 b7a6824..a3d0b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "got": "^12.4.1", "nodemon": "^2.0.19", "yaml": "^2.1.1", - "zod": "^3.19.0" + "zod": "^3.19.1" }, "devDependencies": { "@types/node": "^16.11.58", @@ -7277,9 +7277,9 @@ } }, "node_modules/zod": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.19.0.tgz", - "integrity": "sha512-Yw0qvUsCNGBe5YacikdMt5gVYeUuaEFVDIHKMfElrGSaBhwR3CQK6vOzgfAJOjTdGIhEeoaj8GtT+NDZrepZbw==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.19.1.tgz", + "integrity": "sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==", "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -12733,9 +12733,9 @@ "dev": true }, "zod": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.19.0.tgz", - "integrity": "sha512-Yw0qvUsCNGBe5YacikdMt5gVYeUuaEFVDIHKMfElrGSaBhwR3CQK6vOzgfAJOjTdGIhEeoaj8GtT+NDZrepZbw==" + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.19.1.tgz", + "integrity": "sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==" } } } diff --git a/package.json b/package.json index a6a2729..45031b0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "got": "^12.4.1", "nodemon": "^2.0.19", "yaml": "^2.1.1", - "zod": "^3.19.0" + "zod": "^3.19.1" }, "devDependencies": { "@types/node": "^16.11.58",