2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-04 06:00:38 +00:00

fix js-yaml, esbuild vulns (#12190)

* fix js-yaml, esbuild vulns

* update bump

* upgrade vite
This commit is contained in:
Matthias Mair
2026-06-25 08:06:02 +02:00
committed by GitHub
parent e5fa67ca9f
commit 496b20e08f
2 changed files with 303 additions and 595 deletions
+4 -2
View File
@@ -134,7 +134,7 @@
"rollup": "^4.61.1", "rollup": "^4.61.1",
"rollup-plugin-license": "^3.7.1", "rollup-plugin-license": "^3.7.1",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vite": "^6.4.2", "vite": "^7.0.0",
"vite-plugin-babel-macros": "^1.0.6", "vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-dts": "^5.0.2", "vite-plugin-dts": "^5.0.2",
"vite-plugin-externals": "^0.6.2", "vite-plugin-externals": "^0.6.2",
@@ -142,6 +142,8 @@
}, },
"resolutions": { "resolutions": {
"undici": "^6.24.0", "undici": "^6.24.0",
"vite": "^6.4.2" "vite": "^7",
"js-yaml": "^4",
"esbuild": "^0.28"
} }
} }
+299 -593
View File
File diff suppressed because it is too large Load Diff