From dfafa144e7ab2c3cd7a7f111b45cb921a2faa446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 21:03:27 +0000 Subject: [PATCH] Bump zod from 3.15.1 to 3.16.0 Bumps [zod](https://github.com/colinhacks/zod) from 3.15.1 to 3.16.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.15.1...v3.16.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 3b3bd8c..6bb71e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "ansi-styles": "^6.1.0", "got": "^12.0.4", "nodemon": "^2.0.16", - "zod": "^3.15.1" + "zod": "^3.16.0" }, "devDependencies": { "@types/node": "^17.0.31", @@ -7499,9 +7499,9 @@ } }, "node_modules/zod": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.15.1.tgz", - "integrity": "sha512-WAdjcoOxa4S9oc/u7fTbC3CC7uVqptLLU0LKqS8RDBOrCXp2t5avM8BUfgNVZJymGWAx6SEUYxWPPoYuQ5rgwQ==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.16.0.tgz", + "integrity": "sha512-szrIkryADbTM+xBt2a1KoS2CJQXec4f9xG78bj5MJeEH/XqmmHpnO+fG3IE115AKBJak+2HrbxLZkc9mhdbDKA==", "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -13143,9 +13143,9 @@ "dev": true }, "zod": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.15.1.tgz", - "integrity": "sha512-WAdjcoOxa4S9oc/u7fTbC3CC7uVqptLLU0LKqS8RDBOrCXp2t5avM8BUfgNVZJymGWAx6SEUYxWPPoYuQ5rgwQ==" + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.16.0.tgz", + "integrity": "sha512-szrIkryADbTM+xBt2a1KoS2CJQXec4f9xG78bj5MJeEH/XqmmHpnO+fG3IE115AKBJak+2HrbxLZkc9mhdbDKA==" } } } diff --git a/package.json b/package.json index b486d17..ae38932 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ansi-styles": "^6.1.0", "got": "^12.0.4", "nodemon": "^2.0.16", - "zod": "^3.15.1" + "zod": "^3.16.0" }, "devDependencies": { "@types/node": "^17.0.31",