From 8434e45cc3197406feab0caa715db448450a41a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Aug 2021 23:40:06 +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-TAR-1536758 --- 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..3639acd141 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": "4.0.0", "unidecode": "0.1.3", "validator": "3.40.0", "xml": "1.0.0"