Skip to content

Commit 843e572

Browse files
committed
add picomatch resolution to fix high level security issue
1 parent 623476f commit 843e572

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@
184184
"node-sass-package-importer/**/postcss": "^8.5.6",
185185
"string-width": "^4.2.3",
186186
"wrap-ansi": "^7.0.0",
187-
"hast-util-from-parse5": "8.0.0"
187+
"hast-util-from-parse5": "8.0.0",
188+
"**/picomatch": "^2.3.2"
188189
},
189190
"husky": {
190191
"hooks": {

yarn.lock

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

10124-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
10125-
version "2.3.1"
10126-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
10127-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
10128-
10129-
picomatch@^4.0.2:
10130-
version "4.0.3"
10131-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
10132-
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
10124+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1, picomatch@^2.3.2, picomatch@^4.0.2:
10125+
version "2.3.2"
10126+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601"
10127+
integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==
1013310128

1013410129
pidtree@^0.6.0:
1013510130
version "0.6.0"

0 commit comments

Comments
 (0)