chore(deps-dev): bump unplugin-vue-components from 0.25.1 to 0.25.2 (#1087)

This commit is contained in:
dependabot[bot] 2023-09-05 07:17:42 +02:00 committed by GitHub
parent 630fa6c213
commit 5cca522fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
package-lock.json generated
View file

@ -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"