From 9d0a32e22333f1aa6b85ba24b405548da5cc2a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:38:51 +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.97.0 to 1.99.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.97.0...v1.99.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 1bc0a9f..22458c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "0.16.2", - "@seamapi/types": "1.97.0", + "@seamapi/types": "1.99.0", "@seamapi/webhook": "0.1.0", "seamapi-types": "1.33.0" }, @@ -1056,9 +1056,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.97.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.97.0.tgz", - "integrity": "sha512-XhqZd+iRim3jB/4qFnMz+8RJ/4czMlIwFu5N6aFObHBMdN7tM0/xVm0fzPIsRTlS62iyu6Xzqlim3C/iQE7Yag==", + "version": "1.99.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.99.0.tgz", + "integrity": "sha512-W0kzwEnBvNU6I6Ou/t6lXS2xpAUJ1DabV5cI3CU5qlF27Lala8Rb9kejHo3onBJQuQZUcu21TatRPjYvZRjVdw==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 85bc414..5d67bfe 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "dependencies": { "@seamapi/http": "0.16.2", - "@seamapi/types": "1.97.0", + "@seamapi/types": "1.99.0", "@seamapi/webhook": "0.1.0", "seamapi-types": "1.33.0" },