mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [express](https://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`5.2.0` -> `5.2.1`](https://renovatebot.com/diffs/npm/express/5.2.0/5.2.1) |  |  | --- ### Release Notes <details> <summary>expressjs/express (express)</summary> ### [`v5.2.1`](https://redirect.github.com/expressjs/express/blob/HEAD/History.md#521--2025-12-01) [Compare Source](https://redirect.github.com/expressjs/express/compare/v5.2.0...v5.2.1) \======================= - Revert security fix for [CVE-2024-51999](https://www.cve.org/CVERecord?id=CVE-2024-51999) ([GHSA-pj86-cfqh-vqx6](https://redirect.github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
68 lines
1.4 KiB
JSON
68 lines
1.4 KiB
JSON
{
|
|
"name": "vikunja-desktop",
|
|
"version": "v0.1.0",
|
|
"description": "Vikunja's frontend as a standalone desktop application.",
|
|
"main": "main.js",
|
|
"repository": "https://code.vikunja.io/desktop",
|
|
"license": "GPL-3.0-or-later",
|
|
"packageManager": "pnpm@10.24.0",
|
|
"author": {
|
|
"email": "maintainers@vikunja.io",
|
|
"name": "Vikunja Team"
|
|
},
|
|
"homepage": "https://vikunja.io",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder --publish never"
|
|
},
|
|
"build": {
|
|
"appId": "io.vikunja.desktop",
|
|
"productName": "Vikunja Desktop",
|
|
"artifactName": "${productName}-${version}.${ext}",
|
|
"icon": "build/icon.icns",
|
|
"linux": {
|
|
"target": [
|
|
"deb",
|
|
"AppImage",
|
|
"snap",
|
|
"pacman",
|
|
"apk",
|
|
"freebsd",
|
|
"rpm",
|
|
"zip",
|
|
"tar.gz"
|
|
],
|
|
"category": "Productivity"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis",
|
|
"portable",
|
|
"msi",
|
|
"zip"
|
|
]
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.productivity",
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"electron": "37.10.3",
|
|
"electron-builder": "26.0.12",
|
|
"unzipper": "0.12.3"
|
|
},
|
|
"dependencies": {
|
|
"express": "5.2.1"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"electron"
|
|
]
|
|
}
|
|
}
|