Skip to content

Commit 51f42dc

Browse files
deps: update glob and js-yaml as per fossa
1 parent df6d53c commit 51f42dc

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@testing-library/react": "^15.0.6",
5252
"@vitejs/plugin-react": "^4.7.0",
5353
"@vitest/coverage-istanbul": "^3.2.4",
54-
"glob": "^11.0.3",
54+
"glob": "11.1.0",
5555
"immutability-helper": "^3.1.1",
56-
"js-yaml": "^4.1.0",
56+
"js-yaml": "4.1.1",
5757
"lodash": "^4.17.21",
5858
"prop-types": "^15.8.1",
5959
"react": "18",

ui/yarn.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7280,7 +7280,7 @@ glob-parent@^5.1.2, glob-parent@^6.0.2:
72807280
dependencies:
72817281
is-glob "^4.0.1"
72827282

7283-
glob@*, glob@^11.0.3:
7283+
glob@*:
72847284
version "11.0.3"
72857285
resolved "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz"
72867286
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
@@ -7292,6 +7292,18 @@ glob@*, glob@^11.0.3:
72927292
package-json-from-dist "^1.0.0"
72937293
path-scurry "^2.0.0"
72947294

7295+
7296+
version "11.1.0"
7297+
resolved "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
7298+
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
7299+
dependencies:
7300+
foreground-child "^3.3.1"
7301+
jackspeak "^4.1.1"
7302+
minimatch "^10.1.1"
7303+
minipass "^7.1.2"
7304+
package-json-from-dist "^1.0.0"
7305+
path-scurry "^2.0.0"
7306+
72957307
glob@^10.0.0, glob@^10.3.10, glob@^10.4.1:
72967308
version "10.4.5"
72977309
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
@@ -9050,6 +9062,13 @@ js-tokens@^9.0.1:
90509062
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz"
90519063
integrity sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==
90529064

9065+
9066+
version "4.1.1"
9067+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
9068+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
9069+
dependencies:
9070+
argparse "^2.0.1"
9071+
90539072
js-yaml@^3.13.1:
90549073
version "3.14.1"
90559074
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
@@ -9972,6 +9991,13 @@ [email protected]:
99729991
dependencies:
99739992
brace-expansion "^2.0.1"
99749993

9994+
minimatch@^10.1.1:
9995+
version "10.1.1"
9996+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
9997+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
9998+
dependencies:
9999+
"@isaacs/brace-expansion" "^5.0.0"
10000+
997510001
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
997610002
version "3.1.2"
997710003
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"

0 commit comments

Comments
 (0)