|
40 | 40 | axe-core "~4.10.0"
|
41 | 41 |
|
42 | 42 | "@babel/cli@^7.12.10":
|
43 |
| - version "7.24.8" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.8.tgz#79eaa55a69c77cafbea3e87537fd1df5a5a2edf8" |
45 |
| - integrity sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg== |
| 43 | + version "7.25.6" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.6.tgz#bc35561adc78ade43ac9c09a690768493ab9ed95" |
| 45 | + integrity sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA== |
46 | 46 | dependencies:
|
47 | 47 | "@jridgewell/trace-mapping" "^0.3.25"
|
48 | 48 | commander "^6.2.0"
|
|
53 | 53 | slash "^2.0.0"
|
54 | 54 | optionalDependencies:
|
55 | 55 | "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
|
56 |
| - chokidar "^3.4.0" |
| 56 | + chokidar "^3.6.0" |
57 | 57 |
|
58 | 58 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.24.7":
|
59 | 59 | version "7.24.7"
|
|
177 | 177 | "@jridgewell/trace-mapping" "^0.3.25"
|
178 | 178 | jsesc "^2.5.1"
|
179 | 179 |
|
180 |
| -"@babel/generator@^7.25.0", "@babel/generator@^7.25.4": |
| 180 | +"@babel/generator@^7.25.0": |
181 | 181 | version "7.25.5"
|
182 | 182 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.5.tgz#b31cf05b3fe8c32d206b6dad03bb0aacbde73450"
|
183 | 183 | integrity sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==
|
|
187 | 187 | "@jridgewell/trace-mapping" "^0.3.25"
|
188 | 188 | jsesc "^2.5.1"
|
189 | 189 |
|
| 190 | +"@babel/generator@^7.25.4", "@babel/generator@^7.25.6": |
| 191 | + version "7.25.6" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c" |
| 193 | + integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw== |
| 194 | + dependencies: |
| 195 | + "@babel/types" "^7.25.6" |
| 196 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 197 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 198 | + jsesc "^2.5.1" |
| 199 | + |
190 | 200 | "@babel/helper-annotate-as-pure@^7.24.7":
|
191 | 201 | version "7.24.7"
|
192 | 202 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
|
|
246 | 256 | regexpu-core "^5.3.1"
|
247 | 257 | semver "^6.3.1"
|
248 | 258 |
|
249 |
| -"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2": |
| 259 | +"@babel/helper-define-polyfill-provider@^0.6.2": |
250 | 260 | version "0.6.2"
|
251 | 261 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
|
252 | 262 | integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
|
|
453 | 463 | js-tokens "^4.0.0"
|
454 | 464 | picocolors "^1.0.0"
|
455 | 465 |
|
456 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.14.7", "@babel/parser@^7.18.5", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.23.3", "@babel/parser@^7.24.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4": |
457 |
| - version "7.25.4" |
458 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a" |
459 |
| - integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA== |
| 466 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.14.7", "@babel/parser@^7.18.5", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.23.3", "@babel/parser@^7.24.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4", "@babel/parser@^7.25.6": |
| 467 | + version "7.25.6" |
| 468 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f" |
| 469 | + integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q== |
460 | 470 | dependencies:
|
461 |
| - "@babel/types" "^7.25.4" |
| 471 | + "@babel/types" "^7.25.6" |
462 | 472 |
|
463 | 473 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
|
464 | 474 | version "7.25.3"
|
|
721 | 731 | dependencies:
|
722 | 732 | "@babel/helper-plugin-utils" "^7.24.8"
|
723 | 733 |
|
724 |
| -"@babel/plugin-transform-class-properties@^7.12.1": |
725 |
| - version "7.24.7" |
726 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834" |
727 |
| - integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w== |
728 |
| - dependencies: |
729 |
| - "@babel/helper-create-class-features-plugin" "^7.24.7" |
730 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
731 |
| - |
732 |
| -"@babel/plugin-transform-class-properties@^7.25.4": |
| 734 | +"@babel/plugin-transform-class-properties@^7.12.1", "@babel/plugin-transform-class-properties@^7.25.4": |
733 | 735 | version "7.25.4"
|
734 | 736 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd"
|
735 | 737 | integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==
|
|
1058 | 1060 | "@babel/helper-plugin-utils" "^7.24.7"
|
1059 | 1061 |
|
1060 | 1062 | "@babel/plugin-transform-runtime@^7.12.10":
|
1061 |
| - version "7.24.7" |
1062 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz#00a5bfaf8c43cf5c8703a8a6e82b59d9c58f38ca" |
1063 |
| - integrity sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw== |
| 1063 | + version "7.25.4" |
| 1064 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz#96e4ad7bfbbe0b4a7b7e6f2a533ca326cf204963" |
| 1065 | + integrity sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ== |
1064 | 1066 | dependencies:
|
1065 | 1067 | "@babel/helper-module-imports" "^7.24.7"
|
1066 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 1068 | + "@babel/helper-plugin-utils" "^7.24.8" |
1067 | 1069 | babel-plugin-polyfill-corejs2 "^0.4.10"
|
1068 |
| - babel-plugin-polyfill-corejs3 "^0.10.1" |
| 1070 | + babel-plugin-polyfill-corejs3 "^0.10.6" |
1069 | 1071 | babel-plugin-polyfill-regenerator "^0.6.1"
|
1070 | 1072 | semver "^6.3.1"
|
1071 | 1073 |
|
|
1284 | 1286 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
1285 | 1287 |
|
1286 | 1288 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
|
1287 |
| - version "7.25.4" |
1288 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.4.tgz#6ef37d678428306e7d75f054d5b1bdb8cf8aa8ee" |
1289 |
| - integrity sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w== |
| 1289 | + version "7.25.6" |
| 1290 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2" |
| 1291 | + integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ== |
1290 | 1292 | dependencies:
|
1291 | 1293 | regenerator-runtime "^0.14.0"
|
1292 | 1294 |
|
|
1349 | 1351 | debug "^4.1.0"
|
1350 | 1352 | globals "^11.1.0"
|
1351 | 1353 |
|
1352 |
| -"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4": |
| 1354 | +"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.4": |
| 1355 | + version "7.25.6" |
| 1356 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" |
| 1357 | + integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ== |
| 1358 | + dependencies: |
| 1359 | + "@babel/code-frame" "^7.24.7" |
| 1360 | + "@babel/generator" "^7.25.6" |
| 1361 | + "@babel/parser" "^7.25.6" |
| 1362 | + "@babel/template" "^7.25.0" |
| 1363 | + "@babel/types" "^7.25.6" |
| 1364 | + debug "^4.3.1" |
| 1365 | + globals "^11.1.0" |
| 1366 | + |
| 1367 | +"@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3": |
1353 | 1368 | version "7.25.4"
|
1354 | 1369 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e"
|
1355 | 1370 | integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==
|
|
1389 | 1404 | "@babel/helper-validator-identifier" "^7.24.7"
|
1390 | 1405 | to-fast-properties "^2.0.0"
|
1391 | 1406 |
|
1392 |
| -"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.4", "@babel/types@^7.4.4": |
| 1407 | +"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.4", "@babel/types@^7.25.6": |
| 1408 | + version "7.25.6" |
| 1409 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6" |
| 1410 | + integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw== |
| 1411 | + dependencies: |
| 1412 | + "@babel/helper-string-parser" "^7.24.8" |
| 1413 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1414 | + to-fast-properties "^2.0.0" |
| 1415 | + |
| 1416 | +"@babel/types@^7.24.9", "@babel/types@^7.25.2", "@babel/types@^7.4.4": |
1393 | 1417 | version "7.25.4"
|
1394 | 1418 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f"
|
1395 | 1419 | integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==
|
@@ -3482,14 +3506,6 @@ babel-plugin-polyfill-corejs2@^0.4.10:
|
3482 | 3506 | "@babel/helper-define-polyfill-provider" "^0.6.2"
|
3483 | 3507 | semver "^6.3.1"
|
3484 | 3508 |
|
3485 |
| -babel-plugin-polyfill-corejs3@^0.10.1: |
3486 |
| - version "0.10.4" |
3487 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77" |
3488 |
| - integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== |
3489 |
| - dependencies: |
3490 |
| - "@babel/helper-define-polyfill-provider" "^0.6.1" |
3491 |
| - core-js-compat "^3.36.1" |
3492 |
| - |
3493 | 3509 | babel-plugin-polyfill-corejs3@^0.10.6:
|
3494 | 3510 | version "0.10.6"
|
3495 | 3511 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
|
|
3751 | 3767 | resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
|
3752 | 3768 | integrity sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==
|
3753 | 3769 |
|
3754 |
| -chokidar@^3.4.0: |
| 3770 | +chokidar@^3.6.0: |
3755 | 3771 | version "3.6.0"
|
3756 | 3772 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
|
3757 | 3773 | integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
|
3952 | 3968 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
|
3953 | 3969 | integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
|
3954 | 3970 |
|
3955 |
| -core-js-compat@^3.36.1, core-js-compat@^3.37.0: |
| 3971 | +core-js-compat@^3.37.0: |
3956 | 3972 | version "3.37.1"
|
3957 | 3973 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
|
3958 | 3974 | integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
|
@@ -4606,11 +4622,16 @@ es-to-primitive@^1.2.1:
|
4606 | 4622 | is-date-object "^1.0.1"
|
4607 | 4623 | is-symbol "^1.0.2"
|
4608 | 4624 |
|
4609 |
| -escalade@^3.1.1, escalade@^3.1.2: |
| 4625 | +escalade@^3.1.1: |
4610 | 4626 | version "3.1.2"
|
4611 | 4627 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
|
4612 | 4628 | integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
|
4613 | 4629 |
|
| 4630 | +escalade@^3.1.2: |
| 4631 | + version "3.2.0" |
| 4632 | + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" |
| 4633 | + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== |
| 4634 | + |
4614 | 4635 | escape-html@^1.0.3, escape-html@~1.0.3:
|
4615 | 4636 | version "1.0.3"
|
4616 | 4637 | resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
@@ -7597,9 +7618,9 @@ pbf@^3.2.1:
|
7597 | 7618 | resolve-protobuf-schema "^2.1.0"
|
7598 | 7619 |
|
7599 | 7620 | picocolors@^1.0.0, picocolors@^1.0.1:
|
7600 |
| - version "1.0.1" |
7601 |
| - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" |
7602 |
| - integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== |
| 7621 | + version "1.1.0" |
| 7622 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" |
| 7623 | + integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== |
7603 | 7624 |
|
7604 | 7625 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
|
7605 | 7626 | version "2.3.1"
|
|
0 commit comments