From 858fa47d9d38c25f510a4b2c6e9e50baee17ab53 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 19:15:34 +0000 Subject: [PATCH] fix: 06-coding-with-streams/05-readable-flowing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-12552895 --- 06-coding-with-streams/05-readable-flowing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-coding-with-streams/05-readable-flowing/package.json b/06-coding-with-streams/05-readable-flowing/package.json index 4b5f941e..13228e86 100644 --- a/06-coding-with-streams/05-readable-flowing/package.json +++ b/06-coding-with-streams/05-readable-flowing/package.json @@ -16,7 +16,7 @@ "slug": "^1.1.0" }, "devDependencies": { - "jest": "^24.9.0" + "jest": "^28.0.0" }, "engines": { "node": ">=14"