Skip to content

Commit 793f80f

Browse files
chore(deps): update dependency ts-node to v10.5.0 (#950)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 207ef9a commit 793f80f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prettier": "2.5.1",
5353
"rimraf": "3.0.2",
5454
"ts-jest": "27.1.3",
55-
"ts-node": "10.4.0",
55+
"ts-node": "10.5.0",
5656
"typescript": "4.5.5"
5757
},
5858
"resolutions": {

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7016,10 +7016,10 @@ [email protected]:
70167016
semver "7.x"
70177017
yargs-parser "20.x"
70187018

7019-
ts-node@10.4.0:
7020-
version "10.4.0"
7021-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
7022-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
7019+
ts-node@10.5.0:
7020+
version "10.5.0"
7021+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
7022+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
70237023
dependencies:
70247024
"@cspotcode/source-map-support" "0.7.0"
70257025
"@tsconfig/node10" "^1.0.7"
@@ -7032,6 +7032,7 @@ [email protected]:
70327032
create-require "^1.1.0"
70337033
diff "^4.0.1"
70347034
make-error "^1.1.1"
7035+
v8-compile-cache-lib "^3.0.0"
70357036
yn "3.1.1"
70367037

70377038
ts-node@^9:
@@ -7238,6 +7239,11 @@ uri-js@^4.2.2:
72387239
dependencies:
72397240
punycode "^2.1.0"
72407241

7242+
v8-compile-cache-lib@^3.0.0:
7243+
version "3.0.0"
7244+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
7245+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
7246+
72417247
v8-compile-cache@^2.0.3:
72427248
version "2.3.0"
72437249
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)