From 80934ff5ab5a00f9c6ba58f1faaad297df37abfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:58:27 +0000 Subject: [PATCH] Bump @dataform/cli from 3.0.48 to 3.0.50 Bumps [@dataform/cli](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/cli" dependency-version: 3.0.50 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 4ef8253e..f28aa9a0 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.48", + "@dataform/cli": "3.0.50", "eslint": "10.1.0", "globals": "17.4.0", "markdownlint-cli": "0.48.0" } }, "node_modules/@dataform/cli": { - "version": "3.0.48", - "resolved": "https://registry.npmjs.org/@dataform/cli/-/cli-3.0.48.tgz", - "integrity": "sha512-9slsuzCvjRNwSiNCBb2BDzd1gAmXlkcaqmLD4lNFkmHxIqWxRRwiQBXuf3iEOQg8LLJSvw4EOs33ALeAuNPlaA==", + "version": "3.0.50", + "resolved": "https://registry.npmjs.org/@dataform/cli/-/cli-3.0.50.tgz", + "integrity": "sha512-ep5QZC+UCdbaC+ycoqEudPCp7LuDB2oXYxMt3XYWQgLqwfZy9wTa9TOzX+xr7p8ZMEZArvCOrN1PcX16cmcKAA==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d894c2a3..ed66f85e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint": "10.1.0", "globals": "17.4.0", "markdownlint-cli": "0.48.0", - "@dataform/cli": "3.0.48" + "@dataform/cli": "3.0.50" }, "markdownlint": { "default": true,