2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-13 23:53:35 +00:00

fix medium sec issues in frontend dependencies (#10686)

* bump @playwright/test to address https://github.com/inventree/InvenTree/security/dependabot/242

* bump vite to address https://github.com/inventree/InvenTree/security/dependabot/243

* remove splitVendorChunkPlugin
This commit is contained in:
Matthias Mair
2025-10-27 21:09:51 +01:00
committed by GitHub
parent 3d5b07b331
commit 3babad796e
3 changed files with 35 additions and 36 deletions

View File

@@ -112,7 +112,7 @@
"@lingui/babel-plugin-lingui-macro": "^5.3.1",
"@lingui/cli": "^5.3.1",
"@lingui/macro": "^5.3.1",
"@playwright/test": "^1.52.0",
"@playwright/test": "1.56.0",
"@types/node": "^24.3.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.1.10",
@@ -128,7 +128,7 @@
"rollup": "^4.0.0",
"rollup-plugin-license": "^3.5.3",
"typescript": "^5.8.2",
"vite": "^6.2.6",
"vite": "7.1.11",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-externals": "^0.6.2",