From 7b2d704d1640850a03b3ca43e0c5dc7dcaa56b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 18:41:33 +0000 Subject: [PATCH] Bump itty-router-extras from 0.4.2 to 0.4.3 Bumps [itty-router-extras](https://github.com/kwhitley/itty-router-extras) from 0.4.2 to 0.4.3. - [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.3) --- 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 dab80c0..c387cb4 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.3" }, "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.3", + "resolved": "https://registry.npmjs.org/itty-router-extras/-/itty-router-extras-0.4.3.tgz", + "integrity": "sha512-JpcRG82EoXixAgrAYtCPSZvN+NfTO+wuN+cqQKFhOcT6LtJn3ZKv139jyQ9eV/8I+r0p7dHqFf5eKsbW6kcBWw==" }, "node_modules/js-string-escape": { "version": "1.0.1", diff --git a/package.json b/package.json index 1bcb0ca..0eff8f3 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.3" } }