From 2138f1202365b8ac1181726b7f80b834940bed35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:18:13 +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.17.0 to 1.18.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.17.0...v1.18.0) Updates `@seamapi/types` from 1.304.0 to 1.321.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.304.0...v1.321.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, 11 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index a72fe3b..0343419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.41.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.17.0", - "@seamapi/types": "1.304.0", + "@seamapi/http": "1.18.0", + "@seamapi/types": "1.321.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -518,10 +518,9 @@ ] }, "node_modules/@seamapi/http": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.17.0.tgz", - "integrity": "sha512-nwuwi+pV8BnHnTlt36oW8IMUHmzok9lzg4ZpQow5kz925iLVgsWdGfK3exCMKCpHCU5wQm0UuRHUNDFJw5agxg==", - "license": "MIT", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.18.0.tgz", + "integrity": "sha512-Wvs5I1QKYoOcKd1a+Asigx9385Yr7lgR4rtGo9wljJ77Kk5BA3H7mmBwvVS9AJojb4ppEq4SJb9vOTKQrDSJ7A==", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", "axios": "^1.5.0", @@ -533,7 +532,7 @@ "npm": ">= 9.0.0" }, "peerDependencies": { - "@seamapi/types": "^1.302.2" + "@seamapi/types": "^1.317.0" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -542,10 +541,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.304.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.304.0.tgz", - "integrity": "sha512-yZshJ+D0volngh2cZrhSeD2Yo4Hs4etw8xm47WCQVyMZJ23uP9n+53SYUFN1iQ9NJYFdFeqRMkADEuQghV8HwA==", - "license": "MIT", + "version": "1.321.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.321.0.tgz", + "integrity": "sha512-45+sPojUCxA+6SmAv4UQ+dMcNidQWgdvAtOqcpzs4863rF4ujd4aDZyAMZ/Qw4W9VgVTNzfDdAcaWP7RItEqBQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 06934c4..49dc361 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.17.0", - "@seamapi/types": "1.304.0", + "@seamapi/http": "1.18.0", + "@seamapi/types": "1.321.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },