From 1d22eda739dcb4be44b2d8632690a2b72422b90b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 21:32:59 +0000 Subject: [PATCH] fix: 06-coding-with-streams/03-crypto-gzip-server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - 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/03-crypto-gzip-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-coding-with-streams/03-crypto-gzip-server/package.json b/06-coding-with-streams/03-crypto-gzip-server/package.json index 9d28ea3b..a6153ddf 100644 --- a/06-coding-with-streams/03-crypto-gzip-server/package.json +++ b/06-coding-with-streams/03-crypto-gzip-server/package.json @@ -16,7 +16,7 @@ "slug": "^1.1.0" }, "devDependencies": { - "jest": "^24.9.0" + "jest": "^25.0.0" }, "engines": { "node": ">=14"