From 8a7e4384c66a416985093aeea3a6eb27d9c04291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:11:07 +0000 Subject: [PATCH] feat(deps): bump the seam group with 2 updates Bumps the seam group with 2 updates: [@seamapi/http](https://github.com/seamapi/javascript-http) and [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/http` from 1.108.0 to 1.109.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.108.0...v1.109.0) Updates `@seamapi/types` from 1.763.0 to 1.764.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.763.0...v1.764.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.109.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.764.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index bec7214..b910f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.173.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.108.0", - "@seamapi/types": "1.763.0", + "@seamapi/http": "1.109.0", + "@seamapi/types": "1.764.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1159,9 +1159,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.108.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.108.0.tgz", - "integrity": "sha512-SeGPFQcGE3BX6Ps1IkkbKPBnrANjf3IflWeIkTr4IMe26/8DqG1VbeughlIV9l60KJZP8VQtKBroR+7ym9ElbQ==", + "version": "1.109.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.109.0.tgz", + "integrity": "sha512-/LpIdzQSJJYNOOFU+zvyszix3ki7U+t5kesA4TEbSJFNzdUT0MNO6KA0zw7vNeD/Ht9QLZRZu3nV5b6NtF+pPA==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^3.0.0", @@ -1173,7 +1173,7 @@ "npm": ">=10.9.4" }, "peerDependencies": { - "@seamapi/types": "^1.761.0" + "@seamapi/types": "1.764.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.763.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.763.0.tgz", - "integrity": "sha512-vxS5+H1gw7C9DymTFwuZBL+0VTGb4XQhdi8zecK4CETigN00EJIYVN7azvyjdzy7eLZnhrgoV2P0J2gI2zw8jg==", + "version": "1.764.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.764.0.tgz", + "integrity": "sha512-8DYH3xqnGanW0xUSKut60Vne0BCG0cZ+rI6B1DaTv/2fQ2lLQ50eLGfmvbe5WL8JVQAtuC3JK4IHclvH/vJAOw==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index b4abfa4..7e9be05 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.9.4" }, "dependencies": { - "@seamapi/http": "1.108.0", - "@seamapi/types": "1.763.0", + "@seamapi/http": "1.109.0", + "@seamapi/types": "1.764.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },