From 0424709d68e7289461c6296fbf8111a95efccd93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Feb 2019 05:07:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5d7c752ee9..536aafd57e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "lib/index.js", "dependencies": { "q": "1.0.1", - "lodash": "3.10.1", + "lodash": "4.17.11", "graceful-fs": "3.0.5", "resolve": "0.6.3", "fs-extra": "0.16.5", @@ -14,7 +14,7 @@ "gitbook-parsers": "0.8.9", "gitbook-plugin-highlight": "1.0.3", "gitbook-plugin-sharing": "1.0.1", - "gitbook-plugin-search": "1.1.0", + "gitbook-plugin-search": "2.0.0", "gitbook-plugin-fontsettings": "1.0.2", "nunjucks": "2.2.0", "nunjucks-autoescape": "1.0.0", @@ -22,7 +22,7 @@ "i18n": "0.5.0", "semver": "5.0.1", "npmi": "0.1.1", - "cheerio": "0.19.0", + "cheerio": "0.20.0", "gitbook-plugin-livereload": "0.0.1", "chokidar": "~1.0.5", "send": "0.2.0", @@ -36,7 +36,7 @@ "dom-serializer": "0.1.0", "spawn-cmd": "0.0.2", "escape-string-regexp": "1.0.3", - "juice": "1.5.0", + "juice": "2.0.0", "jsonschema": "1.0.2", "json-schema-defaults": "0.1.1", "merge-defaults": "0.2.1",