Update wc to latest version to remove insecure warning
Summary:- [x] Updated wc dependency to latest version. - Noticed on bitHound wc was marked as insecure: [![bitHound Dependencies](https://www.bithound.io/github/facebook/react-native/badges/dependencies.svg)] (https://www.bithound.io/github/facebook/react-native/master/dependencies/npm) - details on bitHound [here](https://www.bithound.io/github/facebook/react-native/master/dependencies/npm/ws) - Updated the dep to remove that warning: [![bitHound Dependencies](https://www.bithound.io/github/gtanner/react-native/badges/dependencies.svg)](https://www.bithound.io/github/gtanner/react-native/master/dependencies/npm) - bitHound generated pr can be seen [here](https://github.com/gtanner/react-native/pull/1) - [x] Added a bitHound badge to the readme to track the state of your dependencies. **Test plan** * Ran `npm test` before and after updating the dependency * Build the 2048 sample app and ensured that livereload / remote debugging / packaging was all still working since that is where I could see `ws Closes https://github.com/facebook/react-native/pull/6153 Differential Revision: D2988876 fb-gh-sync-id: e19cce39d57214df082d42c59ac0d615496b0743 shipit-source-id: e19cce39d57214df082d42c59ac0d615496b0743
This commit is contained in:
parent
79e9489580
commit
cf0c3d4342
|
@ -1,4 +1,4 @@
|
|||
# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) [![Circle CI](https://circleci.com/gh/facebook/react-native.svg?style=svg)](https://circleci.com/gh/facebook/react-native) [![npm version](https://badge.fury.io/js/react-native.svg)](http://badge.fury.io/js/react-native)
|
||||
# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) [![Circle CI](https://circleci.com/gh/facebook/react-native.svg?style=svg)](https://circleci.com/gh/facebook/react-native) [![npm version](https://badge.fury.io/js/react-native.svg)](http://badge.fury.io/js/react-native) [![bitHound Dependencies](https://www.bithound.io/github/facebook/react-native/badges/dependencies.svg)](https://www.bithound.io/github/facebook/react-native/master/dependencies/npm)
|
||||
|
||||
React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and [React](http://facebook.github.io/react). The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.
|
||||
|
||||
|
|
Loading…
Reference in New Issue