From 0b6ef5916718b1e19e966674395149333fc206cf Mon Sep 17 00:00:00 2001 From: ghe Date: Wed, 19 Aug 2020 09:42:36 +0100 Subject: [PATCH] fix: pin transitives for Node 8 support --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a8998a348c..abab71db57a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "license": "Apache-2.0", "dependencies": { "@snyk/cli-interface": "2.8.1", - "@snyk/dep-graph": "1.18.3", + "@snyk/dep-graph": "1.19.3", "@snyk/gemfile": "1.2.0", "@snyk/graphlib": "2.1.9-patch", "@snyk/inquirer": "6.2.2-patch", @@ -109,7 +109,7 @@ "@typescript-eslint/parser": "^2.0.0", "eslint": "6.8.0", "eslint-config-prettier": "^6.1.0", - "madge": "^3.4.4", + "madge": "3.4.4", "nock": "^10.0.6", "npm-run-all": "^4.1.5", "prettier": "^1.18.2",