From 223c5527156262b635e35d092b4241c12247bd01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jun 2023 15:48:29 +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-SEMVER-3247795 --- .../eslint/node_modules/cross-spawn/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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..1c514d504c 100644 --- a/node_modules/eslint/node_modules/cross-spawn/package.json +++ b/node_modules/eslint/node_modules/cross-spawn/package.json @@ -53,19 +53,19 @@ "which": "^2.0.1" }, "devDependencies": { - "@commitlint/cli": "^8.1.0", + "@commitlint/cli": "^17.0.0", "@commitlint/config-conventional": "^8.1.0", "babel-core": "^6.26.3", - "babel-jest": "^24.9.0", + "babel-jest": "^25.1.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", + "eslint": "^7.0.0", + "eslint-config-moxy": "^9.1.1", + "husky": "^4.0.0", + "jest": "^26.0.0", "lint-staged": "^9.2.5", "mkdirp": "^0.5.1", "rimraf": "^3.0.0", - "standard-version": "^7.0.0" + "standard-version": "^9.1.1" }, "engines": { "node": ">= 8"