From 542a2d0f3bd344fc218ef8012212842caa71f931 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 03:46:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d24eb84b277..a626b1f7407 100644 --- a/package.json +++ b/package.json @@ -125,16 +125,16 @@ "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^3.22.1", + "lerna": "^7.0.0", "mocha": "^6.2.3", - "nyc": "^14.1.1", + "nyc": "^15.0.0", "pify": "^4.0.1", "sandboxed-module": "^2.0.4", "ts-node": "^9.0.0", "typescript": "^3.9.7", "underscore": "1.12.1", "wait-port": "^0.2.9", - "webpack": "^4.44.2", + "webpack": "^5.1.1", "webpack-cli": "^3.3.12" } }