From 41fdaea27a7d4a18d29f32301fd4f484d6d7ef47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 03:46:29 +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-GLOBPARENT-1016905 - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1fe647f5b9..db6c70fd3b2 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^4.0.0", + "lerna": "^5.1.8", "mocha": "^6.2.3", "nyc": "^14.1.1", "pify": "^4.0.1", @@ -135,7 +135,7 @@ "ts-node": "^9.0.0", "typescript": "^3.9.7", "wait-port": "^0.2.9", - "webpack": "^4.44.2", + "webpack": "^5.0.0", "webpack-cli": "^4.9.1" } }