From 36b73f5cd20c3017e73a4015e5f050a4c7cda45f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:19:48 +0000 Subject: [PATCH] feat: upgrade c8 from 8.0.1 to 10.1.2 Snyk has created this PR to upgrade c8 from 8.0.1 to 10.1.2. See this package in npm: c8 See this project in Snyk: https://app.snyk.io/org/cachiman/project/745ecb71-de73-4fe3-a69e-0c38d811c071?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/google-cloud-parallelstore/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-parallelstore/samples/package.json b/packages/google-cloud-parallelstore/samples/package.json index ca4739b19af..2bbc52146d9 100644 --- a/packages/google-cloud-parallelstore/samples/package.json +++ b/packages/google-cloud-parallelstore/samples/package.json @@ -17,7 +17,7 @@ "@google-cloud/parallelstore": "^0.1.0" }, "devDependencies": { - "c8": "^8.0.0", + "c8": "^10.1.2", "chai": "^4.2.0", "mocha": "^8.0.0" }