From 703f5f3a9491bf5f263f2fad962e9b17203b8510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:51:43 +0000 Subject: [PATCH] feat(deps): bump the seam group with 2 updates Bumps the seam group with 2 updates: [@seamapi/types](https://github.com/seamapi/types) and [@seamapi/webhook](https://github.com/seamapi/javascript-webhook). Updates `@seamapi/types` from 1.199.0 to 1.200.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.199.0...v1.200.0) Updates `@seamapi/webhook` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/seamapi/javascript-webhook/releases) - [Changelog](https://github.com/seamapi/javascript-webhook/blob/main/.releaserc.json) - [Commits](https://github.com/seamapi/javascript-webhook/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/webhook" dependency-type: direct:production update-type: version-update:semver-minor 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 ae7cf8b..e42c8cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.0.0-rc.3", - "@seamapi/types": "1.199.0", - "@seamapi/webhook": "1.0.0", + "@seamapi/types": "1.200.0", + "@seamapi/webhook": "1.1.0", "seamapi-types": "1.42.0", "zod": "^3.21.4" }, @@ -1076,9 +1076,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.199.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.199.0.tgz", - "integrity": "sha512-E8UDVn4FwAEtKPKm+ZV0KA5qglcK9ZMMlGJXHJCjiWiOkhpfKfsOcfjjw37TSSwD0HQHF6+P5oGVEFF2fpBNXw==", + "version": "1.200.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.200.0.tgz", + "integrity": "sha512-ZviqADOl09BGb4xRaZeb7ROfEEUBJReOHfUL5M9CiZxC9U7SzYj/p2mWEZP7PxM/iv4E+fOG3kORTfuzynr1XQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" @@ -1097,9 +1097,9 @@ } }, "node_modules/@seamapi/webhook": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@seamapi/webhook/-/webhook-1.0.0.tgz", - "integrity": "sha512-lCLn1P8SVzEGRoJg2Jv33k5FRT8t5OYLYuVmNvzIVfQmBUG5yvc6cKheGt7ezqX4vGipURv07YH6iMUupQB4og==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@seamapi/webhook/-/webhook-1.1.0.tgz", + "integrity": "sha512-goRhC8vH6boSFftlHAlOyOSdeJqV0RTgYZGAoHDt+hEMWy6ifr7uwFlFQy6row8QHsLp+ulpE2UehF/BnHGQtQ==", "dependencies": { "svix": "^1.15.0" }, diff --git a/package.json b/package.json index a76d419..53008f5 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ }, "dependencies": { "@seamapi/http": "1.0.0-rc.3", - "@seamapi/types": "1.199.0", - "@seamapi/webhook": "1.0.0", + "@seamapi/types": "1.200.0", + "@seamapi/webhook": "1.1.0", "seamapi-types": "1.42.0", "zod": "^3.21.4" },