File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 57
57
"eslint-plugin-standard" : " ^5.0.0" ,
58
58
"jest" : " ^29.3.1" ,
59
59
"jest-junit" : " ^15.0.0" ,
60
- "jest-watch-typeahead" : " ^2.2.1 " ,
60
+ "jest-watch-typeahead" : " ^2.2.2 " ,
61
61
"prettier" : " ^2.7.1" ,
62
62
"typescript" : " ^5.1.6"
63
63
},
Original file line number Diff line number Diff line change @@ -2685,21 +2685,18 @@ chalk@^2.0.0:
2685
2685
escape-string-regexp "^1.0.5"
2686
2686
supports-color "^5.3.0"
2687
2687
2688
- chalk@^4.0.0 :
2688
+ chalk@^4.0.0, chalk@^4.1.0 :
2689
2689
version "4.1.2"
2690
2690
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2691
2691
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2692
2692
dependencies :
2693
2693
ansi-styles "^4.1.0"
2694
2694
supports-color "^7.1.0"
2695
2695
2696
- chalk@^4.1.0 :
2697
- version "4.1.0"
2698
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
2699
- integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
2700
- dependencies :
2701
- ansi-styles "^4.1.0"
2702
- supports-color "^7.1.0"
2696
+ chalk@^5.2.0 :
2697
+ version "5.3.0"
2698
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2699
+ integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
2703
2700
2704
2701
char-regex@^1.0.2 :
2705
2702
version "1.0.2"
@@ -4621,13 +4618,13 @@ jest-validate@^29.3.1:
4621
4618
leven "^3.1.0"
4622
4619
pretty-format "^29.3.1"
4623
4620
4624
- jest-watch-typeahead@^2.2.1 :
4625
- version "2.2.1 "
4626
- resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.1 .tgz#36601520a2a30fd561788552dbda9c76bb44814a "
4627
- integrity sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA ==
4621
+ jest-watch-typeahead@^2.2.2 :
4622
+ version "2.2.2 "
4623
+ resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.2 .tgz#5516d3cd006485caa5cfc9bd1de40f1f8b136abf "
4624
+ integrity sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ ==
4628
4625
dependencies :
4629
4626
ansi-escapes "^6.0.0"
4630
- chalk "^4.0 .0"
4627
+ chalk "^5.2 .0"
4631
4628
jest-regex-util "^29.0.0"
4632
4629
jest-watcher "^29.0.0"
4633
4630
slash "^5.0.0"
You can’t perform that action at this time.
0 commit comments