Update all npm dependencies (2025-05-31)

This commit is contained in:
depfu[bot]
2025-05-31 06:11:09 +00:00
committed by GitHub
parent 5e0055ab69
commit 22f0f33ba7
2 changed files with 59 additions and 6 deletions

63
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"@types/react-dom": "19.1.5", "@types/react-dom": "19.1.5",
"@vercel/routing-utils": "^5.0.4", "@vercel/routing-utils": "^5.0.4",
"@vercel/speed-insights": "^1.2.0", "@vercel/speed-insights": "^1.2.0",
"astro": "^5.8.0", "astro": "^5.8.1",
"astro-expressive-code": "^0.41.2", "astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
@@ -3504,6 +3504,60 @@
"node": ">=14.0.0" "node": ">=14.0.0"
} }
}, },
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
"version": "1.4.3",
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"@emnapi/wasi-threads": "1.0.2",
"tslib": "^2.4.0"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
"version": "1.4.3",
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
"version": "1.0.2",
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
"version": "0.2.10",
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"@emnapi/core": "^1.4.3",
"@emnapi/runtime": "^1.4.3",
"@tybys/wasm-util": "^0.9.0"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
"version": "0.9.0",
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
"version": "2.8.0",
"inBundle": true,
"license": "0BSD",
"optional": true
},
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
"version": "4.1.8", "version": "4.1.8",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.8.tgz", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.8.tgz",
@@ -4332,10 +4386,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "5.8.0", "version": "5.8.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz",
"integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==", "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.11.0", "@astrojs/compiler": "^2.11.0",
"@astrojs/internal-helpers": "0.6.1", "@astrojs/internal-helpers": "0.6.1",

View File

@@ -57,7 +57,7 @@
"@types/react-dom": "19.1.5", "@types/react-dom": "19.1.5",
"@vercel/routing-utils": "^5.0.4", "@vercel/routing-utils": "^5.0.4",
"@vercel/speed-insights": "^1.2.0", "@vercel/speed-insights": "^1.2.0",
"astro": "^5.8.0", "astro": "^5.8.1",
"astro-expressive-code": "^0.41.2", "astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",