From 4021c29307a302ec45d0e39f834f72f353d475a7 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Fri, 25 Oct 2024 14:06:53 -0500 Subject: [PATCH] deps: parseurl@^1.3.3 deps: parseurl@^1.3.3 --- HISTORY.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5f69004..fd5f34c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ unreleased * Remove `Object.setPrototypeOf` polyfill * Use `Array.flat` instead of `array-flatten` package * Replace `methods` dependency with standard library +* deps: parseurl@^1.3.3 2.0.0 / 2024-09-09 ================== diff --git a/package.json b/package.json index cbbba3b..1bfbff0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "repository": "pillarjs/router", "dependencies": { "is-promise": "4.0.0", - "parseurl": "~1.3.3", + "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0", "utils-merge": "1.0.1" },