Skip to content

Commit 5e56e82

Browse files
Andrei Banshchikovmeta-codesync[bot]
authored andcommitted
Upgrading picomatch package in QuickLayout Docs
Summary: Received an alert on a vulnerability in picomatch package, upgraded to latest patched version (2.3.2). Mirrors D101617088 approach (yarn `resolutions`). Differential Revision: D102589020 fbshipit-source-id: 1db7aca5d529b2a10b6caec6d66dd559da843841
1 parent 73c9700 commit 5e56e82

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Sources/QuickLayout/docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
"resolutions": {
5555
"brace-expansion": "1.1.13",
56-
"lodash": "4.18.1"
56+
"lodash": "4.18.1",
57+
"picomatch": "2.3.2"
5758
}
5859
}

Sources/QuickLayout/docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8973,10 +8973,10 @@ picocolors@^1.0.0, picocolors@^1.1.1:
89738973
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
89748974
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
89758975

8976-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
8977-
version "2.3.1"
8978-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
8979-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
8976+
picomatch@2.3.2, picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
8977+
version "2.3.2"
8978+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601"
8979+
integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==
89808980

89818981
pkg-dir@^7.0.0:
89828982
version "7.0.0"

0 commit comments

Comments
 (0)