Skip to content

Commit b4461b4

Browse files
committed
Upgrade to glob 9.3
1 parent e285676 commit b4461b4

File tree

2 files changed

+30
-13
lines changed

2 files changed

+30
-13
lines changed

ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-config-prettier": "^8.7.0",
6464
"eslint-plugin-react": "^7.14.3",
6565
"eslint-plugin-react-hooks": "^4.0.0",
66-
"glob": "^8.0.3",
66+
"glob": "^9.3.0",
6767
"html-webpack-plugin": "^5.2.0",
6868
"jest": "^29.3.1",
6969
"json-loader": "^0.5.4",

ui/frontend/yarn.lock

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3260,16 +3260,15 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
32603260
once "^1.3.0"
32613261
path-is-absolute "^1.0.0"
32623262

3263-
glob@^8.0.3:
3264-
version "8.1.0"
3265-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
3266-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
3263+
glob@^9.3.0:
3264+
version "9.3.0"
3265+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.0.tgz#be6e50d172d025c3fcf87903ae25b36b787c0bb0"
3266+
integrity sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==
32673267
dependencies:
32683268
fs.realpath "^1.0.0"
3269-
inflight "^1.0.4"
3270-
inherits "2"
3271-
minimatch "^5.0.1"
3272-
once "^1.3.0"
3269+
minimatch "^7.4.1"
3270+
minipass "^4.2.4"
3271+
path-scurry "^1.6.1"
32733272

32743273
global-modules@^2.0.0:
32753274
version "2.0.0"
@@ -4427,6 +4426,11 @@ lru-cache@^6.0.0:
44274426
dependencies:
44284427
yallist "^4.0.0"
44294428

4429+
lru-cache@^7.14.1:
4430+
version "7.18.3"
4431+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
4432+
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
4433+
44304434
make-dir@^2.1.0:
44314435
version "2.1.0"
44324436
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -4551,10 +4555,10 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
45514555
dependencies:
45524556
brace-expansion "^1.1.7"
45534557

4554-
minimatch@^5.0.1:
4555-
version "5.1.6"
4556-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4557-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
4558+
minimatch@^7.4.1:
4559+
version "7.4.2"
4560+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
4561+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
45584562
dependencies:
45594563
brace-expansion "^2.0.1"
45604564

@@ -4572,6 +4576,11 @@ minimist@^1.2.6:
45724576
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
45734577
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
45744578

4579+
minipass@^4.0.2, minipass@^4.2.4:
4580+
version "4.2.5"
4581+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
4582+
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
4583+
45754584
monaco-editor-webpack-plugin@^7.0.1:
45764585
version "7.0.1"
45774586
resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-7.0.1.tgz#ba19c60aba990184e36ad8722b1ed6a564527c7c"
@@ -4888,6 +4897,14 @@ path-parse@^1.0.7:
48884897
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
48894898
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
48904899

4900+
path-scurry@^1.6.1:
4901+
version "1.6.1"
4902+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
4903+
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
4904+
dependencies:
4905+
lru-cache "^7.14.1"
4906+
minipass "^4.0.2"
4907+
48914908
path-type@^4.0.0:
48924909
version "4.0.0"
48934910
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)