|
2737 | 2737 | text-table "^0.2.0"
|
2738 | 2738 | v8-compile-cache "^2.0.3"
|
2739 | 2739 |
|
2740 |
| -eslint@7.21.0: |
2741 |
| - version "7.21.0" |
2742 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83" |
2743 |
| - integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg== |
| 2740 | +eslint@7.22.0: |
| 2741 | + version "7.22.0" |
| 2742 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f" |
| 2743 | + integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg== |
2744 | 2744 | dependencies:
|
2745 | 2745 | "@babel/code-frame" "7.12.11"
|
2746 | 2746 | "@eslint/eslintrc" "^0.4.0"
|
|
2759 | 2759 | file-entry-cache "^6.0.1"
|
2760 | 2760 | functional-red-black-tree "^1.0.1"
|
2761 | 2761 | glob-parent "^5.0.0"
|
2762 |
| - globals "^12.1.0" |
| 2762 | + globals "^13.6.0" |
2763 | 2763 | ignore "^4.0.6"
|
2764 | 2764 | import-fresh "^3.0.0"
|
2765 | 2765 | imurmurhash "^0.1.4"
|
2766 | 2766 | is-glob "^4.0.0"
|
2767 | 2767 | js-yaml "^3.13.1"
|
2768 | 2768 | json-stable-stringify-without-jsonify "^1.0.1"
|
2769 | 2769 | levn "^0.4.1"
|
2770 |
| - lodash "^4.17.20" |
| 2770 | + lodash "^4.17.21" |
2771 | 2771 | minimatch "^3.0.4"
|
2772 | 2772 | natural-compare "^1.4.0"
|
2773 | 2773 | optionator "^0.9.1"
|
@@ -3337,6 +3337,13 @@ globals@^12.1.0:
|
3337 | 3337 | dependencies:
|
3338 | 3338 | type-fest "^0.8.1"
|
3339 | 3339 |
|
| 3340 | +globals@^13.6.0: |
| 3341 | + version "13.6.0" |
| 3342 | + resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7" |
| 3343 | + integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ== |
| 3344 | + dependencies: |
| 3345 | + type-fest "^0.20.2" |
| 3346 | + |
3340 | 3347 |
|
3341 | 3348 | version "11.0.0"
|
3342 | 3349 | resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
|
@@ -4634,6 +4641,11 @@ [email protected], lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
|
4634 | 4641 | resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
|
4635 | 4642 | integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
|
4636 | 4643 |
|
| 4644 | +lodash@^4.17.21: |
| 4645 | + version "4.17.21" |
| 4646 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
| 4647 | + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
| 4648 | + |
4637 | 4649 | log-symbols@^4.0.0:
|
4638 | 4650 | version "4.0.0"
|
4639 | 4651 | resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
|
@@ -6589,6 +6601,11 @@ type-fest@^0.13.1:
|
6589 | 6601 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
|
6590 | 6602 | integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
|
6591 | 6603 |
|
| 6604 | +type-fest@^0.20.2: |
| 6605 | + version "0.20.2" |
| 6606 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" |
| 6607 | + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== |
| 6608 | + |
6592 | 6609 | type-fest@^0.4.1:
|
6593 | 6610 | version "0.4.1"
|
6594 | 6611 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8"
|
|
0 commit comments