|
15 | 15 | "@jridgewell/gen-mapping" "^0.3.0"
|
16 | 16 | "@jridgewell/trace-mapping" "^0.3.9"
|
17 | 17 |
|
| 18 | +"@astrojs/compiler@^2.0.0": |
| 19 | + version "2.5.3" |
| 20 | + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.5.3.tgz#eb34fa21cbd395f2b5493aa06d91dd9e9faf3bc2" |
| 21 | + integrity sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA== |
| 22 | + |
18 | 23 |
|
19 | 24 | version "7.12.11"
|
20 | 25 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
|
|
1382 | 1387 | "@nodelib/fs.scandir" "2.1.5"
|
1383 | 1388 | fastq "^1.6.0"
|
1384 | 1389 |
|
| 1390 | +"@pkgr/core@^0.1.0": |
| 1391 | + version "0.1.1" |
| 1392 | + resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" |
| 1393 | + integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== |
| 1394 | + |
1385 | 1395 | "@rushstack/eslint-patch@^1.0.6":
|
1386 | 1396 | version "1.5.1"
|
1387 | 1397 | resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz#5f1b518ec5fa54437c0b7c4a821546c64fed6922"
|
|
1517 | 1527 | "@typescript-eslint/types" "4.33.0"
|
1518 | 1528 | "@typescript-eslint/visitor-keys" "4.33.0"
|
1519 | 1529 |
|
1520 |
| -"@typescript-eslint/[email protected]": |
| 1530 | +"@typescript-eslint/[email protected]", "@typescript-eslint/scope-manager@^5.0.0": |
1521 | 1531 | version "5.62.0"
|
1522 | 1532 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
|
1523 | 1533 | integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
|
|
1540 | 1550 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
|
1541 | 1551 | integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
|
1542 | 1552 |
|
1543 |
| -"@typescript-eslint/[email protected]": |
| 1553 | +"@typescript-eslint/[email protected]", "@typescript-eslint/types@^5.0.0", "@typescript-eslint/types@^5.25.0": |
1544 | 1554 | version "5.62.0"
|
1545 | 1555 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
1546 | 1556 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
2070 | 2080 | resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
|
2071 | 2081 | integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==
|
2072 | 2082 |
|
| 2083 | +astro-eslint-parser@^0.16.3: |
| 2084 | + version "0.16.3" |
| 2085 | + resolved "https://registry.yarnpkg.com/astro-eslint-parser/-/astro-eslint-parser-0.16.3.tgz#faf9ca45db0cbf29e9152d7f6cfb849c170255f3" |
| 2086 | + integrity sha512-CGaBseNtunAV2DCpwBXqTKq8+9Tw65XZetMaC0FsMoZuLj0gxNIkbCf2QyKYScVrNOU7/ayfNdVw8ZCSHBiqCg== |
| 2087 | + dependencies: |
| 2088 | + "@astrojs/compiler" "^2.0.0" |
| 2089 | + "@typescript-eslint/scope-manager" "^5.0.0" |
| 2090 | + "@typescript-eslint/types" "^5.0.0" |
| 2091 | + astrojs-compiler-sync "^0.3.0" |
| 2092 | + debug "^4.3.4" |
| 2093 | + entities "^4.5.0" |
| 2094 | + eslint-visitor-keys "^3.0.0" |
| 2095 | + espree "^9.0.0" |
| 2096 | + semver "^7.3.8" |
| 2097 | + |
| 2098 | +astrojs-compiler-sync@^0.3.0: |
| 2099 | + version "0.3.5" |
| 2100 | + resolved "https://registry.yarnpkg.com/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.5.tgz#bdfeb511b30c908104375cdfe04545f56c8ade3f" |
| 2101 | + integrity sha512-y420rhIIJ2HHDkYeqKArBHSdJNIIGMztLH90KGIX3zjcJyt/cr9Z2wYA8CP5J1w6KE7xqMh0DAkhfjhNDpQb2Q== |
| 2102 | + dependencies: |
| 2103 | + synckit "^0.9.0" |
| 2104 | + |
2073 | 2105 | async-each@^1.0.1:
|
2074 | 2106 | version "1.0.6"
|
2075 | 2107 | resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.6.tgz#52f1d9403818c179b7561e11a5d1b77eb2160e77"
|
@@ -3199,6 +3231,11 @@ entities@^2.0.0:
|
3199 | 3231 | resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
|
3200 | 3232 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
|
3201 | 3233 |
|
| 3234 | +entities@^4.5.0: |
| 3235 | + version "4.5.0" |
| 3236 | + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" |
| 3237 | + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== |
| 3238 | + |
3202 | 3239 | errno@^0.1.3, errno@~0.1.7:
|
3203 | 3240 | version "0.1.8"
|
3204 | 3241 | resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
|
@@ -3401,6 +3438,13 @@ eslint-ast-utils@^1.0.0:
|
3401 | 3438 | lodash.get "^4.4.2"
|
3402 | 3439 | lodash.zip "^4.2.0"
|
3403 | 3440 |
|
| 3441 | +eslint-compat-utils@^0.4.0: |
| 3442 | + version "0.4.1" |
| 3443 | + resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.4.1.tgz#498d9dad03961174a283f7741838a3fbe4a34e89" |
| 3444 | + integrity sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg== |
| 3445 | + dependencies: |
| 3446 | + semver "^7.5.4" |
| 3447 | + |
3404 | 3448 | eslint-config-airbnb-base@^12.1.0:
|
3405 | 3449 | version "12.1.0"
|
3406 | 3450 | resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
|
|
3688 | 3732 | resolved "https://registry.yarnpkg.com/eslint-plugin-angular/-/eslint-plugin-angular-3.3.0.tgz#ba841ec018c8bc2d70f901ac41a6e7be5f79882b"
|
3689 | 3733 | integrity sha512-43HsDbJS0hx9xPU4Ox/pkz90ie4DuRao9ovcz4vteO6OOxVdH5lsOlGTmlJbrEiVyphF1sUwRDPuglu21Gg/GQ==
|
3690 | 3734 |
|
| 3735 | +eslint-plugin-astro@^0.31.4: |
| 3736 | + version "0.31.4" |
| 3737 | + resolved "https://registry.yarnpkg.com/eslint-plugin-astro/-/eslint-plugin-astro-0.31.4.tgz#eb6e2a209f0e146e796d9ad4106272cadeb0a0d4" |
| 3738 | + integrity sha512-aU1KYSo7TdnSTBenyAWuRFB07lVUe0/6u9cltC2ZCx0QgcfC+HP7e87OkmvoKh+RZuaSsVgLG4zCOI8LZ6nS/Q== |
| 3739 | + dependencies: |
| 3740 | + "@eslint-community/eslint-utils" "^4.2.0" |
| 3741 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 3742 | + "@typescript-eslint/types" "^5.25.0" |
| 3743 | + astro-eslint-parser "^0.16.3" |
| 3744 | + eslint-compat-utils "^0.4.0" |
| 3745 | + postcss "^8.4.14" |
| 3746 | + postcss-selector-parser "^6.0.10" |
| 3747 | + |
3691 | 3748 | eslint-plugin-babel@^5.3.0:
|
3692 | 3749 | version "5.3.1"
|
3693 | 3750 | resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.1.tgz#75a2413ffbf17e7be57458301c60291f2cfbf560"
|
@@ -4193,7 +4250,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
|
4193 | 4250 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
4194 | 4251 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
4195 | 4252 |
|
4196 |
| -eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
| 4253 | +eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
4197 | 4254 | version "3.4.3"
|
4198 | 4255 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
4199 | 4256 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
@@ -6126,6 +6183,11 @@ nanoid@^3.1.23:
|
6126 | 6183 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
|
6127 | 6184 | integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
|
6128 | 6185 |
|
| 6186 | +nanoid@^3.3.7: |
| 6187 | + version "3.3.7" |
| 6188 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" |
| 6189 | + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== |
| 6190 | + |
6129 | 6191 | nanomatch@^1.2.9:
|
6130 | 6192 | version "1.2.13"
|
6131 | 6193 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
@@ -6695,6 +6757,14 @@ posix-character-classes@^0.1.0:
|
6695 | 6757 | resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
|
6696 | 6758 | integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==
|
6697 | 6759 |
|
| 6760 | +postcss-selector-parser@^6.0.10: |
| 6761 | + version "6.0.15" |
| 6762 | + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz#11cc2b21eebc0b99ea374ffb9887174855a01535" |
| 6763 | + integrity sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw== |
| 6764 | + dependencies: |
| 6765 | + cssesc "^3.0.0" |
| 6766 | + util-deprecate "^1.0.2" |
| 6767 | + |
6698 | 6768 | postcss-selector-parser@^6.0.9:
|
6699 | 6769 | version "6.0.13"
|
6700 | 6770 | resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b"
|
|
6712 | 6782 | nanoid "^3.1.23"
|
6713 | 6783 | source-map "^0.6.1"
|
6714 | 6784 |
|
| 6785 | +postcss@^8.4.14: |
| 6786 | + version "8.4.35" |
| 6787 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7" |
| 6788 | + integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA== |
| 6789 | + dependencies: |
| 6790 | + nanoid "^3.3.7" |
| 6791 | + picocolors "^1.0.0" |
| 6792 | + source-map-js "^1.0.2" |
| 6793 | + |
6715 | 6794 | prelude-ls@^1.2.1:
|
6716 | 6795 | version "1.2.1"
|
6717 | 6796 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
@@ -7260,6 +7339,13 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
|
7260 | 7339 | dependencies:
|
7261 | 7340 | lru-cache "^6.0.0"
|
7262 | 7341 |
|
| 7342 | +semver@^7.5.4: |
| 7343 | + version "7.6.0" |
| 7344 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d" |
| 7345 | + integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== |
| 7346 | + dependencies: |
| 7347 | + lru-cache "^6.0.0" |
| 7348 | + |
7263 | 7349 | serialize-javascript@^4.0.0:
|
7264 | 7350 | version "4.0.0"
|
7265 | 7351 | resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
|
@@ -7405,7 +7491,7 @@ source-list-map@^2.0.0:
|
7405 | 7491 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
7406 | 7492 | integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
7407 | 7493 |
|
7408 |
| -source-map-js@^1.0.1: |
| 7494 | +source-map-js@^1.0.1, source-map-js@^1.0.2: |
7409 | 7495 | version "1.0.2"
|
7410 | 7496 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
|
7411 | 7497 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
@@ -7740,6 +7826,14 @@ supports-preserve-symlinks-flag@^1.0.0:
|
7740 | 7826 | resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
7741 | 7827 | integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
7742 | 7828 |
|
| 7829 | +synckit@^0.9.0: |
| 7830 | + version "0.9.0" |
| 7831 | + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.0.tgz#5b33b458b3775e4466a5b377fba69c63572ae449" |
| 7832 | + integrity sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg== |
| 7833 | + dependencies: |
| 7834 | + "@pkgr/core" "^0.1.0" |
| 7835 | + tslib "^2.6.2" |
| 7836 | + |
7743 | 7837 | table@^3.7.8:
|
7744 | 7838 | version "3.8.3"
|
7745 | 7839 | resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f"
|
@@ -7897,7 +7991,7 @@ tslib@^1.8.1:
|
7897 | 7991 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
7898 | 7992 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
7899 | 7993 |
|
7900 |
| -tslib@^2.0.3, tslib@^2.1.0: |
| 7994 | +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.2: |
7901 | 7995 | version "2.6.2"
|
7902 | 7996 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
7903 | 7997 | integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
0 commit comments