From bef04d6db8735c78c247e180269cf50567a25368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:09:37 +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.80.0 to 1.81.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.80.0...v1.81.0) Updates `@seamapi/types` from 1.602.0 to 1.603.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.602.0...v1.603.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.603.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 68587b0..02eb2b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.104.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.80.0", - "@seamapi/types": "1.602.0", + "@seamapi/http": "1.81.0", + "@seamapi/types": "1.603.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1256,9 +1256,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.80.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.80.0.tgz", - "integrity": "sha512-pkAEBa0rWGZs1m3Mtwa5OYzFDQRPeZ3FgnTvau+Pql67vx+/SYGYvCvzDOcugdpoqFo0Che8zxZ75szxL50mwQ==", + "version": "1.81.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.81.0.tgz", + "integrity": "sha512-y+a4yX0dWpF6de2MGkIIE3+BMVjlHcJqyr0Xff3TuAY4LZAlBixxonwL+/w8gealsaft034Wj2NPzDSJU7zIcQ==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^2.0.0", @@ -1270,7 +1270,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.600.0" + "@seamapi/types": "1.603.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1279,9 +1279,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.602.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.602.0.tgz", - "integrity": "sha512-QoHUUv2OMI2b00VFIFHV9Vg0wsLh5q4I9r492azjXByz2u7FlVZMgAszE9XAJ74p0iOlPCNFC8qNSbZlOKU54g==", + "version": "1.603.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.603.0.tgz", + "integrity": "sha512-SpFG5SRoF8JvNgdUZFW1M33+IJO725cHgK5UNCc1K0Ve46aacc96qiNLrcWeMpAEb2enzG051K/PYqAXcpYqFA==", "license": "MIT", "engines": { "node": ">=20.9.0", diff --git a/package.json b/package.json index d8fa684..8f6abd4 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.1.0" }, "dependencies": { - "@seamapi/http": "1.80.0", - "@seamapi/types": "1.602.0", + "@seamapi/http": "1.81.0", + "@seamapi/types": "1.603.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },