|
1414 | 1414 | ts-node "^9"
|
1415 | 1415 | tslib "^2"
|
1416 | 1416 |
|
1417 |
| -"@eslint/eslintrc@^0.4.0", "@eslint/eslintrc@^0.4.1": |
| 1417 | +"@eslint/eslintrc@^0.4.0": |
1418 | 1418 | version "0.4.1"
|
1419 | 1419 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
|
1420 | 1420 | integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
|
|
1429 | 1429 | minimatch "^3.0.4"
|
1430 | 1430 | strip-json-comments "^3.1.1"
|
1431 | 1431 |
|
| 1432 | +"@eslint/eslintrc@^0.4.2": |
| 1433 | + version "0.4.2" |
| 1434 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179" |
| 1435 | + integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg== |
| 1436 | + dependencies: |
| 1437 | + ajv "^6.12.4" |
| 1438 | + debug "^4.1.1" |
| 1439 | + espree "^7.3.0" |
| 1440 | + globals "^13.9.0" |
| 1441 | + ignore "^4.0.6" |
| 1442 | + import-fresh "^3.2.1" |
| 1443 | + js-yaml "^3.13.1" |
| 1444 | + minimatch "^3.0.4" |
| 1445 | + strip-json-comments "^3.1.1" |
| 1446 | + |
1432 | 1447 | "@graphql-tools/batch-execute@^7.0.0":
|
1433 | 1448 | version "7.0.0"
|
1434 | 1449 | resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-7.0.0.tgz#e79d11bd5b39f29172f6ec2eafa71103c6a6c85b"
|
|
3542 | 3557 | text-table "^0.2.0"
|
3543 | 3558 | v8-compile-cache "^2.0.3"
|
3544 | 3559 |
|
3545 |
| -eslint@7.27.0: |
3546 |
| - version "7.27.0" |
3547 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7" |
3548 |
| - integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA== |
| 3560 | +eslint@7.28.0: |
| 3561 | + version "7.28.0" |
| 3562 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820" |
| 3563 | + integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g== |
3549 | 3564 | dependencies:
|
3550 | 3565 | "@babel/code-frame" "7.12.11"
|
3551 |
| - "@eslint/eslintrc" "^0.4.1" |
| 3566 | + "@eslint/eslintrc" "^0.4.2" |
3552 | 3567 | ajv "^6.10.0"
|
3553 | 3568 | chalk "^4.0.0"
|
3554 | 3569 | cross-spawn "^7.0.2"
|
|
3565 | 3580 | fast-deep-equal "^3.1.3"
|
3566 | 3581 | file-entry-cache "^6.0.1"
|
3567 | 3582 | functional-red-black-tree "^1.0.1"
|
3568 |
| - glob-parent "^5.0.0" |
| 3583 | + glob-parent "^5.1.2" |
3569 | 3584 | globals "^13.6.0"
|
3570 | 3585 | ignore "^4.0.6"
|
3571 | 3586 | import-fresh "^3.0.0"
|
@@ -3974,6 +3989,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0:
|
3974 | 3989 | dependencies:
|
3975 | 3990 | is-glob "^4.0.1"
|
3976 | 3991 |
|
| 3992 | +glob-parent@^5.1.2: |
| 3993 | + version "5.1.2" |
| 3994 | + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" |
| 3995 | + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== |
| 3996 | + dependencies: |
| 3997 | + is-glob "^4.0.1" |
| 3998 | + |
3977 | 3999 | glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
|
3978 | 4000 | version "7.1.6"
|
3979 | 4001 | resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
|
@@ -4005,6 +4027,13 @@ globals@^13.6.0:
|
4005 | 4027 | dependencies:
|
4006 | 4028 | type-fest "^0.20.2"
|
4007 | 4029 |
|
| 4030 | +globals@^13.9.0: |
| 4031 | + version "13.9.0" |
| 4032 | + resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb" |
| 4033 | + integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA== |
| 4034 | + dependencies: |
| 4035 | + type-fest "^0.20.2" |
| 4036 | + |
4008 | 4037 |
|
4009 | 4038 | version "11.0.0"
|
4010 | 4039 | resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
|
|
0 commit comments