From 8f1469418786c5c08476891f6739ddbf85e80242 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Apr 2023 02:53:54 +0000 Subject: [PATCH] fix: node_modules/callsites/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/callsites/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/callsites/package.json b/node_modules/callsites/package.json index 46b1de0c64..21cb8e6901 100644 --- a/node_modules/callsites/package.json +++ b/node_modules/callsites/package.json @@ -32,8 +32,8 @@ "debug" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^3.0.0", + "tsd": "^0.12.0", + "xo": "^0.32.1" } } \ No newline at end of file