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
+6 -6
View File
@@ -708,15 +708,15 @@
} }
}, },
"node_modules/path-to-regexp": { "node_modules/path-to-regexp": {
"version": "0.1.12", "version": "0.1.13",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", "resolved": "https://ms-feed-25.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "integrity": "sha1-myLsFrw6uI0FoMfjaYaUIUAasX0=",
"license": "MIT" "license": "MIT"
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "resolved": "https://ms-feed-2.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/picomatch/-/picomatch-2.3.2.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "integrity": "sha1-WpQpFeJrNy3A8OZ1MUmhbmscVgE=",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
+4
View File
@@ -13,5 +13,9 @@
"dependencies": { "dependencies": {
"express": "^4.21.1", "express": "^4.21.1",
"http-proxy-middleware": "^3.0.3" "http-proxy-middleware": "^3.0.3"
},
"overrides": {
"path-to-regexp": "0.1.13",
"picomatch": "2.3.2"
} }
} }