From bc691c1f272f1d2a6469fa1e4e07ca979b793e02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 07:24:09 +0000 Subject: [PATCH] fix: node_modules/eslint/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/eslint/node_modules/cross-spawn/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/eslint/node_modules/cross-spawn/package.json b/node_modules/eslint/node_modules/cross-spawn/package.json index af692031e0..3cc6d50d2e 100644 --- a/node_modules/eslint/node_modules/cross-spawn/package.json +++ b/node_modules/eslint/node_modules/cross-spawn/package.json @@ -56,13 +56,13 @@ "@commitlint/cli": "^8.1.0", "@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-config-moxy": "^7.1.0", "husky": "^3.0.5", - "jest": "^24.9.0", - "lint-staged": "^9.2.5", + "jest": "^28.0.0", + "lint-staged": "^10.0.0", "mkdirp": "^0.5.1", "rimraf": "^3.0.0", "standard-version": "^7.0.0"