From 2438909ebf932d945198638f326bb5c476717bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:03:51 +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.112.0 to 1.113.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Commits](https://github.com/seamapi/javascript-http/compare/v1.112.0...v1.113.0) Updates `@seamapi/types` from 1.777.0 to 1.778.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.777.0...v1.778.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.113.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.778.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 3499eb7..c892f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.178.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.112.0", - "@seamapi/types": "1.777.0", + "@seamapi/http": "1.113.0", + "@seamapi/types": "1.778.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1159,9 +1159,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.112.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.112.0.tgz", - "integrity": "sha512-DayntySpnnnlmq0IQT7sGTQC3M+HWXOIZMVZcIIP2WL2hKILzPJlhXh/VuTfUjisfxFqAIoOWlzq/9Ey6Go0Hw==", + "version": "1.113.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.113.0.tgz", + "integrity": "sha512-RIXUPz5QKCJCyUdjJBVsfTh4MHDJ1+saeQM/pkhmABP0FaDqujzJJ5UMzhe5VVTuuyY8CI0rAMWOB5TLZiFmFw==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^3.0.0", @@ -1173,7 +1173,7 @@ "npm": ">=10.9.4" }, "peerDependencies": { - "@seamapi/types": "^1.776.0" + "@seamapi/types": "1.778.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.777.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.777.0.tgz", - "integrity": "sha512-zXmpm98Utk2Qq7r/XwehMpILeQ3uz7MpVe5HGOQILVxbOysmrjOBa9DyCXqzgQVZL+FgJgwp0BsIrCNqAk1ZAQ==", + "version": "1.778.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.778.0.tgz", + "integrity": "sha512-PT9bmeVcuzODAPnT37rmeP6Unne4NSdhd8A3hZIsO0HqKeIuxxl7KRDP+XKLXo3N/j2g6IdZgzvHrQhiMeHvMQ==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index ba069e2..55d2185 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.9.4" }, "dependencies": { - "@seamapi/http": "1.112.0", - "@seamapi/types": "1.777.0", + "@seamapi/http": "1.113.0", + "@seamapi/types": "1.778.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },