chore(deps): update dependency @types/uuid to v10
This commit is contained in:
parent
3aed4dc1be
commit
1239f3b6aa
3 changed files with 11 additions and 6 deletions
|
@ -162,7 +162,7 @@
|
|||
"@types/syslog-pro": "1.0.3",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/tmp": "0.2.6",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@types/web-push": "3.6.3",
|
||||
"@types/websocket": "1.0.10",
|
||||
"@types/ws": "8.5.10",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"@types/textarea-caret": "3.0.3",
|
||||
"@types/throttle-debounce": "5.0.2",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@vitejs/plugin-vue": "5.0.5",
|
||||
"@vue/runtime-core": "3.4.29",
|
||||
"autobind-decorator": "2.4.0",
|
||||
|
|
|
@ -462,8 +462,8 @@ importers:
|
|||
specifier: 0.2.6
|
||||
version: 0.2.6
|
||||
'@types/uuid':
|
||||
specifier: 9.0.8
|
||||
version: 9.0.8
|
||||
specifier: 10.0.0
|
||||
version: 10.0.0
|
||||
'@types/web-push':
|
||||
specifier: 3.6.3
|
||||
version: 3.6.3
|
||||
|
@ -582,8 +582,8 @@ importers:
|
|||
specifier: 1.4.6
|
||||
version: 1.4.6
|
||||
'@types/uuid':
|
||||
specifier: 9.0.8
|
||||
version: 9.0.8
|
||||
specifier: 10.0.0
|
||||
version: 10.0.0
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: 5.0.5
|
||||
version: 5.0.5(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)(stylus@0.57.0)(terser@5.31.1))(vue@3.4.29(typescript@5.5.2))
|
||||
|
@ -2945,6 +2945,9 @@ packages:
|
|||
'@types/unist@2.0.10':
|
||||
resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
|
||||
|
||||
'@types/uuid@10.0.0':
|
||||
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
||||
|
||||
'@types/uuid@9.0.8':
|
||||
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
|
||||
|
||||
|
@ -10596,6 +10599,8 @@ snapshots:
|
|||
|
||||
'@types/unist@2.0.10': {}
|
||||
|
||||
'@types/uuid@10.0.0': {}
|
||||
|
||||
'@types/uuid@9.0.8': {}
|
||||
|
||||
'@types/web-push@3.6.3':
|
||||
|
|
Loading…
Reference in a new issue