Skip to content

Commit

Permalink
bump path-to-regex to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Sep 12, 2024
1 parent 02ad6ee commit 5ab7baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"http-errors": "^2.0.0",
"koa-compose": "^4.1.0",
"methods": "^1.1.2",
"path-to-regexp": "^6.2.1"
"path-to-regexp": "^6.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ describe('Router', function () {
if (err) return done(err);
res.header.should.have.property(
'location',
'https://www.example.com'
'https://www.example.com/'
);
done();
});
Expand Down

0 comments on commit 5ab7baa

Please sign in to comment.