From 5ea5af4d93458caf981a89334ef2555ca36b9cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:02:38 +0000 Subject: [PATCH] build(deps): bump superagent from 6.1.0 to 8.0.8 Bumps [superagent](https://github.com/ladjs/superagent) from 6.1.0 to 8.0.8. - [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/v6.1.0...v8.0.8) --- updated-dependencies: - dependency-name: superagent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a05367..21e6c37 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "moment": "^2.29.1", "moment-duration-format": "^2.3.2", "morgan": "^1.10.0", - "superagent": "^6.1.0", + "superagent": "^8.0.8", "tweetnacl": "^1.0.3", "winston": "^3.8.2", "ws": "^8.2.0"