From 000b65b0fef2503b5741dd8d03b28cb7a2cdd5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:12:51 +0000 Subject: [PATCH] chore(deps-dev): bump zod from 3.23.8 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.8...v3.24.1) --- updated-dependencies: - dependency-name: zod dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/snippets/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/snippets/package.json b/examples/snippets/package.json index b92cb97d5..6ff9a5bd1 100644 --- a/examples/snippets/package.json +++ b/examples/snippets/package.json @@ -41,6 +41,6 @@ "aws-sdk": "^2.1692.0", "aws-sdk-client-mock": "^4.1.0", "hashi-vault-js": "^0.4.16", - "zod": "^3.23.8" + "zod": "^3.24.1" } } diff --git a/package-lock.json b/package-lock.json index ab8669ad7..df3067148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "aws-sdk": "^2.1692.0", "aws-sdk-client-mock": "^4.1.0", "hashi-vault-js": "^0.4.16", - "zod": "^3.23.8" + "zod": "^3.24.1" } }, "layers": { @@ -15318,9 +15318,9 @@ } }, "node_modules/zod": { - "version": "3.23.8", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", - "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", + "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", "devOptional": true, "funding": { "url": "https://github.com/sponsors/colinhacks"