From 399b7960684fc8845cdf664a7db09d1acaf6e644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:40:35 +0000 Subject: [PATCH] Bump shelljs from 0.7.6 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.6 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.7.6...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd0a4b4..2ae858e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "^3.16.0", "eslint-config-airbnb-base": "^11.1.0", "eslint-plugin-import": "^2.2.0", - "shelljs": "^0.7.6" + "shelljs": "^0.8.5" }, "rnpm": { "plugin": "./command.js" diff --git a/yarn.lock b/yarn.lock index fd819c4..1c33d5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1047,7 +1047,7 @@ semver@^5.0.3, semver@^5.1.0: version "5.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" -shelljs@^0.7.5, shelljs@^0.7.6: +shelljs@^0.7.5: version "0.7.6" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad" dependencies: @@ -1055,6 +1055,14 @@ shelljs@^0.7.5, shelljs@^0.7.6: interpret "^1.0.0" rechoir "^0.6.2" +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + slice-ansi@0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"