diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 246892b1b9..c9fc06a9be 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -60,8 +60,8 @@ "start-server-and-test": "^2.0.0", "ts-node": "^10.9.1", "typescript": "~5.4.4", + "unplugin-vue-components": "^0.27.0", "unplugin-icons": "^0.19.0", - "unplugin-vue-components": "^0.26.0", "vite": "^5.2.11", "vite-plugin-istanbul": "^5.0.0", "vitest": "^1.0.0", @@ -14583,20 +14583,21 @@ } }, "node_modules/unplugin-vue-components": { - "version": "0.26.0", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.27.0.tgz", + "integrity": "sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==", "dev": true, - "license": "MIT", "dependencies": { - "@antfu/utils": "^0.7.6", - "@rollup/pluginutils": "^5.0.4", - "chokidar": "^3.5.3", + "@antfu/utils": "^0.7.7", + "@rollup/pluginutils": "^5.1.0", + "chokidar": "^3.6.0", "debug": "^4.3.4", - "fast-glob": "^3.3.1", - "local-pkg": "^0.4.3", - "magic-string": "^0.30.3", - "minimatch": "^9.0.3", - "resolve": "^1.22.4", - "unplugin": "^1.4.0" + "fast-glob": "^3.3.2", + "local-pkg": "^0.5.0", + "magic-string": "^0.30.10", + "minimatch": "^9.0.4", + "resolve": "^1.22.8", + "unplugin": "^1.10.1" }, "engines": { "node": ">=14" @@ -14618,17 +14619,6 @@ } } }, - "node_modules/unplugin-vue-components/node_modules/local-pkg": { - "version": "0.4.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, "node_modules/unquote": { "version": "1.1.1", "dev": true, diff --git a/frontend/package.json b/frontend/package.json index eb62f926b8..487723dbc8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -97,8 +97,8 @@ "start-server-and-test": "^2.0.0", "ts-node": "^10.9.1", "typescript": "~5.4.4", + "unplugin-vue-components": "^0.27.0", "unplugin-icons": "^0.19.0", - "unplugin-vue-components": "^0.26.0", "vite": "^5.2.11", "vite-plugin-istanbul": "^5.0.0", "vitest": "^1.0.0",