@enact/cli 7.3.0 → 7.3.1
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.
- package/CHANGELOG.md +4 -0
- package/npm-shrinkwrap.json +522 -608
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@enact/cli",
|
|
9
|
-
"version": "7.3.
|
|
9
|
+
"version": "7.3.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dotenv": "^17.4.1",
|
|
32
32
|
"dotenv-expand": "^12.0.3",
|
|
33
33
|
"eslint": "^9.39.4",
|
|
34
|
-
"eslint-config-enact": "^5.1.
|
|
34
|
+
"eslint-config-enact": "^5.1.1",
|
|
35
35
|
"eslint-webpack-plugin": "^5.0.3",
|
|
36
36
|
"expose-loader": "^5.0.1",
|
|
37
37
|
"file-loader": "^6.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
56
56
|
"postcss-loader": "^8.2.1",
|
|
57
57
|
"postcss-normalize": "^13.0.1",
|
|
58
|
-
"postcss-preset-env": "^
|
|
58
|
+
"postcss-preset-env": "^10.6.1",
|
|
59
59
|
"postcss-resolution-independence": "^1.1.9",
|
|
60
60
|
"prompts": "^2.4.2",
|
|
61
61
|
"react": "^19.2.4",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"prettier": "^3.8.1"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
|
-
"node": "^20.
|
|
90
|
+
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
|
|
91
91
|
},
|
|
92
92
|
"optionalDependencies": {
|
|
93
93
|
"fsevents": "^2.3.3"
|
|
@@ -2030,9 +2030,9 @@
|
|
|
2030
2030
|
"license": "MIT"
|
|
2031
2031
|
},
|
|
2032
2032
|
"node_modules/@csstools/cascade-layer-name-parser": {
|
|
2033
|
-
"version": "
|
|
2034
|
-
"resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-
|
|
2035
|
-
"integrity": "sha512
|
|
2033
|
+
"version": "2.0.5",
|
|
2034
|
+
"resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.5.tgz",
|
|
2035
|
+
"integrity": "sha512-p1ko5eHgV+MgXFVa4STPKpvPxr6ReS8oS2jzTukjR74i5zJNyWO1ZM1m8YKBXnzDKWfBN1ztLYlHxbVemDD88A==",
|
|
2036
2036
|
"funding": [
|
|
2037
2037
|
{
|
|
2038
2038
|
"type": "github",
|
|
@@ -2045,17 +2045,17 @@
|
|
|
2045
2045
|
],
|
|
2046
2046
|
"license": "MIT",
|
|
2047
2047
|
"engines": {
|
|
2048
|
-
"node": ">=
|
|
2048
|
+
"node": ">=18"
|
|
2049
2049
|
},
|
|
2050
2050
|
"peerDependencies": {
|
|
2051
|
-
"@csstools/css-parser-algorithms": "^
|
|
2052
|
-
"@csstools/css-tokenizer": "^
|
|
2051
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2052
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2053
2053
|
}
|
|
2054
2054
|
},
|
|
2055
2055
|
"node_modules/@csstools/color-helpers": {
|
|
2056
|
-
"version": "
|
|
2057
|
-
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-
|
|
2058
|
-
"integrity": "sha512-
|
|
2056
|
+
"version": "5.1.0",
|
|
2057
|
+
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
|
|
2058
|
+
"integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
|
|
2059
2059
|
"funding": [
|
|
2060
2060
|
{
|
|
2061
2061
|
"type": "github",
|
|
@@ -2068,13 +2068,13 @@
|
|
|
2068
2068
|
],
|
|
2069
2069
|
"license": "MIT-0",
|
|
2070
2070
|
"engines": {
|
|
2071
|
-
"node": ">=
|
|
2071
|
+
"node": ">=18"
|
|
2072
2072
|
}
|
|
2073
2073
|
},
|
|
2074
2074
|
"node_modules/@csstools/css-calc": {
|
|
2075
|
-
"version": "
|
|
2076
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-
|
|
2077
|
-
"integrity": "sha512-
|
|
2075
|
+
"version": "2.1.4",
|
|
2076
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
|
|
2077
|
+
"integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
|
|
2078
2078
|
"funding": [
|
|
2079
2079
|
{
|
|
2080
2080
|
"type": "github",
|
|
@@ -2087,17 +2087,17 @@
|
|
|
2087
2087
|
],
|
|
2088
2088
|
"license": "MIT",
|
|
2089
2089
|
"engines": {
|
|
2090
|
-
"node": ">=
|
|
2090
|
+
"node": ">=18"
|
|
2091
2091
|
},
|
|
2092
2092
|
"peerDependencies": {
|
|
2093
|
-
"@csstools/css-parser-algorithms": "^
|
|
2094
|
-
"@csstools/css-tokenizer": "^
|
|
2093
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2094
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2095
2095
|
}
|
|
2096
2096
|
},
|
|
2097
2097
|
"node_modules/@csstools/css-color-parser": {
|
|
2098
|
-
"version": "
|
|
2099
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-
|
|
2100
|
-
"integrity": "sha512-
|
|
2098
|
+
"version": "3.1.0",
|
|
2099
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
|
|
2100
|
+
"integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
|
|
2101
2101
|
"funding": [
|
|
2102
2102
|
{
|
|
2103
2103
|
"type": "github",
|
|
@@ -2110,21 +2110,21 @@
|
|
|
2110
2110
|
],
|
|
2111
2111
|
"license": "MIT",
|
|
2112
2112
|
"dependencies": {
|
|
2113
|
-
"@csstools/color-helpers": "^
|
|
2114
|
-
"@csstools/css-calc": "^
|
|
2113
|
+
"@csstools/color-helpers": "^5.1.0",
|
|
2114
|
+
"@csstools/css-calc": "^2.1.4"
|
|
2115
2115
|
},
|
|
2116
2116
|
"engines": {
|
|
2117
|
-
"node": ">=
|
|
2117
|
+
"node": ">=18"
|
|
2118
2118
|
},
|
|
2119
2119
|
"peerDependencies": {
|
|
2120
|
-
"@csstools/css-parser-algorithms": "^
|
|
2121
|
-
"@csstools/css-tokenizer": "^
|
|
2120
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2121
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2122
2122
|
}
|
|
2123
2123
|
},
|
|
2124
2124
|
"node_modules/@csstools/css-parser-algorithms": {
|
|
2125
|
-
"version": "
|
|
2126
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-
|
|
2127
|
-
"integrity": "sha512
|
|
2125
|
+
"version": "3.0.5",
|
|
2126
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
|
|
2127
|
+
"integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
|
|
2128
2128
|
"funding": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"type": "github",
|
|
@@ -2137,16 +2137,16 @@
|
|
|
2137
2137
|
],
|
|
2138
2138
|
"license": "MIT",
|
|
2139
2139
|
"engines": {
|
|
2140
|
-
"node": ">=
|
|
2140
|
+
"node": ">=18"
|
|
2141
2141
|
},
|
|
2142
2142
|
"peerDependencies": {
|
|
2143
|
-
"@csstools/css-tokenizer": "^
|
|
2143
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2144
2144
|
}
|
|
2145
2145
|
},
|
|
2146
2146
|
"node_modules/@csstools/css-tokenizer": {
|
|
2147
|
-
"version": "
|
|
2148
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-
|
|
2149
|
-
"integrity": "sha512-
|
|
2147
|
+
"version": "3.0.4",
|
|
2148
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
|
|
2149
|
+
"integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
|
|
2150
2150
|
"funding": [
|
|
2151
2151
|
{
|
|
2152
2152
|
"type": "github",
|
|
@@ -2159,13 +2159,13 @@
|
|
|
2159
2159
|
],
|
|
2160
2160
|
"license": "MIT",
|
|
2161
2161
|
"engines": {
|
|
2162
|
-
"node": ">=
|
|
2162
|
+
"node": ">=18"
|
|
2163
2163
|
}
|
|
2164
2164
|
},
|
|
2165
2165
|
"node_modules/@csstools/media-query-list-parser": {
|
|
2166
|
-
"version": "
|
|
2167
|
-
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-
|
|
2168
|
-
"integrity": "sha512-
|
|
2166
|
+
"version": "4.0.3",
|
|
2167
|
+
"resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz",
|
|
2168
|
+
"integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==",
|
|
2169
2169
|
"funding": [
|
|
2170
2170
|
{
|
|
2171
2171
|
"type": "github",
|
|
@@ -2178,11 +2178,11 @@
|
|
|
2178
2178
|
],
|
|
2179
2179
|
"license": "MIT",
|
|
2180
2180
|
"engines": {
|
|
2181
|
-
"node": ">=
|
|
2181
|
+
"node": ">=18"
|
|
2182
2182
|
},
|
|
2183
2183
|
"peerDependencies": {
|
|
2184
|
-
"@csstools/css-parser-algorithms": "^
|
|
2185
|
-
"@csstools/css-tokenizer": "^
|
|
2184
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2185
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2186
2186
|
}
|
|
2187
2187
|
},
|
|
2188
2188
|
"node_modules/@csstools/normalize.css": {
|
|
@@ -2192,9 +2192,9 @@
|
|
|
2192
2192
|
"license": "CC0-1.0"
|
|
2193
2193
|
},
|
|
2194
2194
|
"node_modules/@csstools/postcss-alpha-function": {
|
|
2195
|
-
"version": "
|
|
2196
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-
|
|
2197
|
-
"integrity": "sha512-
|
|
2195
|
+
"version": "1.0.1",
|
|
2196
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz",
|
|
2197
|
+
"integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==",
|
|
2198
2198
|
"funding": [
|
|
2199
2199
|
{
|
|
2200
2200
|
"type": "github",
|
|
@@ -2207,23 +2207,23 @@
|
|
|
2207
2207
|
],
|
|
2208
2208
|
"license": "MIT-0",
|
|
2209
2209
|
"dependencies": {
|
|
2210
|
-
"@csstools/css-color-parser": "^
|
|
2211
|
-
"@csstools/css-parser-algorithms": "^
|
|
2212
|
-
"@csstools/css-tokenizer": "^
|
|
2213
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2214
|
-
"@csstools/utilities": "^
|
|
2210
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2211
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2212
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2213
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2214
|
+
"@csstools/utilities": "^2.0.0"
|
|
2215
2215
|
},
|
|
2216
2216
|
"engines": {
|
|
2217
|
-
"node": ">=
|
|
2217
|
+
"node": ">=18"
|
|
2218
2218
|
},
|
|
2219
2219
|
"peerDependencies": {
|
|
2220
2220
|
"postcss": "^8.4"
|
|
2221
2221
|
}
|
|
2222
2222
|
},
|
|
2223
2223
|
"node_modules/@csstools/postcss-cascade-layers": {
|
|
2224
|
-
"version": "
|
|
2225
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-
|
|
2226
|
-
"integrity": "sha512-
|
|
2224
|
+
"version": "5.0.2",
|
|
2225
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz",
|
|
2226
|
+
"integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==",
|
|
2227
2227
|
"funding": [
|
|
2228
2228
|
{
|
|
2229
2229
|
"type": "github",
|
|
@@ -2236,20 +2236,20 @@
|
|
|
2236
2236
|
],
|
|
2237
2237
|
"license": "MIT-0",
|
|
2238
2238
|
"dependencies": {
|
|
2239
|
-
"@csstools/selector-specificity": "^
|
|
2240
|
-
"postcss-selector-parser": "^7.
|
|
2239
|
+
"@csstools/selector-specificity": "^5.0.0",
|
|
2240
|
+
"postcss-selector-parser": "^7.0.0"
|
|
2241
2241
|
},
|
|
2242
2242
|
"engines": {
|
|
2243
|
-
"node": ">=
|
|
2243
|
+
"node": ">=18"
|
|
2244
2244
|
},
|
|
2245
2245
|
"peerDependencies": {
|
|
2246
2246
|
"postcss": "^8.4"
|
|
2247
2247
|
}
|
|
2248
2248
|
},
|
|
2249
2249
|
"node_modules/@csstools/postcss-color-function": {
|
|
2250
|
-
"version": "
|
|
2251
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-
|
|
2252
|
-
"integrity": "sha512-
|
|
2250
|
+
"version": "4.0.12",
|
|
2251
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz",
|
|
2252
|
+
"integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==",
|
|
2253
2253
|
"funding": [
|
|
2254
2254
|
{
|
|
2255
2255
|
"type": "github",
|
|
@@ -2262,23 +2262,23 @@
|
|
|
2262
2262
|
],
|
|
2263
2263
|
"license": "MIT-0",
|
|
2264
2264
|
"dependencies": {
|
|
2265
|
-
"@csstools/css-color-parser": "^
|
|
2266
|
-
"@csstools/css-parser-algorithms": "^
|
|
2267
|
-
"@csstools/css-tokenizer": "^
|
|
2268
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2269
|
-
"@csstools/utilities": "^
|
|
2265
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2266
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2267
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2268
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2269
|
+
"@csstools/utilities": "^2.0.0"
|
|
2270
2270
|
},
|
|
2271
2271
|
"engines": {
|
|
2272
|
-
"node": ">=
|
|
2272
|
+
"node": ">=18"
|
|
2273
2273
|
},
|
|
2274
2274
|
"peerDependencies": {
|
|
2275
2275
|
"postcss": "^8.4"
|
|
2276
2276
|
}
|
|
2277
2277
|
},
|
|
2278
2278
|
"node_modules/@csstools/postcss-color-function-display-p3-linear": {
|
|
2279
|
-
"version": "
|
|
2280
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-
|
|
2281
|
-
"integrity": "sha512-
|
|
2279
|
+
"version": "1.0.1",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz",
|
|
2281
|
+
"integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==",
|
|
2282
2282
|
"funding": [
|
|
2283
2283
|
{
|
|
2284
2284
|
"type": "github",
|
|
@@ -2291,23 +2291,23 @@
|
|
|
2291
2291
|
],
|
|
2292
2292
|
"license": "MIT-0",
|
|
2293
2293
|
"dependencies": {
|
|
2294
|
-
"@csstools/css-color-parser": "^
|
|
2295
|
-
"@csstools/css-parser-algorithms": "^
|
|
2296
|
-
"@csstools/css-tokenizer": "^
|
|
2297
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2298
|
-
"@csstools/utilities": "^
|
|
2294
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2295
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2296
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2297
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2298
|
+
"@csstools/utilities": "^2.0.0"
|
|
2299
2299
|
},
|
|
2300
2300
|
"engines": {
|
|
2301
|
-
"node": ">=
|
|
2301
|
+
"node": ">=18"
|
|
2302
2302
|
},
|
|
2303
2303
|
"peerDependencies": {
|
|
2304
2304
|
"postcss": "^8.4"
|
|
2305
2305
|
}
|
|
2306
2306
|
},
|
|
2307
2307
|
"node_modules/@csstools/postcss-color-mix-function": {
|
|
2308
|
-
"version": "
|
|
2309
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-
|
|
2310
|
-
"integrity": "sha512-
|
|
2308
|
+
"version": "3.0.12",
|
|
2309
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.12.tgz",
|
|
2310
|
+
"integrity": "sha512-4STERZfCP5Jcs13P1U5pTvI9SkgLgfMUMhdXW8IlJWkzOOOqhZIjcNhWtNJZes2nkBDsIKJ0CJtFtuaZ00moag==",
|
|
2311
2311
|
"funding": [
|
|
2312
2312
|
{
|
|
2313
2313
|
"type": "github",
|
|
@@ -2320,23 +2320,23 @@
|
|
|
2320
2320
|
],
|
|
2321
2321
|
"license": "MIT-0",
|
|
2322
2322
|
"dependencies": {
|
|
2323
|
-
"@csstools/css-color-parser": "^
|
|
2324
|
-
"@csstools/css-parser-algorithms": "^
|
|
2325
|
-
"@csstools/css-tokenizer": "^
|
|
2326
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2327
|
-
"@csstools/utilities": "^
|
|
2323
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2324
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2325
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2326
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2327
|
+
"@csstools/utilities": "^2.0.0"
|
|
2328
2328
|
},
|
|
2329
2329
|
"engines": {
|
|
2330
|
-
"node": ">=
|
|
2330
|
+
"node": ">=18"
|
|
2331
2331
|
},
|
|
2332
2332
|
"peerDependencies": {
|
|
2333
2333
|
"postcss": "^8.4"
|
|
2334
2334
|
}
|
|
2335
2335
|
},
|
|
2336
2336
|
"node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
|
|
2337
|
-
"version": "
|
|
2338
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-
|
|
2339
|
-
"integrity": "sha512-
|
|
2337
|
+
"version": "1.0.2",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.2.tgz",
|
|
2339
|
+
"integrity": "sha512-rM67Gp9lRAkTo+X31DUqMEq+iK+EFqsidfecmhrteErxJZb6tUoJBVQca1Vn1GpDql1s1rD1pKcuYzMsg7Z1KQ==",
|
|
2340
2340
|
"funding": [
|
|
2341
2341
|
{
|
|
2342
2342
|
"type": "github",
|
|
@@ -2349,23 +2349,23 @@
|
|
|
2349
2349
|
],
|
|
2350
2350
|
"license": "MIT-0",
|
|
2351
2351
|
"dependencies": {
|
|
2352
|
-
"@csstools/css-color-parser": "^
|
|
2353
|
-
"@csstools/css-parser-algorithms": "^
|
|
2354
|
-
"@csstools/css-tokenizer": "^
|
|
2355
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2356
|
-
"@csstools/utilities": "^
|
|
2352
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2353
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2354
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2355
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2356
|
+
"@csstools/utilities": "^2.0.0"
|
|
2357
2357
|
},
|
|
2358
2358
|
"engines": {
|
|
2359
|
-
"node": ">=
|
|
2359
|
+
"node": ">=18"
|
|
2360
2360
|
},
|
|
2361
2361
|
"peerDependencies": {
|
|
2362
2362
|
"postcss": "^8.4"
|
|
2363
2363
|
}
|
|
2364
2364
|
},
|
|
2365
2365
|
"node_modules/@csstools/postcss-content-alt-text": {
|
|
2366
|
-
"version": "
|
|
2367
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-
|
|
2368
|
-
"integrity": "sha512-
|
|
2366
|
+
"version": "2.0.8",
|
|
2367
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.8.tgz",
|
|
2368
|
+
"integrity": "sha512-9SfEW9QCxEpTlNMnpSqFaHyzsiRpZ5J5+KqCu1u5/eEJAWsMhzT40qf0FIbeeglEvrGRMdDzAxMIz3wqoGSb+Q==",
|
|
2369
2369
|
"funding": [
|
|
2370
2370
|
{
|
|
2371
2371
|
"type": "github",
|
|
@@ -2378,22 +2378,22 @@
|
|
|
2378
2378
|
],
|
|
2379
2379
|
"license": "MIT-0",
|
|
2380
2380
|
"dependencies": {
|
|
2381
|
-
"@csstools/css-parser-algorithms": "^
|
|
2382
|
-
"@csstools/css-tokenizer": "^
|
|
2383
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2384
|
-
"@csstools/utilities": "^
|
|
2381
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2382
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2383
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2384
|
+
"@csstools/utilities": "^2.0.0"
|
|
2385
2385
|
},
|
|
2386
2386
|
"engines": {
|
|
2387
|
-
"node": ">=
|
|
2387
|
+
"node": ">=18"
|
|
2388
2388
|
},
|
|
2389
2389
|
"peerDependencies": {
|
|
2390
2390
|
"postcss": "^8.4"
|
|
2391
2391
|
}
|
|
2392
2392
|
},
|
|
2393
2393
|
"node_modules/@csstools/postcss-contrast-color-function": {
|
|
2394
|
-
"version": "
|
|
2395
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-
|
|
2396
|
-
"integrity": "sha512-
|
|
2394
|
+
"version": "2.0.12",
|
|
2395
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz",
|
|
2396
|
+
"integrity": "sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==",
|
|
2397
2397
|
"funding": [
|
|
2398
2398
|
{
|
|
2399
2399
|
"type": "github",
|
|
@@ -2406,23 +2406,23 @@
|
|
|
2406
2406
|
],
|
|
2407
2407
|
"license": "MIT-0",
|
|
2408
2408
|
"dependencies": {
|
|
2409
|
-
"@csstools/css-color-parser": "^
|
|
2410
|
-
"@csstools/css-parser-algorithms": "^
|
|
2411
|
-
"@csstools/css-tokenizer": "^
|
|
2412
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2413
|
-
"@csstools/utilities": "^
|
|
2409
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2410
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2411
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2412
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2413
|
+
"@csstools/utilities": "^2.0.0"
|
|
2414
2414
|
},
|
|
2415
2415
|
"engines": {
|
|
2416
|
-
"node": ">=
|
|
2416
|
+
"node": ">=18"
|
|
2417
2417
|
},
|
|
2418
2418
|
"peerDependencies": {
|
|
2419
2419
|
"postcss": "^8.4"
|
|
2420
2420
|
}
|
|
2421
2421
|
},
|
|
2422
2422
|
"node_modules/@csstools/postcss-exponential-functions": {
|
|
2423
|
-
"version": "
|
|
2424
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-
|
|
2425
|
-
"integrity": "sha512-
|
|
2423
|
+
"version": "2.0.9",
|
|
2424
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz",
|
|
2425
|
+
"integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==",
|
|
2426
2426
|
"funding": [
|
|
2427
2427
|
{
|
|
2428
2428
|
"type": "github",
|
|
@@ -2435,21 +2435,21 @@
|
|
|
2435
2435
|
],
|
|
2436
2436
|
"license": "MIT-0",
|
|
2437
2437
|
"dependencies": {
|
|
2438
|
-
"@csstools/css-calc": "^
|
|
2439
|
-
"@csstools/css-parser-algorithms": "^
|
|
2440
|
-
"@csstools/css-tokenizer": "^
|
|
2438
|
+
"@csstools/css-calc": "^2.1.4",
|
|
2439
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2440
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2441
2441
|
},
|
|
2442
2442
|
"engines": {
|
|
2443
|
-
"node": ">=
|
|
2443
|
+
"node": ">=18"
|
|
2444
2444
|
},
|
|
2445
2445
|
"peerDependencies": {
|
|
2446
2446
|
"postcss": "^8.4"
|
|
2447
2447
|
}
|
|
2448
2448
|
},
|
|
2449
2449
|
"node_modules/@csstools/postcss-font-format-keywords": {
|
|
2450
|
-
"version": "
|
|
2451
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-
|
|
2452
|
-
"integrity": "sha512-
|
|
2450
|
+
"version": "4.0.0",
|
|
2451
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz",
|
|
2452
|
+
"integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==",
|
|
2453
2453
|
"funding": [
|
|
2454
2454
|
{
|
|
2455
2455
|
"type": "github",
|
|
@@ -2462,45 +2462,20 @@
|
|
|
2462
2462
|
],
|
|
2463
2463
|
"license": "MIT-0",
|
|
2464
2464
|
"dependencies": {
|
|
2465
|
-
"@csstools/utilities": "^
|
|
2465
|
+
"@csstools/utilities": "^2.0.0",
|
|
2466
2466
|
"postcss-value-parser": "^4.2.0"
|
|
2467
2467
|
},
|
|
2468
2468
|
"engines": {
|
|
2469
|
-
"node": ">=
|
|
2470
|
-
},
|
|
2471
|
-
"peerDependencies": {
|
|
2472
|
-
"postcss": "^8.4"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
"node_modules/@csstools/postcss-font-width-property": {
|
|
2476
|
-
"version": "1.0.0",
|
|
2477
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-font-width-property/-/postcss-font-width-property-1.0.0.tgz",
|
|
2478
|
-
"integrity": "sha512-AvmySApdijbjYQuXXh95tb7iVnqZBbJrv3oajO927ksE/mDmJBiszm+psW8orL2lRGR8j6ZU5Uv9/ou2Z5KRKA==",
|
|
2479
|
-
"funding": [
|
|
2480
|
-
{
|
|
2481
|
-
"type": "github",
|
|
2482
|
-
"url": "https://github.com/sponsors/csstools"
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"type": "opencollective",
|
|
2486
|
-
"url": "https://opencollective.com/csstools"
|
|
2487
|
-
}
|
|
2488
|
-
],
|
|
2489
|
-
"license": "MIT-0",
|
|
2490
|
-
"dependencies": {
|
|
2491
|
-
"@csstools/utilities": "^3.0.0"
|
|
2492
|
-
},
|
|
2493
|
-
"engines": {
|
|
2494
|
-
"node": ">=20.19.0"
|
|
2469
|
+
"node": ">=18"
|
|
2495
2470
|
},
|
|
2496
2471
|
"peerDependencies": {
|
|
2497
2472
|
"postcss": "^8.4"
|
|
2498
2473
|
}
|
|
2499
2474
|
},
|
|
2500
2475
|
"node_modules/@csstools/postcss-gamut-mapping": {
|
|
2501
|
-
"version": "
|
|
2502
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-
|
|
2503
|
-
"integrity": "sha512-
|
|
2476
|
+
"version": "2.0.11",
|
|
2477
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz",
|
|
2478
|
+
"integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==",
|
|
2504
2479
|
"funding": [
|
|
2505
2480
|
{
|
|
2506
2481
|
"type": "github",
|
|
@@ -2513,21 +2488,21 @@
|
|
|
2513
2488
|
],
|
|
2514
2489
|
"license": "MIT-0",
|
|
2515
2490
|
"dependencies": {
|
|
2516
|
-
"@csstools/css-color-parser": "^
|
|
2517
|
-
"@csstools/css-parser-algorithms": "^
|
|
2518
|
-
"@csstools/css-tokenizer": "^
|
|
2491
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2492
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2493
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
2519
2494
|
},
|
|
2520
2495
|
"engines": {
|
|
2521
|
-
"node": ">=
|
|
2496
|
+
"node": ">=18"
|
|
2522
2497
|
},
|
|
2523
2498
|
"peerDependencies": {
|
|
2524
2499
|
"postcss": "^8.4"
|
|
2525
2500
|
}
|
|
2526
2501
|
},
|
|
2527
2502
|
"node_modules/@csstools/postcss-gradients-interpolation-method": {
|
|
2528
|
-
"version": "
|
|
2529
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-
|
|
2530
|
-
"integrity": "sha512-
|
|
2503
|
+
"version": "5.0.12",
|
|
2504
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.12.tgz",
|
|
2505
|
+
"integrity": "sha512-jugzjwkUY0wtNrZlFeyXzimUL3hN4xMvoPnIXxoZqxDvjZRiSh+itgHcVUWzJ2VwD/VAMEgCLvtaJHX+4Vj3Ow==",
|
|
2531
2506
|
"funding": [
|
|
2532
2507
|
{
|
|
2533
2508
|
"type": "github",
|
|
@@ -2540,23 +2515,23 @@
|
|
|
2540
2515
|
],
|
|
2541
2516
|
"license": "MIT-0",
|
|
2542
2517
|
"dependencies": {
|
|
2543
|
-
"@csstools/css-color-parser": "^
|
|
2544
|
-
"@csstools/css-parser-algorithms": "^
|
|
2545
|
-
"@csstools/css-tokenizer": "^
|
|
2546
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2547
|
-
"@csstools/utilities": "^
|
|
2518
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2519
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2520
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2521
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2522
|
+
"@csstools/utilities": "^2.0.0"
|
|
2548
2523
|
},
|
|
2549
2524
|
"engines": {
|
|
2550
|
-
"node": ">=
|
|
2525
|
+
"node": ">=18"
|
|
2551
2526
|
},
|
|
2552
2527
|
"peerDependencies": {
|
|
2553
2528
|
"postcss": "^8.4"
|
|
2554
2529
|
}
|
|
2555
2530
|
},
|
|
2556
2531
|
"node_modules/@csstools/postcss-hwb-function": {
|
|
2557
|
-
"version": "
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-
|
|
2559
|
-
"integrity": "sha512-
|
|
2532
|
+
"version": "4.0.12",
|
|
2533
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz",
|
|
2534
|
+
"integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==",
|
|
2560
2535
|
"funding": [
|
|
2561
2536
|
{
|
|
2562
2537
|
"type": "github",
|
|
@@ -2569,23 +2544,23 @@
|
|
|
2569
2544
|
],
|
|
2570
2545
|
"license": "MIT-0",
|
|
2571
2546
|
"dependencies": {
|
|
2572
|
-
"@csstools/css-color-parser": "^
|
|
2573
|
-
"@csstools/css-parser-algorithms": "^
|
|
2574
|
-
"@csstools/css-tokenizer": "^
|
|
2575
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2576
|
-
"@csstools/utilities": "^
|
|
2547
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2548
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2549
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2550
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2551
|
+
"@csstools/utilities": "^2.0.0"
|
|
2577
2552
|
},
|
|
2578
2553
|
"engines": {
|
|
2579
|
-
"node": ">=
|
|
2554
|
+
"node": ">=18"
|
|
2580
2555
|
},
|
|
2581
2556
|
"peerDependencies": {
|
|
2582
2557
|
"postcss": "^8.4"
|
|
2583
2558
|
}
|
|
2584
2559
|
},
|
|
2585
2560
|
"node_modules/@csstools/postcss-ic-unit": {
|
|
2586
|
-
"version": "
|
|
2587
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-
|
|
2588
|
-
"integrity": "sha512
|
|
2561
|
+
"version": "4.0.4",
|
|
2562
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.4.tgz",
|
|
2563
|
+
"integrity": "sha512-yQ4VmossuOAql65sCPppVO1yfb7hDscf4GseF0VCA/DTDaBc0Wtf8MTqVPfjGYlT5+2buokG0Gp7y0atYZpwjg==",
|
|
2589
2564
|
"funding": [
|
|
2590
2565
|
{
|
|
2591
2566
|
"type": "github",
|
|
@@ -2598,21 +2573,21 @@
|
|
|
2598
2573
|
],
|
|
2599
2574
|
"license": "MIT-0",
|
|
2600
2575
|
"dependencies": {
|
|
2601
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2602
|
-
"@csstools/utilities": "^
|
|
2576
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2577
|
+
"@csstools/utilities": "^2.0.0",
|
|
2603
2578
|
"postcss-value-parser": "^4.2.0"
|
|
2604
2579
|
},
|
|
2605
2580
|
"engines": {
|
|
2606
|
-
"node": ">=
|
|
2581
|
+
"node": ">=18"
|
|
2607
2582
|
},
|
|
2608
2583
|
"peerDependencies": {
|
|
2609
2584
|
"postcss": "^8.4"
|
|
2610
2585
|
}
|
|
2611
2586
|
},
|
|
2612
2587
|
"node_modules/@csstools/postcss-initial": {
|
|
2613
|
-
"version": "
|
|
2614
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-
|
|
2615
|
-
"integrity": "sha512-
|
|
2588
|
+
"version": "2.0.1",
|
|
2589
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz",
|
|
2590
|
+
"integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==",
|
|
2616
2591
|
"funding": [
|
|
2617
2592
|
{
|
|
2618
2593
|
"type": "github",
|
|
@@ -2625,16 +2600,16 @@
|
|
|
2625
2600
|
],
|
|
2626
2601
|
"license": "MIT-0",
|
|
2627
2602
|
"engines": {
|
|
2628
|
-
"node": ">=
|
|
2603
|
+
"node": ">=18"
|
|
2629
2604
|
},
|
|
2630
2605
|
"peerDependencies": {
|
|
2631
2606
|
"postcss": "^8.4"
|
|
2632
2607
|
}
|
|
2633
2608
|
},
|
|
2634
2609
|
"node_modules/@csstools/postcss-is-pseudo-class": {
|
|
2635
|
-
"version": "
|
|
2636
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-
|
|
2637
|
-
"integrity": "sha512-
|
|
2610
|
+
"version": "5.0.3",
|
|
2611
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz",
|
|
2612
|
+
"integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==",
|
|
2638
2613
|
"funding": [
|
|
2639
2614
|
{
|
|
2640
2615
|
"type": "github",
|
|
@@ -2647,20 +2622,20 @@
|
|
|
2647
2622
|
],
|
|
2648
2623
|
"license": "MIT-0",
|
|
2649
2624
|
"dependencies": {
|
|
2650
|
-
"@csstools/selector-specificity": "^
|
|
2651
|
-
"postcss-selector-parser": "^7.
|
|
2625
|
+
"@csstools/selector-specificity": "^5.0.0",
|
|
2626
|
+
"postcss-selector-parser": "^7.0.0"
|
|
2652
2627
|
},
|
|
2653
2628
|
"engines": {
|
|
2654
|
-
"node": ">=
|
|
2629
|
+
"node": ">=18"
|
|
2655
2630
|
},
|
|
2656
2631
|
"peerDependencies": {
|
|
2657
2632
|
"postcss": "^8.4"
|
|
2658
2633
|
}
|
|
2659
2634
|
},
|
|
2660
2635
|
"node_modules/@csstools/postcss-light-dark-function": {
|
|
2661
|
-
"version": "
|
|
2662
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-
|
|
2663
|
-
"integrity": "sha512-
|
|
2636
|
+
"version": "2.0.11",
|
|
2637
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz",
|
|
2638
|
+
"integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==",
|
|
2664
2639
|
"funding": [
|
|
2665
2640
|
{
|
|
2666
2641
|
"type": "github",
|
|
@@ -2673,22 +2648,22 @@
|
|
|
2673
2648
|
],
|
|
2674
2649
|
"license": "MIT-0",
|
|
2675
2650
|
"dependencies": {
|
|
2676
|
-
"@csstools/css-parser-algorithms": "^
|
|
2677
|
-
"@csstools/css-tokenizer": "^
|
|
2678
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2679
|
-
"@csstools/utilities": "^
|
|
2651
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2652
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2653
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2654
|
+
"@csstools/utilities": "^2.0.0"
|
|
2680
2655
|
},
|
|
2681
2656
|
"engines": {
|
|
2682
|
-
"node": ">=
|
|
2657
|
+
"node": ">=18"
|
|
2683
2658
|
},
|
|
2684
2659
|
"peerDependencies": {
|
|
2685
2660
|
"postcss": "^8.4"
|
|
2686
2661
|
}
|
|
2687
2662
|
},
|
|
2688
2663
|
"node_modules/@csstools/postcss-logical-float-and-clear": {
|
|
2689
|
-
"version": "
|
|
2690
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-
|
|
2691
|
-
"integrity": "sha512-
|
|
2664
|
+
"version": "3.0.0",
|
|
2665
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
|
|
2666
|
+
"integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
|
|
2692
2667
|
"funding": [
|
|
2693
2668
|
{
|
|
2694
2669
|
"type": "github",
|
|
@@ -2701,16 +2676,16 @@
|
|
|
2701
2676
|
],
|
|
2702
2677
|
"license": "MIT-0",
|
|
2703
2678
|
"engines": {
|
|
2704
|
-
"node": ">=
|
|
2679
|
+
"node": ">=18"
|
|
2705
2680
|
},
|
|
2706
2681
|
"peerDependencies": {
|
|
2707
2682
|
"postcss": "^8.4"
|
|
2708
2683
|
}
|
|
2709
2684
|
},
|
|
2710
2685
|
"node_modules/@csstools/postcss-logical-overflow": {
|
|
2711
|
-
"version": "
|
|
2712
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-
|
|
2713
|
-
"integrity": "sha512-
|
|
2686
|
+
"version": "2.0.0",
|
|
2687
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz",
|
|
2688
|
+
"integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==",
|
|
2714
2689
|
"funding": [
|
|
2715
2690
|
{
|
|
2716
2691
|
"type": "github",
|
|
@@ -2723,16 +2698,16 @@
|
|
|
2723
2698
|
],
|
|
2724
2699
|
"license": "MIT-0",
|
|
2725
2700
|
"engines": {
|
|
2726
|
-
"node": ">=
|
|
2701
|
+
"node": ">=18"
|
|
2727
2702
|
},
|
|
2728
2703
|
"peerDependencies": {
|
|
2729
2704
|
"postcss": "^8.4"
|
|
2730
2705
|
}
|
|
2731
2706
|
},
|
|
2732
2707
|
"node_modules/@csstools/postcss-logical-overscroll-behavior": {
|
|
2733
|
-
"version": "
|
|
2734
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-
|
|
2735
|
-
"integrity": "sha512-
|
|
2708
|
+
"version": "2.0.0",
|
|
2709
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz",
|
|
2710
|
+
"integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==",
|
|
2736
2711
|
"funding": [
|
|
2737
2712
|
{
|
|
2738
2713
|
"type": "github",
|
|
@@ -2745,16 +2720,16 @@
|
|
|
2745
2720
|
],
|
|
2746
2721
|
"license": "MIT-0",
|
|
2747
2722
|
"engines": {
|
|
2748
|
-
"node": ">=
|
|
2723
|
+
"node": ">=18"
|
|
2749
2724
|
},
|
|
2750
2725
|
"peerDependencies": {
|
|
2751
2726
|
"postcss": "^8.4"
|
|
2752
2727
|
}
|
|
2753
2728
|
},
|
|
2754
2729
|
"node_modules/@csstools/postcss-logical-resize": {
|
|
2755
|
-
"version": "
|
|
2756
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-
|
|
2757
|
-
"integrity": "sha512-
|
|
2730
|
+
"version": "3.0.0",
|
|
2731
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
|
|
2732
|
+
"integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
|
|
2758
2733
|
"funding": [
|
|
2759
2734
|
{
|
|
2760
2735
|
"type": "github",
|
|
@@ -2770,16 +2745,16 @@
|
|
|
2770
2745
|
"postcss-value-parser": "^4.2.0"
|
|
2771
2746
|
},
|
|
2772
2747
|
"engines": {
|
|
2773
|
-
"node": ">=
|
|
2748
|
+
"node": ">=18"
|
|
2774
2749
|
},
|
|
2775
2750
|
"peerDependencies": {
|
|
2776
2751
|
"postcss": "^8.4"
|
|
2777
2752
|
}
|
|
2778
2753
|
},
|
|
2779
2754
|
"node_modules/@csstools/postcss-logical-viewport-units": {
|
|
2780
|
-
"version": "
|
|
2781
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-
|
|
2782
|
-
"integrity": "sha512-
|
|
2755
|
+
"version": "3.0.4",
|
|
2756
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz",
|
|
2757
|
+
"integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==",
|
|
2783
2758
|
"funding": [
|
|
2784
2759
|
{
|
|
2785
2760
|
"type": "github",
|
|
@@ -2792,20 +2767,20 @@
|
|
|
2792
2767
|
],
|
|
2793
2768
|
"license": "MIT-0",
|
|
2794
2769
|
"dependencies": {
|
|
2795
|
-
"@csstools/css-tokenizer": "^
|
|
2796
|
-
"@csstools/utilities": "^
|
|
2770
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2771
|
+
"@csstools/utilities": "^2.0.0"
|
|
2797
2772
|
},
|
|
2798
2773
|
"engines": {
|
|
2799
|
-
"node": ">=
|
|
2774
|
+
"node": ">=18"
|
|
2800
2775
|
},
|
|
2801
2776
|
"peerDependencies": {
|
|
2802
2777
|
"postcss": "^8.4"
|
|
2803
2778
|
}
|
|
2804
2779
|
},
|
|
2805
2780
|
"node_modules/@csstools/postcss-media-minmax": {
|
|
2806
|
-
"version": "
|
|
2807
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-
|
|
2808
|
-
"integrity": "sha512-
|
|
2781
|
+
"version": "2.0.9",
|
|
2782
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz",
|
|
2783
|
+
"integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==",
|
|
2809
2784
|
"funding": [
|
|
2810
2785
|
{
|
|
2811
2786
|
"type": "github",
|
|
@@ -2818,49 +2793,22 @@
|
|
|
2818
2793
|
],
|
|
2819
2794
|
"license": "MIT",
|
|
2820
2795
|
"dependencies": {
|
|
2821
|
-
"@csstools/css-calc": "^
|
|
2822
|
-
"@csstools/css-parser-algorithms": "^
|
|
2823
|
-
"@csstools/css-tokenizer": "^
|
|
2824
|
-
"@csstools/media-query-list-parser": "^
|
|
2796
|
+
"@csstools/css-calc": "^2.1.4",
|
|
2797
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2798
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2799
|
+
"@csstools/media-query-list-parser": "^4.0.3"
|
|
2825
2800
|
},
|
|
2826
2801
|
"engines": {
|
|
2827
|
-
"node": ">=
|
|
2802
|
+
"node": ">=18"
|
|
2828
2803
|
},
|
|
2829
2804
|
"peerDependencies": {
|
|
2830
2805
|
"postcss": "^8.4"
|
|
2831
2806
|
}
|
|
2832
2807
|
},
|
|
2833
2808
|
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
|
|
2834
|
-
"version": "
|
|
2835
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-
|
|
2836
|
-
"integrity": "sha512-
|
|
2837
|
-
"funding": [
|
|
2838
|
-
{
|
|
2839
|
-
"type": "github",
|
|
2840
|
-
"url": "https://github.com/sponsors/csstools"
|
|
2841
|
-
},
|
|
2842
|
-
{
|
|
2843
|
-
"type": "opencollective",
|
|
2844
|
-
"url": "https://opencollective.com/csstools"
|
|
2845
|
-
}
|
|
2846
|
-
],
|
|
2847
|
-
"license": "MIT-0",
|
|
2848
|
-
"dependencies": {
|
|
2849
|
-
"@csstools/css-parser-algorithms": "^4.0.0",
|
|
2850
|
-
"@csstools/css-tokenizer": "^4.0.0",
|
|
2851
|
-
"@csstools/media-query-list-parser": "^5.0.0"
|
|
2852
|
-
},
|
|
2853
|
-
"engines": {
|
|
2854
|
-
"node": ">=20.19.0"
|
|
2855
|
-
},
|
|
2856
|
-
"peerDependencies": {
|
|
2857
|
-
"postcss": "^8.4"
|
|
2858
|
-
}
|
|
2859
|
-
},
|
|
2860
|
-
"node_modules/@csstools/postcss-mixins": {
|
|
2861
|
-
"version": "1.0.0",
|
|
2862
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-mixins/-/postcss-mixins-1.0.0.tgz",
|
|
2863
|
-
"integrity": "sha512-rz6qjT2w9L3k65jGc2dX+3oGiSrYQ70EZPDrINSmSVoVys7lLBFH0tvEa8DW2sr9cbRVD/W+1sy8+7bfu0JUfg==",
|
|
2809
|
+
"version": "3.0.5",
|
|
2810
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.5.tgz",
|
|
2811
|
+
"integrity": "sha512-zhAe31xaaXOY2Px8IYfoVTB3wglbJUVigGphFLj6exb7cjZRH9A6adyE22XfFK3P2PzwRk0VDeTJmaxpluyrDg==",
|
|
2864
2812
|
"funding": [
|
|
2865
2813
|
{
|
|
2866
2814
|
"type": "github",
|
|
@@ -2873,20 +2821,21 @@
|
|
|
2873
2821
|
],
|
|
2874
2822
|
"license": "MIT-0",
|
|
2875
2823
|
"dependencies": {
|
|
2876
|
-
"@csstools/css-parser-algorithms": "^
|
|
2877
|
-
"@csstools/css-tokenizer": "^
|
|
2824
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2825
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2826
|
+
"@csstools/media-query-list-parser": "^4.0.3"
|
|
2878
2827
|
},
|
|
2879
2828
|
"engines": {
|
|
2880
|
-
"node": ">=
|
|
2829
|
+
"node": ">=18"
|
|
2881
2830
|
},
|
|
2882
2831
|
"peerDependencies": {
|
|
2883
2832
|
"postcss": "^8.4"
|
|
2884
2833
|
}
|
|
2885
2834
|
},
|
|
2886
2835
|
"node_modules/@csstools/postcss-nested-calc": {
|
|
2887
|
-
"version": "
|
|
2888
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-
|
|
2889
|
-
"integrity": "sha512-
|
|
2836
|
+
"version": "4.0.0",
|
|
2837
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz",
|
|
2838
|
+
"integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==",
|
|
2890
2839
|
"funding": [
|
|
2891
2840
|
{
|
|
2892
2841
|
"type": "github",
|
|
@@ -2899,20 +2848,20 @@
|
|
|
2899
2848
|
],
|
|
2900
2849
|
"license": "MIT-0",
|
|
2901
2850
|
"dependencies": {
|
|
2902
|
-
"@csstools/utilities": "^
|
|
2851
|
+
"@csstools/utilities": "^2.0.0",
|
|
2903
2852
|
"postcss-value-parser": "^4.2.0"
|
|
2904
2853
|
},
|
|
2905
2854
|
"engines": {
|
|
2906
|
-
"node": ">=
|
|
2855
|
+
"node": ">=18"
|
|
2907
2856
|
},
|
|
2908
2857
|
"peerDependencies": {
|
|
2909
2858
|
"postcss": "^8.4"
|
|
2910
2859
|
}
|
|
2911
2860
|
},
|
|
2912
2861
|
"node_modules/@csstools/postcss-normalize-display-values": {
|
|
2913
|
-
"version": "
|
|
2914
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-
|
|
2915
|
-
"integrity": "sha512-
|
|
2862
|
+
"version": "4.0.1",
|
|
2863
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.1.tgz",
|
|
2864
|
+
"integrity": "sha512-TQUGBuRvxdc7TgNSTevYqrL8oItxiwPDixk20qCB5me/W8uF7BPbhRrAvFuhEoywQp/woRsUZ6SJ+sU5idZAIA==",
|
|
2916
2865
|
"funding": [
|
|
2917
2866
|
{
|
|
2918
2867
|
"type": "github",
|
|
@@ -2928,16 +2877,16 @@
|
|
|
2928
2877
|
"postcss-value-parser": "^4.2.0"
|
|
2929
2878
|
},
|
|
2930
2879
|
"engines": {
|
|
2931
|
-
"node": ">=
|
|
2880
|
+
"node": ">=18"
|
|
2932
2881
|
},
|
|
2933
2882
|
"peerDependencies": {
|
|
2934
2883
|
"postcss": "^8.4"
|
|
2935
2884
|
}
|
|
2936
2885
|
},
|
|
2937
2886
|
"node_modules/@csstools/postcss-oklab-function": {
|
|
2938
|
-
"version": "
|
|
2939
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-
|
|
2940
|
-
"integrity": "sha512-
|
|
2887
|
+
"version": "4.0.12",
|
|
2888
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.12.tgz",
|
|
2889
|
+
"integrity": "sha512-HhlSmnE1NKBhXsTnNGjxvhryKtO7tJd1w42DKOGFD6jSHtYOrsJTQDKPMwvOfrzUAk8t7GcpIfRyM7ssqHpFjg==",
|
|
2941
2890
|
"funding": [
|
|
2942
2891
|
{
|
|
2943
2892
|
"type": "github",
|
|
@@ -2950,23 +2899,23 @@
|
|
|
2950
2899
|
],
|
|
2951
2900
|
"license": "MIT-0",
|
|
2952
2901
|
"dependencies": {
|
|
2953
|
-
"@csstools/css-color-parser": "^
|
|
2954
|
-
"@csstools/css-parser-algorithms": "^
|
|
2955
|
-
"@csstools/css-tokenizer": "^
|
|
2956
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
2957
|
-
"@csstools/utilities": "^
|
|
2902
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
2903
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2904
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
2905
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
2906
|
+
"@csstools/utilities": "^2.0.0"
|
|
2958
2907
|
},
|
|
2959
2908
|
"engines": {
|
|
2960
|
-
"node": ">=
|
|
2909
|
+
"node": ">=18"
|
|
2961
2910
|
},
|
|
2962
2911
|
"peerDependencies": {
|
|
2963
2912
|
"postcss": "^8.4"
|
|
2964
2913
|
}
|
|
2965
2914
|
},
|
|
2966
2915
|
"node_modules/@csstools/postcss-position-area-property": {
|
|
2967
|
-
"version": "
|
|
2968
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-position-area-property/-/postcss-position-area-property-
|
|
2969
|
-
"integrity": "sha512-
|
|
2916
|
+
"version": "1.0.0",
|
|
2917
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-position-area-property/-/postcss-position-area-property-1.0.0.tgz",
|
|
2918
|
+
"integrity": "sha512-fUP6KR8qV2NuUZV3Cw8itx0Ep90aRjAZxAEzC3vrl6yjFv+pFsQbR18UuQctEKmA72K9O27CoYiKEgXxkqjg8Q==",
|
|
2970
2919
|
"funding": [
|
|
2971
2920
|
{
|
|
2972
2921
|
"type": "github",
|
|
@@ -2979,16 +2928,16 @@
|
|
|
2979
2928
|
],
|
|
2980
2929
|
"license": "MIT-0",
|
|
2981
2930
|
"engines": {
|
|
2982
|
-
"node": ">=
|
|
2931
|
+
"node": ">=18"
|
|
2983
2932
|
},
|
|
2984
2933
|
"peerDependencies": {
|
|
2985
2934
|
"postcss": "^8.4"
|
|
2986
2935
|
}
|
|
2987
2936
|
},
|
|
2988
2937
|
"node_modules/@csstools/postcss-progressive-custom-properties": {
|
|
2989
|
-
"version": "
|
|
2990
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-
|
|
2991
|
-
"integrity": "sha512-
|
|
2938
|
+
"version": "4.2.1",
|
|
2939
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.1.tgz",
|
|
2940
|
+
"integrity": "sha512-uPiiXf7IEKtUQXsxu6uWtOlRMXd2QWWy5fhxHDnPdXKCQckPP3E34ZgDoZ62r2iT+UOgWsSbM4NvHE5m3mAEdw==",
|
|
2992
2941
|
"funding": [
|
|
2993
2942
|
{
|
|
2994
2943
|
"type": "github",
|
|
@@ -3004,16 +2953,16 @@
|
|
|
3004
2953
|
"postcss-value-parser": "^4.2.0"
|
|
3005
2954
|
},
|
|
3006
2955
|
"engines": {
|
|
3007
|
-
"node": ">=
|
|
2956
|
+
"node": ">=18"
|
|
3008
2957
|
},
|
|
3009
2958
|
"peerDependencies": {
|
|
3010
2959
|
"postcss": "^8.4"
|
|
3011
2960
|
}
|
|
3012
2961
|
},
|
|
3013
2962
|
"node_modules/@csstools/postcss-property-rule-prelude-list": {
|
|
3014
|
-
"version": "
|
|
3015
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-
|
|
3016
|
-
"integrity": "sha512-
|
|
2963
|
+
"version": "1.0.0",
|
|
2964
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-1.0.0.tgz",
|
|
2965
|
+
"integrity": "sha512-IxuQjUXq19fobgmSSvUDO7fVwijDJaZMvWQugxfEUxmjBeDCVaDuMpsZ31MsTm5xbnhA+ElDi0+rQ7sQQGisFA==",
|
|
3017
2966
|
"funding": [
|
|
3018
2967
|
{
|
|
3019
2968
|
"type": "github",
|
|
@@ -3026,20 +2975,20 @@
|
|
|
3026
2975
|
],
|
|
3027
2976
|
"license": "MIT-0",
|
|
3028
2977
|
"dependencies": {
|
|
3029
|
-
"@csstools/css-parser-algorithms": "^
|
|
3030
|
-
"@csstools/css-tokenizer": "^
|
|
2978
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
2979
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3031
2980
|
},
|
|
3032
2981
|
"engines": {
|
|
3033
|
-
"node": ">=
|
|
2982
|
+
"node": ">=18"
|
|
3034
2983
|
},
|
|
3035
2984
|
"peerDependencies": {
|
|
3036
2985
|
"postcss": "^8.4"
|
|
3037
2986
|
}
|
|
3038
2987
|
},
|
|
3039
2988
|
"node_modules/@csstools/postcss-random-function": {
|
|
3040
|
-
"version": "
|
|
3041
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-
|
|
3042
|
-
"integrity": "sha512-
|
|
2989
|
+
"version": "2.0.1",
|
|
2990
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz",
|
|
2991
|
+
"integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==",
|
|
3043
2992
|
"funding": [
|
|
3044
2993
|
{
|
|
3045
2994
|
"type": "github",
|
|
@@ -3052,21 +3001,21 @@
|
|
|
3052
3001
|
],
|
|
3053
3002
|
"license": "MIT-0",
|
|
3054
3003
|
"dependencies": {
|
|
3055
|
-
"@csstools/css-calc": "^
|
|
3056
|
-
"@csstools/css-parser-algorithms": "^
|
|
3057
|
-
"@csstools/css-tokenizer": "^
|
|
3004
|
+
"@csstools/css-calc": "^2.1.4",
|
|
3005
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
3006
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3058
3007
|
},
|
|
3059
3008
|
"engines": {
|
|
3060
|
-
"node": ">=
|
|
3009
|
+
"node": ">=18"
|
|
3061
3010
|
},
|
|
3062
3011
|
"peerDependencies": {
|
|
3063
3012
|
"postcss": "^8.4"
|
|
3064
3013
|
}
|
|
3065
3014
|
},
|
|
3066
3015
|
"node_modules/@csstools/postcss-relative-color-syntax": {
|
|
3067
|
-
"version": "
|
|
3068
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-
|
|
3069
|
-
"integrity": "sha512-
|
|
3016
|
+
"version": "3.0.12",
|
|
3017
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.12.tgz",
|
|
3018
|
+
"integrity": "sha512-0RLIeONxu/mtxRtf3o41Lq2ghLimw0w9ByLWnnEVuy89exmEEq8bynveBxNW3nyHqLAFEeNtVEmC1QK9MZ8Huw==",
|
|
3070
3019
|
"funding": [
|
|
3071
3020
|
{
|
|
3072
3021
|
"type": "github",
|
|
@@ -3079,23 +3028,23 @@
|
|
|
3079
3028
|
],
|
|
3080
3029
|
"license": "MIT-0",
|
|
3081
3030
|
"dependencies": {
|
|
3082
|
-
"@csstools/css-color-parser": "^
|
|
3083
|
-
"@csstools/css-parser-algorithms": "^
|
|
3084
|
-
"@csstools/css-tokenizer": "^
|
|
3085
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
3086
|
-
"@csstools/utilities": "^
|
|
3031
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
3032
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
3033
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
3034
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
3035
|
+
"@csstools/utilities": "^2.0.0"
|
|
3087
3036
|
},
|
|
3088
3037
|
"engines": {
|
|
3089
|
-
"node": ">=
|
|
3038
|
+
"node": ">=18"
|
|
3090
3039
|
},
|
|
3091
3040
|
"peerDependencies": {
|
|
3092
3041
|
"postcss": "^8.4"
|
|
3093
3042
|
}
|
|
3094
3043
|
},
|
|
3095
3044
|
"node_modules/@csstools/postcss-scope-pseudo-class": {
|
|
3096
|
-
"version": "
|
|
3097
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-
|
|
3098
|
-
"integrity": "sha512-
|
|
3045
|
+
"version": "4.0.1",
|
|
3046
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz",
|
|
3047
|
+
"integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==",
|
|
3099
3048
|
"funding": [
|
|
3100
3049
|
{
|
|
3101
3050
|
"type": "github",
|
|
@@ -3108,19 +3057,19 @@
|
|
|
3108
3057
|
],
|
|
3109
3058
|
"license": "MIT-0",
|
|
3110
3059
|
"dependencies": {
|
|
3111
|
-
"postcss-selector-parser": "^7.
|
|
3060
|
+
"postcss-selector-parser": "^7.0.0"
|
|
3112
3061
|
},
|
|
3113
3062
|
"engines": {
|
|
3114
|
-
"node": ">=
|
|
3063
|
+
"node": ">=18"
|
|
3115
3064
|
},
|
|
3116
3065
|
"peerDependencies": {
|
|
3117
3066
|
"postcss": "^8.4"
|
|
3118
3067
|
}
|
|
3119
3068
|
},
|
|
3120
3069
|
"node_modules/@csstools/postcss-sign-functions": {
|
|
3121
|
-
"version": "
|
|
3122
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-
|
|
3123
|
-
"integrity": "sha512-
|
|
3070
|
+
"version": "1.1.4",
|
|
3071
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz",
|
|
3072
|
+
"integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==",
|
|
3124
3073
|
"funding": [
|
|
3125
3074
|
{
|
|
3126
3075
|
"type": "github",
|
|
@@ -3133,21 +3082,21 @@
|
|
|
3133
3082
|
],
|
|
3134
3083
|
"license": "MIT-0",
|
|
3135
3084
|
"dependencies": {
|
|
3136
|
-
"@csstools/css-calc": "^
|
|
3137
|
-
"@csstools/css-parser-algorithms": "^
|
|
3138
|
-
"@csstools/css-tokenizer": "^
|
|
3085
|
+
"@csstools/css-calc": "^2.1.4",
|
|
3086
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
3087
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3139
3088
|
},
|
|
3140
3089
|
"engines": {
|
|
3141
|
-
"node": ">=
|
|
3090
|
+
"node": ">=18"
|
|
3142
3091
|
},
|
|
3143
3092
|
"peerDependencies": {
|
|
3144
3093
|
"postcss": "^8.4"
|
|
3145
3094
|
}
|
|
3146
3095
|
},
|
|
3147
3096
|
"node_modules/@csstools/postcss-stepped-value-functions": {
|
|
3148
|
-
"version": "
|
|
3149
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-
|
|
3150
|
-
"integrity": "sha512-
|
|
3097
|
+
"version": "4.0.9",
|
|
3098
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz",
|
|
3099
|
+
"integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==",
|
|
3151
3100
|
"funding": [
|
|
3152
3101
|
{
|
|
3153
3102
|
"type": "github",
|
|
@@ -3160,21 +3109,21 @@
|
|
|
3160
3109
|
],
|
|
3161
3110
|
"license": "MIT-0",
|
|
3162
3111
|
"dependencies": {
|
|
3163
|
-
"@csstools/css-calc": "^
|
|
3164
|
-
"@csstools/css-parser-algorithms": "^
|
|
3165
|
-
"@csstools/css-tokenizer": "^
|
|
3112
|
+
"@csstools/css-calc": "^2.1.4",
|
|
3113
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
3114
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3166
3115
|
},
|
|
3167
3116
|
"engines": {
|
|
3168
|
-
"node": ">=
|
|
3117
|
+
"node": ">=18"
|
|
3169
3118
|
},
|
|
3170
3119
|
"peerDependencies": {
|
|
3171
3120
|
"postcss": "^8.4"
|
|
3172
3121
|
}
|
|
3173
3122
|
},
|
|
3174
3123
|
"node_modules/@csstools/postcss-syntax-descriptor-syntax-production": {
|
|
3175
|
-
"version": "
|
|
3176
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-syntax-descriptor-syntax-production/-/postcss-syntax-descriptor-syntax-production-
|
|
3177
|
-
"integrity": "sha512-
|
|
3124
|
+
"version": "1.0.1",
|
|
3125
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-syntax-descriptor-syntax-production/-/postcss-syntax-descriptor-syntax-production-1.0.1.tgz",
|
|
3126
|
+
"integrity": "sha512-GneqQWefjM//f4hJ/Kbox0C6f2T7+pi4/fqTqOFGTL3EjnvOReTqO1qUQ30CaUjkwjYq9qZ41hzarrAxCc4gow==",
|
|
3178
3127
|
"funding": [
|
|
3179
3128
|
{
|
|
3180
3129
|
"type": "github",
|
|
@@ -3187,19 +3136,19 @@
|
|
|
3187
3136
|
],
|
|
3188
3137
|
"license": "MIT-0",
|
|
3189
3138
|
"dependencies": {
|
|
3190
|
-
"@csstools/css-tokenizer": "^
|
|
3139
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3191
3140
|
},
|
|
3192
3141
|
"engines": {
|
|
3193
|
-
"node": ">=
|
|
3142
|
+
"node": ">=18"
|
|
3194
3143
|
},
|
|
3195
3144
|
"peerDependencies": {
|
|
3196
3145
|
"postcss": "^8.4"
|
|
3197
3146
|
}
|
|
3198
3147
|
},
|
|
3199
3148
|
"node_modules/@csstools/postcss-system-ui-font-family": {
|
|
3200
|
-
"version": "
|
|
3201
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-
|
|
3202
|
-
"integrity": "sha512-
|
|
3149
|
+
"version": "1.0.0",
|
|
3150
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-1.0.0.tgz",
|
|
3151
|
+
"integrity": "sha512-s3xdBvfWYfoPSBsikDXbuorcMG1nN1M6GdU0qBsGfcmNR0A/qhloQZpTxjA3Xsyrk1VJvwb2pOfiOT3at/DuIQ==",
|
|
3203
3152
|
"funding": [
|
|
3204
3153
|
{
|
|
3205
3154
|
"type": "github",
|
|
@@ -3212,20 +3161,20 @@
|
|
|
3212
3161
|
],
|
|
3213
3162
|
"license": "MIT-0",
|
|
3214
3163
|
"dependencies": {
|
|
3215
|
-
"@csstools/css-parser-algorithms": "^
|
|
3216
|
-
"@csstools/css-tokenizer": "^
|
|
3164
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
3165
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3217
3166
|
},
|
|
3218
3167
|
"engines": {
|
|
3219
|
-
"node": ">=
|
|
3168
|
+
"node": ">=18"
|
|
3220
3169
|
},
|
|
3221
3170
|
"peerDependencies": {
|
|
3222
3171
|
"postcss": "^8.4"
|
|
3223
3172
|
}
|
|
3224
3173
|
},
|
|
3225
3174
|
"node_modules/@csstools/postcss-text-decoration-shorthand": {
|
|
3226
|
-
"version": "
|
|
3227
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-
|
|
3228
|
-
"integrity": "sha512-
|
|
3175
|
+
"version": "4.0.3",
|
|
3176
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz",
|
|
3177
|
+
"integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==",
|
|
3229
3178
|
"funding": [
|
|
3230
3179
|
{
|
|
3231
3180
|
"type": "github",
|
|
@@ -3238,20 +3187,20 @@
|
|
|
3238
3187
|
],
|
|
3239
3188
|
"license": "MIT-0",
|
|
3240
3189
|
"dependencies": {
|
|
3241
|
-
"@csstools/color-helpers": "^
|
|
3190
|
+
"@csstools/color-helpers": "^5.1.0",
|
|
3242
3191
|
"postcss-value-parser": "^4.2.0"
|
|
3243
3192
|
},
|
|
3244
3193
|
"engines": {
|
|
3245
|
-
"node": ">=
|
|
3194
|
+
"node": ">=18"
|
|
3246
3195
|
},
|
|
3247
3196
|
"peerDependencies": {
|
|
3248
3197
|
"postcss": "^8.4"
|
|
3249
3198
|
}
|
|
3250
3199
|
},
|
|
3251
3200
|
"node_modules/@csstools/postcss-trigonometric-functions": {
|
|
3252
|
-
"version": "
|
|
3253
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-
|
|
3254
|
-
"integrity": "sha512-
|
|
3201
|
+
"version": "4.0.9",
|
|
3202
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz",
|
|
3203
|
+
"integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==",
|
|
3255
3204
|
"funding": [
|
|
3256
3205
|
{
|
|
3257
3206
|
"type": "github",
|
|
@@ -3264,21 +3213,21 @@
|
|
|
3264
3213
|
],
|
|
3265
3214
|
"license": "MIT-0",
|
|
3266
3215
|
"dependencies": {
|
|
3267
|
-
"@csstools/css-calc": "^
|
|
3268
|
-
"@csstools/css-parser-algorithms": "^
|
|
3269
|
-
"@csstools/css-tokenizer": "^
|
|
3216
|
+
"@csstools/css-calc": "^2.1.4",
|
|
3217
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
3218
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
3270
3219
|
},
|
|
3271
3220
|
"engines": {
|
|
3272
|
-
"node": ">=
|
|
3221
|
+
"node": ">=18"
|
|
3273
3222
|
},
|
|
3274
3223
|
"peerDependencies": {
|
|
3275
3224
|
"postcss": "^8.4"
|
|
3276
3225
|
}
|
|
3277
3226
|
},
|
|
3278
3227
|
"node_modules/@csstools/postcss-unset-value": {
|
|
3279
|
-
"version": "
|
|
3280
|
-
"resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-
|
|
3281
|
-
"integrity": "sha512-
|
|
3228
|
+
"version": "4.0.0",
|
|
3229
|
+
"resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz",
|
|
3230
|
+
"integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==",
|
|
3282
3231
|
"funding": [
|
|
3283
3232
|
{
|
|
3284
3233
|
"type": "github",
|
|
@@ -3291,16 +3240,16 @@
|
|
|
3291
3240
|
],
|
|
3292
3241
|
"license": "MIT-0",
|
|
3293
3242
|
"engines": {
|
|
3294
|
-
"node": ">=
|
|
3243
|
+
"node": ">=18"
|
|
3295
3244
|
},
|
|
3296
3245
|
"peerDependencies": {
|
|
3297
3246
|
"postcss": "^8.4"
|
|
3298
3247
|
}
|
|
3299
3248
|
},
|
|
3300
3249
|
"node_modules/@csstools/selector-resolve-nested": {
|
|
3301
|
-
"version": "
|
|
3302
|
-
"resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-
|
|
3303
|
-
"integrity": "sha512-
|
|
3250
|
+
"version": "3.1.0",
|
|
3251
|
+
"resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.1.0.tgz",
|
|
3252
|
+
"integrity": "sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==",
|
|
3304
3253
|
"funding": [
|
|
3305
3254
|
{
|
|
3306
3255
|
"type": "github",
|
|
@@ -3313,16 +3262,16 @@
|
|
|
3313
3262
|
],
|
|
3314
3263
|
"license": "MIT-0",
|
|
3315
3264
|
"engines": {
|
|
3316
|
-
"node": ">=
|
|
3265
|
+
"node": ">=18"
|
|
3317
3266
|
},
|
|
3318
3267
|
"peerDependencies": {
|
|
3319
|
-
"postcss-selector-parser": "^7.
|
|
3268
|
+
"postcss-selector-parser": "^7.0.0"
|
|
3320
3269
|
}
|
|
3321
3270
|
},
|
|
3322
3271
|
"node_modules/@csstools/selector-specificity": {
|
|
3323
|
-
"version": "
|
|
3324
|
-
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-
|
|
3325
|
-
"integrity": "sha512-
|
|
3272
|
+
"version": "5.0.0",
|
|
3273
|
+
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
|
|
3274
|
+
"integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
|
|
3326
3275
|
"funding": [
|
|
3327
3276
|
{
|
|
3328
3277
|
"type": "github",
|
|
@@ -3335,16 +3284,16 @@
|
|
|
3335
3284
|
],
|
|
3336
3285
|
"license": "MIT-0",
|
|
3337
3286
|
"engines": {
|
|
3338
|
-
"node": ">=
|
|
3287
|
+
"node": ">=18"
|
|
3339
3288
|
},
|
|
3340
3289
|
"peerDependencies": {
|
|
3341
|
-
"postcss-selector-parser": "^7.
|
|
3290
|
+
"postcss-selector-parser": "^7.0.0"
|
|
3342
3291
|
}
|
|
3343
3292
|
},
|
|
3344
3293
|
"node_modules/@csstools/utilities": {
|
|
3345
|
-
"version": "
|
|
3346
|
-
"resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-
|
|
3347
|
-
"integrity": "sha512-
|
|
3294
|
+
"version": "2.0.0",
|
|
3295
|
+
"resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz",
|
|
3296
|
+
"integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==",
|
|
3348
3297
|
"funding": [
|
|
3349
3298
|
{
|
|
3350
3299
|
"type": "github",
|
|
@@ -3357,7 +3306,7 @@
|
|
|
3357
3306
|
],
|
|
3358
3307
|
"license": "MIT-0",
|
|
3359
3308
|
"engines": {
|
|
3360
|
-
"node": ">=
|
|
3309
|
+
"node": ">=18"
|
|
3361
3310
|
},
|
|
3362
3311
|
"peerDependencies": {
|
|
3363
3312
|
"postcss": "^8.4"
|
|
@@ -20437,9 +20386,9 @@
|
|
|
20437
20386
|
}
|
|
20438
20387
|
},
|
|
20439
20388
|
"node_modules/css-blank-pseudo": {
|
|
20440
|
-
"version": "
|
|
20441
|
-
"resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-
|
|
20442
|
-
"integrity": "sha512-
|
|
20389
|
+
"version": "7.0.1",
|
|
20390
|
+
"resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz",
|
|
20391
|
+
"integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==",
|
|
20443
20392
|
"funding": [
|
|
20444
20393
|
{
|
|
20445
20394
|
"type": "github",
|
|
@@ -20452,10 +20401,10 @@
|
|
|
20452
20401
|
],
|
|
20453
20402
|
"license": "MIT-0",
|
|
20454
20403
|
"dependencies": {
|
|
20455
|
-
"postcss-selector-parser": "^7.
|
|
20404
|
+
"postcss-selector-parser": "^7.0.0"
|
|
20456
20405
|
},
|
|
20457
20406
|
"engines": {
|
|
20458
|
-
"node": ">=
|
|
20407
|
+
"node": ">=18"
|
|
20459
20408
|
},
|
|
20460
20409
|
"peerDependencies": {
|
|
20461
20410
|
"postcss": "^8.4"
|
|
@@ -20474,9 +20423,9 @@
|
|
|
20474
20423
|
}
|
|
20475
20424
|
},
|
|
20476
20425
|
"node_modules/css-has-pseudo": {
|
|
20477
|
-
"version": "
|
|
20478
|
-
"resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-
|
|
20479
|
-
"integrity": "sha512-
|
|
20426
|
+
"version": "7.0.3",
|
|
20427
|
+
"resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz",
|
|
20428
|
+
"integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==",
|
|
20480
20429
|
"funding": [
|
|
20481
20430
|
{
|
|
20482
20431
|
"type": "github",
|
|
@@ -20489,12 +20438,12 @@
|
|
|
20489
20438
|
],
|
|
20490
20439
|
"license": "MIT-0",
|
|
20491
20440
|
"dependencies": {
|
|
20492
|
-
"@csstools/selector-specificity": "^
|
|
20493
|
-
"postcss-selector-parser": "^7.
|
|
20441
|
+
"@csstools/selector-specificity": "^5.0.0",
|
|
20442
|
+
"postcss-selector-parser": "^7.0.0",
|
|
20494
20443
|
"postcss-value-parser": "^4.2.0"
|
|
20495
20444
|
},
|
|
20496
20445
|
"engines": {
|
|
20497
|
-
"node": ">=
|
|
20446
|
+
"node": ">=18"
|
|
20498
20447
|
},
|
|
20499
20448
|
"peerDependencies": {
|
|
20500
20449
|
"postcss": "^8.4"
|
|
@@ -20580,9 +20529,9 @@
|
|
|
20580
20529
|
}
|
|
20581
20530
|
},
|
|
20582
20531
|
"node_modules/css-prefers-color-scheme": {
|
|
20583
|
-
"version": "
|
|
20584
|
-
"resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-
|
|
20585
|
-
"integrity": "sha512-
|
|
20532
|
+
"version": "10.0.0",
|
|
20533
|
+
"resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz",
|
|
20534
|
+
"integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==",
|
|
20586
20535
|
"funding": [
|
|
20587
20536
|
{
|
|
20588
20537
|
"type": "github",
|
|
@@ -20595,7 +20544,7 @@
|
|
|
20595
20544
|
],
|
|
20596
20545
|
"license": "MIT-0",
|
|
20597
20546
|
"engines": {
|
|
20598
|
-
"node": ">=
|
|
20547
|
+
"node": ">=18"
|
|
20599
20548
|
},
|
|
20600
20549
|
"peerDependencies": {
|
|
20601
20550
|
"postcss": "^8.4"
|
|
@@ -21763,19 +21712,18 @@
|
|
|
21763
21712
|
}
|
|
21764
21713
|
},
|
|
21765
21714
|
"node_modules/eslint-config-enact": {
|
|
21766
|
-
"version": "5.1.
|
|
21767
|
-
"resolved": "https://registry.npmjs.org/eslint-config-enact/-/eslint-config-enact-5.1.
|
|
21768
|
-
"integrity": "sha512-
|
|
21715
|
+
"version": "5.1.1",
|
|
21716
|
+
"resolved": "https://registry.npmjs.org/eslint-config-enact/-/eslint-config-enact-5.1.1.tgz",
|
|
21717
|
+
"integrity": "sha512-BXLVvirkQxilDVg/kR0DRL+hKB/YGNNHZpAJue3rggGE+e7st7BYbehfmIk140l5tpVfXWd0sR9+ayBg3ursgw==",
|
|
21769
21718
|
"hasShrinkwrap": true,
|
|
21770
21719
|
"license": "Apache-2.0",
|
|
21771
21720
|
"dependencies": {
|
|
21772
21721
|
"@babel/eslint-parser": "^7.28.6",
|
|
21773
21722
|
"@babel/eslint-plugin": "^7.27.1",
|
|
21774
|
-
"@stylistic/eslint-plugin": "^5.10.0",
|
|
21775
21723
|
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
21776
21724
|
"@typescript-eslint/parser": "^8.58.0",
|
|
21777
21725
|
"babel-preset-enact": "^0.1.16",
|
|
21778
|
-
"eslint": "^9.
|
|
21726
|
+
"eslint": "^9.20.0",
|
|
21779
21727
|
"eslint-plugin-enact": "^2.0.4",
|
|
21780
21728
|
"eslint-plugin-jest": "^29.15.1",
|
|
21781
21729
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
@@ -23818,38 +23766,6 @@
|
|
|
23818
23766
|
"eslint-scope": "5.1.1"
|
|
23819
23767
|
}
|
|
23820
23768
|
},
|
|
23821
|
-
"node_modules/eslint-config-enact/node_modules/@stylistic/eslint-plugin": {
|
|
23822
|
-
"version": "5.10.0",
|
|
23823
|
-
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz",
|
|
23824
|
-
"integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==",
|
|
23825
|
-
"license": "MIT",
|
|
23826
|
-
"dependencies": {
|
|
23827
|
-
"@eslint-community/eslint-utils": "^4.9.1",
|
|
23828
|
-
"@typescript-eslint/types": "^8.56.0",
|
|
23829
|
-
"eslint-visitor-keys": "^4.2.1",
|
|
23830
|
-
"espree": "^10.4.0",
|
|
23831
|
-
"estraverse": "^5.3.0",
|
|
23832
|
-
"picomatch": "^4.0.3"
|
|
23833
|
-
},
|
|
23834
|
-
"engines": {
|
|
23835
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
23836
|
-
},
|
|
23837
|
-
"peerDependencies": {
|
|
23838
|
-
"eslint": "^9.0.0 || ^10.0.0"
|
|
23839
|
-
}
|
|
23840
|
-
},
|
|
23841
|
-
"node_modules/eslint-config-enact/node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
|
|
23842
|
-
"version": "4.2.1",
|
|
23843
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
23844
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
23845
|
-
"license": "Apache-2.0",
|
|
23846
|
-
"engines": {
|
|
23847
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
23848
|
-
},
|
|
23849
|
-
"funding": {
|
|
23850
|
-
"url": "https://opencollective.com/eslint"
|
|
23851
|
-
}
|
|
23852
|
-
},
|
|
23853
23769
|
"node_modules/eslint-config-enact/node_modules/@types/estree": {
|
|
23854
23770
|
"version": "1.0.8",
|
|
23855
23771
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
@@ -33985,9 +33901,9 @@
|
|
|
33985
33901
|
}
|
|
33986
33902
|
},
|
|
33987
33903
|
"node_modules/postcss-attribute-case-insensitive": {
|
|
33988
|
-
"version": "
|
|
33989
|
-
"resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-
|
|
33990
|
-
"integrity": "sha512-
|
|
33904
|
+
"version": "7.0.1",
|
|
33905
|
+
"resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz",
|
|
33906
|
+
"integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==",
|
|
33991
33907
|
"funding": [
|
|
33992
33908
|
{
|
|
33993
33909
|
"type": "github",
|
|
@@ -34000,10 +33916,10 @@
|
|
|
34000
33916
|
],
|
|
34001
33917
|
"license": "MIT",
|
|
34002
33918
|
"dependencies": {
|
|
34003
|
-
"postcss-selector-parser": "^7.
|
|
33919
|
+
"postcss-selector-parser": "^7.0.0"
|
|
34004
33920
|
},
|
|
34005
33921
|
"engines": {
|
|
34006
|
-
"node": ">=
|
|
33922
|
+
"node": ">=18"
|
|
34007
33923
|
},
|
|
34008
33924
|
"peerDependencies": {
|
|
34009
33925
|
"postcss": "^8.4"
|
|
@@ -34064,9 +33980,9 @@
|
|
|
34064
33980
|
}
|
|
34065
33981
|
},
|
|
34066
33982
|
"node_modules/postcss-color-functional-notation": {
|
|
34067
|
-
"version": "
|
|
34068
|
-
"resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-
|
|
34069
|
-
"integrity": "sha512-
|
|
33983
|
+
"version": "7.0.12",
|
|
33984
|
+
"resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.12.tgz",
|
|
33985
|
+
"integrity": "sha512-TLCW9fN5kvO/u38/uesdpbx3e8AkTYhMvDZYa9JpmImWuTE99bDQ7GU7hdOADIZsiI9/zuxfAJxny/khknp1Zw==",
|
|
34070
33986
|
"funding": [
|
|
34071
33987
|
{
|
|
34072
33988
|
"type": "github",
|
|
@@ -34079,23 +33995,23 @@
|
|
|
34079
33995
|
],
|
|
34080
33996
|
"license": "MIT-0",
|
|
34081
33997
|
"dependencies": {
|
|
34082
|
-
"@csstools/css-color-parser": "^
|
|
34083
|
-
"@csstools/css-parser-algorithms": "^
|
|
34084
|
-
"@csstools/css-tokenizer": "^
|
|
34085
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
34086
|
-
"@csstools/utilities": "^
|
|
33998
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
33999
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
34000
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
34001
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
34002
|
+
"@csstools/utilities": "^2.0.0"
|
|
34087
34003
|
},
|
|
34088
34004
|
"engines": {
|
|
34089
|
-
"node": ">=
|
|
34005
|
+
"node": ">=18"
|
|
34090
34006
|
},
|
|
34091
34007
|
"peerDependencies": {
|
|
34092
34008
|
"postcss": "^8.4"
|
|
34093
34009
|
}
|
|
34094
34010
|
},
|
|
34095
34011
|
"node_modules/postcss-color-hex-alpha": {
|
|
34096
|
-
"version": "
|
|
34097
|
-
"resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-
|
|
34098
|
-
"integrity": "sha512-
|
|
34012
|
+
"version": "10.0.0",
|
|
34013
|
+
"resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz",
|
|
34014
|
+
"integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==",
|
|
34099
34015
|
"funding": [
|
|
34100
34016
|
{
|
|
34101
34017
|
"type": "github",
|
|
@@ -34108,20 +34024,20 @@
|
|
|
34108
34024
|
],
|
|
34109
34025
|
"license": "MIT",
|
|
34110
34026
|
"dependencies": {
|
|
34111
|
-
"@csstools/utilities": "^
|
|
34027
|
+
"@csstools/utilities": "^2.0.0",
|
|
34112
34028
|
"postcss-value-parser": "^4.2.0"
|
|
34113
34029
|
},
|
|
34114
34030
|
"engines": {
|
|
34115
|
-
"node": ">=
|
|
34031
|
+
"node": ">=18"
|
|
34116
34032
|
},
|
|
34117
34033
|
"peerDependencies": {
|
|
34118
34034
|
"postcss": "^8.4"
|
|
34119
34035
|
}
|
|
34120
34036
|
},
|
|
34121
34037
|
"node_modules/postcss-color-rebeccapurple": {
|
|
34122
|
-
"version": "
|
|
34123
|
-
"resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-
|
|
34124
|
-
"integrity": "sha512-
|
|
34038
|
+
"version": "10.0.0",
|
|
34039
|
+
"resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz",
|
|
34040
|
+
"integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==",
|
|
34125
34041
|
"funding": [
|
|
34126
34042
|
{
|
|
34127
34043
|
"type": "github",
|
|
@@ -34134,11 +34050,11 @@
|
|
|
34134
34050
|
],
|
|
34135
34051
|
"license": "MIT-0",
|
|
34136
34052
|
"dependencies": {
|
|
34137
|
-
"@csstools/utilities": "^
|
|
34053
|
+
"@csstools/utilities": "^2.0.0",
|
|
34138
34054
|
"postcss-value-parser": "^4.2.0"
|
|
34139
34055
|
},
|
|
34140
34056
|
"engines": {
|
|
34141
|
-
"node": ">=
|
|
34057
|
+
"node": ">=18"
|
|
34142
34058
|
},
|
|
34143
34059
|
"peerDependencies": {
|
|
34144
34060
|
"postcss": "^8.4"
|
|
@@ -34179,9 +34095,9 @@
|
|
|
34179
34095
|
}
|
|
34180
34096
|
},
|
|
34181
34097
|
"node_modules/postcss-custom-media": {
|
|
34182
|
-
"version": "
|
|
34183
|
-
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-
|
|
34184
|
-
"integrity": "sha512-
|
|
34098
|
+
"version": "11.0.6",
|
|
34099
|
+
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.6.tgz",
|
|
34100
|
+
"integrity": "sha512-C4lD4b7mUIw+RZhtY7qUbf4eADmb7Ey8BFA2px9jUbwg7pjTZDl4KY4bvlUV+/vXQvzQRfiGEVJyAbtOsCMInw==",
|
|
34185
34101
|
"funding": [
|
|
34186
34102
|
{
|
|
34187
34103
|
"type": "github",
|
|
@@ -34194,22 +34110,22 @@
|
|
|
34194
34110
|
],
|
|
34195
34111
|
"license": "MIT",
|
|
34196
34112
|
"dependencies": {
|
|
34197
|
-
"@csstools/cascade-layer-name-parser": "^
|
|
34198
|
-
"@csstools/css-parser-algorithms": "^
|
|
34199
|
-
"@csstools/css-tokenizer": "^
|
|
34200
|
-
"@csstools/media-query-list-parser": "^
|
|
34113
|
+
"@csstools/cascade-layer-name-parser": "^2.0.5",
|
|
34114
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
34115
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
34116
|
+
"@csstools/media-query-list-parser": "^4.0.3"
|
|
34201
34117
|
},
|
|
34202
34118
|
"engines": {
|
|
34203
|
-
"node": ">=
|
|
34119
|
+
"node": ">=18"
|
|
34204
34120
|
},
|
|
34205
34121
|
"peerDependencies": {
|
|
34206
34122
|
"postcss": "^8.4"
|
|
34207
34123
|
}
|
|
34208
34124
|
},
|
|
34209
34125
|
"node_modules/postcss-custom-properties": {
|
|
34210
|
-
"version": "
|
|
34211
|
-
"resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-
|
|
34212
|
-
"integrity": "sha512-
|
|
34126
|
+
"version": "14.0.6",
|
|
34127
|
+
"resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.6.tgz",
|
|
34128
|
+
"integrity": "sha512-fTYSp3xuk4BUeVhxCSJdIPhDLpJfNakZKoiTDx7yRGCdlZrSJR7mWKVOBS4sBF+5poPQFMj2YdXx1VHItBGihQ==",
|
|
34213
34129
|
"funding": [
|
|
34214
34130
|
{
|
|
34215
34131
|
"type": "github",
|
|
@@ -34222,23 +34138,23 @@
|
|
|
34222
34138
|
],
|
|
34223
34139
|
"license": "MIT",
|
|
34224
34140
|
"dependencies": {
|
|
34225
|
-
"@csstools/cascade-layer-name-parser": "^
|
|
34226
|
-
"@csstools/css-parser-algorithms": "^
|
|
34227
|
-
"@csstools/css-tokenizer": "^
|
|
34228
|
-
"@csstools/utilities": "^
|
|
34141
|
+
"@csstools/cascade-layer-name-parser": "^2.0.5",
|
|
34142
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
34143
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
34144
|
+
"@csstools/utilities": "^2.0.0",
|
|
34229
34145
|
"postcss-value-parser": "^4.2.0"
|
|
34230
34146
|
},
|
|
34231
34147
|
"engines": {
|
|
34232
|
-
"node": ">=
|
|
34148
|
+
"node": ">=18"
|
|
34233
34149
|
},
|
|
34234
34150
|
"peerDependencies": {
|
|
34235
34151
|
"postcss": "^8.4"
|
|
34236
34152
|
}
|
|
34237
34153
|
},
|
|
34238
34154
|
"node_modules/postcss-custom-selectors": {
|
|
34239
|
-
"version": "
|
|
34240
|
-
"resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-
|
|
34241
|
-
"integrity": "sha512-
|
|
34155
|
+
"version": "8.0.5",
|
|
34156
|
+
"resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.5.tgz",
|
|
34157
|
+
"integrity": "sha512-9PGmckHQswiB2usSO6XMSswO2yFWVoCAuih1yl9FVcwkscLjRKjwsjM3t+NIWpSU2Jx3eOiK2+t4vVTQaoCHHg==",
|
|
34242
34158
|
"funding": [
|
|
34243
34159
|
{
|
|
34244
34160
|
"type": "github",
|
|
@@ -34251,22 +34167,22 @@
|
|
|
34251
34167
|
],
|
|
34252
34168
|
"license": "MIT",
|
|
34253
34169
|
"dependencies": {
|
|
34254
|
-
"@csstools/cascade-layer-name-parser": "^
|
|
34255
|
-
"@csstools/css-parser-algorithms": "^
|
|
34256
|
-
"@csstools/css-tokenizer": "^
|
|
34257
|
-
"postcss-selector-parser": "^7.
|
|
34170
|
+
"@csstools/cascade-layer-name-parser": "^2.0.5",
|
|
34171
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
34172
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
34173
|
+
"postcss-selector-parser": "^7.0.0"
|
|
34258
34174
|
},
|
|
34259
34175
|
"engines": {
|
|
34260
|
-
"node": ">=
|
|
34176
|
+
"node": ">=18"
|
|
34261
34177
|
},
|
|
34262
34178
|
"peerDependencies": {
|
|
34263
34179
|
"postcss": "^8.4"
|
|
34264
34180
|
}
|
|
34265
34181
|
},
|
|
34266
34182
|
"node_modules/postcss-dir-pseudo-class": {
|
|
34267
|
-
"version": "
|
|
34268
|
-
"resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-
|
|
34269
|
-
"integrity": "sha512-
|
|
34183
|
+
"version": "9.0.1",
|
|
34184
|
+
"resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz",
|
|
34185
|
+
"integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==",
|
|
34270
34186
|
"funding": [
|
|
34271
34187
|
{
|
|
34272
34188
|
"type": "github",
|
|
@@ -34279,10 +34195,10 @@
|
|
|
34279
34195
|
],
|
|
34280
34196
|
"license": "MIT-0",
|
|
34281
34197
|
"dependencies": {
|
|
34282
|
-
"postcss-selector-parser": "^7.
|
|
34198
|
+
"postcss-selector-parser": "^7.0.0"
|
|
34283
34199
|
},
|
|
34284
34200
|
"engines": {
|
|
34285
|
-
"node": ">=
|
|
34201
|
+
"node": ">=18"
|
|
34286
34202
|
},
|
|
34287
34203
|
"peerDependencies": {
|
|
34288
34204
|
"postcss": "^8.4"
|
|
@@ -34340,9 +34256,9 @@
|
|
|
34340
34256
|
}
|
|
34341
34257
|
},
|
|
34342
34258
|
"node_modules/postcss-double-position-gradients": {
|
|
34343
|
-
"version": "
|
|
34344
|
-
"resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-
|
|
34345
|
-
"integrity": "sha512-
|
|
34259
|
+
"version": "6.0.4",
|
|
34260
|
+
"resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.4.tgz",
|
|
34261
|
+
"integrity": "sha512-m6IKmxo7FxSP5nF2l63QbCC3r+bWpFUWmZXZf096WxG0m7Vl1Q1+ruFOhpdDRmKrRS+S3Jtk+TVk/7z0+BVK6g==",
|
|
34346
34262
|
"funding": [
|
|
34347
34263
|
{
|
|
34348
34264
|
"type": "github",
|
|
@@ -34355,12 +34271,12 @@
|
|
|
34355
34271
|
],
|
|
34356
34272
|
"license": "MIT-0",
|
|
34357
34273
|
"dependencies": {
|
|
34358
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
34359
|
-
"@csstools/utilities": "^
|
|
34274
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
34275
|
+
"@csstools/utilities": "^2.0.0",
|
|
34360
34276
|
"postcss-value-parser": "^4.2.0"
|
|
34361
34277
|
},
|
|
34362
34278
|
"engines": {
|
|
34363
|
-
"node": ">=
|
|
34279
|
+
"node": ">=18"
|
|
34364
34280
|
},
|
|
34365
34281
|
"peerDependencies": {
|
|
34366
34282
|
"postcss": "^8.4"
|
|
@@ -34376,9 +34292,9 @@
|
|
|
34376
34292
|
}
|
|
34377
34293
|
},
|
|
34378
34294
|
"node_modules/postcss-focus-visible": {
|
|
34379
|
-
"version": "
|
|
34380
|
-
"resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-
|
|
34381
|
-
"integrity": "sha512-
|
|
34295
|
+
"version": "10.0.1",
|
|
34296
|
+
"resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz",
|
|
34297
|
+
"integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==",
|
|
34382
34298
|
"funding": [
|
|
34383
34299
|
{
|
|
34384
34300
|
"type": "github",
|
|
@@ -34391,19 +34307,19 @@
|
|
|
34391
34307
|
],
|
|
34392
34308
|
"license": "MIT-0",
|
|
34393
34309
|
"dependencies": {
|
|
34394
|
-
"postcss-selector-parser": "^7.
|
|
34310
|
+
"postcss-selector-parser": "^7.0.0"
|
|
34395
34311
|
},
|
|
34396
34312
|
"engines": {
|
|
34397
|
-
"node": ">=
|
|
34313
|
+
"node": ">=18"
|
|
34398
34314
|
},
|
|
34399
34315
|
"peerDependencies": {
|
|
34400
34316
|
"postcss": "^8.4"
|
|
34401
34317
|
}
|
|
34402
34318
|
},
|
|
34403
34319
|
"node_modules/postcss-focus-within": {
|
|
34404
|
-
"version": "
|
|
34405
|
-
"resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-
|
|
34406
|
-
"integrity": "sha512-
|
|
34320
|
+
"version": "9.0.1",
|
|
34321
|
+
"resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz",
|
|
34322
|
+
"integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==",
|
|
34407
34323
|
"funding": [
|
|
34408
34324
|
{
|
|
34409
34325
|
"type": "github",
|
|
@@ -34416,10 +34332,10 @@
|
|
|
34416
34332
|
],
|
|
34417
34333
|
"license": "MIT-0",
|
|
34418
34334
|
"dependencies": {
|
|
34419
|
-
"postcss-selector-parser": "^7.
|
|
34335
|
+
"postcss-selector-parser": "^7.0.0"
|
|
34420
34336
|
},
|
|
34421
34337
|
"engines": {
|
|
34422
|
-
"node": ">=
|
|
34338
|
+
"node": ">=18"
|
|
34423
34339
|
},
|
|
34424
34340
|
"peerDependencies": {
|
|
34425
34341
|
"postcss": "^8.4"
|
|
@@ -34435,9 +34351,9 @@
|
|
|
34435
34351
|
}
|
|
34436
34352
|
},
|
|
34437
34353
|
"node_modules/postcss-gap-properties": {
|
|
34438
|
-
"version": "
|
|
34439
|
-
"resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-
|
|
34440
|
-
"integrity": "sha512-
|
|
34354
|
+
"version": "6.0.0",
|
|
34355
|
+
"resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz",
|
|
34356
|
+
"integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==",
|
|
34441
34357
|
"funding": [
|
|
34442
34358
|
{
|
|
34443
34359
|
"type": "github",
|
|
@@ -34450,16 +34366,16 @@
|
|
|
34450
34366
|
],
|
|
34451
34367
|
"license": "MIT-0",
|
|
34452
34368
|
"engines": {
|
|
34453
|
-
"node": ">=
|
|
34369
|
+
"node": ">=18"
|
|
34454
34370
|
},
|
|
34455
34371
|
"peerDependencies": {
|
|
34456
34372
|
"postcss": "^8.4"
|
|
34457
34373
|
}
|
|
34458
34374
|
},
|
|
34459
34375
|
"node_modules/postcss-image-set-function": {
|
|
34460
|
-
"version": "
|
|
34461
|
-
"resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-
|
|
34462
|
-
"integrity": "sha512-
|
|
34376
|
+
"version": "7.0.0",
|
|
34377
|
+
"resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz",
|
|
34378
|
+
"integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==",
|
|
34463
34379
|
"funding": [
|
|
34464
34380
|
{
|
|
34465
34381
|
"type": "github",
|
|
@@ -34472,20 +34388,20 @@
|
|
|
34472
34388
|
],
|
|
34473
34389
|
"license": "MIT-0",
|
|
34474
34390
|
"dependencies": {
|
|
34475
|
-
"@csstools/utilities": "^
|
|
34391
|
+
"@csstools/utilities": "^2.0.0",
|
|
34476
34392
|
"postcss-value-parser": "^4.2.0"
|
|
34477
34393
|
},
|
|
34478
34394
|
"engines": {
|
|
34479
|
-
"node": ">=
|
|
34395
|
+
"node": ">=18"
|
|
34480
34396
|
},
|
|
34481
34397
|
"peerDependencies": {
|
|
34482
34398
|
"postcss": "^8.4"
|
|
34483
34399
|
}
|
|
34484
34400
|
},
|
|
34485
34401
|
"node_modules/postcss-lab-function": {
|
|
34486
|
-
"version": "
|
|
34487
|
-
"resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-
|
|
34488
|
-
"integrity": "sha512-
|
|
34402
|
+
"version": "7.0.12",
|
|
34403
|
+
"resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.12.tgz",
|
|
34404
|
+
"integrity": "sha512-tUcyRk1ZTPec3OuKFsqtRzW2Go5lehW29XA21lZ65XmzQkz43VY2tyWEC202F7W3mILOjw0voOiuxRGTsN+J9w==",
|
|
34489
34405
|
"funding": [
|
|
34490
34406
|
{
|
|
34491
34407
|
"type": "github",
|
|
@@ -34498,14 +34414,14 @@
|
|
|
34498
34414
|
],
|
|
34499
34415
|
"license": "MIT-0",
|
|
34500
34416
|
"dependencies": {
|
|
34501
|
-
"@csstools/css-color-parser": "^
|
|
34502
|
-
"@csstools/css-parser-algorithms": "^
|
|
34503
|
-
"@csstools/css-tokenizer": "^
|
|
34504
|
-
"@csstools/postcss-progressive-custom-properties": "^
|
|
34505
|
-
"@csstools/utilities": "^
|
|
34417
|
+
"@csstools/css-color-parser": "^3.1.0",
|
|
34418
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
34419
|
+
"@csstools/css-tokenizer": "^3.0.4",
|
|
34420
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
34421
|
+
"@csstools/utilities": "^2.0.0"
|
|
34506
34422
|
},
|
|
34507
34423
|
"engines": {
|
|
34508
|
-
"node": ">=
|
|
34424
|
+
"node": ">=18"
|
|
34509
34425
|
},
|
|
34510
34426
|
"peerDependencies": {
|
|
34511
34427
|
"postcss": "^8.4"
|
|
@@ -34587,9 +34503,9 @@
|
|
|
34587
34503
|
}
|
|
34588
34504
|
},
|
|
34589
34505
|
"node_modules/postcss-logical": {
|
|
34590
|
-
"version": "
|
|
34591
|
-
"resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-
|
|
34592
|
-
"integrity": "sha512-
|
|
34506
|
+
"version": "8.1.0",
|
|
34507
|
+
"resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.1.0.tgz",
|
|
34508
|
+
"integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==",
|
|
34593
34509
|
"funding": [
|
|
34594
34510
|
{
|
|
34595
34511
|
"type": "github",
|
|
@@ -34605,7 +34521,7 @@
|
|
|
34605
34521
|
"postcss-value-parser": "^4.2.0"
|
|
34606
34522
|
},
|
|
34607
34523
|
"engines": {
|
|
34608
|
-
"node": ">=
|
|
34524
|
+
"node": ">=18"
|
|
34609
34525
|
},
|
|
34610
34526
|
"peerDependencies": {
|
|
34611
34527
|
"postcss": "^8.4"
|
|
@@ -34770,9 +34686,9 @@
|
|
|
34770
34686
|
}
|
|
34771
34687
|
},
|
|
34772
34688
|
"node_modules/postcss-nesting": {
|
|
34773
|
-
"version": "
|
|
34774
|
-
"resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-
|
|
34775
|
-
"integrity": "sha512-
|
|
34689
|
+
"version": "13.0.2",
|
|
34690
|
+
"resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz",
|
|
34691
|
+
"integrity": "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==",
|
|
34776
34692
|
"funding": [
|
|
34777
34693
|
{
|
|
34778
34694
|
"type": "github",
|
|
@@ -34785,12 +34701,12 @@
|
|
|
34785
34701
|
],
|
|
34786
34702
|
"license": "MIT-0",
|
|
34787
34703
|
"dependencies": {
|
|
34788
|
-
"@csstools/selector-resolve-nested": "^
|
|
34789
|
-
"@csstools/selector-specificity": "^
|
|
34790
|
-
"postcss-selector-parser": "^7.
|
|
34704
|
+
"@csstools/selector-resolve-nested": "^3.1.0",
|
|
34705
|
+
"@csstools/selector-specificity": "^5.0.0",
|
|
34706
|
+
"postcss-selector-parser": "^7.0.0"
|
|
34791
34707
|
},
|
|
34792
34708
|
"engines": {
|
|
34793
|
-
"node": ">=
|
|
34709
|
+
"node": ">=18"
|
|
34794
34710
|
},
|
|
34795
34711
|
"peerDependencies": {
|
|
34796
34712
|
"postcss": "^8.4"
|
|
@@ -34986,9 +34902,9 @@
|
|
|
34986
34902
|
}
|
|
34987
34903
|
},
|
|
34988
34904
|
"node_modules/postcss-overflow-shorthand": {
|
|
34989
|
-
"version": "
|
|
34990
|
-
"resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-
|
|
34991
|
-
"integrity": "sha512-
|
|
34905
|
+
"version": "6.0.0",
|
|
34906
|
+
"resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz",
|
|
34907
|
+
"integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==",
|
|
34992
34908
|
"funding": [
|
|
34993
34909
|
{
|
|
34994
34910
|
"type": "github",
|
|
@@ -35004,7 +34920,7 @@
|
|
|
35004
34920
|
"postcss-value-parser": "^4.2.0"
|
|
35005
34921
|
},
|
|
35006
34922
|
"engines": {
|
|
35007
|
-
"node": ">=
|
|
34923
|
+
"node": ">=18"
|
|
35008
34924
|
},
|
|
35009
34925
|
"peerDependencies": {
|
|
35010
34926
|
"postcss": "^8.4"
|
|
@@ -35020,9 +34936,9 @@
|
|
|
35020
34936
|
}
|
|
35021
34937
|
},
|
|
35022
34938
|
"node_modules/postcss-place": {
|
|
35023
|
-
"version": "
|
|
35024
|
-
"resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-
|
|
35025
|
-
"integrity": "sha512-
|
|
34939
|
+
"version": "10.0.0",
|
|
34940
|
+
"resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz",
|
|
34941
|
+
"integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==",
|
|
35026
34942
|
"funding": [
|
|
35027
34943
|
{
|
|
35028
34944
|
"type": "github",
|
|
@@ -35038,16 +34954,16 @@
|
|
|
35038
34954
|
"postcss-value-parser": "^4.2.0"
|
|
35039
34955
|
},
|
|
35040
34956
|
"engines": {
|
|
35041
|
-
"node": ">=
|
|
34957
|
+
"node": ">=18"
|
|
35042
34958
|
},
|
|
35043
34959
|
"peerDependencies": {
|
|
35044
34960
|
"postcss": "^8.4"
|
|
35045
34961
|
}
|
|
35046
34962
|
},
|
|
35047
34963
|
"node_modules/postcss-preset-env": {
|
|
35048
|
-
"version": "
|
|
35049
|
-
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-
|
|
35050
|
-
"integrity": "sha512-
|
|
34964
|
+
"version": "10.6.1",
|
|
34965
|
+
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.6.1.tgz",
|
|
34966
|
+
"integrity": "sha512-yrk74d9EvY+W7+lO9Aj1QmjWY9q5NsKjK2V9drkOPZB/X6KZ0B3igKsHUYakb7oYVhnioWypQX3xGuePf89f3g==",
|
|
35051
34967
|
"funding": [
|
|
35052
34968
|
{
|
|
35053
34969
|
"type": "github",
|
|
@@ -35060,91 +34976,89 @@
|
|
|
35060
34976
|
],
|
|
35061
34977
|
"license": "MIT-0",
|
|
35062
34978
|
"dependencies": {
|
|
35063
|
-
"@csstools/postcss-alpha-function": "^
|
|
35064
|
-
"@csstools/postcss-cascade-layers": "^
|
|
35065
|
-
"@csstools/postcss-color-function": "^
|
|
35066
|
-
"@csstools/postcss-color-function-display-p3-linear": "^
|
|
35067
|
-
"@csstools/postcss-color-mix-function": "^
|
|
35068
|
-
"@csstools/postcss-color-mix-variadic-function-arguments": "^
|
|
35069
|
-
"@csstools/postcss-content-alt-text": "^
|
|
35070
|
-
"@csstools/postcss-contrast-color-function": "^
|
|
35071
|
-
"@csstools/postcss-exponential-functions": "^
|
|
35072
|
-
"@csstools/postcss-font-format-keywords": "^
|
|
35073
|
-
"@csstools/postcss-
|
|
35074
|
-
"@csstools/postcss-
|
|
35075
|
-
"@csstools/postcss-
|
|
35076
|
-
"@csstools/postcss-
|
|
35077
|
-
"@csstools/postcss-
|
|
35078
|
-
"@csstools/postcss-
|
|
35079
|
-
"@csstools/postcss-
|
|
35080
|
-
"@csstools/postcss-
|
|
35081
|
-
"@csstools/postcss-logical-
|
|
35082
|
-
"@csstools/postcss-logical-
|
|
35083
|
-
"@csstools/postcss-logical-
|
|
35084
|
-
"@csstools/postcss-logical-
|
|
35085
|
-
"@csstools/postcss-
|
|
35086
|
-
"@csstools/postcss-media-
|
|
35087
|
-
"@csstools/postcss-
|
|
35088
|
-
"@csstools/postcss-
|
|
35089
|
-
"@csstools/postcss-
|
|
35090
|
-
"@csstools/postcss-
|
|
35091
|
-
"@csstools/postcss-
|
|
35092
|
-
"@csstools/postcss-
|
|
35093
|
-
"@csstools/postcss-
|
|
35094
|
-
"@csstools/postcss-
|
|
35095
|
-
"@csstools/postcss-
|
|
35096
|
-
"@csstools/postcss-
|
|
35097
|
-
"@csstools/postcss-
|
|
35098
|
-
"@csstools/postcss-
|
|
35099
|
-
"@csstools/postcss-
|
|
35100
|
-
"@csstools/postcss-
|
|
35101
|
-
"@csstools/postcss-
|
|
35102
|
-
"@csstools/postcss-
|
|
35103
|
-
"
|
|
35104
|
-
"@csstools/postcss-unset-value": "^5.0.0",
|
|
35105
|
-
"autoprefixer": "^10.4.24",
|
|
34979
|
+
"@csstools/postcss-alpha-function": "^1.0.1",
|
|
34980
|
+
"@csstools/postcss-cascade-layers": "^5.0.2",
|
|
34981
|
+
"@csstools/postcss-color-function": "^4.0.12",
|
|
34982
|
+
"@csstools/postcss-color-function-display-p3-linear": "^1.0.1",
|
|
34983
|
+
"@csstools/postcss-color-mix-function": "^3.0.12",
|
|
34984
|
+
"@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.2",
|
|
34985
|
+
"@csstools/postcss-content-alt-text": "^2.0.8",
|
|
34986
|
+
"@csstools/postcss-contrast-color-function": "^2.0.12",
|
|
34987
|
+
"@csstools/postcss-exponential-functions": "^2.0.9",
|
|
34988
|
+
"@csstools/postcss-font-format-keywords": "^4.0.0",
|
|
34989
|
+
"@csstools/postcss-gamut-mapping": "^2.0.11",
|
|
34990
|
+
"@csstools/postcss-gradients-interpolation-method": "^5.0.12",
|
|
34991
|
+
"@csstools/postcss-hwb-function": "^4.0.12",
|
|
34992
|
+
"@csstools/postcss-ic-unit": "^4.0.4",
|
|
34993
|
+
"@csstools/postcss-initial": "^2.0.1",
|
|
34994
|
+
"@csstools/postcss-is-pseudo-class": "^5.0.3",
|
|
34995
|
+
"@csstools/postcss-light-dark-function": "^2.0.11",
|
|
34996
|
+
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
|
|
34997
|
+
"@csstools/postcss-logical-overflow": "^2.0.0",
|
|
34998
|
+
"@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
|
|
34999
|
+
"@csstools/postcss-logical-resize": "^3.0.0",
|
|
35000
|
+
"@csstools/postcss-logical-viewport-units": "^3.0.4",
|
|
35001
|
+
"@csstools/postcss-media-minmax": "^2.0.9",
|
|
35002
|
+
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5",
|
|
35003
|
+
"@csstools/postcss-nested-calc": "^4.0.0",
|
|
35004
|
+
"@csstools/postcss-normalize-display-values": "^4.0.1",
|
|
35005
|
+
"@csstools/postcss-oklab-function": "^4.0.12",
|
|
35006
|
+
"@csstools/postcss-position-area-property": "^1.0.0",
|
|
35007
|
+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
|
|
35008
|
+
"@csstools/postcss-property-rule-prelude-list": "^1.0.0",
|
|
35009
|
+
"@csstools/postcss-random-function": "^2.0.1",
|
|
35010
|
+
"@csstools/postcss-relative-color-syntax": "^3.0.12",
|
|
35011
|
+
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
|
|
35012
|
+
"@csstools/postcss-sign-functions": "^1.1.4",
|
|
35013
|
+
"@csstools/postcss-stepped-value-functions": "^4.0.9",
|
|
35014
|
+
"@csstools/postcss-syntax-descriptor-syntax-production": "^1.0.1",
|
|
35015
|
+
"@csstools/postcss-system-ui-font-family": "^1.0.0",
|
|
35016
|
+
"@csstools/postcss-text-decoration-shorthand": "^4.0.3",
|
|
35017
|
+
"@csstools/postcss-trigonometric-functions": "^4.0.9",
|
|
35018
|
+
"@csstools/postcss-unset-value": "^4.0.0",
|
|
35019
|
+
"autoprefixer": "^10.4.23",
|
|
35106
35020
|
"browserslist": "^4.28.1",
|
|
35107
|
-
"css-blank-pseudo": "^
|
|
35108
|
-
"css-has-pseudo": "^
|
|
35109
|
-
"css-prefers-color-scheme": "^
|
|
35110
|
-
"cssdb": "^8.
|
|
35111
|
-
"postcss-attribute-case-insensitive": "^
|
|
35021
|
+
"css-blank-pseudo": "^7.0.1",
|
|
35022
|
+
"css-has-pseudo": "^7.0.3",
|
|
35023
|
+
"css-prefers-color-scheme": "^10.0.0",
|
|
35024
|
+
"cssdb": "^8.6.0",
|
|
35025
|
+
"postcss-attribute-case-insensitive": "^7.0.1",
|
|
35112
35026
|
"postcss-clamp": "^4.1.0",
|
|
35113
|
-
"postcss-color-functional-notation": "^
|
|
35114
|
-
"postcss-color-hex-alpha": "^
|
|
35115
|
-
"postcss-color-rebeccapurple": "^
|
|
35116
|
-
"postcss-custom-media": "^
|
|
35117
|
-
"postcss-custom-properties": "^
|
|
35118
|
-
"postcss-custom-selectors": "^
|
|
35119
|
-
"postcss-dir-pseudo-class": "^
|
|
35120
|
-
"postcss-double-position-gradients": "^
|
|
35121
|
-
"postcss-focus-visible": "^
|
|
35122
|
-
"postcss-focus-within": "^
|
|
35027
|
+
"postcss-color-functional-notation": "^7.0.12",
|
|
35028
|
+
"postcss-color-hex-alpha": "^10.0.0",
|
|
35029
|
+
"postcss-color-rebeccapurple": "^10.0.0",
|
|
35030
|
+
"postcss-custom-media": "^11.0.6",
|
|
35031
|
+
"postcss-custom-properties": "^14.0.6",
|
|
35032
|
+
"postcss-custom-selectors": "^8.0.5",
|
|
35033
|
+
"postcss-dir-pseudo-class": "^9.0.1",
|
|
35034
|
+
"postcss-double-position-gradients": "^6.0.4",
|
|
35035
|
+
"postcss-focus-visible": "^10.0.1",
|
|
35036
|
+
"postcss-focus-within": "^9.0.1",
|
|
35123
35037
|
"postcss-font-variant": "^5.0.0",
|
|
35124
|
-
"postcss-gap-properties": "^
|
|
35125
|
-
"postcss-image-set-function": "^
|
|
35126
|
-
"postcss-lab-function": "^
|
|
35127
|
-
"postcss-logical": "^
|
|
35128
|
-
"postcss-nesting": "^
|
|
35038
|
+
"postcss-gap-properties": "^6.0.0",
|
|
35039
|
+
"postcss-image-set-function": "^7.0.0",
|
|
35040
|
+
"postcss-lab-function": "^7.0.12",
|
|
35041
|
+
"postcss-logical": "^8.1.0",
|
|
35042
|
+
"postcss-nesting": "^13.0.2",
|
|
35129
35043
|
"postcss-opacity-percentage": "^3.0.0",
|
|
35130
|
-
"postcss-overflow-shorthand": "^
|
|
35044
|
+
"postcss-overflow-shorthand": "^6.0.0",
|
|
35131
35045
|
"postcss-page-break": "^3.0.4",
|
|
35132
|
-
"postcss-place": "^
|
|
35133
|
-
"postcss-pseudo-class-any-link": "^
|
|
35046
|
+
"postcss-place": "^10.0.0",
|
|
35047
|
+
"postcss-pseudo-class-any-link": "^10.0.1",
|
|
35134
35048
|
"postcss-replace-overflow-wrap": "^4.0.0",
|
|
35135
|
-
"postcss-selector-not": "^
|
|
35049
|
+
"postcss-selector-not": "^8.0.1"
|
|
35136
35050
|
},
|
|
35137
35051
|
"engines": {
|
|
35138
|
-
"node": ">=
|
|
35052
|
+
"node": ">=18"
|
|
35139
35053
|
},
|
|
35140
35054
|
"peerDependencies": {
|
|
35141
35055
|
"postcss": "^8.4"
|
|
35142
35056
|
}
|
|
35143
35057
|
},
|
|
35144
35058
|
"node_modules/postcss-pseudo-class-any-link": {
|
|
35145
|
-
"version": "
|
|
35146
|
-
"resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-
|
|
35147
|
-
"integrity": "sha512-
|
|
35059
|
+
"version": "10.0.1",
|
|
35060
|
+
"resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz",
|
|
35061
|
+
"integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==",
|
|
35148
35062
|
"funding": [
|
|
35149
35063
|
{
|
|
35150
35064
|
"type": "github",
|
|
@@ -35157,10 +35071,10 @@
|
|
|
35157
35071
|
],
|
|
35158
35072
|
"license": "MIT-0",
|
|
35159
35073
|
"dependencies": {
|
|
35160
|
-
"postcss-selector-parser": "^7.
|
|
35074
|
+
"postcss-selector-parser": "^7.0.0"
|
|
35161
35075
|
},
|
|
35162
35076
|
"engines": {
|
|
35163
|
-
"node": ">=
|
|
35077
|
+
"node": ">=18"
|
|
35164
35078
|
},
|
|
35165
35079
|
"peerDependencies": {
|
|
35166
35080
|
"postcss": "^8.4"
|
|
@@ -35222,9 +35136,9 @@
|
|
|
35222
35136
|
}
|
|
35223
35137
|
},
|
|
35224
35138
|
"node_modules/postcss-selector-not": {
|
|
35225
|
-
"version": "
|
|
35226
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-
|
|
35227
|
-
"integrity": "sha512-
|
|
35139
|
+
"version": "8.0.1",
|
|
35140
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz",
|
|
35141
|
+
"integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==",
|
|
35228
35142
|
"funding": [
|
|
35229
35143
|
{
|
|
35230
35144
|
"type": "github",
|
|
@@ -35237,10 +35151,10 @@
|
|
|
35237
35151
|
],
|
|
35238
35152
|
"license": "MIT",
|
|
35239
35153
|
"dependencies": {
|
|
35240
|
-
"postcss-selector-parser": "^7.
|
|
35154
|
+
"postcss-selector-parser": "^7.0.0"
|
|
35241
35155
|
},
|
|
35242
35156
|
"engines": {
|
|
35243
|
-
"node": ">=
|
|
35157
|
+
"node": ">=18"
|
|
35244
35158
|
},
|
|
35245
35159
|
"peerDependencies": {
|
|
35246
35160
|
"postcss": "^8.4"
|