From 33ecb8547db6c3f5d5602702b3323c546b60dccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:10:27 +0000 Subject: [PATCH] build(deps): bump node-superfetch from 0.2.3 to 0.3.0 Bumps [node-superfetch](https://github.com/dragonfire535/node-superfetch) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/dragonfire535/node-superfetch/releases) - [Commits](https://github.com/dragonfire535/node-superfetch/commits) --- updated-dependencies: - dependency-name: node-superfetch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75a9899..cf515c3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "moment-timezone": "^0.5.27", "mongodb": "^4.1.2", "nano": "^10.0.0", - "node-superfetch": "^0.2.3", + "node-superfetch": "^0.3.0", "snekfetch": "^4.0.4", "string-similarity": "^4.0.2", "utf-8-validate": "^5.0.5",