From cb964dfd80b4c26a99e5a6ba61142842e3b272d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 09:00:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd9c9b9..a4de428 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "dependencies": { "boom": "^2.8.0", "change-case": "^2.3.0", - "cheerio": "^0.19.0", + "cheerio": "^0.20.0", "debug": "^2.1.3", "extend": "^2.0.0", "handlebars": "^3.0.3", "json-pointer": "^0.3.0", - "lodash": "^3.8.0", - "nock": "^1.3.0", + "lodash": "^4.17.21", + "nock": "^8.0.0", "oauth": "^0.9.12", "request": "^2.55.0", "when": "^3.7.2",