From 7d206a534b33e5774fb09e61adc96b31d4afb77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 03:07:45 +0000 Subject: [PATCH] fix(deps): bump zod from 3.10.3 to 3.11.3 (#2981) Bumps [zod](https://github.com/colinhacks/zod) from 3.10.3 to 3.11.3. - [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.10.3...v3.11.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 796fd331df..d6fbe5c478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26595,9 +26595,9 @@ "dev": true }, "zod": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.10.3.tgz", - "integrity": "sha512-ngMXcA/TNXnlXWAmAdH98U6rV5W0K8wNASafMIYUuOrBfwtO7LyPXaOi/riRZns1qfWuE1lHr7gt9N4rmyYFlQ==" + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.11.3.tgz", + "integrity": "sha512-1tsXrIQbl0Ii4lKA9ZpFjKkvZ5GhEfQQ0kVhD99dSkkXUsPVy75HlF9GuB12tVH5lxl+fLl/hmwQHMAq5kpy9A==" }, "zwitch": { "version": "1.0.5", diff --git a/package.json b/package.json index 16153a4360..3f70a2f199 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "whatwg-fetch": "^3.6.2", "winston": "^3.3.3", "winston-cloudwatch": "^3.1.1", - "zod": "^3.10.3" + "zod": "^3.11.3" }, "devDependencies": { "@babel/core": "^7.15.8",