From 850aa3823e8208f24f21b012a4a6dd315ed379c8 Mon Sep 17 00:00:00 2001 From: mschfh <37435502+mschfh@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:34:37 +0200 Subject: [PATCH] fix: bump path-to-regexp to 6.3.0 (#187) Resolves #186 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1f2025..5054c31 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "http-errors": "^2.0.0", "koa-compose": "^4.1.0", - "path-to-regexp": "^6.2.2" + "path-to-regexp": "^6.3.0" }, "devDependencies": { "@commitlint/cli": "^17.7.2",