From 4bb80690a4ac41867c898ec0a006910adfe75355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:34:40 +0000 Subject: [PATCH] build(deps-dev): bump unplugin-fonts from 1.3.1 to 1.4.0 Bumps [unplugin-fonts](https://github.com/cssninjaStudio/unplugin-fonts) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/cssninjaStudio/unplugin-fonts/releases) - [Changelog](https://github.com/cssninjaStudio/unplugin-fonts/blob/main/CHANGELOG.md) - [Commits](https://github.com/cssninjaStudio/unplugin-fonts/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: unplugin-fonts dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 70 +++++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9f5ede..6868842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "jsdom": "26.1.0", "prettier": "3.6.2", "typescript": "5.8.3", - "unplugin-fonts": "1.3.1", + "unplugin-fonts": "1.4.0", "vite": "6.3.5", "vite-plugin-vue-devtools": "7.7.7", "vite-plugin-vuetify": "2.1.1", @@ -5764,30 +5764,6 @@ "@types/estree": "^1.0.0" } }, - "node_modules/unctx/node_modules/picomatch": { - "version": "4.0.2", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/unctx/node_modules/unplugin": { - "version": "2.3.5", - "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==", - "license": "MIT", - "dependencies": { - "acorn": "^8.14.1", - "picomatch": "^4.0.2", - "webpack-virtual-modules": "^0.6.2" - }, - "engines": { - "node": ">=18.12.0" - } - }, "node_modules/undici-types": { "version": "7.10.0", "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", @@ -5860,19 +5836,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/unimport/node_modules/unplugin": { - "version": "2.3.5", - "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==", - "license": "MIT", - "dependencies": { - "acorn": "^8.14.1", - "picomatch": "^4.0.2", - "webpack-virtual-modules": "^0.6.2" - }, - "engines": { - "node": ">=18.12.0" - } - }, "node_modules/universalify": { "version": "2.0.1", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", @@ -5883,12 +5846,12 @@ } }, "node_modules/unplugin": { - "version": "2.0.0-beta.1", - "integrity": "sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==", - "dev": true, + "version": "2.3.5", + "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==", "license": "MIT", "dependencies": { - "acorn": "^8.14.0", + "acorn": "^8.14.1", + "picomatch": "^4.0.2", "webpack-virtual-modules": "^0.6.2" }, "engines": { @@ -5896,17 +5859,17 @@ } }, "node_modules/unplugin-fonts": { - "version": "1.3.1", - "integrity": "sha512-GmaJWPAWH6lBI4fP8xKdbMZJwTgsnr8PGJOfQE52jlod8QkqSO4M529Nox2L8zYapjB5hox2wCu4N3c/LOal/A==", + "version": "1.4.0", + "integrity": "sha512-TIJqr5rSlK/+3oL5nnrrEJ+Ty2taQ/bTJY1C5abYnksl553Q3HoHVqS4pnRLDkwpZq8AYqywib3kEVvHH+CtRQ==", "dev": true, "license": "MIT", "dependencies": { - "fast-glob": "^3.3.2", - "unplugin": "2.0.0-beta.1" + "fast-glob": "^3.3.3", + "unplugin": "2.3.5" }, "peerDependencies": { - "@nuxt/kit": "^3.0.0", - "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" + "@nuxt/kit": "^3.0.0 || ^4.0.0", + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" }, "peerDependenciesMeta": { "@nuxt/kit": { @@ -5940,6 +5903,17 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/unplugin/node_modules/picomatch": { + "version": "4.0.3", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/untyped": { "version": "2.0.0", "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==", diff --git a/package.json b/package.json index 21ba062..c8559a7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jsdom": "26.1.0", "prettier": "3.6.2", "typescript": "5.8.3", - "unplugin-fonts": "1.3.1", + "unplugin-fonts": "1.4.0", "vite": "6.3.5", "vite-plugin-vue-devtools": "7.7.7", "vite-plugin-vuetify": "2.1.1",