From 434945c2510b0c9f5d49c2a179d00a5d6b90b4b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jun 2024 02:51:01 +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 e14eda2..89ce29b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@oada/types": "^3.5.3", "@sindresorhus/is": "^6.1.0", "ava": "^6.1.1", - "c8": "^9.1.0", + "c8": "^10.0.0", "chalk": "^5.3.0", "clone-deep": "^4.0.1", "cron": "^3.1.6",