@smartive/graphql-magic 16.2.2 → 16.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,8 +8,8 @@
8
8
  "name": "docs",
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
- "@docusaurus/core": "3.6.0",
12
- "@docusaurus/preset-classic": "3.6.0",
11
+ "@docusaurus/core": "3.6.2",
12
+ "@docusaurus/preset-classic": "3.6.2",
13
13
  "@mdx-js/react": "^3.0.0",
14
14
  "clsx": "^2.0.0",
15
15
  "prism-react-renderer": "^2.3.0",
@@ -17,9 +17,9 @@
17
17
  "react-dom": "^18.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@docusaurus/module-type-aliases": "3.6.0",
21
- "@docusaurus/tsconfig": "3.6.0",
22
- "@docusaurus/types": "3.6.0",
20
+ "@docusaurus/module-type-aliases": "3.6.2",
21
+ "@docusaurus/tsconfig": "3.6.2",
22
+ "@docusaurus/types": "3.6.2",
23
23
  "typescript": "5.5.4"
24
24
  },
25
25
  "engines": {
@@ -1903,6 +1903,1107 @@
1903
1903
  "node": ">=0.1.90"
1904
1904
  }
1905
1905
  },
1906
+ "node_modules/@csstools/cascade-layer-name-parser": {
1907
+ "version": "2.0.4",
1908
+ "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz",
1909
+ "integrity": "sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==",
1910
+ "funding": [
1911
+ {
1912
+ "type": "github",
1913
+ "url": "https://github.com/sponsors/csstools"
1914
+ },
1915
+ {
1916
+ "type": "opencollective",
1917
+ "url": "https://opencollective.com/csstools"
1918
+ }
1919
+ ],
1920
+ "license": "MIT",
1921
+ "engines": {
1922
+ "node": ">=18"
1923
+ },
1924
+ "peerDependencies": {
1925
+ "@csstools/css-parser-algorithms": "^3.0.4",
1926
+ "@csstools/css-tokenizer": "^3.0.3"
1927
+ }
1928
+ },
1929
+ "node_modules/@csstools/color-helpers": {
1930
+ "version": "5.0.1",
1931
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.1.tgz",
1932
+ "integrity": "sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==",
1933
+ "funding": [
1934
+ {
1935
+ "type": "github",
1936
+ "url": "https://github.com/sponsors/csstools"
1937
+ },
1938
+ {
1939
+ "type": "opencollective",
1940
+ "url": "https://opencollective.com/csstools"
1941
+ }
1942
+ ],
1943
+ "license": "MIT-0",
1944
+ "engines": {
1945
+ "node": ">=18"
1946
+ }
1947
+ },
1948
+ "node_modules/@csstools/css-calc": {
1949
+ "version": "2.1.0",
1950
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.0.tgz",
1951
+ "integrity": "sha512-X69PmFOrjTZfN5ijxtI8hZ9kRADFSLrmmQ6hgDJ272Il049WGKpDY64KhrFm/7rbWve0z81QepawzjkKlqkNGw==",
1952
+ "funding": [
1953
+ {
1954
+ "type": "github",
1955
+ "url": "https://github.com/sponsors/csstools"
1956
+ },
1957
+ {
1958
+ "type": "opencollective",
1959
+ "url": "https://opencollective.com/csstools"
1960
+ }
1961
+ ],
1962
+ "license": "MIT",
1963
+ "engines": {
1964
+ "node": ">=18"
1965
+ },
1966
+ "peerDependencies": {
1967
+ "@csstools/css-parser-algorithms": "^3.0.4",
1968
+ "@csstools/css-tokenizer": "^3.0.3"
1969
+ }
1970
+ },
1971
+ "node_modules/@csstools/css-color-parser": {
1972
+ "version": "3.0.6",
1973
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.6.tgz",
1974
+ "integrity": "sha512-S/IjXqTHdpI4EtzGoNCHfqraXF37x12ZZHA1Lk7zoT5pm2lMjFuqhX/89L7dqX4CcMacKK+6ZCs5TmEGb/+wKw==",
1975
+ "funding": [
1976
+ {
1977
+ "type": "github",
1978
+ "url": "https://github.com/sponsors/csstools"
1979
+ },
1980
+ {
1981
+ "type": "opencollective",
1982
+ "url": "https://opencollective.com/csstools"
1983
+ }
1984
+ ],
1985
+ "license": "MIT",
1986
+ "dependencies": {
1987
+ "@csstools/color-helpers": "^5.0.1",
1988
+ "@csstools/css-calc": "^2.1.0"
1989
+ },
1990
+ "engines": {
1991
+ "node": ">=18"
1992
+ },
1993
+ "peerDependencies": {
1994
+ "@csstools/css-parser-algorithms": "^3.0.4",
1995
+ "@csstools/css-tokenizer": "^3.0.3"
1996
+ }
1997
+ },
1998
+ "node_modules/@csstools/css-parser-algorithms": {
1999
+ "version": "3.0.4",
2000
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
2001
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
2002
+ "funding": [
2003
+ {
2004
+ "type": "github",
2005
+ "url": "https://github.com/sponsors/csstools"
2006
+ },
2007
+ {
2008
+ "type": "opencollective",
2009
+ "url": "https://opencollective.com/csstools"
2010
+ }
2011
+ ],
2012
+ "license": "MIT",
2013
+ "engines": {
2014
+ "node": ">=18"
2015
+ },
2016
+ "peerDependencies": {
2017
+ "@csstools/css-tokenizer": "^3.0.3"
2018
+ }
2019
+ },
2020
+ "node_modules/@csstools/css-tokenizer": {
2021
+ "version": "3.0.3",
2022
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
2023
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
2024
+ "funding": [
2025
+ {
2026
+ "type": "github",
2027
+ "url": "https://github.com/sponsors/csstools"
2028
+ },
2029
+ {
2030
+ "type": "opencollective",
2031
+ "url": "https://opencollective.com/csstools"
2032
+ }
2033
+ ],
2034
+ "license": "MIT",
2035
+ "engines": {
2036
+ "node": ">=18"
2037
+ }
2038
+ },
2039
+ "node_modules/@csstools/media-query-list-parser": {
2040
+ "version": "4.0.2",
2041
+ "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz",
2042
+ "integrity": "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==",
2043
+ "funding": [
2044
+ {
2045
+ "type": "github",
2046
+ "url": "https://github.com/sponsors/csstools"
2047
+ },
2048
+ {
2049
+ "type": "opencollective",
2050
+ "url": "https://opencollective.com/csstools"
2051
+ }
2052
+ ],
2053
+ "license": "MIT",
2054
+ "engines": {
2055
+ "node": ">=18"
2056
+ },
2057
+ "peerDependencies": {
2058
+ "@csstools/css-parser-algorithms": "^3.0.4",
2059
+ "@csstools/css-tokenizer": "^3.0.3"
2060
+ }
2061
+ },
2062
+ "node_modules/@csstools/postcss-cascade-layers": {
2063
+ "version": "5.0.1",
2064
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.1.tgz",
2065
+ "integrity": "sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==",
2066
+ "funding": [
2067
+ {
2068
+ "type": "github",
2069
+ "url": "https://github.com/sponsors/csstools"
2070
+ },
2071
+ {
2072
+ "type": "opencollective",
2073
+ "url": "https://opencollective.com/csstools"
2074
+ }
2075
+ ],
2076
+ "license": "MIT-0",
2077
+ "dependencies": {
2078
+ "@csstools/selector-specificity": "^5.0.0",
2079
+ "postcss-selector-parser": "^7.0.0"
2080
+ },
2081
+ "engines": {
2082
+ "node": ">=18"
2083
+ },
2084
+ "peerDependencies": {
2085
+ "postcss": "^8.4"
2086
+ }
2087
+ },
2088
+ "node_modules/@csstools/postcss-cascade-layers/node_modules/@csstools/selector-specificity": {
2089
+ "version": "5.0.0",
2090
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
2091
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
2092
+ "funding": [
2093
+ {
2094
+ "type": "github",
2095
+ "url": "https://github.com/sponsors/csstools"
2096
+ },
2097
+ {
2098
+ "type": "opencollective",
2099
+ "url": "https://opencollective.com/csstools"
2100
+ }
2101
+ ],
2102
+ "license": "MIT-0",
2103
+ "engines": {
2104
+ "node": ">=18"
2105
+ },
2106
+ "peerDependencies": {
2107
+ "postcss-selector-parser": "^7.0.0"
2108
+ }
2109
+ },
2110
+ "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": {
2111
+ "version": "7.0.0",
2112
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
2113
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
2114
+ "license": "MIT",
2115
+ "dependencies": {
2116
+ "cssesc": "^3.0.0",
2117
+ "util-deprecate": "^1.0.2"
2118
+ },
2119
+ "engines": {
2120
+ "node": ">=4"
2121
+ }
2122
+ },
2123
+ "node_modules/@csstools/postcss-color-function": {
2124
+ "version": "4.0.6",
2125
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.6.tgz",
2126
+ "integrity": "sha512-EcvXfC60cTIumzpsxWuvVjb7rsJEHPvqn3jeMEBUaE3JSc4FRuP7mEQ+1eicxWmIrs3FtzMH9gR3sgA5TH+ebQ==",
2127
+ "funding": [
2128
+ {
2129
+ "type": "github",
2130
+ "url": "https://github.com/sponsors/csstools"
2131
+ },
2132
+ {
2133
+ "type": "opencollective",
2134
+ "url": "https://opencollective.com/csstools"
2135
+ }
2136
+ ],
2137
+ "license": "MIT-0",
2138
+ "dependencies": {
2139
+ "@csstools/css-color-parser": "^3.0.6",
2140
+ "@csstools/css-parser-algorithms": "^3.0.4",
2141
+ "@csstools/css-tokenizer": "^3.0.3",
2142
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2143
+ "@csstools/utilities": "^2.0.0"
2144
+ },
2145
+ "engines": {
2146
+ "node": ">=18"
2147
+ },
2148
+ "peerDependencies": {
2149
+ "postcss": "^8.4"
2150
+ }
2151
+ },
2152
+ "node_modules/@csstools/postcss-color-mix-function": {
2153
+ "version": "3.0.6",
2154
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.6.tgz",
2155
+ "integrity": "sha512-jVKdJn4+JkASYGhyPO+Wa5WXSx1+oUgaXb3JsjJn/BlrtFh5zjocCY7pwWi0nuP24V1fY7glQsxEYcYNy0dMFg==",
2156
+ "funding": [
2157
+ {
2158
+ "type": "github",
2159
+ "url": "https://github.com/sponsors/csstools"
2160
+ },
2161
+ {
2162
+ "type": "opencollective",
2163
+ "url": "https://opencollective.com/csstools"
2164
+ }
2165
+ ],
2166
+ "license": "MIT-0",
2167
+ "dependencies": {
2168
+ "@csstools/css-color-parser": "^3.0.6",
2169
+ "@csstools/css-parser-algorithms": "^3.0.4",
2170
+ "@csstools/css-tokenizer": "^3.0.3",
2171
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2172
+ "@csstools/utilities": "^2.0.0"
2173
+ },
2174
+ "engines": {
2175
+ "node": ">=18"
2176
+ },
2177
+ "peerDependencies": {
2178
+ "postcss": "^8.4"
2179
+ }
2180
+ },
2181
+ "node_modules/@csstools/postcss-content-alt-text": {
2182
+ "version": "2.0.4",
2183
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz",
2184
+ "integrity": "sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==",
2185
+ "funding": [
2186
+ {
2187
+ "type": "github",
2188
+ "url": "https://github.com/sponsors/csstools"
2189
+ },
2190
+ {
2191
+ "type": "opencollective",
2192
+ "url": "https://opencollective.com/csstools"
2193
+ }
2194
+ ],
2195
+ "license": "MIT-0",
2196
+ "dependencies": {
2197
+ "@csstools/css-parser-algorithms": "^3.0.4",
2198
+ "@csstools/css-tokenizer": "^3.0.3",
2199
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2200
+ "@csstools/utilities": "^2.0.0"
2201
+ },
2202
+ "engines": {
2203
+ "node": ">=18"
2204
+ },
2205
+ "peerDependencies": {
2206
+ "postcss": "^8.4"
2207
+ }
2208
+ },
2209
+ "node_modules/@csstools/postcss-exponential-functions": {
2210
+ "version": "2.0.5",
2211
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.5.tgz",
2212
+ "integrity": "sha512-mi8R6dVfA2nDoKM3wcEi64I8vOYEgQVtVKCfmLHXupeLpACfGAided5ddMt5f+CnEodNu4DifuVwb0I6fQDGGQ==",
2213
+ "funding": [
2214
+ {
2215
+ "type": "github",
2216
+ "url": "https://github.com/sponsors/csstools"
2217
+ },
2218
+ {
2219
+ "type": "opencollective",
2220
+ "url": "https://opencollective.com/csstools"
2221
+ }
2222
+ ],
2223
+ "license": "MIT-0",
2224
+ "dependencies": {
2225
+ "@csstools/css-calc": "^2.1.0",
2226
+ "@csstools/css-parser-algorithms": "^3.0.4",
2227
+ "@csstools/css-tokenizer": "^3.0.3"
2228
+ },
2229
+ "engines": {
2230
+ "node": ">=18"
2231
+ },
2232
+ "peerDependencies": {
2233
+ "postcss": "^8.4"
2234
+ }
2235
+ },
2236
+ "node_modules/@csstools/postcss-font-format-keywords": {
2237
+ "version": "4.0.0",
2238
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz",
2239
+ "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==",
2240
+ "funding": [
2241
+ {
2242
+ "type": "github",
2243
+ "url": "https://github.com/sponsors/csstools"
2244
+ },
2245
+ {
2246
+ "type": "opencollective",
2247
+ "url": "https://opencollective.com/csstools"
2248
+ }
2249
+ ],
2250
+ "license": "MIT-0",
2251
+ "dependencies": {
2252
+ "@csstools/utilities": "^2.0.0",
2253
+ "postcss-value-parser": "^4.2.0"
2254
+ },
2255
+ "engines": {
2256
+ "node": ">=18"
2257
+ },
2258
+ "peerDependencies": {
2259
+ "postcss": "^8.4"
2260
+ }
2261
+ },
2262
+ "node_modules/@csstools/postcss-gamut-mapping": {
2263
+ "version": "2.0.6",
2264
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.6.tgz",
2265
+ "integrity": "sha512-0ke7fmXfc8H+kysZz246yjirAH6JFhyX9GTlyRnM0exHO80XcA9zeJpy5pOp5zo/AZiC/q5Pf+Hw7Pd6/uAoYA==",
2266
+ "funding": [
2267
+ {
2268
+ "type": "github",
2269
+ "url": "https://github.com/sponsors/csstools"
2270
+ },
2271
+ {
2272
+ "type": "opencollective",
2273
+ "url": "https://opencollective.com/csstools"
2274
+ }
2275
+ ],
2276
+ "license": "MIT-0",
2277
+ "dependencies": {
2278
+ "@csstools/css-color-parser": "^3.0.6",
2279
+ "@csstools/css-parser-algorithms": "^3.0.4",
2280
+ "@csstools/css-tokenizer": "^3.0.3"
2281
+ },
2282
+ "engines": {
2283
+ "node": ">=18"
2284
+ },
2285
+ "peerDependencies": {
2286
+ "postcss": "^8.4"
2287
+ }
2288
+ },
2289
+ "node_modules/@csstools/postcss-gradients-interpolation-method": {
2290
+ "version": "5.0.6",
2291
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.6.tgz",
2292
+ "integrity": "sha512-Itrbx6SLUzsZ6Mz3VuOlxhbfuyLTogG5DwEF1V8dAi24iMuvQPIHd7Ti+pNDp7j6WixndJGZaoNR0f9VSzwuTg==",
2293
+ "funding": [
2294
+ {
2295
+ "type": "github",
2296
+ "url": "https://github.com/sponsors/csstools"
2297
+ },
2298
+ {
2299
+ "type": "opencollective",
2300
+ "url": "https://opencollective.com/csstools"
2301
+ }
2302
+ ],
2303
+ "license": "MIT-0",
2304
+ "dependencies": {
2305
+ "@csstools/css-color-parser": "^3.0.6",
2306
+ "@csstools/css-parser-algorithms": "^3.0.4",
2307
+ "@csstools/css-tokenizer": "^3.0.3",
2308
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2309
+ "@csstools/utilities": "^2.0.0"
2310
+ },
2311
+ "engines": {
2312
+ "node": ">=18"
2313
+ },
2314
+ "peerDependencies": {
2315
+ "postcss": "^8.4"
2316
+ }
2317
+ },
2318
+ "node_modules/@csstools/postcss-hwb-function": {
2319
+ "version": "4.0.6",
2320
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.6.tgz",
2321
+ "integrity": "sha512-927Pqy3a1uBP7U8sTfaNdZVB0mNXzIrJO/GZ8us9219q9n06gOqCdfZ0E6d1P66Fm0fYHvxfDbfcUuwAn5UwhQ==",
2322
+ "funding": [
2323
+ {
2324
+ "type": "github",
2325
+ "url": "https://github.com/sponsors/csstools"
2326
+ },
2327
+ {
2328
+ "type": "opencollective",
2329
+ "url": "https://opencollective.com/csstools"
2330
+ }
2331
+ ],
2332
+ "license": "MIT-0",
2333
+ "dependencies": {
2334
+ "@csstools/css-color-parser": "^3.0.6",
2335
+ "@csstools/css-parser-algorithms": "^3.0.4",
2336
+ "@csstools/css-tokenizer": "^3.0.3",
2337
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2338
+ "@csstools/utilities": "^2.0.0"
2339
+ },
2340
+ "engines": {
2341
+ "node": ">=18"
2342
+ },
2343
+ "peerDependencies": {
2344
+ "postcss": "^8.4"
2345
+ }
2346
+ },
2347
+ "node_modules/@csstools/postcss-ic-unit": {
2348
+ "version": "4.0.0",
2349
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz",
2350
+ "integrity": "sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==",
2351
+ "funding": [
2352
+ {
2353
+ "type": "github",
2354
+ "url": "https://github.com/sponsors/csstools"
2355
+ },
2356
+ {
2357
+ "type": "opencollective",
2358
+ "url": "https://opencollective.com/csstools"
2359
+ }
2360
+ ],
2361
+ "license": "MIT-0",
2362
+ "dependencies": {
2363
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2364
+ "@csstools/utilities": "^2.0.0",
2365
+ "postcss-value-parser": "^4.2.0"
2366
+ },
2367
+ "engines": {
2368
+ "node": ">=18"
2369
+ },
2370
+ "peerDependencies": {
2371
+ "postcss": "^8.4"
2372
+ }
2373
+ },
2374
+ "node_modules/@csstools/postcss-initial": {
2375
+ "version": "2.0.0",
2376
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.0.tgz",
2377
+ "integrity": "sha512-dv2lNUKR+JV+OOhZm9paWzYBXOCi+rJPqJ2cJuhh9xd8USVrd0cBEPczla81HNOyThMQWeCcdln3gZkQV2kYxA==",
2378
+ "funding": [
2379
+ {
2380
+ "type": "github",
2381
+ "url": "https://github.com/sponsors/csstools"
2382
+ },
2383
+ {
2384
+ "type": "opencollective",
2385
+ "url": "https://opencollective.com/csstools"
2386
+ }
2387
+ ],
2388
+ "license": "MIT-0",
2389
+ "engines": {
2390
+ "node": ">=18"
2391
+ },
2392
+ "peerDependencies": {
2393
+ "postcss": "^8.4"
2394
+ }
2395
+ },
2396
+ "node_modules/@csstools/postcss-is-pseudo-class": {
2397
+ "version": "5.0.1",
2398
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.1.tgz",
2399
+ "integrity": "sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==",
2400
+ "funding": [
2401
+ {
2402
+ "type": "github",
2403
+ "url": "https://github.com/sponsors/csstools"
2404
+ },
2405
+ {
2406
+ "type": "opencollective",
2407
+ "url": "https://opencollective.com/csstools"
2408
+ }
2409
+ ],
2410
+ "license": "MIT-0",
2411
+ "dependencies": {
2412
+ "@csstools/selector-specificity": "^5.0.0",
2413
+ "postcss-selector-parser": "^7.0.0"
2414
+ },
2415
+ "engines": {
2416
+ "node": ">=18"
2417
+ },
2418
+ "peerDependencies": {
2419
+ "postcss": "^8.4"
2420
+ }
2421
+ },
2422
+ "node_modules/@csstools/postcss-is-pseudo-class/node_modules/@csstools/selector-specificity": {
2423
+ "version": "5.0.0",
2424
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
2425
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
2426
+ "funding": [
2427
+ {
2428
+ "type": "github",
2429
+ "url": "https://github.com/sponsors/csstools"
2430
+ },
2431
+ {
2432
+ "type": "opencollective",
2433
+ "url": "https://opencollective.com/csstools"
2434
+ }
2435
+ ],
2436
+ "license": "MIT-0",
2437
+ "engines": {
2438
+ "node": ">=18"
2439
+ },
2440
+ "peerDependencies": {
2441
+ "postcss-selector-parser": "^7.0.0"
2442
+ }
2443
+ },
2444
+ "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": {
2445
+ "version": "7.0.0",
2446
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
2447
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
2448
+ "license": "MIT",
2449
+ "dependencies": {
2450
+ "cssesc": "^3.0.0",
2451
+ "util-deprecate": "^1.0.2"
2452
+ },
2453
+ "engines": {
2454
+ "node": ">=4"
2455
+ }
2456
+ },
2457
+ "node_modules/@csstools/postcss-light-dark-function": {
2458
+ "version": "2.0.7",
2459
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.7.tgz",
2460
+ "integrity": "sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==",
2461
+ "funding": [
2462
+ {
2463
+ "type": "github",
2464
+ "url": "https://github.com/sponsors/csstools"
2465
+ },
2466
+ {
2467
+ "type": "opencollective",
2468
+ "url": "https://opencollective.com/csstools"
2469
+ }
2470
+ ],
2471
+ "license": "MIT-0",
2472
+ "dependencies": {
2473
+ "@csstools/css-parser-algorithms": "^3.0.4",
2474
+ "@csstools/css-tokenizer": "^3.0.3",
2475
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2476
+ "@csstools/utilities": "^2.0.0"
2477
+ },
2478
+ "engines": {
2479
+ "node": ">=18"
2480
+ },
2481
+ "peerDependencies": {
2482
+ "postcss": "^8.4"
2483
+ }
2484
+ },
2485
+ "node_modules/@csstools/postcss-logical-float-and-clear": {
2486
+ "version": "3.0.0",
2487
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
2488
+ "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
2489
+ "funding": [
2490
+ {
2491
+ "type": "github",
2492
+ "url": "https://github.com/sponsors/csstools"
2493
+ },
2494
+ {
2495
+ "type": "opencollective",
2496
+ "url": "https://opencollective.com/csstools"
2497
+ }
2498
+ ],
2499
+ "license": "MIT-0",
2500
+ "engines": {
2501
+ "node": ">=18"
2502
+ },
2503
+ "peerDependencies": {
2504
+ "postcss": "^8.4"
2505
+ }
2506
+ },
2507
+ "node_modules/@csstools/postcss-logical-overflow": {
2508
+ "version": "2.0.0",
2509
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz",
2510
+ "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==",
2511
+ "funding": [
2512
+ {
2513
+ "type": "github",
2514
+ "url": "https://github.com/sponsors/csstools"
2515
+ },
2516
+ {
2517
+ "type": "opencollective",
2518
+ "url": "https://opencollective.com/csstools"
2519
+ }
2520
+ ],
2521
+ "license": "MIT-0",
2522
+ "engines": {
2523
+ "node": ">=18"
2524
+ },
2525
+ "peerDependencies": {
2526
+ "postcss": "^8.4"
2527
+ }
2528
+ },
2529
+ "node_modules/@csstools/postcss-logical-overscroll-behavior": {
2530
+ "version": "2.0.0",
2531
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz",
2532
+ "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==",
2533
+ "funding": [
2534
+ {
2535
+ "type": "github",
2536
+ "url": "https://github.com/sponsors/csstools"
2537
+ },
2538
+ {
2539
+ "type": "opencollective",
2540
+ "url": "https://opencollective.com/csstools"
2541
+ }
2542
+ ],
2543
+ "license": "MIT-0",
2544
+ "engines": {
2545
+ "node": ">=18"
2546
+ },
2547
+ "peerDependencies": {
2548
+ "postcss": "^8.4"
2549
+ }
2550
+ },
2551
+ "node_modules/@csstools/postcss-logical-resize": {
2552
+ "version": "3.0.0",
2553
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
2554
+ "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
2555
+ "funding": [
2556
+ {
2557
+ "type": "github",
2558
+ "url": "https://github.com/sponsors/csstools"
2559
+ },
2560
+ {
2561
+ "type": "opencollective",
2562
+ "url": "https://opencollective.com/csstools"
2563
+ }
2564
+ ],
2565
+ "license": "MIT-0",
2566
+ "dependencies": {
2567
+ "postcss-value-parser": "^4.2.0"
2568
+ },
2569
+ "engines": {
2570
+ "node": ">=18"
2571
+ },
2572
+ "peerDependencies": {
2573
+ "postcss": "^8.4"
2574
+ }
2575
+ },
2576
+ "node_modules/@csstools/postcss-logical-viewport-units": {
2577
+ "version": "3.0.3",
2578
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.3.tgz",
2579
+ "integrity": "sha512-OC1IlG/yoGJdi0Y+7duz/kU/beCwO+Gua01sD6GtOtLi7ByQUpcIqs7UE/xuRPay4cHgOMatWdnDdsIDjnWpPw==",
2580
+ "funding": [
2581
+ {
2582
+ "type": "github",
2583
+ "url": "https://github.com/sponsors/csstools"
2584
+ },
2585
+ {
2586
+ "type": "opencollective",
2587
+ "url": "https://opencollective.com/csstools"
2588
+ }
2589
+ ],
2590
+ "license": "MIT-0",
2591
+ "dependencies": {
2592
+ "@csstools/css-tokenizer": "^3.0.3",
2593
+ "@csstools/utilities": "^2.0.0"
2594
+ },
2595
+ "engines": {
2596
+ "node": ">=18"
2597
+ },
2598
+ "peerDependencies": {
2599
+ "postcss": "^8.4"
2600
+ }
2601
+ },
2602
+ "node_modules/@csstools/postcss-media-minmax": {
2603
+ "version": "2.0.5",
2604
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.5.tgz",
2605
+ "integrity": "sha512-sdh5i5GToZOIAiwhdntRWv77QDtsxP2r2gXW/WbLSCoLr00KTq/yiF1qlQ5XX2+lmiFa8rATKMcbwl3oXDMNew==",
2606
+ "funding": [
2607
+ {
2608
+ "type": "github",
2609
+ "url": "https://github.com/sponsors/csstools"
2610
+ },
2611
+ {
2612
+ "type": "opencollective",
2613
+ "url": "https://opencollective.com/csstools"
2614
+ }
2615
+ ],
2616
+ "license": "MIT",
2617
+ "dependencies": {
2618
+ "@csstools/css-calc": "^2.1.0",
2619
+ "@csstools/css-parser-algorithms": "^3.0.4",
2620
+ "@csstools/css-tokenizer": "^3.0.3",
2621
+ "@csstools/media-query-list-parser": "^4.0.2"
2622
+ },
2623
+ "engines": {
2624
+ "node": ">=18"
2625
+ },
2626
+ "peerDependencies": {
2627
+ "postcss": "^8.4"
2628
+ }
2629
+ },
2630
+ "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
2631
+ "version": "3.0.4",
2632
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.4.tgz",
2633
+ "integrity": "sha512-AnGjVslHMm5xw9keusQYvjVWvuS7KWK+OJagaG0+m9QnIjZsrysD2kJP/tr/UJIyYtMCtu8OkUd+Rajb4DqtIQ==",
2634
+ "funding": [
2635
+ {
2636
+ "type": "github",
2637
+ "url": "https://github.com/sponsors/csstools"
2638
+ },
2639
+ {
2640
+ "type": "opencollective",
2641
+ "url": "https://opencollective.com/csstools"
2642
+ }
2643
+ ],
2644
+ "license": "MIT-0",
2645
+ "dependencies": {
2646
+ "@csstools/css-parser-algorithms": "^3.0.4",
2647
+ "@csstools/css-tokenizer": "^3.0.3",
2648
+ "@csstools/media-query-list-parser": "^4.0.2"
2649
+ },
2650
+ "engines": {
2651
+ "node": ">=18"
2652
+ },
2653
+ "peerDependencies": {
2654
+ "postcss": "^8.4"
2655
+ }
2656
+ },
2657
+ "node_modules/@csstools/postcss-nested-calc": {
2658
+ "version": "4.0.0",
2659
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz",
2660
+ "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==",
2661
+ "funding": [
2662
+ {
2663
+ "type": "github",
2664
+ "url": "https://github.com/sponsors/csstools"
2665
+ },
2666
+ {
2667
+ "type": "opencollective",
2668
+ "url": "https://opencollective.com/csstools"
2669
+ }
2670
+ ],
2671
+ "license": "MIT-0",
2672
+ "dependencies": {
2673
+ "@csstools/utilities": "^2.0.0",
2674
+ "postcss-value-parser": "^4.2.0"
2675
+ },
2676
+ "engines": {
2677
+ "node": ">=18"
2678
+ },
2679
+ "peerDependencies": {
2680
+ "postcss": "^8.4"
2681
+ }
2682
+ },
2683
+ "node_modules/@csstools/postcss-normalize-display-values": {
2684
+ "version": "4.0.0",
2685
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz",
2686
+ "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==",
2687
+ "funding": [
2688
+ {
2689
+ "type": "github",
2690
+ "url": "https://github.com/sponsors/csstools"
2691
+ },
2692
+ {
2693
+ "type": "opencollective",
2694
+ "url": "https://opencollective.com/csstools"
2695
+ }
2696
+ ],
2697
+ "license": "MIT-0",
2698
+ "dependencies": {
2699
+ "postcss-value-parser": "^4.2.0"
2700
+ },
2701
+ "engines": {
2702
+ "node": ">=18"
2703
+ },
2704
+ "peerDependencies": {
2705
+ "postcss": "^8.4"
2706
+ }
2707
+ },
2708
+ "node_modules/@csstools/postcss-oklab-function": {
2709
+ "version": "4.0.6",
2710
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.6.tgz",
2711
+ "integrity": "sha512-Hptoa0uX+XsNacFBCIQKTUBrFKDiplHan42X73EklG6XmQLG7/aIvxoNhvZ7PvOWMt67Pw3bIlUY2nD6p5vL8A==",
2712
+ "funding": [
2713
+ {
2714
+ "type": "github",
2715
+ "url": "https://github.com/sponsors/csstools"
2716
+ },
2717
+ {
2718
+ "type": "opencollective",
2719
+ "url": "https://opencollective.com/csstools"
2720
+ }
2721
+ ],
2722
+ "license": "MIT-0",
2723
+ "dependencies": {
2724
+ "@csstools/css-color-parser": "^3.0.6",
2725
+ "@csstools/css-parser-algorithms": "^3.0.4",
2726
+ "@csstools/css-tokenizer": "^3.0.3",
2727
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2728
+ "@csstools/utilities": "^2.0.0"
2729
+ },
2730
+ "engines": {
2731
+ "node": ">=18"
2732
+ },
2733
+ "peerDependencies": {
2734
+ "postcss": "^8.4"
2735
+ }
2736
+ },
2737
+ "node_modules/@csstools/postcss-progressive-custom-properties": {
2738
+ "version": "4.0.0",
2739
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz",
2740
+ "integrity": "sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==",
2741
+ "funding": [
2742
+ {
2743
+ "type": "github",
2744
+ "url": "https://github.com/sponsors/csstools"
2745
+ },
2746
+ {
2747
+ "type": "opencollective",
2748
+ "url": "https://opencollective.com/csstools"
2749
+ }
2750
+ ],
2751
+ "license": "MIT-0",
2752
+ "dependencies": {
2753
+ "postcss-value-parser": "^4.2.0"
2754
+ },
2755
+ "engines": {
2756
+ "node": ">=18"
2757
+ },
2758
+ "peerDependencies": {
2759
+ "postcss": "^8.4"
2760
+ }
2761
+ },
2762
+ "node_modules/@csstools/postcss-random-function": {
2763
+ "version": "1.0.1",
2764
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-1.0.1.tgz",
2765
+ "integrity": "sha512-Ab/tF8/RXktQlFwVhiC70UNfpFQRhtE5fQQoP2pO+KCPGLsLdWFiOuHgSRtBOqEshCVAzR4H6o38nhvRZq8deA==",
2766
+ "funding": [
2767
+ {
2768
+ "type": "github",
2769
+ "url": "https://github.com/sponsors/csstools"
2770
+ },
2771
+ {
2772
+ "type": "opencollective",
2773
+ "url": "https://opencollective.com/csstools"
2774
+ }
2775
+ ],
2776
+ "license": "MIT-0",
2777
+ "dependencies": {
2778
+ "@csstools/css-calc": "^2.1.0",
2779
+ "@csstools/css-parser-algorithms": "^3.0.4",
2780
+ "@csstools/css-tokenizer": "^3.0.3"
2781
+ },
2782
+ "engines": {
2783
+ "node": ">=18"
2784
+ },
2785
+ "peerDependencies": {
2786
+ "postcss": "^8.4"
2787
+ }
2788
+ },
2789
+ "node_modules/@csstools/postcss-relative-color-syntax": {
2790
+ "version": "3.0.6",
2791
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.6.tgz",
2792
+ "integrity": "sha512-yxP618Xb+ji1I624jILaYM62uEmZcmbdmFoZHoaThw896sq0vU39kqTTF+ZNic9XyPtPMvq0vyvbgmHaszq8xg==",
2793
+ "funding": [
2794
+ {
2795
+ "type": "github",
2796
+ "url": "https://github.com/sponsors/csstools"
2797
+ },
2798
+ {
2799
+ "type": "opencollective",
2800
+ "url": "https://opencollective.com/csstools"
2801
+ }
2802
+ ],
2803
+ "license": "MIT-0",
2804
+ "dependencies": {
2805
+ "@csstools/css-color-parser": "^3.0.6",
2806
+ "@csstools/css-parser-algorithms": "^3.0.4",
2807
+ "@csstools/css-tokenizer": "^3.0.3",
2808
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2809
+ "@csstools/utilities": "^2.0.0"
2810
+ },
2811
+ "engines": {
2812
+ "node": ">=18"
2813
+ },
2814
+ "peerDependencies": {
2815
+ "postcss": "^8.4"
2816
+ }
2817
+ },
2818
+ "node_modules/@csstools/postcss-scope-pseudo-class": {
2819
+ "version": "4.0.1",
2820
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz",
2821
+ "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==",
2822
+ "funding": [
2823
+ {
2824
+ "type": "github",
2825
+ "url": "https://github.com/sponsors/csstools"
2826
+ },
2827
+ {
2828
+ "type": "opencollective",
2829
+ "url": "https://opencollective.com/csstools"
2830
+ }
2831
+ ],
2832
+ "license": "MIT-0",
2833
+ "dependencies": {
2834
+ "postcss-selector-parser": "^7.0.0"
2835
+ },
2836
+ "engines": {
2837
+ "node": ">=18"
2838
+ },
2839
+ "peerDependencies": {
2840
+ "postcss": "^8.4"
2841
+ }
2842
+ },
2843
+ "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": {
2844
+ "version": "7.0.0",
2845
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
2846
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
2847
+ "license": "MIT",
2848
+ "dependencies": {
2849
+ "cssesc": "^3.0.0",
2850
+ "util-deprecate": "^1.0.2"
2851
+ },
2852
+ "engines": {
2853
+ "node": ">=4"
2854
+ }
2855
+ },
2856
+ "node_modules/@csstools/postcss-sign-functions": {
2857
+ "version": "1.1.0",
2858
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.0.tgz",
2859
+ "integrity": "sha512-SLcc20Nujx/kqbSwDmj6oaXgpy3UjFhBy1sfcqPgDkHfOIfUtUVH7OXO+j7BU4v/At5s61N5ZX6shvgPwluhsA==",
2860
+ "funding": [
2861
+ {
2862
+ "type": "github",
2863
+ "url": "https://github.com/sponsors/csstools"
2864
+ },
2865
+ {
2866
+ "type": "opencollective",
2867
+ "url": "https://opencollective.com/csstools"
2868
+ }
2869
+ ],
2870
+ "license": "MIT-0",
2871
+ "dependencies": {
2872
+ "@csstools/css-calc": "^2.1.0",
2873
+ "@csstools/css-parser-algorithms": "^3.0.4",
2874
+ "@csstools/css-tokenizer": "^3.0.3"
2875
+ },
2876
+ "engines": {
2877
+ "node": ">=18"
2878
+ },
2879
+ "peerDependencies": {
2880
+ "postcss": "^8.4"
2881
+ }
2882
+ },
2883
+ "node_modules/@csstools/postcss-stepped-value-functions": {
2884
+ "version": "4.0.5",
2885
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.5.tgz",
2886
+ "integrity": "sha512-G6SJ6hZJkhxo6UZojVlLo14MohH4J5J7z8CRBrxxUYy9JuZiIqUo5TBYyDGcE0PLdzpg63a7mHSJz3VD+gMwqw==",
2887
+ "funding": [
2888
+ {
2889
+ "type": "github",
2890
+ "url": "https://github.com/sponsors/csstools"
2891
+ },
2892
+ {
2893
+ "type": "opencollective",
2894
+ "url": "https://opencollective.com/csstools"
2895
+ }
2896
+ ],
2897
+ "license": "MIT-0",
2898
+ "dependencies": {
2899
+ "@csstools/css-calc": "^2.1.0",
2900
+ "@csstools/css-parser-algorithms": "^3.0.4",
2901
+ "@csstools/css-tokenizer": "^3.0.3"
2902
+ },
2903
+ "engines": {
2904
+ "node": ">=18"
2905
+ },
2906
+ "peerDependencies": {
2907
+ "postcss": "^8.4"
2908
+ }
2909
+ },
2910
+ "node_modules/@csstools/postcss-text-decoration-shorthand": {
2911
+ "version": "4.0.1",
2912
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.1.tgz",
2913
+ "integrity": "sha512-xPZIikbx6jyzWvhms27uugIc0I4ykH4keRvoa3rxX5K7lEhkbd54rjj/dv60qOCTisoS+3bmwJTeyV1VNBrXaw==",
2914
+ "funding": [
2915
+ {
2916
+ "type": "github",
2917
+ "url": "https://github.com/sponsors/csstools"
2918
+ },
2919
+ {
2920
+ "type": "opencollective",
2921
+ "url": "https://opencollective.com/csstools"
2922
+ }
2923
+ ],
2924
+ "license": "MIT-0",
2925
+ "dependencies": {
2926
+ "@csstools/color-helpers": "^5.0.1",
2927
+ "postcss-value-parser": "^4.2.0"
2928
+ },
2929
+ "engines": {
2930
+ "node": ">=18"
2931
+ },
2932
+ "peerDependencies": {
2933
+ "postcss": "^8.4"
2934
+ }
2935
+ },
2936
+ "node_modules/@csstools/postcss-trigonometric-functions": {
2937
+ "version": "4.0.5",
2938
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.5.tgz",
2939
+ "integrity": "sha512-/YQThYkt5MLvAmVu7zxjhceCYlKrYddK6LEmK5I4ojlS6BmO9u2yO4+xjXzu2+NPYmHSTtP4NFSamBCMmJ1NJA==",
2940
+ "funding": [
2941
+ {
2942
+ "type": "github",
2943
+ "url": "https://github.com/sponsors/csstools"
2944
+ },
2945
+ {
2946
+ "type": "opencollective",
2947
+ "url": "https://opencollective.com/csstools"
2948
+ }
2949
+ ],
2950
+ "license": "MIT-0",
2951
+ "dependencies": {
2952
+ "@csstools/css-calc": "^2.1.0",
2953
+ "@csstools/css-parser-algorithms": "^3.0.4",
2954
+ "@csstools/css-tokenizer": "^3.0.3"
2955
+ },
2956
+ "engines": {
2957
+ "node": ">=18"
2958
+ },
2959
+ "peerDependencies": {
2960
+ "postcss": "^8.4"
2961
+ }
2962
+ },
2963
+ "node_modules/@csstools/postcss-unset-value": {
2964
+ "version": "4.0.0",
2965
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz",
2966
+ "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==",
2967
+ "funding": [
2968
+ {
2969
+ "type": "github",
2970
+ "url": "https://github.com/sponsors/csstools"
2971
+ },
2972
+ {
2973
+ "type": "opencollective",
2974
+ "url": "https://opencollective.com/csstools"
2975
+ }
2976
+ ],
2977
+ "license": "MIT-0",
2978
+ "engines": {
2979
+ "node": ">=18"
2980
+ },
2981
+ "peerDependencies": {
2982
+ "postcss": "^8.4"
2983
+ }
2984
+ },
2985
+ "node_modules/@csstools/utilities": {
2986
+ "version": "2.0.0",
2987
+ "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz",
2988
+ "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==",
2989
+ "funding": [
2990
+ {
2991
+ "type": "github",
2992
+ "url": "https://github.com/sponsors/csstools"
2993
+ },
2994
+ {
2995
+ "type": "opencollective",
2996
+ "url": "https://opencollective.com/csstools"
2997
+ }
2998
+ ],
2999
+ "license": "MIT-0",
3000
+ "engines": {
3001
+ "node": ">=18"
3002
+ },
3003
+ "peerDependencies": {
3004
+ "postcss": "^8.4"
3005
+ }
3006
+ },
1906
3007
  "node_modules/@discoveryjs/json-ext": {
1907
3008
  "version": "0.5.7",
1908
3009
  "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
@@ -1948,9 +3049,9 @@
1948
3049
  }
