Skip to content

Commit 9cac9e2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency tsconfig-paths to v3.11.0
1 parent 46b2325 commit 9cac9e2

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-jest": "26.5.6",
6262
"ts-loader": "9.2.5",
6363
"ts-node": "10.2.1",
64-
"tsconfig-paths": "3.10.1",
64+
"tsconfig-paths": "3.11.0",
6565
"typescript": "4.3.5"
6666
},
6767
"jest": {

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9152,12 +9152,13 @@ tsconfig-paths-webpack-plugin@3.5.1:
91529152
enhanced-resolve "^5.7.0"
91539153
tsconfig-paths "^3.9.0"
91549154

9155-
tsconfig-paths@3.10.1, tsconfig-paths@^3.10.1:
9156-
version "3.10.1"
9157-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
9158-
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
9155+
tsconfig-paths@3.11.0:
9156+
version "3.11.0"
9157+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
9158+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
91599159
dependencies:
9160-
json5 "^2.2.0"
9160+
"@types/json5" "^0.0.29"
9161+
json5 "^1.0.1"
91619162
minimist "^1.2.0"
91629163
strip-bom "^3.0.0"
91639164

@@ -9171,6 +9172,15 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.9.0:
91719172
minimist "^1.2.0"
91729173
strip-bom "^3.0.0"
91739174

9175+
tsconfig-paths@^3.10.1:
9176+
version "3.10.1"
9177+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
9178+
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
9179+
dependencies:
9180+
json5 "^2.2.0"
9181+
minimist "^1.2.0"
9182+
strip-bom "^3.0.0"
9183+
91749184
tslib@2.1.0:
91759185
version "2.1.0"
91769186
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"

0 commit comments

Comments
 (0)