From 23c792e94c14349cb8a52161866adb347f9ca9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:53:08 +0530 Subject: [PATCH] chore: bump shelljs from 0.8.4 to 0.8.5 in /deploy/docker/utils (#10415) Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.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.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- deploy/docker/utils/package-lock.json | 16 ++++++++-------- deploy/docker/utils/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy/docker/utils/package-lock.json b/deploy/docker/utils/package-lock.json index ff901e2f3d..0a552bf586 100644 --- a/deploy/docker/utils/package-lock.json +++ b/deploy/docker/utils/package-lock.json @@ -12,8 +12,8 @@ "boxen": "5.0.1", "chalk": "4.1.2", "dotenv": "10.0.0", - "readline-sync": "^1.4.10", - "shelljs": "0.8.4", + "readline-sync": "1.4.10", + "shelljs": "0.8.5", "yargs": "17.1.1" }, "bin": { @@ -388,9 +388,9 @@ } }, "node_modules/shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", - "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", @@ -790,9 +790,9 @@ } }, "shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", - "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "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", diff --git a/deploy/docker/utils/package.json b/deploy/docker/utils/package.json index 3f4a3f56c4..5aab9d1f58 100644 --- a/deploy/docker/utils/package.json +++ b/deploy/docker/utils/package.json @@ -15,7 +15,7 @@ "boxen": "5.0.1", "chalk": "4.1.2", "dotenv": "10.0.0", - "shelljs": "0.8.4", + "shelljs": "0.8.5", "yargs": "17.1.1", "readline-sync": "1.4.10" },