Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Oct 31, 2024
1 parent a6ef425 commit e707eca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-native-crypto": "^2.2.0",
"react-native-qrcode-svg": "^6.3.11",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "4.12.0",
"react-native-safe-area-context": "4.13.1",
"react-native-screens": "^3.29.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "15.8.0",
Expand All @@ -68,7 +68,7 @@
"@types/react": "^18.3.12",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"core-js": "^3.23.3",
"core-js": "^3.39.0",
"eslint": "^9.13.0",
"jest": "^29.6.3",
"prettier": "3.3.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5054,10 +5054,10 @@ core-js@^2.4.0:
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==

core-js@^3.23.3:
version "3.38.1"
resolved "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz"
integrity sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==
core-js@^3.39.0:
version "3.39.0"
resolved "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz"
integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -9119,10 +9119,10 @@ react-native-randombytes@^3.6.1, "react-native-randombytes@>=2.0.0 <4.0.0":
buffer "^4.9.1"
sjcl "^1.0.3"

"react-native-safe-area-context@>= 3.0.0", react-native-safe-area-context@4.12.0:
version "4.12.0"
resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz"
integrity sha512-ukk5PxcF4p3yu6qMZcmeiZgowhb5AsKRnil54YFUUAXVIS7PJcMHGGC+q44fCiBg44/1AJk5njGMez1m9H0BVQ==
"react-native-safe-area-context@>= 3.0.0", react-native-safe-area-context@4.13.1:
version "4.13.1"
resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.13.1.tgz"
integrity sha512-SOXIQkHjOB5ZsRmJgaTfaKmzkrMIMmNEfg8vU6KAvgyEyQwXpXYCtS2dydusiX/a3uMDBxxTWv6WmCEFljiptw==

react-native-screens@^3.29.0, "react-native-screens@>= 3.0.0":
version "3.35.0"
Expand Down

0 comments on commit e707eca

Please sign in to comment.