From cdce42ac399ac5b2bc3551fe0fe86ac4ce6ad037 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:09:00 +0000 Subject: [PATCH] feat: upgrade superagent from 8.1.2 to 10.0.0 Snyk has created this PR to upgrade superagent from 8.1.2 to 10.0.0. See this package in npm: superagent See this project in Snyk: https://app.snyk.io/org/cachiman/project/47c663ea-4818-4a25-bfa3-66872bdd13ff?utm_source=github-cloud-app&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..c9d9c423960 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.0.0", "wait-on": "^7.2.0" } }