From 007f48e8986df27aa6b19e4319a9cf5195ebb136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:39:47 +0000 Subject: [PATCH] Bump itty-router-extras from 0.4.2 to 0.4.5 Bumps [itty-router-extras](https://github.com/kwhitley/itty-router-extras) from 0.4.2 to 0.4.5. - [Changelog](https://github.com/kwhitley/itty-router-extras/blob/v0.x/CHANGELOG.md) - [Commits](https://github.com/kwhitley/itty-router-extras/compare/v0.4.2...v0.4.5) --- updated-dependencies: - dependency-name: itty-router-extras 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 0ad444e..3693584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@ridetracker/discordwebhooksclient": "^0.9.0", "geolib": "^3.3.3", "itty-router": "^3.0.12", - "itty-router-extras": "^0.4.2" + "itty-router-extras": "^0.4.5" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", @@ -1331,9 +1331,9 @@ "integrity": "sha512-s98XTPhle6GGbaFf0kYrOD3Q8gyhnqvOqkwYijC3AmkceNKqWUp13YHg6dWmqmVv4pP7l7c94XI92I0EXVGO0w==" }, "node_modules/itty-router-extras": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/itty-router-extras/-/itty-router-extras-0.4.2.tgz", - "integrity": "sha512-ppHaBzcTXs7idFSDISehG+8kif2/4aqLCfyY/Y/uIZv79sfEfNmTq9G+rDeqblun/VZRBiXZD8ztYmMS8EOsKw==" + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/itty-router-extras/-/itty-router-extras-0.4.5.tgz", + "integrity": "sha512-flxFhFZgPqiscrHTV3mBbRBk8plgOGdg5tZMyv7hE629PO+XEfXh2uHs78ndH6axRG50fIHfjrrqAlb3Pguemw==" }, "node_modules/js-string-escape": { "version": "1.0.1", diff --git a/package.json b/package.json index d151deb..6213688 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "@ridetracker/discordwebhooksclient": "^0.9.0", "geolib": "^3.3.3", "itty-router": "^3.0.12", - "itty-router-extras": "^0.4.2" + "itty-router-extras": "^0.4.5" } }