From d57a6f9db261a62e8067c203be19b063cd6f8827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:28:32 +0000 Subject: [PATCH] chore(deps): update dependency tsconfig-paths-webpack-plugin to v4.2.0 (#821) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++++----- packages/randomise-card/package.json | 2 +- packages/upload-card/package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04bd8d6d..f895322e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11482,13 +11482,15 @@ } }, "node_modules/tsconfig-paths-webpack-plugin": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz", - "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.2.0.tgz", + "integrity": "sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.7.0", + "tapable": "^2.2.1", "tsconfig-paths": "^4.1.2" }, "engines": { @@ -11500,6 +11502,7 @@ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -11509,6 +11512,7 @@ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", "dev": true, + "license": "MIT", "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", @@ -12317,7 +12321,7 @@ "jest": "29.7.0", "ts-jest": "29.2.5", "ts-loader": "9.5.2", - "tsconfig-paths-webpack-plugin": "4.1.0", + "tsconfig-paths-webpack-plugin": "4.2.0", "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4", @@ -12366,7 +12370,7 @@ "eslint-plugin-promise": "6.6.0", "jest": "29.7.0", "ts-loader": "9.5.2", - "tsconfig-paths-webpack-plugin": "4.1.0", + "tsconfig-paths-webpack-plugin": "4.2.0", "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4", diff --git a/packages/randomise-card/package.json b/packages/randomise-card/package.json index 10e5f1b0..74b0d33d 100644 --- a/packages/randomise-card/package.json +++ b/packages/randomise-card/package.json @@ -41,7 +41,7 @@ "jest": "29.7.0", "ts-jest": "29.2.5", "ts-loader": "9.5.2", - "tsconfig-paths-webpack-plugin": "4.1.0", + "tsconfig-paths-webpack-plugin": "4.2.0", "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4", diff --git a/packages/upload-card/package.json b/packages/upload-card/package.json index 7a176629..9bc270c4 100644 --- a/packages/upload-card/package.json +++ b/packages/upload-card/package.json @@ -41,7 +41,7 @@ "eslint-plugin-promise": "6.6.0", "jest": "29.7.0", "ts-loader": "9.5.2", - "tsconfig-paths-webpack-plugin": "4.1.0", + "tsconfig-paths-webpack-plugin": "4.2.0", "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4",