From eaa7f1dccd0a05366582dd4ec7118a9a2757b545 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:26:12 +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..6433b0cc 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": "^27.0.0" }, "engines": { "node": ">=14"