Skip to content

Commit 1155102

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency ts-node to v10.5.0
1 parent 368b891 commit 1155102

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"supertest": "6.2.2",
122122
"ts-jest": "27.1.3",
123123
"ts-loader": "9.2.6",
124-
"ts-node": "10.4.0",
124+
"ts-node": "10.5.0",
125125
"tsconfig-paths": "3.12.0",
126126
"typescript": "4.5.5"
127127
}

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22664,10 +22664,10 @@ [email protected]:
2266422664
"@ts-morph/common" "~0.11.1"
2266522665
code-block-writer "^10.1.1"
2266622666

22667-
ts-node@10.4.0:
22668-
version "10.4.0"
22669-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
22670-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
22667+
ts-node@10.5.0:
22668+
version "10.5.0"
22669+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
22670+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
2267122671
dependencies:
2267222672
"@cspotcode/source-map-support" "0.7.0"
2267322673
"@tsconfig/node10" "^1.0.7"
@@ -22680,6 +22680,7 @@ [email protected]:
2268022680
create-require "^1.1.0"
2268122681
diff "^4.0.1"
2268222682
make-error "^1.1.1"
22683+
v8-compile-cache-lib "^3.0.0"
2268322684
yn "3.1.1"
2268422685

2268522686
ts-node@^9:
@@ -23188,6 +23189,11 @@ uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2, uuid@^3.4.0:
2318823189
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
2318923190
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
2319023191

23192+
v8-compile-cache-lib@^3.0.0:
23193+
version "3.0.0"
23194+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
23195+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
23196+
2319123197
v8-compile-cache@^2.0.3:
2319223198
version "2.3.0"
2319323199
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)