From 22a2137aa2b94da98d2271e0f6362b5de96c623f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:07:30 +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.720.0 to 1.721.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.720.0...v1.721.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.721.0 dependency-type: direct:production update-type: version-update:semver-minor 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 fec030a..15fa0f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.102.0", - "@seamapi/types": "1.720.0", + "@seamapi/types": "1.721.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.720.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.720.0.tgz", - "integrity": "sha512-V2290KLLY4GJrnGgW8e8egkzFLLmDeqRb3+hr5c7hZhr4m1OziogheSZGt8HORSD+35UbfNTjSzup7Ip2U9UQA==", + "version": "1.721.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.721.0.tgz", + "integrity": "sha512-1o7VkBXna1/TW+maYVLDZ3B1l3MYs/D/PeaR/8+c/Whdi8AVJGrcyIIzP3KP/gKqpC9YavOpgRGi0PpZY7t1Hw==", "license": "MIT", "engines": { "node": ">=20.9.0", diff --git a/package.json b/package.json index b2356b4..3ccc5c2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.102.0", - "@seamapi/types": "1.720.0", + "@seamapi/types": "1.721.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },