From c14af3de928f84c17bb0c987790846768d2a28fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 10:02:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9c43daa..af40a3e 100644 --- a/package.json +++ b/package.json @@ -16,18 +16,18 @@ "@saeris/vue-spinners": "^1.0.8", "apexcharts": "^3.24.0", "axios": "^0.21.2", - "body-parser": "^1.19.0", + "body-parser": "^1.20.3", "bootstrap": "^4.4.1", "bootstrap-vue": "^2.2.0", "core-js": "^3.6.2", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.21.0", "firebase": "^7.6.2", "jquery": "^3.5.0", "mdbvue": "6.2.0", "moment": "^2.24.0", "nodemon": "^2.0.3", - "nuxt": "^2.15.0", + "nuxt": "^3.0.0", "popper.js": "^1.16.0", "pug-plain-loader": "^1.0.0", "pusher": "^3.0.0",