Skip to content

Commit

Permalink
Dependencies: parseurl@^1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yatiac committed Oct 25, 2024
1 parent 878b0e0 commit 82c3625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ unreleased
* Remove `Object.setPrototypeOf` polyfill
* Use `Array.flat` instead of `array-flatten` package
* Replace `methods` dependency with standard library
* Dependencies: `parseurl@^1.3.3`

2.0.0 / 2024-09-09
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 82c3625

Please sign in to comment.