From e635e1a11b05bd9e759b547fbec824b0c65299e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:14:30 +0000 Subject: [PATCH] build(deps-dev): bump nyc from 15.1.0 to 17.0.0 (#116) Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.0.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.0.0) --- updated-dependencies: - dependency-name: nyc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdfddee..900e33c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@fastify/pre-commit": "^2.1.0", "airtap": "^4.0.4", "airtap-playwright": "^1.0.1", - "nyc": "^15.1.0", + "nyc": "^17.0.0", "playwright": "^1.43.1", "standard": "^17.1.0", "tape": "^5.7.5",