From b170e447cc56df97803c08bbee4b1a0b2e5b476a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:41:15 +0000 Subject: [PATCH] Update all npm dependencies (2025-07-30) --- package-lock.json | 111 +++++++++++++++++++++------------------------- package.json | 20 ++++----- 2 files changed, 61 insertions(+), 70 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2244c07..e092e7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "@astrojs/mdx": "^4.3.1", "@astrojs/react": "^4.3.0", "@astrojs/rss": "^4.0.12", - "@astrojs/sitemap": "^3.4.1", + "@astrojs/sitemap": "^3.4.2", "@astrojs/vercel": "^8.2.3", "@expressive-code/plugin-collapsible-sections": "^0.41.3", "@expressive-code/plugin-line-numbers": "^0.41.3", "@fingerprintjs/fingerprintjs": "^4.6.2", "@iconify-json/line-md": "^1.2.8", - "@iconify-json/lucide": "^1.2.57", + "@iconify-json/lucide": "^1.2.58", "@iconify-json/mdi": "^1.2.3", "@neondatabase/serverless": "^1.0.1", "@radix-ui/react-avatar": "^1.1.10", @@ -31,21 +31,21 @@ "@radix-ui/react-slot": "^1.2.3", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.11", - "@types/react": "19.1.8", - "@types/react-dom": "19.1.6", + "@types/react": "19.1.9", + "@types/react-dom": "19.1.7", "@vercel/routing-utils": "^5.1.1", "@vercel/speed-insights": "^1.2.0", - "astro": "^5.12.1", + "astro": "^5.12.4", "astro-expressive-code": "^0.41.3", "astro-icon": "^1.1.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.23.6", + "framer-motion": "^12.23.11", "fuse.js": "^7.1.0", "lodash.debounce": "^4.0.8", - "lucide-react": "^0.525.0", - "react": "19.1.0", - "react-dom": "19.1.0", + "lucide-react": "^0.526.0", + "react": "19.1.1", + "react-dom": "19.1.1", "react-icons": "^5.5.0", "rehype-document": "^7.0.3", "rehype-external-links": "^3.0.0", @@ -54,7 +54,7 @@ "remark-emoji": "^5.0.1", "remark-math": "^6.0.0", "remark-sectionize": "^2.1.0", - "satori": "^0.16.0", + "satori": "^0.16.1", "satori-html": "^0.3.2", "tailwind-merge": "^3.3.1", "typescript": "^5.8.3" @@ -277,13 +277,13 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", - "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.2.tgz", + "integrity": "sha512-wfN2dZzdkto6yaMtOFa/J9gc60YE3wl3rgSBoNJ+MU3lJVUMsDY9xf9uAVi8Mp/zEQKFDSJlQzBvqQUpw0Hf6g==", "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", - "zod": "^3.24.2" + "zod": "^3.24.4" } }, "node_modules/@astrojs/telemetry": { @@ -1227,10 +1227,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.57", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.57.tgz", - "integrity": "sha512-I1CIObdPBIL/9v75KKoyHWNhq+qqN6ef8+iJY4AVpHLtnRu0Vbp6K0TKcoYZ70U+EgiL6krEbFdcjK3+fwpfHQ==", - "license": "ISC", + "version": "1.2.58", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.58.tgz", + "integrity": "sha512-4ONe3ONaauEaf7wEQIvlWz2xHaMXUXuQeJVRBMu4PmsBrMEfdnc2vRZRyAudmcQo8yWmEsLu6WM7/5qWUdDJHQ==", "dependencies": { "@iconify/types": "*" } @@ -3833,18 +3832,17 @@ } }, "node_modules/@types/react": { - "version": "19.1.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", - "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", - "license": "MIT", + "version": "19.1.9", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz", + "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==", "dependencies": { "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "19.1.6", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.6.tgz", - "integrity": "sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==", + "version": "19.1.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.7.tgz", + "integrity": "sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==", "peerDependencies": { "@types/react": "^19.0.0" } @@ -4368,9 +4366,9 @@ } }, "node_modules/astro": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.1.tgz", - "integrity": "sha512-/gH9cLIp6UNdbJO1FPBVN/Ea+1I9hJdQoLJKYUsXIRIfHcyF/3NCg0QVDJGw1oWkyQT6x6poQsnbgY9UXitjiw==", + "version": "5.12.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.4.tgz", + "integrity": "sha512-ns+/KpfWToKvVf2DJTj4EIa4U59/XVBXeeq6VZUr5DXe6OZJFs8NfJi+W20nRm5nduIeBZGRzaoxPFq9lm4WEg==", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", @@ -4431,7 +4429,7 @@ "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", "yocto-spinner": "^0.2.1", - "zod": "^3.24.2", + "zod": "^3.24.4", "zod-to-json-schema": "^3.24.5", "zod-to-ts": "^1.2.0" }, @@ -6162,12 +6160,11 @@ } }, "node_modules/framer-motion": { - "version": "12.23.6", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.6.tgz", - "integrity": "sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==", - "license": "MIT", + "version": "12.23.11", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.11.tgz", + "integrity": "sha512-VzNi+exyI3bn7Pzvz1Fjap1VO9gQu8mxrsSsNamMidsZ8AA8W2kQsR+YQOciEUbMtkKAWIbPHPttfn5e9jqqJQ==", "dependencies": { - "motion-dom": "^12.23.6", + "motion-dom": "^12.23.9", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -7443,10 +7440,9 @@ } }, "node_modules/lucide-react": { - "version": "0.525.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", - "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", - "license": "ISC", + "version": "0.526.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.526.0.tgz", + "integrity": "sha512-uGWG/2RKuDLeQHCodn5cmJ9Zij80EstOdcBP+j//B2sr78w7woiEL4aMu6CRlRkyOyJ8sZry8QLhQTmZjynLdA==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } @@ -8691,10 +8687,9 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "12.23.6", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.6.tgz", - "integrity": "sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==", - "license": "MIT", + "version": "12.23.12", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz", + "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==", "dependencies": { "motion-utils": "^12.23.6" } @@ -8702,8 +8697,7 @@ "node_modules/motion-utils": { "version": "12.23.6", "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz", - "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==", - "license": "MIT" + "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==" }, "node_modules/mrmime": { "version": "2.0.1", @@ -9474,24 +9468,22 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", - "license": "MIT", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz", - "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", - "license": "MIT", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz", + "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==", "dependencies": { "scheduler": "^0.26.0" }, "peerDependencies": { - "react": "^19.1.0" + "react": "^19.1.1" } }, "node_modules/react-icons": { @@ -10245,9 +10237,9 @@ "license": "MIT" }, "node_modules/satori": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/satori/-/satori-0.16.0.tgz", - "integrity": "sha512-ZvHN3ygzZ8FuxjSNB+mKBiF/NIoqHzlBGbD0MJiT+MvSsFOvotnWOhdTjxKzhHRT2wPC1QbhLzx2q/Y83VhfYQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/satori/-/satori-0.16.1.tgz", + "integrity": "sha512-JM4bFaca8HMA11Xyfgrclv9qIPnd9uhUDr2oYrVlzqTrV7EA/VEeq/7hwe8r0eQP4JwNVW70JBtLRk0v48BTXg==", "dependencies": { "@shuding/opentype.js": "1.4.0-beta.0", "css-background-parser": "^0.1.0", @@ -12129,10 +12121,9 @@ "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==" }, "node_modules/zod": { - "version": "3.24.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.3.tgz", - "integrity": "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==", - "license": "MIT", + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 2a5f186..a63ab71 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,13 @@ "@astrojs/mdx": "^4.3.1", "@astrojs/react": "^4.3.0", "@astrojs/rss": "^4.0.12", - "@astrojs/sitemap": "^3.4.1", + "@astrojs/sitemap": "^3.4.2", "@astrojs/vercel": "^8.2.3", "@expressive-code/plugin-collapsible-sections": "^0.41.3", "@expressive-code/plugin-line-numbers": "^0.41.3", "@fingerprintjs/fingerprintjs": "^4.6.2", "@iconify-json/line-md": "^1.2.8", - "@iconify-json/lucide": "^1.2.57", + "@iconify-json/lucide": "^1.2.58", "@iconify-json/mdi": "^1.2.3", "@neondatabase/serverless": "^1.0.1", "@radix-ui/react-avatar": "^1.1.10", @@ -53,21 +53,21 @@ "@radix-ui/react-slot": "^1.2.3", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.11", - "@types/react": "19.1.8", - "@types/react-dom": "19.1.6", + "@types/react": "19.1.9", + "@types/react-dom": "19.1.7", "@vercel/routing-utils": "^5.1.1", "@vercel/speed-insights": "^1.2.0", - "astro": "^5.12.1", + "astro": "^5.12.4", "astro-expressive-code": "^0.41.3", "astro-icon": "^1.1.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.23.6", + "framer-motion": "^12.23.11", "fuse.js": "^7.1.0", "lodash.debounce": "^4.0.8", - "lucide-react": "^0.525.0", - "react": "19.1.0", - "react-dom": "19.1.0", + "lucide-react": "^0.526.0", + "react": "19.1.1", + "react-dom": "19.1.1", "react-icons": "^5.5.0", "rehype-document": "^7.0.3", "rehype-external-links": "^3.0.0", @@ -76,7 +76,7 @@ "remark-emoji": "^5.0.1", "remark-math": "^6.0.0", "remark-sectionize": "^2.1.0", - "satori": "^0.16.0", + "satori": "^0.16.1", "satori-html": "^0.3.2", "tailwind-merge": "^3.3.1", "typescript": "^5.8.3"