Skip to content

Commit c452b6a

Browse files
committed
Fixing some dependabot security recommendations
PR#716 PR#715 PR#714
1 parent 8078e24 commit c452b6a

File tree

6 files changed

+15803
-9039
lines changed

6 files changed

+15803
-9039
lines changed

Example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"jest": "24.8.0",
1717
"metro-react-native-babel-preset": "^0.51.1",
1818
"react-native-twilio-video-webrtc": "file:../",
19-
"react-test-renderer": "16.8.3"
19+
"react-test-renderer": "16.8.3",
20+
"semver": "5.7.2"
2021
},
2122
"jest": {
2223
"preset": "react-native"

Example/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4701,7 +4701,7 @@ react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4:
47014701
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
47024702

47034703
"react-native-twilio-video-webrtc@file:..":
4704-
version "3.1.0"
4704+
version "3.2.0"
47054705
dependencies:
47064706
prop-types "^15.5.10"
47074707

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

5166+
5167+
version "5.7.2"
5168+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
5169+
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
5170+
51665171
semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
51675172
version "5.7.0"
51685173
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ People using a version < 1.0.1 please move to 1.0.1 since the project changed a
2727
#### Option A: yarn
2828

2929
```shell
30-
yarn add https://github.com/blackuy/react-native-twilio-video-webrtc
30+
yarn add react-native-twilio-video-webrtc
3131
```
3232

3333
#### Option B: npm
3434

3535
```shell
36-
npm install https://github.com/blackuy/react-native-twilio-video-webrtc --save
36+
npm install react-native-twilio-video-webrtc --save
3737
```
3838

3939
### Usage with Expo

0 commit comments

Comments
 (0)