diff --git a/EssentialCSharp.Web/package-lock.json b/EssentialCSharp.Web/package-lock.json index 6bb55cf7..86643152 100644 --- a/EssentialCSharp.Web/package-lock.json +++ b/EssentialCSharp.Web/package-lock.json @@ -14,7 +14,7 @@ "jquery": "4.0.0", "marked": "18.0.11", "vue": "3.5.42", - "vuetify": "4.1.12" + "vuetify": "4.2.0" }, "devDependencies": { "@vitejs/plugin-vue": "6.0.8", @@ -493,6 +493,63 @@ "integrity": "sha512-2rPxex1jQf4jvl9MOHl6YaXCPcrNqz/FstMOEh3QWY+/OME9nQTvl9WYeCwhW7AFjaR0SnngZGlp/wkR6rkI6g==", "license": "MIT" }, + "node_modules/@vuetify/v0": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@vuetify/v0/-/v0-1.2.1.tgz", + "integrity": "sha512-lFBUeMmQiKbFR7JXC1Z74Z2dvvGLCqt/Wd9JQqg4falICTvHtlkulYqaHbtmByGV9eR7cbG1ohN1+7OQLLSPfg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/johnleider" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/vuetify" + } + ], + "license": "MIT", + "peerDependencies": { + "@adobe/leonardo-contrast-colors": ">=1.0.0", + "@ant-design/colors": ">=7.0.0", + "@flagsmith/flagsmith": ">=11.0.0", + "@floating-ui/dom": ">=1.8.0", + "@js-temporal/polyfill": ">=0.5.0", + "@material/material-color-utilities": ">=0.3.0", + "launchdarkly-js-client-sdk": "^3.0.0", + "posthog-js": "^1.0.0", + "vue": ">=3.5.0 || >=3.6.0-0", + "vue-i18n": ">=10.0.0" + }, + "peerDependenciesMeta": { + "@adobe/leonardo-contrast-colors": { + "optional": true + }, + "@ant-design/colors": { + "optional": true + }, + "@flagsmith/flagsmith": { + "optional": true + }, + "@floating-ui/dom": { + "optional": true + }, + "@js-temporal/polyfill": { + "optional": true + }, + "@material/material-color-utilities": { + "optional": true + }, + "launchdarkly-js-client-sdk": { + "optional": true + }, + "posthog-js": { + "optional": true + }, + "vue-i18n": { + "optional": true + } + } + }, "node_modules/@zxcvbn-ts/core": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@zxcvbn-ts/core/-/core-4.2.0.tgz", @@ -1132,10 +1189,13 @@ } }, "node_modules/vuetify": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.12.tgz", - "integrity": "sha512-WXGbnuzqUGPZM7nF38C3jiucaLRutHZOICVW0wg1dyXppW11i+su/IT20nK+1o86nsgTdedejeEv53cJUrI30A==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.2.0.tgz", + "integrity": "sha512-KaMbAl57GG/zdLdL9dcMqEZligIK3jYvkPkpx+RS9DufD/TOfWKnlDTOUzoYlvmhT/3LfJ/usAt1bSoWfYX4JA==", "license": "MIT", + "dependencies": { + "@vuetify/v0": "^1.2.1" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/johnleider" diff --git a/EssentialCSharp.Web/package.json b/EssentialCSharp.Web/package.json index b1c06e28..4d192f7c 100644 --- a/EssentialCSharp.Web/package.json +++ b/EssentialCSharp.Web/package.json @@ -18,7 +18,7 @@ "jquery": "4.0.0", "marked": "18.0.11", "vue": "3.5.42", - "vuetify": "4.1.12" + "vuetify": "4.2.0" }, "devDependencies": { "@vitejs/plugin-vue": "6.0.8",