Skip to content

Commit 2a629a1

Browse files
fix(deps): update dependency glob to v8 (#319)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent eea50ff commit 2a629a1

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@intlify/core-base": "^9.1.9",
2929
"@intlify/message-compiler": "^9.1.9",
3030
"debug": "^4.3.1",
31-
"glob": "^7.1.3",
31+
"glob": "^8.0.0",
3232
"ignore": "^5.0.5",
3333
"is-language-code": "^3.1.0",
3434
"js-yaml": "^4.0.0",

yarn.lock

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,6 +2491,13 @@ brace-expansion@^1.1.7:
24912491
balanced-match "^1.0.0"
24922492
concat-map "0.0.1"
24932493

2494+
brace-expansion@^2.0.1:
2495+
version "2.0.1"
2496+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2497+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2498+
dependencies:
2499+
balanced-match "^1.0.0"
2500+
24942501
braces@^2.3.1, braces@^2.3.2:
24952502
version "2.3.2"
24962503
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -5167,6 +5174,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
51675174
once "^1.3.0"
51685175
path-is-absolute "^1.0.0"
51695176

5177+
glob@^8.0.0:
5178+
version "8.0.1"
5179+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3"
5180+
integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==
5181+
dependencies:
5182+
fs.realpath "^1.0.0"
5183+
inflight "^1.0.4"
5184+
inherits "2"
5185+
minimatch "^5.0.1"
5186+
once "^1.3.0"
5187+
path-is-absolute "^1.0.0"
5188+
51705189
global-dirs@^2.0.1:
51715190
version "2.1.0"
51725191
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.1.0.tgz#e9046a49c806ff04d6c1825e196c8f0091e8df4d"
@@ -7118,6 +7137,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
71187137
dependencies:
71197138
brace-expansion "^1.1.7"
71207139

7140+
minimatch@^5.0.1:
7141+
version "5.0.1"
7142+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
7143+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
7144+
dependencies:
7145+
brace-expansion "^2.0.1"
7146+
71217147
minimist-options@4.1.0:
71227148
version "4.1.0"
71237149
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)