From 74ba34bd6737249d7484d39f08d51a71a0d06cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:10:47 +0000 Subject: [PATCH] Bump shelljs from 0.2.6 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.2.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.2.6...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d874e09..e6f5e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13373,10 +13373,15 @@ } }, "shelljs": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz", - "integrity": "sha1-kEktcv/MgVmXa6umL7D2iE8MM3g=", - "dev": true + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", + "dev": true, + "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 12c7e1c..20789c0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "karma": "^2.0.4", "karma-junit-reporter": "^0.2.2", "protractor": "^5.3.2", - "shelljs": "^0.2.6", + "shelljs": "^0.8.5", "webpack-cli": "^3.0.8" }, "scripts": {