From 58db68e06280426c5923f807cf80801aff4bc181 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:13:41 +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 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1084992025b..960a8baa795 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "precommit": "lint-staged" }, "devDependencies": { - "eslint": "4.15.0", + "eslint": "5.5.0", "execa": "^0.9.0", "husky": "^0.13.2", - "lerna": "2.6.0", - "lerna-changelog": "^0.6.0", - "lint-staged": "^7.0.5", + "lerna": "3.0.0", + "lerna-changelog": "^0.8.0", + "lint-staged": "^10.2.0", "meow": "^4.0.0", "multimatch": "^2.1.0", "prettier": "1.6.1",