From 2678f084dacbf6fb7500b898e19fbed4c3a96d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:31:16 +0000 Subject: [PATCH] Bump @dataform/core from 3.0.21 to 3.0.22 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.21 to 3.0.22. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.21...3.0.22) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-version: 3.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",