From f436f2ec6ba626fb3b5d831700811469ee3bb8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:21:43 +0000 Subject: [PATCH] Bump shelljs from 0.7.8 to 0.8.5 in /scheme Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 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.8...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- scheme/package-lock.json | 6 +++--- scheme/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scheme/package-lock.json b/scheme/package-lock.json index e3b4424..ef03c8d 100644 --- a/scheme/package-lock.json +++ b/scheme/package-lock.json @@ -9252,9 +9252,9 @@ } }, "shelljs": { - "version": "0.7.8", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz", - "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=", + "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", diff --git a/scheme/package.json b/scheme/package.json index a4bb662..383fcc7 100644 --- a/scheme/package.json +++ b/scheme/package.json @@ -54,7 +54,7 @@ "rimraf": "^2.6.3", "sass-loader": "^6.0.7", "semver": "^5.7.0", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "style-loader": "^0.18.2", "url-loader": "^0.5.8", "vue-loader": "^13.7.3",