1949
3050
  },
1950
3051
  "node_modules/@docusaurus/babel": {
1951
- "version": "3.6.0",
1952
- "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.6.0.tgz",
1953
- "integrity": "sha512-7CsoQFiadoq7AHSUIQNkI/lGfg9AQ2ZBzsf9BqfZGXkHwWDy6twuohEaG0PgQv1npSRSAB2dioVxhRSErnqKNA==",
3052
+ "version": "3.6.2",
3053
+ "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.6.2.tgz",
3054
+ "integrity": "sha512-v8N8TWGXDsb5sxQC3Rcqb1CZr0LlU1OgqqVBUchN6cpIUr7EJuVJs5eHcIu5Ag8mwO/hWN3f7FE9uaHTMapAbg==",
1954
3055
  "license": "MIT",
1955
3056
  "dependencies": {
1956
3057
  "@babel/core": "^7.25.9",
@@ -1963,8 +3064,8 @@
1963
3064
  "@babel/runtime": "^7.25.9",
1964
3065
  "@babel/runtime-corejs3": "^7.25.9",
1965
3066
  "@babel/traverse": "^7.25.9",
1966
- "@docusaurus/logger": "3.6.0",
1967
- "@docusaurus/utils": "3.6.0",
3067
+ "@docusaurus/logger": "3.6.2",
3068
+ "@docusaurus/utils": "3.6.2",
1968
3069
  "babel-plugin-dynamic-import-node": "^2.3.3",
1969
3070
  "fs-extra": "^11.1.1",
1970
3071
  "tslib": "^2.6.0"
@@ -1974,18 +3075,17 @@
1974
3075
  }
1975
3076
  },
