diff --git a/package-lock.json b/package-lock.json index c3b95d1..8691a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.28.0", - "@seamapi/types": "1.375.2", + "@seamapi/types": "1.377.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1139,9 +1139,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.375.2", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.375.2.tgz", - "integrity": "sha512-uu61wNd0Z+LyFq++mpsz9f7pagbMjkTXwHSt+3hX3ftgZ3G4tiDE/AUsYQKHDvm6co2D1uk5TaDdS6+CenlTBQ==", + "version": "1.377.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.377.0.tgz", + "integrity": "sha512-EOdujTToK8AxrMn7TSL3Ju4X+3GeHB8RsrF4M8w5aIGjyOzJzPcxOMJHlhfCzB+x5A6r3VA50FIOsB8U9KmFiw==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 39079bb..9c0a73f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.28.0", - "@seamapi/types": "1.375.2", + "@seamapi/types": "1.377.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },