diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index 510e580..13d50e6 100644 --- a/frontend/aashub/package.json +++ b/frontend/aashub/package.json @@ -34,7 +34,7 @@ "typescript": "^5.4.2", "typescript-eslint": "^8.0.0", "unplugin-fonts": "^1.1.1", - "unplugin-vue-components": "^0.27.2", + "unplugin-vue-components": "^0.27.4", "vite": "^5.3.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-vuetify": "^2.0.3", diff --git a/frontend/aashub/yarn.lock b/frontend/aashub/yarn.lock index 149382b..ad4a95e 100644 --- a/frontend/aashub/yarn.lock +++ b/frontend/aashub/yarn.lock @@ -769,7 +769,7 @@ de-indent@^1.0.2: resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg== -debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5: +debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.6: version "4.3.6" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== @@ -1232,7 +1232,7 @@ lodash@^4.17.21: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -magic-string@^0.30.10: +magic-string@^0.30.10, magic-string@^0.30.11: version "0.30.11" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954" integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A== @@ -1632,26 +1632,26 @@ unplugin-fonts@^1.1.1: fast-glob "^3.2.12" unplugin "^1.3.1" -unplugin-vue-components@^0.27.2: - version "0.27.3" - resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.27.3.tgz#e7a9980f7feb649306aa92afd61b760385479d42" - integrity sha512-5wg7lbdg5ZcrAQNzyYK+6gcg/DG8K6rO+f5YeuvqGHs/PhpapBvpA4O/0ex/pFthE5WgRk43iWuRZEMLVsdz4Q== +unplugin-vue-components@^0.27.4: + version "0.27.4" + resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.27.4.tgz#748468b2cb6a856235bdd512c33b629c33c3d23a" + integrity sha512-1XVl5iXG7P1UrOMnaj2ogYa5YTq8aoh5jwDPQhemwO/OrXW+lPQKDXd1hMz15qxQPxgb/XXlbgo3HQ2rLEbmXQ== dependencies: "@antfu/utils" "^0.7.10" "@rollup/pluginutils" "^5.1.0" chokidar "^3.6.0" - debug "^4.3.5" + debug "^4.3.6" fast-glob "^3.3.2" local-pkg "^0.5.0" - magic-string "^0.30.10" + magic-string "^0.30.11" minimatch "^9.0.5" mlly "^1.7.1" - unplugin "^1.11.0" + unplugin "^1.12.1" -unplugin@^1.11.0, unplugin@^1.3.1: - version "1.12.0" - resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.12.0.tgz#a11d3eb565602190748b1f95ecc8590b0f7dcbb4" - integrity sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw== +unplugin@^1.12.1, unplugin@^1.3.1: + version "1.12.1" + resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.12.1.tgz#dc5834dc9337f47ddb7cf4cbbb9b8dac07e5bea4" + integrity sha512-aXEH9c5qi3uYZHo0niUtxDlT9ylG/luMW/dZslSCkbtC31wCyFkmM0kyoBBh+Grhn7CL+/kvKLfN61/EdxPxMQ== dependencies: acorn "^8.12.1" chokidar "^3.6.0"