From 0baa4ce29415e4c1b3d25bf3246fd6a5a219a424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:27:24 +0000 Subject: [PATCH] Bump zod from 3.18.0 to 3.19.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.18.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.18.0...v3.19.1) --- 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 ad89681a..89088f87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "update-notifier": "5.1.0", "uuid": "8.3.2", "yargs": "17.5.1", - "zod": "3.18.0" + "zod": "3.19.1" }, "bin": { "hathora": "lib/cli.js" @@ -5295,9 +5295,9 @@ } }, "node_modules/zod": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.18.0.tgz", - "integrity": "sha512-gwTm8RfUCe8l9rDwN5r2A17DkAa8Ez4Yl4yXqc5VqeGaXaJahzYYXbTwvhroZi0SNBqTwh/bKm2N0mpCzuw4bA==", + "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" } @@ -8973,9 +8973,9 @@ "dev": true }, "zod": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.18.0.tgz", - "integrity": "sha512-gwTm8RfUCe8l9rDwN5r2A17DkAa8Ez4Yl4yXqc5VqeGaXaJahzYYXbTwvhroZi0SNBqTwh/bKm2N0mpCzuw4bA==" + "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 e5d671f1..fcb558a4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "update-notifier": "5.1.0", "uuid": "8.3.2", "yargs": "17.5.1", - "zod": "3.18.0" + "zod": "3.19.1" }, "devDependencies": { "@types/fs-extra": "9.0.13",