Skip to content

Commit abe9cba

Browse files
chore(deps): update dependency ts-node to v10 (#8)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a11cc46 commit abe9cba

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint": "7.30.0",
4141
"prettier": "2.3.2",
4242
"semantic-release": "17.4.4",
43-
"ts-node": "9.1.1",
43+
"ts-node": "10.0.0",
4444
"typescript": "4.3.5",
4545
"webpack": "5.43.0"
4646
},

yarn.lock

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,26 @@
487487
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
488488
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
489489

490+
"@tsconfig/node10@^1.0.7":
491+
version "1.0.8"
492+
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
493+
integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
494+
495+
"@tsconfig/node12@^1.0.7":
496+
version "1.0.9"
497+
resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c"
498+
integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
499+
500+
"@tsconfig/node14@^1.0.0":
501+
version "1.0.1"
502+
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
503+
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
504+
505+
"@tsconfig/node16@^1.0.1":
506+
version "1.0.1"
507+
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.1.tgz#a6ca6a9a0ff366af433f42f5f0e124794ff6b8f1"
508+
integrity sha512-FTgBI767POY/lKNDNbIzgAX6miIDBs6NTCbdlDb8TrWovHsSvaVIZDlTqym29C6UqhzwcJx4CYr+AlrMywA0cA==
509+
490510
"@types/eslint-scope@^3.7.0":
491511
version "3.7.0"
492512
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz#4792816e31119ebd506902a482caec4951fabd86"
@@ -6287,11 +6307,15 @@ trim-off-newlines@^1.0.0, trim-off-newlines@^1.0.1:
62876307
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
62886308
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
62896309

6290-
ts-node@9.1.1:
6291-
version "9.1.1"
6292-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
6293-
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
6310+
ts-node@10.0.0:
6311+
version "10.0.0"
6312+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
6313+
integrity sha512-ROWeOIUvfFbPZkoDis0L/55Fk+6gFQNZwwKPLinacRl6tsxstTF1DbAcLKkovwnpKMVvOMHP1TIbnwXwtLg1gg==
62946314
dependencies:
6315+
"@tsconfig/node10" "^1.0.7"
6316+
"@tsconfig/node12" "^1.0.7"
6317+
"@tsconfig/node14" "^1.0.0"
6318+
"@tsconfig/node16" "^1.0.1"
62956319
arg "^4.1.0"
62966320
create-require "^1.1.0"
62976321
diff "^4.0.1"

0 commit comments

Comments
 (0)