From 79f541129eee07215f844acb2f6a527ff7db3869 Mon Sep 17 00:00:00 2001 From: Anton Drukh Date: Sun, 17 Feb 2019 13:26:14 +0200 Subject: [PATCH] fix: bump deps --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 835ba0b60a..b40b01d8a6 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "author": "snyk.io", "license": "Apache-2.0", "dependencies": { - "@snyk/dep-graph": "1.1.2", - "@snyk/gemfile": "1.1.0", + "@snyk/dep-graph": "1.4.0", + "@snyk/gemfile": "1.2.0", "abbrev": "^1.1.1", "ansi-escapes": "^3.1.0", "chalk": "^2.4.1", @@ -59,15 +59,15 @@ "diff": "^4.0.1", "get-uri": "2.0.2", "inquirer": "^3.0.0", - "lodash": "^4.17.5", + "lodash": "^4.17.11", "needle": "^2.2.4", - "opn": "^5.2.0", - "os-name": "^2.0.1", + "opn": "^5.4.0", + "os-name": "^3.0.0", "proxy-agent": "2.3.1", "proxy-from-env": "^1.0.0", "recursive-readdir": "^2.2.2", - "semver": "^5.5.0", - "snyk-config": "2.2.0", + "semver": "^5.6.0", + "snyk-config": "2.2.1", "snyk-docker-plugin": "1.22.0", "snyk-go-plugin": "1.6.1", "snyk-gradle-plugin": "2.1.3", @@ -83,15 +83,15 @@ "snyk-sbt-plugin": "2.0.1", "snyk-tree": "^1.0.0", "snyk-try-require": "1.3.1", - "source-map-support": "^0.5.9", + "source-map-support": "^0.5.10", "tempfile": "^2.0.0", "then-fs": "^2.0.0", "update-notifier": "^2.5.0", - "uuid": "^3.2.1" + "uuid": "^3.3.2" }, "devDependencies": { "@types/diff": "^3.5.2", - "@types/lodash": "^4.14.116", + "@types/lodash": "^4.14.121", "@types/node": "^10.10.0", "eslint": "^4.11.0", "nock": "^9.2.5",