From 8294e9706f0dcd40bb485704d501a3bef0f9956d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:00:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d0bb94..524a060 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "express-session": "^1.13.0", "formidable": "^1.0.17", "fs-extra": "^0.30.0", - "nodemon": "^1.9.1", + "nodemon": "^2.0.0", "q": "^1.4.1", "ws": "^3.3.1", - "sqlite3": "~4.0.0" + "sqlite3": "~5.0.3" }, "devDependencies": { "babel-cli": "^6.7.5",