From 0a8ac231b853a86c737b8b2e795d945c70f0db15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:03:12 +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.13.0 to 1.13.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.13.0...v1.13.1) Updates `@seamapi/types` from 1.287.3 to 1.291.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.287.3...v1.291.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-type: direct:production update-type: version-update:semver-patch 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 | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a409e7a..6298359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.33.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.13.0", - "@seamapi/types": "1.287.3", + "@seamapi/http": "1.13.1", + "@seamapi/types": "1.291.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1052,9 +1052,9 @@ ] }, "node_modules/@seamapi/http": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.13.0.tgz", - "integrity": "sha512-PQ3eqcu0fMO58hY8bswu8Wx0gL+JRpBhaRDB2I8YRzGrg56bhjVFrVWqcS8+nMpoyMa6YDlRvGo3n+IBwv6hkA==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.13.1.tgz", + "integrity": "sha512-16kjvuMZ7X46Q82xpp/Ptx5g6k9SZvOGAT/UAlmWWxTlhXg9qZajQqLZYTBSPCwdDpQa8XV+sdTYRdLeUotr1Q==", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", "axios": "^1.5.0", @@ -1075,9 +1075,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.287.3", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.287.3.tgz", - "integrity": "sha512-/ydfLRBEPxBEAb8mvI4gNjxiusxi0QbHvLZy0aDSTvGzZ0j1uepG5HFg06inTDXV3KUJgHZMDVRiGY42Da1vmg==", + "version": "1.291.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.291.0.tgz", + "integrity": "sha512-rShwD/WDOOMNHSTBNrtUzundI2SziiuqHVDk4ZBhG7zOT+3JhG7mX20MIHwCxoxdpX5f2OzZ1idH44GDYXRJ2g==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index afd67d7..23e2cbf 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.13.0", - "@seamapi/types": "1.287.3", + "@seamapi/http": "1.13.1", + "@seamapi/types": "1.291.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },