From 2499e4fcf76bad9c68ff507eba6165d8ed0004ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 19:08:48 +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.73.0 to 1.74.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Changelog](https://github.com/seamapi/javascript-http/blob/main/.releaserc.json) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.73.0...v1.74.0) Updates `@seamapi/types` from 1.582.0 to 1.586.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.582.0...v1.586.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.586.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 5577cf0..fe598d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.95.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.73.0", - "@seamapi/types": "1.582.0", + "@seamapi/http": "1.74.0", + "@seamapi/types": "1.586.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1256,9 +1256,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.73.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.73.0.tgz", - "integrity": "sha512-XhG5K+zHq6z4xYdjnKt4MfJ/Bf5YNxO1vF+aX4IvoDaan6+aiaq+SIae72dzh5pV05lhPJzuA0XtnSyMOoYjtg==", + "version": "1.74.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.74.0.tgz", + "integrity": "sha512-zljlmXMPEO/9/z9pg4Sz/NpvdxWRsOjqdPKllU893CkLVLhTqxX0kdlwEO8qOwS0+kAMJrpSOQJZw/VHMNhRCQ==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^2.0.0", @@ -1270,7 +1270,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.578.0" + "@seamapi/types": "^1.585.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1279,9 +1279,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.582.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.582.0.tgz", - "integrity": "sha512-IV80fc2QH6LCBbmd5k9Fegj3BhhPEi0kajgY0dP0o/ue4ixjmfhyQM/HeQn4gpG//+XQE3twCK1wjPqcL4g7bQ==", + "version": "1.586.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.586.0.tgz", + "integrity": "sha512-ItYTH1tJF9Q+ZI+toTJnMFl6QHldoeZ5cF3gRtn7+8AM1eRs6p3V1tXVJXoQ8MtDNjBT4cdmSB2L7bXyS03Sjg==", "license": "MIT", "engines": { "node": ">=20.9.0", diff --git a/package.json b/package.json index ccb9515..fd741b3 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.1.0" }, "dependencies": { - "@seamapi/http": "1.73.0", - "@seamapi/types": "1.582.0", + "@seamapi/http": "1.74.0", + "@seamapi/types": "1.586.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },