From c9f45cae9a388bfa0da504c84b6f2bd4284af90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:35:04 +0000 Subject: [PATCH] Bump nyc from 15.1.0 to 17.1.0 in /packages/databricks-vscode Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/nyc/compare/v15.1.0...nyc-v17.1.0) --- updated-dependencies: - dependency-name: nyc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/databricks-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json index 1d477170f..c29b7fb3b 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -726,7 +726,7 @@ "glob": "^10.3.3", "mocha": "^10.2.0", "mock-require": "^3.0.3", - "nyc": "^15.1.0", + "nyc": "^17.1.0", "prettier": "^3.0.0", "tmp-promise": "^3.0.3", "ts-mocha": "^10.0.0",