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" },