Update all npm dependencies (2025-06-10)

This commit is contained in:
depfu[bot]
2025-06-10 20:10:17 +00:00
committed by GitHub
parent 1afb5ae600
commit 90ab472cda
2 changed files with 19 additions and 19 deletions

32
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"@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.46",
"@iconify-json/lucide": "^1.2.47",
"@iconify-json/mdi": "^1.2.3",
"@neondatabase/serverless": "^1.0.1",
"@radix-ui/react-avatar": "^1.1.10",
@@ -35,7 +35,7 @@
"@types/react-dom": "19.1.6",
"@vercel/routing-utils": "^5.0.5",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.9.1",
"astro": "^5.9.2",
"astro-expressive-code": "^0.41.2",
"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.14.0",
"satori": "^0.15.2",
"satori-html": "^0.3.2",
"tailwind-merge": "^3.3.0",
"typescript": "^5.8.3"
@@ -130,9 +130,9 @@
}
},
"node_modules/@astrojs/compiler": {
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz",
"integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg=="
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz",
"integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw=="
},
"node_modules/@astrojs/internal-helpers": {
"version": "0.6.1",
@@ -1229,9 +1229,9 @@
}
},
"node_modules/@iconify-json/lucide": {
"version": "1.2.46",
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.46.tgz",
"integrity": "sha512-Px1SV3D//DLAJGUKToAIYufLTbF1Ba7DU8AGOMpYpLRBChBvYeytXpZWYEYV0A/5UCrx7loB3F3TJl0kRlb0Og==",
"version": "1.2.47",
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.47.tgz",
"integrity": "sha512-kI7IK5I3iWRcJeAZv9yBSEQ26EETgTVeUYJNXkJ9QN8raWvmRMLB/PICdcfyOWBTaaEosru8MNxKEwbJfnrnUQ==",
"dependencies": {
"@iconify/types": "*"
}
@@ -4377,11 +4377,11 @@
}
},
"node_modules/astro": {
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz",
"integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==",
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.9.2.tgz",
"integrity": "sha512-K/zZlQOWMpamfLDOls5jvG7lrsjH1gkk3ESRZyZDCkVBtKHMF4LbjwCicm/iBb3mX3V/PerqRYzLbOy3/4JLCQ==",
"dependencies": {
"@astrojs/compiler": "^2.12.1",
"@astrojs/compiler": "^2.12.2",
"@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.3.2",
"@astrojs/telemetry": "3.3.0",
@@ -10239,9 +10239,9 @@
"license": "MIT"
},
"node_modules/satori": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/satori/-/satori-0.14.0.tgz",
"integrity": "sha512-s9tfkzlvZr9+KGfU17oPCrgz2rN5/juYi12xrMFKOC+ulxnlyUHnU8z3Yy9sR29bfHagz5skyNcbNI3xD+yotA==",
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/satori/-/satori-0.15.2.tgz",
"integrity": "sha512-vu/49vdc8MzV5jUchs3TIRDCOkOvMc1iJ11MrZvhg9tE4ziKIEIBjBZvies6a9sfM2vQ2gc3dXeu6rCK7AztHA==",
"dependencies": {
"@shuding/opentype.js": "1.4.0-beta.0",
"css-background-parser": "^0.1.0",