From 9856dd6ada73b56591af99903f655049121ed7ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 21:58:32 +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-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-LODASHSET-1320032 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea574fbf9e0..01b7f0a470f 100644 --- a/package.json +++ b/package.json @@ -63,11 +63,11 @@ } }, "devDependencies": { - "cz-customizable": "^5.2.0", + "cz-customizable": "^5.5.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "husky": "^2.4.0", - "lint-staged": "^9.5.0", + "lint-staged": "^10.2.0", "prettier": "^1.19.1", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", @@ -75,7 +75,7 @@ "typescript-eslint-parser": "^15.0.0" }, "dependencies": { - "lerna": "^3.22.1", + "lerna": "^5.1.8", "typescript": "^4.0.2" }, "husky": {