From 70398459f7f4b46cb82fe2a6cfa2d8435cfef46c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 22:12:25 +0000 Subject: [PATCH] feat: upgrade superagent from 8.1.2 to 10.1.0 Snyk has created this PR to upgrade superagent from 8.1.2 to 10.1.0. See this package in npm: superagent See this project in Snyk: https://app.snyk.io/org/cachiman/project/906d4625-576e-445a-a411-ded47a0c5ab7?utm_source=github&utm_medium=referral&page=upgrade-pr --- benchmarks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/package.json b/benchmarks/package.json index a834377135f..ada4be523e3 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -17,7 +17,7 @@ "mitata": "^0.1.11", "node-fetch": "^3.3.2", "request": "^2.88.2", - "superagent": "^8.1.2", + "superagent": "^10.1.0", "wait-on": "^7.2.0" } }