From 14e32eca48e93a797d94c1ca87b7820fa0fb5b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:05:20 +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.113.0 to 1.114.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.113.0...v1.114.0) Updates `@seamapi/types` from 1.778.0 to 1.783.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.778.0...v1.783.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.114.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.783.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 92bc3b2..d5c37b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.179.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.113.0", - "@seamapi/types": "1.778.0", + "@seamapi/http": "1.114.0", + "@seamapi/types": "1.783.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1159,9 +1159,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.113.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.113.0.tgz", - "integrity": "sha512-RIXUPz5QKCJCyUdjJBVsfTh4MHDJ1+saeQM/pkhmABP0FaDqujzJJ5UMzhe5VVTuuyY8CI0rAMWOB5TLZiFmFw==", + "version": "1.114.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.114.0.tgz", + "integrity": "sha512-XvZerTAdQOyx6MvQEF/tPh8YDRiBi2N9blTvtFnDJLATKz53/LlNQZfIcP7Fe+KXA0ZcXkCD/q1/+8mDy4pkbw==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^3.0.0", @@ -1173,7 +1173,7 @@ "npm": ">=10.9.4" }, "peerDependencies": { - "@seamapi/types": "1.778.0" + "@seamapi/types": "1.783.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.778.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.778.0.tgz", - "integrity": "sha512-PT9bmeVcuzODAPnT37rmeP6Unne4NSdhd8A3hZIsO0HqKeIuxxl7KRDP+XKLXo3N/j2g6IdZgzvHrQhiMeHvMQ==", + "version": "1.783.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.783.0.tgz", + "integrity": "sha512-lDcuQwLtVSoAEE7p2UJYdVJ8w3NdHeD/3LEjtjTQizfd1lClpOtakpSMcblT7NfPgPLWMpCy5DTLu235hLkleA==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index 2c04e0d..cce1c75 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.9.4" }, "dependencies": { - "@seamapi/http": "1.113.0", - "@seamapi/types": "1.778.0", + "@seamapi/http": "1.114.0", + "@seamapi/types": "1.783.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },