From 4aaff04f44961ef18e40c3b59f385bdbf23e8e54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Apr 2025 07:18:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VM2-5772825 - https://snyk.io/vuln/SNYK-JS-VM2-5415299 - https://snyk.io/vuln/SNYK-JS-VM2-5422057 - https://snyk.io/vuln/SNYK-JS-VM2-5426093 - https://snyk.io/vuln/SNYK-JS-VM2-5537100 - https://snyk.io/vuln/SNYK-JS-VM2-5772823 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 - https://snyk.io/vuln/SNYK-JS-VM2-5537079 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e411ad1..9f63f8d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/polyfill": "^7.0.0", "@fortawesome/fontawesome-free": "^5.5.0", "@mdi/font": "^3.0.39", - "axios": "^0.21.1", + "axios": "^0.30.0", "body-parser": "^1.18.3", "cors": "^2.8.5", "cross-spawn": "^6.0.5", @@ -47,7 +47,7 @@ "morgan": "^1.9.1", "node-emoji": "^1.8.1", "parse-authors": "^0.2.4", - "pm2": "^5.0.0", + "pm2": "^6.0.5", "showdown": "^1.9.1", "tar": "^4.4.8", "url-parse": "^1.4.5",