From b979287136481de5e357b5cdd76789ba7c4e766e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Feb 2023 18:26:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOTALJS-1046671 - https://snyk.io/vuln/SNYK-JS-TOTALJS-1046672 - https://snyk.io/vuln/SNYK-JS-TOTALJS-1077069 - https://snyk.io/vuln/SNYK-JS-TOTALJS-1088607 - https://snyk.io/vuln/SNYK-JS-TOTALJS-1304916 - https://snyk.io/vuln/SNYK-JS-TOTALJS-537824 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 13c6fe4..e902b9e --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "author": "NODEE CMS - Matus Szabo ", "description": "cms - content management system", "dependencies":{ - "total.js":"~2.7.0", - "uglify-js":"~3.0.24", + "total.js":"~3.4.9", + "uglify-js":"~3.14.3", "nodee-utils":"*", "nodee-model":"*", "nodee-view":"*"