From 4db4fc265d657d4e04e15e4b6ff8d2240e608bd3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:17:04 +0000 Subject: [PATCH] fix: 06-coding-with-streams/04-readable-non-flowing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 06-coding-with-streams/04-readable-non-flowing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-coding-with-streams/04-readable-non-flowing/package.json b/06-coding-with-streams/04-readable-non-flowing/package.json index 4a282689..0eaf4e29 100644 --- a/06-coding-with-streams/04-readable-non-flowing/package.json +++ b/06-coding-with-streams/04-readable-non-flowing/package.json @@ -16,7 +16,7 @@ "slug": "^1.1.0" }, "devDependencies": { - "jest": "^24.9.0" + "jest": "^27.0.0" }, "engines": { "node": ">=14"