From b1c532561270884e18f5e2eccfc527c65114052f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:38:21 +0000 Subject: [PATCH] Bump tsconfig-paths-webpack-plugin from 4.0.1 to 4.1.0 Bumps [tsconfig-paths-webpack-plugin](https://github.com/dividab/tsconfig-paths-webpack-plugin) from 4.0.1 to 4.1.0. - [Changelog](https://github.com/dividab/tsconfig-paths-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: tsconfig-paths-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 861d64e..fcb5943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "stream-http": "^3.2.0", "style-loader": "^3.3.2", "ts-jest": "^27.1.5", - "tsconfig-paths-webpack-plugin": "^4.0.1", + "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.2.2", "webpack": "^5.88.2" }, @@ -32021,9 +32021,9 @@ "dev": true }, "node_modules/tsconfig-paths-webpack-plugin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.1.tgz", - "integrity": "sha512-m5//KzLoKmqu2MVix+dgLKq70MnFi8YL8sdzQZ6DblmCdfuq/y3OqvJd5vMndg2KEVCOeNz8Es4WVZhYInteLw==", + "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==", "dev": true, "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 56c21be..65e0cf0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "stream-http": "^3.2.0", "style-loader": "^3.3.2", "ts-jest": "^27.1.5", - "tsconfig-paths-webpack-plugin": "^4.0.1", + "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.2.2", "webpack": "^5.88.2" },