diff --git a/package-lock.json b/package-lock.json index 8f44d17..89c8356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.25.1", - "@seamapi/types": "1.356.0", + "@seamapi/types": "1.357.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1139,9 +1139,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.356.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.356.0.tgz", - "integrity": "sha512-rOSDFNRVPRgH+o201KN8rmG72mrRtz99vrjXBEd/6CIJQEjOYffpZpwBriGtiJ1D1lzI6JBBI+qrqfj7P/Hbiw==", + "version": "1.357.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.357.1.tgz", + "integrity": "sha512-VPkHyAervuG8Yi7gG6nC0xtt44f3AU0OvxYmI6vp/YL8jhhy3+LF++dnLM4wUftD9jA2ldgBjBNH9xKTOSv2eA==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 3f313c6..08194a2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.25.1", - "@seamapi/types": "1.356.0", + "@seamapi/types": "1.357.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },