Skip to content

Commit 930c307

Browse files
committed
chore(deps): update dependency ts-node to v10
1 parent d904156 commit 930c307

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"sinon": "^9.2.1",
141141
"source-map-support": "^0.5.12",
142142
"sourcegraph": "^25.3.0",
143-
"ts-node": "^8.10.2",
143+
"ts-node": "^10.7.0",
144144
"tslint": "^5.11.0",
145145
"typescript": "^4.1.2",
146146
"vscode-languageserver-types": "^3.14.0"

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6560,7 +6560,7 @@ source-map-resolve@^0.5.0:
65606560
source-map-url "^0.4.0"
65616561
urix "^0.1.0"
65626562

6563-
source-map-support@^0.5.12, source-map-support@^0.5.17, source-map-support@~0.5.12, source-map-support@~0.5.6:
6563+
source-map-support@^0.5.12, source-map-support@~0.5.12, source-map-support@~0.5.6:
65646564
version "0.5.19"
65656565
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
65666566
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
@@ -7091,10 +7091,10 @@ trim-newlines@^3.0.0:
70917091
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
70927092
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
70937093

7094-
ts-node@^10.4.0:
7095-
version "10.4.0"
7096-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
7097-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
7094+
ts-node@^10.4.0, ts-node@^10.7.0:
7095+
version "10.7.0"
7096+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
7097+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
70987098
dependencies:
70997099
"@cspotcode/source-map-support" "0.7.0"
71007100
"@tsconfig/node10" "^1.0.7"
@@ -7107,17 +7107,7 @@ ts-node@^10.4.0:
71077107
create-require "^1.1.0"
71087108
diff "^4.0.1"
71097109
make-error "^1.1.1"
7110-
yn "3.1.1"
7111-
7112-
ts-node@^8.10.2:
7113-
version "8.10.2"
7114-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
7115-
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
7116-
dependencies:
7117-
arg "^4.1.0"
7118-
diff "^4.0.1"
7119-
make-error "^1.1.1"
7120-
source-map-support "^0.5.17"
7110+
v8-compile-cache-lib "^3.0.0"
71217111
yn "3.1.1"
71227112

71237113
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
@@ -7382,6 +7372,11 @@ uuid@^3.3.2:
73827372
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
73837373
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
73847374

7375+
v8-compile-cache-lib@^3.0.0:
7376+
version "3.0.0"
7377+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
7378+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
7379+
73857380
v8-compile-cache@^2.0.0:
73867381
version "2.0.2"
73877382
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c"

0 commit comments

Comments
 (0)