From 7277e9b9d5a5198f767c93c9fcd42204ad55fe62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:59:49 +0000 Subject: [PATCH] Bump zod from 3.22.2 to 3.22.4 Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.4. - [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.22.2...v3.22.4) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c78a93e..b44d15c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", "untildify": "^5.0.0", - "zod": "^3.22.2" + "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.8.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33a1ae1..8f443be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^5.0.0 version: 5.0.0 zod: - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.22.4 + version: 3.22.4 devDependencies: '@types/node': @@ -2857,6 +2857,6 @@ packages: engines: {node: '>=10'} dev: true - /zod@3.22.2: - resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==} + /zod@3.22.4: + resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: false