Skip to content

Commit

Permalink
Fixing some dependabot security recommendations
Browse files Browse the repository at this point in the history
PR#716
PR#715
PR#714
  • Loading branch information
gastonmorixe committed Oct 2, 2024
1 parent 8078e24 commit c452b6a
Show file tree
Hide file tree
Showing 6 changed files with 15,803 additions and 9,039 deletions.
3 changes: 2 additions & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"jest": "24.8.0",
"metro-react-native-babel-preset": "^0.51.1",
"react-native-twilio-video-webrtc": "file:../",
"react-test-renderer": "16.8.3"
"react-test-renderer": "16.8.3",
"semver": "5.7.2"
},
"jest": {
"preset": "react-native"
Expand Down
7 changes: 6 additions & 1 deletion Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4701,7 +4701,7 @@ react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4:
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==

"react-native-twilio-video-webrtc@file:..":
version "3.1.0"
version "3.2.0"
dependencies:
prop-types "^15.5.10"

Expand Down Expand Up @@ -5163,6 +5163,11 @@ scheduler@^0.13.3:
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"

[email protected]:
version "5.7.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==

semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ People using a version < 1.0.1 please move to 1.0.1 since the project changed a
#### Option A: yarn

```shell
yarn add https://github.com/blackuy/react-native-twilio-video-webrtc
yarn add react-native-twilio-video-webrtc
```

#### Option B: npm

```shell
npm install https://github.com/blackuy/react-native-twilio-video-webrtc --save
npm install react-native-twilio-video-webrtc --save
```

### Usage with Expo
Expand Down
Loading

0 comments on commit c452b6a

Please sign in to comment.