From 0453f082735b8cf0dee1f027e7fc6d2e8f21011c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 04:37:43 +0000 Subject: [PATCH] Bump nuxt-icon from 0.5.0 to 0.6.0 Bumps [nuxt-icon](https://github.com/nuxt-modules/icon) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/nuxt-modules/icon/releases) - [Commits](https://github.com/nuxt-modules/icon/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: nuxt-icon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bd4da92..f3985925 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tailwindcss/typography": "^0.5.10", "eslint": "^8.52.0", "nuxt": "3.8.0", - "nuxt-icon": "^0.5.0", + "nuxt-icon": "^0.6.0", "prettier": "^3.0.3", "sitemap": "^7.1.1", "vitest": "^0.34.6" @@ -14281,13 +14281,13 @@ } }, "node_modules/nuxt-icon": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.5.0.tgz", - "integrity": "sha512-ND4yh8kW4VyIbORP3cWjgVrOAvy6QSDFDTJltakdqmxVfVysNIs/bx2NzlkHeR1EOS8E/jVcemfTPmRsJ7WUVw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.6.0.tgz", + "integrity": "sha512-yFhdd1inv8z4soCF8HZphVMn0wJJN+5m+ZHs1QQblrdxXJDV7UuZeTjN6Fy8VDHfWbZJm6coXSQrK483kU+ipA==", "dev": true, "dependencies": { "@iconify/vue": "^4.1.1", - "@nuxt/kit": "^3.6.5" + "@nuxt/kit": "^3.8.0" } }, "node_modules/nuxt/node_modules/escape-string-regexp": { diff --git a/package.json b/package.json index 4c973c80..65be6316 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@tailwindcss/typography": "^0.5.10", "eslint": "^8.52.0", "nuxt": "3.8.0", - "nuxt-icon": "^0.5.0", + "nuxt-icon": "^0.6.0", "prettier": "^3.0.3", "sitemap": "^7.1.1", "vitest": "^0.34.6"