From 01404c2ba9a35d61a32396b4e4a5600bb4a68011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:31:58 +0000 Subject: [PATCH] Bump @dataform/core from 3.0.25 to 3.0.26 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.25 to 3.0.26. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.25...3.0.26) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-version: 3.0.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4114b500..5e350bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.25" + "@dataform/core": "3.0.26" }, "devDependencies": { "markdownlint-cli": "0.45.0", @@ -14,9 +14,10 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.25", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.25.tgz", - "integrity": "sha512-IMLx41mvEWltYNW+/inG0XlHMYjOBgLg2v/R33ab8/XsnmoH8CmX2XwGhh34x/kPVOTI9Kgl5OdsuioENd+NFw==" + "version": "3.0.26", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.26.tgz", + "integrity": "sha512-tisQRsAK6WHG0ow+w/tHHBeoCbZVctbXG77LFaFIarFq280Vp4NJMiPeCGaeMROV0ecz0tZaQYoBllkZdUJt5w==", + "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.5.1", diff --git a/package.json b/package.json index 018ee1f4..41f2e584 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "superlint": "docker run --platform linux/amd64 -e DEFAULT_BRANCH=main -e VALIDATE_GIT_COMMITLINT=false -e VALIDATE_TERRAFORM_TERRASCAN=false -e VALIDATE_TERRAFORM_TFLINT=false -e FIX_JSON_PRETTIER=true -e IGNORE_GITIGNORED_FILES=true -e VALIDATE_ALL_CODEBASE=true -e RUN_LOCAL=true -v ./:/tmp/lint ghcr.io/super-linter/super-linter:slim-v7.4.0" }, "dependencies": { - "@dataform/core": "3.0.25" + "@dataform/core": "3.0.26" }, "devDependencies": { "markdownlint-cli": "0.45.0",