From 3c4e95aa32a4118c540031240ddb79a8c0c2f045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:30:02 +0000 Subject: [PATCH] Bump itty-router from 4.2.0 to 4.2.1 Bumps [itty-router](https://github.com/kwhitley/itty-router) from 4.2.0 to 4.2.1. - [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.0...v4.2.1) --- 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 e2385e2..b41a9de 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "dependencies": { - "itty-router": "4.2.0" + "itty-router": "4.2.1" }, "devDependencies": { "@cloudflare/workers-types": "4.20240312.0",