From 878c54917a56c6f88cd1acf936f77ad0bfac9fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:44:28 +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.9.0 to 1.10.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.10.0) Updates `@seamapi/types` from 1.263.1 to 1.264.1 - [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.1) --- 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..23cb5de 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.10.0", + "@seamapi/types": "1.264.1", "@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.10.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.10.0.tgz", + "integrity": "sha512-NB9Jgj1grUxNuco+/ACU3ZVATnWfjmnseUf8MOy8fC+/zfP2A5KZGFmHefw8fbC4RvZayqma2P4/aw9Lwa3KFw==", "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.263.1" }, "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.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.264.1.tgz", + "integrity": "sha512-KvpEn0FqsO0yMxFYRHg5uQ4y9LhcwWSYNVgkLPqVDqgc0OD6PmDue1yYiZXjcYj04e3GnPcmkLQsIYunCBxc7g==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 1a48e77..c2454a9 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.10.0", + "@seamapi/types": "1.264.1", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" },