From 1ee13699d9a5e1ca4d639c7499b37521f293e146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:13:01 +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.377.0 to 1.379.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.377.0...v1.379.1) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.379.1 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 bc9fdd1..68486be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.28.0", - "@seamapi/types": "1.377.0", + "@seamapi/types": "1.379.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1139,9 +1139,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.377.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.377.0.tgz", - "integrity": "sha512-EOdujTToK8AxrMn7TSL3Ju4X+3GeHB8RsrF4M8w5aIGjyOzJzPcxOMJHlhfCzB+x5A6r3VA50FIOsB8U9KmFiw==", + "version": "1.379.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.379.1.tgz", + "integrity": "sha512-276mbCHDl8VSvPmo3HTkLK+/jz5uvMf/sHRpaHlwATTX0rYYgYUFsSOaPEvHArUk8dV3fbRxRjW0TUAiFXSYFQ==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 45c269c..32519aa 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.28.0", - "@seamapi/types": "1.377.0", + "@seamapi/types": "1.379.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },