Add path-to-regexp and picomatch overrides to local-proxy (#2554)

Co-authored-by: Ritvik Jayaswal <rjayaswal@microsoft.com>
This commit is contained in:
Ritvik Jayaswal
2026-08-07 14:58:26 -04:00
committed by GitHub
parent 1faf8983f4
commit 9e001e871c
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -13,5 +13,9 @@
"dependencies": {
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.3"
},
"overrides": {
"path-to-regexp": "0.1.13",
"picomatch": "2.3.2"
}
}