From f79237242968b6159ca6827ea615f2e8c53b1f9d Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 12 May 2026 22:39:03 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- bun.lock | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index 1863f95..6ad0404 100644 --- a/bun.lock +++ b/bun.lock @@ -5,8 +5,8 @@ "": { "name": "website", "dependencies": { - "@iconify-json/lucide": "^1.2.106", - "@iconify-json/simple-icons": "^1.2.81", + "@iconify-json/lucide": "^1.2.107", + "@iconify-json/simple-icons": "^1.2.82", "@nuxt/ui": "^4.7.1", "nuxt": "^4.4.5", "tailwindcss": "^4.3.0", @@ -195,11 +195,11 @@ "@humanwhocodes/retry": ["@humanwhocodes/retry@0.4.3", "", {}, "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ=="], - "@iconify-json/lucide": ["@iconify-json/lucide@1.2.106", "", { "dependencies": { "@iconify/types": "2.0.0" } }, "sha512-5nuejHR29A0iQjvLZRRPtuMyj1DA9pzcDMuHD4vmhG7GgLen8haMKiZcZ1IpKVZDwR8wxfcbCv9MsoWHBBAa+g=="], + "@iconify-json/lucide": ["@iconify-json/lucide@1.2.107", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-Q4JmCICVwHqaGhB3ugDFdb4uGXuU/o8OJrJuo1YjeZhGeT3jX5fc//7qMNsCb10VuL2PVDM/CkaqO9chnmI3gg=="], "@iconify-json/octicon": ["@iconify-json/octicon@1.2.23", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-Orzy6EGFBuqiME4WAyyv7Wr/RCOtf2EDUiCHBr0glTMyPQWwtZqribj9UEbDPE/ZMlwx79YrQ7sOoDQv1pVqRQ=="], - "@iconify-json/simple-icons": ["@iconify-json/simple-icons@1.2.81", "", { "dependencies": { "@iconify/types": "2.0.0" } }, "sha512-Utjw4sPtoVdbpAQAkC4O0cYpt4ehQZYr6aFHhmvdeW8mQwkINyAe0ogTPqNptSSKogZ2lfgXM8zpuhO961Wnng=="], + "@iconify-json/simple-icons": ["@iconify-json/simple-icons@1.2.82", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-4p978qHx8eD/QBOhgBzp/p7uS3OO2KCnVpFPJTUvuhuDXv1Hr4RcxcZ5MWc6ptkf/3Dlb1xb23068OtPyx10mA=="], "@iconify/collections": ["@iconify/collections@1.0.677", "", { "dependencies": { "@iconify/types": "2.0.0" } }, "sha512-Uwbl1p26Md6m2xTMjalJsmQ43YxW+j6RsyrL5RnxRCHEhwympJlaBBCGTKrqI3sA93g9UVJ/Pxi7zDqM3E1oPw=="], diff --git a/package.json b/package.json index d60b147..8e053a9 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "typecheck": "nuxt typecheck" }, "dependencies": { - "@iconify-json/lucide": "^1.2.106", - "@iconify-json/simple-icons": "^1.2.81", + "@iconify-json/lucide": "^1.2.107", + "@iconify-json/simple-icons": "^1.2.82", "@nuxt/ui": "^4.7.1", "nuxt": "^4.4.5", "tailwindcss": "^4.3.0"