diff --git a/package-lock.json b/package-lock.json index 7a5e233..2d71ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "dotenv": "^16.5.0", "express": "^5.1.0", - "itty-router": "^5.0.18", + "itty-router": "^5.0.22", "jsonwebtoken": "^9.0.2", "mustache": "^4.2.0", "superjson": "^2.2.2", @@ -1714,9 +1714,9 @@ } }, "node_modules/itty-router": { - "version": "5.0.18", - "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-5.0.18.tgz", - "integrity": "sha512-mK3ReOt4ARAGy0V0J7uHmArG2USN2x0zprZ+u+YgmeRjXTDbaowDy3kPcsmQY6tH+uHhDgpWit9Vqmv/4rTXwA==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-5.0.22.tgz", + "integrity": "sha512-9hmdGErWdYDOurGYxSbqLhy4EFReIwk71hMZTJ5b+zfa2zjMNV1ftFno2b8VjAQvX615gNB8Qxbl9JMRqHnIVA==", "license": "MIT" }, "node_modules/jsonwebtoken": { diff --git a/package.json b/package.json index a271f2c..8934774 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "dotenv": "^16.5.0", "express": "^5.1.0", - "itty-router": "^5.0.18", + "itty-router": "^5.0.22", "jsonwebtoken": "^9.0.2", "mustache": "^4.2.0", "superjson": "^2.2.2",