From 4abd431baeb358e3d2b76f1113bfdb7b8876f9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:41:59 +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.16.0 to 1.17.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.16.0...v1.17.0) Updates `@seamapi/types` from 1.302.2 to 1.303.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.302.2...v1.303.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 e13202c..bc18c99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.39.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.16.0", - "@seamapi/types": "1.302.2", + "@seamapi/http": "1.17.0", + "@seamapi/types": "1.303.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -518,9 +518,9 @@ ] }, "node_modules/@seamapi/http": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.16.0.tgz", - "integrity": "sha512-dJ822BIlnU1m39Sg/p186JTzOPgI1kYRBB4XjULQJgFJH5aGJ3BXSuJkBCUesbEqbMCNi6frVlS/L9XLvkt0ug==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.17.0.tgz", + "integrity": "sha512-nwuwi+pV8BnHnTlt36oW8IMUHmzok9lzg4ZpQow5kz925iLVgsWdGfK3exCMKCpHCU5wQm0UuRHUNDFJw5agxg==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", @@ -533,7 +533,7 @@ "npm": ">= 9.0.0" }, "peerDependencies": { - "@seamapi/types": "^1.302.0" + "@seamapi/types": "^1.302.2" }, "peerDependenciesMeta": { "@seamapi/types": { @@ -542,9 +542,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.302.2", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.302.2.tgz", - "integrity": "sha512-JnNHPX7jULqr2dvRwqO9JEsTvwB5W1aypl3kjEsPchM7ZUVsDQaeBLAStFyPAMMRjwgS4FCKgN3PTqu9/5xu5Q==", + "version": "1.303.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.303.1.tgz", + "integrity": "sha512-PMSGDIFyoLsXCZuPnkz0O087mT3DtKFjcf/D4r3Y32jSKjWuCK5uZYe24anqM217PNPfhg8uOGPmmsUhzkBZKQ==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 02f6e28..6adef9c 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.16.0", - "@seamapi/types": "1.302.2", + "@seamapi/http": "1.17.0", + "@seamapi/types": "1.303.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },