From fbaf4370a63c9a1007a1ef34adcd355a8aae12f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:35:13 +0000 Subject: [PATCH] chore(deps-dev): bump shelljs from 0.8.4 to 0.8.5 in /axios 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] --- axios/package.json | 2 +- axios/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/axios/package.json b/axios/package.json index be8d6a6..0925fe1 100644 --- a/axios/package.json +++ b/axios/package.json @@ -124,7 +124,7 @@ "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript2": "^0.18.0", "semantic-release": "^15.9.16", - "shelljs": "^0.8.3", + "shelljs": "^0.8.5", "travis-deploy-once": "^5.0.9", "ts-jest": "^25.5.1", "ts-loader": "^5.3.3", diff --git a/axios/yarn.lock b/axios/yarn.lock index df9e8e9..6f9e89d 100644 --- a/axios/yarn.lock +++ b/axios/yarn.lock @@ -9667,10 +9667,10 @@ shelljs@0.7.6: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@^0.8.3, shelljs@^0.8.4: - version "0.8.4" - resolved "https://registry.npm.taobao.org/shelljs/download/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" - integrity sha1-3naE/ut2f4cWsyYHiooAh1iQ48I= +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"