diff --git a/package-lock.json b/package-lock.json index 8c711b4..3ed14b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/node": "^20.11.19", "bgent": "^0.0.18", "discord-interactions": "^3.4.0", - "itty-router": "^4.0.13", + "itty-router": "^5.0.16", "uuid-by-string": "^4.0.0" }, "devDependencies": { @@ -2400,8 +2400,9 @@ "license": "ISC" }, "node_modules/itty-router": { - "version": "4.0.13", - "license": "MIT" + "version": "5.0.16", + "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-5.0.16.tgz", + "integrity": "sha512-Kzk07Cx1dXvwtbCVeLvIT7W9uQaJc3UdWb6L57aSt8usqAWpQJziH3UgSWw2k7up00ImPeNACXY7zHE7eEPd7w==" }, "node_modules/js-md5": { "version": "0.7.3", diff --git a/package.json b/package.json index b220767..93e8acb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.11.19", "bgent": "^0.0.18", "discord-interactions": "^3.4.0", - "itty-router": "^4.0.13", + "itty-router": "^5.0.16", "uuid-by-string": "^4.0.0" }, "devDependencies": {