From d09fa45874839ee4bb2a69ef9aa7e2249a68ddbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:07:39 +0100 Subject: [PATCH] fix(deps): update dependency @oclif/plugin-plugins to v1.9.3 (#1562) Co-authored-by: Renovate Bot --- package-lock.json | 23 +++++++++++++---------- package.json | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef50767137d..9e7d284e239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2339,30 +2339,33 @@ } }, "@oclif/plugin-plugins": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.0.tgz", - "integrity": "sha512-sq31nJk/n5pH5qGDioj2Z9x6MlRUrc/kkQrfCYKRPbQM80qewSP4RcPK3/gDvDSOAWD3wLAK9oMbDQO9lqImMA==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.9.3.tgz", + "integrity": "sha512-DyrSP3sRPWOiQI0ae4OuUpjdYpCr5YS1cSzXNGL9uDVwKM4YVXvk9v0tzNzd1008oaNNXO/XDedPkAaoX110Mg==", "requires": { "@oclif/color": "^0.x", "@oclif/command": "^1.5.12", + "@oclif/errors": "^1.2.2", "chalk": "^2.4.2", "cli-ux": "^5.2.1", "debug": "^4.1.0", - "fs-extra": "^7.0.1", + "fs-extra": "^8.1", "http-call": "^5.2.2", "load-json-file": "^5.2.0", - "npm-run-path": "^3.0.0", + "npm-run-path": "^4.0.1", "semver": "^7.3.2", "tslib": "^2.0.0", "yarn": "^1.21.1" }, "dependencies": { - "npm-run-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz", - "integrity": "sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==", + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "requires": { - "path-key": "^3.0.0" + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "tslib": { diff --git a/package.json b/package.json index 78f6e05a769..197ea2a6178 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@oclif/parser": "^3.8.4", "@oclif/plugin-help": "^2.2.0", "@oclif/plugin-not-found": "^1.1.4", - "@oclif/plugin-plugins": "1.9.0", + "@oclif/plugin-plugins": "1.9.3", "@octokit/rest": "^16.28.1", "@ungap/from-entries": "^0.2.1", "ansi-styles": "^4.0.0",