From 6882cbf7eb3913a5ee934a57d95951f0f68a4a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:09:17 +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.19.0 to 1.20.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.19.0...v1.20.0) Updates `@seamapi/types` from 1.341.0 to 1.344.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.341.0...v1.344.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 | 20 +++++++++++--------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 817a5ad..06c71cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.43.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.19.0", - "@seamapi/types": "1.341.0", + "@seamapi/http": "1.20.0", + "@seamapi/types": "1.344.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -518,9 +518,10 @@ ] }, "node_modules/@seamapi/http": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.19.0.tgz", - "integrity": "sha512-sG9tTf4rwbW+HpVB00oO2PNjIpUk6i5o0R45hGQkNvycKVmUR/0ZMJuTy8LCFKcLmoj+EBPF7cpnDAmCN6OGSA==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.20.0.tgz", + "integrity": "sha512-5FP9yT4dJUQEbcUdcu3aUE6LbFyl6ZY0Xk9rtyl4rIwfmvTEy4b21dtzMxIjzBNR7zQue7NnPEizKjYlcANv/w==", + "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", "axios": "^1.5.0", @@ -532,7 +533,7 @@ "npm": ">= 9.0.0" }, "peerDependencies": { - "@seamapi/types": "^1.339.0" + "@seamapi/types": "^1.343.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -541,9 +542,10 @@ } }, "node_modules/@seamapi/types": { - "version": "1.341.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.341.0.tgz", - "integrity": "sha512-RfgvE859csEWLeCYuxPvC5qj2WYIAbVLA7Oq1MqrLEBPpMP2ni8rshrFkZYaPTnnzWNu71UMjLvPPktlzODhhg==", + "version": "1.344.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.344.0.tgz", + "integrity": "sha512-VNNTazLhv46KVaeRXPY9A5QyuirkbC6BRPpAItxkK74Bajmu8iWw61At7zfk2+GKSxEWVHahxBsRNQfFRgR7FQ==", + "license": "MIT", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 7a8d690..263a119 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.19.0", - "@seamapi/types": "1.341.0", + "@seamapi/http": "1.20.0", + "@seamapi/types": "1.344.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },