summaryrefslogtreecommitdiffhomepage
path: root/desktop/package.json
AgeCommit message (Collapse)AuthorFilesLines
2025-10-10Update @types/node to 22.18.8Tobias Järvelöv1-1/+1
Updated as the node version was bumped to 22.19.0
2025-10-10Update node and npm to compatible versions with Electron 37.6.0David Lönnhager1-2/+2
2025-07-22Update eslint to `9.31.0`Oliver1-1/+1
2025-06-30Update npm to 11.4.2Oliver1-1/+1
2025-06-30Update @types/node to 22.15.32Oliver1-1/+1
2025-06-30Update Node to 22.16.0Oliver1-1/+1
2025-06-30Update vite to 6.3.5Oliver1-3/+0
2025-05-02Update vite to 6.2.7David Lönnhager1-1/+1
2025-04-16Update vite to 6.2.6Oliver1-1/+1
2025-04-07Update vite override to 6.2.5Tobias Järvelöv1-1/+1
2025-04-01Update vite override to 6.2.4Tobias Järvelöv1-1/+1
2025-03-31Add override for viteTobias Järvelöv1-0/+3
A CVE exists in the 6.2.0 version of vite. We have already upgraded the dependency on vite to 6.2.3 where this CVE has been fixed. However, npm resolves the @vitejs/plugin-react package's dependency on vite to 6.2.0 even after we have upgraded it for some reason. To ensure the old 6.2.0 version is not resolved we add an override to 6.2.3 until we can bump the @vitejs/plugin-react package.
2025-03-13Add Babel core, helpers, and runtime to development dependenciesOliver1-0/+3
CVE-2025-27789 was introduced in version 7.26.9, a dependency for several packages. Since overriding the version had no effect, we’re now adding these packages as dev dependencies to lock in a fixed version.
2024-12-17Update TypeScript to latestOskar1-1/+1
2024-12-17Update node and npmOskar1-3/+3
2024-11-19Update typescript-eslintOskar1-1/+1
2024-11-14Move common linting to workspace rootOskar1-1/+14
2024-11-14Move TypeScript/node dependencies to workspaceOskar1-0/+5
2024-11-14Create workspace package.json and move osv-scanner.tomlOskar1-0/+22