From fc2a6fb027c0d2250fdab4f8f3a8f8f33f607a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:09:06 +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.616.0 to 1.620.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.616.0...v1.620.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.620.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 db9e6d7..81b2497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.83.0", - "@seamapi/types": "1.616.0", + "@seamapi/types": "1.620.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1279,9 +1279,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.616.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.616.0.tgz", - "integrity": "sha512-zEZ+Iizh7sqLv6/UKkAfnX5xYESv64u3t9yHT42FFGU3wNDaIJ7Qoo96qp3u1TnU4CvmpZCwC49yCh5PWiKIQw==", + "version": "1.620.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.620.0.tgz", + "integrity": "sha512-tQwaqLpQQAQcuNbLeiSvbKWNN/miKKp+7zuQ8T63dHma767ADBz2rQTWPOxH95IfEbJmnGEwPqPJhdbIzlIR4A==", "license": "MIT", "engines": { "node": ">=20.9.0", diff --git a/package.json b/package.json index 0c69c76..3ffb574 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.83.0", - "@seamapi/types": "1.616.0", + "@seamapi/types": "1.620.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },