From e9a2cf589766d759392c8024d2ee92e2bf1d97a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:35:23 +0000 Subject: [PATCH] build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks (#3181) Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.2 to 9.0.2. - [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/v8.1.2...v9.0.2) --- 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 d930fb9c4a3..5c2382fc7f2 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": "^8.1.2", + "superagent": "^9.0.2", "wait-on": "^7.2.0" } }