From 7b7864e6d1c49849bea1c8291b4cad14888a56d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:52:50 +0000 Subject: [PATCH] chore(deps-dev): bump nyc from 15.1.0 to 17.1.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6388374..bb3b698 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^8.56.0", "eslint-config-hexo": "^5.0.0", "mocha": "^10.2.0", - "nyc": "^15.1.0", + "nyc": "^17.1.0", "rewire": "^7.0.0", "sinon": "^17.0.1", "ts-node": "^10.9.2",