From 92e7b432d8cc79f3f1d0fa2e8439054d19f4de57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:02:49 +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.9.0 to 1.11.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.9.0...v1.11.0) Updates `@seamapi/types` from 1.263.1 to 1.264.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.263.1...v1.264.2) --- 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 7f6578f..e1d3492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.28.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.9.0", - "@seamapi/types": "1.263.1", + "@seamapi/http": "1.11.0", + "@seamapi/types": "1.264.2", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" }, @@ -1052,9 +1052,9 @@ ] }, "node_modules/@seamapi/http": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.9.0.tgz", - "integrity": "sha512-naznY8tn5jnDLbHpPRImELo2PEcJwIsr8i5bbCyz1czDwKy2zEiw2/blK/swPvkVTAH7TxCkO9kEJCYuh5RFZg==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.11.0.tgz", + "integrity": "sha512-zyyvgUEb5C/QhQvUDEHr/pwtSz/PfqzSpjUx2R22r+fBV/Z1/VpDb4wJLKAdULZHc7l3na0U/64T2qUeJ3tR7Q==", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", "axios": "^1.5.0", @@ -1066,7 +1066,7 @@ "npm": ">= 9.0.0" }, "peerDependencies": { - "@seamapi/types": "^1.263.0" + "@seamapi/types": "1.264.2" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -1075,9 +1075,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.263.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.263.1.tgz", - "integrity": "sha512-bq33dnyAKu99cEyldg+iRznqlTpPvaGFjSJh7ETATCglNRCj2Ovd2SVga2IKUtVKJO88DIwdifd8Kvh8ItSwIA==", + "version": "1.264.2", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.264.2.tgz", + "integrity": "sha512-PJzQEN1TVmJ9rCIbgC/0R6iG0uc+/vlHzspknnxF5O5QzuH/pv+YN0vRFkF9WxTMo99lDjIPr6myEnlvAsX1WQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 1a48e77..c5f3f30 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.9.0", - "@seamapi/types": "1.263.1", + "@seamapi/http": "1.11.0", + "@seamapi/types": "1.264.2", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" },