From bec2457d92bfc4ba8834e5aa6c10c6110c12ac18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Apr 2022 20:38:33 +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/SNYK-JS-SQLITE3-2388645 --- 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"