From dd947fe473dbe8d6ccae8689abf494907fbfdb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:50:04 +0000 Subject: [PATCH] Bump itty-router from 4.0.11 to 4.0.23 Bumps [itty-router](https://github.com/kwhitley/itty-router) from 4.0.11 to 4.0.23. - [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.11...v4.0.23) --- updated-dependencies: - dependency-name: itty-router 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 6b25645..948bb4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.230620.2", "license": "MIT", "dependencies": { - "itty-router": "^4.0.11" + "itty-router": "^4.0.23" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", @@ -1975,9 +1975,9 @@ "dev": true }, "node_modules/itty-router": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-4.0.11.tgz", - "integrity": "sha512-I7lm8f76jHUwftzzsFJhYCOvueFFyNNZs9d8HfMP5e6SGGyiOc3sB6/wNGoETTZTVbAufq5M2KKGos+ZkhDW/A==" + "version": "4.0.23", + "resolved": "https://registry.npmjs.org/itty-router/-/itty-router-4.0.23.tgz", + "integrity": "sha512-tP1NI8PVK43vWlBnIPqj47ni5FDSczFviA4wgBznscndo8lEvBA+pO3DD1rNbIQPcZhprr775iUTunyGvQMcBw==" }, "node_modules/js-yaml": { "version": "4.1.0", diff --git a/package.json b/package.json index 012348b..947ff74 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "wrangler": "^3.1.1" }, "dependencies": { - "itty-router": "^4.0.11" + "itty-router": "^4.0.23" } }