From 5c145dea14786d674ec9e9991cae5a03a25e1b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:45:32 +0000 Subject: [PATCH] feat(deps): bump the seam group with 2 updates Bumps the seam group with 2 updates: [@seamapi/types](https://github.com/seamapi/types) and [zod](https://github.com/colinhacks/zod). Updates `@seamapi/types` from 1.164.0 to 1.166.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](https://github.com/seamapi/types/compare/v1.164.0...v1.166.0) Updates `zod` from 3.22.4 to 3.22.5 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/commits) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch dependency-group: seam ... 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 7bd21aa..1b03aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "0.28.0", - "@seamapi/types": "1.164.0", + "@seamapi/types": "1.166.0", "@seamapi/webhook": "1.0.0-rc.0", "seamapi-types": "1.42.0", "zod": "^3.21.4" @@ -1076,9 +1076,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.164.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.164.0.tgz", - "integrity": "sha512-/07lxxOUCUv+/QwRPjF/0KaIrr5SFlIQ5eU7K5A7vX/N9nYHEXSRNbr2LIDBBLNo6A2fefDpcPfxFzDw6xENiA==", + "version": "1.166.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.166.0.tgz", + "integrity": "sha512-psOPfBSsLnL6ogUr55ipjt2WOzETxVPmy+M5LUw8+jRRIoLgdWEs+jiWwMCbieAe6cMZEICofHwaJ9sr4iTCsQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" @@ -7244,9 +7244,9 @@ } }, "node_modules/zod": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", - "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.5.tgz", + "integrity": "sha512-HqnGsCdVZ2xc0qWPLdO25WnseXThh0kEYKIdV5F/hTHO75hNZFp8thxSeHhiPrHZKrFTo1SOgkAj9po5bexZlw==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index cad5d66..2097403 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@seamapi/http": "0.28.0", - "@seamapi/types": "1.164.0", + "@seamapi/types": "1.166.0", "@seamapi/webhook": "1.0.0-rc.0", "seamapi-types": "1.42.0", "zod": "^3.21.4"