From c797883e865ebf8b51b9a2ae45a911d5436f377b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 01:25:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ws:20160104 - https://snyk.io/vuln/npm:ws:20160624 - https://snyk.io/vuln/npm:ws:20160920 - https://snyk.io/vuln/npm:ws:20171108 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 178b770..cd22e6a 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "app.js", "dependencies": { "bower": "^1.5.3", - "jsonwebtoken": "^5.4.0", - "mongodb": "^2.0.45", - "monument": "2.2.0-rc.1", + "jsonwebtoken": "^7.4.1", + "mongodb": "^3.1.13", + "monument": "2.2.1", "sandbox": "^0.8.6" }, "devDependencies": {