From 93808ec459bc1c4a1f1157d5fd2d0d1f37e90747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:15:57 +0000 Subject: [PATCH] feat(deps): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.176.0 to 1.177.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.176.0...v1.177.0) --- updated-dependencies: - 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7c6e33..3f8d54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.0.0-rc.1", - "@seamapi/types": "1.176.0", + "@seamapi/types": "1.177.0", "@seamapi/webhook": "1.0.0-rc.1", "seamapi-types": "1.42.0", "zod": "^3.21.4" @@ -1076,9 +1076,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.176.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.176.0.tgz", - "integrity": "sha512-09FvtE42oR2b6SfZ8cTonAKScH0rYJYeDAmJ3PGW12tsUIj9MivqmH3EO/MHjpQhbbK2e0tdBOz5RHLFoUMXww==", + "version": "1.177.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.177.0.tgz", + "integrity": "sha512-Y0539Hn5UMYTaUy+PBLgL3HxQpdWM8hVZsvRp9sZfZdvsEgd9z96RrvwVgzYHBGPmKPnkiw1qaTM7vKLXGKg/g==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 6294fab..21876fa 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.0.0-rc.1", - "@seamapi/types": "1.176.0", + "@seamapi/types": "1.177.0", "@seamapi/webhook": "1.0.0-rc.1", "seamapi-types": "1.42.0", "zod": "^3.21.4"