From 5cca522fda153add072ac3227290b4a96aa8f091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:17:42 +0200 Subject: [PATCH] chore(deps-dev): bump unplugin-vue-components from 0.25.1 to 0.25.2 (#1087) --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98eef3d8..ce7559af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7928,9 +7928,9 @@ } }, "node_modules/unplugin": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.3.2.tgz", - "integrity": "sha512-Lh7/2SryjXe/IyWqx9K7IKwuKhuOFZEhotiBquOODsv2IVyDkI9lv/XhgfjdXf/xdbv32txmnBNnC/JVTDJlsA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.4.0.tgz", + "integrity": "sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==", "dev": true, "dependencies": { "acorn": "^8.9.0", @@ -7940,21 +7940,21 @@ } }, "node_modules/unplugin-vue-components": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.25.1.tgz", - "integrity": "sha512-kzS2ZHVMaGU2XEO2keYQcMjNZkanDSGDdY96uQT9EPe+wqSZwwgbFfKVJ5ti0+8rGAcKHColwKUvctBhq2LJ3A==", + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz", + "integrity": "sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==", "dev": true, "dependencies": { - "@antfu/utils": "^0.7.4", + "@antfu/utils": "^0.7.5", "@rollup/pluginutils": "^5.0.2", "chokidar": "^3.5.3", "debug": "^4.3.4", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "local-pkg": "^0.4.3", - "magic-string": "^0.30.0", - "minimatch": "^9.0.1", + "magic-string": "^0.30.1", + "minimatch": "^9.0.3", "resolve": "^1.22.2", - "unplugin": "^1.3.1" + "unplugin": "^1.4.0" }, "engines": { "node": ">=14"