From d5f793312e4e0443f00f12e56b1670670e36f278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:23:40 +0000 Subject: [PATCH] fix(deps): update dependency @icons-pack/react-simple-icons to v13 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 8c6f9b7..a39c825 100644 --- a/bun.lock +++ b/bun.lock @@ -4,7 +4,7 @@ "": { "name": "thenextlvl-docs", "dependencies": { - "@icons-pack/react-simple-icons": "^12.8.0", + "@icons-pack/react-simple-icons": "^13.0.0", "fumadocs-core": "15.4.2", "fumadocs-mdx": "11.6.6", "fumadocs-ui": "15.4.2", @@ -125,7 +125,7 @@ "@humanwhocodes/retry": ["@humanwhocodes/retry@0.4.3", "", {}, "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ=="], - "@icons-pack/react-simple-icons": ["@icons-pack/react-simple-icons@12.8.0", "", { "peerDependencies": { "react": "^16.13 || ^17 || ^18 || ^19" } }, "sha512-Xj6tBadpPYVaoDaXqKpSJc5AXtcXSBk+se+GsceRouYin9XvKv2at0fO5GSr1dNDc3WfZSVc1Gs7KGwUY8PfHA=="], + "@icons-pack/react-simple-icons": ["@icons-pack/react-simple-icons@13.0.0", "", { "peerDependencies": { "react": "^16.13 || ^17 || ^18 || ^19" } }, "sha512-Dmofr27ZlfBHS/2HDBKodKTUTnIjhH7cjw36WPt1CLg+1gytjr+LeabwWZ6khu/QUxmLjs3e1KrNPiuvOkEpJQ=="], "@img/sharp-darwin-arm64": ["@img/sharp-darwin-arm64@0.34.1", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-arm64": "1.1.0" }, "os": "darwin", "cpu": "arm64" }, "sha512-pn44xgBtgpEbZsu+lWf2KNb6OAf70X68k+yk69Ic2Xz11zHR/w24/U49XT7AeRwJ0Px+mhALhU5LPci1Aymk7A=="], diff --git a/package.json b/package.json index 1832672..5720eb7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "dependencies": { - "@icons-pack/react-simple-icons": "^12.8.0", + "@icons-pack/react-simple-icons": "^13.0.0", "fumadocs-core": "15.4.2", "fumadocs-mdx": "11.6.6", "fumadocs-ui": "15.4.2",