From b7f34f1417aa95f9cd6143235ec5c4b378e7a4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:24:33 +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.35.0 to 1.35.1 - [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.35.0...v1.35.1) Updates `@seamapi/types` from 1.419.0 to 1.420.2 - [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.419.0...v1.420.2) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.420.2 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 6808d40..140645c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.79.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.35.0", - "@seamapi/types": "1.419.0", + "@seamapi/http": "1.35.1", + "@seamapi/types": "1.420.2", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1115,9 +1115,9 @@ "peer": true }, "node_modules/@seamapi/http": { - "version": "1.35.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.35.0.tgz", - "integrity": "sha512-0z/FElwbyJWja2yjhq06ONECpMKVNQAVgFlzovxxxwfncqpTe1QR2JguqMDJjbK+huT8WEPWSkbPbX9cfO5JZw==", + "version": "1.35.1", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.35.1.tgz", + "integrity": "sha512-oIwNfy42EIHY/hI7WTAq5kMfE3TzdZm7c7j6brr5fymPe8McrsIO2GpjoPIaQ6cIDF7bPxAQw37sVD7nJpi3sQ==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^2.0.0-beta.2", @@ -1129,7 +1129,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.413.0" + "@seamapi/types": "1.420.2" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1138,9 +1138,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.419.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.419.0.tgz", - "integrity": "sha512-Y/LhM9U++SLQaDQXhJfPdp5uAclzspxSr0JCU5q/DQfF/mEwx6Q8m/AYoKHVx6kRzPTC2J1jQTTQPBnNAKAfRw==", + "version": "1.420.2", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.420.2.tgz", + "integrity": "sha512-3W6YwDWIUsfwvEzzF6HuDNryqSqtywoGvi+zfLf9Js/wh88A3DKXYOmwamGWLus2L6vTp28F4aipcu5uNQndow==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 514d9a3..5921e27 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.35.0", - "@seamapi/types": "1.419.0", + "@seamapi/http": "1.35.1", + "@seamapi/types": "1.420.2", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },