From 0558c41a4c3251dac1228415c8f4d29cdee91d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:57:56 +0000 Subject: [PATCH] build(deps): bump superagent from 9.0.2 to 10.0.0 in /benchmarks (#3439) Bumps [superagent](https://github.com/ladjs/superagent) from 9.0.2 to 10.0.0. - [Release notes](https://github.com/ladjs/superagent/releases) - [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md) - [Commits](https://github.com/ladjs/superagent/compare/v9.0.2...v10.0.0) --- updated-dependencies: - dependency-name: superagent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- benchmarks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/package.json b/benchmarks/package.json index 5c2382fc7f2..968b6389074 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -20,7 +20,7 @@ "mitata": "^0.1.11", "node-fetch": "^3.3.2", "request": "^2.88.2", - "superagent": "^9.0.2", + "superagent": "^10.0.0", "wait-on": "^7.2.0" } }