From 2ad4a3b8f4ae7cca1f3e45b98c1cb065e69debf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 23:14:19 +0000 Subject: [PATCH] fix: node_modules/decode-uri-component/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/decode-uri-component/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/decode-uri-component/package.json b/node_modules/decode-uri-component/package.json index 020274ff3e..c5748915f0 100644 --- a/node_modules/decode-uri-component/package.json +++ b/node_modules/decode-uri-component/package.json @@ -29,9 +29,9 @@ "url" ], "devDependencies": { - "ava": "^0.17.0", - "coveralls": "^2.13.1", - "nyc": "^10.3.2", - "xo": "^0.16.0" + "ava": "^2.0.0", + "coveralls": "^3.0.0", + "nyc": "^13.0.1", + "xo": "^0.20.0" } } \ No newline at end of file