|
@@ -1376,11 +1376,6 @@ call-bind@^1.0.0:
|
1376
|
1376
|
function-bind "^1.1.1"
|
1377
|
1377
|
get-intrinsic "^1.0.2"
|
1378
|
1378
|
|
1379
|
|
-camelcase@^6.2.0:
|
1380
|
|
- version "6.2.0"
|
1381
|
|
- resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
1382
|
|
- integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
1383
|
|
-
|
1384
|
1379
|
caniuse-lite@^1.0.30001219:
|
1385
|
1380
|
version "1.0.30001230"
|
1386
|
1381
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
|
|
@@ -1520,15 +1515,14 @@ cross-spawn@^7.0.1, cross-spawn@^7.0.3:
|
1520
|
1515
|
shebang-command "^2.0.0"
|
1521
|
1516
|
which "^2.0.1"
|
1522
|
1517
|
|
1523
|
|
-css-loader@5.2.4:
|
1524
|
|
- version "5.2.4"
|
1525
|
|
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.4.tgz#e985dcbce339812cb6104ef3670f08f9893a1536"
|
1526
|
|
- integrity sha512-OFYGyINCKkdQsTrSYxzGSFnGS4gNjcXkKkQgWxK138jgnPt+lepxdjSZNc8sHAl5vP3DhsJUxufWIjOwI8PMMw==
|
|
1518
|
+css-loader@5.2.6:
|
|
1519
|
+ version "5.2.6"
|
|
1520
|
+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.6.tgz#c3c82ab77fea1f360e587d871a6811f4450cc8d1"
|
|
1521
|
+ integrity sha512-0wyN5vXMQZu6BvjbrPdUJvkCzGEO24HC7IS7nW4llc6BBFC+zwR9CKtYGv63Puzsg10L/o12inMY5/2ByzfD6w==
|
1527
|
1522
|
dependencies:
|
1528
|
|
- camelcase "^6.2.0"
|
1529
|
1523
|
icss-utils "^5.1.0"
|
1530
|
1524
|
loader-utils "^2.0.0"
|
1531
|
|
- postcss "^8.2.10"
|
|
1525
|
+ postcss "^8.2.15"
|
1532
|
1526
|
postcss-modules-extract-imports "^3.0.0"
|
1533
|
1527
|
postcss-modules-local-by-default "^4.0.0"
|
1534
|
1528
|
postcss-modules-scope "^3.0.0"
|
|
@@ -2060,10 +2054,10 @@ ms@2.1.2:
|
2060
|
2054
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
2061
|
2055
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
2062
|
2056
|
|
2063
|
|
-nanoid@^3.1.22:
|
2064
|
|
- version "3.1.22"
|
2065
|
|
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844"
|
2066
|
|
- integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==
|
|
2057
|
+nanoid@^3.1.23:
|
|
2058
|
+ version "3.1.23"
|
|
2059
|
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
|
|
2060
|
+ integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
|
2067
|
2061
|
|
2068
|
2062
|
neo-async@^2.6.2:
|
2069
|
2063
|
version "2.6.2"
|
|
@@ -2205,14 +2199,14 @@ postcss-value-parser@^4.1.0:
|
2205
|
2199
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
2206
|
2200
|
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
|
2207
|
2201
|
|
2208
|
|
-postcss@^8.2.10:
|
2209
|
|
- version "8.2.10"
|
2210
|
|
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
|
2211
|
|
- integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
|
|
2202
|
+postcss@^8.2.15:
|
|
2203
|
+ version "8.3.0"
|
|
2204
|
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
|
|
2205
|
+ integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
|
2212
|
2206
|
dependencies:
|
2213
|
2207
|
colorette "^1.2.2"
|
2214
|
|
- nanoid "^3.1.22"
|
2215
|
|
- source-map "^0.6.1"
|
|
2208
|
+ nanoid "^3.1.23"
|
|
2209
|
+ source-map-js "^0.6.2"
|
2216
|
2210
|
|
2217
|
2211
|
process-nextick-args@~2.0.0:
|
2218
|
2212
|
version "2.0.1"
|
|
@@ -2427,6 +2421,11 @@ source-list-map@^2.0.1:
|
2427
|
2421
|
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
2428
|
2422
|
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
2429
|
2423
|
|
|
2424
|
+source-map-js@^0.6.2:
|
|
2425
|
+ version "0.6.2"
|
|
2426
|
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
|
|
2427
|
+ integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
|
|
2428
|
+
|
2430
|
2429
|
source-map-support@~0.5.19:
|
2431
|
2430
|
version "0.5.19"
|
2432
|
2431
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
|