Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit c192e1e

Browse files
authored
Merge pull request #25 from StaticJsCMS/renovate/tsconfig-paths-webpack-plugin-4.x
chore(deps): update dependency tsconfig-paths-webpack-plugin to v4.0.1
2 parents cae08e2 + 6bf11b3 commit c192e1e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ts-jest": "29.0.5",
4646
"ts-loader": "9.4.2",
4747
"ts-node": "10.9.1",
48-
"tsconfig-paths-webpack-plugin": "4.0.0",
48+
"tsconfig-paths-webpack-plugin": "4.0.1",
4949
"typescript": "4.9.5",
5050
"webpack": "5.76.0",
5151
"webpack-cli": "5.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,16 +3487,16 @@ ts-node@10.9.1:
34873487
v8-compile-cache-lib "^3.0.1"
34883488
yn "3.1.1"
34893489

3490-
tsconfig-paths-webpack-plugin@4.0.0:
3491-
version "4.0.0"
3492-
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz#84008fc3e3e0658fdb0262758b07b4da6265ff1a"
3493-
integrity sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==
3490+
tsconfig-paths-webpack-plugin@4.0.1:
3491+
version "4.0.1"
3492+
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.1.tgz#a24651d0f69668a1abad38d3c2489855c257460d"
3493+
integrity sha512-m5//KzLoKmqu2MVix+dgLKq70MnFi8YL8sdzQZ6DblmCdfuq/y3OqvJd5vMndg2KEVCOeNz8Es4WVZhYInteLw==
34943494
dependencies:
34953495
chalk "^4.1.0"
34963496
enhanced-resolve "^5.7.0"
3497-
tsconfig-paths "^4.0.0"
3497+
tsconfig-paths "^4.1.2"
34983498

3499-
tsconfig-paths@^4.0.0:
3499+
tsconfig-paths@^4.1.2:
35003500
version "4.1.2"
35013501
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz#4819f861eef82e6da52fb4af1e8c930a39ed979a"
35023502
integrity sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==

0 commit comments

Comments
 (0)