Skip to content

Commit

Permalink
fix: upgrade react-native from 0.71.6 to 0.71.7
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-native from 0.71.6 to 0.71.7.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/andrewdongminyoo/project/f6de165d-87f9-41a4-924d-ec827a5f9b14?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 10, 2023
1 parent 48ede5c commit 531f12c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "^0.71.0",
"react-native": "^0.71.7",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-gesture-handler": "^2.9.0",
"react-native-permissions": "^3.7.3",
Expand Down
18 changes: 9 additions & 9 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3996,10 +3996,10 @@ react-native-gesture-handler@^2.9.0:
lodash "^4.17.21"
prop-types "^15.7.2"

react-native-gradle-plugin@^0.71.17:
version "0.71.17"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.17.tgz#cf780a27270f0a32dca8184eff91555d7627dd00"
integrity sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==
react-native-gradle-plugin@^0.71.18:
version "0.71.18"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.18.tgz#20ef199bc85be32e45bb6cc069ec2e7dcb1a74a6"
integrity sha512-7F6bD7B8Xsn3JllxcwHhFcsl9aHIig47+3eN4IHFNqfLhZr++3ElDrcqfMzugM+niWbaMi7bJ0kAkAL8eCpdWg==

react-native-permissions@^3.7.3:
version "3.8.0"
Expand Down Expand Up @@ -4038,10 +4038,10 @@ react-native-svg@^13.7.0:
css-select "^5.1.0"
css-tree "^1.1.3"

react-native@^0.71.0:
version "0.71.6"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.6.tgz#e8f07baf55abd1015eaa7040ceaa4aa632c2c04f"
integrity sha512-gHrDj7qaAaiE41JwaFCh3AtvOqOLuRgZtHKzNiwxakG/wvPAYmG73ECfWHGxjxIx/QT17Hp37Da3ipCei/CayQ==
react-native@^0.71.7:
version "0.71.8"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.8.tgz#4314145341c49448cf7465b93ced52a433a5e191"
integrity sha512-ftMAuhpgTkbHU9brrqsEyxcNrpYvXKeATY+if22Nfhhg1zW+6wn95w9otwTnA3xHkljPCbng8mUhmmERjGEl7g==
dependencies:
"@jest/create-cache-key-function" "^29.2.1"
"@react-native-community/cli" "10.2.2"
Expand All @@ -4068,7 +4068,7 @@ react-native@^0.71.0:
promise "^8.3.0"
react-devtools-core "^4.26.1"
react-native-codegen "^0.71.5"
react-native-gradle-plugin "^0.71.17"
react-native-gradle-plugin "^0.71.18"
react-refresh "^0.4.0"
react-shallow-renderer "^16.15.0"
regenerator-runtime "^0.13.2"
Expand Down

0 comments on commit 531f12c

Please sign in to comment.