From e3df0d5d202b26558411b3c67879820cd07e63ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:58:21 +0000 Subject: [PATCH] Bump @dataform/core from 3.0.48 to 3.0.50 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.48 to 3.0.50. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.48...3.0.50) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-version: 3.0.50 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 4ef8253e..8147f4c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.48", + "@dataform/core": "3.0.50", "@masthead-data/dataform-package": "0.2.0" }, "devDependencies": { @@ -50,9 +50,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.48", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.48.tgz", - "integrity": "sha512-5ziAnbDZca4Kjl0Z7G/wgd7w/MlfaVQ/UYHF5eTU84hG3L47vXqMf1R81rN/1ywzda6HaDDzFWT1HQWRHMSCOA==", + "version": "3.0.50", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.50.tgz", + "integrity": "sha512-M2CnSpjdIyIzrPIw5bXHgx1NwnOKlFs8CbraZaVdqbkdAEpVav0V+SHC1z3CyecZ2kM6H1sdfWjGGmhXCFffeQ==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index d894c2a3..cd8054db 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.48", + "@dataform/core": "3.0.50", "@masthead-data/dataform-package": "0.2.0" }, "devDependencies": {