Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 27b69f1

Browse files
chore: Bump ts-node in /modules/runners/lambdas/runners (#1735)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.4.0 to 10.5.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v10.4.0...v10.5.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cda5ac6 commit 27b69f1

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nock": "^13.2.4",
3333
"prettier": "2.5.1",
3434
"ts-jest": "^27.1.3",
35-
"ts-node": "^10.4.0",
35+
"ts-node": "^10.5.0",
3636
"ts-node-dev": "^1.1.6"
3737
},
3838
"dependencies": {

modules/runners/lambdas/runners/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -4363,10 +4363,10 @@ ts-node-dev@^1.1.6:
43634363
ts-node "^9.0.0"
43644364
tsconfig "^7.0.0"
43654365

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==
43704370
dependencies:
43714371
"@cspotcode/source-map-support" "0.7.0"
43724372
"@tsconfig/node10" "^1.0.7"
@@ -4379,6 +4379,7 @@ ts-node@^10.4.0:
43794379
create-require "^1.1.0"
43804380
diff "^4.0.1"
43814381
make-error "^1.1.1"
4382+
v8-compile-cache-lib "^3.0.0"
43824383
yn "3.1.1"
43834384

43844385
ts-node@^9.0.0:
@@ -4511,6 +4512,11 @@ uuid@^8.3.2:
45114512
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
45124513
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
45134514

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+
45144520
v8-compile-cache@^2.0.3:
45154521
version "2.3.0"
45164522
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)