From 237dd0a229bffb498b9606a3421ecebd9ac3ddf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:02:35 +0000 Subject: [PATCH] build(deps-dev): 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 f9f30cdbbf..d87bea27c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -185,7 +185,7 @@ "toml-loader": "^1.0.0", "ts-jest": "^29.2.4", "ts-loader": "^9.4.3", - "tsconfig-paths-webpack-plugin": "^4.0.1", + "tsconfig-paths-webpack-plugin": "^4.1.0", "typechain": "^8.3.1", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.0.1", @@ -42145,9 +42145,9 @@ } }, "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 b8c9bf11fb..d6fe9fcdad 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "toml-loader": "^1.0.0", "ts-jest": "^29.2.4", "ts-loader": "^9.4.3", - "tsconfig-paths-webpack-plugin": "^4.0.1", + "tsconfig-paths-webpack-plugin": "^4.1.0", "typechain": "^8.3.1", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.0.1",