|
1429 | 1429 | "@nodelib/fs.scandir" "2.1.3" |
1430 | 1430 | fastq "^1.6.0" |
1431 | 1431 |
|
| 1432 | +"@pkgr/core@^0.3.6": |
| 1433 | + version "0.3.6" |
| 1434 | + resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.3.6.tgz#3569708bd4be4d8870ba32bf1c456dac81600d97" |
| 1435 | + integrity sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA== |
| 1436 | + |
1432 | 1437 | "@samverschueren/stream-to-observable@^0.3.0": |
1433 | 1438 | version "0.3.0" |
1434 | 1439 | resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" |
@@ -3696,12 +3701,13 @@ eslint-plugin-import@^2.23.4: |
3696 | 3701 | resolve "^1.20.0" |
3697 | 3702 | tsconfig-paths "^3.9.0" |
3698 | 3703 |
|
3699 | | -eslint-plugin-prettier@^3.4.0: |
3700 | | - version "3.4.0" |
3701 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7" |
3702 | | - integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw== |
| 3704 | +eslint-plugin-prettier@^5.5.6: |
| 3705 | + version "5.5.6" |
| 3706 | + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.6.tgz#363ebe4d769bce157ccdd8129ce3efd91dc62564" |
| 3707 | + integrity sha512-ifetmTcxWfz+4qRW3pH/ujdTq2jQIj59AxJMIN26K5avYgU8dxycUETQonWiW+wPrYXA0j3Try0l1CnwVQtDqQ== |
3703 | 3708 | dependencies: |
3704 | | - prettier-linter-helpers "^1.0.0" |
| 3709 | + prettier-linter-helpers "^1.0.1" |
| 3710 | + synckit "^0.11.13" |
3705 | 3711 |
|
3706 | 3712 | eslint-scope@^5.0.0, eslint-scope@^5.1.1: |
3707 | 3713 | version "5.1.1" |
@@ -7394,10 +7400,10 @@ prelude-ls@~1.1.2: |
7394 | 7400 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" |
7395 | 7401 | integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= |
7396 | 7402 |
|
7397 | | -prettier-linter-helpers@^1.0.0: |
7398 | | - version "1.0.0" |
7399 | | - resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" |
7400 | | - integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== |
| 7403 | +prettier-linter-helpers@^1.0.1: |
| 7404 | + version "1.0.1" |
| 7405 | + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz#6a31f88a4bad6c7adda253de12ba4edaea80ebcd" |
| 7406 | + integrity sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg== |
7401 | 7407 | dependencies: |
7402 | 7408 | fast-diff "^1.1.2" |
7403 | 7409 |
|
@@ -8728,6 +8734,13 @@ symbol-tree@^3.2.4: |
8728 | 8734 | resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" |
8729 | 8735 | integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== |
8730 | 8736 |
|
| 8737 | +synckit@^0.11.13: |
| 8738 | + version "0.11.13" |
| 8739 | + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.13.tgz#062a5ea57d81befc35892f8254de5c567e97c80a" |
| 8740 | + integrity sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg== |
| 8741 | + dependencies: |
| 8742 | + "@pkgr/core" "^0.3.6" |
| 8743 | + |
8731 | 8744 | table@^6.0.4: |
8732 | 8745 | version "6.0.7" |
8733 | 8746 | resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34" |
|
0 commit comments