Skip to content

Commit

Permalink
fix: upgrade react-native-image-picker from 7.0.2 to 7.0.3 (#180)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-native-image-picker from 7.0.2 to 7.0.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/guibranco/project/856c4885-34f2-4e0b-91f0-43e09f4075b3?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
guibranco and snyk-bot authored Dec 18, 2023
1 parent d6002c4 commit 290c981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion StreamUpload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-image-picker": "^7.0.1"
"react-native-image-picker": "^7.0.3"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
8 changes: 4 additions & 4 deletions StreamUpload/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5832,10 +5832,10 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-native-image-picker@^7.0.1:
version "7.0.2"
resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-7.0.2.tgz#41eb49e7d808752ef448e26d256036470252936d"
integrity sha512-2Y+TMzv2l32IikqYpj4WOqkYvv42SXkSvL9zAo0XdhA3Rbe3lc0Oz12KlR6M2bGh8RxXz5lUrs+9mxy/GpcLIg==
react-native-image-picker@^7.0.3:
version "7.1.0"
resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-7.1.0.tgz#1a41cc45ccdc177c2ebf7c7accee0ceadc36abd8"
integrity sha512-An0hn2mwqjGAA2mbsXdHRTyoMMklGPT9stIjE2zvkegU7CdoFhowqvVHfnELJNZnfAiSQuIaeY//z0r1R0lsgw==

[email protected]:
version "0.72.7"
Expand Down

0 comments on commit 290c981

Please sign in to comment.