From 254bf2c86a448f7e89bbcd1e0eb23b26e830bba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 20:00:48 +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.30.0 to 1.30.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/v1.30.0...v1.30.2) Updates `@seamapi/types` from 1.384.0 to 1.395.3 - [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.384.0...v1.395.3) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.30.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.395.3 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 cfe47c6..b0e2d0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.75.1", "license": "MIT", "dependencies": { - "@seamapi/http": "1.30.0", - "@seamapi/types": "1.384.0", + "@seamapi/http": "1.30.2", + "@seamapi/types": "1.395.3", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1115,9 +1115,9 @@ "peer": true }, "node_modules/@seamapi/http": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.30.0.tgz", - "integrity": "sha512-GpqytJhHHchvB47wvWaJ5nkPtRc83/dOgNb2ohN0Lgsfa3aPoBZ5QSWJ+oEgyqayqB6ehvCn2RJ2PNCXc4Uq5g==", + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.30.2.tgz", + "integrity": "sha512-0kb1Y/d5ifXxQLLLMZ072wQCc23mmpXlpVquK3B3asFCvphCCXEE4ksFDDETEWgY+wWwPrq51GAqvHRs3rhGGg==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^1.2.0", @@ -1139,9 +1139,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.384.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.384.0.tgz", - "integrity": "sha512-pFQF4O7LaLu9J2yfNxtiuN/kCYX5WH0Sdccx6BC1rYQqwQSD1m5/yXTq14iCBa6z2R8Fw09WRU5Zp+NjHtleQQ==", + "version": "1.395.3", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.395.3.tgz", + "integrity": "sha512-HfqkuV/au/9V/XoBNZCv2sx6QuRdms68bC60/W23AdZ19h2p7fOHaUkc4DKJy8lvzTdr/499B8D6VCdRaTZSKw==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index fb3f6b7..baa91bd 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.30.0", - "@seamapi/types": "1.384.0", + "@seamapi/http": "1.30.2", + "@seamapi/types": "1.395.3", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },