From c1f2e97b4b2a6e4b5592a58d769f090ef27c7f39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:47:15 +0100 Subject: [PATCH] chore(deps): update dependency @iconify-json/simple-icons to ^1.2.9 (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- shared/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e5df5e..091927c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -300,8 +300,8 @@ importers: shared: dependencies: '@iconify-json/simple-icons': - specifier: ^1.2.8 - version: 1.2.8 + specifier: ^1.2.9 + version: 1.2.9 '@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.3))(webpack-sources@3.2.3) @@ -1020,8 +1020,8 @@ packages: '@iconify-json/simple-icons@1.2.5': resolution: {integrity: sha512-ucqBlm0GSjLpGQR+b61LtmHro0xkyjWl1v23AOzLTiymHK0chx7s7aeuE2s7/5/t/BzKdDu8iYuU2drawzCIQQ==} - '@iconify-json/simple-icons@1.2.8': - resolution: {integrity: sha512-AzBpj2XAcWQbiy3i0rLq6lFw0pLT8lc/ptdsBc97N8KFKyXW4d62EK/EhAd82Ld0WsO+1exOvnfeIiX2FPsdzw==} + '@iconify-json/simple-icons@1.2.9': + resolution: {integrity: sha512-0hxlf0uCKAUT+rLjh4iH16XMfRqptOpZURBVk2PKAFDGbe1+8hPPstKFkBAPvtfkCK0bO+E9QE/Q5ozuCYz28A==} '@iconify/collections@1.0.422': resolution: {integrity: sha512-VTubzzAfXIHmdsfdHtnnP8PxboK2o4k56HQxas+j0WHxNUWsdwYI7IUIBfmwVEf4JF4wR72vsIBDPxpF5Y0xSQ==} @@ -5535,7 +5535,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.8': + '@iconify-json/simple-icons@1.2.9': dependencies: '@iconify/types': 2.0.0 diff --git a/shared/package.json b/shared/package.json index 545b144..4e4931c 100644 --- a/shared/package.json +++ b/shared/package.json @@ -17,7 +17,7 @@ "nuxt": "^3.13.2" }, "dependencies": { - "@iconify-json/simple-icons": "^1.2.8", + "@iconify-json/simple-icons": "^1.2.9", "@nuxt/ui": "2.17.0", "tailwindcss": "latest" }