From 679df3a0f6b4c53c2079e2c5441cfc38df4211a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 19:39:10 +0000 Subject: [PATCH] Bump @nuxt/icon from 1.15.0 to 2.0.0 Bumps [@nuxt/icon](https://github.com/nuxt/icon) from 1.15.0 to 2.0.0. - [Release notes](https://github.com/nuxt/icon/releases) - [Commits](https://github.com/nuxt/icon/compare/v1.15.0...v2.0.0) --- updated-dependencies: - dependency-name: "@nuxt/icon" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 921aeee..177d00f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@nuxt/content": "^3.6.3", "@nuxt/eslint": "^1.9.0", "@nuxt/fonts": "^0.11.4", - "@nuxt/icon": "^1.15.0", + "@nuxt/icon": "^2.0.0", "@nuxt/image": "^1.11.0", "@nuxt/scripts": "^0.11.13", "@nuxt/test-utils": "^3.19.2",