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",