From 7fb79d2626351ace14e4b29857314e9411175c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:14:58 +0000 Subject: [PATCH] chore(deps): bump @nuxt/icon from 1.5.8 to 1.6.1 Bumps [@nuxt/icon](https://github.com/nuxt/icon) from 1.5.8 to 1.6.1. - [Release notes](https://github.com/nuxt/icon/releases) - [Commits](https://github.com/nuxt/icon/compare/v1.5.8...v1.6.1) --- updated-dependencies: - dependency-name: "@nuxt/icon" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++-------------- package.json | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index b35d011..3d64756 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@iconify/vue": "^4.1.2", "@nuxt/eslint": "^0.6.0", - "@nuxt/icon": "^1.5.8", + "@nuxt/icon": "^1.6.1", "@nuxtjs/i18n": "^8.5.5", "@nuxtjs/seo": "^2.0.0-rc.23", "@vite-pwa/nuxt": "^0.10.5", @@ -2579,9 +2579,9 @@ } }, "node_modules/@iconify/collections": { - "version": "1.0.475", - "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.475.tgz", - "integrity": "sha512-jEFtOMwDGYv9KL0O/gPAvBjOetEcZ1WHFKnaxlv/6v49eCoWqi3paOwVcT9y+9qHFvuqolRO0TCCrONofYSO6g==", + "version": "1.0.476", + "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.476.tgz", + "integrity": "sha512-CHErIMzMRq1zWnGsSeWFu3o1fwIRg/dLQwSVlmmUFr8k7pJEsD5HFQyW79u1YcEjUWa1m50/qzz0SCcAZUK6Tw==", "dependencies": { "@iconify/types": "*" } @@ -3310,11 +3310,11 @@ } }, "node_modules/@nuxt/icon": { - "version": "1.5.8", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.5.8.tgz", - "integrity": "sha512-7FWyGjtm2DADbAB5kp+x4GuwlGSTAn0Ho4awLDuyIEJMwJDyKoeNjMxjXAmmBzr0ePgqeDOOhdDtfNuy3gpB/g==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.6.1.tgz", + "integrity": "sha512-us+nGkMJPZfgj4cT/OAhQLrPt5553wUUBdroPqGvhR/Oyu22FPRlM5kS479skSCjQu+0SJNbpU+A09QL5DRtew==", "dependencies": { - "@iconify/collections": "^1.0.474", + "@iconify/collections": "^1.0.476", "@iconify/types": "^2.0.0", "@iconify/utils": "^2.1.33", "@iconify/vue": "4.1.3-beta.1", @@ -3326,7 +3326,7 @@ "ohash": "^1.1.4", "pathe": "^1.1.2", "std-env": "^3.7.0", - "tinyglobby": "^0.2.9" + "tinyglobby": "^0.2.10" } }, "node_modules/@nuxt/icon/node_modules/@iconify/vue": { @@ -17798,12 +17798,11 @@ "license": "MIT" }, "node_modules/tinyglobby": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.9.tgz", - "integrity": "sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==", - "license": "MIT", + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz", + "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==", "dependencies": { - "fdir": "^6.4.0", + "fdir": "^6.4.2", "picomatch": "^4.0.2" }, "engines": { diff --git a/package.json b/package.json index 5f4eb29..d254a21 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@iconify/vue": "^4.1.2", "@nuxt/eslint": "^0.6.0", - "@nuxt/icon": "^1.5.8", + "@nuxt/icon": "^1.6.1", "@nuxtjs/i18n": "^8.5.5", "@nuxtjs/seo": "^2.0.0-rc.23", "@vite-pwa/nuxt": "^0.10.5",