File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
packages/jest-runtime/src Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,6 @@ export default class Runtime {
526
526
// @ts -expect-error Jest uses @types/node@16. Will be fixed when updated to @types/[email protected]
527
527
meta . dirname = path . dirname ( modulePath ) ;
528
528
529
- // @ts -expect-error It should not be async. Will be fixed when updated to @types/[email protected]
530
529
meta . resolve = ( specifier , parent = metaUrl ) => {
531
530
const parentPath = fileURLToPath ( parent ) ;
532
531
Original file line number Diff line number Diff line change @@ -5634,9 +5634,9 @@ __metadata:
5634
5634
linkType: hard
5635
5635
5636
5636
"@types/node@npm:~16.18.0":
5637
- version: 16.18.101
5638
- resolution: "@types/node@npm:16.18.101 "
5639
- checksum: d099055168529f56665ad470e0aeb443557301b1342be12eeedcb04897614bbc09ecf10621a90460f83a5264acad4feaf84d0db181251ebe901049aad4ab4bcf
5637
+ version: 16.18.103
5638
+ resolution: "@types/node@npm:16.18.103 "
5639
+ checksum: aef09cf77586568cf961b4c3aa15867b76079badf067e76104ffdc5437f8ce7057ee3b1e3699db43328ff460f9bbe7cc1c78a9a6b1bc82dc53994a663fe02863
5640
5640
languageName: node
5641
5641
linkType: hard
5642
5642
@@ -20691,12 +20691,12 @@ __metadata:
20691
20691
linkType: hard
20692
20692
20693
20693
"typescript@npm:^5.0.4":
20694
- version: 5.5.3
20695
- resolution: "typescript@npm:5.5.3 "
20694
+ version: 5.5.4
20695
+ resolution: "typescript@npm:5.5.4 "
20696
20696
bin:
20697
20697
tsc: bin/tsc
20698
20698
tsserver: bin/tsserver
20699
- checksum: 4b4f14313484d5c86064d04ba892544801fa551f5cf72719b540b498056fec7fc192d0bbdb2ba1448e759b1548769956da9e43e7c16781e8d8856787b0575004
20699
+ checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
20700
20700
languageName: node
20701
20701
linkType: hard
20702
20702
@@ -20711,12 +20711,12 @@ __metadata:
20711
20711
linkType: hard
20712
20712
20713
20713
"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
20714
- version: 5.5.3
20715
- resolution: "typescript@patch:typescript@npm%3A5.5.3 #~builtin<compat/typescript>::version=5.5.3 &hash=379a07"
20714
+ version: 5.5.4
20715
+ resolution: "typescript@patch:typescript@npm%3A5.5.4 #~builtin<compat/typescript>::version=5.5.4 &hash=379a07"
20716
20716
bin:
20717
20717
tsc: bin/tsc
20718
20718
tsserver: bin/tsserver
20719
- checksum: 3c0f7fe66e0e3a5f6b531b3e20bfe4a846718d20c299a49f39d4594e0bedcf5820cb98b49a9c883f2dde7dc6942affa2c95a775ee0221ca1ef143147761b0e80
20719
+ checksum: e14c87e8bd51f9ac741051a2c3bde75b2a3ab17dee2c50239f7e1a0868673f3b7d4d87684df41a59a8f57c6ddc5d06d65d120764d992441af5de07b98cf9c67b
20720
20720
languageName: node
20721
20721
linkType: hard
20722
20722
You can’t perform that action at this time.
0 commit comments