Update dependency @types/uuid to v10

This commit is contained in:
renovate[bot] 2024-11-12 17:31:04 +00:00 committed by GitHub
parent 90e6846f22
commit 686a97adbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3662,9 +3662,9 @@
"dev": true
},
"@types/uuid": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz",
"integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
"dev": true
},
"@types/yargs": {

View File

@ -87,7 +87,7 @@
"@testing-library/react-native": "7.2.0",
"@types/jest": "27.5.2",
"@types/react": "~18.0.0",
"@types/uuid": "8.3.4",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "4.33.0",
"babel-preset-expo": "~9.2.0",