From d6326c2af324bb7dbef974a6107eb3dd858454ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 23:47:51 +0000 Subject: [PATCH] fix: node_modules/normalize-url/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/normalize-url/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/normalize-url/package.json b/node_modules/normalize-url/package.json index 84adbb2786..1675e5ec92 100644 --- a/node_modules/normalize-url/package.json +++ b/node_modules/normalize-url/package.json @@ -35,10 +35,10 @@ "canonical" ], "devDependencies": { - "ava": "^2.4.0", + "ava": "^5.3.0", "coveralls": "^3.0.6", - "nyc": "^14.1.1", - "tsd": "^0.8.0", - "xo": "^0.24.0" + "nyc": "^15.0.0", + "tsd": "^0.12.0", + "xo": "^0.42.0" } } \ No newline at end of file