diff --git a/package-lock.json b/package-lock.json index ea431dd9..290a654e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.21" + "@dataform/core": "3.0.22" }, "devDependencies": { "markdownlint-cli": "0.45.0", @@ -14,9 +14,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.21.tgz", - "integrity": "sha512-aVO3AJV4BY/gVZYlTlEtDa0hO+MSm24g5W4DnVcMME16Ze1/FfL8mSFwn9GwYsUE0gnphniO7XNHXyOdp4Iy5A==", + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.22.tgz", + "integrity": "sha512-URZa7ai0HlSLZT156e6Q9PLQDv1WpCfoh2SoMm/p2lmm33oqDu7UPdWa3AzJx0iuiLppSMo9qBi1L3xh2ORPPA==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index e2d324be..2bbf5886 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crawl-data", "author": "@max-ostapenko", "dependencies": { - "@dataform/core": "3.0.21" + "@dataform/core": "3.0.22" }, "scripts": { "format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",