From bdec48e280162e270832c6193d0668897069a81c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 20:32:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-6564963 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564964 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf1440a3..4255bee6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "short-uuid": "^4.2.2", "sinon": "^15.0.1", "to-snake-case": "^1.0.0", - "undici": "^5.28.3", + "undici": "^5.28.4", "uuid-random": "^1.3.2", "verify-aws-sns-signature": "^0.1.0", "ws": "^8.9.0",