Skip to content

Commit cb6de6d

Browse files
committed
Update dependency ts-node to v10
1 parent 7cc57e9 commit cb6de6d

File tree

2 files changed

+84
-44
lines changed

2 files changed

+84
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jest": "22.1.4",
2727
"bot-tester": "3.4.2",
2828
"ts-jest": "22.0.2",
29-
"ts-node": "4.1.0",
29+
"ts-node": "10.7.0",
3030
"tslint": "5.9.1",
3131
"typescript": "2.7.2"
3232
}

yarn.lock

Lines changed: 83 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@
5252
dependencies:
5353
arrify "^1.0.1"
5454

55+
"@cspotcode/[email protected]":
56+
version "0.8.0"
57+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
58+
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
59+
60+
"@cspotcode/[email protected]":
61+
version "0.7.0"
62+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
63+
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
64+
dependencies:
65+
"@cspotcode/source-map-consumer" "0.8.0"
66+
5567
"@ladjs/time-require@^0.1.4":
5668
version "0.1.4"
5769
resolved "https://registry.yarnpkg.com/@ladjs/time-require/-/time-require-0.1.4.tgz#5c615d75fd647ddd5de9cf6922649558856b21a1"
@@ -61,6 +73,26 @@
6173
pretty-ms "^0.2.1"
6274
text-table "^0.2.0"
6375

76+
"@tsconfig/node10@^1.0.7":
77+
version "1.0.8"
78+
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
79+
integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
80+
81+
"@tsconfig/node12@^1.0.7":
82+
version "1.0.9"
83+
resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c"
84+
integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
85+
86+
"@tsconfig/node14@^1.0.0":
87+
version "1.0.1"
88+
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
89+
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
90+
91+
"@tsconfig/node16@^1.0.2":
92+
version "1.0.2"
93+
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
94+
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
95+
6496
6597
version "22.1.0"
6698
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.1.0.tgz#c1de03bbac66fac4cc741f7a69cb73bc01a1707c"
@@ -77,14 +109,6 @@
77109
version "8.9.4"
78110
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.9.4.tgz#dfd327582a06c114eb6e0441fa3d6fab35edad48"
79111

80-
"@types/strip-bom@^3.0.0":
81-
version "3.0.0"
82-
resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2"
83-
84-
85-
version "0.0.30"
86-
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
87-
88112
abab@^1.0.3:
89113
version "1.0.3"
90114
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -99,10 +123,20 @@ acorn-globals@^4.0.0:
99123
dependencies:
100124
acorn "^5.0.0"
101125

126+
acorn-walk@^8.1.1:
127+
version "8.2.0"
128+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
129+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
130+
102131
acorn@^5.0.0, acorn@^5.1.2:
103132
version "5.3.0"
104133
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822"
105134

135+
acorn@^8.4.1:
136+
version "8.7.0"
137+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
138+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
139+
106140
ajv@^4.9.1:
107141
version "4.11.8"
108142
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
@@ -187,6 +221,11 @@ are-we-there-yet@~1.1.2:
187221
delegates "^1.0.0"
188222
readable-stream "^2.0.6"
189223

224+
arg@^4.1.0:
225+
version "4.1.3"
226+
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
227+
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
228+
190229
argparse@^1.0.7:
191230
version "1.0.9"
192231
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
@@ -1190,6 +1229,11 @@ create-error-class@^3.0.0:
11901229
dependencies:
11911230
capture-stack-trace "^1.0.0"
11921231

1232+
create-require@^1.1.0:
1233+
version "1.1.1"
1234+
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
1235+
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
1236+
11931237
cross-spawn@^5.0.1:
11941238
version "5.1.0"
11951239
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -1325,10 +1369,15 @@ detect-newline@^2.1.0:
13251369
version "2.1.0"
13261370
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
13271371

1328-
diff@^3.1.0, diff@^3.2.0:
1372+
diff@^3.2.0:
13291373
version "3.3.0"
13301374
resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.0.tgz#056695150d7aa93237ca7e378ac3b1682b7963b9"
13311375

1376+
diff@^4.0.1:
1377+
version "4.0.2"
1378+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
1379+
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
1380+
13321381
dom-walk@^0.1.0:
13331382
version "0.1.1"
13341383
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -3960,7 +4009,7 @@ strip-indent@^1.0.1:
39604009
dependencies:
39614010
get-stdin "^4.0.1"
39624011

3963-
strip-json-comments@^2.0.0, strip-json-comments@~2.0.1:
4012+
strip-json-comments@~2.0.1:
39644013
version "2.0.1"
39654014
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
39664015

@@ -4133,29 +4182,24 @@ [email protected]:
41334182
source-map-support "^0.5.0"
41344183
yargs "^11.0.0"
41354184

4136-
4137-
version "4.1.0"
4138-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-4.1.0.tgz#36d9529c7b90bb993306c408cd07f7743de20712"
4139-
dependencies:
4140-
arrify "^1.0.0"
4141-
chalk "^2.3.0"
4142-
diff "^3.1.0"
4185+
4186+
version "10.7.0"
4187+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
4188+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
4189+
dependencies:
4190+
"@cspotcode/source-map-support" "0.7.0"
4191+
"@tsconfig/node10" "^1.0.7"
4192+
"@tsconfig/node12" "^1.0.7"
4193+
"@tsconfig/node14" "^1.0.0"
4194+
"@tsconfig/node16" "^1.0.2"
4195+
acorn "^8.4.1"
4196+
acorn-walk "^8.1.1"
4197+
arg "^4.1.0"
4198+
create-require "^1.1.0"
4199+
diff "^4.0.1"
41434200
make-error "^1.1.1"
4144-
minimist "^1.2.0"
4145-
mkdirp "^0.5.1"
4146-
source-map-support "^0.5.0"
4147-
tsconfig "^7.0.0"
4148-
v8flags "^3.0.0"
4149-
yn "^2.0.0"
4150-
4151-
tsconfig@^7.0.0:
4152-
version "7.0.0"
4153-
resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7"
4154-
dependencies:
4155-
"@types/strip-bom" "^3.0.0"
4156-
"@types/strip-json-comments" "0.0.30"
4157-
strip-bom "^3.0.0"
4158-
strip-json-comments "^2.0.0"
4201+
v8-compile-cache-lib "^3.0.0"
4202+
yn "3.1.1"
41594203

41604204
tslib@^1.8.0:
41614205
version "1.8.1"
@@ -4279,10 +4323,6 @@ url-parse-lax@^1.0.0:
42794323
dependencies:
42804324
prepend-http "^1.0.1"
42814325

4282-
user-home@^1.1.1:
4283-
version "1.1.1"
4284-
resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190"
4285-
42864326
util-deprecate@~1.0.1:
42874327
version "1.0.2"
42884328
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
@@ -4298,11 +4338,10 @@ uuid@^3.0.0, uuid@^3.1.0:
42984338
version "3.1.0"
42994339
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
43004340

4301-
v8flags@^3.0.0:
4341+
v8-compile-cache-lib@^3.0.0:
43024342
version "3.0.0"
4303-
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.0.0.tgz#4be9604488e0c4123645def705b1848d16b8e01f"
4304-
dependencies:
4305-
user-home "^1.1.1"
4343+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
4344+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
43064345

43074346
validate-npm-package-license@^3.0.1:
43084347
version "3.0.1"
@@ -4512,6 +4551,7 @@ yargs@~3.10.0:
45124551
decamelize "^1.0.0"
45134552
window-size "0.1.0"
45144553

4515-
yn@^2.0.0:
4516-
version "2.0.0"
4517-
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
4554+
4555+
version "3.1.1"
4556+
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
4557+
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==

0 commit comments

Comments
 (0)