From 56cec9fee0b58e3131cee727a40e4fb5862af28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:42:11 +0000 Subject: [PATCH] feat(deps): bump the seam group with 1 update Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.141.0 to 1.142.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.141.0...v1.142.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 adff6e6..3d00ddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "0.24.0", - "@seamapi/types": "1.141.0", + "@seamapi/types": "1.142.0", "@seamapi/webhook": "0.1.1", "seamapi-types": "1.42.0" }, @@ -1056,9 +1056,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.141.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.141.0.tgz", - "integrity": "sha512-zX5Ky2xy+QvZFHpDZctJDE+SHKTDP3xbt88VipnmUBFDZBCIqh3W4nVA/XX6jwjS3bCo1c2jgSByicQ2hOTI3A==", + "version": "1.142.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.142.0.tgz", + "integrity": "sha512-XAOJlUG5qTdoDz5PFT/A8gYddE85ADL2iRkue+w+4WMY0lXg6f4J2FzOBc6lFcrRT1x4/iVcnSxkP8YBWtkuwA==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 90a89f3..f79fcee 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "dependencies": { "@seamapi/http": "0.24.0", - "@seamapi/types": "1.141.0", + "@seamapi/types": "1.142.0", "@seamapi/webhook": "0.1.1", "seamapi-types": "1.42.0" },