This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 2 files changed +11
-5
lines changed
modules/runners/lambdas/runners
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 32
32
"nock" : " ^13.2.4" ,
33
33
"prettier" : " 2.5.1" ,
34
34
"ts-jest" : " ^27.1.3" ,
35
- "ts-node" : " ^10.4 .0" ,
35
+ "ts-node" : " ^10.5 .0" ,
36
36
"ts-node-dev" : " ^1.1.6"
37
37
},
38
38
"dependencies" : {
Original file line number Diff line number Diff line change @@ -4363,10 +4363,10 @@ ts-node-dev@^1.1.6:
4363
4363
ts-node "^9.0.0"
4364
4364
tsconfig "^7.0.0"
4365
4365
4366
- ts-node@^10.4 .0 :
4367
- version "10.4 .0"
4368
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4 .0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7 "
4369
- integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A ==
4366
+ ts-node@^10.5 .0 :
4367
+ version "10.5 .0"
4368
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5 .0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9 "
4369
+ integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw ==
4370
4370
dependencies :
4371
4371
" @cspotcode/source-map-support" " 0.7.0"
4372
4372
" @tsconfig/node10" " ^1.0.7"
@@ -4379,6 +4379,7 @@ ts-node@^10.4.0:
4379
4379
create-require "^1.1.0"
4380
4380
diff "^4.0.1"
4381
4381
make-error "^1.1.1"
4382
+ v8-compile-cache-lib "^3.0.0"
4382
4383
yn "3.1.1"
4383
4384
4384
4385
ts-node@^9.0.0 :
@@ -4511,6 +4512,11 @@ uuid@^8.3.2:
4511
4512
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
4512
4513
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
4513
4514
4515
+ v8-compile-cache-lib@^3.0.0 :
4516
+ version "3.0.0"
4517
+ resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
4518
+ integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
4519
+
4514
4520
v8-compile-cache@^2.0.3 :
4515
4521
version "2.3.0"
4516
4522
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
You can’t perform that action at this time.
0 commit comments