|
102 | 102 | dependencies:
|
103 | 103 | eslint-visitor-keys "^3.3.0"
|
104 | 104 |
|
105 |
| -"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": |
106 |
| - version "4.11.0" |
107 |
| - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" |
108 |
| - integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== |
| 105 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0": |
| 106 | + version "4.11.1" |
| 107 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f" |
| 108 | + integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q== |
109 | 109 |
|
110 |
| -"@eslint/eslintrc@^2.1.4": |
111 |
| - version "2.1.4" |
112 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" |
113 |
| - integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== |
| 110 | +"@eslint/config-array@^0.18.0": |
| 111 | + version "0.18.0" |
| 112 | + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d" |
| 113 | + integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw== |
| 114 | + dependencies: |
| 115 | + "@eslint/object-schema" "^2.1.4" |
| 116 | + debug "^4.3.1" |
| 117 | + minimatch "^3.1.2" |
| 118 | + |
| 119 | +"@eslint/core@^0.7.0": |
| 120 | + version "0.7.0" |
| 121 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.7.0.tgz#a1bb4b6a4e742a5ff1894b7ee76fbf884ec72bd3" |
| 122 | + integrity sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw== |
| 123 | + |
| 124 | +"@eslint/eslintrc@^3.1.0": |
| 125 | + version "3.1.0" |
| 126 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6" |
| 127 | + integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ== |
114 | 128 | dependencies:
|
115 | 129 | ajv "^6.12.4"
|
116 | 130 | debug "^4.3.2"
|
117 |
| - espree "^9.6.0" |
118 |
| - globals "^13.19.0" |
| 131 | + espree "^10.0.1" |
| 132 | + globals "^14.0.0" |
119 | 133 | ignore "^5.2.0"
|
120 | 134 | import-fresh "^3.2.1"
|
121 | 135 | js-yaml "^4.1.0"
|
122 | 136 | minimatch "^3.1.2"
|
123 | 137 | strip-json-comments "^3.1.1"
|
124 | 138 |
|
125 |
| - |
126 |
| - version "8.57.0" |
127 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" |
128 |
| - integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== |
| 139 | + |
| 140 | + version "9.13.0" |
| 141 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.13.0.tgz#c5f89bcd57eb54d5d4fa8b77693e9c28dc97e547" |
| 142 | + integrity sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA== |
| 143 | + |
| 144 | +"@eslint/object-schema@^2.1.4": |
| 145 | + version "2.1.4" |
| 146 | + resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843" |
| 147 | + integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ== |
129 | 148 |
|
130 |
| -"@humanwhocodes/config-array@^0.11.14": |
131 |
| - version "0.11.14" |
132 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b" |
133 |
| - integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== |
| 149 | +"@eslint/plugin-kit@^0.2.0": |
| 150 | + version "0.2.1" |
| 151 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.1.tgz#cd14fe2db79fa639839dfef4105e83bad1814482" |
| 152 | + integrity sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw== |
134 | 153 | dependencies:
|
135 |
| - "@humanwhocodes/object-schema" "^2.0.2" |
136 |
| - debug "^4.3.1" |
137 |
| - minimatch "^3.0.5" |
| 154 | + levn "^0.4.1" |
| 155 | + |
| 156 | +"@humanfs/core@^0.19.0": |
| 157 | + version "0.19.0" |
| 158 | + resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.0.tgz#08db7a8c73bb07673d9ebd925f2dad746411fcec" |
| 159 | + integrity sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw== |
| 160 | + |
| 161 | +"@humanfs/node@^0.16.5": |
| 162 | + version "0.16.5" |
| 163 | + resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.5.tgz#a9febb7e7ad2aff65890fdc630938f8d20aa84ba" |
| 164 | + integrity sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg== |
| 165 | + dependencies: |
| 166 | + "@humanfs/core" "^0.19.0" |
| 167 | + "@humanwhocodes/retry" "^0.3.0" |
138 | 168 |
|
139 | 169 | "@humanwhocodes/module-importer@^1.0.1":
|
140 | 170 | version "1.0.1"
|
141 | 171 | resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
142 | 172 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
143 | 173 |
|
144 |
| -"@humanwhocodes/object-schema@^2.0.2": |
145 |
| - version "2.0.3" |
146 |
| - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" |
147 |
| - integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== |
| 174 | +"@humanwhocodes/retry@^0.3.0", "@humanwhocodes/retry@^0.3.1": |
| 175 | + version "0.3.1" |
| 176 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a" |
| 177 | + integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA== |
148 | 178 |
|
149 | 179 | "@isaacs/cliui@^8.0.2":
|
150 | 180 | version "8.0.2"
|
|
209 | 239 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
210 | 240 | integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
211 | 241 |
|
212 |
| -"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": |
| 242 | +"@nodelib/fs.walk@^1.2.3": |
213 | 243 | version "1.2.8"
|
214 | 244 | resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
215 | 245 | integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
|
771 | 801 | dependencies:
|
772 | 802 | "@types/node" "*"
|
773 | 803 |
|
| 804 | +"@types/estree@^1.0.6": |
| 805 | + version "1.0.6" |
| 806 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" |
| 807 | + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== |
| 808 | + |
| 809 | +"@types/json-schema@^7.0.15": |
| 810 | + version "7.0.15" |
| 811 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 812 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
| 813 | + |
774 | 814 | "@types/json5@^0.0.29":
|
775 | 815 | version "0.0.29"
|
776 | 816 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
869 | 909 | "@typescript-eslint/types" "7.18.0"
|
870 | 910 | eslint-visitor-keys "^3.4.3"
|
871 | 911 |
|
872 |
| -"@ungap/structured-clone@^1.2.0": |
873 |
| - version "1.2.0" |
874 |
| - resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
875 |
| - integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== |
876 |
| - |
877 | 912 | "@vercel/nft@^0.26.2":
|
878 | 913 | version "0.26.5"
|
879 | 914 | resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.26.5.tgz#f21e40576b76446851b6cbff79f39a72dab4d6b2"
|
@@ -927,7 +962,7 @@ acorn-walk@^8.1.1, acorn-walk@^8.3.2:
|
927 | 962 | dependencies:
|
928 | 963 | acorn "^8.11.0"
|
929 | 964 |
|
930 |
| -acorn@^8.11.0, acorn@^8.11.3, acorn@^8.12.0, acorn@^8.4.1, acorn@^8.6.0, acorn@^8.9.0: |
| 965 | +acorn@^8.11.0, acorn@^8.11.3, acorn@^8.12.0, acorn@^8.4.1, acorn@^8.6.0: |
931 | 966 | version "8.12.1"
|
932 | 967 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
|
933 | 968 | integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
|
@@ -1895,13 +1930,6 @@ doctrine@^2.1.0:
|
1895 | 1930 | dependencies:
|
1896 | 1931 | esutils "^2.0.2"
|
1897 | 1932 |
|
1898 |
| -doctrine@^3.0.0: |
1899 |
| - version "3.0.0" |
1900 |
| - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" |
1901 |
| - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== |
1902 |
| - dependencies: |
1903 |
| - esutils "^2.0.2" |
1904 |
| - |
1905 | 1933 | dot-prop@^5.1.0:
|
1906 | 1934 | version "5.3.0"
|
1907 | 1935 | resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
|
|
2176 | 2204 | resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.25.1.tgz#0619798dbc27b04fd0a8e6d0fb6adf7fa2cb5041"
|
2177 | 2205 | integrity sha512-5IOKvj/GMBNqjxBdItfotfRHo7w48496GOu1hxdeXuD0mB1JBlDCViiLHETDTfA8pDAVSBimBEQoetRXYceQEw==
|
2178 | 2206 |
|
2179 |
| -eslint-scope@^7.2.2: |
2180 |
| - version "7.2.2" |
2181 |
| - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" |
2182 |
| - integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== |
| 2207 | +eslint-scope@^8.1.0: |
| 2208 | + version "8.1.0" |
| 2209 | + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.1.0.tgz#70214a174d4cbffbc3e8a26911d8bf51b9ae9d30" |
| 2210 | + integrity sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw== |
2183 | 2211 | dependencies:
|
2184 | 2212 | esrecurse "^4.3.0"
|
2185 | 2213 | estraverse "^5.2.0"
|
2186 | 2214 |
|
2187 |
| -eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
| 2215 | +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3: |
2188 | 2216 | version "3.4.3"
|
2189 | 2217 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
2190 | 2218 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
2191 | 2219 |
|
2192 |
| -eslint-visitor-keys@^4.0.0: |
2193 |
| - version "4.0.0" |
2194 |
| - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" |
2195 |
| - integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== |
| 2220 | +eslint-visitor-keys@^4.1.0: |
| 2221 | + version "4.1.0" |
| 2222 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c" |
| 2223 | + integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg== |
2196 | 2224 |
|
2197 |
| -eslint@8.57.0: |
2198 |
| - version "8.57.0" |
2199 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" |
2200 |
| - integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== |
| 2225 | +eslint@9.13.0: |
| 2226 | + version "9.13.0" |
| 2227 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.13.0.tgz#7659014b7dda1ff876ecbd990f726e11c61596e6" |
| 2228 | + integrity sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA== |
2201 | 2229 | dependencies:
|
2202 | 2230 | "@eslint-community/eslint-utils" "^4.2.0"
|
2203 |
| - "@eslint-community/regexpp" "^4.6.1" |
2204 |
| - "@eslint/eslintrc" "^2.1.4" |
2205 |
| - "@eslint/js" "8.57.0" |
2206 |
| - "@humanwhocodes/config-array" "^0.11.14" |
| 2231 | + "@eslint-community/regexpp" "^4.11.0" |
| 2232 | + "@eslint/config-array" "^0.18.0" |
| 2233 | + "@eslint/core" "^0.7.0" |
| 2234 | + "@eslint/eslintrc" "^3.1.0" |
| 2235 | + "@eslint/js" "9.13.0" |
| 2236 | + "@eslint/plugin-kit" "^0.2.0" |
| 2237 | + "@humanfs/node" "^0.16.5" |
2207 | 2238 | "@humanwhocodes/module-importer" "^1.0.1"
|
2208 |
| - "@nodelib/fs.walk" "^1.2.8" |
2209 |
| - "@ungap/structured-clone" "^1.2.0" |
| 2239 | + "@humanwhocodes/retry" "^0.3.1" |
| 2240 | + "@types/estree" "^1.0.6" |
| 2241 | + "@types/json-schema" "^7.0.15" |
2210 | 2242 | ajv "^6.12.4"
|
2211 | 2243 | chalk "^4.0.0"
|
2212 | 2244 | cross-spawn "^7.0.2"
|
2213 | 2245 | debug "^4.3.2"
|
2214 |
| - doctrine "^3.0.0" |
2215 | 2246 | escape-string-regexp "^4.0.0"
|
2216 |
| - eslint-scope "^7.2.2" |
2217 |
| - eslint-visitor-keys "^3.4.3" |
2218 |
| - espree "^9.6.1" |
2219 |
| - esquery "^1.4.2" |
| 2247 | + eslint-scope "^8.1.0" |
| 2248 | + eslint-visitor-keys "^4.1.0" |
| 2249 | + espree "^10.2.0" |
| 2250 | + esquery "^1.5.0" |
2220 | 2251 | esutils "^2.0.2"
|
2221 | 2252 | fast-deep-equal "^3.1.3"
|
2222 |
| - file-entry-cache "^6.0.1" |
| 2253 | + file-entry-cache "^8.0.0" |
2223 | 2254 | find-up "^5.0.0"
|
2224 | 2255 | glob-parent "^6.0.2"
|
2225 |
| - globals "^13.19.0" |
2226 |
| - graphemer "^1.4.0" |
2227 | 2256 | ignore "^5.2.0"
|
2228 | 2257 | imurmurhash "^0.1.4"
|
2229 | 2258 | is-glob "^4.0.0"
|
2230 |
| - is-path-inside "^3.0.3" |
2231 |
| - js-yaml "^4.1.0" |
2232 | 2259 | json-stable-stringify-without-jsonify "^1.0.1"
|
2233 |
| - levn "^0.4.1" |
2234 | 2260 | lodash.merge "^4.6.2"
|
2235 | 2261 | minimatch "^3.1.2"
|
2236 | 2262 | natural-compare "^1.4.0"
|
2237 | 2263 | optionator "^0.9.3"
|
2238 |
| - strip-ansi "^6.0.1" |
2239 | 2264 | text-table "^0.2.0"
|
2240 | 2265 |
|
2241 |
| -espree@^10.1.0: |
2242 |
| - version "10.1.0" |
2243 |
| - resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56" |
2244 |
| - integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA== |
| 2266 | +espree@^10.0.1, espree@^10.1.0, espree@^10.2.0: |
| 2267 | + version "10.2.0" |
| 2268 | + resolved "https://registry.yarnpkg.com/espree/-/espree-10.2.0.tgz#f4bcead9e05b0615c968e85f83816bc386a45df6" |
| 2269 | + integrity sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g== |
2245 | 2270 | dependencies:
|
2246 | 2271 | acorn "^8.12.0"
|
2247 | 2272 | acorn-jsx "^5.3.2"
|
2248 |
| - eslint-visitor-keys "^4.0.0" |
2249 |
| - |
2250 |
| -espree@^9.6.0, espree@^9.6.1: |
2251 |
| - version "9.6.1" |
2252 |
| - resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" |
2253 |
| - integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== |
2254 |
| - dependencies: |
2255 |
| - acorn "^8.9.0" |
2256 |
| - acorn-jsx "^5.3.2" |
2257 |
| - eslint-visitor-keys "^3.4.1" |
| 2273 | + eslint-visitor-keys "^4.1.0" |
2258 | 2274 |
|
2259 | 2275 | esprima@^4.0.0:
|
2260 | 2276 | version "4.0.1"
|
2261 | 2277 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
2262 | 2278 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2263 | 2279 |
|
2264 |
| -esquery@^1.4.2, esquery@^1.6.0: |
| 2280 | +esquery@^1.5.0, esquery@^1.6.0: |
2265 | 2281 | version "1.6.0"
|
2266 | 2282 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
|
2267 | 2283 | integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
|
@@ -2410,12 +2426,12 @@ figures@^6.0.0, figures@^6.0.1:
|
2410 | 2426 | dependencies:
|
2411 | 2427 | is-unicode-supported "^2.0.0"
|
2412 | 2428 |
|
2413 |
| -file-entry-cache@^6.0.1: |
2414 |
| - version "6.0.1" |
2415 |
| - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" |
2416 |
| - integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== |
| 2429 | +file-entry-cache@^8.0.0: |
| 2430 | + version "8.0.0" |
| 2431 | + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f" |
| 2432 | + integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ== |
2417 | 2433 | dependencies:
|
2418 |
| - flat-cache "^3.0.4" |
| 2434 | + flat-cache "^4.0.0" |
2419 | 2435 |
|
2420 | 2436 |
|
2421 | 2437 | version "1.0.0"
|
@@ -2479,14 +2495,13 @@ findup-sync@^4.0.0:
|
2479 | 2495 | micromatch "^4.0.2"
|
2480 | 2496 | resolve-dir "^1.0.1"
|
2481 | 2497 |
|
2482 |
| -flat-cache@^3.0.4: |
2483 |
| - version "3.2.0" |
2484 |
| - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" |
2485 |
| - integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== |
| 2498 | +flat-cache@^4.0.0: |
| 2499 | + version "4.0.1" |
| 2500 | + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c" |
| 2501 | + integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw== |
2486 | 2502 | dependencies:
|
2487 | 2503 | flatted "^3.2.9"
|
2488 |
| - keyv "^4.5.3" |
2489 |
| - rimraf "^3.0.2" |
| 2504 | + keyv "^4.5.4" |
2490 | 2505 |
|
2491 | 2506 | flatted@^3.2.9:
|
2492 | 2507 | version "3.3.1"
|
@@ -2722,12 +2737,10 @@ global-prefix@^1.0.1:
|
2722 | 2737 | is-windows "^1.0.1"
|
2723 | 2738 | which "^1.2.14"
|
2724 | 2739 |
|
2725 |
| -globals@^13.19.0: |
2726 |
| - version "13.24.0" |
2727 |
| - resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" |
2728 |
| - integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== |
2729 |
| - dependencies: |
2730 |
| - type-fest "^0.20.2" |
| 2740 | +globals@^14.0.0: |
| 2741 | + version "14.0.0" |
| 2742 | + resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" |
| 2743 | + integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== |
2731 | 2744 |
|
2732 | 2745 | globalthis@^1.0.3:
|
2733 | 2746 | version "1.0.4"
|
@@ -3208,11 +3221,6 @@ is-obj@^2.0.0:
|
3208 | 3221 | resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
|
3209 | 3222 | integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
|
3210 | 3223 |
|
3211 |
| -is-path-inside@^3.0.3: |
3212 |
| - version "3.0.3" |
3213 |
| - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" |
3214 |
| - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== |
3215 |
| - |
3216 | 3224 | is-plain-object@^5.0.0:
|
3217 | 3225 | version "5.0.0"
|
3218 | 3226 | resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
|
@@ -3473,7 +3481,7 @@ just-diff@^6.0.0:
|
3473 | 3481 | resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.2.tgz#03b65908543ac0521caf6d8eb85035f7d27ea285"
|
3474 | 3482 | integrity sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==
|
3475 | 3483 |
|
3476 |
| -keyv@^4.5.3: |
| 3484 | +keyv@^4.5.4: |
3477 | 3485 | version "4.5.4"
|
3478 | 3486 | resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
|
3479 | 3487 | integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
|
@@ -3823,7 +3831,7 @@ mimic-function@^5.0.0:
|
3823 | 3831 | resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
|
3824 | 3832 | integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
|
3825 | 3833 |
|
3826 |
| -minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
| 3834 | +minimatch@^3.1.1, minimatch@^3.1.2: |
3827 | 3835 | version "3.1.2"
|
3828 | 3836 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
3829 | 3837 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
@@ -5524,11 +5532,6 @@ type-fest@^0.13.1:
|
5524 | 5532 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
|
5525 | 5533 | integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
|
5526 | 5534 |
|
5527 |
| -type-fest@^0.20.2: |
5528 |
| - version "0.20.2" |
5529 |
| - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" |
5530 |
| - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== |
5531 |
| - |
5532 | 5535 | type-fest@^0.21.3:
|
5533 | 5536 | version "0.21.3"
|
5534 | 5537 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
|
|
0 commit comments