Merge pull request #228 from readur/renovate/uuid-11.x

fix(deps): update dependency @types/uuid to v11
This commit is contained in:
Jon Fuller 2025-09-26 22:01:30 -07:00 committed by GitHub
commit 18689d833f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 6 deletions

View File

@ -15,7 +15,7 @@
"@mui/lab": "^7.0.0-beta.13",
"@mui/material": "^7.1.1",
"@mui/x-date-pickers": "^8.5.1",
"@types/uuid": "^10.0.0",
"@types/uuid": "^11.0.0",
"axios": "^1.3.0",
"date-fns": "^4.1.0",
"eventemitter3": "^5.0.1",
@ -2009,10 +2009,14 @@
}
},
"node_modules/@types/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
"license": "MIT"
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz",
"integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==",
"deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.",
"license": "MIT",
"dependencies": {
"uuid": "*"
}
},
"node_modules/@vitejs/plugin-react": {
"version": "5.0.2",

View File

@ -26,7 +26,7 @@
"@mui/lab": "^7.0.0-beta.13",
"@mui/material": "^7.1.1",
"@mui/x-date-pickers": "^8.5.1",
"@types/uuid": "^10.0.0",
"@types/uuid": "^11.0.0",
"axios": "^1.3.0",
"date-fns": "^4.1.0",
"eventemitter3": "^5.0.1",