From 061977f9142e27c9b9aefb238652fa4ca8525d59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:42:25 +0200 Subject: [PATCH] chore(deps): update dependency @iconify-json/simple-icons to ^1.2.6 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 11 +++++++++-- shared/package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 729a538a..add9f9c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -300,8 +300,8 @@ importers: shared: dependencies: '@iconify-json/simple-icons': - specifier: ^1.2.5 - version: 1.2.5 + specifier: ^1.2.6 + version: 1.2.6 '@nuxt/ui': specifier: 2.17.0 version: 2.17.0(focus-trap@7.5.4)(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.4)(sass@1.69.5)(terser@5.34.1))(vue@3.5.11(typescript@5.6.2))(webpack-sources@3.2.3) @@ -1016,6 +1016,9 @@ packages: '@iconify-json/simple-icons@1.2.5': resolution: {integrity: sha512-ucqBlm0GSjLpGQR+b61LtmHro0xkyjWl1v23AOzLTiymHK0chx7s7aeuE2s7/5/t/BzKdDu8iYuU2drawzCIQQ==} + '@iconify-json/simple-icons@1.2.6': + resolution: {integrity: sha512-E4asFcJ3JY/mtk6zeYCSQBBrmG4AncGo8vQ9ZO2oY8h/qA3TlGYSIoYzwRjmDKuFu30QwWJQMS43kka0JcPZUg==} + '@iconify/collections@1.0.422': resolution: {integrity: sha512-VTubzzAfXIHmdsfdHtnnP8PxboK2o4k56HQxas+j0WHxNUWsdwYI7IUIBfmwVEf4JF4wR72vsIBDPxpF5Y0xSQ==} @@ -5504,6 +5507,10 @@ snapshots: dependencies: '@iconify/types': 2.0.0 + '@iconify-json/simple-icons@1.2.6': + dependencies: + '@iconify/types': 2.0.0 + '@iconify/collections@1.0.422': dependencies: '@iconify/types': 2.0.0 diff --git a/shared/package.json b/shared/package.json index 52774834..21b9c5b2 100644 --- a/shared/package.json +++ b/shared/package.json @@ -17,7 +17,7 @@ "nuxt": "^3.13.2" }, "dependencies": { - "@iconify-json/simple-icons": "^1.2.5", + "@iconify-json/simple-icons": "^1.2.6", "@nuxt/ui": "2.17.0", "tailwindcss": "latest" }