mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-09 13:47:13 +02:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [http-proxy-middleware](https://redirect.github.com/chimurai/http-proxy-middleware) | [`3.0.3` -> `3.0.5`](https://renovatebot.com/diffs/npm/http-proxy-middleware/3.0.3/3.0.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2025-32997](https://nvd.nist.gov/vuln/detail/CVE-2025-32997) In http-proxy-middleware before 2.0.9 and 3.x before 3.0.5, fixRequestBody proceeds even if bodyParser has failed. #### [CVE-2025-32996](https://nvd.nist.gov/vuln/detail/CVE-2025-32996) In http-proxy-middleware before 2.0.8 and 3.x before 3.0.4, writeBody can be called twice because "else if" is not used. --- ### Release Notes <details> <summary>chimurai/http-proxy-middleware (http-proxy-middleware)</summary> ### [`v3.0.5`](https://redirect.github.com/chimurai/http-proxy-middleware/blob/HEAD/CHANGELOG.md#v305) [Compare Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v3.0.4...v3.0.5) - fix(fixRequestBody): check readableLength ([#​1096](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1096)) ### [`v3.0.4`](https://redirect.github.com/chimurai/http-proxy-middleware/blob/HEAD/CHANGELOG.md#v304) [Compare Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v3.0.3...v3.0.4) - fix(fixRequestBody): handle invalid request ([#​1092](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1092)) - fix(fixRequestBody): prevent multiple .write() calls ([#​1089](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1089)) - fix(websocket): handle errors in handleUpgrade ([#​823](https://redirect.github.com/chimurai/http-proxy-middleware/pull/823)) - ci(package): patch http-proxy ([#​1084](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1084)) - fix(fixRequestBody): support multipart/form-data ([#​896](https://redirect.github.com/chimurai/http-proxy-middleware/pull/896)) - feat(types): export Plugin type ([#​1071](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1071)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"name": "websitev-2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "yarn fetch-remote-content && docusaurus start",
|
|
"build": "yarn generate && yarn fetch-remote-content && docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"fetch-remote-content": "docusaurus download-remote-content-external && docusaurus download-remote-content-sdks",
|
|
"generate": "node prepare-generated-docs.mjs && docusaurus gen-api-docs all",
|
|
"deploy": "yarn generate && yarn fetch-remote-content && docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"test": "NODE_ENV=test node --trace-warnings ../node_modules/.bin/jest remote-content"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.7.0",
|
|
"@docusaurus/plugin-client-redirects": "^3.7.0",
|
|
"@docusaurus/plugin-content-docs": "^3.7.0",
|
|
"@docusaurus/plugin-google-analytics": "^3.7.0",
|
|
"@docusaurus/preset-classic": "^3.7.0",
|
|
"@docusaurus/remark-plugin-npm2yarn": "3.7.0",
|
|
"@docusaurus/theme-common": "^3.7.0",
|
|
"@docusaurus/theme-mermaid": "^3.7.0",
|
|
"@docusaurus/utils": "^3.7.0",
|
|
"@docusaurus/utils-validation": "^3.7.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"docusaurus-plugin-openapi-docs": "4.3.4",
|
|
"docusaurus-plugin-remote-content": "^4.0.0",
|
|
"docusaurus-plugin-sass": "^0.2.6",
|
|
"docusaurus-theme-openapi-docs": "4.3.4",
|
|
"git-url-parse": "^16.0.0",
|
|
"plugin-image-zoom": "flexanalytics/plugin-image-zoom",
|
|
"prism-react-renderer": "^2.4.0",
|
|
"prism-svelte": "^0.5.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"sass": "^1.85.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.7.0",
|
|
"@docusaurus/types": "^3.7.0",
|
|
"@tsconfig/docusaurus": "2.0.3",
|
|
"@types/react": "^18.3.12",
|
|
"typescript": "5.6.3"
|
|
},
|
|
"resolutions": {
|
|
"http-proxy-middleware": "3.0.5",
|
|
"express/path-to-regexp": "0.1.12"
|
|
},
|
|
"packageManager": "yarn@4.7.0"
|
|
}
|