From ade7548ba3376fad9ded7ec3e501566691b39c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:20:19 +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.187.0 to 1.188.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.187.0...v1.188.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 0dee930..6da1797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.0.0-rc.2", - "@seamapi/types": "1.187.0", + "@seamapi/types": "1.188.0", "@seamapi/webhook": "1.0.0", "seamapi-types": "1.42.0", "zod": "^3.21.4" @@ -1076,9 +1076,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.187.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.187.0.tgz", - "integrity": "sha512-0xj5bhCG0+nfLxWP5iGnhtZXwx3qctpwuvYo3Lhtgi0XzMJC9yho0cz/pI8BqutzXdB81mlG6J5M5C/tHklfZQ==", + "version": "1.188.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.188.0.tgz", + "integrity": "sha512-ojpyFGHq+fVVqtt+vybR7rTF1ZVMf8IUy62j9b14G3b+uq8h+PwmWjG44jco45Ro5PFMI9RheqHze1wvN07PaQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 4fb61ca..54331a5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.0.0-rc.2", - "@seamapi/types": "1.187.0", + "@seamapi/types": "1.188.0", "@seamapi/webhook": "1.0.0", "seamapi-types": "1.42.0", "zod": "^3.21.4"