Skip to content

Commit 7a93a21

Browse files
authored
deps: parseurl@^1.3.3 (#133)
1 parent 0d2cefc commit 7a93a21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ unreleased
44
* Remove `Object.setPrototypeOf` polyfill
55
* Use `Array.flat` instead of `array-flatten` package
66
* Replace `methods` dependency with standard library
7+
* deps: parseurl@^1.3.3
78

89
2.0.0 / 2024-09-09
910
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "pillarjs/router",
1111
"dependencies": {
1212
"is-promise": "4.0.0",
13-
"parseurl": "~1.3.3",
13+
"parseurl": "^1.3.3",
1414
"path-to-regexp": "^8.0.0",
1515
"utils-merge": "1.0.1"
1616
},

0 commit comments

Comments
 (0)