From 1bca0f8845b08f0295d92a06a7956c57d2def9fd Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 16 Sep 2024 12:28:04 -0500 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea2d647..7dc0725 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "debug": "2.6.9", "methods": "~1.1.2", "parseurl": "~1.3.3", - "path-to-regexp": "^0.1.7", + "path-to-regexp": "0.1.11", "setprototypeof": "1.2.0", "utils-merge": "1.0.1" }, From 17a03407b1552bf903d929b47fc3c69dfbe439da Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 16 Sep 2024 12:28:36 -0500 Subject: [PATCH 2/2] Update HISTORY.md --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0ca0844..89af472 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +unreleased +================== + * deps: path-to-regexp@0.10.11 + 1.3.8 / 2023-02-24 ==================