From 788a3b930f9dd87265ac21c6dbcc31e563482e59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 12:36:54 +0100 Subject: [PATCH] Bump install from 0.9.6 to 0.13.0 (#1865) Bumps [install](https://github.com/benjamn/install) from 0.9.6 to 0.13.0. - [Release notes](https://github.com/benjamn/install/releases) - [Commits](https://github.com/benjamn/install/compare/v0.9.6...v0.13.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 744fd1f07..259ce2464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8198,9 +8198,9 @@ } }, "install": { - "version": "0.9.6", - "resolved": "https://registry.npmjs.org/install/-/install-0.9.6.tgz", - "integrity": "sha1-vuFqdC1yubSh91CxlSwPQ74eO4A=", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", + "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", "dev": true }, "internal-ip": { diff --git a/package.json b/package.json index 466acda29..644460d0d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "html-webpack-plugin": "^3.2.0", "http-server": "^0.12.1", "imports-loader": "^0.8.0", - "install": "^0.9.5", + "install": "^0.13.0", "jasmine-core": "2.99.1", "jsdoc": "^3.6.2", "lerna": "^3.20.2",