From 310a55be2dd7159d7253f946b2d4392a2678bba3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 03:08:15 +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",