Skip to content

Commit 6cfec20

Browse files
Andrei Banshchikovmeta-codesync[bot]
authored andcommitted
Upgrading path-to-regexp package in QuickLayout Docs
Summary: Received an alert on a vulnerability in path-to-regexp package, upgraded to latest patched version (0.1.13). Mirrors D101617088 approach (yarn `resolutions`). Differential Revision: D102589212 fbshipit-source-id: 16b6d089cae15c101663a2d174f9f70d89a6d539
1 parent 5e56e82 commit 6cfec20

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Sources/QuickLayout/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
"resolutions": {
5555
"brace-expansion": "1.1.13",
56+
"express/path-to-regexp": "0.1.13",
5657
"lodash": "4.18.1",
5758
"picomatch": "2.3.2"
5859
}

Sources/QuickLayout/docs/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8932,6 +8932,11 @@ path-root@^0.1.1:
89328932
dependencies:
89338933
path-root-regex "^0.1.0"
89348934

8935+
path-to-regexp@0.1.13, path-to-regexp@~0.1.12:
8936+
version "0.1.13"
8937+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.13.tgz#9b22ec16bc3ab88d05a0c7e369869421401ab17d"
8938+
integrity sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==
8939+
89358940
path-to-regexp@3.3.0:
89368941
version "3.3.0"
89378942
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b"
@@ -8944,11 +8949,6 @@ path-to-regexp@^1.7.0:
89448949
dependencies:
89458950
isarray "0.0.1"
89468951

8947-
path-to-regexp@~0.1.12:
8948-
version "0.1.12"
8949-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
8950-
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
8951-
89528952
path-type@^4.0.0:
89538953
version "4.0.0"
89548954
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)