From abfa0f1e068252576ebaca300aaa767415608dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:26:26 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /Tasks/JsonPatch 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] --- Tasks/JsonPatch/package.json | 2 +- Tasks/JsonPatch/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Tasks/JsonPatch/package.json b/Tasks/JsonPatch/package.json index c8e5d19..1db48fc 100644 --- a/Tasks/JsonPatch/package.json +++ b/Tasks/JsonPatch/package.json @@ -10,6 +10,6 @@ "xregexp": "4.2.4", "azure-pipelines-task-lib": "^2.9.3", "json5": "2.1.0", - "shelljs": "0.8.3" + "shelljs": "0.8.5" } } diff --git a/Tasks/JsonPatch/yarn.lock b/Tasks/JsonPatch/yarn.lock index 4074ac6..a9c0d69 100644 --- a/Tasks/JsonPatch/yarn.lock +++ b/Tasks/JsonPatch/yarn.lock @@ -184,9 +184,10 @@ semver@^5.1.0: version "5.7.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" -shelljs@0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" +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"