From 798edcef87de24d0d5e4daae717a7d46bc0a19db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 05:15:57 +0000 Subject: [PATCH] build(deps): bump shelljs from 0.8.3 to 0.8.5 in /cc-cli 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:production ... Signed-off-by: dependabot[bot] --- cc-cli/package.json | 2 +- cc-cli/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cc-cli/package.json b/cc-cli/package.json index b1f4e02..024dda9 100644 --- a/cc-cli/package.json +++ b/cc-cli/package.json @@ -20,7 +20,7 @@ "node-watch": "^0.6.0", "ora": "^3.2.0", "shady-css-parser": "^0.1.0", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "yargs": "^13.2.2", "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", diff --git a/cc-cli/yarn.lock b/cc-cli/yarn.lock index ca78ae5..dc4e1d3 100644 --- a/cc-cli/yarn.lock +++ b/cc-cli/yarn.lock @@ -5012,10 +5012,10 @@ shell-quote@^1.6.1: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== -shelljs@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" - integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A== +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== dependencies: glob "^7.0.0" interpret "^1.0.0"