From 3559700e585b3d8602b2c23168f3a5f35ce5321c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Jun 2024 18:52:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e24b0f..eb03203 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@thinkdeep/k8s-manifest": "^2.0.1" }, "devDependencies": { - "c8": "^7.11.3", + "c8": "^10.0.0", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "coveralls": "^3.1.1",