From ceae635400b1ec74c0047b8cc2a3d5f80ba673d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:04:05 +0000 Subject: [PATCH] feat(deps): bump the seam group across 1 directory with 2 updates Bumps the seam group with 2 updates in the / directory: [@seamapi/http](https://github.com/seamapi/javascript-http) and [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/http` from 1.109.0 to 1.110.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.109.0...v1.110.0) Updates `@seamapi/types` from 1.764.0 to 1.768.1 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.764.0...v1.768.1) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.110.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.768.1 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 1e5c943..1ee3f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.174.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.109.0", - "@seamapi/types": "1.764.0", + "@seamapi/http": "1.110.0", + "@seamapi/types": "1.768.1", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1159,9 +1159,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.109.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.109.0.tgz", - "integrity": "sha512-/LpIdzQSJJYNOOFU+zvyszix3ki7U+t5kesA4TEbSJFNzdUT0MNO6KA0zw7vNeD/Ht9QLZRZu3nV5b6NtF+pPA==", + "version": "1.110.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.110.0.tgz", + "integrity": "sha512-gbwBYvPBseA+JKknX2U74A4zbaap1E1CM1x/o8QPBj71ea/TDLCqwQ53lr6Km50MdcSbpZB/DfTBKPICk4gmrw==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^3.0.0", @@ -1173,7 +1173,7 @@ "npm": ">=10.9.4" }, "peerDependencies": { - "@seamapi/types": "1.764.0" + "@seamapi/types": "1.768.1" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.764.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.764.0.tgz", - "integrity": "sha512-8DYH3xqnGanW0xUSKut60Vne0BCG0cZ+rI6B1DaTv/2fQ2lLQ50eLGfmvbe5WL8JVQAtuC3JK4IHclvH/vJAOw==", + "version": "1.768.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.768.1.tgz", + "integrity": "sha512-BBYgxv+gaE0rz2iekFB5tYm3VzQ8o/xEGbsZy0AXg/FpVtsTxT2f0481XEh6a7UXEJYYEtHZvA7/bXJyXymcnA==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index 32d2a5e..b80dada 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.9.4" }, "dependencies": { - "@seamapi/http": "1.109.0", - "@seamapi/types": "1.764.0", + "@seamapi/http": "1.110.0", + "@seamapi/types": "1.768.1", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },