From 29c5b394fc194eea8ae86d34fc341037e7a450c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:46:34 +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.865.0 to 1.866.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.865.0...v1.866.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.866.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 5477d26..9785e10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.117.0", - "@seamapi/types": "1.865.0", + "@seamapi/types": "1.866.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.865.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.865.0.tgz", - "integrity": "sha512-8V79X+pLwmlHcIfsUQurNa+0u04L43N71/Xu4Cy4UEA/jR1YZqBBaHJLgNQ/26hlELvFD0HxZ+BOekR3NhU1aw==", + "version": "1.866.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.866.0.tgz", + "integrity": "sha512-1hnwv86ZrVSkEe18vlZDvSx8D1/47Pj9wBjzbS3F41Gd55w2K6O9NMvXh7w48WVmEPcDxllXm/AUdIZ9FsSvWQ==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index 629bf47..cfc3bc4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.117.0", - "@seamapi/types": "1.865.0", + "@seamapi/types": "1.866.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },