diff --git a/package-lock.json b/package-lock.json index bb6a0a6..7b551c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.35.1", - "@seamapi/types": "1.420.2", + "@seamapi/types": "1.421.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1138,9 +1138,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.420.2", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.420.2.tgz", - "integrity": "sha512-3W6YwDWIUsfwvEzzF6HuDNryqSqtywoGvi+zfLf9Js/wh88A3DKXYOmwamGWLus2L6vTp28F4aipcu5uNQndow==", + "version": "1.421.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.421.0.tgz", + "integrity": "sha512-hxPMOckb9qpl6jiQyoN64IMkbuzOZq/e7CTu5w8ILGY9UCA29OPx2f51h4L3CrogoC+Q6YL0roH7RAGV3RExvg==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 22b9925..6ed66d2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.35.1", - "@seamapi/types": "1.420.2", + "@seamapi/types": "1.421.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },