diff --git a/package-lock.json b/package-lock.json index 4547e7aa..3460dda8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "typescript": "5.7.2", "unplugin-auto-import": "0.19.0", "unplugin-fonts": "1.3.1", - "unplugin-vue-components": "0.28.0", + "unplugin-vue-components": "28.0.0", "unplugin-vue-router": "0.10.9", "vite": "5.4.11", "vite-plugin-vue-layouts": "0.11.0", @@ -3397,16 +3397,17 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "micromatch": "^4.0.8" }, "engines": { "node": ">=8.6.0" @@ -9807,21 +9808,22 @@ } }, "node_modules/unplugin-vue-components": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.28.0.tgz", - "integrity": "sha512-jiTGtJ3JsRFBjgvyilfrX7yUoGKScFgbdNw+6p6kEXU+Spf/rhxzgvdfuMcvhCcLmflB/dY3pGQshYBVGOUx7Q==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-28.0.0.tgz", + "integrity": "sha512-vYe0wSyqTVhyNFIad1iiGyQGhG++tDOMgohqenMDOAooMJP9vvzCdXTqCVx20A0rCQXFNjgoRbSeDAioLPH36Q==", "dev": true, + "license": "MIT", "dependencies": { "@antfu/utils": "^0.7.10", "@rollup/pluginutils": "^5.1.4", "chokidar": "^3.6.0", "debug": "^4.4.0", - "fast-glob": "^3.3.2", + "fast-glob": "^3.3.3", "local-pkg": "^0.5.1", - "magic-string": "^0.30.15", + "magic-string": "^0.30.17", "minimatch": "^9.0.5", "mlly": "^1.7.3", - "unplugin": "^2.1.0" + "unplugin": "^2.1.2" }, "engines": { "node": ">=14" @@ -9844,10 +9846,11 @@ } }, "node_modules/unplugin-vue-components/node_modules/unplugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.0.tgz", - "integrity": "sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz", + "integrity": "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==", "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.14.0", "webpack-virtual-modules": "^0.6.2" diff --git a/package.json b/package.json index 0980fbaa..b8fb043f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "5.7.2", "unplugin-auto-import": "0.19.0", "unplugin-fonts": "1.3.1", - "unplugin-vue-components": "0.28.0", + "unplugin-vue-components": "28.0.0", "unplugin-vue-router": "0.10.9", "vite": "5.4.11", "vite-plugin-vue-layouts": "0.11.0",