From b60e61759fe26e5e43ef230d2188c3687b2b89e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:12:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 092bdab..f12fd79 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "chalk": "^2.4.2", "diff": "^4.0.2", - "eslint": "^6.8.0", + "eslint": "^7.0.0", "execa": "^2.0.4", "find-up": "^4.1.0", "get-stdin": "^7.0.0", @@ -31,7 +31,7 @@ "lint-staged": "9.4.3", "mri": "^1.1.5", "multimatch": "^3.0.0", - "prettierx": "0.11.3" + "prettierx": "0.14.0" }, "devDependencies": { "isomorphic-git": "1.3.2",