From 6043bcb2f62ba0f1f8482fb3a84cf6f620148425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:39:05 +0100 Subject: [PATCH] chore(deps): Bump itty-router from 4.0.9 to 4.0.11 (#100) Bumps [itty-router](https://github.com/kwhitley/itty-router) from 4.0.9 to 4.0.11. - [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.0.9...v4.0.11) --- updated-dependencies: - dependency-name: itty-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f2d2711..08bd786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.2", "license": "Apache-2.0", "dependencies": { - "itty-router": "^4.0.9" + "itty-router": "^4.0.11" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", @@ -1011,9 +1011,9 @@ } }, "node_modules/itty-router": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-4.0.9.tgz", - "integrity": "sha512-al8PIAJEWuWZcg4iwLcLiF7R9njsIQxrT27ik2Vfp1Mi5CBEVr1BDKbA1xpOyqkRbj9cCBQiTRpLIKnNO2YKlQ==" + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-4.0.11.tgz", + "integrity": "sha512-I7lm8f76jHUwftzzsFJhYCOvueFFyNNZs9d8HfMP5e6SGGyiOc3sB6/wNGoETTZTVbAufq5M2KKGos+ZkhDW/A==" }, "node_modules/kleur": { "version": "4.1.5", diff --git a/package.json b/package.json index 0d76e64..20b0c79 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "publish": "npx wrangler publish" }, "dependencies": { - "itty-router": "^4.0.9" + "itty-router": "^4.0.11" } }