From 97511e1565f60fc9f11393161c529b19413c7658 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:29:34 +0000 Subject: [PATCH] fix: node_modules/cross-spawn/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-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/cross-spawn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/cross-spawn/package.json b/node_modules/cross-spawn/package.json index 232ff97e04b21..4400d98ccba85 100644 --- a/node_modules/cross-spawn/package.json +++ b/node_modules/cross-spawn/package.json @@ -61,7 +61,7 @@ "eslint": "^5.16.0", "eslint-config-moxy": "^7.1.0", "husky": "^3.0.5", - "jest": "^24.9.0", + "jest": "^27.0.2", "lint-staged": "^9.2.5", "mkdirp": "^0.5.1", "rimraf": "^3.0.0",