From 4a40e850d624b8bd1576431c79c41fb4de97f113 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jul 2024 14:01:09 +0000 Subject: [PATCH] Update dependency unplugin-icons to v0.19.1 --- view/package-lock.json | 36 +++++++++++++++++++----------------- view/package.json | 2 +- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/view/package-lock.json b/view/package-lock.json index 70ee497..63d7975 100644 --- a/view/package-lock.json +++ b/view/package-lock.json @@ -30,7 +30,7 @@ "tslib": "2.6.3", "typescript": "5.5.4", "typescript-eslint": "8.0.0-alpha.55", - "unplugin-icons": "0.19.0", + "unplugin-icons": "0.19.1", "vite": "5.3.5" } }, @@ -879,18 +879,19 @@ "dev": true }, "node_modules/@iconify/utils": { - "version": "2.1.25", - "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.25.tgz", - "integrity": "sha512-Y+iGko8uv/Fz5bQLLJyNSZGOdMW0G7cnlEX1CiNcKsRXX9cq/y/vwxrIAtLCZhKHr3m0VJmsjVPsvnM4uX8YLg==", + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.29.tgz", + "integrity": "sha512-wCcTsmlJvTi1VWBgcJ7HeuWlh7gLGWY7L9HmbgMfjOfsoo7DADemB2Nqnrw1KvCdEAxLL5wTMBAOP5BesFrtng==", "dev": true, + "license": "MIT", "dependencies": { "@antfu/install-pkg": "^0.1.1", - "@antfu/utils": "^0.7.7", + "@antfu/utils": "^0.7.10", "@iconify/types": "^2.0.0", - "debug": "^4.3.4", + "debug": "^4.3.5", "kolorist": "^1.8.0", "local-pkg": "^0.5.0", - "mlly": "^1.6.1" + "mlly": "^1.7.1" } }, "node_modules/@iconify/utils/node_modules/@antfu/install-pkg": { @@ -2064,10 +2065,11 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.1.2" }, @@ -4923,19 +4925,19 @@ } }, "node_modules/unplugin-icons": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.19.0.tgz", - "integrity": "sha512-u5g/gIZPZEj1wUGEQxe9nzftOSqmblhusc+sL3cawIRoIt/xWpE6XYcPOfAeFTYNjSbRrX/3QiX89PFiazgU1w==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.19.1.tgz", + "integrity": "sha512-a5I+wSOO5lsgc4dB2nEFaSZ4eEgQvSSR8tSR2jT69nTKiVmcK+PPU633zn2FyRf9i6vLapUiQ28GQStfzGURdg==", "dev": true, "license": "MIT", "dependencies": { "@antfu/install-pkg": "^0.3.3", - "@antfu/utils": "^0.7.7", - "@iconify/utils": "^2.1.23", - "debug": "^4.3.4", + "@antfu/utils": "^0.7.10", + "@iconify/utils": "^2.1.29", + "debug": "^4.3.6", "kolorist": "^1.8.0", "local-pkg": "^0.5.0", - "unplugin": "^1.10.1" + "unplugin": "^1.12.0" }, "funding": { "url": "https://github.com/sponsors/antfu" diff --git a/view/package.json b/view/package.json index 03911a3..4024753 100644 --- a/view/package.json +++ b/view/package.json @@ -34,7 +34,7 @@ "tslib": "2.6.3", "typescript": "5.5.4", "typescript-eslint": "8.0.0-alpha.55", - "unplugin-icons": "0.19.0", + "unplugin-icons": "0.19.1", "vite": "5.3.5" }, "type": "module"