From 23ac240b3d03758139d0493142a80a3898ecb294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 05:21:17 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /examples Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 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.8.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/package-lock.json | 6 +++--- examples/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index 8a9db29..2721bf6 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -6953,9 +6953,9 @@ "dev": true }, "shelljs": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz", - "integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==", + "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/examples/package.json b/examples/package.json index e497687..999f4a2 100644 --- a/examples/package.json +++ b/examples/package.json @@ -55,7 +55,7 @@ "relative": "^3.0.2", "rimraf": "^2.6.0", "semver": "^5.3.0", - "shelljs": "^0.8.1", + "shelljs": "^0.8.5", "uglifyjs-webpack-plugin": "^1.2.5", "url-loader": "^1.0.1", "vue-style-loader": "^4.1.0",