From eb23344e842cc9555c0aa86b921b03cdf95bb2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:04:35 +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.100.0 to 1.102.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.100.0...v1.102.0) Updates `@seamapi/types` from 1.707.0 to 1.712.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.707.0...v1.712.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.712.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 5ec068d..506c652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.155.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.100.0", - "@seamapi/types": "1.707.0", + "@seamapi/http": "1.102.0", + "@seamapi/types": "1.712.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1159,9 +1159,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.100.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.100.0.tgz", - "integrity": "sha512-kTJdBxhAiduMdRC6NTdSCTFAbhMFVJdDGZoKw71PSTdidL2IgsoqtTMLFwVmeFvFygDP54F0/+hIPtACJfO1NQ==", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.102.0.tgz", + "integrity": "sha512-RG5svdr68FKlDgdFbrjD5bO5/X0B9geC2K0SXDkxp/qW2sn06iQ1ryrk0H/4QlWYJc35Pw9Ncfo63mzoWnwjDQ==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^3.0.0", @@ -1173,7 +1173,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.701.0" + "@seamapi/types": "^1.710.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.707.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.707.0.tgz", - "integrity": "sha512-LRzRD9YSzX4yTqhYCbhVHSXg6eGZQNxdz5+F0woSD+W7Wpwbnjc/qsLpykPo2DkABn5RDg5YEOXsiqsFQf2CBg==", + "version": "1.712.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.712.0.tgz", + "integrity": "sha512-eeKVjzKnvu0egzw9GXfHWv4NpNOPUg4qhm/e8zEx7BtuCecOnC/LfBfh97YXLlrCSW+yTR1JIMRFW81Bs5BTVw==", "license": "MIT", "engines": { "node": ">=20.9.0", diff --git a/package.json b/package.json index 0cf384c..e8962dc 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.1.0" }, "dependencies": { - "@seamapi/http": "1.100.0", - "@seamapi/types": "1.707.0", + "@seamapi/http": "1.102.0", + "@seamapi/types": "1.712.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },