diff --git a/package.json b/package.json index 1c414f6b..0ff653c3 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,5 @@ "nuxt": "^3.13.2", "ufo": "latest" }, - "packageManager": "pnpm@9.12.2" + "packageManager": "pnpm@9.12.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63f3e3a6..ad4356c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -300,8 +300,8 @@ importers: shared: dependencies: '@iconify-json/simple-icons': - specifier: ^1.2.9 - version: 1.2.9 + specifier: ^1.2.10 + version: 1.2.10 '@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) @@ -1017,12 +1017,12 @@ packages: '@iconify-json/heroicons@1.1.21': resolution: {integrity: sha512-A+3L4KN+TjH3V8fQ2N2dkOOnLLxMgMBzO8RDT0P9YL+YzvLMIbe/lkDLSB8NB8x0DKWmkvTimoo1l4DKMwi7Zg==} + '@iconify-json/simple-icons@1.2.10': + resolution: {integrity: sha512-9OK1dsSjXlH36lhu5n+BlSoXuqFjHUErGLtNdzHpq0vHq4YFBuGYWtZ+vZTHLreRQ8ijPRv/6EsgkV+nf6AReQ==} + '@iconify-json/simple-icons@1.2.5': resolution: {integrity: sha512-ucqBlm0GSjLpGQR+b61LtmHro0xkyjWl1v23AOzLTiymHK0chx7s7aeuE2s7/5/t/BzKdDu8iYuU2drawzCIQQ==} - '@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==} @@ -5531,11 +5531,11 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.5': + '@iconify-json/simple-icons@1.2.10': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/simple-icons@1.2.9': + '@iconify-json/simple-icons@1.2.5': dependencies: '@iconify/types': 2.0.0 diff --git a/shared/package.json b/shared/package.json index 4e4931cd..cdb32fcc 100644 --- a/shared/package.json +++ b/shared/package.json @@ -17,7 +17,7 @@ "nuxt": "^3.13.2" }, "dependencies": { - "@iconify-json/simple-icons": "^1.2.9", + "@iconify-json/simple-icons": "^1.2.10", "@nuxt/ui": "2.17.0", "tailwindcss": "latest" }