From 00921cacab252676b8803ff004cf0c974d81c785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:53:46 +0000 Subject: [PATCH] fix: test/fixtures/demo-os/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- test/fixtures/demo-os/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/demo-os/package.json b/test/fixtures/demo-os/package.json index 164737a469..09b045e980 100644 --- a/test/fixtures/demo-os/package.json +++ b/test/fixtures/demo-os/package.json @@ -29,7 +29,7 @@ "bcryptjs": "2.1.0", "bluebird": "2.9.27", "body-parser": "1.12.4", - "bookshelf": "0.7.9", + "bookshelf": "0.9.1", "busboy": "0.2.9", "chalk": "1.0.0", "cheerio": "0.18.0", @@ -56,7 +56,7 @@ "path-match": "1.2.2", "request": "2.57.0", "rss": "1.1.1", - "semver": "4.3.6", + "semver": "7.5.2", "showdown-ghost": "0.3.6", "sqlite3": "3.0.8", "unidecode": "0.1.3",