From eff4fb33a67a236f746e3fffc4eb74b926923e95 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 00:23:53 +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-ERROREX-12554213 --- 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..2ca22bae 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": "^25.0.0" }, "engines": { "node": ">=14"