File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 26
26
"esbuild" : " ^0.19.0" ,
27
27
"eslint" : " 8.56.0" ,
28
28
"eslint-config-prettier" : " 9.1.0" ,
29
- "npm-run-all2" : " 5.0.0 " ,
29
+ "npm-run-all2" : " 5.0.2 " ,
30
30
"prettier" : " 3.5.0" ,
31
31
"typescript" : " 5.3.3"
32
32
},
Original file line number Diff line number Diff line change @@ -1342,13 +1342,18 @@ ansi-styles@^3.2.1:
1342
1342
dependencies :
1343
1343
color-convert "^1.9.0"
1344
1344
1345
- ansi-styles@^4.1.0, ansi-styles@^4.2.1 :
1345
+ ansi-styles@^4.1.0 :
1346
1346
version "4.3.0"
1347
1347
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1348
1348
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1349
1349
dependencies :
1350
1350
color-convert "^2.0.1"
1351
1351
1352
+ ansi-styles@^5.0.0 :
1353
+ version "5.2.0"
1354
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
1355
+ integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
1356
+
1352
1357
argparse@^2.0.1 :
1353
1358
version "2.0.1"
1354
1359
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
@@ -2066,12 +2071,12 @@ normalize-package-data@^2.5.0:
2066
2071
semver "2 || 3 || 4 || 5"
2067
2072
validate-npm-package-license "^3.0.1"
2068
2073
2069
-
2070
- version "5.0.0 "
2071
- resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0 .tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed "
2072
- integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw ==
2074
+
2075
+ version "5.0.2 "
2076
+ resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2 .tgz#7dae8e11ba90be9edd05379414a01407416b336c "
2077
+ integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA ==
2073
2078
dependencies :
2074
- ansi-styles "^4.2.1 "
2079
+ ansi-styles "^5.0.0 "
2075
2080
cross-spawn "^7.0.3"
2076
2081
memorystream "^0.3.1"
2077
2082
minimatch "^3.0.4"
You can’t perform that action at this time.
0 commit comments