Skip to content

Commit 5377484

Browse files
committed
chore(deps): fix dependabot alerts (#155)
1 parent 52159ca commit 5377484

File tree

3 files changed

+115
-257
lines changed

3 files changed

+115
-257
lines changed

example/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@
749749
hermes-profile-transformer "^0.0.6"
750750
ip "^1.1.5"
751751

752-
"@react-native-community/cli-platform-android@^5.0.1", "@react-native-community/cli-platform-android@^5.0.1-alpha.0":
752+
"@react-native-community/cli-platform-android@^5.0.1", "@react-native-community/cli-platform-android@^5.0.1-alpha.1":
753753
version "5.0.1"
754754
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-5.0.1.tgz#7f761e1818e5a099877ec59a1b739553fd6a6905"
755755
integrity sha512-qv9GJX6BJ+Y4qvV34vgxKwwN1cnveXUdP6y2YmTW7XoAYs5YUzKqHajpY58EyucAL2y++6+573t5y4U/9IIoww==
@@ -765,7 +765,7 @@
765765
slash "^3.0.0"
766766
xmldoc "^1.1.2"
767767

768-
"@react-native-community/cli-platform-ios@^5.0.1-alpha.0":
768+
"@react-native-community/cli-platform-ios@^5.0.1-alpha.1":
769769
version "5.0.1"
770770
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-5.0.1.tgz#efa9c9b3bba0978d0a26d6442eefeffb5006a196"
771771
integrity sha512-Nr/edBEYJfElgBNvjDevs2BuDicsvQaM8nYkTGgp33pyuCZRBxsYxQqfsNmnLalTzcYaebjWj6AnjUSxzQBWqg==
@@ -812,7 +812,7 @@
812812
dependencies:
813813
ora "^3.4.0"
814814

815-
"@react-native-community/cli@^5.0.1-alpha.0":
815+
"@react-native-community/cli@^5.0.1-alpha.1":
816816
version "5.0.1"
817817
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-5.0.1.tgz#1f7a66d813d5daf102e593f3c550650fa0cc8314"
818818
integrity sha512-9VzSYUYSEqxEH5Ib2UNSdn2eyPiYZ4T7Y79o9DKtRBuSaUIwbCUdZtIm+UUjBpLS1XYBkW26FqL8/UdZDmQvXw==
@@ -3365,15 +3365,15 @@ react-native-progress@^4.1.2:
33653365
"@react-native-community/art" "^1.1.2"
33663366
prop-types "^15.7.2"
33673367

3368-
react-native@0.64.0:
3369-
version "0.64.0"
3370-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0.tgz#c3bde5b638bf8bcf12bae6e094930d39cb942ab7"
3371-
integrity sha512-8dhSHBthgGwAjU+OjqUEA49229ThPMQH7URH0u8L0xoQFCnZO2sZ9Wc6KcbxI0x9KSmjCMFFZqRe3w3QsRv64g==
3368+
react-native@0.64.2:
3369+
version "0.64.2"
3370+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.2.tgz#233b6ed84ac4749c8bc2a2d6cf63577a1c437d18"
3371+
integrity sha512-Ty/fFHld9DcYsFZujXYdeVjEhvSeQcwuTGXezyoOkxfiGEGrpL/uwUZvMzwShnU4zbbTKDu2PAm/uwuOittRGA==
33723372
dependencies:
33733373
"@jest/create-cache-key-function" "^26.5.0"
3374-
"@react-native-community/cli" "^5.0.1-alpha.0"
3375-
"@react-native-community/cli-platform-android" "^5.0.1-alpha.0"
3376-
"@react-native-community/cli-platform-ios" "^5.0.1-alpha.0"
3374+
"@react-native-community/cli" "^5.0.1-alpha.1"
3375+
"@react-native-community/cli-platform-android" "^5.0.1-alpha.1"
3376+
"@react-native-community/cli-platform-ios" "^5.0.1-alpha.1"
33773377
"@react-native/assets" "1.0.0"
33783378
"@react-native/normalize-color" "1.0.0"
33793379
"@react-native/polyfills" "1.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/preset-env": "^7.1.6",
5252
"@commitlint/config-conventional": "^12.0.1",
5353
"@react-native-community/eslint-config": "^2.0.0",
54-
"@release-it/conventional-changelog": "^3.0.0",
54+
"@release-it/conventional-changelog": "^3.0.1",
5555
"@types/jest": "^26.0.0",
5656
"@types/react": "17.0.1",
5757
"@types/react-native": "0.64.10",
@@ -68,7 +68,7 @@
6868
"react": "17.0.1",
6969
"react-native": "0.64.2",
7070
"react-native-builder-bob": "^0.18.0",
71-
"release-it": "^14.9.0",
71+
"release-it": "^14.10.0",
7272
"typescript": "4.0.6"
7373
},
7474
"peerDependencies": {

0 commit comments

Comments
 (0)