Skip to content

Commit 148cc8e

Browse files
ci: update dependency
1 parent ef20cae commit 148cc8e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
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.1.0",
54+
"glob": "^11.1.0",
5555
"immutability-helper": "^3.1.1",
56-
"js-yaml": "4.1.1",
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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7323,18 +7323,6 @@ glob@*:
73237323
package-json-from-dist "^1.0.0"
73247324
path-scurry "^2.0.0"
73257325

7326-
7327-
version "11.1.0"
7328-
resolved "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
7329-
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
7330-
dependencies:
7331-
foreground-child "^3.3.1"
7332-
jackspeak "^4.1.1"
7333-
minimatch "^10.1.1"
7334-
minipass "^7.1.2"
7335-
package-json-from-dist "^1.0.0"
7336-
path-scurry "^2.0.0"
7337-
73387326
glob@^10.0.0, glob@^10.3.10:
73397327
version "10.4.5"
73407328
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
@@ -7359,6 +7347,18 @@ glob@^10.4.1:
73597347
package-json-from-dist "^1.0.0"
73607348
path-scurry "^1.11.1"
73617349

7350+
glob@^11.1.0:
7351+
version "11.1.0"
7352+
resolved "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
7353+
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
7354+
dependencies:
7355+
foreground-child "^3.3.1"
7356+
jackspeak "^4.1.1"
7357+
minimatch "^10.1.1"
7358+
minipass "^7.1.2"
7359+
package-json-from-dist "^1.0.0"
7360+
path-scurry "^2.0.0"
7361+
73627362
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
73637363
version "7.2.3"
73647364
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
@@ -9113,13 +9113,6 @@ js-tokens@^9.0.1:
91139113
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz#2ec43964658435296f6761b34e10671c2d9527f4"
91149114
integrity sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==
91159115

9116-
9117-
version "4.1.1"
9118-
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
9119-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
9120-
dependencies:
9121-
argparse "^2.0.1"
9122-
91239116
js-yaml@^3.13.1:
91249117
version "3.14.1"
91259118
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
@@ -9135,6 +9128,13 @@ js-yaml@^4.1.0:
91359128
dependencies:
91369129
argparse "^2.0.1"
91379130

9131+
js-yaml@^4.1.1:
9132+
version "4.1.1"
9133+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
9134+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
9135+
dependencies:
9136+
argparse "^2.0.1"
9137+
91389138
jsdoc-type-pratt-parser@^4.0.0:
91399139
version "4.1.0"
91409140
resolved "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz"

0 commit comments

Comments
 (0)