From 826f98f2e36d897d49638c5fe082b2c01a332a04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 04:43:51 +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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- demos/TinyDice/front/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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..6f40f9aca --- a/demos/TinyDice/front/package.json +++ b/demos/TinyDice/front/package.json @@ -30,8 +30,8 @@ "element-ui": "^2.4.6", "js-cookie": "^2.2.0", "moment": "^2.22.2", - "node-sass": "^4.9.3", - "nuxt": "^2.0.0", + "node-sass": "^9.0.0", + "nuxt": "^3.0.0", "sass-loader": "^7.1.0", "sunweb": "^1.0.7", "tronweb": "^2.7.1",