mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 20:50:09 +00:00
50e38cc9f1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47289 Bump serve-static to 1.16.2 to fix CVE-2024-43800 Changelog: [General] [Changed] - Bump serve-static to 1.16.2 to fix CVE-2024-43800 Reviewed By: cipolleschi Differential Revision: D65146027 fbshipit-source-id: 2876a78f195230cc4cdaa14b0076ecbecc1ee6e4
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/dev-middleware",
|
|
"version": "0.77.0-main",
|
|
"description": "Dev server middleware for React Native",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/dev-middleware#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/dev-middleware"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@isaacs/ttlcache": "^1.4.1",
|
|
"@react-native/debugger-frontend": "0.77.0-main",
|
|
"chrome-launcher": "^0.15.2",
|
|
"chromium-edge-launcher": "^0.2.0",
|
|
"connect": "^3.6.5",
|
|
"debug": "^2.2.0",
|
|
"nullthrows": "^1.1.1",
|
|
"open": "^7.0.3",
|
|
"selfsigned": "^2.4.1",
|
|
"serve-static": "^1.16.2",
|
|
"ws": "^6.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"data-uri-to-buffer": "^6.0.1",
|
|
"undici": "^5.27.2",
|
|
"wait-for-expect": "^3.0.2"
|
|
}
|
|
}
|