From 39eec9f74072ddb18628970ffa8c0ca61f6c948b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 19:04:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 096345084e..0d65cd348b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dropbox": "~0.10.2", "express": "3.0.x", "express-cookie-blacklist": "~2.0.0", - "express-hbs": "^0.8.4", + "express-hbs": "^1.0.2", "feature-gateway": "0.0.4", "file-db": "0.0.2", "flatten.js": "0.1.0", @@ -63,9 +63,9 @@ "semver": "^5.0.3", "snyk": "^1.12.0", "soak": "0.3.0", - "sqlite3": "~2.2.0", + "sqlite3": "~3.0.4", "stripe": "~2.7.3", - "stylus": "^0.47.1", + "stylus": "^0.54.3", "undefsafe": "0.0.3", "underscore": "~1.4.4", "uuid": "^2.0.1",