diff --git a/package-lock.json b/package-lock.json index 5bbbb63..aa30323 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.235.1", "@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.235.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.235.1.tgz", + "integrity": "sha512-LhX9GbJABzaEneWIyvLKL1RXGwA/mAzCxBPD0E32Dwsd19K85YJj/xxooeC4SmL166qCU1OdlPWt2Or92wc5xQ==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 11c3447..d6b2472 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.235.1", "@seamapi/webhook": "1.1.0", "zod": "^3.21.4" },