diff --git a/package-lock.json b/package-lock.json index e3fa1ae..e4c154d 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.38" + "@cloudcannon/configuration-types": "0.0.40" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -181,9 +181,9 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.38", - "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.38.tgz", - "integrity": "sha512-kB+f+y59eG2msCHVK8Ou7BQ/uEARQt2mvqUPGSlDzGsq+kMgFQyPJxzNWV6Mr4cDoZpxqRxotJu+aHM1aMO94w==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.40.tgz", + "integrity": "sha512-BSZN3U5NcF+8/fYI60cE8D6gqjruoVTb1e1OtFouH5qJKsaYund7PqFS5fWQs2mwhQLas0goLSh1KjemrEjrjQ==", "license": "MIT", "dependencies": { "@cloudcannon/snippet-types": "^1.1.13", diff --git a/package.json b/package.json index d5d071e..df53cdf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.38" + "@cloudcannon/configuration-types": "0.0.40" }, "devDependencies": { "@biomejs/biome": "1.9.4",