From bafb3c3a6c3e705db44091e82c46c328f5a06245 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 22:21:28 +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-CROSSSPAWN-8303230 --- node_modules/crypto-random-string/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/crypto-random-string/package.json b/node_modules/crypto-random-string/package.json index ef7255a619..0823aa3ffc 100644 --- a/node_modules/crypto-random-string/package.json +++ b/node_modules/crypto-random-string/package.json @@ -33,8 +33,8 @@ "hex" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^3.0.0", + "tsd": "^0.12.0", + "xo": "^0.26.0" } } \ No newline at end of file