1976
3077
  "node_modules/@docusaurus/bundler": {
1977
- "version": "3.6.0",
1978
- "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.6.0.tgz",
1979
- "integrity": "sha512-o5T9HXkPKH0OQAifTxEXaebcO8kaz3tU1+wlIShZ2DKJHlsyWX3N4rToWBHroWnV/ZCT2XN3kLRzXASqrnb9Tw==",
3078
+ "version": "3.6.2",
3079
+ "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.6.2.tgz",
3080
+ "integrity": "sha512-YkEifEVs4lV931SrHBB4n6WqRowMw+aM/QPH3z8aU+5t1dWa+1p2OPqARS+tSbh3la9ns+L1zIfSbd8RHi2/PQ==",
1980
3081
  "license": "MIT",
1981
3082
  "dependencies": {
1982
3083
  "@babel/core": "^7.25.9",
1983
- "@docusaurus/babel": "3.6.0",
1984
- "@docusaurus/cssnano-preset": "3.6.0",
1985
- "@docusaurus/logger": "3.6.0",
1986
- "@docusaurus/types": "3.6.0",
1987
- "@docusaurus/utils": "3.6.0",
1988
- "autoprefixer": "^10.4.14",
3084
+ "@docusaurus/babel": "3.6.2",
3085
+ "@docusaurus/cssnano-preset": "3.6.2",
3086
+ "@docusaurus/logger": "3.6.2",
3087
+ "@docusaurus/types": "3.6.2",
3088
+ "@docusaurus/utils": "3.6.2",
1989
3089
  "babel-loader": "^9.2.1",
1990
3090
  "clean-css": "^5.3.2",
1991
3091
  "copy-webpack-plugin": "^11.0.0",
@@ -1998,6 +3098,7 @@
1998
3098
  "null-loader": "^4.0.1",
1999
3099
  "postcss": "^8.4.26",
2000
3100
  "postcss-loader": "^7.3.3",
3101
+ "postcss-preset-env": "^10.1.0",
2001
3102
  "react-dev-utils": "^12.0.1",
2002
3103
  "terser-webpack-plugin": "^5.3.9",
2003
3104
  "tslib": "^2.6.0",
@@ -2009,7 +3110,7 @@
2009
3110
  "node": ">=18.0"
2010
3111
  },
2011
3112
  "peerDependencies": {
2012
- "@docusaurus/faster": "3.5.2"
3113
+ "@docusaurus/faster": "*"
2013
3114
  },
2014
3115
  "peerDependenciesMeta": {
2015
3116
  "@docusaurus/faster": {
@@ -2018,18 +3119,18 @@
2018
3119
  }
2019
3120
  },
2020
3121
  "node_modules/@docusaurus/core": {
2021
- "version": "3.6.0",
2022
- "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.0.tgz",
2023
- "integrity": "sha512-lvRgMoKJJSRDt9+HhAqFcICV4kp/mw1cJJrLxIw4Q2XZnFGM1XUuwcbuaqWmGog+NcOLZaPCcCtZbn60EMCtjQ==",
3122
+ "version": "3.6.2",
3123
+ "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.2.tgz",
3124
+ "integrity": "sha512-irMts/mGLZv8dWcy0WUtbY/U6b5qIfHgQd1/kXMyAxUJo99fL0wFSqhMI+tcxjk0HYy427MXerLMqFJj+Arg1w==",
2024
3125
  "license": "MIT",
2025
3126
  "dependencies": {
2026
- "@docusaurus/babel": "3.6.0",
2027
- "@docusaurus/bundler": "3.6.0",
2028
- "@docusaurus/logger": "3.6.0",
2029
- "@docusaurus/mdx-loader": "3.6.0",
2030
- "@docusaurus/utils": "3.6.0",
2031
- "@docusaurus/utils-common": "3.6.0",
2032
- "@docusaurus/utils-validation": "3.6.0",
3127
+ "@docusaurus/babel": "3.6.2",
3128
+ "@docusaurus/bundler": "3.6.2",
3129
+ "@docusaurus/logger": "3.6.2",
3130
+ "@docusaurus/mdx-loader": "3.6.2",
3131
+ "@docusaurus/utils": "3.6.2",
3132
+ "@docusaurus/utils-common": "3.6.2",
3133
+ "@docusaurus/utils-validation": "3.6.2",
2033
3134
  "boxen": "^6.2.1",
2034
3135
  "chalk": "^4.1.2",
2035
3136
  "chokidar": "^3.5.3",
@@ -2094,9 +3195,9 @@
2094
3195
  }
2095
3196
  },
2096
3197
  "node_modules/@docusaurus/cssnano-preset": {
2097
- "version": "3.6.0",
2098
- "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.0.tgz",
2099
- "integrity": "sha512-h3jlOXqqzNSoU+C4CZLNpFtD+v2xr1UBf4idZpwMgqid9r6lb5GS7tWKnQnauio6OipacbHbDXEX3JyT1PlDkg==",
3198
+ "version": "3.6.2",
3199
+ "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.2.tgz",
3200
+ "integrity": "sha512-mBkVa4QMHRwCFCVLYdBlOZuAT1iVVsS7GGSgliSVAeTOagP/AbtlBsCVrBs+keEuDuRF1w/6QEcqDoZe9fa5pw==",
2100
3201
  "license": "MIT",
2101
3202
  "dependencies": {
2102
3203
  "cssnano-preset-advanced": "^6.1.2",
@@ -2109,9 +3210,9 @@
2109
3210
  }
2110
3211
  },
2111
3212
  "node_modules/@docusaurus/logger": {
2112
- "version": "3.6.0",
2113
- "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.6.0.tgz",
2114
- "integrity": "sha512-BcQhoXilXW0607cH/kO6P5Gt5KxCGfoJ+QDKNf3yO2S09/RsITlW+0QljXPbI3DklTrHrhRDmgGk1yX4nUhWTA==",
3213
+ "version": "3.6.2",
3214
+ "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.6.2.tgz",
3215
+ "integrity": "sha512-1p4IQhhgLyIfsey4UAdAIW69aUE1Ei6O91Nsw30ryZeDWSG5dh4o3zaRGOLxfAX69Ac/yDm6YCwJOafUxL6Vxg==",
2115
3216
  "license": "MIT",
2116
3217
  "dependencies": {
2117
3218
  "chalk": "^4.1.2",
@@ -2122,14 +3223,14 @@
2122
3223
  }
2123
3224
  },
2124
3225
  "node_modules/@docusaurus/mdx-loader": {
2125
- "version": "3.6.0",
2126
- "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.6.0.tgz",
2127
- "integrity": "sha512-GhRzL1Af/AdSSrGesSPOU/iP/aXadTGmVKuysCxZDrQR2RtBtubQZ9aw+KvdFVV7R4K/CsbgD6J5oqrXlEPk3Q==",
3226
+ "version": "3.6.2",
3227
+ "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.6.2.tgz",
3228
+ "integrity": "sha512-7fbRmNgF3CR96Ja82Ya0/Cdu1OL9UJ/22llNMY8lr5gAbw718Y5ryXMVRIYn0JNLTiSxzgtvW4DIsUWEB8NMpw==",
2128
3229
  "license": "MIT",
2129
3230
  "dependencies": {
2130
- "@docusaurus/logger": "3.6.0",
2131
- "@docusaurus/utils": "3.6.0",
2132
- "@docusaurus/utils-validation": "3.6.0",
3231
+ "@docusaurus/logger": "3.6.2",
3232
+ "@docusaurus/utils": "3.6.2",
3233
+ "@docusaurus/utils-validation": "3.6.2",
2133
3234
  "@mdx-js/mdx": "^3.0.0",
2134
3235
  "@slorber/remark-comment": "^1.0.0",
2135
3236
  "escape-html": "^1.0.3",
@@ -2161,12 +3262,12 @@
2161
3262
  }
2162
3263
  },
2163
3264
  "node_modules/@docusaurus/module-type-aliases": {
2164
- "version": "3.6.0",
2165
- "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.0.tgz",
2166
- "integrity": "sha512-szTrIN/6/fuk0xkf3XbRfdTFJzRQ8d1s3sQj5++58wltrT7v3yn1149oc9ryYjMpRcbsarGloQwMu7ofPe4XPg==",
3265
+ "version": "3.6.2",
3266
+ "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.2.tgz",
3267
+ "integrity": "sha512-NrJkL2rLTCjHtWOqUvWzwqvJrsKLj0gVJeV6q5yeKdKKgItietcTf2fTRkM9LHKSUN8CBDXxwHABeQvTahvmXQ==",
2167
3268
  "license": "MIT",
2168
3269
  "dependencies": {
2169
- "@docusaurus/types": "3.6.0",
3270
+ "@docusaurus/types": "3.6.2",
2170
3271
  "@types/history": "^4.7.11",
2171
3272
  "@types/react": "*",
2172
3273
  "@types/react-router-config": "*",
@@ -2180,19 +3281,19 @@
2180
3281
  }
2181
3282
  },
2182
3283
  "node_modules/@docusaurus/plugin-content-blog": {
2183
- "version": "3.6.0",
2184
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.0.tgz",
2185
- "integrity": "sha512-o4aT1/E0Ldpzs/hQff5uyoSriAhS/yqBhqSn+fvSw465AaqRsva6O7CZSYleuBq6x2bewyE3QJq2PcTiHhAd8g==",
2186
- "license": "MIT",
2187
- "dependencies": {
2188
- "@docusaurus/core": "3.6.0",
2189
- "@docusaurus/logger": "3.6.0",
2190
- "@docusaurus/mdx-loader": "3.6.0",
2191
- "@docusaurus/theme-common": "3.6.0",
2192
- "@docusaurus/types": "3.6.0",
2193
- "@docusaurus/utils": "3.6.0",
2194
- "@docusaurus/utils-common": "3.6.0",
2195
- "@docusaurus/utils-validation": "3.6.0",
3284
+ "version": "3.6.2",
3285
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.2.tgz",
3286
+ "integrity": "sha512-6bJxr6Or4NslEVH3BJuPH30kUWiqUjDRdGPhvxpHmt9W/RY2/6u72WICG3bW3dLFxJ/2uDLBU92lHnatpvo7Ew==",
3287
+ "license": "MIT",
3288
+ "dependencies": {
3289
+ "@docusaurus/core": "3.6.2",
3290
+ "@docusaurus/logger": "3.6.2",
3291
+ "@docusaurus/mdx-loader": "3.6.2",
3292
+ "@docusaurus/theme-common": "3.6.2",
3293
+ "@docusaurus/types": "3.6.2",
3294
+ "@docusaurus/utils": "3.6.2",
3295
+ "@docusaurus/utils-common": "3.6.2",
3296
+ "@docusaurus/utils-validation": "3.6.2",
2196
3297
  "cheerio": "1.0.0-rc.12",
2197
3298
  "feed": "^4.2.2",
2198
3299
  "fs-extra": "^11.1.1",
@@ -2214,20 +3315,20 @@
2214
3315
  }
2215
3316
  },
2216
3317
  "node_modules/@docusaurus/plugin-content-docs": {
2217
- "version": "3.6.0",
2218
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.6.0.tgz",
2219
- "integrity": "sha512-c5gZOxocJKO/Zev2MEZInli+b+VNswDGuKHE6QtFgidhAJonwjh2kwj967RvWFaMMk62HlLJLZ+IGK2XsVy4Aw==",
2220
- "license": "MIT",
2221
- "dependencies": {
2222
- "@docusaurus/core": "3.6.0",
2223
- "@docusaurus/logger": "3.6.0",
2224
- "@docusaurus/mdx-loader": "3.6.0",
2225
- "@docusaurus/module-type-aliases": "3.6.0",
2226
- "@docusaurus/theme-common": "3.6.0",
2227
- "@docusaurus/types": "3.6.0",
2228
- "@docusaurus/utils": "3.6.0",
2229
- "@docusaurus/utils-common": "3.6.0",
2230
- "@docusaurus/utils-validation": "3.6.0",
3318
+ "version": "3.6.2",
3319
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.6.2.tgz",
3320
+ "integrity": "sha512-e6WW1g10RIXXLN/rrtqTi/FyJ1Hj3X9Mmgz4V11/0pDCxIGGI8m4ocbAglUlLtgvbLD5viNLefl/NwbOW3JXiQ==",
3321
+ "license": "MIT",
3322
+ "dependencies": {
3323
+ "@docusaurus/core": "3.6.2",
3324
+ "@docusaurus/logger": "3.6.2",
3325
+ "@docusaurus/mdx-loader": "3.6.2",
3326
+ "@docusaurus/module-type-aliases": "3.6.2",
3327
+ "@docusaurus/theme-common": "3.6.2",
3328
+ "@docusaurus/types": "3.6.2",
3329
+ "@docusaurus/utils": "3.6.2",
3330
+ "@docusaurus/utils-common": "3.6.2",
3331
+ "@docusaurus/utils-validation": "3.6.2",
2231
3332
  "@types/react-router-config": "^5.0.7",
2232
3333
  "combine-promises": "^1.1.0",
2233
3334
  "fs-extra": "^11.1.1",
@@ -2246,16 +3347,16 @@
2246
3347
  }
2247
3348
  },
2248
3349
  "node_modules/@docusaurus/plugin-content-pages": {
2249
- "version": "3.6.0",
2250
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.6.0.tgz",
2251
- "integrity": "sha512-RKHhJrfkadHc7+tt1cP48NWifOrhkSRMPdXNYytzhoQrXlP6Ph+3tfQ4/n+nT0S3Y9+wwRxYqRqA380ZLt+QtQ==",
3350
+ "version": "3.6.2",
3351
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.6.2.tgz",
3352
+ "integrity": "sha512-fo4NyGkw10lYHyHaTxE6TZLYnxNtCfRHeZkNK1N9pBYqe7TT2dBUNAEeVW2U3ed9m6YuB7JKSQsa++GGmcP+6g==",
2252
3353
  "license": "MIT",
2253
3354
  "dependencies": {
2254
- "@docusaurus/core": "3.6.0",
2255
- "@docusaurus/mdx-loader": "3.6.0",
2256
- "@docusaurus/types": "3.6.0",
2257
- "@docusaurus/utils": "3.6.0",
2258
- "@docusaurus/utils-validation": "3.6.0",
3355
+ "@docusaurus/core": "3.6.2",
3356
+ "@docusaurus/mdx-loader": "3.6.2",
3357
+ "@docusaurus/types": "3.6.2",
3358
+ "@docusaurus/utils": "3.6.2",
3359
+ "@docusaurus/utils-validation": "3.6.2",
2259
3360
  "fs-extra": "^11.1.1",
2260
3361
  "tslib": "^2.6.0",
2261
3362
  "webpack": "^5.88.1"
@@ -2269,14 +3370,14 @@
2269
3370
  }
2270
3371
  },
2271
3372
  "node_modules/@docusaurus/plugin-debug": {
2272
- "version": "3.6.0",
2273
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.6.0.tgz",
2274
- "integrity": "sha512-o8T1Rl94COLdSlKvjYLQpRJQRU8WWZ8EX1B0yV0dQLNN8reyH7MQW+6z1ig4sQFfH3pnjPWVGHfuEjcib5m7Eg==",
3373
+ "version": "3.6.2",
3374
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.6.2.tgz",
3375
+ "integrity": "sha512-T/eS3VvHElpeV5S8uwp7Si4ujEynmgFtJLvA2CSa5pzQuOF1EEghF9nekAIj0cWtDHsqNUDZNr8hK1brivFXSg==",
2275
3376
  "license": "MIT",
2276
3377
  "dependencies": {
2277
- "@docusaurus/core": "3.6.0",
2278
- "@docusaurus/types": "3.6.0",
2279
- "@docusaurus/utils": "3.6.0",
3378
+ "@docusaurus/core": "3.6.2",
3379
+ "@docusaurus/types": "3.6.2",
3380
+ "@docusaurus/utils": "3.6.2",
2280
3381
  "fs-extra": "^11.1.1",
2281
3382
  "react-json-view-lite": "^1.2.0",
2282
3383
  "tslib": "^2.6.0"
@@ -2290,14 +3391,14 @@
2290
3391
  }
2291
3392
  },
2292
3393
  "node_modules/@docusaurus/plugin-google-analytics": {
2293
- "version": "3.6.0",
2294
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.6.0.tgz",
2295
- "integrity": "sha512-kgRFbfpi6Hshj75YUztKyEMtI/kw0trPRwoTN4g+W1NK99R/vh8phTvhBTIMnDbetU79795LkwfG0rZ/ce6zWQ==",
3394
+ "version": "3.6.2",
3395
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.6.2.tgz",
3396
+ "integrity": "sha512-B7ihrr3wz8e4XqW+dIAtq844u3Z83u5CeiL1xrCqzFH+vDCjUZHTamS3zKXNcgi6YVVe6hUQXPG15ltaqQaVPQ==",
2296
3397
  "license": "MIT",
2297
3398
  "dependencies": {
2298
- "@docusaurus/core": "3.6.0",
2299
- "@docusaurus/types": "3.6.0",
2300
- "@docusaurus/utils-validation": "3.6.0",
3399
+ "@docusaurus/core": "3.6.2",
3400
+ "@docusaurus/types": "3.6.2",
3401
+ "@docusaurus/utils-validation": "3.6.2",
2301
3402
  "tslib": "^2.6.0"
2302
3403
  },
2303
3404
  "engines": {
@@ -2309,14 +3410,14 @@
2309
3410
  }
2310
3411
  },
2311
3412
  "node_modules/@docusaurus/plugin-google-gtag": {
2312
- "version": "3.6.0",
2313
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.6.0.tgz",
2314
- "integrity": "sha512-nqu4IfjaO4UX+dojHL2BxHRS+sKj31CIMWYo49huQ3wTET0Oc3u/WGTaKd3ShTPDhkgiRhTOSTPUwJWrU55nHg==",
3413
+ "version": "3.6.2",
3414
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.6.2.tgz",
3415
+ "integrity": "sha512-V8ijI6qddAAkJ0vd8sjZ7S/apRTLJn9dAwvj/rSMd93witGdKINemL+9TyfLkhcXKTxyqRT8zKdu8ewjPXqKHg==",
2315
3416
  "license": "MIT",
2316
3417
  "dependencies": {
2317
- "@docusaurus/core": "3.6.0",
2318
- "@docusaurus/types": "3.6.0",
2319
- "@docusaurus/utils-validation": "3.6.0",
3418
+ "@docusaurus/core": "3.6.2",
3419
+ "@docusaurus/types": "3.6.2",
3420
+ "@docusaurus/utils-validation": "3.6.2",
2320
3421
  "@types/gtag.js": "^0.0.12",
2321
3422
  "tslib": "^2.6.0"
2322
3423
  },
@@ -2329,14 +3430,14 @@
2329
3430
  }
2330
3431
  },
2331
3432
  "node_modules/@docusaurus/plugin-google-tag-manager": {
2332
- "version": "3.6.0",
2333
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.6.0.tgz",
2334
- "integrity": "sha512-OU6c5xI0nOVbEc9eImGvvsgNWe4vGm97t/W3aLHjWsHyNk3uwFNBQMHRvBUwAi9k/K3kyC5E7DWnc67REhdLOw==",
3433
+ "version": "3.6.2",
3434
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.6.2.tgz",
3435
+ "integrity": "sha512-fnWQ5FdN9f8c8VTgjaQ98208Y+d/JjHhD506rWIIL9rt1cJOf29XElxvOeKpMJadfkgY5KLZSAiHkGt+4qgN4g==",
2335
3436
  "license": "MIT",
2336
3437
  "dependencies": {
2337
- "@docusaurus/core": "3.6.0",
2338
- "@docusaurus/types": "3.6.0",
2339
- "@docusaurus/utils-validation": "3.6.0",
3438
+ "@docusaurus/core": "3.6.2",
3439
+ "@docusaurus/types": "3.6.2",
3440
+ "@docusaurus/utils-validation": "3.6.2",
2340
3441
  "tslib": "^2.6.0"
2341
3442
  },
2342
3443
  "engines": {
@@ -2348,17 +3449,17 @@
2348
3449
  }
2349
3450
  },
2350
3451
  "node_modules/@docusaurus/plugin-sitemap": {
2351
- "version": "3.6.0",
2352
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.6.0.tgz",
2353
- "integrity": "sha512-YB5XMdf9FjLhgbHY/cDbYhVxsgcpPIjxY9769HUgFOB7GVzItTLOR71W035R1BiR2CA5QAn3XOSg36WLRxlhQQ==",
3452
+ "version": "3.6.2",
3453
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.6.2.tgz",
3454
+ "integrity": "sha512-qcAQAP1Ot0dZpeRoJ0L/Zck5FVDkll2IleVZQLzxeRVDZIw1P9/TK7/Aw1w2pmH7dmw/Cwk/cLSVRvLAmp9k7A==",
2354
3455
  "license": "MIT",
2355
3456
  "dependencies": {
2356
- "@docusaurus/core": "3.6.0",
2357
- "@docusaurus/logger": "3.6.0",
2358
- "@docusaurus/types": "3.6.0",
2359
- "@docusaurus/utils": "3.6.0",
2360
- "@docusaurus/utils-common": "3.6.0",
2361
- "@docusaurus/utils-validation": "3.6.0",
3457
+ "@docusaurus/core": "3.6.2",
3458
+ "@docusaurus/logger": "3.6.2",
3459
+ "@docusaurus/types": "3.6.2",
3460
+ "@docusaurus/utils": "3.6.2",
3461
+ "@docusaurus/utils-common": "3.6.2",
3462
+ "@docusaurus/utils-validation": "3.6.2",
2362
3463
  "fs-extra": "^11.1.1",
2363
3464
  "sitemap": "^7.1.1",
2364
3465
  "tslib": "^2.6.0"
@@ -2372,24 +3473,24 @@
2372
3473
  }
2373
3474
  },
2374
3475
  "node_modules/@docusaurus/preset-classic": {
2375
- "version": "3.6.0",
2376
- "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.0.tgz",
2377
- "integrity": "sha512-kpGNdQzr/Dpm7o3b1iaQrz4DMDx3WIeBbl4V4P4maa2zAQkTdlaP4CMgA5oKrRrpqPLnQFsUM/b+qf2glhl2Tw==",
3476
+ "version": "3.6.2",
3477
+ "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.2.tgz",
3478
+ "integrity": "sha512-r2n5eHdhiNSrJGsrrYcw+WsyStmXxe0ZG3RdA9LVyK5+jBHM8blrUWJEDugnzCNbyhUzhdtcmgCC9fhdAvKuQw==",
2378
3479
  "license": "MIT",
2379
3480
  "dependencies": {
2380
- "@docusaurus/core": "3.6.0",
2381
- "@docusaurus/plugin-content-blog": "3.6.0",
2382
- "@docusaurus/plugin-content-docs": "3.6.0",
2383
- "@docusaurus/plugin-content-pages": "3.6.0",
2384
- "@docusaurus/plugin-debug": "3.6.0",
2385
- "@docusaurus/plugin-google-analytics": "3.6.0",
2386
- "@docusaurus/plugin-google-gtag": "3.6.0",
2387
- "@docusaurus/plugin-google-tag-manager": "3.6.0",
2388
- "@docusaurus/plugin-sitemap": "3.6.0",
2389
- "@docusaurus/theme-classic": "3.6.0",
2390
- "@docusaurus/theme-common": "3.6.0",
2391
- "@docusaurus/theme-search-algolia": "3.6.0",
2392
- "@docusaurus/types": "3.6.0"
3481
+ "@docusaurus/core": "3.6.2",
3482
+ "@docusaurus/plugin-content-blog": "3.6.2",
3483
+ "@docusaurus/plugin-content-docs": "3.6.2",
3484
+ "@docusaurus/plugin-content-pages": "3.6.2",
3485
+ "@docusaurus/plugin-debug": "3.6.2",
3486
+ "@docusaurus/plugin-google-analytics": "3.6.2",
3487
+ "@docusaurus/plugin-google-gtag": "3.6.2",
3488
+ "@docusaurus/plugin-google-tag-manager": "3.6.2",
3489
+ "@docusaurus/plugin-sitemap": "3.6.2",
3490
+ "@docusaurus/theme-classic": "3.6.2",
3491
+ "@docusaurus/theme-common": "3.6.2",
3492
+ "@docusaurus/theme-search-algolia": "3.6.2",
3493
+ "@docusaurus/types": "3.6.2"
2393
3494
  },
2394
3495
  "engines": {
2395
3496
  "node": ">=18.0"
@@ -2400,24 +3501,24 @@
2400
3501
  }
2401
3502
  },
2402
3503
  "node_modules/@docusaurus/theme-classic": {
2403
- "version": "3.6.0",
2404
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.6.0.tgz",
2405
- "integrity": "sha512-sAXNfwPL6uRD+BuHuKXZfAXud7SS7IK/JdrPuzyQxdO1gJKzI5GFfe1ED1QoJDNWJWJ01JHE5rSnwYLEADc2rQ==",
2406
- "license": "MIT",
2407
- "dependencies": {
2408
- "@docusaurus/core": "3.6.0",
2409
- "@docusaurus/logger": "3.6.0",
2410
- "@docusaurus/mdx-loader": "3.6.0",
2411
- "@docusaurus/module-type-aliases": "3.6.0",
2412
- "@docusaurus/plugin-content-blog": "3.6.0",
2413
- "@docusaurus/plugin-content-docs": "3.6.0",
2414
- "@docusaurus/plugin-content-pages": "3.6.0",
2415
- "@docusaurus/theme-common": "3.6.0",
2416
- "@docusaurus/theme-translations": "3.6.0",
2417
- "@docusaurus/types": "3.6.0",
2418
- "@docusaurus/utils": "3.6.0",
2419
- "@docusaurus/utils-common": "3.6.0",
2420
- "@docusaurus/utils-validation": "3.6.0",
3504
+ "version": "3.6.2",
3505
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.6.2.tgz",
3506
+ "integrity": "sha512-bCdOPqPNezhLx+hgNVO2Cf+8/1AHa9uHDOqTx/CKAx2I0J/jV9G+6JiMtpSRKGNfBoLT1O+56/7+WtkOf54xTw==",
3507
+ "license": "MIT",
3508
+ "dependencies": {
3509
+ "@docusaurus/core": "3.6.2",
3510
+ "@docusaurus/logger": "3.6.2",
3511
+ "@docusaurus/mdx-loader": "3.6.2",
3512
+ "@docusaurus/module-type-aliases": "3.6.2",
3513
+ "@docusaurus/plugin-content-blog": "3.6.2",
3514
+ "@docusaurus/plugin-content-docs": "3.6.2",
3515
+ "@docusaurus/plugin-content-pages": "3.6.2",
3516
+ "@docusaurus/theme-common": "3.6.2",
3517
+ "@docusaurus/theme-translations": "3.6.2",
3518
+ "@docusaurus/types": "3.6.2",
3519
+ "@docusaurus/utils": "3.6.2",
3520
+ "@docusaurus/utils-common": "3.6.2",
3521
+ "@docusaurus/utils-validation": "3.6.2",
2421
3522
  "@mdx-js/react": "^3.0.0",
2422
3523
  "clsx": "^2.0.0",
2423
3524
  "copy-text-to-clipboard": "^3.2.0",
@@ -2441,15 +3542,15 @@
2441
3542
  }
2442
3543
  },
2443
3544
  "node_modules/@docusaurus/theme-common": {
2444
- "version": "3.6.0",
2445
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.6.0.tgz",
2446
- "integrity": "sha512-frjlYE5sRs+GuPs4XXlp9aMLI2O4H5FPpznDAXBrCm+8EpWRiIb443ePMxM3IyMCQ5bwFlki0PI9C+r4apstnw==",
3545
+ "version": "3.6.2",
3546
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.6.2.tgz",
3547
+ "integrity": "sha512-lfgsL064KEHpCkgGUc0OYoUPCpYfzggp6Hof8sz59UuKiLvb/Z7raewE9/NfocrJ2HZI17rLgMX3SQlRDh/5gg==",
2447
3548
  "license": "MIT",
2448
3549
  "dependencies": {
2449
- "@docusaurus/mdx-loader": "3.6.0",
2450
- "@docusaurus/module-type-aliases": "3.6.0",
2451
- "@docusaurus/utils": "3.6.0",
2452
- "@docusaurus/utils-common": "3.6.0",
3550
+ "@docusaurus/mdx-loader": "3.6.2",
3551
+ "@docusaurus/module-type-aliases": "3.6.2",
3552
+ "@docusaurus/utils": "3.6.2",
3553
+ "@docusaurus/utils-common": "3.6.2",
2453
3554
  "@types/history": "^4.7.11",
2454
3555
  "@types/react": "*",
2455
3556
  "@types/react-router-config": "*",
@@ -2469,19 +3570,19 @@
2469
3570
  }
2470
3571
  },
2471
3572
  "node_modules/@docusaurus/theme-search-algolia": {
2472
- "version": "3.6.0",
2473
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.6.0.tgz",
2474
- "integrity": "sha512-4IwRUkxjrisR8LXBHeE4d2btraWdMficbgiVL3UHvJURmyvgzMBZQP8KrK8rjdXeu8SuRxSmeV6NSVomRvdbEg==",
3573
+ "version": "3.6.2",
3574
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.6.2.tgz",
3575
+ "integrity": "sha512-SFLS+Rq8Cg2yepnHucA9sRpIR97yHvZWlCgMzBLunV3KHbB6hD2h5HPhFV39wYHYCjJUAOH1lX9poJ1qKYuSvg==",
2475
3576
  "license": "MIT",
2476
3577
  "dependencies": {
2477
3578
  "@docsearch/react": "^3.5.2",
2478
- "@docusaurus/core": "3.6.0",
2479
- "@docusaurus/logger": "3.6.0",
2480
- "@docusaurus/plugin-content-docs": "3.6.0",
2481
- "@docusaurus/theme-common": "3.6.0",
2482
- "@docusaurus/theme-translations": "3.6.0",
2483
- "@docusaurus/utils": "3.6.0",
2484
- "@docusaurus/utils-validation": "3.6.0",
3579
+ "@docusaurus/core": "3.6.2",
3580
+ "@docusaurus/logger": "3.6.2",
3581
+ "@docusaurus/plugin-content-docs": "3.6.2",
3582
+ "@docusaurus/theme-common": "3.6.2",
3583
+ "@docusaurus/theme-translations": "3.6.2",
3584
+ "@docusaurus/utils": "3.6.2",
3585
+ "@docusaurus/utils-validation": "3.6.2",
2485
3586
  "algoliasearch": "^4.18.0",
2486
3587
  "algoliasearch-helper": "^3.13.3",
2487
3588
  "clsx": "^2.0.0",
@@ -2500,9 +3601,9 @@
2500
3601
  }
2501
3602
  },
2502
3603
  "node_modules/@docusaurus/theme-translations": {
2503
- "version": "3.6.0",
2504
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.6.0.tgz",
2505
- "integrity": "sha512-L555X8lWE3fv8VaF0Bc1VnAgi10UvRKFcvADHiYR7Gj37ItaWP5i7xLHsSw7fi/SHTXe5wfIeCFNqUYHyCOHAQ==",
3604
+ "version": "3.6.2",
3605
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.6.2.tgz",
3606
+ "integrity": "sha512-LIWrYoDUsOTKmb0c7IQzawiPUTAaczBs5IOx6srxOWoTHVUMLzJCkl5Y6whfuRrnul8G05qv2vk238bN5Ko62g==",
2506
3607
  "license": "MIT",
2507
3608
  "dependencies": {
2508
3609
  "fs-extra": "^11.1.1",
@@ -2513,16 +3614,16 @@
2513
3614
  }
2514
3615
  },
2515
3616
  "node_modules/@docusaurus/tsconfig": {
2516
- "version": "3.6.0",
2517
- "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.6.0.tgz",
2518
- "integrity": "sha512-1nHsSMlNgEifnvsL4ql9wx7I1xXhrrNZl65IKD11pdo/749oI9fMcvm47dDwgS57x1WEteIAxJjzidffa5J9TQ==",
3617
+ "version": "3.6.2",
3618
+ "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.6.2.tgz",
3619
+ "integrity": "sha512-TWLkyYHBYhIJNcXCEc3D1M9R8UFV4IZ82rGef5U9mE1ZrcgDUlZxYaYdoSuHrPrzPRIl3orjmpscO2FAk2gdZw==",
2519
3620
  "dev": true,
2520
3621
  "license": "MIT"
2521
3622
  },
2522
3623
  "node_modules/@docusaurus/types": {
2523
- "version": "3.6.0",
2524
- "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.6.0.tgz",
2525
- "integrity": "sha512-jADLgoZGWhAzThr+mRiyuFD4OUzt6jHnb7NRArRKorgxckqUBaPyFOau9hhbcSTHtU6ceyeWjN7FDt7uG2Hplw==",
3624
+ "version": "3.6.2",
3625
+ "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.6.2.tgz",
3626
+ "integrity": "sha512-117Wsk6xXrWEAsCYCXS3TGJv5tkdIZDcd7T/V0UJvKYmY0gyVPPcEQChy8yTdjbIkbB2q4fa7Jpox72Qv86mqQ==",
2526
3627
  "license": "MIT",
2527
3628
  "dependencies": {
2528
3629
  "@mdx-js/mdx": "^3.0.0",
@@ -2541,13 +3642,14 @@
2541
3642
  }
2542
3643
  },
2543
3644
  "node_modules/@docusaurus/utils": {
2544
- "version": "3.6.0",
2545
- "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.6.0.tgz",
2546
- "integrity": "sha512-VKczAutI4mptiAw/WcYEu5WeVhQ6Q1zdIUl64SGw9K++9lziH+Kt10Ee8l2dMpRkiUk6zzK20kMNlX2WCUwXYQ==",
3645
+ "version": "3.6.2",
3646
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.6.2.tgz",
3647
+ "integrity": "sha512-oxnpUcFZGE3uPCDoXr8GJriB3VWM9sFjPedFidX3Fsz87l1NZNc1wtbKPfQ7GYFDMYo2IGlAv5+47Me9RkM6lg==",
2547
3648
  "license": "MIT",
2548
3649
  "dependencies": {
2549
- "@docusaurus/logger": "3.6.0",
2550
- "@docusaurus/utils-common": "3.6.0",
3650
+ "@docusaurus/logger": "3.6.2",
3651
+ "@docusaurus/types": "3.6.2",
3652
+ "@docusaurus/utils-common": "3.6.2",
2551
3653
  "@svgr/webpack": "^8.1.0",
2552
3654
  "escape-string-regexp": "^4.0.0",
2553
3655
  "file-loader": "^6.2.0",
@@ -2569,45 +3671,30 @@
2569
3671
  },
2570
3672
  "engines": {
2571
3673
  "node": ">=18.0"
2572
- },
2573
- "peerDependencies": {
2574
- "@docusaurus/types": "*"
2575
- },
2576
- "peerDependenciesMeta": {
2577
- "@docusaurus/types": {
2578
- "optional": true
2579
- }
2580
3674
  }
2581
3675
  },
2582
3676
  "node_modules/@docusaurus/utils-common": {
2583
- "version": "3.6.0",
2584
- "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.6.0.tgz",
2585
- "integrity": "sha512-diUDNfbw33GaZMmKwdTckT2IBfVouXLXRD+zphH9ywswuaEIKqixvuf5g41H7MBBrlMsxhna3uTMoB4B/OPDcA==",
3677
+ "version": "3.6.2",
3678
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.6.2.tgz",
3679
+ "integrity": "sha512-dr5wK+OyU2QAWxG7S5siD2bPgS7+ZeqWHfgLNHZ5yalaZf8TbeNNLqydfngukAY56BGZN0NbMkX6jGIr7ZF0sA==",
2586
3680
  "license": "MIT",
2587
3681
  "dependencies": {
3682
+ "@docusaurus/types": "3.6.2",
2588
3683
  "tslib": "^2.6.0"
2589
3684
  },
2590
3685
  "engines": {
2591
3686
  "node": ">=18.0"
2592
- },
2593
- "peerDependencies": {
2594
- "@docusaurus/types": "*"
2595
- },
2596
- "peerDependenciesMeta": {
2597
- "@docusaurus/types": {
2598
- "optional": true
2599
- }
2600
3687
  }
2601
3688
  },
2602
3689
  "node_modules/@docusaurus/utils-validation": {
2603
- "version": "3.6.0",
2604
- "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.6.0.tgz",
2605
- "integrity": "sha512-CRHiKKJEKA0GFlfOf71JWHl7PtwOyX0+Zg9ep9NFEZv6Lcx3RJ9nhl7p8HRjPL6deyYceavM//BsfW4pCI4BtA==",
3690
+ "version": "3.6.2",
3691
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.6.2.tgz",
3692
+ "integrity": "sha512-Y3EwblDz72KOcobb5t2zlhHSmrfE8EaHusPJ96Kx2JYtNXL2omqCoOb6FpaXWhES75wvjUpkFLYfiNqAqEov8g==",
2606
3693
  "license": "MIT",
2607
3694
  "dependencies": {
2608
- "@docusaurus/logger": "3.6.0",
2609
- "@docusaurus/utils": "3.6.0",
2610
- "@docusaurus/utils-common": "3.6.0",
3695
+ "@docusaurus/logger": "3.6.2",
3696
+ "@docusaurus/utils": "3.6.2",
3697
+ "@docusaurus/utils-common": "3.6.2",
2611
3698
  "fs-extra": "^11.2.0",
2612
3699
  "joi": "^17.9.2",
2613
3700
  "js-yaml": "^4.1.0",
@@ -3952,9 +5039,9 @@
3952
5039
  }
3953
5040
  },
3954
5041
  "node_modules/autoprefixer": {
3955
- "version": "10.4.19",
3956
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz",
3957
- "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==",
5042
+ "version": "10.4.20",
5043
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
5044
+ "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
3958
5045
  "funding": [
3959
5046
  {
3960
5047
  "type": "opencollective",
@@ -3969,12 +5056,13 @@
3969
5056
  "url": "https://github.com/sponsors/ai"
3970
5057
  }
3971
5058
  ],
5059
+ "license": "MIT",
3972
5060
  "dependencies": {
3973
- "browserslist": "^4.23.0",
3974
- "caniuse-lite": "^1.0.30001599",
5061
+ "browserslist": "^4.23.3",
5062
+ "caniuse-lite": "^1.0.30001646",
3975
5063
  "fraction.js": "^4.3.7",
3976
5064
  "normalize-range": "^0.1.2",
3977
- "picocolors": "^1.0.0",
5065
+ "picocolors": "^1.0.1",
3978
5066
  "postcss-value-parser": "^4.2.0"
3979
5067
  },
3980
5068
  "bin": {
@@ -4956,40 +6044,140 @@
4956
6044
  "node": ">= 8"
4957
6045
  }
4958
6046
  },
4959
- "node_modules/crypto-random-string": {
4960
- "version": "4.0.0",
4961
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
4962
- "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
6047
+ "node_modules/crypto-random-string": {
6048
+ "version": "4.0.0",
6049
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
6050
+ "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
6051
+ "dependencies": {
6052
+ "type-fest": "^1.0.1"
6053
+ },
6054
+ "engines": {
6055
+ "node": ">=12"
6056
+ },
6057
+ "funding": {
6058
+ "url": "https://github.com/sponsors/sindresorhus"
6059
+ }
6060
+ },
6061
+ "node_modules/crypto-random-string/node_modules/type-fest": {
6062
+ "version": "1.4.0",
6063
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
6064
+ "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
6065
+ "engines": {
6066
+ "node": ">=10"
6067
+ },
6068
+ "funding": {
6069
+ "url": "https://github.com/sponsors/sindresorhus"
6070
+ }
6071
+ },
6072
+ "node_modules/css-blank-pseudo": {
6073
+ "version": "7.0.1",
6074
+ "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz",
6075
+ "integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==",
6076
+ "funding": [
6077
+ {
6078
+ "type": "github",
6079
+ "url": "https://github.com/sponsors/csstools"
6080
+ },
6081
+ {
6082
+ "type": "opencollective",
6083
+ "url": "https://opencollective.com/csstools"
6084
+ }
6085
+ ],
6086
+ "license": "MIT-0",
6087
+ "dependencies": {
6088
+ "postcss-selector-parser": "^7.0.0"
6089
+ },
6090
+ "engines": {
6091
+ "node": ">=18"
6092
+ },
6093
+ "peerDependencies": {
6094
+ "postcss": "^8.4"
6095
+ }
6096
+ },
6097
+ "node_modules/css-blank-pseudo/node_modules/postcss-selector-parser": {
6098
+ "version": "7.0.0",
6099
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
6100
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
6101
+ "license": "MIT",
6102
+ "dependencies": {
6103
+ "cssesc": "^3.0.0",
6104
+ "util-deprecate": "^1.0.2"
6105
+ },
6106
+ "engines": {
6107
+ "node": ">=4"
6108
+ }
6109
+ },
6110
+ "node_modules/css-declaration-sorter": {
6111
+ "version": "7.2.0",
6112
+ "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
6113
+ "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
6114
+ "engines": {
6115
+ "node": "^14 || ^16 || >=18"
6116
+ },
6117
+ "peerDependencies": {
6118
+ "postcss": "^8.0.9"
6119
+ }
6120
+ },
6121
+ "node_modules/css-has-pseudo": {
6122
+ "version": "7.0.1",
6123
+ "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.1.tgz",
6124
+ "integrity": "sha512-EOcoyJt+OsuKfCADgLT7gADZI5jMzIe/AeI6MeAYKiFBDmNmM7kk46DtSfMj5AohUJisqVzopBpnQTlvbyaBWg==",
6125
+ "funding": [
6126
+ {
6127
+ "type": "github",
6128
+ "url": "https://github.com/sponsors/csstools"
6129
+ },
6130
+ {
6131
+ "type": "opencollective",
6132
+ "url": "https://opencollective.com/csstools"
6133
+ }
6134
+ ],
6135
+ "license": "MIT-0",
4963
6136
  "dependencies": {
4964
- "type-fest": "^1.0.1"
6137
+ "@csstools/selector-specificity": "^5.0.0",
6138
+ "postcss-selector-parser": "^7.0.0",
6139
+ "postcss-value-parser": "^4.2.0"
4965
6140
  },
4966
6141
  "engines": {
4967
- "node": ">=12"
6142
+ "node": ">=18"
4968
6143
  },
4969
- "funding": {
4970
- "url": "https://github.com/sponsors/sindresorhus"
6144
+ "peerDependencies": {
6145
+ "postcss": "^8.4"
4971
6146
  }
4972
6147
  },
4973
- "node_modules/crypto-random-string/node_modules/type-fest": {
4974
- "version": "1.4.0",
4975
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
4976
- "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
6148
+ "node_modules/css-has-pseudo/node_modules/@csstools/selector-specificity": {
6149
+ "version": "5.0.0",
6150
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
6151
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
6152
+ "funding": [
6153
+ {
6154
+ "type": "github",
6155
+ "url": "https://github.com/sponsors/csstools"
6156
+ },
6157
+ {
6158
+ "type": "opencollective",
6159
+ "url": "https://opencollective.com/csstools"
6160
+ }
6161
+ ],
6162
+ "license": "MIT-0",
4977
6163
  "engines": {
4978
- "node": ">=10"
6164
+ "node": ">=18"
4979
6165
  },
4980
- "funding": {
4981
- "url": "https://github.com/sponsors/sindresorhus"
6166
+ "peerDependencies": {
6167
+ "postcss-selector-parser": "^7.0.0"
4982
6168
  }
4983
6169
  },
4984
- "node_modules/css-declaration-sorter": {
4985
- "version": "7.2.0",
4986
- "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
4987
- "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
4988
- "engines": {
4989
- "node": "^14 || ^16 || >=18"
6170
+ "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": {
6171
+ "version": "7.0.0",
6172
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
6173
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
6174
+ "license": "MIT",
6175
+ "dependencies": {
6176
+ "cssesc": "^3.0.0",
6177
+ "util-deprecate": "^1.0.2"
4990
6178
  },
4991
- "peerDependencies": {
4992
- "postcss": "^8.0.9"
6179
+ "engines": {
6180
+ "node": ">=4"
4993
6181
  }
4994
6182
  },
4995
6183
  "node_modules/css-loader": {
@@ -5069,6 +6257,28 @@
5069
6257
  }
5070
6258
  }
5071
6259
  },
6260
+ "node_modules/css-prefers-color-scheme": {
6261
+ "version": "10.0.0",
6262
+ "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz",
6263
+ "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==",
6264
+ "funding": [
6265
+ {
6266
+ "type": "github",
6267
+ "url": "https://github.com/sponsors/csstools"
6268
+ },
6269
+ {
6270
+ "type": "opencollective",
6271
+ "url": "https://opencollective.com/csstools"
6272
+ }
6273
+ ],
6274
+ "license": "MIT-0",
6275
+ "engines": {
6276
+ "node": ">=18"
6277
+ },
6278
+ "peerDependencies": {
6279
+ "postcss": "^8.4"
6280
+ }
6281
+ },
5072
6282
  "node_modules/css-select": {
5073
6283
  "version": "5.1.0",
5074
6284
  "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
@@ -5107,6 +6317,22 @@
5107
6317
  "url": "https://github.com/sponsors/fb55"
5108
6318
  }
5109
6319
  },
6320
+ "node_modules/cssdb": {
6321
+ "version": "8.2.1",
6322
+ "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.2.1.tgz",
6323
+ "integrity": "sha512-KwEPys7lNsC8OjASI8RrmwOYYDcm0JOW9zQhcV83ejYcQkirTEyeAGui8aO2F5PiS6SLpxuTzl6qlMElIdsgIg==",
6324
+ "funding": [
6325
+ {
6326
+ "type": "opencollective",
6327
+ "url": "https://opencollective.com/csstools"
6328
+ },
6329
+ {
6330
+ "type": "github",
6331
+ "url": "https://github.com/sponsors/csstools"
6332
+ }
6333
+ ],
6334
+ "license": "MIT-0"
6335
+ },
5110
6336
  "node_modules/cssesc": {
5111
6337
  "version": "3.0.0",
5112
6338
  "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
@@ -5141,6 +6367,7 @@
5141
6367
  "version": "6.1.2",
5142
6368
  "resolved": "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-6.1.2.tgz",
5143
6369
  "integrity": "sha512-Nhao7eD8ph2DoHolEzQs5CfRpiEP0xa1HBdnFZ82kvqdmbwVBUr2r1QuQ4t1pi+D1ZpqpcO4T+wy/7RxzJ/WPQ==",
6370
+ "license": "MIT",
5144
6371
  "dependencies": {
5145
6372
  "autoprefixer": "^10.4.19",
5146
6373
  "browserslist": "^4.23.0",
@@ -6458,6 +7685,7 @@
6458
7685
  "version": "4.3.7",
6459
7686
  "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
6460
7687
  "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
7688
+ "license": "MIT",
6461
7689
  "engines": {
6462
7690
  "node": "*"
6463
7691
  },
@@ -10188,898 +11416,1359 @@
10188
11416
  "picomatch": "^2.3.1"
10189
11417
  },
10190
11418
  "engines": {
10191
- "node": ">=8.6"
11419
+ "node": ">=8.6"
11420
+ }
11421
+ },
11422
+ "node_modules/mime": {
11423
+ "version": "1.6.0",
11424
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
11425
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
11426
+ "bin": {
11427
+ "mime": "cli.js"
11428
+ },
11429
+ "engines": {
11430
+ "node": ">=4"
11431
+ }
11432
+ },
11433
+ "node_modules/mime-db": {
11434
+ "version": "1.33.0",
11435
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
11436
+ "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
11437
+ "engines": {
11438
+ "node": ">= 0.6"
11439
+ }
11440
+ },
11441
+ "node_modules/mime-types": {
11442
+ "version": "2.1.18",
11443
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
11444
+ "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
11445
+ "dependencies": {
11446
+ "mime-db": "~1.33.0"
11447
+ },
11448
+ "engines": {
11449
+ "node": ">= 0.6"
11450
+ }
11451
+ },
11452
+ "node_modules/mimic-fn": {
11453
+ "version": "2.1.0",
11454
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
11455
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
11456
+ "engines": {
11457
+ "node": ">=6"
11458
+ }
11459
+ },
11460
+ "node_modules/mimic-response": {
11461
+ "version": "4.0.0",
11462
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
11463
+ "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
11464
+ "engines": {
11465
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11466
+ },
11467
+ "funding": {
11468
+ "url": "https://github.com/sponsors/sindresorhus"
11469
+ }
11470
+ },
11471
+ "node_modules/mini-css-extract-plugin": {
11472
+ "version": "2.9.2",
11473
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
11474
+ "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
11475
+ "license": "MIT",
11476
+ "dependencies": {
11477
+ "schema-utils": "^4.0.0",
11478
+ "tapable": "^2.2.1"
11479
+ },
11480
+ "engines": {
11481
+ "node": ">= 12.13.0"
11482
+ },
11483
+ "funding": {
11484
+ "type": "opencollective",
11485
+ "url": "https://opencollective.com/webpack"
11486
+ },
11487
+ "peerDependencies": {
11488
+ "webpack": "^5.0.0"
11489
+ }
11490
+ },
11491
+ "node_modules/minimalistic-assert": {
11492
+ "version": "1.0.1",
11493
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
11494
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
11495
+ },
11496
+ "node_modules/minimatch": {
11497
+ "version": "3.1.2",
11498
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
11499
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
11500
+ "dependencies": {
11501
+ "brace-expansion": "^1.1.7"
11502
+ },
11503
+ "engines": {
11504
+ "node": "*"
11505
+ }
11506
+ },
11507
+ "node_modules/minimist": {
11508
+ "version": "1.2.8",
11509
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
11510
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
11511
+ "funding": {
11512
+ "url": "https://github.com/sponsors/ljharb"
11513
+ }
11514
+ },
11515
+ "node_modules/mrmime": {
11516
+ "version": "2.0.0",
11517
+ "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
11518
+ "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
11519
+ "engines": {
11520
+ "node": ">=10"
11521
+ }
11522
+ },
11523
+ "node_modules/ms": {
11524
+ "version": "2.1.2",
11525
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
11526
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
11527
+ },
11528
+ "node_modules/multicast-dns": {
11529
+ "version": "7.2.5",
11530
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
11531
+ "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
11532
+ "dependencies": {
11533
+ "dns-packet": "^5.2.2",
11534
+ "thunky": "^1.0.2"
11535
+ },
11536
+ "bin": {
11537
+ "multicast-dns": "cli.js"
11538
+ }
11539
+ },
11540
+ "node_modules/nanoid": {
11541
+ "version": "3.3.7",
11542
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
11543
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
11544
+ "funding": [
11545
+ {
11546
+ "type": "github",
11547
+ "url": "https://github.com/sponsors/ai"
11548
+ }
11549
+ ],
11550
+ "bin": {
11551
+ "nanoid": "bin/nanoid.cjs"
11552
+ },
11553
+ "engines": {
11554
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
11555
+ }
11556
+ },
11557
+ "node_modules/negotiator": {
11558
+ "version": "0.6.3",
11559
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
11560
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
11561
+ "engines": {
11562
+ "node": ">= 0.6"
11563
+ }
11564
+ },
11565
+ "node_modules/neo-async": {
11566
+ "version": "2.6.2",
11567
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
11568
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
11569
+ },
11570
+ "node_modules/no-case": {
11571
+ "version": "3.0.4",
11572
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
11573
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
11574
+ "dependencies": {
11575
+ "lower-case": "^2.0.2",
11576
+ "tslib": "^2.0.3"
11577
+ }
11578
+ },
11579
+ "node_modules/node-emoji": {
11580
+ "version": "2.1.3",
11581
+ "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.1.3.tgz",
11582
+ "integrity": "sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==",
11583
+ "dependencies": {
11584
+ "@sindresorhus/is": "^4.6.0",
11585
+ "char-regex": "^1.0.2",
11586
+ "emojilib": "^2.4.0",
11587
+ "skin-tone": "^2.0.0"
11588
+ },
11589
+ "engines": {
11590
+ "node": ">=18"
11591
+ }
11592
+ },
11593
+ "node_modules/node-forge": {
11594
+ "version": "1.3.1",
11595
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
11596
+ "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
11597
+ "engines": {
11598
+ "node": ">= 6.13.0"
10192
11599
  }
10193
11600
  },
10194
- "node_modules/mime": {
10195
- "version": "1.6.0",
10196
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
10197
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
10198
- "bin": {
10199
- "mime": "cli.js"
10200
- },
11601
+ "node_modules/node-releases": {
11602
+ "version": "2.0.18",
11603
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
11604
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
11605
+ "license": "MIT"
11606
+ },
11607
+ "node_modules/normalize-path": {
11608
+ "version": "3.0.0",
11609
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
11610
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
10201
11611
  "engines": {
10202
- "node": ">=4"
11612
+ "node": ">=0.10.0"
10203
11613
  }
10204
11614
  },
10205
- "node_modules/mime-db": {
10206
- "version": "1.33.0",
10207
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
10208
- "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
11615
+ "node_modules/normalize-range": {
11616
+ "version": "0.1.2",
11617
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
11618
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
11619
+ "license": "MIT",
10209
11620
  "engines": {
10210
- "node": ">= 0.6"
11621
+ "node": ">=0.10.0"
10211
11622
  }
10212
11623
  },
10213
- "node_modules/mime-types": {
10214
- "version": "2.1.18",
10215
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
10216
- "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
11624
+ "node_modules/npm-run-path": {
11625
+ "version": "4.0.1",
11626
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
11627
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
10217
11628
  "dependencies": {
10218
- "mime-db": "~1.33.0"
11629
+ "path-key": "^3.0.0"
10219
11630
  },
10220
11631
  "engines": {
10221
- "node": ">= 0.6"
11632
+ "node": ">=8"
10222
11633
  }
10223
11634
  },
10224
- "node_modules/mimic-fn": {
10225
- "version": "2.1.0",
10226
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
10227
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
10228
- "engines": {
10229
- "node": ">=6"
10230
- }
11635
+ "node_modules/nprogress": {
11636
+ "version": "0.2.0",
11637
+ "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
11638
+ "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA=="
10231
11639
  },
10232
- "node_modules/mimic-response": {
10233
- "version": "4.0.0",
10234
- "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
10235
- "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
10236
- "engines": {
10237
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11640
+ "node_modules/nth-check": {
11641
+ "version": "2.1.1",
11642
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
11643
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
11644
+ "dependencies": {
11645
+ "boolbase": "^1.0.0"
10238
11646
  },
10239
11647
  "funding": {
10240
- "url": "https://github.com/sponsors/sindresorhus"
11648
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
10241
11649
  }
10242
11650
  },
10243
- "node_modules/mini-css-extract-plugin": {
10244
- "version": "2.9.2",
10245
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
10246
- "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
11651
+ "node_modules/null-loader": {
11652
+ "version": "4.0.1",
11653
+ "resolved": "https://registry.npmjs.org/null-loader/-/null-loader-4.0.1.tgz",
11654
+ "integrity": "sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==",
10247
11655
  "license": "MIT",
10248
11656
  "dependencies": {
10249
- "schema-utils": "^4.0.0",
10250
- "tapable": "^2.2.1"
11657
+ "loader-utils": "^2.0.0",
11658
+ "schema-utils": "^3.0.0"
10251
11659
  },
10252
11660
  "engines": {
10253
- "node": ">= 12.13.0"
11661
+ "node": ">= 10.13.0"
10254
11662
  },
10255
11663
  "funding": {
10256
11664
  "type": "opencollective",
10257
11665
  "url": "https://opencollective.com/webpack"
10258
11666
  },
10259
11667
  "peerDependencies": {
10260
- "webpack": "^5.0.0"
11668
+ "webpack": "^4.0.0 || ^5.0.0"
10261
11669
  }
10262
11670
  },
10263
- "node_modules/minimalistic-assert": {
10264
- "version": "1.0.1",
10265
- "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
10266
- "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
11671
+ "node_modules/null-loader/node_modules/ajv": {
11672
+ "version": "6.12.6",
11673
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
11674
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
11675
+ "license": "MIT",
11676
+ "dependencies": {
11677
+ "fast-deep-equal": "^3.1.1",
11678
+ "fast-json-stable-stringify": "^2.0.0",
11679
+ "json-schema-traverse": "^0.4.1",
11680
+ "uri-js": "^4.2.2"
11681
+ },
11682
+ "funding": {
11683
+ "type": "github",
11684
+ "url": "https://github.com/sponsors/epoberezkin"
11685
+ }
10267
11686
  },
10268
- "node_modules/minimatch": {
10269
- "version": "3.1.2",
10270
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10271
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
11687
+ "node_modules/null-loader/node_modules/ajv-keywords": {
11688
+ "version": "3.5.2",
11689
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
11690
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
11691
+ "license": "MIT",
11692
+ "peerDependencies": {
11693
+ "ajv": "^6.9.1"
11694
+ }
11695
+ },
11696
+ "node_modules/null-loader/node_modules/json-schema-traverse": {
11697
+ "version": "0.4.1",
11698
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
11699
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
11700
+ "license": "MIT"
11701
+ },
11702
+ "node_modules/null-loader/node_modules/schema-utils": {
11703
+ "version": "3.3.0",
11704
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
11705
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
11706
+ "license": "MIT",
10272
11707
  "dependencies": {
10273
- "brace-expansion": "^1.1.7"
11708
+ "@types/json-schema": "^7.0.8",
11709
+ "ajv": "^6.12.5",
11710
+ "ajv-keywords": "^3.5.2"
10274
11711
  },
10275
11712
  "engines": {
10276
- "node": "*"
11713
+ "node": ">= 10.13.0"
11714
+ },
11715
+ "funding": {
11716
+ "type": "opencollective",
11717
+ "url": "https://opencollective.com/webpack"
10277
11718
  }
10278
11719
  },
10279
- "node_modules/minimist": {
10280
- "version": "1.2.8",
10281
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
10282
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
11720
+ "node_modules/object-assign": {
11721
+ "version": "4.1.1",
11722
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
11723
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
11724
+ "engines": {
11725
+ "node": ">=0.10.0"
11726
+ }
11727
+ },
11728
+ "node_modules/object-inspect": {
11729
+ "version": "1.13.1",
11730
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
11731
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
10283
11732
  "funding": {
10284
11733
  "url": "https://github.com/sponsors/ljharb"
10285
11734
  }
10286
11735
  },
10287
- "node_modules/mrmime": {
10288
- "version": "2.0.0",
10289
- "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
10290
- "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
11736
+ "node_modules/object-keys": {
11737
+ "version": "1.1.1",
11738
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
11739
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
10291
11740
  "engines": {
10292
- "node": ">=10"
11741
+ "node": ">= 0.4"
10293
11742
  }
10294
11743
  },
10295
- "node_modules/ms": {
10296
- "version": "2.1.2",
10297
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
10298
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
11744
+ "node_modules/object.assign": {
11745
+ "version": "4.1.5",
11746
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
11747
+ "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
11748
+ "dependencies": {
11749
+ "call-bind": "^1.0.5",
11750
+ "define-properties": "^1.2.1",
11751
+ "has-symbols": "^1.0.3",
11752
+ "object-keys": "^1.1.1"
11753
+ },
11754
+ "engines": {
11755
+ "node": ">= 0.4"
11756
+ },
11757
+ "funding": {
11758
+ "url": "https://github.com/sponsors/ljharb"
11759
+ }
10299
11760
  },
10300
- "node_modules/multicast-dns": {
10301
- "version": "7.2.5",
10302
- "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
10303
- "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
11761
+ "node_modules/obuf": {
11762
+ "version": "1.1.2",
11763
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
11764
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
11765
+ },
11766
+ "node_modules/on-finished": {
11767
+ "version": "2.4.1",
11768
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
11769
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
10304
11770
  "dependencies": {
10305
- "dns-packet": "^5.2.2",
10306
- "thunky": "^1.0.2"
11771
+ "ee-first": "1.1.1"
10307
11772
  },
10308
- "bin": {
10309
- "multicast-dns": "cli.js"
11773
+ "engines": {
11774
+ "node": ">= 0.8"
10310
11775
  }
10311
11776
  },
10312
- "node_modules/nanoid": {
10313
- "version": "3.3.7",
10314
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
10315
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
10316
- "funding": [
10317
- {
10318
- "type": "github",
10319
- "url": "https://github.com/sponsors/ai"
10320
- }
10321
- ],
10322
- "bin": {
10323
- "nanoid": "bin/nanoid.cjs"
11777
+ "node_modules/on-headers": {
11778
+ "version": "1.0.2",
11779
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
11780
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
11781
+ "engines": {
11782
+ "node": ">= 0.8"
11783
+ }
11784
+ },
11785
+ "node_modules/once": {
11786
+ "version": "1.4.0",
11787
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
11788
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
11789
+ "dependencies": {
11790
+ "wrappy": "1"
11791
+ }
11792
+ },
11793
+ "node_modules/onetime": {
11794
+ "version": "5.1.2",
11795
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
11796
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
11797
+ "dependencies": {
11798
+ "mimic-fn": "^2.1.0"
11799
+ },
11800
+ "engines": {
11801
+ "node": ">=6"
11802
+ },
11803
+ "funding": {
11804
+ "url": "https://github.com/sponsors/sindresorhus"
11805
+ }
11806
+ },
11807
+ "node_modules/open": {
11808
+ "version": "8.4.2",
11809
+ "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
11810
+ "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
11811
+ "dependencies": {
11812
+ "define-lazy-prop": "^2.0.0",
11813
+ "is-docker": "^2.1.1",
11814
+ "is-wsl": "^2.2.0"
10324
11815
  },
10325
11816
  "engines": {
10326
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
11817
+ "node": ">=12"
11818
+ },
11819
+ "funding": {
11820
+ "url": "https://github.com/sponsors/sindresorhus"
10327
11821
  }
10328
11822
  },
10329
- "node_modules/negotiator": {
10330
- "version": "0.6.3",
10331
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
10332
- "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
10333
- "engines": {
10334
- "node": ">= 0.6"
11823
+ "node_modules/opener": {
11824
+ "version": "1.5.2",
11825
+ "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
11826
+ "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
11827
+ "bin": {
11828
+ "opener": "bin/opener-bin.js"
10335
11829
  }
10336
11830
  },
10337
- "node_modules/neo-async": {
10338
- "version": "2.6.2",
10339
- "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
10340
- "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
11831
+ "node_modules/p-cancelable": {
11832
+ "version": "3.0.0",
11833
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
11834
+ "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
11835
+ "engines": {
11836
+ "node": ">=12.20"
11837
+ }
10341
11838
  },
10342
- "node_modules/no-case": {
10343
- "version": "3.0.4",
10344
- "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
10345
- "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
11839
+ "node_modules/p-limit": {
11840
+ "version": "4.0.0",
11841
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
11842
+ "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
10346
11843
  "dependencies": {
10347
- "lower-case": "^2.0.2",
10348
- "tslib": "^2.0.3"
11844
+ "yocto-queue": "^1.0.0"
11845
+ },
11846
+ "engines": {
11847
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11848
+ },
11849
+ "funding": {
11850
+ "url": "https://github.com/sponsors/sindresorhus"
10349
11851
  }
10350
11852
  },
10351
- "node_modules/node-emoji": {
10352
- "version": "2.1.3",
10353
- "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.1.3.tgz",
10354
- "integrity": "sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==",
11853
+ "node_modules/p-locate": {
11854
+ "version": "6.0.0",
11855
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
11856
+ "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
10355
11857
  "dependencies": {
10356
- "@sindresorhus/is": "^4.6.0",
10357
- "char-regex": "^1.0.2",
10358
- "emojilib": "^2.4.0",
10359
- "skin-tone": "^2.0.0"
11858
+ "p-limit": "^4.0.0"
10360
11859
  },
10361
11860
  "engines": {
10362
- "node": ">=18"
11861
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11862
+ },
11863
+ "funding": {
11864
+ "url": "https://github.com/sponsors/sindresorhus"
10363
11865
  }
10364
11866
  },
10365
- "node_modules/node-forge": {
10366
- "version": "1.3.1",
10367
- "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
10368
- "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
11867
+ "node_modules/p-map": {
11868
+ "version": "4.0.0",
11869
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
11870
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
11871
+ "dependencies": {
11872
+ "aggregate-error": "^3.0.0"
11873
+ },
10369
11874
  "engines": {
10370
- "node": ">= 6.13.0"
11875
+ "node": ">=10"
11876
+ },
11877
+ "funding": {
11878
+ "url": "https://github.com/sponsors/sindresorhus"
10371
11879
  }
10372
11880
  },
10373
- "node_modules/node-releases": {
10374
- "version": "2.0.18",
10375
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
10376
- "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
10377
- "license": "MIT"
10378
- },
10379
- "node_modules/normalize-path": {
10380
- "version": "3.0.0",
10381
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
10382
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
11881
+ "node_modules/p-retry": {
11882
+ "version": "4.6.2",
11883
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
11884
+ "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
11885
+ "dependencies": {
11886
+ "@types/retry": "0.12.0",
11887
+ "retry": "^0.13.1"
11888
+ },
10383
11889
  "engines": {
10384
- "node": ">=0.10.0"
11890
+ "node": ">=8"
10385
11891
  }
10386
11892
  },
10387
- "node_modules/normalize-range": {
10388
- "version": "0.1.2",
10389
- "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
10390
- "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
11893
+ "node_modules/p-try": {
11894
+ "version": "2.2.0",
11895
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
11896
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
10391
11897
  "engines": {
10392
- "node": ">=0.10.0"
11898
+ "node": ">=6"
10393
11899
  }
10394
11900
  },
10395
- "node_modules/npm-run-path": {
10396
- "version": "4.0.1",
10397
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
10398
- "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
11901
+ "node_modules/package-json": {
11902
+ "version": "8.1.1",
11903
+ "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.1.tgz",
11904
+ "integrity": "sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==",
10399
11905
  "dependencies": {
10400
- "path-key": "^3.0.0"
11906
+ "got": "^12.1.0",
11907
+ "registry-auth-token": "^5.0.1",
11908
+ "registry-url": "^6.0.0",
11909
+ "semver": "^7.3.7"
10401
11910
  },
10402
11911
  "engines": {
10403
- "node": ">=8"
11912
+ "node": ">=14.16"
11913
+ },
11914
+ "funding": {
11915
+ "url": "https://github.com/sponsors/sindresorhus"
10404
11916
  }
10405
11917
  },
10406
- "node_modules/nprogress": {
10407
- "version": "0.2.0",
10408
- "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
10409
- "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA=="
10410
- },
10411
- "node_modules/nth-check": {
10412
- "version": "2.1.1",
10413
- "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
10414
- "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
11918
+ "node_modules/param-case": {
11919
+ "version": "3.0.4",
11920
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
11921
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
10415
11922
  "dependencies": {
10416
- "boolbase": "^1.0.0"
10417
- },
10418
- "funding": {
10419
- "url": "https://github.com/fb55/nth-check?sponsor=1"
11923
+ "dot-case": "^3.0.4",
11924
+ "tslib": "^2.0.3"
10420
11925
  }
10421
11926
  },
10422
- "node_modules/null-loader": {
10423
- "version": "4.0.1",
10424
- "resolved": "https://registry.npmjs.org/null-loader/-/null-loader-4.0.1.tgz",
10425
- "integrity": "sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==",
10426
- "license": "MIT",
11927
+ "node_modules/parent-module": {
11928
+ "version": "1.0.1",
11929
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
11930
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
10427
11931
  "dependencies": {
10428
- "loader-utils": "^2.0.0",
10429
- "schema-utils": "^3.0.0"
11932
+ "callsites": "^3.0.0"
10430
11933
  },
10431
11934
  "engines": {
10432
- "node": ">= 10.13.0"
10433
- },
10434
- "funding": {
10435
- "type": "opencollective",
10436
- "url": "https://opencollective.com/webpack"
10437
- },
10438
- "peerDependencies": {
10439
- "webpack": "^4.0.0 || ^5.0.0"
11935
+ "node": ">=6"
10440
11936
  }
10441
11937
  },
10442
- "node_modules/null-loader/node_modules/ajv": {
10443
- "version": "6.12.6",
10444
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
10445
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
10446
- "license": "MIT",
11938
+ "node_modules/parse-entities": {
11939
+ "version": "4.0.1",
11940
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz",
11941
+ "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==",
10447
11942
  "dependencies": {
10448
- "fast-deep-equal": "^3.1.1",
10449
- "fast-json-stable-stringify": "^2.0.0",
10450
- "json-schema-traverse": "^0.4.1",
10451
- "uri-js": "^4.2.2"
11943
+ "@types/unist": "^2.0.0",
11944
+ "character-entities": "^2.0.0",
11945
+ "character-entities-legacy": "^3.0.0",
11946
+ "character-reference-invalid": "^2.0.0",
11947
+ "decode-named-character-reference": "^1.0.0",
11948
+ "is-alphanumerical": "^2.0.0",
11949
+ "is-decimal": "^2.0.0",
11950
+ "is-hexadecimal": "^2.0.0"
10452
11951
  },
10453
11952
  "funding": {
10454
11953
  "type": "github",
10455
- "url": "https://github.com/sponsors/epoberezkin"
11954
+ "url": "https://github.com/sponsors/wooorm"
10456
11955
  }
10457
11956
  },
10458
- "node_modules/null-loader/node_modules/ajv-keywords": {
10459
- "version": "3.5.2",
10460
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
10461
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
10462
- "license": "MIT",
10463
- "peerDependencies": {
10464
- "ajv": "^6.9.1"
11957
+ "node_modules/parse-entities/node_modules/@types/unist": {
11958
+ "version": "2.0.10",
11959
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
11960
+ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA=="
11961
+ },
11962
+ "node_modules/parse-json": {
11963
+ "version": "5.2.0",
11964
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
11965
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
11966
+ "dependencies": {
11967
+ "@babel/code-frame": "^7.0.0",
11968
+ "error-ex": "^1.3.1",
11969
+ "json-parse-even-better-errors": "^2.3.0",
11970
+ "lines-and-columns": "^1.1.6"
11971
+ },
11972
+ "engines": {
11973
+ "node": ">=8"
11974
+ },
11975
+ "funding": {
11976
+ "url": "https://github.com/sponsors/sindresorhus"
10465
11977
  }
10466
11978
  },
10467
- "node_modules/null-loader/node_modules/json-schema-traverse": {
10468
- "version": "0.4.1",
10469
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
10470
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
10471
- "license": "MIT"
11979
+ "node_modules/parse-numeric-range": {
11980
+ "version": "1.3.0",
11981
+ "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
11982
+ "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ=="
10472
11983
  },
10473
- "node_modules/null-loader/node_modules/schema-utils": {
10474
- "version": "3.3.0",
10475
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
10476
- "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
10477
- "license": "MIT",
11984
+ "node_modules/parse5": {
11985
+ "version": "7.1.2",
11986
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
11987
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
10478
11988
  "dependencies": {
10479
- "@types/json-schema": "^7.0.8",
10480
- "ajv": "^6.12.5",
10481
- "ajv-keywords": "^3.5.2"
11989
+ "entities": "^4.4.0"
10482
11990
  },
10483
- "engines": {
10484
- "node": ">= 10.13.0"
11991
+ "funding": {
11992
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
11993
+ }
11994
+ },
11995
+ "node_modules/parse5-htmlparser2-tree-adapter": {
11996
+ "version": "7.0.0",
11997
+ "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz",
11998
+ "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==",
11999
+ "dependencies": {
12000
+ "domhandler": "^5.0.2",
12001
+ "parse5": "^7.0.0"
10485
12002
  },
10486
12003
  "funding": {
10487
- "type": "opencollective",
10488
- "url": "https://opencollective.com/webpack"
12004
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
10489
12005
  }
10490
12006
  },
10491
- "node_modules/object-assign": {
10492
- "version": "4.1.1",
10493
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
10494
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
12007
+ "node_modules/parseurl": {
12008
+ "version": "1.3.3",
12009
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
12010
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
10495
12011
  "engines": {
10496
- "node": ">=0.10.0"
12012
+ "node": ">= 0.8"
10497
12013
  }
10498
12014
  },
10499
- "node_modules/object-inspect": {
10500
- "version": "1.13.1",
10501
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
10502
- "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
10503
- "funding": {
10504
- "url": "https://github.com/sponsors/ljharb"
12015
+ "node_modules/pascal-case": {
12016
+ "version": "3.1.2",
12017
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
12018
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
12019
+ "dependencies": {
12020
+ "no-case": "^3.0.4",
12021
+ "tslib": "^2.0.3"
10505
12022
  }
10506
12023
  },
10507
- "node_modules/object-keys": {
10508
- "version": "1.1.1",
10509
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
10510
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
12024
+ "node_modules/path-exists": {
12025
+ "version": "5.0.0",
12026
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
12027
+ "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
10511
12028
  "engines": {
10512
- "node": ">= 0.4"
12029
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
10513
12030
  }
10514
12031
  },
10515
- "node_modules/object.assign": {
10516
- "version": "4.1.5",
10517
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
10518
- "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
10519
- "dependencies": {
10520
- "call-bind": "^1.0.5",
10521
- "define-properties": "^1.2.1",
10522
- "has-symbols": "^1.0.3",
10523
- "object-keys": "^1.1.1"
10524
- },
12032
+ "node_modules/path-is-absolute": {
12033
+ "version": "1.0.1",
12034
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
12035
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
10525
12036
  "engines": {
10526
- "node": ">= 0.4"
10527
- },
10528
- "funding": {
10529
- "url": "https://github.com/sponsors/ljharb"
12037
+ "node": ">=0.10.0"
10530
12038
  }
10531
12039
  },
10532
- "node_modules/obuf": {
10533
- "version": "1.1.2",
10534
- "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
10535
- "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
12040
+ "node_modules/path-is-inside": {
12041
+ "version": "1.0.2",
12042
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
12043
+ "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w=="
10536
12044
  },
10537
- "node_modules/on-finished": {
10538
- "version": "2.4.1",
10539
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
10540
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
10541
- "dependencies": {
10542
- "ee-first": "1.1.1"
10543
- },
12045
+ "node_modules/path-key": {
12046
+ "version": "3.1.1",
12047
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
12048
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
10544
12049
  "engines": {
10545
- "node": ">= 0.8"
12050
+ "node": ">=8"
10546
12051
  }
10547
12052
  },
10548
- "node_modules/on-headers": {
10549
- "version": "1.0.2",
10550
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
10551
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
12053
+ "node_modules/path-parse": {
12054
+ "version": "1.0.7",
12055
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
12056
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
12057
+ },
12058
+ "node_modules/path-to-regexp": {
12059
+ "version": "1.8.0",
12060
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
12061
+ "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
12062
+ "dependencies": {
12063
+ "isarray": "0.0.1"
12064
+ }
12065
+ },
12066
+ "node_modules/path-type": {
12067
+ "version": "4.0.0",
12068
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
12069
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
10552
12070
  "engines": {
10553
- "node": ">= 0.8"
12071
+ "node": ">=8"
10554
12072
  }
10555
12073
  },
10556
- "node_modules/once": {
10557
- "version": "1.4.0",
10558
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
10559
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
12074
+ "node_modules/periscopic": {
12075
+ "version": "3.1.0",
12076
+ "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
12077
+ "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
10560
12078
  "dependencies": {
10561
- "wrappy": "1"
12079
+ "@types/estree": "^1.0.0",
12080
+ "estree-walker": "^3.0.0",
12081
+ "is-reference": "^3.0.0"
10562
12082
  }
10563
12083
  },
10564
- "node_modules/onetime": {
10565
- "version": "5.1.2",
10566
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
10567
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
10568
- "dependencies": {
10569
- "mimic-fn": "^2.1.0"
10570
- },
12084
+ "node_modules/picocolors": {
12085
+ "version": "1.1.1",
12086
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
12087
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
12088
+ "license": "ISC"
12089
+ },
12090
+ "node_modules/picomatch": {
12091
+ "version": "2.3.1",
12092
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
12093
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
10571
12094
  "engines": {
10572
- "node": ">=6"
12095
+ "node": ">=8.6"
10573
12096
  },
10574
12097
  "funding": {
10575
- "url": "https://github.com/sponsors/sindresorhus"
12098
+ "url": "https://github.com/sponsors/jonschlinkert"
10576
12099
  }
10577
12100
  },
10578
- "node_modules/open": {
10579
- "version": "8.4.2",
10580
- "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
10581
- "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
12101
+ "node_modules/pkg-dir": {
12102
+ "version": "7.0.0",
12103
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz",
12104
+ "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==",
10582
12105
  "dependencies": {
10583
- "define-lazy-prop": "^2.0.0",
10584
- "is-docker": "^2.1.1",
10585
- "is-wsl": "^2.2.0"
12106
+ "find-up": "^6.3.0"
10586
12107
  },
10587
12108
  "engines": {
10588
- "node": ">=12"
12109
+ "node": ">=14.16"
10589
12110
  },
10590
12111
  "funding": {
10591
12112
  "url": "https://github.com/sponsors/sindresorhus"
10592
12113
  }
10593
12114
  },
10594
- "node_modules/opener": {
10595
- "version": "1.5.2",
10596
- "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
10597
- "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
10598
- "bin": {
10599
- "opener": "bin/opener-bin.js"
10600
- }
10601
- },
10602
- "node_modules/p-cancelable": {
10603
- "version": "3.0.0",
10604
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
10605
- "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
12115
+ "node_modules/pkg-up": {
12116
+ "version": "3.1.0",
12117
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
12118
+ "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
12119
+ "dependencies": {
12120
+ "find-up": "^3.0.0"
12121
+ },
10606
12122
  "engines": {
10607
- "node": ">=12.20"
12123
+ "node": ">=8"
10608
12124
  }
10609
12125
  },
10610
- "node_modules/p-limit": {
10611
- "version": "4.0.0",
10612
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
10613
- "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
12126
+ "node_modules/pkg-up/node_modules/find-up": {
12127
+ "version": "3.0.0",
12128
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
12129
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
10614
12130
  "dependencies": {
10615
- "yocto-queue": "^1.0.0"
12131
+ "locate-path": "^3.0.0"
10616
12132
  },
10617
12133
  "engines": {
10618
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
10619
- },
10620
- "funding": {
10621
- "url": "https://github.com/sponsors/sindresorhus"
12134
+ "node": ">=6"
10622
12135
  }
10623
12136
  },
10624
- "node_modules/p-locate": {
10625
- "version": "6.0.0",
10626
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
10627
- "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
12137
+ "node_modules/pkg-up/node_modules/locate-path": {
12138
+ "version": "3.0.0",
12139
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
12140
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
10628
12141
  "dependencies": {
10629
- "p-limit": "^4.0.0"
12142
+ "p-locate": "^3.0.0",
12143
+ "path-exists": "^3.0.0"
10630
12144
  },
10631
12145
  "engines": {
10632
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
10633
- },
10634
- "funding": {
10635
- "url": "https://github.com/sponsors/sindresorhus"
12146
+ "node": ">=6"
10636
12147
  }
10637
12148
  },
10638
- "node_modules/p-map": {
10639
- "version": "4.0.0",
10640
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
10641
- "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
12149
+ "node_modules/pkg-up/node_modules/p-limit": {
12150
+ "version": "2.3.0",
12151
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
12152
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
10642
12153
  "dependencies": {
10643
- "aggregate-error": "^3.0.0"
12154
+ "p-try": "^2.0.0"
10644
12155
  },
10645
12156
  "engines": {
10646
- "node": ">=10"
12157
+ "node": ">=6"
10647
12158
  },
10648
12159
  "funding": {
10649
12160
  "url": "https://github.com/sponsors/sindresorhus"
10650
12161
  }
10651
12162
  },
10652
- "node_modules/p-retry": {
10653
- "version": "4.6.2",
10654
- "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
10655
- "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
12163
+ "node_modules/pkg-up/node_modules/p-locate": {
12164
+ "version": "3.0.0",
12165
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
12166
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
10656
12167
  "dependencies": {
10657
- "@types/retry": "0.12.0",
10658
- "retry": "^0.13.1"
12168
+ "p-limit": "^2.0.0"
10659
12169
  },
10660
12170
  "engines": {
10661
- "node": ">=8"
12171
+ "node": ">=6"
10662
12172
  }
10663
12173
  },
10664
- "node_modules/p-try": {
10665
- "version": "2.2.0",
10666
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
10667
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
12174
+ "node_modules/pkg-up/node_modules/path-exists": {
12175
+ "version": "3.0.0",
12176
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
12177
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
10668
12178
  "engines": {
10669
- "node": ">=6"
12179
+ "node": ">=4"
10670
12180
  }
10671
12181
  },
10672
- "node_modules/package-json": {
10673
- "version": "8.1.1",
10674
- "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.1.tgz",
10675
- "integrity": "sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==",
10676
- "dependencies": {
10677
- "got": "^12.1.0",
10678
- "registry-auth-token": "^5.0.1",
10679
- "registry-url": "^6.0.0",
10680
- "semver": "^7.3.7"
12182
+ "node_modules/postcss": {
12183
+ "version": "8.4.38",
12184
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
12185
+ "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
12186
+ "funding": [
12187
+ {
12188
+ "type": "opencollective",
12189
+ "url": "https://opencollective.com/postcss/"
12190
+ },
12191
+ {
12192
+ "type": "tidelift",
12193
+ "url": "https://tidelift.com/funding/github/npm/postcss"
12194
+ },
12195
+ {
12196
+ "type": "github",
12197
+ "url": "https://github.com/sponsors/ai"
12198
+ }
12199
+ ],
12200
+ "dependencies": {
12201
+ "nanoid": "^3.3.7",
12202
+ "picocolors": "^1.0.0",
12203
+ "source-map-js": "^1.2.0"
10681
12204
  },
10682
12205
  "engines": {
10683
- "node": ">=14.16"
10684
- },
10685
- "funding": {
10686
- "url": "https://github.com/sponsors/sindresorhus"
10687
- }
10688
- },
10689
- "node_modules/param-case": {
10690
- "version": "3.0.4",
10691
- "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
10692
- "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
10693
- "dependencies": {
10694
- "dot-case": "^3.0.4",
10695
- "tslib": "^2.0.3"
12206
+ "node": "^10 || ^12 || >=14"
10696
12207
  }
10697
12208
  },
10698
- "node_modules/parent-module": {
10699
- "version": "1.0.1",
10700
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
10701
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
12209
+ "node_modules/postcss-attribute-case-insensitive": {
12210
+ "version": "7.0.1",
12211
+ "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz",
12212
+ "integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==",
12213
+ "funding": [
12214
+ {
12215
+ "type": "github",
12216
+ "url": "https://github.com/sponsors/csstools"
12217
+ },
12218
+ {
12219
+ "type": "opencollective",
12220
+ "url": "https://opencollective.com/csstools"
12221
+ }
12222
+ ],
12223
+ "license": "MIT",
10702
12224
  "dependencies": {
10703
- "callsites": "^3.0.0"
12225
+ "postcss-selector-parser": "^7.0.0"
10704
12226
  },
10705
12227
  "engines": {
10706
- "node": ">=6"
12228
+ "node": ">=18"
12229
+ },
12230
+ "peerDependencies": {
12231
+ "postcss": "^8.4"
10707
12232
  }
10708
12233
  },
10709
- "node_modules/parse-entities": {
10710
- "version": "4.0.1",
10711
- "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz",
10712
- "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==",
12234
+ "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": {
12235
+ "version": "7.0.0",
12236
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12237
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12238
+ "license": "MIT",
10713
12239
  "dependencies": {
10714
- "@types/unist": "^2.0.0",
10715
- "character-entities": "^2.0.0",
10716
- "character-entities-legacy": "^3.0.0",
10717
- "character-reference-invalid": "^2.0.0",
10718
- "decode-named-character-reference": "^1.0.0",
10719
- "is-alphanumerical": "^2.0.0",
10720
- "is-decimal": "^2.0.0",
10721
- "is-hexadecimal": "^2.0.0"
12240
+ "cssesc": "^3.0.0",
12241
+ "util-deprecate": "^1.0.2"
10722
12242
  },
10723
- "funding": {
10724
- "type": "github",
10725
- "url": "https://github.com/sponsors/wooorm"
12243
+ "engines": {
12244
+ "node": ">=4"
10726
12245
  }
10727
12246
  },
10728
- "node_modules/parse-entities/node_modules/@types/unist": {
10729
- "version": "2.0.10",
10730
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
10731
- "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA=="
10732
- },
10733
- "node_modules/parse-json": {
10734
- "version": "5.2.0",
10735
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
10736
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
12247
+ "node_modules/postcss-calc": {
12248
+ "version": "9.0.1",
12249
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
12250
+ "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
10737
12251
  "dependencies": {
10738
- "@babel/code-frame": "^7.0.0",
10739
- "error-ex": "^1.3.1",
10740
- "json-parse-even-better-errors": "^2.3.0",
10741
- "lines-and-columns": "^1.1.6"
12252
+ "postcss-selector-parser": "^6.0.11",
12253
+ "postcss-value-parser": "^4.2.0"
10742
12254
  },
10743
12255
  "engines": {
10744
- "node": ">=8"
12256
+ "node": "^14 || ^16 || >=18.0"
10745
12257
  },
10746
- "funding": {
10747
- "url": "https://github.com/sponsors/sindresorhus"
12258
+ "peerDependencies": {
12259
+ "postcss": "^8.2.2"
10748
12260
  }
10749
12261
  },
10750
- "node_modules/parse-numeric-range": {
10751
- "version": "1.3.0",
10752
- "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
10753
- "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ=="
10754
- },
10755
- "node_modules/parse5": {
10756
- "version": "7.1.2",
10757
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
10758
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
12262
+ "node_modules/postcss-clamp": {
12263
+ "version": "4.1.0",
12264
+ "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
12265
+ "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
12266
+ "license": "MIT",
10759
12267
  "dependencies": {
10760
- "entities": "^4.4.0"
12268
+ "postcss-value-parser": "^4.2.0"
10761
12269
  },
10762
- "funding": {
10763
- "url": "https://github.com/inikulin/parse5?sponsor=1"
12270
+ "engines": {
12271
+ "node": ">=7.6.0"
12272
+ },
12273
+ "peerDependencies": {
12274
+ "postcss": "^8.4.6"
10764
12275
  }
10765
12276
  },
10766
- "node_modules/parse5-htmlparser2-tree-adapter": {
10767
- "version": "7.0.0",
10768
- "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz",
10769
- "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==",
12277
+ "node_modules/postcss-color-functional-notation": {
12278
+ "version": "7.0.6",
12279
+ "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.6.tgz",
12280
+ "integrity": "sha512-wLXvm8RmLs14Z2nVpB4CWlnvaWPRcOZFltJSlcbYwSJ1EDZKsKDhPKIMecCnuU054KSmlmubkqczmm6qBPCBhA==",
12281
+ "funding": [
12282
+ {
12283
+ "type": "github",
12284
+ "url": "https://github.com/sponsors/csstools"
12285
+ },
12286
+ {
12287
+ "type": "opencollective",
12288
+ "url": "https://opencollective.com/csstools"
12289
+ }
12290
+ ],
12291
+ "license": "MIT-0",
10770
12292
  "dependencies": {
10771
- "domhandler": "^5.0.2",
10772
- "parse5": "^7.0.0"
12293
+ "@csstools/css-color-parser": "^3.0.6",
12294
+ "@csstools/css-parser-algorithms": "^3.0.4",
12295
+ "@csstools/css-tokenizer": "^3.0.3",
12296
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
12297
+ "@csstools/utilities": "^2.0.0"
10773
12298
  },
10774
- "funding": {
10775
- "url": "https://github.com/inikulin/parse5?sponsor=1"
10776
- }
10777
- },
10778
- "node_modules/parseurl": {
10779
- "version": "1.3.3",
10780
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
10781
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
10782
12299
  "engines": {
10783
- "node": ">= 0.8"
12300
+ "node": ">=18"
12301
+ },
12302
+ "peerDependencies": {
12303
+ "postcss": "^8.4"
10784
12304
  }
10785
12305
  },
10786
- "node_modules/pascal-case": {
10787
- "version": "3.1.2",
10788
- "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
10789
- "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
12306
+ "node_modules/postcss-color-hex-alpha": {
12307
+ "version": "10.0.0",
12308
+ "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz",
12309
+ "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==",
12310
+ "funding": [
12311
+ {
12312
+ "type": "github",
12313
+ "url": "https://github.com/sponsors/csstools"
12314
+ },
12315
+ {
12316
+ "type": "opencollective",
12317
+ "url": "https://opencollective.com/csstools"
12318
+ }
12319
+ ],
12320
+ "license": "MIT",
10790
12321
  "dependencies": {
10791
- "no-case": "^3.0.4",
10792
- "tslib": "^2.0.3"
10793
- }
10794
- },
10795
- "node_modules/path-exists": {
10796
- "version": "5.0.0",
10797
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
10798
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
12322
+ "@csstools/utilities": "^2.0.0",
12323
+ "postcss-value-parser": "^4.2.0"
12324
+ },
10799
12325
  "engines": {
10800
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
12326
+ "node": ">=18"
12327
+ },
12328
+ "peerDependencies": {
12329
+ "postcss": "^8.4"
10801
12330
  }
10802
12331
  },
10803
- "node_modules/path-is-absolute": {
10804
- "version": "1.0.1",
10805
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
10806
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
12332
+ "node_modules/postcss-color-rebeccapurple": {
12333
+ "version": "10.0.0",
12334
+ "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz",
12335
+ "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==",
12336
+ "funding": [
12337
+ {
12338
+ "type": "github",
12339
+ "url": "https://github.com/sponsors/csstools"
12340
+ },
12341
+ {
12342
+ "type": "opencollective",
12343
+ "url": "https://opencollective.com/csstools"
12344
+ }
12345
+ ],
12346
+ "license": "MIT-0",
12347
+ "dependencies": {
12348
+ "@csstools/utilities": "^2.0.0",
12349
+ "postcss-value-parser": "^4.2.0"
12350
+ },
10807
12351
  "engines": {
10808
- "node": ">=0.10.0"
12352
+ "node": ">=18"
12353
+ },
12354
+ "peerDependencies": {
12355
+ "postcss": "^8.4"
10809
12356
  }
10810
12357
  },
10811
- "node_modules/path-is-inside": {
10812
- "version": "1.0.2",
10813
- "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
10814
- "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w=="
10815
- },
10816
- "node_modules/path-key": {
10817
- "version": "3.1.1",
10818
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
10819
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
12358
+ "node_modules/postcss-colormin": {
12359
+ "version": "6.1.0",
12360
+ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz",
12361
+ "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==",
12362
+ "dependencies": {
12363
+ "browserslist": "^4.23.0",
12364
+ "caniuse-api": "^3.0.0",
12365
+ "colord": "^2.9.3",
12366
+ "postcss-value-parser": "^4.2.0"
12367
+ },
10820
12368
  "engines": {
10821
- "node": ">=8"
12369
+ "node": "^14 || ^16 || >=18.0"
12370
+ },
12371
+ "peerDependencies": {
12372
+ "postcss": "^8.4.31"
10822
12373
  }
10823
12374
  },
10824
- "node_modules/path-parse": {
10825
- "version": "1.0.7",
10826
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
10827
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
10828
- },
10829
- "node_modules/path-to-regexp": {
10830
- "version": "1.8.0",
10831
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
10832
- "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
12375
+ "node_modules/postcss-convert-values": {
12376
+ "version": "6.1.0",
12377
+ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz",
12378
+ "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==",
10833
12379
  "dependencies": {
10834
- "isarray": "0.0.1"
10835
- }
10836
- },
10837
- "node_modules/path-type": {
10838
- "version": "4.0.0",
10839
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
10840
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
12380
+ "browserslist": "^4.23.0",
12381
+ "postcss-value-parser": "^4.2.0"
12382
+ },
10841
12383
  "engines": {
10842
- "node": ">=8"
12384
+ "node": "^14 || ^16 || >=18.0"
12385
+ },
12386
+ "peerDependencies": {
12387
+ "postcss": "^8.4.31"
10843
12388
  }
10844
12389
  },
10845
- "node_modules/periscopic": {
10846
- "version": "3.1.0",
10847
- "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
10848
- "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
12390
+ "node_modules/postcss-custom-media": {
12391
+ "version": "11.0.5",
12392
+ "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.5.tgz",
12393
+ "integrity": "sha512-SQHhayVNgDvSAdX9NQ/ygcDQGEY+aSF4b/96z7QUX6mqL5yl/JgG/DywcF6fW9XbnCRE+aVYk+9/nqGuzOPWeQ==",
12394
+ "funding": [
12395
+ {
12396
+ "type": "github",
12397
+ "url": "https://github.com/sponsors/csstools"
12398
+ },
12399
+ {
12400
+ "type": "opencollective",
12401
+ "url": "https://opencollective.com/csstools"
12402
+ }
12403
+ ],
12404
+ "license": "MIT",
10849
12405
  "dependencies": {
10850
- "@types/estree": "^1.0.0",
10851
- "estree-walker": "^3.0.0",
10852
- "is-reference": "^3.0.0"
10853
- }
10854
- },
10855
- "node_modules/picocolors": {
10856
- "version": "1.1.1",
10857
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
10858
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
10859
- "license": "ISC"
10860
- },
10861
- "node_modules/picomatch": {
10862
- "version": "2.3.1",
10863
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
10864
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
12406
+ "@csstools/cascade-layer-name-parser": "^2.0.4",
12407
+ "@csstools/css-parser-algorithms": "^3.0.4",
12408
+ "@csstools/css-tokenizer": "^3.0.3",
12409
+ "@csstools/media-query-list-parser": "^4.0.2"
12410
+ },
10865
12411
  "engines": {
10866
- "node": ">=8.6"
12412
+ "node": ">=18"
10867
12413
  },
10868
- "funding": {
10869
- "url": "https://github.com/sponsors/jonschlinkert"
12414
+ "peerDependencies": {
12415
+ "postcss": "^8.4"
10870
12416
  }
10871
12417
  },
10872
- "node_modules/pkg-dir": {
10873
- "version": "7.0.0",
10874
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz",
10875
- "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==",
12418
+ "node_modules/postcss-custom-properties": {
12419
+ "version": "14.0.4",
12420
+ "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz",
12421
+ "integrity": "sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==",
12422
+ "funding": [
12423
+ {
12424
+ "type": "github",
12425
+ "url": "https://github.com/sponsors/csstools"
12426
+ },
12427
+ {
12428
+ "type": "opencollective",
12429
+ "url": "https://opencollective.com/csstools"
12430
+ }
12431
+ ],
12432
+ "license": "MIT",
10876
12433
  "dependencies": {
10877
- "find-up": "^6.3.0"
12434
+ "@csstools/cascade-layer-name-parser": "^2.0.4",
12435
+ "@csstools/css-parser-algorithms": "^3.0.4",
12436
+ "@csstools/css-tokenizer": "^3.0.3",
12437
+ "@csstools/utilities": "^2.0.0",
12438
+ "postcss-value-parser": "^4.2.0"
10878
12439
  },
10879
12440
  "engines": {
10880
- "node": ">=14.16"
12441
+ "node": ">=18"
10881
12442
  },
10882
- "funding": {
10883
- "url": "https://github.com/sponsors/sindresorhus"
12443
+ "peerDependencies": {
12444
+ "postcss": "^8.4"
10884
12445
  }
10885
12446
  },
10886
- "node_modules/pkg-up": {
10887
- "version": "3.1.0",
10888
- "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
10889
- "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
12447
+ "node_modules/postcss-custom-selectors": {
12448
+ "version": "8.0.4",
12449
+ "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.4.tgz",
12450
+ "integrity": "sha512-ASOXqNvDCE0dAJ/5qixxPeL1aOVGHGW2JwSy7HyjWNbnWTQCl+fDc968HY1jCmZI0+BaYT5CxsOiUhavpG/7eg==",
12451
+ "funding": [
12452
+ {
12453
+ "type": "github",
12454
+ "url": "https://github.com/sponsors/csstools"
12455
+ },
12456
+ {
12457
+ "type": "opencollective",
12458
+ "url": "https://opencollective.com/csstools"
12459
+ }
12460
+ ],
12461
+ "license": "MIT",
10890
12462
  "dependencies": {
10891
- "find-up": "^3.0.0"
12463
+ "@csstools/cascade-layer-name-parser": "^2.0.4",
12464
+ "@csstools/css-parser-algorithms": "^3.0.4",
12465
+ "@csstools/css-tokenizer": "^3.0.3",
12466
+ "postcss-selector-parser": "^7.0.0"
10892
12467
  },
10893
12468
  "engines": {
10894
- "node": ">=8"
12469
+ "node": ">=18"
12470
+ },
12471
+ "peerDependencies": {
12472
+ "postcss": "^8.4"
10895
12473
  }
10896
12474
  },
10897
- "node_modules/pkg-up/node_modules/find-up": {
10898
- "version": "3.0.0",
10899
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
10900
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
12475
+ "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": {
12476
+ "version": "7.0.0",
12477
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12478
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12479
+ "license": "MIT",
10901
12480
  "dependencies": {
10902
- "locate-path": "^3.0.0"
12481
+ "cssesc": "^3.0.0",
12482
+ "util-deprecate": "^1.0.2"
10903
12483
  },
10904
12484
  "engines": {
10905
- "node": ">=6"
12485
+ "node": ">=4"
10906
12486
  }
10907
12487
  },
10908
- "node_modules/pkg-up/node_modules/locate-path": {
10909
- "version": "3.0.0",
10910
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
10911
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
12488
+ "node_modules/postcss-dir-pseudo-class": {
12489
+ "version": "9.0.1",
12490
+ "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz",
12491
+ "integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==",
12492
+ "funding": [
12493
+ {
12494
+ "type": "github",
12495
+ "url": "https://github.com/sponsors/csstools"
12496
+ },
12497
+ {
12498
+ "type": "opencollective",
12499
+ "url": "https://opencollective.com/csstools"
12500
+ }
12501
+ ],
12502
+ "license": "MIT-0",
10912
12503
  "dependencies": {
10913
- "p-locate": "^3.0.0",
10914
- "path-exists": "^3.0.0"
12504
+ "postcss-selector-parser": "^7.0.0"
10915
12505
  },
10916
12506
  "engines": {
10917
- "node": ">=6"
12507
+ "node": ">=18"
12508
+ },
12509
+ "peerDependencies": {
12510
+ "postcss": "^8.4"
10918
12511
  }
10919
12512
  },
10920
- "node_modules/pkg-up/node_modules/p-limit": {
10921
- "version": "2.3.0",
10922
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
10923
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
12513
+ "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": {
12514
+ "version": "7.0.0",
12515
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12516
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12517
+ "license": "MIT",
10924
12518
  "dependencies": {
10925
- "p-try": "^2.0.0"
12519
+ "cssesc": "^3.0.0",
12520
+ "util-deprecate": "^1.0.2"
10926
12521
  },
10927
12522
  "engines": {
10928
- "node": ">=6"
12523
+ "node": ">=4"
12524
+ }
12525
+ },
12526
+ "node_modules/postcss-discard-comments": {
12527
+ "version": "6.0.2",
12528
+ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
12529
+ "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==",
12530
+ "engines": {
12531
+ "node": "^14 || ^16 || >=18.0"
10929
12532
  },
10930
- "funding": {
10931
- "url": "https://github.com/sponsors/sindresorhus"
12533
+ "peerDependencies": {
12534
+ "postcss": "^8.4.31"
10932
12535
  }
10933
12536
  },
10934
- "node_modules/pkg-up/node_modules/p-locate": {
10935
- "version": "3.0.0",
10936
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
10937
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
10938
- "dependencies": {
10939
- "p-limit": "^2.0.0"
12537
+ "node_modules/postcss-discard-duplicates": {
12538
+ "version": "6.0.3",
12539
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz",
12540
+ "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==",
12541
+ "engines": {
12542
+ "node": "^14 || ^16 || >=18.0"
10940
12543
  },
12544
+ "peerDependencies": {
12545
+ "postcss": "^8.4.31"
12546
+ }
12547
+ },
12548
+ "node_modules/postcss-discard-empty": {
12549
+ "version": "6.0.3",
12550
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
12551
+ "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
10941
12552
  "engines": {
10942
- "node": ">=6"
12553
+ "node": "^14 || ^16 || >=18.0"
12554
+ },
12555
+ "peerDependencies": {
12556
+ "postcss": "^8.4.31"
10943
12557
  }
10944
12558
  },
10945
- "node_modules/pkg-up/node_modules/path-exists": {
10946
- "version": "3.0.0",
10947
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
10948
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
12559
+ "node_modules/postcss-discard-overridden": {
12560
+ "version": "6.0.2",
12561
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
12562
+ "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
10949
12563
  "engines": {
10950
- "node": ">=4"
12564
+ "node": "^14 || ^16 || >=18.0"
12565
+ },
12566
+ "peerDependencies": {
12567
+ "postcss": "^8.4.31"
10951
12568
  }
10952
12569
  },
10953
- "node_modules/postcss": {
10954
- "version": "8.4.38",
10955
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
10956
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
12570
+ "node_modules/postcss-discard-unused": {
12571
+ "version": "6.0.5",
12572
+ "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-6.0.5.tgz",
12573
+ "integrity": "sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==",
12574
+ "license": "MIT",
12575
+ "dependencies": {
12576
+ "postcss-selector-parser": "^6.0.16"
12577
+ },
12578
+ "engines": {
12579
+ "node": "^14 || ^16 || >=18.0"
12580
+ },
12581
+ "peerDependencies": {
12582
+ "postcss": "^8.4.31"
12583
+ }
12584
+ },
12585
+ "node_modules/postcss-double-position-gradients": {
12586
+ "version": "6.0.0",
12587
+ "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz",
12588
+ "integrity": "sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==",
10957
12589
  "funding": [
10958
12590
  {
10959
- "type": "opencollective",
10960
- "url": "https://opencollective.com/postcss/"
10961
- },
10962
- {
10963
- "type": "tidelift",
10964
- "url": "https://tidelift.com/funding/github/npm/postcss"
12591
+ "type": "github",
12592
+ "url": "https://github.com/sponsors/csstools"
10965
12593
  },
10966
12594
  {
10967
- "type": "github",
10968
- "url": "https://github.com/sponsors/ai"
12595
+ "type": "opencollective",
12596
+ "url": "https://opencollective.com/csstools"
10969
12597
  }
10970
12598
  ],
12599
+ "license": "MIT-0",
10971
12600
  "dependencies": {
10972
- "nanoid": "^3.3.7",
10973
- "picocolors": "^1.0.0",
10974
- "source-map-js": "^1.2.0"
12601
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
12602
+ "@csstools/utilities": "^2.0.0",
12603
+ "postcss-value-parser": "^4.2.0"
10975
12604
  },
10976
12605
  "engines": {
10977
- "node": "^10 || ^12 || >=14"
12606
+ "node": ">=18"
12607
+ },
12608
+ "peerDependencies": {
12609
+ "postcss": "^8.4"
10978
12610
  }
10979
12611
  },
10980
- "node_modules/postcss-calc": {
10981
- "version": "9.0.1",
10982
- "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
10983
- "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
12612
+ "node_modules/postcss-focus-visible": {
12613
+ "version": "10.0.1",
12614
+ "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz",
12615
+ "integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==",
12616
+ "funding": [
12617
+ {
12618
+ "type": "github",
12619
+ "url": "https://github.com/sponsors/csstools"
12620
+ },
12621
+ {
12622
+ "type": "opencollective",
12623
+ "url": "https://opencollective.com/csstools"
12624
+ }
12625
+ ],
12626
+ "license": "MIT-0",
10984
12627
  "dependencies": {
10985
- "postcss-selector-parser": "^6.0.11",
10986
- "postcss-value-parser": "^4.2.0"
12628
+ "postcss-selector-parser": "^7.0.0"
10987
12629
  },
10988
12630
  "engines": {
10989
- "node": "^14 || ^16 || >=18.0"
12631
+ "node": ">=18"
10990
12632
  },
10991
12633
  "peerDependencies": {
10992
- "postcss": "^8.2.2"
12634
+ "postcss": "^8.4"
10993
12635
  }
10994
12636
  },
10995
- "node_modules/postcss-colormin": {
10996
- "version": "6.1.0",
10997
- "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz",
10998
- "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==",
12637
+ "node_modules/postcss-focus-visible/node_modules/postcss-selector-parser": {
12638
+ "version": "7.0.0",
12639
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12640
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12641
+ "license": "MIT",
10999
12642
  "dependencies": {
11000
- "browserslist": "^4.23.0",
11001
- "caniuse-api": "^3.0.0",
11002
- "colord": "^2.9.3",
11003
- "postcss-value-parser": "^4.2.0"
12643
+ "cssesc": "^3.0.0",
12644
+ "util-deprecate": "^1.0.2"
11004
12645
  },
11005
12646
  "engines": {
11006
- "node": "^14 || ^16 || >=18.0"
11007
- },
11008
- "peerDependencies": {
11009
- "postcss": "^8.4.31"
12647
+ "node": ">=4"
11010
12648
  }
11011
12649
  },
11012
- "node_modules/postcss-convert-values": {
11013
- "version": "6.1.0",
11014
- "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz",
11015
- "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==",
12650
+ "node_modules/postcss-focus-within": {
12651
+ "version": "9.0.1",
12652
+ "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz",
12653
+ "integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==",
12654
+ "funding": [
12655
+ {
12656
+ "type": "github",
12657
+ "url": "https://github.com/sponsors/csstools"
12658
+ },
12659
+ {
12660
+ "type": "opencollective",
12661
+ "url": "https://opencollective.com/csstools"
12662
+ }
12663
+ ],
12664
+ "license": "MIT-0",
11016
12665
  "dependencies": {
11017
- "browserslist": "^4.23.0",
11018
- "postcss-value-parser": "^4.2.0"
12666
+ "postcss-selector-parser": "^7.0.0"
11019
12667
  },
11020
12668
  "engines": {
11021
- "node": "^14 || ^16 || >=18.0"
12669
+ "node": ">=18"
11022
12670
  },
11023
12671
  "peerDependencies": {
11024
- "postcss": "^8.4.31"
12672
+ "postcss": "^8.4"
11025
12673
  }
11026
12674
  },
11027
- "node_modules/postcss-discard-comments": {
11028
- "version": "6.0.2",
11029
- "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
11030
- "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==",
11031
- "engines": {
11032
- "node": "^14 || ^16 || >=18.0"
12675
+ "node_modules/postcss-focus-within/node_modules/postcss-selector-parser": {
12676
+ "version": "7.0.0",
12677
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12678
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12679
+ "license": "MIT",
12680
+ "dependencies": {
12681
+ "cssesc": "^3.0.0",
12682
+ "util-deprecate": "^1.0.2"
11033
12683
  },
12684
+ "engines": {
12685
+ "node": ">=4"
12686
+ }
12687
+ },
12688
+ "node_modules/postcss-font-variant": {
12689
+ "version": "5.0.0",
12690
+ "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
12691
+ "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
12692
+ "license": "MIT",
11034
12693
  "peerDependencies": {
11035
- "postcss": "^8.4.31"
12694
+ "postcss": "^8.1.0"
11036
12695
  }
11037
12696
  },
11038
- "node_modules/postcss-discard-duplicates": {
11039
- "version": "6.0.3",
11040
- "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz",
11041
- "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==",
12697
+ "node_modules/postcss-gap-properties": {
12698
+ "version": "6.0.0",
12699
+ "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz",
12700
+ "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==",
12701
+ "funding": [
12702
+ {
12703
+ "type": "github",
12704
+ "url": "https://github.com/sponsors/csstools"
12705
+ },
12706
+ {
12707
+ "type": "opencollective",
12708
+ "url": "https://opencollective.com/csstools"
12709
+ }
12710
+ ],
12711
+ "license": "MIT-0",
11042
12712
  "engines": {
11043
- "node": "^14 || ^16 || >=18.0"
12713
+ "node": ">=18"
11044
12714
  },
11045
12715
  "peerDependencies": {
11046
- "postcss": "^8.4.31"
12716
+ "postcss": "^8.4"
11047
12717
  }
11048
12718
  },
11049
- "node_modules/postcss-discard-empty": {
11050
- "version": "6.0.3",
11051
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
11052
- "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
11053
- "engines": {
11054
- "node": "^14 || ^16 || >=18.0"
12719
+ "node_modules/postcss-image-set-function": {
12720
+ "version": "7.0.0",
12721
+ "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz",
12722
+ "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==",
12723
+ "funding": [
12724
+ {
12725
+ "type": "github",
12726
+ "url": "https://github.com/sponsors/csstools"
12727
+ },
12728
+ {
12729
+ "type": "opencollective",
12730
+ "url": "https://opencollective.com/csstools"
12731
+ }
12732
+ ],
12733
+ "license": "MIT-0",
12734
+ "dependencies": {
12735
+ "@csstools/utilities": "^2.0.0",
12736
+ "postcss-value-parser": "^4.2.0"
11055
12737
  },
11056
- "peerDependencies": {
11057
- "postcss": "^8.4.31"
11058
- }
11059
- },
11060
- "node_modules/postcss-discard-overridden": {
11061
- "version": "6.0.2",
11062
- "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
11063
- "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
11064
12738
  "engines": {
11065
- "node": "^14 || ^16 || >=18.0"
12739
+ "node": ">=18"
11066
12740
  },
11067
12741
  "peerDependencies": {
11068
- "postcss": "^8.4.31"
12742
+ "postcss": "^8.4"
11069
12743
  }
11070
12744
  },
11071
- "node_modules/postcss-discard-unused": {
11072
- "version": "6.0.5",
11073
- "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-6.0.5.tgz",
11074
- "integrity": "sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==",
12745
+ "node_modules/postcss-lab-function": {
12746
+ "version": "7.0.6",
12747
+ "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.6.tgz",
12748
+ "integrity": "sha512-HPwvsoK7C949vBZ+eMyvH2cQeMr3UREoHvbtra76/UhDuiViZH6pir+z71UaJQohd7VDSVUdR6TkWYKExEc9aQ==",
12749
+ "funding": [
12750
+ {
12751
+ "type": "github",
12752
+ "url": "https://github.com/sponsors/csstools"
12753
+ },
12754
+ {
12755
+ "type": "opencollective",
12756
+ "url": "https://opencollective.com/csstools"
12757
+ }
12758
+ ],
12759
+ "license": "MIT-0",
11075
12760
  "dependencies": {
11076
- "postcss-selector-parser": "^6.0.16"
12761
+ "@csstools/css-color-parser": "^3.0.6",
12762
+ "@csstools/css-parser-algorithms": "^3.0.4",
12763
+ "@csstools/css-tokenizer": "^3.0.3",
12764
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
12765
+ "@csstools/utilities": "^2.0.0"
11077
12766
  },
11078
12767
  "engines": {
11079
- "node": "^14 || ^16 || >=18.0"
12768
+ "node": ">=18"
11080
12769
  },
11081
12770
  "peerDependencies": {
11082
- "postcss": "^8.4.31"
12771
+ "postcss": "^8.4"
11083
12772
  }
11084
12773
  },
11085
12774
  "node_modules/postcss-loader": {
@@ -11103,10 +12792,36 @@
11103
12792
  "webpack": "^5.0.0"
11104
12793
  }
11105
12794
  },
12795
+ "node_modules/postcss-logical": {
12796
+ "version": "8.0.0",
12797
+ "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.0.0.tgz",
12798
+ "integrity": "sha512-HpIdsdieClTjXLOyYdUPAX/XQASNIwdKt5hoZW08ZOAiI+tbV0ta1oclkpVkW5ANU+xJvk3KkA0FejkjGLXUkg==",
12799
+ "funding": [
12800
+ {
12801
+ "type": "github",
12802
+ "url": "https://github.com/sponsors/csstools"
12803
+ },
12804
+ {
12805
+ "type": "opencollective",
12806
+ "url": "https://opencollective.com/csstools"
12807
+ }
12808
+ ],
12809
+ "license": "MIT-0",
12810
+ "dependencies": {
12811
+ "postcss-value-parser": "^4.2.0"
12812
+ },
12813
+ "engines": {
12814
+ "node": ">=18"
12815
+ },
12816
+ "peerDependencies": {
12817
+ "postcss": "^8.4"
12818
+ }
12819
+ },
11106
12820
  "node_modules/postcss-merge-idents": {
11107
12821
  "version": "6.0.3",
11108
12822
  "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-6.0.3.tgz",
11109
12823
  "integrity": "sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==",
12824
+ "license": "MIT",
11110
12825
  "dependencies": {
11111
12826
  "cssnano-utils": "^4.0.2",
11112
12827
  "postcss-value-parser": "^4.2.0"
@@ -11265,6 +12980,90 @@
11265
12980
  "postcss": "^8.1.0"
11266
12981
  }
11267
12982
  },
12983
+ "node_modules/postcss-nesting": {
12984
+ "version": "13.0.1",
12985
+ "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.1.tgz",
12986
+ "integrity": "sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==",
12987
+ "funding": [
12988
+ {
12989
+ "type": "github",
12990
+ "url": "https://github.com/sponsors/csstools"
12991
+ },
12992
+ {
12993
+ "type": "opencollective",
12994
+ "url": "https://opencollective.com/csstools"
12995
+ }
12996
+ ],
12997
+ "license": "MIT-0",
12998
+ "dependencies": {
12999
+ "@csstools/selector-resolve-nested": "^3.0.0",
13000
+ "@csstools/selector-specificity": "^5.0.0",
13001
+ "postcss-selector-parser": "^7.0.0"
13002
+ },
13003
+ "engines": {
13004
+ "node": ">=18"
13005
+ },
13006
+ "peerDependencies": {
13007
+ "postcss": "^8.4"
13008
+ }
13009
+ },
13010
+ "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": {
13011
+ "version": "3.0.0",
13012
+ "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.0.0.tgz",
13013
+ "integrity": "sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==",
13014
+ "funding": [
13015
+ {
13016
+ "type": "github",
13017
+ "url": "https://github.com/sponsors/csstools"
13018
+ },
13019
+ {
13020
+ "type": "opencollective",
13021
+ "url": "https://opencollective.com/csstools"
13022
+ }
13023
+ ],
13024
+ "license": "MIT-0",
13025
+ "engines": {
13026
+ "node": ">=18"
13027
+ },
13028
+ "peerDependencies": {
13029
+ "postcss-selector-parser": "^7.0.0"
13030
+ }
13031
+ },
13032
+ "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": {
13033
+ "version": "5.0.0",
13034
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
13035
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
13036
+ "funding": [
13037
+ {
13038
+ "type": "github",
13039
+ "url": "https://github.com/sponsors/csstools"
13040
+ },
13041
+ {
13042
+ "type": "opencollective",
13043
+ "url": "https://opencollective.com/csstools"
13044
+ }
13045
+ ],
13046
+ "license": "MIT-0",
13047
+ "engines": {
13048
+ "node": ">=18"
13049
+ },
13050
+ "peerDependencies": {
13051
+ "postcss-selector-parser": "^7.0.0"
13052
+ }
13053
+ },
13054
+ "node_modules/postcss-nesting/node_modules/postcss-selector-parser": {
13055
+ "version": "7.0.0",
13056
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
13057
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
13058
+ "license": "MIT",
13059
+ "dependencies": {
13060
+ "cssesc": "^3.0.0",
13061
+ "util-deprecate": "^1.0.2"
13062
+ },
13063
+ "engines": {
13064
+ "node": ">=4"
13065
+ }
13066
+ },
11268
13067
  "node_modules/postcss-normalize-charset": {
11269
13068
  "version": "6.0.2",
11270
13069
  "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz",
@@ -11389,6 +13188,28 @@
11389
13188
  "postcss": "^8.4.31"
11390
13189
  }
11391
13190
  },
13191
+ "node_modules/postcss-opacity-percentage": {
13192
+ "version": "3.0.0",
13193
+ "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz",
13194
+ "integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==",
13195
+ "funding": [
13196
+ {
13197
+ "type": "kofi",
13198
+ "url": "https://ko-fi.com/mrcgrtz"
13199
+ },
13200
+ {
13201
+ "type": "liberapay",
13202
+ "url": "https://liberapay.com/mrcgrtz"
13203
+ }
13204
+ ],
13205
+ "license": "MIT",
13206
+ "engines": {
13207
+ "node": ">=18"
13208
+ },
13209
+ "peerDependencies": {
13210
+ "postcss": "^8.4"
13211
+ }
13212
+ },
11392
13213
  "node_modules/postcss-ordered-values": {
11393
13214
  "version": "6.0.2",
11394
13215
  "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz",
@@ -11404,10 +13225,195 @@
11404
13225
  "postcss": "^8.4.31"
11405
13226
  }
11406
13227
  },
13228
+ "node_modules/postcss-overflow-shorthand": {
13229
+ "version": "6.0.0",
13230
+ "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz",
13231
+ "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==",
13232
+ "funding": [
13233
+ {
13234
+ "type": "github",
13235
+ "url": "https://github.com/sponsors/csstools"
13236
+ },
13237
+ {
13238
+ "type": "opencollective",
13239
+ "url": "https://opencollective.com/csstools"
13240
+ }
13241
+ ],
13242
+ "license": "MIT-0",
13243
+ "dependencies": {
13244
+ "postcss-value-parser": "^4.2.0"
13245
+ },
13246
+ "engines": {
13247
+ "node": ">=18"
13248
+ },
13249
+ "peerDependencies": {
13250
+ "postcss": "^8.4"
13251
+ }
13252
+ },
13253
+ "node_modules/postcss-page-break": {
13254
+ "version": "3.0.4",
13255
+ "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
13256
+ "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
13257
+ "license": "MIT",
13258
+ "peerDependencies": {
13259
+ "postcss": "^8"
13260
+ }
13261
+ },
13262
+ "node_modules/postcss-place": {
13263
+ "version": "10.0.0",
13264
+ "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz",
13265
+ "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==",
13266
+ "funding": [
13267
+ {
13268
+ "type": "github",
13269
+ "url": "https://github.com/sponsors/csstools"
13270
+ },
13271
+ {
13272
+ "type": "opencollective",
13273
+ "url": "https://opencollective.com/csstools"
13274
+ }
13275
+ ],
13276
+ "license": "MIT-0",
13277
+ "dependencies": {
13278
+ "postcss-value-parser": "^4.2.0"
13279
+ },
13280
+ "engines": {
13281
+ "node": ">=18"
13282
+ },
13283
+ "peerDependencies": {
13284
+ "postcss": "^8.4"
13285
+ }
13286
+ },
13287
+ "node_modules/postcss-preset-env": {
13288
+ "version": "10.1.1",
13289
+ "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.1.tgz",
13290
+ "integrity": "sha512-wqqsnBFD6VIwcHHRbhjTOcOi4qRVlB26RwSr0ordPj7OubRRxdWebv/aLjKLRR8zkZrbxZyuus03nOIgC5elMQ==",
13291
+ "funding": [
13292
+ {
13293
+ "type": "github",
13294
+ "url": "https://github.com/sponsors/csstools"
13295
+ },
13296
+ {
13297
+ "type": "opencollective",
13298
+ "url": "https://opencollective.com/csstools"
13299
+ }
13300
+ ],
13301
+ "license": "MIT-0",
13302
+ "dependencies": {
13303
+ "@csstools/postcss-cascade-layers": "^5.0.1",
13304
+ "@csstools/postcss-color-function": "^4.0.6",
13305
+ "@csstools/postcss-color-mix-function": "^3.0.6",
13306
+ "@csstools/postcss-content-alt-text": "^2.0.4",
13307
+ "@csstools/postcss-exponential-functions": "^2.0.5",
13308
+ "@csstools/postcss-font-format-keywords": "^4.0.0",
13309
+ "@csstools/postcss-gamut-mapping": "^2.0.6",
13310
+ "@csstools/postcss-gradients-interpolation-method": "^5.0.6",
13311
+ "@csstools/postcss-hwb-function": "^4.0.6",
13312
+ "@csstools/postcss-ic-unit": "^4.0.0",
13313
+ "@csstools/postcss-initial": "^2.0.0",
13314
+ "@csstools/postcss-is-pseudo-class": "^5.0.1",
13315
+ "@csstools/postcss-light-dark-function": "^2.0.7",
13316
+ "@csstools/postcss-logical-float-and-clear": "^3.0.0",
13317
+ "@csstools/postcss-logical-overflow": "^2.0.0",
13318
+ "@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
13319
+ "@csstools/postcss-logical-resize": "^3.0.0",
13320
+ "@csstools/postcss-logical-viewport-units": "^3.0.3",
13321
+ "@csstools/postcss-media-minmax": "^2.0.5",
13322
+ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
13323
+ "@csstools/postcss-nested-calc": "^4.0.0",
13324
+ "@csstools/postcss-normalize-display-values": "^4.0.0",
13325
+ "@csstools/postcss-oklab-function": "^4.0.6",
13326
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
13327
+ "@csstools/postcss-random-function": "^1.0.1",
13328
+ "@csstools/postcss-relative-color-syntax": "^3.0.6",
13329
+ "@csstools/postcss-scope-pseudo-class": "^4.0.1",
13330
+ "@csstools/postcss-sign-functions": "^1.1.0",
13331
+ "@csstools/postcss-stepped-value-functions": "^4.0.5",
13332
+ "@csstools/postcss-text-decoration-shorthand": "^4.0.1",
13333
+ "@csstools/postcss-trigonometric-functions": "^4.0.5",
13334
+ "@csstools/postcss-unset-value": "^4.0.0",
13335
+ "autoprefixer": "^10.4.19",
13336
+ "browserslist": "^4.23.1",
13337
+ "css-blank-pseudo": "^7.0.1",
13338
+ "css-has-pseudo": "^7.0.1",
13339
+ "css-prefers-color-scheme": "^10.0.0",
13340
+ "cssdb": "^8.2.1",
13341
+ "postcss-attribute-case-insensitive": "^7.0.1",
13342
+ "postcss-clamp": "^4.1.0",
13343
+ "postcss-color-functional-notation": "^7.0.6",
13344
+ "postcss-color-hex-alpha": "^10.0.0",
13345
+ "postcss-color-rebeccapurple": "^10.0.0",
13346
+ "postcss-custom-media": "^11.0.5",
13347
+ "postcss-custom-properties": "^14.0.4",
13348
+ "postcss-custom-selectors": "^8.0.4",
13349
+ "postcss-dir-pseudo-class": "^9.0.1",
13350
+ "postcss-double-position-gradients": "^6.0.0",
13351
+ "postcss-focus-visible": "^10.0.1",
13352
+ "postcss-focus-within": "^9.0.1",
13353
+ "postcss-font-variant": "^5.0.0",
13354
+ "postcss-gap-properties": "^6.0.0",
13355
+ "postcss-image-set-function": "^7.0.0",
13356
+ "postcss-lab-function": "^7.0.6",
13357
+ "postcss-logical": "^8.0.0",
13358
+ "postcss-nesting": "^13.0.1",
13359
+ "postcss-opacity-percentage": "^3.0.0",
13360
+ "postcss-overflow-shorthand": "^6.0.0",
13361
+ "postcss-page-break": "^3.0.4",
13362
+ "postcss-place": "^10.0.0",
13363
+ "postcss-pseudo-class-any-link": "^10.0.1",
13364
+ "postcss-replace-overflow-wrap": "^4.0.0",
13365
+ "postcss-selector-not": "^8.0.1"
13366
+ },
13367
+ "engines": {
13368
+ "node": ">=18"
13369
+ },
13370
+ "peerDependencies": {
13371
+ "postcss": "^8.4"
13372
+ }
13373
+ },
13374
+ "node_modules/postcss-pseudo-class-any-link": {
13375
+ "version": "10.0.1",
13376
+ "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz",
13377
+ "integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==",
13378
+ "funding": [
13379
+ {
13380
+ "type": "github",
13381
+ "url": "https://github.com/sponsors/csstools"
13382
+ },
13383
+ {
13384
+ "type": "opencollective",
13385
+ "url": "https://opencollective.com/csstools"
13386
+ }
13387
+ ],
13388
+ "license": "MIT-0",
13389
+ "dependencies": {
13390
+ "postcss-selector-parser": "^7.0.0"
13391
+ },
13392
+ "engines": {
13393
+ "node": ">=18"
13394
+ },
13395
+ "peerDependencies": {
13396
+ "postcss": "^8.4"
13397
+ }
13398
+ },
13399
+ "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": {
13400
+ "version": "7.0.0",
13401
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
13402
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
13403
+ "license": "MIT",
13404
+ "dependencies": {
13405
+ "cssesc": "^3.0.0",
13406
+ "util-deprecate": "^1.0.2"
13407
+ },
13408
+ "engines": {
13409
+ "node": ">=4"
13410
+ }
13411
+ },
11407
13412
  "node_modules/postcss-reduce-idents": {
11408
13413
  "version": "6.0.3",
11409
13414
  "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-6.0.3.tgz",
11410
13415
  "integrity": "sha512-G3yCqZDpsNPoQgbDUy3T0E6hqOQ5xigUtBQyrmq3tn2GxlyiL0yyl7H+T8ulQR6kOcHJ9t7/9H4/R2tv8tJbMA==",
13416
+ "license": "MIT",
11411
13417
  "dependencies": {
11412
13418
  "postcss-value-parser": "^4.2.0"
11413
13419
  },
@@ -11447,6 +13453,53 @@
11447
13453
  "postcss": "^8.4.31"
11448
13454
  }
11449
13455
  },
13456
+ "node_modules/postcss-replace-overflow-wrap": {
13457
+ "version": "4.0.0",
13458
+ "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
13459
+ "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
13460
+ "license": "MIT",
13461
+ "peerDependencies": {
13462
+ "postcss": "^8.0.3"
13463
+ }
13464
+ },
13465
+ "node_modules/postcss-selector-not": {
13466
+ "version": "8.0.1",
13467
+ "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz",
13468
+ "integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==",
13469
+ "funding": [
13470
+ {
13471
+ "type": "github",
13472
+ "url": "https://github.com/sponsors/csstools"
13473
+ },
13474
+ {
13475
+ "type": "opencollective",
13476
+ "url": "https://opencollective.com/csstools"
13477
+ }
13478
+ ],
13479
+ "license": "MIT",
13480
+ "dependencies": {
13481
+ "postcss-selector-parser": "^7.0.0"
13482
+ },
13483
+ "engines": {
13484
+ "node": ">=18"
13485
+ },
13486
+ "peerDependencies": {
13487
+ "postcss": "^8.4"
13488
+ }
13489
+ },
13490
+ "node_modules/postcss-selector-not/node_modules/postcss-selector-parser": {
13491
+ "version": "7.0.0",
13492
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
13493
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
13494
+ "license": "MIT",
13495
+ "dependencies": {
13496
+ "cssesc": "^3.0.0",
13497
+ "util-deprecate": "^1.0.2"
13498
+ },
13499
+ "engines": {
13500
+ "node": ">=4"
13501
+ }
13502
+ },
11450
13503
  "node_modules/postcss-selector-parser": {
11451
13504
  "version": "6.0.16",
11452
13505
  "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
@@ -11463,6 +13516,7 @@
11463
13516
  "version": "5.2.0",
11464
13517
  "resolved": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-5.2.0.tgz",
11465
13518
  "integrity": "sha512-AZ5fDMLD8SldlAYlvi8NIqo0+Z8xnXU2ia0jxmuhxAU+Lqt9K+AlmLNJ/zWEnE9x+Zx3qL3+1K20ATgNOr3fAA==",
13519
+ "license": "MIT",
11466
13520
  "dependencies": {
11467
13521
  "sort-css-media-queries": "2.2.0"
11468
13522
  },
@@ -11511,6 +13565,7 @@
11511
13565
  "version": "6.0.2",
11512
13566
  "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-6.0.2.tgz",
11513
13567
  "integrity": "sha512-5BxW9l1evPB/4ZIc+2GobEBoKC+h8gPGCMi+jxsYvd2x0mjq7wazk6DrP71pStqxE9Foxh5TVnonbWpFZzXaYg==",
13568
+ "license": "MIT",
11514
13569
  "engines": {
11515
13570
  "node": "^14 || ^16 || >=18.0"
11516
13571
  },
@@ -13012,6 +15067,7 @@
13012
15067
  "version": "2.2.0",
13013
15068
  "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.2.0.tgz",
13014
15069
  "integrity": "sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA==",
15070
+ "license": "MIT",
13015
15071
  "engines": {
13016
15072
  "node": ">= 6.3.0"
13017
15073
  }