|
261 | 261 | "@jridgewell/resolve-uri" "^3.0.3" |
262 | 262 | "@jridgewell/sourcemap-codec" "^1.4.10" |
263 | 263 |
|
264 | | -"@lwc/eslint-plugin-lwc@^1.1.2": |
265 | | - version "1.1.2" |
266 | | - resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.1.2.tgz#b3815e7030aa006751e99f28d4a6c153bba1eda8" |
267 | | - integrity sha512-mkVTpyZhR+F5WHSe/wHiuw6AqOclXc8spWOddMvkYG07G21cSe8S8sxWk1cGkwa1V+yr/PaiABLcIFBOOSMI+A== |
| 264 | +"@lwc/eslint-plugin-lwc@^1.2.1": |
| 265 | + version "1.2.1" |
| 266 | + resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.2.1.tgz#4953dff14d2dabad22c967d4fd4b666ef45dbcd9" |
| 267 | + integrity sha512-13a5XOultegAc4i4SyFk9367KOvvRy40zbRSKkApcNa9uMI6n9/C/yFMvwve6Mp6PaIsGXlKFWNkzwj+nADEzw== |
268 | 268 | dependencies: |
269 | | - minimatch "^3.0.5" |
| 269 | + minimatch "^5.0.1" |
270 | 270 |
|
271 | 271 | |
272 | 272 | version "2.1.5" |
@@ -485,6 +485,13 @@ brace-expansion@^1.1.7: |
485 | 485 | balanced-match "^1.0.0" |
486 | 486 | concat-map "0.0.1" |
487 | 487 |
|
| 488 | +brace-expansion@^2.0.1: |
| 489 | + version "2.0.1" |
| 490 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" |
| 491 | + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== |
| 492 | + dependencies: |
| 493 | + balanced-match "^1.0.0" |
| 494 | + |
488 | 495 | braces@^3.0.1, braces@~3.0.2: |
489 | 496 | version "3.0.2" |
490 | 497 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" |
@@ -1591,12 +1598,12 @@ minimatch@^3.0.4: |
1591 | 1598 | dependencies: |
1592 | 1599 | brace-expansion "^1.1.7" |
1593 | 1600 |
|
1594 | | -minimatch@^3.0.5: |
1595 | | - version "3.1.2" |
1596 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
1597 | | - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
| 1601 | +minimatch@^5.0.1: |
| 1602 | + version "5.0.1" |
| 1603 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" |
| 1604 | + integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== |
1598 | 1605 | dependencies: |
1599 | | - brace-expansion "^1.1.7" |
| 1606 | + brace-expansion "^2.0.1" |
1600 | 1607 |
|
1601 | 1608 | minimist@^1.2.0, minimist@^1.2.5: |
1602 | 1609 | version "1.2.6" |
|
0 commit comments