From 6bb63f97a89e8fbdef76f20ec5c5722211cb7793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:43:22 +0000 Subject: [PATCH] Bump @dataform/cli from 3.0.46 to 3.0.47 Bumps [@dataform/cli](https://github.com/dataform-co/dataform) from 3.0.46 to 3.0.47. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.46...3.0.47) --- updated-dependencies: - dependency-name: "@dataform/cli" dependency-version: 3.0.47 dependency-type: direct:development 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 92646396..b2d7a1f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,16 +10,16 @@ "@masthead-data/dataform-package": "0.2.0" }, "devDependencies": { - "@dataform/cli": "3.0.46", + "@dataform/cli": "3.0.47", "eslint": "10.0.0", "globals": "17.3.0", "markdownlint-cli": "0.47.0" } }, "node_modules/@dataform/cli": { - "version": "3.0.46", - "resolved": "https://registry.npmjs.org/@dataform/cli/-/cli-3.0.46.tgz", - "integrity": "sha512-zqGHPkA8c4LGMp+FajDVr7fLx/StCMKTqeNSLoJT1GB5PLUAw4Xo8u+Q1nl/JNfKGacD8i7pIF16ZaQvYSCmGQ==", + "version": "3.0.47", + "resolved": "https://registry.npmjs.org/@dataform/cli/-/cli-3.0.47.tgz", + "integrity": "sha512-qcXYF7/J9FxtekcDU0EWBh1rCKNyWsZMQw9MVJsKHbMV2yWmxjI5PEz+C2oqOH3QaJ9y/RNFL4rC/yHTE8OUsw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b00aedbb..f1405136 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint": "10.0.0", "globals": "17.3.0", "markdownlint-cli": "0.47.0", - "@dataform/cli": "3.0.46" + "@dataform/cli": "3.0.47" }, "markdownlint": { "default": true,