Merge branch 'main' into ssrf

This commit is contained in:
2026-04-23 19:07:21 +02:00
3 changed files with 504 additions and 839 deletions
+502 -837
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -32,7 +32,7 @@
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.2", "@types/node": "^25.5.2",
"@typescript-eslint/parser": "^8.58.1", "@typescript-eslint/parser": "^8.58.1",
"eslint": "^10.2.0", "eslint": "^10.2.1",
"eslint-plugin-oxlint": "^1.59.0", "eslint-plugin-oxlint": "^1.59.0",
"oxlint": "^1.59.0", "oxlint": "^1.59.0",
"prettier": "^3.8.1", "prettier": "^3.8.1",
+1 -1
View File
@@ -23,7 +23,7 @@
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "^8.58.1", "@typescript-eslint/parser": "^8.58.1",
"astro-eslint-parser": "^1.4.0", "astro-eslint-parser": "^1.4.0",
"eslint": "^10.2.0", "eslint": "^10.2.1",
"eslint-plugin-astro": "^1.7.0", "eslint-plugin-astro": "^1.7.0",
"typescript": "^6.0.0" "typescript": "^6.0.0"
} }