From b38c8f48a3fdf376275db4b14f2022c28bb15885 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Jan 2023 05:50:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef7ae2c2bc..141088c7c5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "semver": "^7.3.4", "stylus-loader": "^3.0.2", "typescript": "~4.1.2", - "verdaccio": "^4.10.0", + "verdaccio": "^5.19.0", "vuepress": "^1.6.0", "webpack": "^5.10.0", "yorkie": "^2.0.0"