From 867648ebe8ddd7fdd63c8a86e3c60899811a80de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 17:07:05 +0000 Subject: [PATCH] fix: test/fixtures/demo-os/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- test/fixtures/demo-os/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/demo-os/package.json b/test/fixtures/demo-os/package.json index 164737a469..d69f7b0216 100644 --- a/test/fixtures/demo-os/package.json +++ b/test/fixtures/demo-os/package.json @@ -58,7 +58,7 @@ "rss": "1.1.1", "semver": "4.3.6", "showdown-ghost": "0.3.6", - "sqlite3": "3.0.8", + "sqlite3": "5.0.3", "unidecode": "0.1.3", "validator": "3.40.0", "xml": "1.0.0"