mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
fix(backend): Bump maybe vulnerable esbuild (#9155)
* fix(backend): Bump vulnerable vanilla-extract * bump deps futher * remove @types/dompurify * bump @lingui * use more modern image 20.04 ships with node 18 as default, 24.04 with 20 * bump rest of image deps * bump deps * bump base deps * bump resolution * lower resolution * fix resolution * update lingui * switch to build-in macro * fix imports
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
"@fullcalendar/daygrid": "^6.1.15",
|
||||
"@fullcalendar/interaction": "^6.1.15",
|
||||
"@fullcalendar/react": "^6.1.15",
|
||||
"@lingui/core": "^4.11.4",
|
||||
"@lingui/react": "^4.11.4",
|
||||
"@lingui/core": "^5.3.0",
|
||||
"@lingui/react": "^5.3.0",
|
||||
"@mantine/carousel": "^7.16.0",
|
||||
"@mantine/charts": "^7.16.0",
|
||||
"@mantine/core": "^7.16.0",
|
||||
@ -44,12 +44,11 @@
|
||||
"@sentry/react": "^8.43.0",
|
||||
"@tabler/icons-react": "^3.17.0",
|
||||
"@tanstack/react-query": "^5.56.2",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@uiw/codemirror-theme-vscode": "4.23.7",
|
||||
"@uiw/react-codemirror": "4.23.7",
|
||||
"@uiw/react-split": "^5.9.3",
|
||||
"@vanilla-extract/css": "^1.17.0",
|
||||
"axios": "^1.8.2",
|
||||
"@vanilla-extract/css": "^1.17.1",
|
||||
"axios": "^1.8.4",
|
||||
"clsx": "^2.1.1",
|
||||
"codemirror": "6.0.1",
|
||||
"dayjs": "^1.11.13",
|
||||
@ -75,12 +74,13 @@
|
||||
"zustand": "^4.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/preset-react": "^7.26.3",
|
||||
"@babel/preset-typescript": "^7.26.0",
|
||||
"@codecov/vite-plugin": "^1.7.0",
|
||||
"@lingui/cli": "^4.11.4",
|
||||
"@lingui/macro": "^4.11.4",
|
||||
"@babel/preset-typescript": "^7.27.0",
|
||||
"@codecov/vite-plugin": "^1.9.0",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.3.0",
|
||||
"@lingui/cli": "^5.3.0",
|
||||
"@lingui/macro": "^5.3.0",
|
||||
"@playwright/test": "^1.49.1",
|
||||
"@types/node": "^22.6.0",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
@ -89,13 +89,13 @@
|
||||
"@types/react-grid-layout": "^1.3.5",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-window": "^1.8.8",
|
||||
"@vanilla-extract/vite-plugin": "^4.0.19",
|
||||
"@vanilla-extract/vite-plugin": "^5.0.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"nyc": "^17.1.0",
|
||||
"rollup-plugin-license": "^3.5.3",
|
||||
"typescript": "^5.7.3",
|
||||
"vite": "^6.0.9",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.3",
|
||||
"vite-plugin-babel-macros": "^1.0.6",
|
||||
"vite-plugin-istanbul": "^6.0.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user