mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-14 13:32:59 +01:00
⬆️ Update dependency uuid to v11
This commit is contained in:
parent
3582753495
commit
95d20d03cb
@ -16,7 +16,7 @@
|
||||
"luxon": "^3.5.0",
|
||||
"pretty-bytes": "^6.1.1",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"uuid": "^10.0.0",
|
||||
"uuid": "^11.0.0",
|
||||
"vue": "^3.4.37",
|
||||
"vuetify": "3.6.14"
|
||||
},
|
||||
|
@ -27,8 +27,8 @@ importers:
|
||||
specifier: ^0.10.0
|
||||
version: 0.10.0
|
||||
uuid:
|
||||
specifier: ^10.0.0
|
||||
version: 10.0.0
|
||||
specifier: ^11.0.0
|
||||
version: 11.0.0
|
||||
vue:
|
||||
specifier: ^3.4.37
|
||||
version: 3.4.38(typescript@5.5.4)
|
||||
@ -1009,6 +1009,7 @@ packages:
|
||||
eslint@8.57.0:
|
||||
resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
||||
hasBin: true
|
||||
|
||||
espree@9.6.1:
|
||||
@ -1789,8 +1790,8 @@ packages:
|
||||
util-deprecate@1.0.2:
|
||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||
|
||||
uuid@10.0.0:
|
||||
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
||||
uuid@11.0.0:
|
||||
resolution: {integrity: sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==}
|
||||
hasBin: true
|
||||
|
||||
vite-plugin-vue-layouts@0.11.0:
|
||||
@ -3791,7 +3792,7 @@ snapshots:
|
||||
|
||||
util-deprecate@1.0.2: {}
|
||||
|
||||
uuid@10.0.0: {}
|
||||
uuid@11.0.0: {}
|
||||
|
||||
vite-plugin-vue-layouts@0.11.0(vite@5.4.2(@types/node@20.16.3)(sass@1.77.8))(vue-router@4.4.3(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)):
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user