From 454e7574895b3d36078ed1285a390addef31c8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:33:51 +0000 Subject: [PATCH] chore(deps): bump install from 0.8.9 to 0.13.0 Bumps [install](https://github.com/benjamn/install) from 0.8.9 to 0.13.0. - [Release notes](https://github.com/benjamn/install/releases) - [Commits](https://github.com/benjamn/install/compare/v0.8.9...v0.13.0) --- updated-dependencies: - dependency-name: install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d843adfd596..d1fb1199ef2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "google-closure-library": "^20180204.0.0", - "install": "^0.8.8", + "install": "^0.13.0", "npm": "^4.4.4", "webdriverio": "^4.6.2" }