mirror of
https://github.com/hoornet/vega.git
synced 2026-06-11 07:23:31 -07:00
9fc585a395
Clears all Dependabot alerts except glib (pinned upstream by Tauri's gtk-rs stack via wry — waits for upstream). - Tauri 2.10.3 → 2.11.1 (Origin Confusion IPC fix, + wry/tao/tray-icon bumps) - rustls-webpki 0.103.10 → 0.103.13 (high-severity DoS panic on malformed CRL) - rand 0.8.5 → 0.8.6, rand 0.9.2 → 0.9.4 (soundness with custom loggers) - dompurify 3.3.2 → 3.4.2 (four sanitization bypasses) - postcss 8.5.8 → 8.5.14 (XSS via unescaped </style>) No functional changes. Smoke tested on Linux: build clean, app starts, feed renders, podcast playback works, login flow works.
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "vega",
|
|
"private": true,
|
|
"version": "0.12.10",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@nostr-dev-kit/ndk": "^3.0.3",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.7.0",
|
|
"@tauri-apps/plugin-fs": "^2.5.0",
|
|
"@tauri-apps/plugin-http": "^2.5.7",
|
|
"@tauri-apps/plugin-notification": "^2.3.3",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"dompurify": "^3.4.0",
|
|
"highlight.js": "^11.11.1",
|
|
"marked": "^17.0.4",
|
|
"marked-highlight": "^2.2.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-qr-code": "^2.0.18",
|
|
"tailwindcss": "^4.2.1",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/marked": "^5.0.2",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"jsdom": "^29.0.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4",
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|