From 0de00c12aa2c5ae27395c414a0d7fd855943f73e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 01:25:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96d63b4f224..4a0694259a0 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ }, "devDependencies": { "async-sema": "^2.1.3", - "eslint": "5.6.0", + "eslint": "7.0.0", "execa": "1.0.0", "fs-extra": "^7.0.0", "get-port": "^4.0.0", "globby": "^8.0.1", "husky": "1.0.0-rc.15", - "jest": "^23.6.0", - "lerna": "2.9.1", - "lerna-changelog": "^0.8.0", - "lint-staged": "^7.0.5", + "jest": "^25.0.0", + "lerna": "3.0.0", + "lerna-changelog": "^2.0.1", + "lint-staged": "^8.1.1", "meow": "^5.0.0", "multimatch": "^2.1.0", "prettier": "1.14.3",