From 32e8c4ea232818099de354de9791623f1f406b0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 02:38:30 +0000 Subject: [PATCH] feat: upgrade ava from 3.15.0 to 6.1.3 Snyk has created this PR to upgrade ava from 3.15.0 to 6.1.3. See this package in npm: ava See this project in Snyk: https://app.snyk.io/org/youtacrands-va/project/4199cd63-b361-4f40-a9fc-dc8ec47d4247?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaf1224..c7d3b62 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/cheerio": "^0.22.30", "@types/content-type": "^1.1.5", "@types/node": "^16.4.13", - "ava": "^3.15.0", + "ava": "^6.1.3", "node-fetch": "3.0.0-beta.10", "ts-node": "^10.1.0", "typescript": "^4.3.5",