From 7d70fbf1d238a447e7e9e0848fedee25d14d3525 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2024 14:54:37 +0000 Subject: [PATCH] fix: demos/TinyDice/front/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- demos/TinyDice/front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 demos/TinyDice/front/package.json diff --git a/demos/TinyDice/front/package.json b/demos/TinyDice/front/package.json old mode 100755 new mode 100644 index 76b7f464b..9e65a3fcf --- a/demos/TinyDice/front/package.json +++ b/demos/TinyDice/front/package.json @@ -34,7 +34,7 @@ "nuxt": "^2.0.0", "sass-loader": "^7.1.0", "sunweb": "^1.0.7", - "tronweb": "^2.7.1", + "tronweb": "^5.3.2", "vconsole": "^3.2.0", "vue-i18n": "^8.1.0", "vue-loading-template": "^1.3.0",