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": {
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
"version": "0.1.13",
"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": "sha1-myLsFrw6uI0FoMfjaYaUIUAasX0=",
"license": "MIT"
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"version": "2.3.2",
"resolved": "https://ms-feed-2.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/picomatch/-/picomatch-2.3.2.tgz",
"integrity": "sha1-WpQpFeJrNy3A8OZ1MUmhbmscVgE=",
"license": "MIT",
"engines": {
"node": ">=8.6"