diff --git a/package-lock.json b/package-lock.json index bf4bdc3..0f782e5 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.41" + "@cloudcannon/configuration-types": "0.0.43" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -181,9 +181,9 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.41", - "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.41.tgz", - "integrity": "sha512-+qW0bFLx3/2hh9A/AiPxiPwewruYp1DNywjM96irej3Nc12x5u0UYxBtwmNdUUVbWAbczqk6GaysuuYEQy6DlA==", + "version": "0.0.43", + "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.43.tgz", + "integrity": "sha512-5SKIzFCHiX5KnIKyp+V88Q+Zsa+8xdztZ9ZcFfgx+DdGB5mBCyQd0S0HI3+W+IcFYR+HLDsTSTy945ZrewQrDA==", "license": "MIT", "dependencies": { "zod": "^4.0.17" diff --git a/package.json b/package.json index 37b7ecd..b44685f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.41" + "@cloudcannon/configuration-types": "0.0.43" }, "devDependencies": { "@biomejs/biome": "1.9.4",