diff --git a/example/package.json b/example/package.json index 52f7f25..4e83007 100644 --- a/example/package.json +++ b/example/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/core": "^7.20.12", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.21.0", "@react-native-community/eslint-config": "^3.2.0", "babel-jest": "^29.3.1", "eslint": "^8.31.0", diff --git a/example/yarn.lock b/example/yarn.lock index f39c751..6a30624 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -744,10 +744,10 @@ pirates "^4.0.5" source-map-support "^0.5.16" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd" - integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.21.0": + version "7.21.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" + integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== dependencies: regenerator-runtime "^0.13.11" @@ -2446,7 +2446,7 @@ depd@2.0.0: resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== -deprecated-react-native-prop-types@^3.0.1: +deprecated-react-native-prop-types@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec" integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ== @@ -5393,7 +5393,7 @@ react-native-gradle-plugin@^0.70.3: version "1.8.3" dependencies: create-react-class "^15.7.0" - deprecated-react-native-prop-types "^3.0.1" + deprecated-react-native-prop-types "3.0.1" prop-types "^15.8.1" react-native@0.70.6: