diff --git a/package-lock.json b/package-lock.json index 4154fb0..4799c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.15" + "@dataform/core": "^3.0.16" }, "devDependencies": { "markdownlint-cli": "^0.44.0", @@ -14,9 +14,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.15.tgz", - "integrity": "sha512-inIoOepuOfIlsNQ6v4YeJMkHrt6umAFT07qRgyuozMxkmESVlOCIWYAitXCGAqGhgc9DPjAz2oy92Sdv9eUrbw==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.16.tgz", + "integrity": "sha512-wDDBdhHd2JSRfHrf5cI7SO08jG/r2oBMT284VUbJJHpNkwTHoK10euUTorNMREc69H4BlJh4+yWprDVJ2XSvzA==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index cbc7579..96d3692 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crawl-data", "author": "@max-ostapenko", "dependencies": { - "@dataform/core": "^3.0.15" + "@dataform/core": "^3.0.16" }, "scripts": { "format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt",