From 39f1757c67397c6276bfeb49805475124bb74e0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 06:07:08 +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-LODASH-590103 --- test/fixtures/demo-os/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/fixtures/demo-os/package.json b/test/fixtures/demo-os/package.json index 164737a469..f2595bf18e 100644 --- a/test/fixtures/demo-os/package.json +++ b/test/fixtures/demo-os/package.json @@ -29,10 +29,10 @@ "bcryptjs": "2.1.0", "bluebird": "2.9.27", "body-parser": "1.12.4", - "bookshelf": "0.7.9", + "bookshelf": "0.10.0", "busboy": "0.2.9", "chalk": "1.0.0", - "cheerio": "0.18.0", + "cheerio": "0.20.0", "compression": "1.4.4", "connect-slashes": "1.3.1", "cookie-session": "1.1.0", @@ -43,8 +43,8 @@ "fs-extra": "0.18.4", "glob": "4.3.2", "html-to-text": "1.3.0", - "knex": "0.7.3", - "lodash": "2.4.1", + "knex": "0.11.0", + "lodash": "4.17.20", "moment": "2.10.3", "morgan": "1.5.3", "node-uuid": "1.4.3",