mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [multer](https://redirect.github.com/expressjs/multer) | [`^1.4.5-lts.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/multer/1.4.5-lts.2/2.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>expressjs/multer (multer)</summary> ### [`v2.0.0`](https://redirect.github.com/expressjs/multer/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.0.0) #### Important - **Breaking change: The minimum supported Node version is now 10.16.0** - Fix [CVE-2025-47935](https://www.cve.org/CVERecord?id=CVE-2025-47935) ([GHSA-44fp-w29j-9vj5](https://redirect.github.com/expressjs/multer/security/advisories/GHSA-44fp-w29j-9vj5)) - Fix [CVE-2025-47944](https://www.cve.org/CVERecord?id=CVE-2025-47944) ([GHSA-4pg4-qvpc-4q3h](https://redirect.github.com/expressjs/multer/security/advisories/GHSA-4pg4-qvpc-4q3h)) #### What's Changed - 🐛 drain stream. fixes regression in node 18, remove old CI, set minimum node version, fix readme badges, add .npmrc - fix: handle two busboy error events - ♻️ fully drain stream - 🥅 explicitly handle req error - 🚨 lint:fix - ⬆️ bump mocha - docs: include release 2.0.0 details </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/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@affine/media-capture-playground",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.21.0",
|
|
"scripts": {
|
|
"dev:web": "vite",
|
|
"dev:server": "tsx --env-file=.env --watch server/main.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/native": "workspace:*",
|
|
"@google/generative-ai": "^0.24.0",
|
|
"@tailwindcss/vite": "^4.0.6",
|
|
"@types/express": "^5.0.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/multer": "^1",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"chokidar": "^4.0.3",
|
|
"express": "^5.0.0",
|
|
"express-rate-limit": "^7.1.5",
|
|
"fs-extra": "^11.3.0",
|
|
"lodash-es": "^4.17.21",
|
|
"multer": "^2.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.0.0",
|
|
"socket.io": "^4.7.4",
|
|
"socket.io-client": "^4.7.4",
|
|
"swr": "^2.3.2",
|
|
"tailwindcss": "^4.0.6",
|
|
"tsx": "^4.19.2",
|
|
"vite": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2"
|
|
}
|
|
}
|