From 6a95535e0397f913262344b9b12cc460ecc97c0a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:13:59 +0000 Subject: [PATCH] Update all npm dependencies (2025-06-06) --- package-lock.json | 132 +++++++++++++++++++++------------------------- package.json | 20 +++---- 2 files changed, 69 insertions(+), 83 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d6e532..5debfad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,14 +13,14 @@ "@astrojs/markdown-remark": "^6.3.2", "@astrojs/mdx": "^4.3.0", "@astrojs/react": "^4.3.0", - "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.4.0", - "@astrojs/vercel": "^8.1.4", + "@astrojs/rss": "^4.0.12", + "@astrojs/sitemap": "^3.4.1", + "@astrojs/vercel": "^8.1.5", "@expressive-code/plugin-collapsible-sections": "^0.41.2", "@expressive-code/plugin-line-numbers": "^0.41.2", "@fingerprintjs/fingerprintjs": "^4.6.2", "@iconify-json/line-md": "^1.2.8", - "@iconify-json/lucide": "^1.2.45", + "@iconify-json/lucide": "^1.2.46", "@iconify-json/mdi": "^1.2.3", "@neondatabase/serverless": "^1.0.0", "@radix-ui/react-avatar": "^1.1.10", @@ -32,18 +32,18 @@ "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.8", "@types/react": "19.1.6", - "@types/react-dom": "19.1.5", - "@vercel/routing-utils": "^5.0.4", + "@types/react-dom": "19.1.6", + "@vercel/routing-utils": "^5.0.5", "@vercel/speed-insights": "^1.2.0", - "astro": "^5.8.1", + "astro": "^5.9.0", "astro-expressive-code": "^0.41.2", "astro-icon": "^1.1.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.15.0", + "framer-motion": "^12.16.0", "fuse.js": "^7.1.0", "lodash.debounce": "^4.0.8", - "lucide-react": "^0.511.0", + "lucide-react": "^0.513.0", "react": "19.1.0", "react-dom": "19.1.0", "react-icons": "^5.5.0", @@ -54,7 +54,7 @@ "remark-emoji": "^5.0.1", "remark-math": "^6.0.0", "remark-sectionize": "^2.1.0", - "satori": "^0.13.1", + "satori": "^0.13.2", "satori-html": "^0.3.2", "tailwind-merge": "^3.3.0", "typescript": "^5.8.3" @@ -130,10 +130,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.11.0.tgz", - "integrity": "sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==", - "license": "MIT" + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", + "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.6.1", @@ -271,20 +270,18 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", - "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", - "license": "MIT", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.12.tgz", + "integrity": "sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==", "dependencies": { - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.2.0", "kleur": "^4.1.5" } }, "node_modules/@astrojs/sitemap": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.0.tgz", - "integrity": "sha512-C5m/xsKvRSILKM3hy47n5wKtTQtJXn8epoYuUmCCstaE9XBt20yInym3Bz2uNbEiNfv11bokoW0MqeXPIvjFIQ==", - "license": "MIT", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", + "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==", "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", @@ -310,10 +307,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.4.tgz", - "integrity": "sha512-mJAbaXwLBVsk+5JNwzKIrpvIQ4llW/gS9ut5Rot5x6D+9DYSqfZ6PRIT0YvyzgUackahYAQdH/MZWeqVrcmwuA==", - "license": "MIT", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.5.tgz", + "integrity": "sha512-3FX8Pe/mzbvUfBJi+73aOrXp5L0s9IkNH5WlexHkzJHUvnkr5PqOB6h4Yya5owmmCDhKzH79YZ+ga0Xwz0MxXQ==", "dependencies": { "@astrojs/internal-helpers": "0.6.1", "@vercel/analytics": "^1.5.0", @@ -321,7 +317,7 @@ "@vercel/nft": "^0.29.2", "@vercel/routing-utils": "^5.0.4", "esbuild": "^0.25.0", - "tinyglobby": "^0.2.12" + "tinyglobby": "^0.2.13" }, "peerDependencies": { "astro": "^5.0.0" @@ -1233,10 +1229,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.45", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.45.tgz", - "integrity": "sha512-izW3wk7Ll5HgNMc/m41eOKXb7nL1zFxXZdMyBOtqdwusHXPr8IWSC/ReSgWgxUF3xyNwiQsso5Ppkta2wsUrPg==", - "license": "ISC", + "version": "1.2.46", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.46.tgz", + "integrity": "sha512-Px1SV3D//DLAJGUKToAIYufLTbF1Ba7DU8AGOMpYpLRBChBvYeytXpZWYEYV0A/5UCrx7loB3F3TJl0kRlb0Og==", "dependencies": { "@iconify/types": "*" } @@ -3850,10 +3845,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.1.5", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.5.tgz", - "integrity": "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==", - "license": "MIT", + "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==", "peerDependencies": { "@types/react": "^19.0.0" } @@ -3991,10 +3985,9 @@ } }, "node_modules/@vercel/routing-utils": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@vercel/routing-utils/-/routing-utils-5.0.4.tgz", - "integrity": "sha512-4ke67zkXVi2fRZdoYckABcsSkRC9CnrdadOGxoS/Bk22+ObHjGQWvUHExRSXh339anwu9YY7ZacNSGH4gUnTQA==", - "license": "Apache-2.0", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@vercel/routing-utils/-/routing-utils-5.0.5.tgz", + "integrity": "sha512-TV9bAKHt9qJA/MqnLI10/nHj/EPGbI6CRh8HzKxA9xb1abt2lqvoH7Zi8O7p+VPwk5OD8Ka2j+nB3/5YkZeS/g==", "dependencies": { "path-to-regexp": "6.1.0", "path-to-regexp-updated": "npm:path-to-regexp@6.3.0" @@ -4386,11 +4379,11 @@ } }, "node_modules/astro": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz", - "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz", + "integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==", "dependencies": { - "@astrojs/compiler": "^2.11.0", + "@astrojs/compiler": "^2.12.0", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", @@ -6009,18 +6002,17 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz", + "integrity": "sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT", "dependencies": { - "strnum": "^1.1.1" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -6170,12 +6162,11 @@ } }, "node_modules/framer-motion": { - "version": "12.15.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.15.0.tgz", - "integrity": "sha512-XKg/LnKExdLGugZrDILV7jZjI599785lDIJZLxMiiIFidCsy0a4R2ZEf+Izm67zyOuJgQYTHOmodi7igQsw3vg==", - "license": "MIT", + "version": "12.16.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.16.0.tgz", + "integrity": "sha512-xryrmD4jSBQrS2IkMdcTmiS4aSKckbS7kLDCuhUn9110SQKG1w3zlq1RTqCblewg+ZYe+m3sdtzQA6cRwo5g8Q==", "dependencies": { - "motion-dom": "^12.15.0", + "motion-dom": "^12.16.0", "motion-utils": "^12.12.1", "tslib": "^2.4.0" }, @@ -7451,10 +7442,9 @@ } }, "node_modules/lucide-react": { - "version": "0.511.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.511.0.tgz", - "integrity": "sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==", - "license": "ISC", + "version": "0.513.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.513.0.tgz", + "integrity": "sha512-CJZKq2g8Y8yN4Aq002GahSXbG2JpFv9kXwyiOAMvUBv7pxeOFHUWKB0mO7MiY4ZVFCV4aNjv2BJFq/z3DgKPQg==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } @@ -8699,10 +8689,9 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "12.15.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.15.0.tgz", - "integrity": "sha512-D2ldJgor+2vdcrDtKJw48k3OddXiZN1dDLLWrS8kiHzQdYVruh0IoTwbJBslrnTXIPgFED7PBN2Zbwl7rNqnhA==", - "license": "MIT", + "version": "12.16.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.16.0.tgz", + "integrity": "sha512-Z2nGwWrrdH4egLEtgYMCEN4V2qQt1qxlKy/uV7w691ztyA41Q5Rbn0KNGbsNVDZr9E8PD2IOQ3hSccRnB6xWzw==", "dependencies": { "motion-utils": "^12.12.1" } @@ -8710,8 +8699,7 @@ "node_modules/motion-utils": { "version": "12.12.1", "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.12.1.tgz", - "integrity": "sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==", - "license": "MIT" + "integrity": "sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==" }, "node_modules/mrmime": { "version": "2.0.1", @@ -10253,10 +10241,9 @@ "license": "MIT" }, "node_modules/satori": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/satori/-/satori-0.13.1.tgz", - "integrity": "sha512-FlXblaCRDOONmz4JSIG9lUxSIklBZsMVwfLkvXv0MaHa3H6GWZDZccpcCeLqdQ6RjBkYMSh6zZDxkkBFJ4M61A==", - "license": "MPL-2.0", + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/satori/-/satori-0.13.2.tgz", + "integrity": "sha512-BPoExgKlkZPY1j4I2vSovo9OJALOw5siU37cm1aNcq/XWCojpFM3FHXHxby9tQ2R5ajV2fRQgouWoonQ83z+Hg==", "dependencies": { "@shuding/opentype.js": "1.4.0-beta.0", "css-background-parser": "^0.1.0", @@ -10622,16 +10609,15 @@ } }, "node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", + "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } - ], - "license": "MIT" + ] }, "node_modules/style-to-js": { "version": "1.1.16", diff --git a/package.json b/package.json index 23167b5..ba9d0a9 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "@astrojs/markdown-remark": "^6.3.2", "@astrojs/mdx": "^4.3.0", "@astrojs/react": "^4.3.0", - "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.4.0", - "@astrojs/vercel": "^8.1.4", + "@astrojs/rss": "^4.0.12", + "@astrojs/sitemap": "^3.4.1", + "@astrojs/vercel": "^8.1.5", "@expressive-code/plugin-collapsible-sections": "^0.41.2", "@expressive-code/plugin-line-numbers": "^0.41.2", "@fingerprintjs/fingerprintjs": "^4.6.2", "@iconify-json/line-md": "^1.2.8", - "@iconify-json/lucide": "^1.2.45", + "@iconify-json/lucide": "^1.2.46", "@iconify-json/mdi": "^1.2.3", "@neondatabase/serverless": "^1.0.0", "@radix-ui/react-avatar": "^1.1.10", @@ -54,18 +54,18 @@ "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.8", "@types/react": "19.1.6", - "@types/react-dom": "19.1.5", - "@vercel/routing-utils": "^5.0.4", + "@types/react-dom": "19.1.6", + "@vercel/routing-utils": "^5.0.5", "@vercel/speed-insights": "^1.2.0", - "astro": "^5.8.1", + "astro": "^5.9.0", "astro-expressive-code": "^0.41.2", "astro-icon": "^1.1.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.15.0", + "framer-motion": "^12.16.0", "fuse.js": "^7.1.0", "lodash.debounce": "^4.0.8", - "lucide-react": "^0.511.0", + "lucide-react": "^0.513.0", "react": "19.1.0", "react-dom": "19.1.0", "react-icons": "^5.5.0", @@ -76,7 +76,7 @@ "remark-emoji": "^5.0.1", "remark-math": "^6.0.0", "remark-sectionize": "^2.1.0", - "satori": "^0.13.1", + "satori": "^0.13.2", "satori-html": "^0.3.2", "tailwind-merge": "^3.3.0", "typescript": "^5.8.3"