Update all npm dependencies (2025-07-23)

This commit is contained in:
depfu[bot]
2025-07-23 06:11:19 +00:00
committed by GitHub
parent 78dac0b687
commit e173c7700d
2 changed files with 20 additions and 22 deletions

36
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/vercel": "^8.2.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",
@@ -35,7 +35,7 @@
"@types/react-dom": "19.1.6",
"@vercel/routing-utils": "^5.1.1",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.12.0",
"astro": "^5.12.1",
"astro-expressive-code": "^0.41.3",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
@@ -54,7 +54,7 @@
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"satori": "^0.15.2",
"satori": "^0.16.0",
"satori-html": "^0.3.2",
"tailwind-merge": "^3.3.1",
"typescript": "^5.8.3"
@@ -305,10 +305,9 @@
}
},
"node_modules/@astrojs/vercel": {
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.2.tgz",
"integrity": "sha512-NXILrYu3XgAtwL3/4Oox8nlpqJkfwO6jEfw4n4q/vpWfMtCdRWkVWo32+SlK8jgAHiPXhYpMgLAsmv0tEW6EHg==",
"license": "MIT",
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.3.tgz",
"integrity": "sha512-E9VVaClIuzLnrA3jdbF/nQybXfF69kMMZskLGh5yEdAcrioyrXMwF+vRa15DPklEwrviMSITSedDrjzMYn3QiA==",
"dependencies": {
"@astrojs/internal-helpers": "0.6.1",
"@vercel/analytics": "^1.5.0",
@@ -4369,9 +4368,9 @@
}
},
"node_modules/astro": {
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.0.tgz",
"integrity": "sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==",
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.1.tgz",
"integrity": "sha512-/gH9cLIp6UNdbJO1FPBVN/Ea+1I9hJdQoLJKYUsXIRIfHcyF/3NCg0QVDJGw1oWkyQT6x6poQsnbgY9UXitjiw==",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
"@astrojs/internal-helpers": "0.6.1",
@@ -10246,9 +10245,9 @@
"license": "MIT"
},
"node_modules/satori": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/satori/-/satori-0.15.2.tgz",
"integrity": "sha512-vu/49vdc8MzV5jUchs3TIRDCOkOvMc1iJ11MrZvhg9tE4ziKIEIBjBZvies6a9sfM2vQ2gc3dXeu6rCK7AztHA==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/satori/-/satori-0.16.0.tgz",
"integrity": "sha512-ZvHN3ygzZ8FuxjSNB+mKBiF/NIoqHzlBGbD0MJiT+MvSsFOvotnWOhdTjxKzhHRT2wPC1QbhLzx2q/Y83VhfYQ==",
"dependencies": {
"@shuding/opentype.js": "1.4.0-beta.0",
"css-background-parser": "^0.1.0",
@@ -10260,7 +10259,7 @@
"linebreak": "^1.1.0",
"parse-css-color": "^0.2.1",
"postcss-value-parser": "^4.2.0",
"yoga-wasm-web": "^0.3.3"
"yoga-layout": "^3.2.1"
},
"engines": {
"node": ">=16"
@@ -12124,11 +12123,10 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/yoga-wasm-web": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
"license": "MIT"
"node_modules/yoga-layout": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
"integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ=="
},
"node_modules/zod": {
"version": "3.24.3",