From 25c29eb7894b641ea9fa72512599200ae5f8610a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 22:34:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d53b0d040d..7445ee572a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gulp-template": "^4.0.0", "gulp-uglify": "^2.0.1", "gulp-zip": "^4.0.0", - "npm": "^6.4.1", + "npm": "^7.0.0", "run-sequence": "^1.2.2", "trezor-connect": "^7.0.1", "u2f-api": "^1.0.8",