diff --git a/package-lock.json b/package-lock.json index 5be6f9d..fbecc17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@cloudcannon/configuration-types": "0.0.54" + "@cloudcannon/configuration-types": "0.0.56" }, "devDependencies": { "@biomejs/biome": "2.4.15", @@ -180,12 +180,12 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.54", - "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.54.tgz", - "integrity": "sha512-vi1gXM6ucK1HGELbf2jaE2rYfRyC935lvKWNa7zxbnBKUvCMgGPC47lTfcPRAgl2bRz5RXmuLGILMqs8Wapq6w==", + "version": "0.0.56", + "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.56.tgz", + "integrity": "sha512-O5kD1z6za8VSf0K/noHsAXZzSh8l1AXIWER0+GaNGpF0JrlP+nFtzi331qdN4aqesXTQbKmcl6jlZBWEuOzyzw==", "license": "MIT", "dependencies": { - "zod": "^4.3.6" + "zod": "4.3.6" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index f0d07e5..427c378 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.54" + "@cloudcannon/configuration-types": "0.0.56" }, "devDependencies": { "@biomejs/biome": "2.4.15",