From 4a72e3c5ce71e50677dec8f4559168f58b0db110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:13:09 +0000 Subject: [PATCH] Bump itty-router from 5.0.18 to 5.0.22 Bumps [itty-router](https://github.com/kwhitley/itty-router) from 5.0.18 to 5.0.22. - [Release notes](https://github.com/kwhitley/itty-router/releases) - [Changelog](https://github.com/kwhitley/itty-router/blob/v5.x/CHANGELOG.md) - [Commits](https://github.com/kwhitley/itty-router/compare/v5.0.18...v5.0.22) --- updated-dependencies: - dependency-name: itty-router dependency-version: 5.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",