From 83c68cd19d1bd36237b8fef12a7e6652c4e4b7d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 19:09:46 +0000 Subject: [PATCH] fix: node_modules/crypto-random-string/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/crypto-random-string/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/crypto-random-string/package.json b/node_modules/crypto-random-string/package.json index ef7255a619..5b9aa370f6 100644 --- a/node_modules/crypto-random-string/package.json +++ b/node_modules/crypto-random-string/package.json @@ -33,7 +33,7 @@ "hex" ], "devDependencies": { - "ava": "^1.4.1", + "ava": "^6.0.0", "tsd": "^0.7.2", "xo": "^0.24.0" }