From c00745916a8cccf020ab6afac7b921e258c042e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:52:29 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/icon from 1.2.1 to 1.4.5 Bumps [@nuxt/icon](https://github.com/nuxt/icon) from 1.2.1 to 1.4.5. - [Release notes](https://github.com/nuxt/icon/releases) - [Commits](https://github.com/nuxt/icon/compare/v1.2.1...v1.4.5) --- updated-dependencies: - dependency-name: "@nuxt/icon" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++------------ package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d72386a8..a9bef7caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@vueuse/core": "^10.11.0" }, "devDependencies": { - "@nuxt/icon": "^1.2.1", + "@nuxt/icon": "^1.4.5", "@nuxt/image": "1.7.0", "@nuxtjs/i18n": "^8.3.1", "@nuxtjs/tailwindcss": "^6.12.1", @@ -3051,9 +3051,9 @@ } }, "node_modules/@iconify/collections": { - "version": "1.0.441", - "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.441.tgz", - "integrity": "sha512-8iYZgo7iV65lMD7+Dsg4boOF+/75ozIAQQPspznNlNmQIyniho7Vi5yBEL5ZFykLHX126gl+IN9vc6PWVtuUfA==", + "version": "1.0.446", + "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.446.tgz", + "integrity": "sha512-d+ZcVz9MWiFgdTyf2W+Jn2r5fXFddIQQp87eiQuzokyNwSmJb455EsZWl9USXkmKuwctp9yAHITCVGV/6rU0cw==", "dev": true, "dependencies": { "@iconify/types": "*" @@ -3081,9 +3081,9 @@ } }, "node_modules/@iconify/vue": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-4.1.2.tgz", - "integrity": "sha512-CQnYqLiQD5LOAaXhBrmj1mdL2/NCJvwcC4jtW2Z8ukhThiFkLDkutarTOV2trfc9EXqUqRs0KqXOL9pZ/IyysA==", + "version": "4.1.3-beta.1", + "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-4.1.3-beta.1.tgz", + "integrity": "sha512-N7iEOnWfhjbMqiyGMhotJKip23nrK5l3+T1hQwpEjKeMD2o4zOjm8zmeEfOOH81EXllhhOm7upR8jcH499YRWA==", "dev": true, "dependencies": { "@iconify/types": "^2.0.0" @@ -4002,20 +4002,21 @@ } }, "node_modules/@nuxt/icon": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.2.1.tgz", - "integrity": "sha512-pI9/x/MMzU8cuRxQoOe+4qbnXpGgLOhiKMQj7mMiSyVY2RmrmmfK0uy/rruO17Wqoe5IT+qaLxpyTgHts2Rf7Q==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.4.5.tgz", + "integrity": "sha512-h0Fe1VhpVB5bcQutsH37G46DyE2u+j5j7+0sFbxT2ovRm+uILqo5ONXWe4WuJ20AtngvdpqvnqT25ZQtzx4K9A==", "dev": true, "dependencies": { - "@iconify/collections": "^1.0.441", + "@iconify/collections": "^1.0.443", "@iconify/types": "^2.0.0", "@iconify/utils": "^2.1.25", - "@iconify/vue": "^4.1.2", + "@iconify/vue": "4.1.3-beta.1", "@nuxt/devtools-kit": "^1.3.9", "@nuxt/kit": "^3.12.4", "consola": "^3.2.3", "fast-glob": "^3.3.2", "local-pkg": "^0.5.0", + "mlly": "^1.7.1", "pathe": "^1.1.2" } }, diff --git a/package.json b/package.json index 784877973..e855cc211 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@vueuse/core": "^10.11.0" }, "devDependencies": { - "@nuxt/icon": "^1.2.1", + "@nuxt/icon": "^1.4.5", "@nuxt/image": "1.7.0", "@nuxtjs/i18n": "^8.3.1", "@nuxtjs/tailwindcss": "^6.12.1",