From 52f57693f95673c36227b0bce4414808071777a1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:52:25 +0000 Subject: [PATCH] feat: upgrade superagent from 5.2.2 to 10.0.0 Snyk has created this PR to upgrade superagent from 5.2.2 to 10.0.0. See this package in npm: superagent See this project in Snyk: https://app.snyk.io/org/cachiman/project/76485f8d-d628-445b-b895-0d09959d615c?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- .../10-async-iterator-check-urls/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-behavioral-design-patterns/10-async-iterator-check-urls/package.json b/09-behavioral-design-patterns/10-async-iterator-check-urls/package.json index 4e76fd41..79305ad6 100644 --- a/09-behavioral-design-patterns/10-async-iterator-check-urls/package.json +++ b/09-behavioral-design-patterns/10-async-iterator-check-urls/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "superagent": "^5.2.2" + "superagent": "^10.0.0" }, "engines": { "node": ">=14"