From 97c1d874725cc315ba129755b6422bbc388d98b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:01:05 -0500 Subject: [PATCH] build(deps-dev): bump tsconfig-paths-webpack-plugin in /ui (#1214) Bumps [tsconfig-paths-webpack-plugin](https://github.com/dividab/tsconfig-paths-webpack-plugin) from 4.1.0 to 4.2.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.1.0...v4.2.0) --- updated-dependencies: - dependency-name: tsconfig-paths-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 9 +++++---- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 632d05b6c..f2c3a2e39 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -64,7 +64,7 @@ "playwright": "^1.45.2", "prettier": "^3.3.3", "storybook": "^8.1.11", - "tsconfig-paths-webpack-plugin": "^4.1.0" + "tsconfig-paths-webpack-plugin": "^4.2.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -19125,13 +19125,14 @@ } }, "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, "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.7.0", + "tapable": "^2.2.1", "tsconfig-paths": "^4.1.2" }, "engines": { diff --git a/ui/package.json b/ui/package.json index 2bd55fdd4..15d16833e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -69,6 +69,6 @@ "playwright": "^1.45.2", "prettier": "^3.3.3", "storybook": "^8.1.11", - "tsconfig-paths-webpack-plugin": "^4.1.0" + "tsconfig-paths-webpack-plugin": "^4.2.0" } }