From a8fe486aa45fba6e13c730e1fb20536174cff0d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jun 2024 18:17:38 +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-INFLIGHT-6095116 --- deps/undici/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/undici/src/package.json b/deps/undici/src/package.json index a52222ce200b02..c4a3e766e53615 100644 --- a/deps/undici/src/package.json +++ b/deps/undici/src/package.json @@ -104,7 +104,7 @@ "@sinonjs/fake-timers": "^11.1.0", "@types/node": "^18.0.3", "abort-controller": "^3.0.0", - "borp": "^0.9.1", + "borp": "^0.15.0", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "chai-iterator": "^3.0.2",