mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-03 08:11:50 +01:00
🧹 chore: bump vite-plugin-pwa to ^0.20.5, and use overrides to address CVE-2024-47068 (#4226)
* chore: bump vite-plugin-pwa to `^0.20.5`, and use `overrides` to address CVE-2024-47068 * chore: bump data-provider version
This commit is contained in:
parent
ba1014a038
commit
9e371d6157
5 changed files with 347 additions and 410 deletions
|
|
@ -138,6 +138,6 @@
|
|||
"typescript": "^5.0.4",
|
||||
"vite": "^5.1.1",
|
||||
"vite-plugin-node-polyfills": "^0.17.0",
|
||||
"vite-plugin-pwa": "^0.19.8"
|
||||
"vite-plugin-pwa": "^0.20.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ export default defineConfig({
|
|||
},
|
||||
workbox: {
|
||||
globPatterns: ['assets/**/*.{png,jpg,svg,ico}', '**/*.{js,css,html,ico,woff2}'],
|
||||
maximumFileSizeToCacheInBytes: 3 * 1024 * 1024,
|
||||
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
|
||||
},
|
||||
manifest: {
|
||||
name: 'LibreChat',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue