|
3709 | 3709 | dependencies:
|
3710 | 3710 | "@types/node" "*"
|
3711 | 3711 |
|
3712 |
| -"@typescript-eslint/eslint-plugin@6.15.0": |
3713 |
| - version "6.15.0" |
3714 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.15.0.tgz#b0b3e15fa8c3e67ed4386b765cc0ba98ad3a303b" |
3715 |
| - integrity sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg== |
| 3712 | +"@typescript-eslint/eslint-plugin@6.16.0": |
| 3713 | + version "6.16.0" |
| 3714 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc" |
| 3715 | + integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ== |
3716 | 3716 | dependencies:
|
3717 | 3717 | "@eslint-community/regexpp" "^4.5.1"
|
3718 |
| - "@typescript-eslint/scope-manager" "6.15.0" |
3719 |
| - "@typescript-eslint/type-utils" "6.15.0" |
3720 |
| - "@typescript-eslint/utils" "6.15.0" |
3721 |
| - "@typescript-eslint/visitor-keys" "6.15.0" |
| 3718 | + "@typescript-eslint/scope-manager" "6.16.0" |
| 3719 | + "@typescript-eslint/type-utils" "6.16.0" |
| 3720 | + "@typescript-eslint/utils" "6.16.0" |
| 3721 | + "@typescript-eslint/visitor-keys" "6.16.0" |
3722 | 3722 | debug "^4.3.4"
|
3723 | 3723 | graphemer "^1.4.0"
|
3724 | 3724 | ignore "^5.2.4"
|
3725 | 3725 | natural-compare "^1.4.0"
|
3726 | 3726 | semver "^7.5.4"
|
3727 | 3727 | ts-api-utils "^1.0.1"
|
3728 | 3728 |
|
3729 |
| -"@typescript-eslint/parser@6.15.0": |
3730 |
| - version "6.15.0" |
3731 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.15.0.tgz#1af69741cfa314a13c1434d0bdd5a0c3096699d7" |
3732 |
| - integrity sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA== |
| 3729 | +"@typescript-eslint/parser@6.16.0": |
| 3730 | + version "6.16.0" |
| 3731 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c" |
| 3732 | + integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw== |
3733 | 3733 | dependencies:
|
3734 |
| - "@typescript-eslint/scope-manager" "6.15.0" |
3735 |
| - "@typescript-eslint/types" "6.15.0" |
3736 |
| - "@typescript-eslint/typescript-estree" "6.15.0" |
3737 |
| - "@typescript-eslint/visitor-keys" "6.15.0" |
| 3734 | + "@typescript-eslint/scope-manager" "6.16.0" |
| 3735 | + "@typescript-eslint/types" "6.16.0" |
| 3736 | + "@typescript-eslint/typescript-estree" "6.16.0" |
| 3737 | + "@typescript-eslint/visitor-keys" "6.16.0" |
3738 | 3738 | debug "^4.3.4"
|
3739 | 3739 |
|
3740 |
| -"@typescript-eslint/scope-manager@6.15.0": |
3741 |
| - version "6.15.0" |
3742 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.15.0.tgz#40e5214a3e9e048aca55ce33381bc61b6b51c32a" |
3743 |
| - integrity sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg== |
| 3740 | +"@typescript-eslint/scope-manager@6.16.0": |
| 3741 | + version "6.16.0" |
| 3742 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168" |
| 3743 | + integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw== |
3744 | 3744 | dependencies:
|
3745 |
| - "@typescript-eslint/types" "6.15.0" |
3746 |
| - "@typescript-eslint/visitor-keys" "6.15.0" |
| 3745 | + "@typescript-eslint/types" "6.16.0" |
| 3746 | + "@typescript-eslint/visitor-keys" "6.16.0" |
3747 | 3747 |
|
3748 |
| -"@typescript-eslint/type-utils@6.15.0": |
3749 |
| - version "6.15.0" |
3750 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.15.0.tgz#c22261bd00566821a300d08f4632533a8f9bed01" |
3751 |
| - integrity sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ== |
| 3748 | +"@typescript-eslint/type-utils@6.16.0": |
| 3749 | + version "6.16.0" |
| 3750 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1" |
| 3751 | + integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg== |
3752 | 3752 | dependencies:
|
3753 |
| - "@typescript-eslint/typescript-estree" "6.15.0" |
3754 |
| - "@typescript-eslint/utils" "6.15.0" |
| 3753 | + "@typescript-eslint/typescript-estree" "6.16.0" |
| 3754 | + "@typescript-eslint/utils" "6.16.0" |
3755 | 3755 | debug "^4.3.4"
|
3756 | 3756 | ts-api-utils "^1.0.1"
|
3757 | 3757 |
|
3758 |
| -"@typescript-eslint/types@6.15.0": |
3759 |
| - version "6.15.0" |
3760 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5" |
3761 |
| - integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ== |
| 3758 | +"@typescript-eslint/types@6.16.0": |
| 3759 | + version "6.16.0" |
| 3760 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e" |
| 3761 | + integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ== |
3762 | 3762 |
|
3763 |
| -"@typescript-eslint/typescript-estree@6.15.0": |
3764 |
| - version "6.15.0" |
3765 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.15.0.tgz#2f8a513df1ce5e6e1ba8e5c6aa52f392ae023fc5" |
3766 |
| - integrity sha512-7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew== |
| 3763 | +"@typescript-eslint/typescript-estree@6.16.0": |
| 3764 | + version "6.16.0" |
| 3765 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03" |
| 3766 | + integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA== |
3767 | 3767 | dependencies:
|
3768 |
| - "@typescript-eslint/types" "6.15.0" |
3769 |
| - "@typescript-eslint/visitor-keys" "6.15.0" |
| 3768 | + "@typescript-eslint/types" "6.16.0" |
| 3769 | + "@typescript-eslint/visitor-keys" "6.16.0" |
3770 | 3770 | debug "^4.3.4"
|
3771 | 3771 | globby "^11.1.0"
|
3772 | 3772 | is-glob "^4.0.3"
|
| 3773 | + minimatch "9.0.3" |
3773 | 3774 | semver "^7.5.4"
|
3774 | 3775 | ts-api-utils "^1.0.1"
|
3775 | 3776 |
|
3776 |
| -"@typescript-eslint/utils@6.15.0": |
3777 |
| - version "6.15.0" |
3778 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.15.0.tgz#f80dbb79f3b0f569077a8711dd44186a8933fa4c" |
3779 |
| - integrity sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw== |
| 3777 | +"@typescript-eslint/utils@6.16.0": |
| 3778 | + version "6.16.0" |
| 3779 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae" |
| 3780 | + integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A== |
3780 | 3781 | dependencies:
|
3781 | 3782 | "@eslint-community/eslint-utils" "^4.4.0"
|
3782 | 3783 | "@types/json-schema" "^7.0.12"
|
3783 | 3784 | "@types/semver" "^7.5.0"
|
3784 |
| - "@typescript-eslint/scope-manager" "6.15.0" |
3785 |
| - "@typescript-eslint/types" "6.15.0" |
3786 |
| - "@typescript-eslint/typescript-estree" "6.15.0" |
| 3785 | + "@typescript-eslint/scope-manager" "6.16.0" |
| 3786 | + "@typescript-eslint/types" "6.16.0" |
| 3787 | + "@typescript-eslint/typescript-estree" "6.16.0" |
3787 | 3788 | semver "^7.5.4"
|
3788 | 3789 |
|
3789 |
| -"@typescript-eslint/visitor-keys@6.15.0": |
3790 |
| - version "6.15.0" |
3791 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.15.0.tgz#5baf97a7bfeec6f4894d400437055155a46b2330" |
3792 |
| - integrity sha512-1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w== |
| 3790 | +"@typescript-eslint/visitor-keys@6.16.0": |
| 3791 | + version "6.16.0" |
| 3792 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10" |
| 3793 | + integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A== |
3793 | 3794 | dependencies:
|
3794 |
| - "@typescript-eslint/types" "6.15.0" |
| 3795 | + "@typescript-eslint/types" "6.16.0" |
3795 | 3796 | eslint-visitor-keys "^3.4.1"
|
3796 | 3797 |
|
3797 | 3798 | "@ungap/structured-clone@^1.2.0":
|
|
8756 | 8757 | dependencies:
|
8757 | 8758 | brace-expansion "^2.0.1"
|
8758 | 8759 |
|
| 8760 | +[email protected], minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3: |
| 8761 | + version "9.0.3" |
| 8762 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" |
| 8763 | + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== |
| 8764 | + dependencies: |
| 8765 | + brace-expansion "^2.0.1" |
| 8766 | + |
8759 | 8767 | minimatch@^5.0.1, minimatch@^5.1.0:
|
8760 | 8768 | version "5.1.6"
|
8761 | 8769 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
8762 | 8770 | integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
8763 | 8771 | dependencies:
|
8764 | 8772 | brace-expansion "^2.0.1"
|
8765 | 8773 |
|
8766 |
| -minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3: |
8767 |
| - version "9.0.3" |
8768 |
| - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" |
8769 |
| - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== |
8770 |
| - dependencies: |
8771 |
| - brace-expansion "^2.0.1" |
8772 |
| - |
8773 | 8774 | minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
|
8774 | 8775 | version "1.2.8"
|
8775 | 8776 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
@@ -8991,10 +8992,10 @@ neo-async@^2.6.2:
|
8991 | 8992 | resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
8992 | 8993 | integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
8993 | 8994 |
|
8994 |
| - |
8995 |
| - version "17.1.0-next.4" |
8996 |
| - resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-17.1.0-next.4.tgz#32b07ec96ebd2e0fa65ebe770123b02fc464910b" |
8997 |
| - integrity sha512-CbnHPngBgnDpnWQANkijPRZWazdNQWPzn/QAmiZGd8iBVPchLbr42G4zTUqlA+M7CfnL6wDPU0SKgz/PU0Igog== |
| 8995 | + |
| 8996 | + version "17.1.0-next.5" |
| 8997 | + resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-17.1.0-next.5.tgz#02d51a0ec8ea44d127d7577aadf2c0aab1eec0a0" |
| 8998 | + integrity sha512-oa9PHFrJrzOq267igNBcIG4BZcqtkWXN/k81CJyk2QrUf9xLV9rGt4heDqyj1L4EvJQAViWi0gbnuwj35Nu1DA== |
8998 | 8999 | dependencies:
|
8999 | 9000 | "@rollup/plugin-json" "^6.0.1"
|
9000 | 9001 | "@rollup/plugin-node-resolve" "^15.2.3"
|
|
10787 | 10788 | dependencies:
|
10788 | 10789 | neo-async "^2.6.2"
|
10789 | 10790 |
|
| 10791 | + |
| 10792 | + version "13.3.3" |
| 10793 | + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.3.tgz#60df5e858788cffb1a3215e5b92e9cba61e7e133" |
| 10794 | + integrity sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA== |
| 10795 | + dependencies: |
| 10796 | + neo-async "^2.6.2" |
| 10797 | + |
10790 | 10798 |
|
10791 | 10799 | version "1.69.5"
|
10792 | 10800 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde"
|
|
11944 | 11952 | dependencies:
|
11945 | 11953 | "@fastify/busboy" "^2.0.0"
|
11946 | 11954 |
|
11947 |
| - |
11948 |
| - version "6.2.0" |
11949 |
| - resolved "https://registry.yarnpkg.com/undici/-/undici-6.2.0.tgz#e2f1b41489ebfba503b0f505e0e6c2a0161e7816" |
11950 |
| - integrity sha512-bglzaehBOLMe+BfK+Gv5Vpwpgdq2skaEBbSH92tcAv37wHHHTEGu43boyfTaHB+mwSo3VjyD/8d+ytPGeqsFIg== |
| 11955 | + |
| 11956 | + version "6.2.1" |
| 11957 | + resolved "https://registry.yarnpkg.com/undici/-/undici-6.2.1.tgz#554293044619e065d986c37a4c92185c3bc02121" |
| 11958 | + integrity sha512-7Wa9thEM6/LMnnKtxJHlc8SrTlDmxqJecgz1iy8KlsN0/iskQXOQCuPkrZLXbElPaSw5slFFyKIKXyJ3UtbApw== |
11951 | 11959 | dependencies:
|
11952 | 11960 | "@fastify/busboy" "^2.0.0"
|
11953 | 11961 |
|
|
0 commit comments