Skip to content

Commit 17ae5fa

Browse files
authored
feat: bump react-native-uuid to v2.x (#6)
1 parent 626230e commit 17ae5fa

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/sourcetoad/react-native-queue#readme",
2727
"dependencies": {
2828
"promise-reflect": "^1.1.0",
29-
"react-native-uuid": "^1.4.9",
29+
"react-native-uuid": "^2.0.1",
3030
"realm": "^10.21.1"
3131
},
3232
"devDependencies": {

yarn.lock

+5-14
Original file line numberDiff line numberDiff line change
@@ -4167,13 +4167,6 @@ querystringify@^2.1.1:
41674167
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
41684168
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
41694169

4170-
randombytes@^2.0.3:
4171-
version "2.1.0"
4172-
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
4173-
integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
4174-
dependencies:
4175-
safe-buffer "^5.1.0"
4176-
41774170
rc@^1.2.7:
41784171
version "1.2.8"
41794172
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
@@ -4194,12 +4187,10 @@ react-is@^18.0.0:
41944187
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
41954188
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
41964189

4197-
react-native-uuid@^1.4.9:
4198-
version "1.4.9"
4199-
resolved "https://registry.yarnpkg.com/react-native-uuid/-/react-native-uuid-1.4.9.tgz#a526742f8fddfe6414500655212ca8d109c40229"
4200-
integrity sha1-pSZ0L4/d/mQUUAZVISyo0QnEAik=
4201-
dependencies:
4202-
randombytes "^2.0.3"
4190+
react-native-uuid@^2.0.1:
4191+
version "2.0.1"
4192+
resolved "https://registry.yarnpkg.com/react-native-uuid/-/react-native-uuid-2.0.1.tgz#ed4e2dfb1683eddb66967eb5dca140dfe1abddb9"
4193+
integrity sha512-cptnoIbL53GTCrWlb/+jrDC6tvb7ypIyzbXNJcpR3Vab0mkeaaVd5qnB3f0whXYzS+SMoSQLcUUB0gEWqkPC0g==
42034194

42044195
readable-stream@^2.0.6, readable-stream@^2.2.2:
42054196
version "2.3.7"
@@ -4461,7 +4452,7 @@ rx-lite@*, rx-lite@^4.0.8:
44614452
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
44624453
integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=
44634454

4464-
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
4455+
safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
44654456
version "5.2.1"
44664457
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
44674458
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

0 commit comments

Comments
 (0)