From 5f3765166b1547a1cede17c9cfffca5e6e74408c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:11:06 +0000 Subject: [PATCH] feat: upgrade superagent from 5.3.1 to 10.0.0 Snyk has created this PR to upgrade superagent from 5.3.1 to 10.0.0. See this package in npm: superagent See this project in Snyk: https://app.snyk.io/org/cachiman/project/46d92de3-2051-4514-9fa6-2e074f1feaea?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- .../19-unordered-parallel-execution/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-coding-with-streams/19-unordered-parallel-execution/package.json b/06-coding-with-streams/19-unordered-parallel-execution/package.json index 10b1bca5..ec686b1b 100644 --- a/06-coding-with-streams/19-unordered-parallel-execution/package.json +++ b/06-coding-with-streams/19-unordered-parallel-execution/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "split": "^1.0.1", - "superagent": "^5.3.1" + "superagent": "^10.0.0" }, "engines": { "node": ">=14"