From bceb1ca82fd8cbaf01550a8202b170836381214c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:28:29 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /Tasks/XmlPatch 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/XmlPatch/package.json | 2 +- Tasks/XmlPatch/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Tasks/XmlPatch/package.json b/Tasks/XmlPatch/package.json index ce118b8..d88f047 100644 --- a/Tasks/XmlPatch/package.json +++ b/Tasks/XmlPatch/package.json @@ -10,6 +10,6 @@ "xpath": "0.0.27", "xregexp": "4.2.4", "azure-pipelines-task-lib": "^2.9.3", - "shelljs": "0.8.3" + "shelljs": "0.8.5" } } diff --git a/Tasks/XmlPatch/yarn.lock b/Tasks/XmlPatch/yarn.lock index df169c5..4f9563a 100644 --- a/Tasks/XmlPatch/yarn.lock +++ b/Tasks/XmlPatch/yarn.lock @@ -163,9 +163,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"