From 68d3fc5c73341a1ff462807955dcd14d57323410 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 11:06:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d24eb84b277..4cbac2cd324 100644 --- a/package.json +++ b/package.json @@ -119,22 +119,22 @@ "ethers": "^5.1.4", "ganache-cli": "^6.12.0", "jshint": "^2.12.0", - "karma": "^5.2.3", + "karma": "^6.3.4", "karma-browserify": "^7.0.0", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^3.22.1", + "lerna": "^4.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" } }