chore: update dependencies for security

This commit is contained in:
Daisuke Nakahara 2026-02-01 15:59:26 +09:00
parent 26faa2271e
commit da68579089
2 changed files with 585 additions and 899 deletions

1463
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,21 +10,22 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/preact": "^4.1.3", "@astrojs/preact": "^4.1.3",
"@astrojs/rss": "^4.0.14", "@astrojs/rss": "^4.0.15",
"astro": "^5.7.5", "astro": "^5.17.1",
"preact": "^10.28.0" "preact": "^10.28.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/language-server": "^2.16.2", "@astrojs/language-server": "^2.13.4",
"@astrojs/ts-plugin": "^1.10.6", "@astrojs/ts-plugin": "^1.10.6",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-language-server": "^5.1.3", "typescript-language-server": "^5.1.3",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-astro": "^1.5.0",
"astro-eslint-parser": "^1.2.2",
"vscode-langservers-extracted": "^4.10.0" "vscode-langservers-extracted": "^4.10.0"
} }
} }