diff --git a/package-lock.json b/package-lock.json index be329d7..8b23c61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.110.0", - "@seamapi/types": "1.768.1", + "@seamapi/types": "1.770.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" }, @@ -1182,9 +1182,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.768.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.768.1.tgz", - "integrity": "sha512-BBYgxv+gaE0rz2iekFB5tYm3VzQ8o/xEGbsZy0AXg/FpVtsTxT2f0481XEh6a7UXEJYYEtHZvA7/bXJyXymcnA==", + "version": "1.770.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.770.0.tgz", + "integrity": "sha512-HKkDsC+su+R9I1keGuoOKUnsCN+xtCydptfINC+rOcEhZXTjqwo1XgbciHX86s86eaPb4V3unJjoZt1kjwTUdg==", "license": "MIT", "engines": { "node": ">=22.11.0", diff --git a/package.json b/package.json index 36f0444..0d02e4d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.110.0", - "@seamapi/types": "1.768.1", + "@seamapi/types": "1.770.0", "@seamapi/webhook": "1.2.0", "zod": "^3.21.4" },