From 88b35c7bedc9ea81634227868380eddb3fa52b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:16:57 +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 0.25.0 to 0.25.2 - [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/v0.25.0...v0.25.2) Updates `@seamapi/types` from 1.144.0 to 1.146.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.144.0...v1.146.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 97b7ee9..5003f00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.46.0", "license": "MIT", "dependencies": { - "@seamapi/http": "0.25.0", - "@seamapi/types": "1.144.0", + "@seamapi/http": "0.25.2", + "@seamapi/types": "1.146.0", "@seamapi/webhook": "1.0.0-rc.0", "seamapi-types": "1.42.0" }, @@ -535,9 +535,9 @@ ] }, "node_modules/@seamapi/http": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-0.25.0.tgz", - "integrity": "sha512-nv8N9rUBNVP9p/Wjk+ZrK8S0jPHYNKTxs2TthOPvZe4E5VZCRg64SpwdS9/kjlDPa6QD79GSGi3UcqgFsRQtVA==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-0.25.2.tgz", + "integrity": "sha512-n/Md3SuDOWEt0Bop0mRNEQLKcsUAaWIyvAD9kUiwchhV60anbb1zEpmX0nCXbQsIbNdpgrhYUt+tzU8DjnY7yQ==", "dependencies": { "@seamapi/url-search-params-serializer": "^1.1.0", "axios": "^1.5.0", @@ -562,9 +562,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.144.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.144.0.tgz", - "integrity": "sha512-8fQvqEv9mpi+izkE6QIq+JOn+I6yiM4ay8zq/GgdSEcT9s9EDYiMzHpiDF9CQQ+QPlWd4xzAfZpqXAlWa3KKWQ==", + "version": "1.146.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.146.0.tgz", + "integrity": "sha512-m4thNb2f5cDxrpJTRlSSDnz61llM6eZ7hmHdT/Uniut+2PhYjTluefyNtYYrypfSYL80tqArJP2E0bzA671HRQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 2263ca4..327d99f 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "0.25.0", - "@seamapi/types": "1.144.0", + "@seamapi/http": "0.25.2", + "@seamapi/types": "1.146.0", "@seamapi/webhook": "1.0.0-rc.0", "seamapi-types": "1.42.0" },