Skip to content

Commit 9122e81

Browse files
committed
Update deps
1 parent e5b1ad3 commit 9122e81

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

package-lock.json

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-native-nitro-tor": "^0.2.8",
6060
"react-native-qrcode-svg": "^6.3.15",
6161
"react-native-randombytes": "^3.6.2",
62-
"react-native-safe-area-context": "5.5.2",
62+
"react-native-safe-area-context": "5.6.0",
6363
"react-native-screens": "^4.13.1",
6464
"react-native-storage": "^1.0.1",
6565
"react-native-svg": "15.12.1",
@@ -68,6 +68,7 @@
6868
"snarkjs": "^0.7.5",
6969
"stream-browserify": "^3.0.0",
7070
"styled-components": "^6.1.13",
71+
"tmp": "^0.2.4",
7172
"vm-browserify": "^1.0.0"
7273
},
7374
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11230,10 +11230,10 @@ react-native-reanimated@>=3.6.2:
1123011230
convert-source-map "^2.0.0"
1123111231
invariant "^2.2.4"
1123211232

11233-
"react-native-safe-area-context@>= 4.0.0", react-native-safe-area-context@5.5.2:
11234-
version "5.5.2"
11235-
resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.5.2.tgz"
11236-
integrity sha512-t4YVbHa9uAGf+pHMabGrb0uHrD5ogAusSu842oikJ3YKXcYp6iB4PTGl0EZNkUIR3pCnw/CXKn42OCfhsS0JIw==
11233+
"react-native-safe-area-context@>= 4.0.0", react-native-safe-area-context@5.6.0:
11234+
version "5.6.0"
11235+
resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.0.tgz"
11236+
integrity sha512-tJas3YOdsuCg3kepCTGF3LWZp9onMbb9Agju2xfs2kRX8d/5TMUPmupBpjerk/B7Tv/zeJnk+qp5neA96Y0otQ==
1123711237

1123811238
react-native-screens@^4.13.1, "react-native-screens@>= 4.0.0":
1123911239
version "4.13.1"
@@ -12604,10 +12604,10 @@ tmp@^0.0.33:
1260412604
dependencies:
1260512605
os-tmpdir "~1.0.2"
1260612606

12607-
tmp@^0.2.3:
12608-
version "0.2.3"
12609-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz"
12610-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
12607+
tmp@^0.2.3, tmp@^0.2.4:
12608+
version "0.2.4"
12609+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz"
12610+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
1261112611

1261212612
1261312613
version "1.0.5"

0 commit comments

Comments
 (0)