From 7775f0e3d85fe420914eda046379f516a0796248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 03:44:39 +0000 Subject: [PATCH] chore(deps): update dependency unplugin-auto-import to v19.1.1 --- package-lock.json | 35 +++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 019d756b..108a5701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "sass-embedded": "1.85.1", "semantic-release": "24.2.3", "typescript": "5.7.3", - "unplugin-auto-import": "19.1.0", + "unplugin-auto-import": "19.1.1", "unplugin-fonts": "1.3.1", "unplugin-vue-components": "28.4.0", "unplugin-vue-router": "0.11.2", @@ -9518,17 +9518,20 @@ } }, "node_modules/tinyglobby": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz", - "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==", + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz", + "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==", "dev": true, "license": "MIT", "dependencies": { - "fdir": "^6.4.2", + "fdir": "^6.4.3", "picomatch": "^4.0.2" }, "engines": { "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" } }, "node_modules/tinyglobby/node_modules/fdir": { @@ -9710,26 +9713,26 @@ } }, "node_modules/unimport": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unimport/-/unimport-4.1.1.tgz", - "integrity": "sha512-j9+fijH6aDd05yv1fXlyt7HSxtOWtGtrZeYTVBsSUg57Iuf+Ps2itIZjeyu7bEQ4k0WOgYhHrdW8m/pJgOpl5g==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-4.1.2.tgz", + "integrity": "sha512-oVUL7PSlyVV3QRhsdcyYEMaDX8HJyS/CnUonEJTYA3//bWO+o/4gG8F7auGWWWkrrxBQBYOO8DKe+C53ktpRXw==", "dev": true, "license": "MIT", "dependencies": { "acorn": "^8.14.0", "escape-string-regexp": "^5.0.0", "estree-walker": "^3.0.3", - "fast-glob": "^3.3.3", "local-pkg": "^1.0.0", "magic-string": "^0.30.17", "mlly": "^1.7.4", - "pathe": "^2.0.2", + "pathe": "^2.0.3", "picomatch": "^4.0.2", "pkg-types": "^1.3.1", "scule": "^1.3.0", "strip-literal": "^3.0.0", - "unplugin": "^2.1.2", - "unplugin-utils": "^0.2.3" + "tinyglobby": "^0.2.11", + "unplugin": "^2.2.0", + "unplugin-utils": "^0.2.4" }, "engines": { "node": ">=18.12.0" @@ -9813,16 +9816,16 @@ } }, "node_modules/unplugin-auto-import": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-19.1.0.tgz", - "integrity": "sha512-B+TGBEBHqY9aR+7YfShfLujETOHstzpV+yaqgy5PkfV0QG7Py+TYMX7vJ9W4SrysHR+UzR+gzcx/nuZjmPeclA==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-19.1.1.tgz", + "integrity": "sha512-sCGZZrSR1Bc8RfN8Q0RUDxXtC20rdAt7UB4lDyq8MNtKVHiXXh+5af6Nz4JRp9Q+7HjnbgQfQox0TkEymjdUAQ==", "dev": true, "license": "MIT", "dependencies": { "local-pkg": "^1.0.0", "magic-string": "^0.30.17", "picomatch": "^4.0.2", - "unimport": "^4.1.1", + "unimport": "^4.1.2", "unplugin": "^2.2.0", "unplugin-utils": "^0.2.4" }, diff --git a/package.json b/package.json index 17b3616a..56468ce7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "sass-embedded": "1.85.1", "semantic-release": "24.2.3", "typescript": "5.7.3", - "unplugin-auto-import": "19.1.0", + "unplugin-auto-import": "19.1.1", "unplugin-fonts": "1.3.1", "unplugin-vue-components": "28.4.0", "unplugin-vue-router": "0.11.2",