From 837e5a08c35ad69f7506fff56247b92572ff4aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 16:02:12 +0700 Subject: [PATCH] chore(deps): update dependency shipjs to v0.24.2 (#91) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index b87ee8f..ddb8a59 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "7.0.4", "sass": "1.49.7", "sass-loader": "10.2.1", - "shipjs": "0.24.1", + "shipjs": "0.24.2", "vue": "3.2.29", "vue-jest": "5.0.0-alpha.10" }, diff --git a/yarn.lock b/yarn.lock index 8718ced..0a285cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10815,10 +10815,10 @@ shell-quote@^1.7.2: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== -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.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" @@ -10829,21 +10829,21 @@ shellwords@^0.1.1: resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== -shipjs-lib@0.24.1: - version "0.24.1" - resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.24.1.tgz#bf0951a0c2dd50d21e373a300e3f3c6de868c182" - integrity sha512-iQSGz80CJ+aR4fEWSjj32qNd25DwEWB0seZ+ieKFyHQuJCwi3VaRsVd3OSnFE1iotHU03azXuq+JOVqmkFzKsg== +shipjs-lib@0.24.2: + version "0.24.2" + resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.24.2.tgz#fb67cc6e3ad5a8ca33f86fa166ecf9136796bad5" + integrity sha512-IfCSTsmVc+zul7vkwqVBGzbHSyGlDjxArsRk2854XSWH8MORCGjHUmPvPGFbAu9578F3OdRNAQpihQu5S991IA== dependencies: deepmerge "^4.2.2" dotenv "^8.1.0" parse-github-url "1.0.2" semver "6.3.0" - shelljs "0.8.4" + shelljs "0.8.5" -shipjs@0.24.1: - version "0.24.1" - resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.24.1.tgz#c8149594b4bc78abd3a84f171220179cf7f23755" - integrity sha512-9VdudGeMjXIDQe3YYIdbbTUc9xqBggBnfgAoJ4Clj+cIq19ACcqDaqGfZN/e4QMzjMyWPGb8FItCpAD2SEQKKQ== +shipjs@0.24.2: + version "0.24.2" + resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.24.2.tgz#b65c5831873eae2c276240b7ade950495f232943" + integrity sha512-0JXKnQcQ/p7cgmqJxpr7JBM4MAz/STQEGRz56/jF3NfY0mplQ0b3o2iVDyVO38aD9BghqiVftgPFxAb8Gi7Mwg== dependencies: "@babel/runtime" "^7.6.3" "@octokit/rest" "^17.0.0" @@ -10867,7 +10867,7 @@ shipjs@0.24.1: prettier "^2.0.0" serialize-javascript "^3.0.0" shell-quote "^1.7.2" - shipjs-lib "0.24.1" + shipjs-lib "0.24.2" temp-write "4.0.0" tempfile "^3.0.0"