fix(deps): update dependency vuetify-nuxt-module to v0.19.5
This commit is contained in:
Generated
+18
-18
@@ -18,7 +18,7 @@
|
||||
"nuxt": "4.3.0",
|
||||
"vue": "3.5.27",
|
||||
"vue-router": "4.6.4",
|
||||
"vuetify-nuxt-module": "0.19.4"
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "20.3.1",
|
||||
@@ -20285,6 +20285,20 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/unconfig": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/unconfig/-/unconfig-0.6.1.tgz",
|
||||
"integrity": "sha512-cVU+/sPloZqOyJEAfNwnQSFCzFrZm85vcVkryH7lnlB/PiTycUkAjt5Ds79cfIshGOZ+M5v3PBDnKgpmlE5DtA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@antfu/utils": "^8.1.0",
|
||||
"defu": "^6.1.4",
|
||||
"importx": "^0.5.1"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
}
|
||||
},
|
||||
"node_modules/uncrypto": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
|
||||
@@ -21522,9 +21536,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vuetify-nuxt-module": {
|
||||
"version": "0.19.4",
|
||||
"resolved": "https://registry.npmjs.org/vuetify-nuxt-module/-/vuetify-nuxt-module-0.19.4.tgz",
|
||||
"integrity": "sha512-bHZzQMjrt5MbotInn0ONwvXNng/SUp5LYP0WCVuvI3wIcO1ZF6+gYGvIqzMr0OLwwskes2iynLzFzqXsHgizdg==",
|
||||
"version": "0.19.5",
|
||||
"resolved": "https://registry.npmjs.org/vuetify-nuxt-module/-/vuetify-nuxt-module-0.19.5.tgz",
|
||||
"integrity": "sha512-B4SgLFqNlxaF/PZacxy+Wdy09G33E/aZXAPjNbFIblT7JOs07+VuNPrGUQuAzKwiGmU30xgkm5PL9opNpVcXTg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^3.15.4 || ^4.0.0",
|
||||
@@ -21553,20 +21567,6 @@
|
||||
"integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vuetify-nuxt-module/node_modules/unconfig": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/unconfig/-/unconfig-0.6.1.tgz",
|
||||
"integrity": "sha512-cVU+/sPloZqOyJEAfNwnQSFCzFrZm85vcVkryH7lnlB/PiTycUkAjt5Ds79cfIshGOZ+M5v3PBDnKgpmlE5DtA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@antfu/utils": "^8.1.0",
|
||||
"defu": "^6.1.4",
|
||||
"importx": "^0.5.1"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
}
|
||||
},
|
||||
"node_modules/w3c-xmlserializer": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@
|
||||
"nuxt": "4.3.0",
|
||||
"vue": "3.5.27",
|
||||
"vue-router": "4.6.4",
|
||||
"vuetify-nuxt-module": "0.19.4"
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"description": "Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
|
||||
|
||||
Reference in New Issue
Block a user