From 97e8ae2b57e679cdea806d4f76f40aaf889a7c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:36:31 +0000 Subject: [PATCH] chore(deps): bump @nuxt/icon from 1.5.2 to 1.5.4 Bumps [@nuxt/icon](https://github.com/nuxt/icon) from 1.5.2 to 1.5.4. - [Release notes](https://github.com/nuxt/icon/releases) - [Commits](https://github.com/nuxt/icon/commits) --- updated-dependencies: - dependency-name: "@nuxt/icon" dependency-type: direct:production update-type: version-update:semver-patch ... 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 080d7c2..3250d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@iconify/vue": "^4.1.2", "@nuxt/eslint": "^0.5.7", - "@nuxt/icon": "^1.5.2", + "@nuxt/icon": "^1.5.4", "@nuxtjs/i18n": "^8.5.5", "@nuxtjs/seo": "^2.0.0-rc.23", "@vite-pwa/nuxt": "^0.10.5", @@ -3475,10 +3475,9 @@ } }, "node_modules/@nuxt/icon": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.5.2.tgz", - "integrity": "sha512-VjtYIMo+d+jrBASHhh3eLZgfRAYhZI/E5z7DMlgjSRmUBYtMv/Qz86dSZdYEWM2rdHzzXtFurQRandIHC71fBQ==", - "license": "MIT", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.5.4.tgz", + "integrity": "sha512-GHyfvouaVCsNYMZ6FQp1FWU7Mm6GnQ7bbOOtl6uQ6uCTFV+TgyQbahuWyIUOrOuio+gmU9EuaHwW5MEBov8cWw==", "dependencies": { "@iconify/collections": "^1.0.455", "@iconify/types": "^2.0.0", @@ -3490,6 +3489,7 @@ "fast-glob": "^3.3.2", "local-pkg": "^0.5.0", "mlly": "^1.7.1", + "ohash": "^1.1.4", "pathe": "^1.1.2", "std-env": "^3.7.0" } diff --git a/package.json b/package.json index ba9043e..8e35353 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@iconify/vue": "^4.1.2", "@nuxt/eslint": "^0.5.7", - "@nuxt/icon": "^1.5.2", + "@nuxt/icon": "^1.5.4", "@nuxtjs/i18n": "^8.5.5", "@nuxtjs/seo": "^2.0.0-rc.23", "@vite-pwa/nuxt": "^0.10.5",