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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user