Skip to content

Commit

Permalink
fix: add resolution for website/path-to-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Dec 12, 2024
1 parent 0ef82a2 commit e7cec02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"typescript": "5.6.3"
},
"resolutions": {
"http-proxy-middleware": "3.0.3"
"http-proxy-middleware": "3.0.3",
"express/path-to-regexp": "0.1.12"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11036,10 +11036,10 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:0.1.10":
version: 0.1.10
resolution: "path-to-regexp@npm:0.1.10"
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
"path-to-regexp@npm:0.1.12":
version: 0.1.12
resolution: "path-to-regexp@npm:0.1.12"
checksum: 10c0/1c6ff10ca169b773f3bba943bbc6a07182e332464704572962d277b900aeee81ac6aa5d060ff9e01149636c30b1f63af6e69dd7786ba6e0ddb39d4dee1f0645b
languageName: node
linkType: hard

Expand Down

0 comments on commit e7cec02

Please sign in to comment.