From 2b4f99bd202869daa2e61a5f3299aab5a3a7d7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:01:21 +0100 Subject: [PATCH] Bump @nuxt/icon from 1.8.1 to 1.8.2 (#482) Bumps [@nuxt/icon](https://github.com/nuxt/icon) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/nuxt/icon/releases) - [Commits](https://github.com/nuxt/icon/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: "@nuxt/icon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9d0fa43..b62fd36f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "devDependencies": { "@headlessui/vue": "^1.7.23", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.8.1", + "@nuxt/icon": "^1.8.2", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/typography": "^0.5.15", @@ -1843,9 +1843,9 @@ } }, "node_modules/@nuxt/icon": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.8.1.tgz", - "integrity": "sha512-8xetBz9GMBY18AMPBhOdrdufGMGJtdzY1Eixs1T8bQO39gkvYClh6ZcHUFoGxbU2Za6gQ2XH/U8mrz5VMbO3Wg==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.8.2.tgz", + "integrity": "sha512-7Ua8ER44zhe1Qn4pXAwW3GgakRf2VN9gqyltQWpyuq49NJuIG0fLcJRHRCbQi/6HPwlB4uj+e2FCDf6cDwFmRA==", "dev": true, "dependencies": { "@iconify/collections": "^1.0.484", diff --git a/package.json b/package.json index 20ce6c7d..ac69c5a5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@headlessui/vue": "^1.7.23", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.8.1", + "@nuxt/icon": "^1.8.2", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/typography": "^0.5.15",