Skip to content

Commit 800b990

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency ts-node to v10.5.0
1 parent 6ba3511 commit 800b990

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"rxjs": "7.5.2",
5656
"supertest": "6.2.2",
5757
"ts-jest": "27.1.3",
58-
"ts-node": "10.4.0",
58+
"ts-node": "10.5.0",
5959
"typescript": "4.5.5"
6060
},
6161
"changelog": {

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9870,7 +9870,26 @@ ts-morph@12.0.0:
98709870
"@ts-morph/common" "~0.11.0"
98719871
code-block-writer "^10.1.1"
98729872

9873-
ts-node@10.4.0, ts-node@^10.4.0:
9873+
ts-node@10.5.0:
9874+
version "10.5.0"
9875+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
9876+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
9877+
dependencies:
9878+
"@cspotcode/source-map-support" "0.7.0"
9879+
"@tsconfig/node10" "^1.0.7"
9880+
"@tsconfig/node12" "^1.0.7"
9881+
"@tsconfig/node14" "^1.0.0"
9882+
"@tsconfig/node16" "^1.0.2"
9883+
acorn "^8.4.1"
9884+
acorn-walk "^8.1.1"
9885+
arg "^4.1.0"
9886+
create-require "^1.1.0"
9887+
diff "^4.0.1"
9888+
make-error "^1.1.1"
9889+
v8-compile-cache-lib "^3.0.0"
9890+
yn "3.1.1"
9891+
9892+
ts-node@^10.4.0:
98749893
version "10.4.0"
98759894
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
98769895
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
@@ -10153,6 +10172,11 @@ uuid@^3.3.2:
1015310172
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1015410173
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1015510174

10175+
v8-compile-cache-lib@^3.0.0:
10176+
version "3.0.0"
10177+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
10178+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
10179+
1015610180
v8-compile-cache@^2.0.3:
1015710181
version "2.3.0"
1015810182
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)