From 62b4e6e2bd3c08338c18fafd852d90f90436bf7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:48:06 +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 0.22.0 to 0.24.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/v0.22.0...v0.24.0) Updates `@seamapi/types` from 1.138.0 to 1.139.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.138.0...v1.139.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" 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 776e78c..d12bb9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.38.0", "license": "MIT", "dependencies": { - "@seamapi/http": "0.22.0", - "@seamapi/types": "1.138.0", + "@seamapi/http": "0.24.0", + "@seamapi/types": "1.139.0", "@seamapi/webhook": "0.1.1", "seamapi-types": "1.41.4" }, @@ -1029,9 +1029,9 @@ ] }, "node_modules/@seamapi/http": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-0.22.0.tgz", - "integrity": "sha512-R8CmfPMWkJ0yyrGAD1Gi1rBbpQICt4x4aMyXZiH3HgygYu+oLP8aIQonRE3sFA9fUA/nkVwP8MymbIwCcDyjyA==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-0.24.0.tgz", + "integrity": "sha512-WV4oo5a9mbko+TwRdHpVI+p9XF45PNymDodpguK9l5s7r3hU585OcPlgC+jtaxyyuxhVrUETMpHqVx3wQ+RUww==", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", "axios": "^1.5.0", @@ -1043,7 +1043,7 @@ "npm": ">= 9.0.0" }, "peerDependencies": { - "@seamapi/types": "^1.126.0", + "@seamapi/types": "^1.138.0", "type-fest": "^4.0.0" }, "peerDependenciesMeta": { @@ -1056,9 +1056,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.138.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.138.0.tgz", - "integrity": "sha512-VQCGqwXYnFkZgDLQFidaIR5N5/TgEFQBG7WpBSMSWxemS5z8ztZLQbng4YlIdXovaMQjUzNG0LBooz52otdm4g==", + "version": "1.139.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.139.0.tgz", + "integrity": "sha512-cC0tnX9VIis4DddmwKax189gw6PE8XZMZLk8fbyWH2cEHoKdRhFDqHEUHS8gULbOsYd9puBsws7gjbmi4j9TFg==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 69592c8..b3153ed 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "0.22.0", - "@seamapi/types": "1.138.0", + "@seamapi/http": "0.24.0", + "@seamapi/types": "1.139.0", "@seamapi/webhook": "0.1.1", "seamapi-types": "1.41.4" },