From 2fd433f718fe11813e2e2b7a1a62984701e140fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:38:58 +0000 Subject: [PATCH] Bump shelljs from 0.8.4 to 0.8.5 in /Tasks/VersionAssemblies 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:development ... Signed-off-by: dependabot[bot] --- Tasks/VersionAssemblies/package.json | 2 +- Tasks/VersionAssemblies/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tasks/VersionAssemblies/package.json b/Tasks/VersionAssemblies/package.json index 431cf52..92ac278 100644 --- a/Tasks/VersionAssemblies/package.json +++ b/Tasks/VersionAssemblies/package.json @@ -23,6 +23,6 @@ "devDependencies": { "azure-pipelines-task-lib": "^3.1.10", "minimatch": "^3.0.4", - "shelljs": "^0.8.4" + "shelljs": "^0.8.5" } } diff --git a/Tasks/VersionAssemblies/yarn.lock b/Tasks/VersionAssemblies/yarn.lock index 12dcb63..fd8a152 100644 --- a/Tasks/VersionAssemblies/yarn.lock +++ b/Tasks/VersionAssemblies/yarn.lock @@ -339,10 +339,10 @@ semver@^5.1.0: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== -shelljs@^0.8.4: - version "0.8.4" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" - integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== +shelljs@^0.8.4, 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"