diff --git a/package-lock.json b/package-lock.json index 58db7098..f0b4160a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "^3.0.19" + "@dataform/core": "3.0.20" }, "devDependencies": { "markdownlint-cli": "0.44.0", @@ -14,9 +14,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.19", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.19.tgz", - "integrity": "sha512-pe/LbwYPiOpgxAK/YxaQB/6BaAhlBE+G6eFUrIKE3jChAA4xHMKKP3RTU4y9U8vzs54KAaI3LZqd14hpzG3w7Q==", + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.20.tgz", + "integrity": "sha512-8g6xqGpWIWiOlH22+J2g5nr9DprpK3Oed28IBqHIR1ctojPJCrOlSjOUPyizCtblIgGdwoeYqPDJDPEB63OUNQ==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index 3be04e5e..0f853103 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crawl-data", "author": "@max-ostapenko", "dependencies": { - "@dataform/core": "3.0.19" + "@dataform/core": "3.0.20" }, "scripts": { "format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",