From 5f553e65be69314757df6672dbcff09441146858 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 20:29:55 +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-INFLIGHT-6095116 --- .../eslint/node_modules/cross-spawn/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 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..65b1694257 100644 --- a/node_modules/eslint/node_modules/cross-spawn/package.json +++ b/node_modules/eslint/node_modules/cross-spawn/package.json @@ -53,18 +53,18 @@ "which": "^2.0.1" }, "devDependencies": { - "@commitlint/cli": "^8.1.0", + "@commitlint/cli": "^9.0.0", "@commitlint/config-conventional": "^8.1.0", "babel-core": "^6.26.3", "babel-jest": "^24.9.0", "babel-preset-moxy": "^3.1.0", - "eslint": "^5.16.0", + "eslint": "^6.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.0.0", "mkdirp": "^0.5.1", - "rimraf": "^3.0.0", + "rimraf": "^4.0.0", "standard-version": "^7.0.0" }, "engines": {