From 878a76e04757ee3df820aec74775129d31d22c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:38:26 +0000 Subject: [PATCH] Bump itty-router from 4.2.1 to 4.2.2 Bumps [itty-router](https://github.com/kwhitley/itty-router) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/kwhitley/itty-router/releases) - [Changelog](https://github.com/kwhitley/itty-router/blob/v4.x/CHANGELOG.md) - [Commits](https://github.com/kwhitley/itty-router/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: itty-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52402c4..61aab62 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "dependencies": { - "itty-router": "4.2.1" + "itty-router": "4.2.2" }, "devDependencies": { "@cloudflare/workers-types": "4.20240314.0",