From 566db1046cf93b0e198b8a7a4b36fcd1f86b13ae Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 13 Mar 2022 18:52:23 +0000 Subject: [PATCH] Update dependency glob-all to v3.3.0 (develop) --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 00b07e052..6389089c6 100644 --- a/front/package.json +++ b/front/package.json @@ -54,7 +54,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-vue": "7.20.0", - "glob-all": "3.2.1", + "glob-all": "3.3.0", "vite": "2.8.6", "vite-plugin-vue2": "1.9.3", "vue-template-compiler": "2.6.14" diff --git a/front/yarn.lock b/front/yarn.lock index 5dc318401..7c2e33533 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -1715,10 +1715,10 @@ get-symbol-description@^1.0.0: call-bind "^1.0.2" get-intrinsic "^1.1.1" -glob-all@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/glob-all/-/glob-all-3.2.1.tgz#082ca81afd2247cbd3ed2149bb2630f4dc877d95" - integrity sha512-x877rVkzB3ipid577QOp+eQCR6M5ZyiwrtaYgrX/z3EThaSPFtLDwBXFHc3sH1cG0R0vFYI5SRYeWMMSEyXkUw== +glob-all@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/glob-all/-/glob-all-3.3.0.tgz#2019896fbaeb37bc451809cf0cb1e5d2b3e345b2" + integrity sha512-30gCh9beSb+YSAh0vsoIlBRm4bSlyMa+5nayax1EJhjwYrCohX0aDxcxvWVe3heOrJikbHgRs75Af6kPLcumew== dependencies: glob "^7.1.2" yargs "^15.3.1"