From 8dc57ffd82b4a9015932b7187db004d4b8af2df6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 15:59:44 +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-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUESERVERRENDERER-8219887 - https://snyk.io/vuln/SNYK-JS-VUETEMPLATECOMPILER-8219888 --- demos/TinyDice/front/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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..d9d68af6d --- a/demos/TinyDice/front/package.json +++ b/demos/TinyDice/front/package.json @@ -31,10 +31,10 @@ "js-cookie": "^2.2.0", "moment": "^2.22.2", "node-sass": "^4.9.3", - "nuxt": "^2.0.0", + "nuxt": "^3.0.0", "sass-loader": "^7.1.0", - "sunweb": "^1.0.7", - "tronweb": "^2.7.1", + "sunweb": "^1.0.8", + "tronweb": "^5.3.0", "vconsole": "^3.2.0", "vue-i18n": "^8.1.0", "vue-loading-template": "^1.3.0",