From dd0362f1dcf5a24b3334f5aace72c4bb48777c77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Dec 2024 21:34:28 +0000 Subject: [PATCH] fix: tools/node_modules/eslint/node_modules/p-limit/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- tools/node_modules/eslint/node_modules/p-limit/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/node_modules/eslint/node_modules/p-limit/package.json b/tools/node_modules/eslint/node_modules/p-limit/package.json index 76514736fc9c49..ccdb998d74524e 100644 --- a/tools/node_modules/eslint/node_modules/p-limit/package.json +++ b/tools/node_modules/eslint/node_modules/p-limit/package.json @@ -41,12 +41,12 @@ "yocto-queue": "^0.1.0" }, "devDependencies": { - "ava": "^2.4.0", + "ava": "^5.3.0", "delay": "^4.4.0", "in-range": "^2.0.0", "random-int": "^2.0.1", "time-span": "^4.0.0", - "tsd": "^0.13.1", - "xo": "^0.35.0" + "tsd": "^0.17.0", + "xo": "^0.43.0" } }