From 21c4845aa53c485748804f357e8a7a58fa4526f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 17:50:43 +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..6eb04f6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@thinkdeep/k8s-manifest": "^2.0.1" }, "devDependencies": { - "c8": "^7.11.3", + "c8": "^9.0.0", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "coveralls": "^3.1.1",