From e9ceb6c3f1fbbc7ea59989f77f968f419e699817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:41:41 +0000 Subject: [PATCH] feat(deps): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.344.0 to 1.344.1 - [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.344.0...v1.344.1) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: seam ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c718c9..4ad28b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.20.0", - "@seamapi/types": "1.344.0", + "@seamapi/types": "1.344.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -542,9 +542,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.344.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.344.0.tgz", - "integrity": "sha512-VNNTazLhv46KVaeRXPY9A5QyuirkbC6BRPpAItxkK74Bajmu8iWw61At7zfk2+GKSxEWVHahxBsRNQfFRgR7FQ==", + "version": "1.344.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.344.1.tgz", + "integrity": "sha512-qZBzcmbbqewrwxnJG8Z8hXkrXDvv6Tcl4h/PEqNTgnbxFsb3Lndx/fzhD+2sr5RNc5u1LeTVJAxGDum97F+ppQ==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 1e0dac8..8363323 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.20.0", - "@seamapi/types": "1.344.0", + "@seamapi/types": "1.344.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },