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