From 9b5ef94c25ae719f9b61151882dc919e4d1ae112 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:31:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d0bb94..fb6fd58 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ "express-layout": "^0.1.0", "express-session": "^1.13.0", "formidable": "^1.0.17", - "fs-extra": "^0.30.0", + "fs-extra": "^1.0.0", "nodemon": "^1.9.1", "q": "^1.4.1", "ws": "^3.3.1", - "sqlite3": "~4.0.0" + "sqlite3": "~5.0.3" }, "devDependencies": { "babel-cli": "^6.7.5",