From a39e7743afa67c32003e56676f451a3beae79264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:10:47 +0000 Subject: [PATCH] feat(deps): bump the seam group across 1 directory with 2 updates Bumps the seam group with 2 updates in the / directory: [@seamapi/http](https://github.com/seamapi/javascript-http) and [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/http` from 1.70.0 to 1.72.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.70.0...v1.72.0) Updates `@seamapi/types` from 1.543.0 to 1.565.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.543.0...v1.565.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.565.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 ab063db..275611f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.86.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.70.0", - "@seamapi/types": "1.543.0", + "@seamapi/http": "1.72.0", + "@seamapi/types": "1.565.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1256,9 +1256,9 @@ "license": "MIT" }, "node_modules/@seamapi/http": { - "version": "1.70.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.70.0.tgz", - "integrity": "sha512-OjiTc2nxgcjFW5grx60d8uJm600go7xHRTnGDNHJB417Gqr+ubY39kJ2lKdhvfA7/RMSordlpKaPdIaT2vIw0A==", + "version": "1.72.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.72.0.tgz", + "integrity": "sha512-Ddfvo2SIzEw1dHfeXZXIr+mmHZ2uzJD1b1zNemSjqJgV9sw5y8iqN4ToyBLLzY+9ur5Q+b0RcXblcNkqh2GqFA==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^2.0.0", @@ -1270,7 +1270,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.530.0" + "@seamapi/types": "^1.561.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1279,9 +1279,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.543.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.543.0.tgz", - "integrity": "sha512-+oS1B8H3D8zTJIES86X/5GoBQ2ae3+PBf8zRZHifvmF4mlgFxt/plln1cSNCdAeNV29HdTuZV6sHj1IpU2bPqA==", + "version": "1.565.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.565.0.tgz", + "integrity": "sha512-gue6tBwtdtCIa3vXZFxZZ8sq9WAE+Fhwoo6iWqVk85pdeq6tyfCjU1n+JWS5ZVbhyNP60bgpoIQvKcAiB8Wokg==", "license": "MIT", "engines": { "node": ">=20.9.0", diff --git a/package.json b/package.json index aedbca1..ca8d9f8 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">=10.1.0" }, "dependencies": { - "@seamapi/http": "1.70.0", - "@seamapi/types": "1.543.0", + "@seamapi/http": "1.72.0", + "@seamapi/types": "1.565.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },