Update itty-router to 5.x

Fix minor bug

Update package dependencies

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2025-07-25 17:24:07 +08:00
parent 1fb3076115
commit f90633bce3
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
8 changed files with 127 additions and 88 deletions

View file

@ -9,27 +9,27 @@
"lint": "eslint . --color --cache -f friendly --max-warnings 10"
},
"dependencies": {
"aws4fetch": "^1.0.17",
"aws4fetch": "^1.0.20",
"buffer": "^6.0.3",
"dedent-js": "^1.0.1",
"itty-router": "^4.0.23",
"js-sha256": "^0.10.1",
"nanoid": "^5.0.2",
"xml-js": "^1.6.11",
"itty-router": "^5.0.18",
"js-sha256": "^0.11.1",
"nanoid": "^5.1.5",
"string_decoder": "^1.3.0",
"buffer": "^6.0.3"
"xml-js": "^1.6.11"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0",
"@types/bootstrap": "^5.2.8",
"@cloudflare/workers-types": "^4.20250725.0",
"@types/bootstrap": "^5.2.10",
"@types/crypto-js": "4.2.2",
"@types/jquery": "^3.5.25",
"@types/jquery": "^3.5.32",
"@types/xml2js": "^0.4.14",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"wrangler": "^3.15.0"
"eslint-plugin-import": "^2.32.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"wrangler": "^4.26.0"
}
}