File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
runner-binaries-syncer/lambdas/runner-binaries-syncer Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -1593,6 +1593,7 @@ caniuse-lite@^1.0.30001400:
1593
1593
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001420.tgz#f62f35f051e0b6d25532cf376776d41e45b47ef6"
1594
1594
integrity sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A==
1595
1595
1596
+
1596
1597
chalk@^2.0.0 :
1597
1598
version "2.4.2"
1598
1599
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -3382,6 +3383,15 @@ pretty-format@^29.0.0, pretty-format@^29.2.1:
3382
3383
ansi-styles "^5.0.0"
3383
3384
react-is "^18.0.0"
3384
3385
3386
+ pretty-format@^29.1.2 :
3387
+ version "29.1.2"
3388
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.1.2.tgz#b1f6b75be7d699be1a051f5da36e8ae9e76a8e6a"
3389
+ integrity sha512-CGJ6VVGXVRP2o2Dorl4mAwwvDWT25luIsYhkyVQW32E4nL+TgW939J7LlKT/npq5Cpq6j3s+sy+13yk7xYpBmg==
3390
+ dependencies :
3391
+ " @jest/schemas" " ^29.0.0"
3392
+ ansi-styles "^5.0.0"
3393
+ react-is "^18.0.0"
3394
+
3385
3395
progress@^2.0.0 :
3386
3396
version "2.0.3"
3387
3397
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
Original file line number Diff line number Diff line change @@ -3704,10 +3704,10 @@ jest-snapshot@^29.2.1:
3704
3704
pretty-format "^29.2.1"
3705
3705
semver "^7.3.5"
3706
3706
3707
- jest-util@^29.0.0, jest-util@^29.1.2 :
3708
- version "29.1.2 "
3709
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2. tgz#ac5798e93cb6a6703084e194cfa0898d66126df1 "
3710
- integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ ==
3707
+ jest-util@^29.2.1 :
3708
+ version "29.2.1 "
3709
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1. tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747 "
3710
+ integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g ==
3711
3711
dependencies :
3712
3712
" @jest/types" " ^29.2.1"
3713
3713
" @types/node" " *"
You can’t perform that action at this time.
0 commit comments