From 8054f4ecc3f38f593f43895d8f9760733b5cc0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:05:06 +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.116.0 to 1.117.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.116.0...v1.117.0) Updates `@seamapi/types` from 1.819.0 to 1.820.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.819.0...v1.820.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.117.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.820.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 487f7e1..4502faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.182.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.116.0", - "@seamapi/types": "1.819.0", + "@seamapi/http": "1.117.0", + "@seamapi/types": "1.820.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1159,9 +1159,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.116.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.116.0.tgz", - "integrity": "sha512-If6oQyrF3tfVIgGoebmRPi2Al38oeMcNySmv9KLpVwAxwF/uby135rHYhXfIJRVhYH10VzQ7yj/e/K6DSZ0EMQ==", + "version": "1.117.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.117.0.tgz", + "integrity": "sha512-WgiRSzxNjBlDdo+J5KF9pPHwBHVn8NANPNCQh3NItbCxIPSQWqwvZv0zbNzlNp51//Az1PNbMsrv0lL+8BZsqw==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^3.0.0", @@ -1173,7 +1173,7 @@ "npm": ">=10.9.4" }, "peerDependencies": { - "@seamapi/types": "^1.818.0" + "@seamapi/types": "^1.819.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.819.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.819.0.tgz", - "integrity": "sha512-CQTtEL2BzlP290k1wB1D358wmMTXcamhp8E5hSZWs5kbIyU+rk5Pin6az9jx3ediUHltnDsxTWUKs7nxV6wMfg==", + "version": "1.820.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.820.0.tgz", + "integrity": "sha512-oxJ7pBUeZVO1YlHEL7Box5hBKQ/Npb57JT4g9YJO2cbllib4rv1naGBMUd2Usvpbss9afiQ7umh202Grs9QyDg==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index 6f41b89..a2222d5 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.9.4" }, "dependencies": { - "@seamapi/http": "1.116.0", - "@seamapi/types": "1.819.0", + "@seamapi/http": "1.117.0", + "@seamapi/types": "1.820.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },