From a48e3df0b9c36f6e9c73a126d0c06b495bf571ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:24:41 +0000 Subject: [PATCH] Bump shelljs from 0.1.4 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.1.4 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.1.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcd744cc..3133813a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6170,9 +6170,14 @@ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" }, "shelljs": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.1.4.tgz", - "integrity": "sha1-37vnjVbDwBaNL7eeEOzR28sH7A4=" + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", + "requires": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + } }, "signal-exit": { "version": "3.0.2", diff --git a/package.json b/package.json index 6e15f019..af5aac42 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "prompt": "^1.0.0", "qrcode-terminal": "0.9.4", "request": "^2.88.0", - "shelljs": "0.1.4", + "shelljs": "0.8.5", "update-notifier": "^0.6.0" }, "devDependencies": {