diff --git a/package-lock.json b/package-lock.json index 5bbbb63..966f4bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.3.0", - "@seamapi/types": "1.232.0", + "@seamapi/types": "1.233.0", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" }, @@ -1075,9 +1075,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.232.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.232.0.tgz", - "integrity": "sha512-FePvHwInawBLdAwotkIr5KiT3wIwjwNEGsvubeWxN3pIxh64JtzFfaN36jtryn80FU23ZVwkXDkQ8HBGPETGrQ==", + "version": "1.233.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.233.0.tgz", + "integrity": "sha512-yXRnBjgegq0oO1JD3WFMsCsr6zX0QgWhUzsGFlG2AuyAZ8W5EfXsUl4+QnTWr6CFe/0bxJiefsJ5K/7pmU7r/Q==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 11c3447..efccef5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.3.0", - "@seamapi/types": "1.232.0", + "@seamapi/types": "1.233.0", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" },