From 7c3413521489d37780b3a0f3297ad16ad6ea1286 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:25:38 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-STANDARDVERSION-575708 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/cross-spawn/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/node_modules/cross-spawn/package.json b/node_modules/cross-spawn/package.json index 232ff97e04b21..19d5627dd9fc2 100644 --- a/node_modules/cross-spawn/package.json +++ b/node_modules/cross-spawn/package.json @@ -53,19 +53,19 @@ "which": "^2.0.1" }, "devDependencies": { - "@commitlint/cli": "^8.1.0", + "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^8.1.0", "babel-core": "^6.26.3", - "babel-jest": "^24.9.0", + "babel-jest": "^27.0.0", "babel-preset-moxy": "^3.1.0", - "eslint": "^5.16.0", + "eslint": "^9.0.0", "eslint-config-moxy": "^7.1.0", "husky": "^3.0.5", - "jest": "^24.9.0", - "lint-staged": "^9.2.5", + "jest": "^29.0.0", + "lint-staged": "^10.2.0", "mkdirp": "^0.5.1", - "rimraf": "^3.0.0", - "standard-version": "^7.0.0" + "rimraf": "^4.3.1", + "standard-version": "^9.5.0" }, "engines": { "node": ">= 8"