diff --git a/package-lock.json b/package-lock.json index 8e8fece..e8f28a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "@astrojs/markdown-remark": "^6.3.10", "@astrojs/starlight": "^0.37.1", "@fontsource/neucha": "^5.2.8", - "@iconify-json/simple-icons": "^1.2.63", + "@iconify-json/simple-icons": "^1.2.64", "@iconify-json/solar": "^1.2.5", "astro": "^5.16.6", "astro-icon": "^1.1.5", "astro-og-canvas": "^0.7.2", - "astro-swiper": "^1.3.0", + "astro-swiper": "^1.4.0", "sharp": "^0.34.5", "typescript": "^5.9.3" }, @@ -933,9 +933,9 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.63", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.63.tgz", - "integrity": "sha512-xZl2UWCwE58VlqZ+pDPmaUhE2tq8MVSTJRr4/9nzzHlDdjJ0Ud1VxNXPrwTSgESKY29iCQw3S0r2nJTSNNngHw==", + "version": "1.2.64", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.64.tgz", + "integrity": "sha512-SMmm//tjZBvHnT0EAzZLnBTL6bukSkncM0pwkOXjr0FsAeCqjQtqoxBR0Mp+PazIJjXJKHm1Ju0YgnCIPOodJg==", "license": "CC0-1.0", "dependencies": { "@iconify/types": "*" @@ -2862,9 +2862,9 @@ } }, "node_modules/astro-swiper": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/astro-swiper/-/astro-swiper-1.3.0.tgz", - "integrity": "sha512-C6gYs/aSR+aj5/ieGyscOM1U7zVOx/drI6YAygKA5kXRkDkdrXoH6kR7fL4bhc0VYNqbGBxMCH9IMO9is2XHPg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/astro-swiper/-/astro-swiper-1.4.0.tgz", + "integrity": "sha512-reIXoT5Zc82Adr99EcuFaFS/Vh1ZyRi3cOC2ta6CDBtVlqQ7MK/603JmcyWzICTQ5l7cNGs6Rkga1qdcEf7rgA==", "license": "MIT", "dependencies": { "swiper": "^12.0.0" diff --git a/package.json b/package.json index d5b4fe8..f91008f 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ "@astrojs/markdown-remark": "^6.3.10", "@astrojs/starlight": "^0.37.1", "@fontsource/neucha": "^5.2.8", - "@iconify-json/simple-icons": "^1.2.63", + "@iconify-json/simple-icons": "^1.2.64", "@iconify-json/solar": "^1.2.5", "astro": "^5.16.6", "astro-icon": "^1.1.5", "astro-og-canvas": "^0.7.2", - "astro-swiper": "^1.3.0", + "astro-swiper": "^1.4.0", "sharp": "^0.34.5", "typescript": "^5.9.3" },