From 1e3baaf1a667eed8d26a57bcda7690817b897e07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 May 2025 08:33:05 +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 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c50010..5bc15ed 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ ], "devDependencies": { "@types/node": "^16.11.10", - "ava": "^3.15.0", - "c8": "^7.10.0", + "ava": "^5.3.0", + "c8": "^10.0.0", "color-convert": "^2.0.1", "execa": "^6.0.0", "log-update": "^5.0.0",