From 401c5462b7625ccf5a5e6aa18e4df9b6ff2565a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 15:10:31 +0000 Subject: [PATCH] fix: deps/undici/src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- deps/undici/src/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/undici/src/package.json b/deps/undici/src/package.json index a52222ce200b02..48efe4de086cd5 100644 --- a/deps/undici/src/package.json +++ b/deps/undici/src/package.json @@ -130,12 +130,12 @@ "sinon": "^17.0.1", "snazzy": "^9.0.0", "standard": "^17.0.0", - "tap": "^16.1.0", + "tap": "^18.0.0", "tsd": "^0.30.1", "typescript": "^5.0.2", - "wait-on": "^7.0.1", + "wait-on": "^8.0.3", "ws": "^8.11.0", - "axios": "^1.6.5", + "axios": "^1.8.2", "got": "^14.0.0", "node-fetch": "^3.3.2", "request": "^2.88.2"