From cfe7d8d52442ab614da5fa127ef15941eb200788 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 16 Dec 2018 13:34:59 +0200 Subject: [PATCH] fix(deps): package.json to reduce vulnerabilities (#21) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6bde8cf..8be904e 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "homepage": "https://github.com/lirantal/agilemanager-api#readme", "dependencies": { "lodash": "^4.6.1", - "request": "^2.69.0", - "semantic-release": "^15.0.0" + "request": "^2.84.0", + "semantic-release": "^15.9.15" }, "devDependencies": { "coveralls": "^3.0.0",