Summary: Open alert: https://github.com/facebook/flipper/security/dependabot/react-native/ReactNativeFlipperExample/yarn.lock/ws/open I'm not 100% sure this will address it because we still have 1.1.5 pinned separately but we've had that for a while and it didn't seem to trigger anything? Differential Revision: D29584889 fbshipit-source-id: 885a56e468ebbde63960d73d458b2f390065c029
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "ReactNativeFlipperExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "relative-deps && react-native run-android",
|
|
"ios": "relative-deps && react-native run-ios",
|
|
"start": "relative-deps && react-native start",
|
|
"prepare": "relative-deps && cd android && ./gradlew clean && cd ../ios && pod install",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.1",
|
|
"react-native": "^0.64.2",
|
|
"react-native-flipper": "^0.96.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/runtime": "^7.14.6",
|
|
"jest": "^27.0.6",
|
|
"babel-jest": "^27.0.5",
|
|
"metro-react-native-babel-preset": "^0.66.0",
|
|
"react-test-renderer": "17.0.1",
|
|
"relative-deps": "^1.0.7"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"relativeDependencies": {
|
|
"react-native-flipper": "../react-native-flipper"
|
|
},
|
|
"resolutions": {
|
|
"xmldom": "0.5.0",
|
|
"react-devtools-core": "4.13.2",
|
|
"lodash": "4.17.21",
|
|
"hosted-git-info": "3.0.8",
|
|
"browserslist": "^4.16.5",
|
|
"glob-parent": "5.1.2",
|
|
"**/metro/**/ws": "^1.1.5",
|
|
"**/@react-native-community/cli-server-api/**/ws": "^5.2.3",
|
|
"**/react-native/**/ws": "^6.2.2",
|
|
"ws": "^7.4.6"
|
|
}
|
|
}
|