From ae972854533acbbb846d700d9959190f028261c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:25:27 +0000 Subject: [PATCH] Bump @dataform/core from 3.0.39 to 3.0.42 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.39 to 3.0.42. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.39...3.0.42) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-version: 3.0.42 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 52bcc3b..252c5a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.39", + "@dataform/core": "3.0.42", "@masthead-data/dataform-package": "0.1.0" }, "devDependencies": { @@ -16,9 +16,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.39", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.39.tgz", - "integrity": "sha512-uMQrjZViOL/CYq4lyYhtui05WGcEF3Z0pNwovAToSccq1oIjej+EqtURAkt91aF0qurifYH3bvDcwGxd9bB8hQ==", + "version": "3.0.42", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.42.tgz", + "integrity": "sha512-cNHJv9xjFrZYTg80ebLNO//XLlFLCjNlS0tAnlfmMWO963HanmBdcZhQ93KR1G2BPTeOfx/r/Fj6Xxfg8KpZXw==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index 0468f51..3f097b2 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 VALIDATE_JSCPD=false -e RUN_LOCAL=true -v ./:/tmp/lint ghcr.io/super-linter/super-linter:slim-latest" }, "dependencies": { - "@dataform/core": "3.0.39", + "@dataform/core": "3.0.42", "@masthead-data/dataform-package": "0.1.0" }, "devDependencies": {