From bcd1668a74c136186ddf185c32d4d608113435da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:00:55 +0000 Subject: [PATCH] feat(deps): bump @seamapi/http from 1.11.0 to 1.11.1 in the seam group Bumps the seam group with 1 update: [@seamapi/http](https://github.com/seamapi/javascript-http). Updates `@seamapi/http` from 1.11.0 to 1.11.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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: seam ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ae910e..ea8435c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.30.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.11.0", + "@seamapi/http": "1.11.1", "@seamapi/types": "1.264.2", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" @@ -1052,9 +1052,9 @@ ] }, "node_modules/@seamapi/http": { - "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==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.11.1.tgz", + "integrity": "sha512-eYzDzZqrbDCRnMQOQtyGw6nd0SF4YdvizpCpIYDWMgM5MvVRL04Sv56CAC2SatRXVFbajLbldZpnTfSkLRpRug==", "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.264.2" + "@seamapi/types": "^1.264.2" }, "peerDependenciesMeta": { "@seamapi/types": { diff --git a/package.json b/package.json index 7300071..594f657 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.11.0", + "@seamapi/http": "1.11.1", "@seamapi/types": "1.264.2", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4"