File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 9
9
],
10
10
"license" : " ISC" ,
11
11
"engines" : {
12
- "node" : " >=4 "
12
+ "node" : " >=6 "
13
13
},
14
14
"main" : " lib/index.cjs" ,
15
15
"module" : " lib/index.es2015.mjs" ,
63
63
"glob" : " ^7.2.0" ,
64
64
"is-glob" : " ^4.0.3" ,
65
65
"resolve" : " ^1.22.0" ,
66
- "tsconfig-paths" : " ^3.14.1 "
66
+ "tsconfig-paths" : " ^4.0.0 "
67
67
},
68
68
"devDependencies" : {
69
69
"@1stg/lib-config" : " ^5.4.0" ,
Original file line number Diff line number Diff line change @@ -6436,12 +6436,10 @@ json5@^1.0.1:
6436
6436
dependencies :
6437
6437
minimist "^1.2.0"
6438
6438
6439
- json5@^2.1.2 :
6440
- version "2.2.0"
6441
- resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
6442
- integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
6443
- dependencies :
6444
- minimist "^1.2.5"
6439
+ json5@^2.1.2, json5@^2.2.1 :
6440
+ version "2.2.1"
6441
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
6442
+ integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
6445
6443
6446
6444
jsonc-parser@^3.0.0 :
6447
6445
version "3.0.0"
@@ -10318,7 +10316,7 @@ ts-node@^10.6.0:
10318
10316
v8-compile-cache-lib "^3.0.0"
10319
10317
yn "3.1.1"
10320
10318
10321
- tsconfig-paths@^3.12.0, tsconfig-paths@^3.14.1 :
10319
+ tsconfig-paths@^3.12.0 :
10322
10320
version "3.14.1"
10323
10321
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
10324
10322
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
@@ -10328,6 +10326,15 @@ tsconfig-paths@^3.12.0, tsconfig-paths@^3.14.1:
10328
10326
minimist "^1.2.6"
10329
10327
strip-bom "^3.0.0"
10330
10328
10329
+ tsconfig-paths@^4.0.0 :
10330
+ version "4.0.0"
10331
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz#1082f5d99fd127b72397eef4809e4dd06d229b64"
10332
+ integrity sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==
10333
+ dependencies :
10334
+ json5 "^2.2.1"
10335
+ minimist "^1.2.6"
10336
+ strip-bom "^3.0.0"
10337
+
10331
10338
" tslib@1 || 2" , tslib@^2.1.0, tslib@^2.3.1:
10332
10339
version "2.3.1"
10333
10340
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
You can’t perform that action at this time.
0 commit comments