From 303350593d724e853e1870bdae49ec3b0b21250d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:50:52 +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.26.0 to 1.26.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.26.0...v1.26.1) Updates `@seamapi/types` from 1.369.1 to 1.369.2 - [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.369.1...v1.369.2) --- 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-patch 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 69ee328..1b1fa3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.63.0", "license": "MIT", "dependencies": { - "@seamapi/http": "1.26.0", - "@seamapi/types": "1.369.1", + "@seamapi/http": "1.26.1", + "@seamapi/types": "1.369.2", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1115,9 +1115,9 @@ "peer": true }, "node_modules/@seamapi/http": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.26.0.tgz", - "integrity": "sha512-XkICrtJj0Nfb1faAWdVVBth1Z2n5z9Vphssn1Zr9o+hdn3LW/oJ1OsMbnIgZUDWIhIqXrHyHVtHfIEjFfNHUbw==", + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/@seamapi/http/-/http-1.26.1.tgz", + "integrity": "sha512-ZccW3ZRsPmp2mQc5QFTclObM/7HInvMgww3/wfHRjvoVa8Se5fC/PDeyqibMF3eIYxMuikKJdw1eby8Kr6PNZQ==", "license": "MIT", "dependencies": { "@seamapi/url-search-params-serializer": "^1.2.0", @@ -1139,9 +1139,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.369.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.369.1.tgz", - "integrity": "sha512-V++fuJw/5bYfnhOquXY+Ikj6bVJNAS8lmYUcMgpQ7Jo4+x+S7VSWpw5orL3Qq4K1rScC0+F1SavYWxeM9Nnmjw==", + "version": "1.369.2", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.369.2.tgz", + "integrity": "sha512-TfOlBkmNnAbCmOl8aBU4Tj4vZzUc/pJvfC3RKB2a0AOfjs8u/nVkybM4pcLgigGb6UjbkB3aAug9MIp86IS4GQ==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 24673d2..f958756 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "npm": ">= 9.0.0" }, "dependencies": { - "@seamapi/http": "1.26.0", - "@seamapi/types": "1.369.1", + "@seamapi/http": "1.26.1", + "@seamapi/types": "1.369.2", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },