Skip to content

Commit fc83b9a

Browse files
authored
Merge pull request #381 from bash-lsp/renovate/glob-8.x
Update dependency glob to v8
2 parents 44aae5d + 7fb8083 commit fc83b9a

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"fuzzy-search": "^3.2.1",
22-
"glob": "^7.1.6",
22+
"glob": "^8.0.0",
2323
"request": "^2.83.0",
2424
"request-promise-native": "^1.0.5",
2525
"turndown": "^4.0.2",

server/yarn.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,12 @@ bcrypt-pbkdf@^1.0.0:
136136
dependencies:
137137
tweetnacl "^0.14.3"
138138

139-
brace-expansion@^1.1.7:
140-
version "1.1.11"
141-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
142-
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
139+
brace-expansion@^2.0.1:
140+
version "2.0.1"
141+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
142+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
143143
dependencies:
144144
balanced-match "^1.0.0"
145-
concat-map "0.0.1"
146145

147146
browser-process-hrtime@^0.1.2:
148147
version "0.1.2"
@@ -173,11 +172,6 @@ combined-stream@^1.0.6:
173172
dependencies:
174173
delayed-stream "~1.0.0"
175174

176-
concat-map@0.0.1:
177-
version "0.0.1"
178-
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
179-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
180-
181175
core-util-is@1.0.2:
182176
version "1.0.2"
183177
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -332,15 +326,15 @@ getpass@^0.1.1:
332326
dependencies:
333327
assert-plus "^1.0.0"
334328

335-
glob@^7.1.6:
336-
version "7.1.6"
337-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
338-
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
329+
glob@^8.0.0:
330+
version "8.0.1"
331+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3"
332+
integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==
339333
dependencies:
340334
fs.realpath "^1.0.0"
341335
inflight "^1.0.4"
342336
inherits "2"
343-
minimatch "^3.0.4"
337+
minimatch "^5.0.1"
344338
once "^1.3.0"
345339
path-is-absolute "^1.0.0"
346340

@@ -498,12 +492,12 @@ mime-types@^2.1.12, mime-types@~2.1.17:
498492
dependencies:
499493
mime-db "~1.33.0"
500494

501-
minimatch@^3.0.4:
502-
version "3.0.4"
503-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
504-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
495+
minimatch@^5.0.1:
496+
version "5.0.1"
497+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
498+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
505499
dependencies:
506-
brace-expansion "^1.1.7"
500+
brace-expansion "^2.0.1"
507501

508502
nwsapi@^2.0.0:
509503
version "2.0.1"

0 commit comments

Comments
 (0)