|
36 | 36 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
37 | 37 | integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
|
38 | 38 |
|
39 |
| -"@babel/compat-data@^7.19.3": |
40 |
| - version "7.19.4" |
41 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
42 |
| - integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
| 39 | +"@babel/compat-data@^7.20.5": |
| 40 | + version "7.20.10" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" |
| 42 | + integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg== |
43 | 43 |
|
44 |
| -"@babel/core@7.19.3": |
45 |
| - version "7.19.3" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
47 |
| - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 44 | +"@babel/core@7.20.12": |
| 45 | + version "7.20.12" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
| 47 | + integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
48 | 48 | dependencies:
|
49 | 49 | "@ampproject/remapping" "^2.1.0"
|
50 | 50 | "@babel/code-frame" "^7.18.6"
|
51 |
| - "@babel/generator" "^7.19.3" |
52 |
| - "@babel/helper-compilation-targets" "^7.19.3" |
53 |
| - "@babel/helper-module-transforms" "^7.19.0" |
54 |
| - "@babel/helpers" "^7.19.0" |
55 |
| - "@babel/parser" "^7.19.3" |
56 |
| - "@babel/template" "^7.18.10" |
57 |
| - "@babel/traverse" "^7.19.3" |
58 |
| - "@babel/types" "^7.19.3" |
| 51 | + "@babel/generator" "^7.20.7" |
| 52 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 53 | + "@babel/helper-module-transforms" "^7.20.11" |
| 54 | + "@babel/helpers" "^7.20.7" |
| 55 | + "@babel/parser" "^7.20.7" |
| 56 | + "@babel/template" "^7.20.7" |
| 57 | + "@babel/traverse" "^7.20.12" |
| 58 | + "@babel/types" "^7.20.7" |
59 | 59 | convert-source-map "^1.7.0"
|
60 | 60 | debug "^4.1.0"
|
61 | 61 | gensync "^1.0.0-beta.2"
|
62 |
| - json5 "^2.2.1" |
| 62 | + json5 "^2.2.2" |
63 | 63 | semver "^6.3.0"
|
64 | 64 |
|
65 | 65 | "@babel/core@^7.14.0", "@babel/core@^7.15.5":
|
|
101 | 101 | "@jridgewell/gen-mapping" "^0.1.0"
|
102 | 102 | jsesc "^2.5.1"
|
103 | 103 |
|
104 |
| -"@babel/generator@^7.19.3", "@babel/generator@^7.19.4": |
105 |
| - version "7.19.4" |
106 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.4.tgz#60050cf3f0a593d7b2471b4be4f62a56b949237f" |
107 |
| - integrity sha512-5T2lY5vXqS+5UEit/5TwcIUeCnwgCljcF8IQRT6XRQPBrvLeq5V8W+URv+GvwoF3FP8tkhp++evVyDzkDGzNmA== |
| 104 | +"@babel/generator@^7.20.7": |
| 105 | + version "7.20.7" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 107 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
108 | 108 | dependencies:
|
109 |
| - "@babel/types" "^7.19.4" |
| 109 | + "@babel/types" "^7.20.7" |
110 | 110 | "@jridgewell/gen-mapping" "^0.3.2"
|
111 | 111 | jsesc "^2.5.1"
|
112 | 112 |
|
|
135 | 135 | browserslist "^4.20.2"
|
136 | 136 | semver "^6.3.0"
|
137 | 137 |
|
138 |
| -"@babel/helper-compilation-targets@^7.19.3": |
139 |
| - version "7.19.3" |
140 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca" |
141 |
| - integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg== |
| 138 | +"@babel/helper-compilation-targets@^7.20.7": |
| 139 | + version "7.20.7" |
| 140 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 141 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
142 | 142 | dependencies:
|
143 |
| - "@babel/compat-data" "^7.19.3" |
| 143 | + "@babel/compat-data" "^7.20.5" |
144 | 144 | "@babel/helper-validator-option" "^7.18.6"
|
145 | 145 | browserslist "^4.21.3"
|
| 146 | + lru-cache "^5.1.1" |
146 | 147 | semver "^6.3.0"
|
147 | 148 |
|
148 | 149 | "@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.6":
|
|
264 | 265 | "@babel/traverse" "^7.17.3"
|
265 | 266 | "@babel/types" "^7.17.0"
|
266 | 267 |
|
267 |
| -"@babel/helper-module-transforms@^7.19.0": |
268 |
| - version "7.19.0" |
269 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" |
270 |
| - integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ== |
| 268 | +"@babel/helper-module-transforms@^7.20.11": |
| 269 | + version "7.20.11" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 271 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
271 | 272 | dependencies:
|
272 | 273 | "@babel/helper-environment-visitor" "^7.18.9"
|
273 | 274 | "@babel/helper-module-imports" "^7.18.6"
|
274 |
| - "@babel/helper-simple-access" "^7.18.6" |
| 275 | + "@babel/helper-simple-access" "^7.20.2" |
275 | 276 | "@babel/helper-split-export-declaration" "^7.18.6"
|
276 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
277 |
| - "@babel/template" "^7.18.10" |
278 |
| - "@babel/traverse" "^7.19.0" |
279 |
| - "@babel/types" "^7.19.0" |
| 277 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 278 | + "@babel/template" "^7.20.7" |
| 279 | + "@babel/traverse" "^7.20.10" |
| 280 | + "@babel/types" "^7.20.7" |
280 | 281 |
|
281 | 282 | "@babel/helper-optimise-call-expression@^7.16.7":
|
282 | 283 | version "7.16.7"
|
|
317 | 318 | dependencies:
|
318 | 319 | "@babel/types" "^7.17.0"
|
319 | 320 |
|
320 |
| -"@babel/helper-simple-access@^7.18.6": |
321 |
| - version "7.19.4" |
322 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
323 |
| - integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 321 | +"@babel/helper-simple-access@^7.20.2": |
| 322 | + version "7.20.2" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
| 324 | + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
324 | 325 | dependencies:
|
325 |
| - "@babel/types" "^7.19.4" |
| 326 | + "@babel/types" "^7.20.2" |
326 | 327 |
|
327 | 328 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
328 | 329 | version "7.16.0"
|
|
389 | 390 | "@babel/traverse" "^7.17.9"
|
390 | 391 | "@babel/types" "^7.17.0"
|
391 | 392 |
|
392 |
| -"@babel/helpers@^7.19.0": |
393 |
| - version "7.19.4" |
394 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
395 |
| - integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
| 393 | +"@babel/helpers@^7.20.7": |
| 394 | + version "7.20.7" |
| 395 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 396 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
396 | 397 | dependencies:
|
397 |
| - "@babel/template" "^7.18.10" |
398 |
| - "@babel/traverse" "^7.19.4" |
399 |
| - "@babel/types" "^7.19.4" |
| 398 | + "@babel/template" "^7.20.7" |
| 399 | + "@babel/traverse" "^7.20.7" |
| 400 | + "@babel/types" "^7.20.7" |
400 | 401 |
|
401 | 402 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
|
402 | 403 | version "7.17.9"
|
|
421 | 422 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
|
422 | 423 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
|
423 | 424 |
|
424 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4": |
| 425 | +"@babel/parser@^7.18.10": |
425 | 426 | version "7.19.4"
|
426 | 427 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
|
427 | 428 | integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
|
428 | 429 |
|
| 430 | +"@babel/parser@^7.20.7": |
| 431 | + version "7.20.7" |
| 432 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 433 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
| 434 | + |
429 | 435 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
430 | 436 | version "7.16.7"
|
431 | 437 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1167 | 1173 | "@babel/parser" "^7.18.10"
|
1168 | 1174 | "@babel/types" "^7.18.10"
|
1169 | 1175 |
|
| 1176 | +"@babel/template@^7.20.7": |
| 1177 | + version "7.20.7" |
| 1178 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 1179 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 1180 | + dependencies: |
| 1181 | + "@babel/code-frame" "^7.18.6" |
| 1182 | + "@babel/parser" "^7.20.7" |
| 1183 | + "@babel/types" "^7.20.7" |
| 1184 | + |
1170 | 1185 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9":
|
1171 | 1186 | version "7.17.10"
|
1172 | 1187 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
|
|
1183 | 1198 | debug "^4.1.0"
|
1184 | 1199 | globals "^11.1.0"
|
1185 | 1200 |
|
1186 |
| -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4": |
1187 |
| - version "7.19.4" |
1188 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8" |
1189 |
| - integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g== |
| 1201 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7": |
| 1202 | + version "7.20.12" |
| 1203 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
| 1204 | + integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
1190 | 1205 | dependencies:
|
1191 | 1206 | "@babel/code-frame" "^7.18.6"
|
1192 |
| - "@babel/generator" "^7.19.4" |
| 1207 | + "@babel/generator" "^7.20.7" |
1193 | 1208 | "@babel/helper-environment-visitor" "^7.18.9"
|
1194 | 1209 | "@babel/helper-function-name" "^7.19.0"
|
1195 | 1210 | "@babel/helper-hoist-variables" "^7.18.6"
|
1196 | 1211 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1197 |
| - "@babel/parser" "^7.19.4" |
1198 |
| - "@babel/types" "^7.19.4" |
| 1212 | + "@babel/parser" "^7.20.7" |
| 1213 | + "@babel/types" "^7.20.7" |
1199 | 1214 | debug "^4.1.0"
|
1200 | 1215 | globals "^11.1.0"
|
1201 | 1216 |
|
|
1207 | 1222 | "@babel/helper-validator-identifier" "^7.16.7"
|
1208 | 1223 | to-fast-properties "^2.0.0"
|
1209 | 1224 |
|
1210 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4": |
| 1225 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0": |
1211 | 1226 | version "7.19.4"
|
1212 | 1227 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
1213 | 1228 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
|
1216 | 1231 | "@babel/helper-validator-identifier" "^7.19.1"
|
1217 | 1232 | to-fast-properties "^2.0.0"
|
1218 | 1233 |
|
| 1234 | +"@babel/types@^7.20.2", "@babel/types@^7.20.7": |
| 1235 | + version "7.20.7" |
| 1236 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 1237 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
| 1238 | + dependencies: |
| 1239 | + "@babel/helper-string-parser" "^7.19.4" |
| 1240 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1241 | + to-fast-properties "^2.0.0" |
| 1242 | + |
1219 | 1243 | "@builder.io/partytown@^0.5.2":
|
1220 | 1244 | version "0.5.4"
|
1221 | 1245 | resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.5.4.tgz#1a89069978734e132fa4a59414ddb64e4b94fde7"
|
@@ -3213,10 +3237,10 @@ boolbase@^1.0.0:
|
3213 | 3237 | resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
3214 | 3238 | integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
|
3215 | 3239 |
|
3216 |
| - |
3217 |
| - version "5.2.2" |
3218 |
| - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0" |
3219 |
| - integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ== |
| 3240 | + |
| 3241 | + version "5.2.3" |
| 3242 | + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b" |
| 3243 | + integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ== |
3220 | 3244 |
|
3221 | 3245 | boxen@^4.2.0:
|
3222 | 3246 | version "4.2.0"
|
@@ -7224,6 +7248,11 @@ json5@^2.1.2, json5@^2.2.0, json5@^2.2.1:
|
7224 | 7248 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
7225 | 7249 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
7226 | 7250 |
|
| 7251 | +json5@^2.2.2: |
| 7252 | + version "2.2.3" |
| 7253 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 7254 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 7255 | + |
7227 | 7256 | jsonfile@^4.0.0:
|
7228 | 7257 | version "4.0.0"
|
7229 | 7258 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
|
@@ -7602,6 +7631,13 @@ lru-cache@^4.0.0:
|
7602 | 7631 | pseudomap "^1.0.2"
|
7603 | 7632 | yallist "^2.1.2"
|
7604 | 7633 |
|
| 7634 | +lru-cache@^5.1.1: |
| 7635 | + version "5.1.1" |
| 7636 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
| 7637 | + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== |
| 7638 | + dependencies: |
| 7639 | + yallist "^3.0.2" |
| 7640 | + |
7605 | 7641 | lru-cache@^6.0.0:
|
7606 | 7642 | version "6.0.0"
|
7607 | 7643 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
@@ -9149,10 +9185,10 @@ prepend-http@^2.0.0:
|
9149 | 9185 | resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
9150 | 9186 | integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
9151 | 9187 |
|
9152 |
| -prettier@2.7.1: |
9153 |
| - version "2.7.1" |
9154 |
| - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" |
9155 |
| - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== |
| 9188 | +prettier@2.8.3: |
| 9189 | + version "2.8.3" |
| 9190 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" |
| 9191 | + integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== |
9156 | 9192 |
|
9157 | 9193 | pretty-bytes@^5.1.0, pretty-bytes@^5.4.1:
|
9158 | 9194 | version "5.6.0"
|
@@ -10001,10 +10037,10 @@ sass-loader@^10.1.1:
|
10001 | 10037 | schema-utils "^3.0.0"
|
10002 | 10038 | semver "^7.3.2"
|
10003 | 10039 |
|
10004 |
| -sass@1.55.0: |
10005 |
| - version "1.55.0" |
10006 |
| - resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c" |
10007 |
| - integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A== |
| 10040 | +sass@1.57.1: |
| 10041 | + version "1.57.1" |
| 10042 | + resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5" |
| 10043 | + integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw== |
10008 | 10044 | dependencies:
|
10009 | 10045 | chokidar ">=3.0.0 <4.0.0"
|
10010 | 10046 | immutable "^4.0.0"
|
@@ -11784,6 +11820,11 @@ yallist@^2.0.0, yallist@^2.1.2:
|
11784 | 11820 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
11785 | 11821 | integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
11786 | 11822 |
|
| 11823 | +yallist@^3.0.2: |
| 11824 | + version "3.1.1" |
| 11825 | + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" |
| 11826 | + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== |
| 11827 | + |
11787 | 11828 | yallist@^4.0.0:
|
11788 | 11829 | version "4.0.0"
|
11789 | 11830 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
0 commit comments