From 0c64257e76cfd3cdf6cc9c77ad05c93d49343d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 01:49:46 +0000 Subject: [PATCH] Bump itty-router from 5.0.18 to 5.0.20 Bumps [itty-router](https://github.com/kwhitley/itty-router) from 5.0.18 to 5.0.20. - [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.20) --- updated-dependencies: - dependency-name: itty-router dependency-version: 5.0.20 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..8d325ed 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.20", "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.20", + "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-5.0.20.tgz", + "integrity": "sha512-D27Q+6D3q4Fho3ixmbE+qbu+7N/OqO7ty8Eh62PkyEhg4oBRPV3+HBU3GBXneuc430sRql9Az6qTdCiJKFbHtw==", "license": "MIT" }, "node_modules/jsonwebtoken": { diff --git a/package.json b/package.json index a271f2c..9286dff 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.20", "jsonwebtoken": "^9.0.2", "mustache": "^4.2.0", "superjson": "^2.2.2",