From 9ce54dcb67da7f368424c9172328ee5486c52a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:01:16 +0000 Subject: [PATCH] chore(deps): update dependency nyc to v17 --- integration/testdata/TestCnbIntegration/project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/testdata/TestCnbIntegration/project/package.json b/integration/testdata/TestCnbIntegration/project/package.json index be34f94b01..3142f88bb6 100644 --- a/integration/testdata/TestCnbIntegration/project/package.json +++ b/integration/testdata/TestCnbIntegration/project/package.json @@ -10,7 +10,7 @@ "chai": "^4.2.0", "mocha": "^8.0.1", "mocha-junit-reporter": "^2.0.0", - "nyc": "^15.1.0", + "nyc": "^17.0.0", "sinon": "^9.0.2", "sinon-chai": "^3.5.0", "ts-node": "^8.10.2",