Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(workspace): Fix sourcemap generation for “longer” bundles (#3201)

authored by

Phil Pluckthun and committed by
GitHub
390296e7 ec5fd389

+714 -799
+12
.changeset/chatty-dancers-lick.md
··· 1 + --- 2 + '@urql/exchange-auth': patch 3 + '@urql/exchange-execute': patch 4 + '@urql/exchange-graphcache': patch 5 + '@urql/core': patch 6 + '@urql/preact': patch 7 + 'urql': patch 8 + '@urql/svelte': patch 9 + '@urql/vue': patch 10 + --- 11 + 12 + Update build process to generate correct source maps.
-4
exchanges/graphcache/default-storage/package.json
··· 14 14 "source": "../src/default-storage/index.ts" 15 15 }, 16 16 "./package.json": "./package.json" 17 - }, 18 - "dependencies": { 19 - "@urql/core": ">=3.2.2", 20 - "wonka": "^6.0.0" 21 17 } 22 18 }
+9 -10
package.json
··· 58 58 "@0no-co/graphql.web": "^1.0.1", 59 59 "@actions/artifact": "^1.1.1", 60 60 "@actions/core": "^1.10.0", 61 - "@babel/core": "^7.21.3", 61 + "@babel/core": "^7.21.5", 62 62 "@babel/plugin-transform-block-scoping": "^7.21.0", 63 - "@babel/plugin-transform-react-jsx": "^7.21.0", 63 + "@babel/plugin-transform-react-jsx": "^7.21.5", 64 + "@babel/plugin-transform-typescript": "^7.21.3", 64 65 "@changesets/cli": "^2.26.0", 65 66 "@changesets/get-github-info": "0.5.2", 66 67 "@npmcli/arborist": "^6.2.5", 67 68 "@rollup/plugin-babel": "^6.0.3", 68 - "@rollup/plugin-commonjs": "^24.0.1", 69 - "@rollup/plugin-node-resolve": "^15.0.1", 69 + "@rollup/plugin-commonjs": "^24.1.0", 70 + "@rollup/plugin-node-resolve": "^15.0.2", 70 71 "@rollup/plugin-replace": "^5.0.2", 71 - "@rollup/plugin-sucrase": "^5.0.1", 72 - "@rollup/plugin-terser": "^0.4.0", 72 + "@rollup/plugin-terser": "^0.4.1", 73 73 "@rollup/pluginutils": "^5.0.2", 74 74 "@types/node": "^18.15.3", 75 75 "@typescript-eslint/eslint-plugin": "^5.55.0", ··· 96 96 "react-dom": "^17.0.2", 97 97 "react-is": "^17.0.2", 98 98 "rimraf": "^4.4.0", 99 - "rollup": "^3.19.1", 99 + "rollup": "^3.21.1", 100 100 "rollup-plugin-cjs-check": "^1.0.2", 101 - "rollup-plugin-dts": "^5.2.0", 102 - "rollup-plugin-generate-package-json": "^3.2.0", 101 + "rollup-plugin-dts": "^5.3.0", 103 102 "rollup-plugin-visualizer": "^5.9.0", 104 103 "tar": "^6.1.13", 105 - "terser": "^5.16.6", 104 + "terser": "^5.17.1", 106 105 "typescript": "^4.9.5", 107 106 "vite": "^3.2.4", 108 107 "vite-tsconfig-paths": "^4.0.7",
+663 -728
pnpm-lock.yaml
··· 31 31 specifier: ^1.10.0 32 32 version: 1.10.0 33 33 '@babel/core': 34 - specifier: ^7.21.3 35 - version: 7.21.3 34 + specifier: ^7.21.5 35 + version: 7.21.5 36 36 '@babel/plugin-transform-block-scoping': 37 37 specifier: ^7.21.0 38 - version: 7.21.0(@babel/core@7.21.3) 38 + version: 7.21.0(@babel/core@7.21.5) 39 39 '@babel/plugin-transform-react-jsx': 40 - specifier: ^7.21.0 41 - version: 7.21.0(@babel/core@7.21.3) 40 + specifier: ^7.21.5 41 + version: 7.21.5(@babel/core@7.21.5) 42 + '@babel/plugin-transform-typescript': 43 + specifier: ^7.21.3 44 + version: 7.21.3(@babel/core@7.21.5) 42 45 '@changesets/cli': 43 46 specifier: ^2.26.0 44 47 version: 2.26.0 ··· 50 53 version: 6.2.5 51 54 '@rollup/plugin-babel': 52 55 specifier: ^6.0.3 53 - version: 6.0.3(@babel/core@7.21.3)(rollup@3.19.1) 56 + version: 6.0.3(@babel/core@7.21.5)(rollup@3.21.1) 54 57 '@rollup/plugin-commonjs': 55 - specifier: ^24.0.1 56 - version: 24.0.1(rollup@3.19.1) 58 + specifier: ^24.1.0 59 + version: 24.1.0(rollup@3.21.1) 57 60 '@rollup/plugin-node-resolve': 58 - specifier: ^15.0.1 59 - version: 15.0.1(rollup@3.19.1) 61 + specifier: ^15.0.2 62 + version: 15.0.2(rollup@3.21.1) 60 63 '@rollup/plugin-replace': 61 64 specifier: ^5.0.2 62 - version: 5.0.2(rollup@3.19.1) 63 - '@rollup/plugin-sucrase': 64 - specifier: ^5.0.1 65 - version: 5.0.1(rollup@3.19.1) 65 + version: 5.0.2(rollup@3.21.1) 66 66 '@rollup/plugin-terser': 67 - specifier: ^0.4.0 68 - version: 0.4.0(rollup@3.19.1) 67 + specifier: ^0.4.1 68 + version: 0.4.1(rollup@3.21.1) 69 69 '@rollup/pluginutils': 70 70 specifier: ^5.0.2 71 - version: 5.0.2(rollup@3.19.1) 71 + version: 5.0.2(rollup@3.21.1) 72 72 '@types/node': 73 73 specifier: ^18.15.3 74 74 version: 18.15.3 ··· 145 145 specifier: ^4.4.0 146 146 version: 4.4.0 147 147 rollup: 148 - specifier: ^3.19.1 149 - version: 3.19.1 148 + specifier: ^3.21.1 149 + version: 3.21.1 150 150 rollup-plugin-cjs-check: 151 151 specifier: ^1.0.2 152 - version: 1.0.2(rollup@3.19.1) 152 + version: 1.0.2(rollup@3.21.1) 153 153 rollup-plugin-dts: 154 - specifier: ^5.2.0 155 - version: 5.2.0(rollup@3.19.1)(typescript@4.9.5) 156 - rollup-plugin-generate-package-json: 157 - specifier: ^3.2.0 158 - version: 3.2.0(rollup@3.19.1) 154 + specifier: ^5.3.0 155 + version: 5.3.0(rollup@3.21.1)(typescript@4.9.5) 159 156 rollup-plugin-visualizer: 160 157 specifier: ^5.9.0 161 - version: 5.9.0(rollup@3.19.1) 158 + version: 5.9.0(rollup@3.21.1) 162 159 tar: 163 160 specifier: ^6.1.13 164 161 version: 6.1.13 165 162 terser: 166 - specifier: ^5.16.6 167 - version: 5.16.6 163 + specifier: ^5.17.1 164 + version: 5.17.1 168 165 typescript: 169 166 specifier: ^4.9.5 170 167 version: 4.9.5 171 168 vite: 172 169 specifier: ^3.2.4 173 - version: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 170 + version: 3.2.5(@types/node@18.15.3)(terser@5.17.1) 174 171 vite-tsconfig-paths: 175 172 specifier: ^4.0.7 176 173 version: 4.0.7(typescript@4.9.5)(vite@3.2.5) 177 174 vitest: 178 175 specifier: ^0.30.1 179 - version: 0.30.1(jsdom@21.1.1)(terser@5.16.6) 176 + version: 0.30.1(jsdom@21.1.1)(terser@5.17.1) 180 177 181 178 exchanges/auth: 182 179 dependencies: ··· 455 452 version: 17.0.2(react@17.0.2) 456 453 vite: 457 454 specifier: ^3.2.4 458 - version: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 455 + version: 3.2.5(@types/node@18.15.3)(terser@5.17.1) 459 456 460 457 packages/site: 461 458 dependencies: ··· 485 482 version: 1.2.0(react@17.0.2) 486 483 prop-types: 487 484 specifier: ^15.6.2 488 - version: 15.8.1 485 + version: 15.7.2 489 486 react: 490 487 specifier: ^17.0.2 491 488 version: 17.0.2 ··· 494 491 version: 17.0.2(react@17.0.2) 495 492 react-ga: 496 493 specifier: ^3.3.0 497 - version: 3.3.0(prop-types@15.8.1)(react@17.0.2) 494 + version: 3.3.0(prop-types@15.7.2)(react@17.0.2) 498 495 react-gtm-module: 499 496 specifier: ^2.0.11 500 497 version: 2.0.11 ··· 528 525 devDependencies: 529 526 '@babel/core': 530 527 specifier: ^7.2.0 531 - version: 7.21.3 528 + version: 7.21.5 532 529 '@mdx-js/mdx': 533 530 specifier: ^1.5.7 534 531 version: 1.6.22 ··· 657 654 dependencies: 658 655 tunnel: 0.0.6 659 656 660 - /@ampproject/remapping@2.2.0: 661 - resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} 657 + /@ampproject/remapping@2.2.1: 658 + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} 662 659 engines: {node: '>=6.0.0'} 663 660 dependencies: 664 - '@jridgewell/gen-mapping': 0.1.1 665 - '@jridgewell/trace-mapping': 0.3.17 661 + '@jridgewell/gen-mapping': 0.3.3 662 + '@jridgewell/trace-mapping': 0.3.18 666 663 667 - /@babel/cli@7.13.16(@babel/core@7.21.3): 664 + /@babel/cli@7.13.16(@babel/core@7.21.5): 668 665 resolution: {integrity: sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==} 669 666 hasBin: true 670 667 peerDependencies: 671 668 '@babel/core': ^7.0.0-0 672 669 dependencies: 673 - '@babel/core': 7.21.3 670 + '@babel/core': 7.21.5 674 671 commander: 4.1.1 675 672 convert-source-map: 1.9.0 676 673 fs-readdir-recursive: 1.1.0 677 - glob: 7.1.6 674 + glob: 7.2.3 678 675 make-dir: 2.1.0 679 676 slash: 2.0.0 680 677 source-map: 0.5.7 681 678 optionalDependencies: 682 679 '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents 683 - chokidar: 3.5.1 680 + chokidar: 3.5.3 684 681 transitivePeerDependencies: 685 682 - supports-color 686 683 ··· 696 693 dependencies: 697 694 '@babel/highlight': 7.18.6 698 695 699 - /@babel/compat-data@7.21.0: 700 - resolution: {integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==} 696 + /@babel/compat-data@7.21.5: 697 + resolution: {integrity: sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug==} 701 698 engines: {node: '>=6.9.0'} 702 699 703 700 /@babel/core@7.12.9: ··· 705 702 engines: {node: '>=6.9.0'} 706 703 dependencies: 707 704 '@babel/code-frame': 7.21.4 708 - '@babel/generator': 7.21.3 709 - '@babel/helper-module-transforms': 7.21.2 710 - '@babel/helpers': 7.21.0 711 - '@babel/parser': 7.21.3 705 + '@babel/generator': 7.21.5 706 + '@babel/helper-module-transforms': 7.21.5 707 + '@babel/helpers': 7.21.5 708 + '@babel/parser': 7.21.5 712 709 '@babel/template': 7.20.7 713 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 714 - '@babel/types': 7.21.3 710 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 711 + '@babel/types': 7.21.5 715 712 convert-source-map: 1.9.0 716 713 debug: 4.3.4(supports-color@5.5.0) 717 714 gensync: 1.0.0-beta.2 718 715 json5: 2.2.3 719 716 lodash: 4.17.21 720 - resolve: 1.22.1 717 + resolve: 1.22.2 721 718 semver: 5.7.1 722 719 source-map: 0.5.7 723 720 transitivePeerDependencies: 724 721 - supports-color 725 722 726 - /@babel/core@7.21.3: 727 - resolution: {integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==} 723 + /@babel/core@7.21.5: 724 + resolution: {integrity: sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==} 728 725 engines: {node: '>=6.9.0'} 729 726 dependencies: 730 - '@ampproject/remapping': 2.2.0 727 + '@ampproject/remapping': 2.2.1 731 728 '@babel/code-frame': 7.21.4 732 - '@babel/generator': 7.21.3 733 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 734 - '@babel/helper-module-transforms': 7.21.2 735 - '@babel/helpers': 7.21.0 736 - '@babel/parser': 7.21.3 729 + '@babel/generator': 7.21.5 730 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5) 731 + '@babel/helper-module-transforms': 7.21.5 732 + '@babel/helpers': 7.21.5 733 + '@babel/parser': 7.21.5 737 734 '@babel/template': 7.20.7 738 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 739 - '@babel/types': 7.21.3 735 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 736 + '@babel/types': 7.21.5 740 737 convert-source-map: 1.9.0 741 738 debug: 4.3.4(supports-color@5.5.0) 742 739 gensync: 1.0.0-beta.2 ··· 745 742 transitivePeerDependencies: 746 743 - supports-color 747 744 748 - /@babel/generator@7.21.3: 749 - resolution: {integrity: sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==} 745 + /@babel/generator@7.21.5: 746 + resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} 750 747 engines: {node: '>=6.9.0'} 751 748 dependencies: 752 - '@babel/types': 7.21.3 753 - '@jridgewell/gen-mapping': 0.3.2 754 - '@jridgewell/trace-mapping': 0.3.17 749 + '@babel/types': 7.21.5 750 + '@jridgewell/gen-mapping': 0.3.3 751 + '@jridgewell/trace-mapping': 0.3.18 755 752 jsesc: 2.5.2 756 753 757 754 /@babel/helper-annotate-as-pure@7.18.6: 758 755 resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} 759 756 engines: {node: '>=6.9.0'} 760 757 dependencies: 761 - '@babel/types': 7.21.3 758 + '@babel/types': 7.21.5 762 759 763 760 /@babel/helper-builder-binary-assignment-operator-visitor@7.12.13: 764 761 resolution: {integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==} 765 762 dependencies: 766 763 '@babel/helper-explode-assignable-expression': 7.13.0 767 - '@babel/types': 7.21.3 764 + '@babel/types': 7.21.5 768 765 769 - /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.3): 770 - resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} 766 + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.5): 767 + resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} 771 768 engines: {node: '>=6.9.0'} 772 769 peerDependencies: 773 770 '@babel/core': ^7.0.0 774 771 dependencies: 775 - '@babel/compat-data': 7.21.0 776 - '@babel/core': 7.21.3 772 + '@babel/compat-data': 7.21.5 773 + '@babel/core': 7.21.5 777 774 '@babel/helper-validator-option': 7.21.0 778 775 browserslist: 4.21.5 779 776 lru-cache: 5.1.1 780 777 semver: 6.3.0 781 778 782 - /@babel/helper-create-class-features-plugin@7.13.11(@babel/core@7.21.3): 783 - resolution: {integrity: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==} 779 + /@babel/helper-create-class-features-plugin@7.21.5(@babel/core@7.21.5): 780 + resolution: {integrity: sha512-yNSEck9SuDvPTEUYm4BSXl6ZVC7yO5ZLEMAhG3v3zi7RDxyL/nQDemWWZmw4L0stPWwhpnznRRyJHPRcbXR2jw==} 781 + engines: {node: '>=6.9.0'} 784 782 peerDependencies: 785 783 '@babel/core': ^7.0.0 786 784 dependencies: 787 - '@babel/core': 7.21.3 785 + '@babel/core': 7.21.5 786 + '@babel/helper-annotate-as-pure': 7.18.6 787 + '@babel/helper-environment-visitor': 7.21.5 788 788 '@babel/helper-function-name': 7.21.0 789 - '@babel/helper-member-expression-to-functions': 7.13.12 790 - '@babel/helper-optimise-call-expression': 7.12.13 791 - '@babel/helper-replace-supers': 7.13.12 789 + '@babel/helper-member-expression-to-functions': 7.21.5 790 + '@babel/helper-optimise-call-expression': 7.18.6 791 + '@babel/helper-replace-supers': 7.21.5 792 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 792 793 '@babel/helper-split-export-declaration': 7.18.6 794 + semver: 6.3.0 793 795 transitivePeerDependencies: 794 796 - supports-color 795 797 796 - /@babel/helper-create-regexp-features-plugin@7.12.17(@babel/core@7.21.3): 798 + /@babel/helper-create-regexp-features-plugin@7.12.17(@babel/core@7.21.5): 797 799 resolution: {integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==} 798 800 peerDependencies: 799 801 '@babel/core': ^7.0.0 800 802 dependencies: 801 - '@babel/core': 7.21.3 803 + '@babel/core': 7.21.5 802 804 '@babel/helper-annotate-as-pure': 7.18.6 803 805 regexpu-core: 4.7.1 804 806 805 - /@babel/helper-define-polyfill-provider@0.2.0(@babel/core@7.21.3): 807 + /@babel/helper-define-polyfill-provider@0.2.0(@babel/core@7.21.5): 806 808 resolution: {integrity: sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==} 807 809 peerDependencies: 808 810 '@babel/core': ^7.4.0-0 809 811 dependencies: 810 - '@babel/core': 7.21.3 811 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 812 - '@babel/helper-module-imports': 7.18.6 813 - '@babel/helper-plugin-utils': 7.20.2 814 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 812 + '@babel/core': 7.21.5 813 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5) 814 + '@babel/helper-module-imports': 7.21.4 815 + '@babel/helper-plugin-utils': 7.21.5 816 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 815 817 debug: 4.3.4(supports-color@5.5.0) 816 818 lodash.debounce: 4.0.8 817 - resolve: 1.22.1 819 + resolve: 1.22.2 818 820 semver: 6.3.0 819 821 transitivePeerDependencies: 820 822 - supports-color 821 823 822 - /@babel/helper-environment-visitor@7.18.9: 823 - resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} 824 + /@babel/helper-environment-visitor@7.21.5: 825 + resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} 824 826 engines: {node: '>=6.9.0'} 825 827 826 828 /@babel/helper-explode-assignable-expression@7.13.0: 827 829 resolution: {integrity: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==} 828 830 dependencies: 829 - '@babel/types': 7.21.3 831 + '@babel/types': 7.21.5 830 832 831 833 /@babel/helper-function-name@7.21.0: 832 834 resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} 833 835 engines: {node: '>=6.9.0'} 834 836 dependencies: 835 837 '@babel/template': 7.20.7 836 - '@babel/types': 7.21.3 838 + '@babel/types': 7.21.5 837 839 838 840 /@babel/helper-hoist-variables@7.18.6: 839 841 resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} 840 842 engines: {node: '>=6.9.0'} 841 843 dependencies: 842 - '@babel/types': 7.21.3 844 + '@babel/types': 7.21.5 843 845 844 - /@babel/helper-member-expression-to-functions@7.13.12: 845 - resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} 846 + /@babel/helper-member-expression-to-functions@7.21.5: 847 + resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==} 848 + engines: {node: '>=6.9.0'} 846 849 dependencies: 847 - '@babel/types': 7.21.3 850 + '@babel/types': 7.21.5 848 851 849 - /@babel/helper-module-imports@7.18.6: 850 - resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} 852 + /@babel/helper-module-imports@7.21.4: 853 + resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} 851 854 engines: {node: '>=6.9.0'} 852 855 dependencies: 853 - '@babel/types': 7.21.3 856 + '@babel/types': 7.21.5 854 857 855 - /@babel/helper-module-transforms@7.21.2: 856 - resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} 858 + /@babel/helper-module-transforms@7.21.5: 859 + resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} 857 860 engines: {node: '>=6.9.0'} 858 861 dependencies: 859 - '@babel/helper-environment-visitor': 7.18.9 860 - '@babel/helper-module-imports': 7.18.6 861 - '@babel/helper-simple-access': 7.20.2 862 + '@babel/helper-environment-visitor': 7.21.5 863 + '@babel/helper-module-imports': 7.21.4 864 + '@babel/helper-simple-access': 7.21.5 862 865 '@babel/helper-split-export-declaration': 7.18.6 863 866 '@babel/helper-validator-identifier': 7.19.1 864 867 '@babel/template': 7.20.7 865 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 866 - '@babel/types': 7.21.3 868 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 869 + '@babel/types': 7.21.5 867 870 transitivePeerDependencies: 868 871 - supports-color 869 872 870 - /@babel/helper-optimise-call-expression@7.12.13: 871 - resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} 873 + /@babel/helper-optimise-call-expression@7.18.6: 874 + resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} 875 + engines: {node: '>=6.9.0'} 872 876 dependencies: 873 - '@babel/types': 7.21.3 877 + '@babel/types': 7.21.5 874 878 875 879 /@babel/helper-plugin-utils@7.10.4: 876 880 resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} 877 881 878 - /@babel/helper-plugin-utils@7.20.2: 879 - resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} 882 + /@babel/helper-plugin-utils@7.21.5: 883 + resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} 880 884 engines: {node: '>=6.9.0'} 881 885 882 886 /@babel/helper-remap-async-to-generator@7.13.0: ··· 884 888 dependencies: 885 889 '@babel/helper-annotate-as-pure': 7.18.6 886 890 '@babel/helper-wrap-function': 7.13.0 887 - '@babel/types': 7.21.3 891 + '@babel/types': 7.21.5 888 892 transitivePeerDependencies: 889 893 - supports-color 890 894 891 - /@babel/helper-replace-supers@7.13.12: 892 - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} 895 + /@babel/helper-replace-supers@7.21.5: 896 + resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==} 897 + engines: {node: '>=6.9.0'} 893 898 dependencies: 894 - '@babel/helper-member-expression-to-functions': 7.13.12 895 - '@babel/helper-optimise-call-expression': 7.12.13 896 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 897 - '@babel/types': 7.21.3 899 + '@babel/helper-environment-visitor': 7.21.5 900 + '@babel/helper-member-expression-to-functions': 7.21.5 901 + '@babel/helper-optimise-call-expression': 7.18.6 902 + '@babel/template': 7.20.7 903 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 904 + '@babel/types': 7.21.5 898 905 transitivePeerDependencies: 899 906 - supports-color 900 907 901 - /@babel/helper-simple-access@7.20.2: 902 - resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} 908 + /@babel/helper-simple-access@7.21.5: 909 + resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} 903 910 engines: {node: '>=6.9.0'} 904 911 dependencies: 905 - '@babel/types': 7.21.3 912 + '@babel/types': 7.21.5 906 913 907 - /@babel/helper-skip-transparent-expression-wrappers@7.12.1: 908 - resolution: {integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==} 914 + /@babel/helper-skip-transparent-expression-wrappers@7.20.0: 915 + resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} 916 + engines: {node: '>=6.9.0'} 909 917 dependencies: 910 - '@babel/types': 7.21.3 918 + '@babel/types': 7.21.5 911 919 912 920 /@babel/helper-split-export-declaration@7.18.6: 913 921 resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} 914 922 engines: {node: '>=6.9.0'} 915 923 dependencies: 916 - '@babel/types': 7.21.3 924 + '@babel/types': 7.21.5 917 925 918 - /@babel/helper-string-parser@7.19.4: 919 - resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} 926 + /@babel/helper-string-parser@7.21.5: 927 + resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} 920 928 engines: {node: '>=6.9.0'} 921 929 922 930 /@babel/helper-validator-identifier@7.19.1: ··· 932 940 dependencies: 933 941 '@babel/helper-function-name': 7.21.0 934 942 '@babel/template': 7.20.7 935 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 936 - '@babel/types': 7.21.3 943 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 944 + '@babel/types': 7.21.5 937 945 transitivePeerDependencies: 938 946 - supports-color 939 947 940 - /@babel/helpers@7.21.0: 941 - resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} 948 + /@babel/helpers@7.21.5: 949 + resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} 942 950 engines: {node: '>=6.9.0'} 943 951 dependencies: 944 952 '@babel/template': 7.20.7 945 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 946 - '@babel/types': 7.21.3 953 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 954 + '@babel/types': 7.21.5 947 955 transitivePeerDependencies: 948 956 - supports-color 949 957 ··· 955 963 chalk: 2.4.2 956 964 js-tokens: 4.0.0 957 965 958 - /@babel/parser@7.21.3: 959 - resolution: {integrity: sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==} 966 + /@babel/parser@7.21.5: 967 + resolution: {integrity: sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==} 960 968 engines: {node: '>=6.0.0'} 961 969 hasBin: true 962 970 dependencies: 963 - '@babel/types': 7.21.3 971 + '@babel/types': 7.21.5 964 972 965 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12(@babel/core@7.21.3): 973 + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12(@babel/core@7.21.5): 966 974 resolution: {integrity: sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==} 967 975 peerDependencies: 968 976 '@babel/core': ^7.13.0 969 977 dependencies: 970 - '@babel/core': 7.21.3 971 - '@babel/helper-plugin-utils': 7.20.2 972 - '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 973 - '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.3) 978 + '@babel/core': 7.21.5 979 + '@babel/helper-plugin-utils': 7.21.5 980 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 981 + '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.5) 974 982 975 - /@babel/plugin-proposal-async-generator-functions@7.13.15(@babel/core@7.21.3): 983 + /@babel/plugin-proposal-async-generator-functions@7.13.15(@babel/core@7.21.5): 976 984 resolution: {integrity: sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==} 977 985 peerDependencies: 978 986 '@babel/core': ^7.0.0-0 979 987 dependencies: 980 - '@babel/core': 7.21.3 981 - '@babel/helper-plugin-utils': 7.20.2 988 + '@babel/core': 7.21.5 989 + '@babel/helper-plugin-utils': 7.21.5 982 990 '@babel/helper-remap-async-to-generator': 7.13.0 983 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) 991 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.5) 984 992 transitivePeerDependencies: 985 993 - supports-color 986 994 987 - /@babel/plugin-proposal-class-properties@7.13.0(@babel/core@7.21.3): 995 + /@babel/plugin-proposal-class-properties@7.13.0(@babel/core@7.21.5): 988 996 resolution: {integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==} 989 997 peerDependencies: 990 998 '@babel/core': ^7.0.0-0 991 999 dependencies: 992 - '@babel/core': 7.21.3 993 - '@babel/helper-create-class-features-plugin': 7.13.11(@babel/core@7.21.3) 994 - '@babel/helper-plugin-utils': 7.20.2 1000 + '@babel/core': 7.21.5 1001 + '@babel/helper-create-class-features-plugin': 7.21.5(@babel/core@7.21.5) 1002 + '@babel/helper-plugin-utils': 7.21.5 995 1003 transitivePeerDependencies: 996 1004 - supports-color 997 1005 998 - /@babel/plugin-proposal-dynamic-import@7.13.8(@babel/core@7.21.3): 1006 + /@babel/plugin-proposal-dynamic-import@7.13.8(@babel/core@7.21.5): 999 1007 resolution: {integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==} 1000 1008 peerDependencies: 1001 1009 '@babel/core': ^7.0.0-0 1002 1010 dependencies: 1003 - '@babel/core': 7.21.3 1004 - '@babel/helper-plugin-utils': 7.20.2 1005 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) 1011 + '@babel/core': 7.21.5 1012 + '@babel/helper-plugin-utils': 7.21.5 1013 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.5) 1006 1014 1007 - /@babel/plugin-proposal-export-default-from@7.12.13(@babel/core@7.21.3): 1015 + /@babel/plugin-proposal-export-default-from@7.12.13(@babel/core@7.21.5): 1008 1016 resolution: {integrity: sha512-idIsBT+DGXdOHL82U+8bwX4goHm/z10g8sGGrQroh+HCRcm7mDv/luaGdWJQMTuCX2FsdXS7X0Nyyzp4znAPJA==} 1009 1017 peerDependencies: 1010 1018 '@babel/core': ^7.0.0-0 1011 1019 dependencies: 1012 - '@babel/core': 7.21.3 1013 - '@babel/helper-plugin-utils': 7.20.2 1014 - '@babel/plugin-syntax-export-default-from': 7.12.13(@babel/core@7.21.3) 1020 + '@babel/core': 7.21.5 1021 + '@babel/helper-plugin-utils': 7.21.5 1022 + '@babel/plugin-syntax-export-default-from': 7.12.13(@babel/core@7.21.5) 1015 1023 1016 - /@babel/plugin-proposal-export-namespace-from@7.12.13(@babel/core@7.21.3): 1024 + /@babel/plugin-proposal-export-namespace-from@7.12.13(@babel/core@7.21.5): 1017 1025 resolution: {integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==} 1018 1026 peerDependencies: 1019 1027 '@babel/core': ^7.0.0-0 1020 1028 dependencies: 1021 - '@babel/core': 7.21.3 1022 - '@babel/helper-plugin-utils': 7.20.2 1023 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) 1029 + '@babel/core': 7.21.5 1030 + '@babel/helper-plugin-utils': 7.21.5 1031 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.5) 1024 1032 1025 - /@babel/plugin-proposal-json-strings@7.13.8(@babel/core@7.21.3): 1033 + /@babel/plugin-proposal-json-strings@7.13.8(@babel/core@7.21.5): 1026 1034 resolution: {integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==} 1027 1035 peerDependencies: 1028 1036 '@babel/core': ^7.0.0-0 1029 1037 dependencies: 1030 - '@babel/core': 7.21.3 1031 - '@babel/helper-plugin-utils': 7.20.2 1032 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) 1038 + '@babel/core': 7.21.5 1039 + '@babel/helper-plugin-utils': 7.21.5 1040 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.5) 1033 1041 1034 - /@babel/plugin-proposal-logical-assignment-operators@7.13.8(@babel/core@7.21.3): 1042 + /@babel/plugin-proposal-logical-assignment-operators@7.13.8(@babel/core@7.21.5): 1035 1043 resolution: {integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==} 1036 1044 peerDependencies: 1037 1045 '@babel/core': ^7.0.0-0 1038 1046 dependencies: 1039 - '@babel/core': 7.21.3 1040 - '@babel/helper-plugin-utils': 7.20.2 1041 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) 1047 + '@babel/core': 7.21.5 1048 + '@babel/helper-plugin-utils': 7.21.5 1049 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.5) 1042 1050 1043 - /@babel/plugin-proposal-nullish-coalescing-operator@7.13.8(@babel/core@7.21.3): 1051 + /@babel/plugin-proposal-nullish-coalescing-operator@7.13.8(@babel/core@7.21.5): 1044 1052 resolution: {integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==} 1045 1053 peerDependencies: 1046 1054 '@babel/core': ^7.0.0-0 1047 1055 dependencies: 1048 - '@babel/core': 7.21.3 1049 - '@babel/helper-plugin-utils': 7.20.2 1050 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) 1056 + '@babel/core': 7.21.5 1057 + '@babel/helper-plugin-utils': 7.21.5 1058 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.5) 1051 1059 1052 - /@babel/plugin-proposal-numeric-separator@7.12.13(@babel/core@7.21.3): 1060 + /@babel/plugin-proposal-numeric-separator@7.12.13(@babel/core@7.21.5): 1053 1061 resolution: {integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==} 1054 1062 peerDependencies: 1055 1063 '@babel/core': ^7.0.0-0 1056 1064 dependencies: 1057 - '@babel/core': 7.21.3 1058 - '@babel/helper-plugin-utils': 7.20.2 1059 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) 1065 + '@babel/core': 7.21.5 1066 + '@babel/helper-plugin-utils': 7.21.5 1067 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.5) 1060 1068 1061 1069 /@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9): 1062 1070 resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} ··· 1064 1072 '@babel/core': ^7.0.0-0 1065 1073 dependencies: 1066 1074 '@babel/core': 7.12.9 1067 - '@babel/helper-plugin-utils': 7.20.2 1075 + '@babel/helper-plugin-utils': 7.21.5 1068 1076 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) 1069 1077 '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.12.9) 1070 1078 1071 - /@babel/plugin-proposal-object-rest-spread@7.13.8(@babel/core@7.21.3): 1079 + /@babel/plugin-proposal-object-rest-spread@7.13.8(@babel/core@7.21.5): 1072 1080 resolution: {integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==} 1073 1081 peerDependencies: 1074 1082 '@babel/core': ^7.0.0-0 1075 1083 dependencies: 1076 - '@babel/compat-data': 7.21.0 1077 - '@babel/core': 7.21.3 1078 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 1079 - '@babel/helper-plugin-utils': 7.20.2 1080 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) 1081 - '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.21.3) 1084 + '@babel/compat-data': 7.21.5 1085 + '@babel/core': 7.21.5 1086 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5) 1087 + '@babel/helper-plugin-utils': 7.21.5 1088 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.5) 1089 + '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.21.5) 1082 1090 1083 - /@babel/plugin-proposal-optional-catch-binding@7.13.8(@babel/core@7.21.3): 1091 + /@babel/plugin-proposal-optional-catch-binding@7.13.8(@babel/core@7.21.5): 1084 1092 resolution: {integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==} 1085 1093 peerDependencies: 1086 1094 '@babel/core': ^7.0.0-0 1087 1095 dependencies: 1088 - '@babel/core': 7.21.3 1089 - '@babel/helper-plugin-utils': 7.20.2 1090 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) 1096 + '@babel/core': 7.21.5 1097 + '@babel/helper-plugin-utils': 7.21.5 1098 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.5) 1091 1099 1092 - /@babel/plugin-proposal-optional-chaining@7.13.12(@babel/core@7.21.3): 1100 + /@babel/plugin-proposal-optional-chaining@7.13.12(@babel/core@7.21.5): 1093 1101 resolution: {integrity: sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==} 1094 1102 peerDependencies: 1095 1103 '@babel/core': ^7.0.0-0 1096 1104 dependencies: 1097 - '@babel/core': 7.21.3 1098 - '@babel/helper-plugin-utils': 7.20.2 1099 - '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 1100 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) 1105 + '@babel/core': 7.21.5 1106 + '@babel/helper-plugin-utils': 7.21.5 1107 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 1108 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.5) 1101 1109 1102 - /@babel/plugin-proposal-private-methods@7.13.0(@babel/core@7.21.3): 1110 + /@babel/plugin-proposal-private-methods@7.13.0(@babel/core@7.21.5): 1103 1111 resolution: {integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q==} 1104 1112 peerDependencies: 1105 1113 '@babel/core': ^7.0.0-0 1106 1114 dependencies: 1107 - '@babel/core': 7.21.3 1108 - '@babel/helper-create-class-features-plugin': 7.13.11(@babel/core@7.21.3) 1109 - '@babel/helper-plugin-utils': 7.20.2 1115 + '@babel/core': 7.21.5 1116 + '@babel/helper-create-class-features-plugin': 7.21.5(@babel/core@7.21.5) 1117 + '@babel/helper-plugin-utils': 7.21.5 1110 1118 transitivePeerDependencies: 1111 1119 - supports-color 1112 1120 1113 - /@babel/plugin-proposal-unicode-property-regex@7.12.13(@babel/core@7.21.3): 1121 + /@babel/plugin-proposal-unicode-property-regex@7.12.13(@babel/core@7.21.5): 1114 1122 resolution: {integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==} 1115 1123 engines: {node: '>=4'} 1116 1124 peerDependencies: 1117 1125 '@babel/core': ^7.0.0-0 1118 1126 dependencies: 1119 - '@babel/core': 7.21.3 1120 - '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1121 - '@babel/helper-plugin-utils': 7.20.2 1127 + '@babel/core': 7.21.5 1128 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.5) 1129 + '@babel/helper-plugin-utils': 7.21.5 1122 1130 1123 - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.3): 1131 + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.5): 1124 1132 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 1125 1133 peerDependencies: 1126 1134 '@babel/core': ^7.0.0-0 1127 1135 dependencies: 1128 - '@babel/core': 7.21.3 1129 - '@babel/helper-plugin-utils': 7.20.2 1136 + '@babel/core': 7.21.5 1137 + '@babel/helper-plugin-utils': 7.21.5 1130 1138 1131 - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.3): 1139 + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.5): 1132 1140 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} 1133 1141 peerDependencies: 1134 1142 '@babel/core': ^7.0.0-0 1135 1143 dependencies: 1136 - '@babel/core': 7.21.3 1137 - '@babel/helper-plugin-utils': 7.20.2 1144 + '@babel/core': 7.21.5 1145 + '@babel/helper-plugin-utils': 7.21.5 1138 1146 1139 - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.3): 1147 + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.5): 1140 1148 resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} 1141 1149 peerDependencies: 1142 1150 '@babel/core': ^7.0.0-0 1143 1151 dependencies: 1144 - '@babel/core': 7.21.3 1145 - '@babel/helper-plugin-utils': 7.20.2 1152 + '@babel/core': 7.21.5 1153 + '@babel/helper-plugin-utils': 7.21.5 1146 1154 1147 - /@babel/plugin-syntax-export-default-from@7.12.13(@babel/core@7.21.3): 1155 + /@babel/plugin-syntax-export-default-from@7.12.13(@babel/core@7.21.5): 1148 1156 resolution: {integrity: sha512-gVry0zqoums0hA+EniCYK3gABhjYSLX1dVuwYpPw9DrLNA4/GovXySHVg4FGRsZht09ON/5C2NVx3keq+qqVGQ==} 1149 1157 peerDependencies: 1150 1158 '@babel/core': ^7.0.0-0 1151 1159 dependencies: 1152 - '@babel/core': 7.21.3 1153 - '@babel/helper-plugin-utils': 7.20.2 1160 + '@babel/core': 7.21.5 1161 + '@babel/helper-plugin-utils': 7.21.5 1154 1162 1155 - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.3): 1163 + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.5): 1156 1164 resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} 1157 1165 peerDependencies: 1158 1166 '@babel/core': ^7.0.0-0 1159 1167 dependencies: 1160 - '@babel/core': 7.21.3 1161 - '@babel/helper-plugin-utils': 7.20.2 1168 + '@babel/core': 7.21.5 1169 + '@babel/helper-plugin-utils': 7.21.5 1162 1170 1163 - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.3): 1171 + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.5): 1164 1172 resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} 1165 1173 peerDependencies: 1166 1174 '@babel/core': ^7.0.0-0 1167 1175 dependencies: 1168 - '@babel/core': 7.21.3 1169 - '@babel/helper-plugin-utils': 7.20.2 1176 + '@babel/core': 7.21.5 1177 + '@babel/helper-plugin-utils': 7.21.5 1170 1178 1171 1179 /@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9): 1172 1180 resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} ··· 1174 1182 '@babel/core': ^7.0.0-0 1175 1183 dependencies: 1176 1184 '@babel/core': 7.12.9 1177 - '@babel/helper-plugin-utils': 7.20.2 1185 + '@babel/helper-plugin-utils': 7.21.5 1178 1186 1179 - /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.3): 1180 - resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} 1187 + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.5): 1188 + resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} 1181 1189 engines: {node: '>=6.9.0'} 1182 1190 peerDependencies: 1183 1191 '@babel/core': ^7.0.0-0 1184 1192 dependencies: 1185 - '@babel/core': 7.21.3 1186 - '@babel/helper-plugin-utils': 7.20.2 1193 + '@babel/core': 7.21.5 1194 + '@babel/helper-plugin-utils': 7.21.5 1187 1195 1188 - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.3): 1196 + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.5): 1189 1197 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} 1190 1198 peerDependencies: 1191 1199 '@babel/core': ^7.0.0-0 1192 1200 dependencies: 1193 - '@babel/core': 7.21.3 1194 - '@babel/helper-plugin-utils': 7.20.2 1201 + '@babel/core': 7.21.5 1202 + '@babel/helper-plugin-utils': 7.21.5 1195 1203 1196 - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.3): 1204 + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.5): 1197 1205 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} 1198 1206 peerDependencies: 1199 1207 '@babel/core': ^7.0.0-0 1200 1208 dependencies: 1201 - '@babel/core': 7.21.3 1202 - '@babel/helper-plugin-utils': 7.20.2 1209 + '@babel/core': 7.21.5 1210 + '@babel/helper-plugin-utils': 7.21.5 1203 1211 1204 - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.3): 1212 + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.5): 1205 1213 resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} 1206 1214 peerDependencies: 1207 1215 '@babel/core': ^7.0.0-0 1208 1216 dependencies: 1209 - '@babel/core': 7.21.3 1210 - '@babel/helper-plugin-utils': 7.20.2 1217 + '@babel/core': 7.21.5 1218 + '@babel/helper-plugin-utils': 7.21.5 1211 1219 1212 1220 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9): 1213 1221 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} ··· 1215 1223 '@babel/core': ^7.0.0-0 1216 1224 dependencies: 1217 1225 '@babel/core': 7.12.9 1218 - '@babel/helper-plugin-utils': 7.20.2 1226 + '@babel/helper-plugin-utils': 7.21.5 1219 1227 1220 - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.3): 1228 + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.5): 1221 1229 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} 1222 1230 peerDependencies: 1223 1231 '@babel/core': ^7.0.0-0 1224 1232 dependencies: 1225 - '@babel/core': 7.21.3 1226 - '@babel/helper-plugin-utils': 7.20.2 1233 + '@babel/core': 7.21.5 1234 + '@babel/helper-plugin-utils': 7.21.5 1227 1235 1228 - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.3): 1236 + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.5): 1229 1237 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} 1230 1238 peerDependencies: 1231 1239 '@babel/core': ^7.0.0-0 1232 1240 dependencies: 1233 - '@babel/core': 7.21.3 1234 - '@babel/helper-plugin-utils': 7.20.2 1241 + '@babel/core': 7.21.5 1242 + '@babel/helper-plugin-utils': 7.21.5 1235 1243 1236 - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.3): 1244 + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.5): 1237 1245 resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} 1238 1246 peerDependencies: 1239 1247 '@babel/core': ^7.0.0-0 1240 1248 dependencies: 1241 - '@babel/core': 7.21.3 1242 - '@babel/helper-plugin-utils': 7.20.2 1249 + '@babel/core': 7.21.5 1250 + '@babel/helper-plugin-utils': 7.21.5 1243 1251 1244 - /@babel/plugin-syntax-top-level-await@7.12.13(@babel/core@7.21.3): 1252 + /@babel/plugin-syntax-top-level-await@7.12.13(@babel/core@7.21.5): 1245 1253 resolution: {integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==} 1246 1254 peerDependencies: 1247 1255 '@babel/core': ^7.0.0-0 1248 1256 dependencies: 1249 - '@babel/core': 7.21.3 1250 - '@babel/helper-plugin-utils': 7.20.2 1257 + '@babel/core': 7.21.5 1258 + '@babel/helper-plugin-utils': 7.21.5 1259 + 1260 + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.5): 1261 + resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} 1262 + engines: {node: '>=6.9.0'} 1263 + peerDependencies: 1264 + '@babel/core': ^7.0.0-0 1265 + dependencies: 1266 + '@babel/core': 7.21.5 1267 + '@babel/helper-plugin-utils': 7.21.5 1268 + dev: true 1251 1269 1252 - /@babel/plugin-transform-arrow-functions@7.13.0(@babel/core@7.21.3): 1270 + /@babel/plugin-transform-arrow-functions@7.13.0(@babel/core@7.21.5): 1253 1271 resolution: {integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==} 1254 1272 peerDependencies: 1255 1273 '@babel/core': ^7.0.0-0 1256 1274 dependencies: 1257 - '@babel/core': 7.21.3 1258 - '@babel/helper-plugin-utils': 7.20.2 1275 + '@babel/core': 7.21.5 1276 + '@babel/helper-plugin-utils': 7.21.5 1259 1277 1260 - /@babel/plugin-transform-async-to-generator@7.13.0(@babel/core@7.21.3): 1278 + /@babel/plugin-transform-async-to-generator@7.13.0(@babel/core@7.21.5): 1261 1279 resolution: {integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg==} 1262 1280 peerDependencies: 1263 1281 '@babel/core': ^7.0.0-0 1264 1282 dependencies: 1265 - '@babel/core': 7.21.3 1266 - '@babel/helper-module-imports': 7.18.6 1267 - '@babel/helper-plugin-utils': 7.20.2 1283 + '@babel/core': 7.21.5 1284 + '@babel/helper-module-imports': 7.21.4 1285 + '@babel/helper-plugin-utils': 7.21.5 1268 1286 '@babel/helper-remap-async-to-generator': 7.13.0 1269 1287 transitivePeerDependencies: 1270 1288 - supports-color 1271 1289 1272 - /@babel/plugin-transform-block-scoped-functions@7.12.13(@babel/core@7.21.3): 1290 + /@babel/plugin-transform-block-scoped-functions@7.12.13(@babel/core@7.21.5): 1273 1291 resolution: {integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==} 1274 1292 peerDependencies: 1275 1293 '@babel/core': ^7.0.0-0 1276 1294 dependencies: 1277 - '@babel/core': 7.21.3 1278 - '@babel/helper-plugin-utils': 7.20.2 1295 + '@babel/core': 7.21.5 1296 + '@babel/helper-plugin-utils': 7.21.5 1279 1297 1280 - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.3): 1298 + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.5): 1281 1299 resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} 1282 1300 engines: {node: '>=6.9.0'} 1283 1301 peerDependencies: 1284 1302 '@babel/core': ^7.0.0-0 1285 1303 dependencies: 1286 - '@babel/core': 7.21.3 1287 - '@babel/helper-plugin-utils': 7.20.2 1304 + '@babel/core': 7.21.5 1305 + '@babel/helper-plugin-utils': 7.21.5 1288 1306 1289 - /@babel/plugin-transform-classes@7.13.0(@babel/core@7.21.3): 1307 + /@babel/plugin-transform-classes@7.13.0(@babel/core@7.21.5): 1290 1308 resolution: {integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g==} 1291 1309 peerDependencies: 1292 1310 '@babel/core': ^7.0.0-0 1293 1311 dependencies: 1294 - '@babel/core': 7.21.3 1312 + '@babel/core': 7.21.5 1295 1313 '@babel/helper-annotate-as-pure': 7.18.6 1296 1314 '@babel/helper-function-name': 7.21.0 1297 - '@babel/helper-optimise-call-expression': 7.12.13 1298 - '@babel/helper-plugin-utils': 7.20.2 1299 - '@babel/helper-replace-supers': 7.13.12 1315 + '@babel/helper-optimise-call-expression': 7.18.6 1316 + '@babel/helper-plugin-utils': 7.21.5 1317 + '@babel/helper-replace-supers': 7.21.5 1300 1318 '@babel/helper-split-export-declaration': 7.18.6 1301 1319 globals: 11.12.0 1302 1320 transitivePeerDependencies: 1303 1321 - supports-color 1304 1322 1305 - /@babel/plugin-transform-computed-properties@7.13.0(@babel/core@7.21.3): 1323 + /@babel/plugin-transform-computed-properties@7.13.0(@babel/core@7.21.5): 1306 1324 resolution: {integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==} 1307 1325 peerDependencies: 1308 1326 '@babel/core': ^7.0.0-0 1309 1327 dependencies: 1310 - '@babel/core': 7.21.3 1311 - '@babel/helper-plugin-utils': 7.20.2 1328 + '@babel/core': 7.21.5 1329 + '@babel/helper-plugin-utils': 7.21.5 1312 1330 1313 - /@babel/plugin-transform-destructuring@7.13.17(@babel/core@7.21.3): 1331 + /@babel/plugin-transform-destructuring@7.13.17(@babel/core@7.21.5): 1314 1332 resolution: {integrity: sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==} 1315 1333 peerDependencies: 1316 1334 '@babel/core': ^7.0.0-0 1317 1335 dependencies: 1318 - '@babel/core': 7.21.3 1319 - '@babel/helper-plugin-utils': 7.20.2 1336 + '@babel/core': 7.21.5 1337 + '@babel/helper-plugin-utils': 7.21.5 1320 1338 1321 - /@babel/plugin-transform-dotall-regex@7.12.13(@babel/core@7.21.3): 1339 + /@babel/plugin-transform-dotall-regex@7.12.13(@babel/core@7.21.5): 1322 1340 resolution: {integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==} 1323 1341 peerDependencies: 1324 1342 '@babel/core': ^7.0.0-0 1325 1343 dependencies: 1326 - '@babel/core': 7.21.3 1327 - '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1328 - '@babel/helper-plugin-utils': 7.20.2 1344 + '@babel/core': 7.21.5 1345 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.5) 1346 + '@babel/helper-plugin-utils': 7.21.5 1329 1347 1330 - /@babel/plugin-transform-duplicate-keys@7.12.13(@babel/core@7.21.3): 1348 + /@babel/plugin-transform-duplicate-keys@7.12.13(@babel/core@7.21.5): 1331 1349 resolution: {integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==} 1332 1350 peerDependencies: 1333 1351 '@babel/core': ^7.0.0-0 1334 1352 dependencies: 1335 - '@babel/core': 7.21.3 1336 - '@babel/helper-plugin-utils': 7.20.2 1353 + '@babel/core': 7.21.5 1354 + '@babel/helper-plugin-utils': 7.21.5 1337 1355 1338 - /@babel/plugin-transform-exponentiation-operator@7.12.13(@babel/core@7.21.3): 1356 + /@babel/plugin-transform-exponentiation-operator@7.12.13(@babel/core@7.21.5): 1339 1357 resolution: {integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==} 1340 1358 peerDependencies: 1341 1359 '@babel/core': ^7.0.0-0 1342 1360 dependencies: 1343 - '@babel/core': 7.21.3 1361 + '@babel/core': 7.21.5 1344 1362 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 1345 - '@babel/helper-plugin-utils': 7.20.2 1363 + '@babel/helper-plugin-utils': 7.21.5 1346 1364 1347 - /@babel/plugin-transform-for-of@7.13.0(@babel/core@7.21.3): 1365 + /@babel/plugin-transform-for-of@7.13.0(@babel/core@7.21.5): 1348 1366 resolution: {integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==} 1349 1367 peerDependencies: 1350 1368 '@babel/core': ^7.0.0-0 1351 1369 dependencies: 1352 - '@babel/core': 7.21.3 1353 - '@babel/helper-plugin-utils': 7.20.2 1370 + '@babel/core': 7.21.5 1371 + '@babel/helper-plugin-utils': 7.21.5 1354 1372 1355 - /@babel/plugin-transform-function-name@7.12.13(@babel/core@7.21.3): 1373 + /@babel/plugin-transform-function-name@7.12.13(@babel/core@7.21.5): 1356 1374 resolution: {integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==} 1357 1375 peerDependencies: 1358 1376 '@babel/core': ^7.0.0-0 1359 1377 dependencies: 1360 - '@babel/core': 7.21.3 1378 + '@babel/core': 7.21.5 1361 1379 '@babel/helper-function-name': 7.21.0 1362 - '@babel/helper-plugin-utils': 7.20.2 1380 + '@babel/helper-plugin-utils': 7.21.5 1363 1381 1364 - /@babel/plugin-transform-literals@7.12.13(@babel/core@7.21.3): 1382 + /@babel/plugin-transform-literals@7.12.13(@babel/core@7.21.5): 1365 1383 resolution: {integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==} 1366 1384 peerDependencies: 1367 1385 '@babel/core': ^7.0.0-0 1368 1386 dependencies: 1369 - '@babel/core': 7.21.3 1370 - '@babel/helper-plugin-utils': 7.20.2 1387 + '@babel/core': 7.21.5 1388 + '@babel/helper-plugin-utils': 7.21.5 1371 1389 1372 - /@babel/plugin-transform-member-expression-literals@7.12.13(@babel/core@7.21.3): 1390 + /@babel/plugin-transform-member-expression-literals@7.12.13(@babel/core@7.21.5): 1373 1391 resolution: {integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==} 1374 1392 peerDependencies: 1375 1393 '@babel/core': ^7.0.0-0 1376 1394 dependencies: 1377 - '@babel/core': 7.21.3 1378 - '@babel/helper-plugin-utils': 7.20.2 1395 + '@babel/core': 7.21.5 1396 + '@babel/helper-plugin-utils': 7.21.5 1379 1397 1380 - /@babel/plugin-transform-modules-amd@7.13.0(@babel/core@7.21.3): 1398 + /@babel/plugin-transform-modules-amd@7.13.0(@babel/core@7.21.5): 1381 1399 resolution: {integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==} 1382 1400 peerDependencies: 1383 1401 '@babel/core': ^7.0.0-0 1384 1402 dependencies: 1385 - '@babel/core': 7.21.3 1386 - '@babel/helper-module-transforms': 7.21.2 1387 - '@babel/helper-plugin-utils': 7.20.2 1403 + '@babel/core': 7.21.5 1404 + '@babel/helper-module-transforms': 7.21.5 1405 + '@babel/helper-plugin-utils': 7.21.5 1388 1406 babel-plugin-dynamic-import-node: 2.3.3 1389 1407 transitivePeerDependencies: 1390 1408 - supports-color 1391 1409 1392 - /@babel/plugin-transform-modules-commonjs@7.14.0(@babel/core@7.21.3): 1410 + /@babel/plugin-transform-modules-commonjs@7.14.0(@babel/core@7.21.5): 1393 1411 resolution: {integrity: sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==} 1394 1412 peerDependencies: 1395 1413 '@babel/core': ^7.0.0-0 1396 1414 dependencies: 1397 - '@babel/core': 7.21.3 1398 - '@babel/helper-module-transforms': 7.21.2 1399 - '@babel/helper-plugin-utils': 7.20.2 1400 - '@babel/helper-simple-access': 7.20.2 1415 + '@babel/core': 7.21.5 1416 + '@babel/helper-module-transforms': 7.21.5 1417 + '@babel/helper-plugin-utils': 7.21.5 1418 + '@babel/helper-simple-access': 7.21.5 1401 1419 babel-plugin-dynamic-import-node: 2.3.3 1402 1420 transitivePeerDependencies: 1403 1421 - supports-color 1404 1422 1405 - /@babel/plugin-transform-modules-systemjs@7.13.8(@babel/core@7.21.3): 1423 + /@babel/plugin-transform-modules-systemjs@7.13.8(@babel/core@7.21.5): 1406 1424 resolution: {integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==} 1407 1425 peerDependencies: 1408 1426 '@babel/core': ^7.0.0-0 1409 1427 dependencies: 1410 - '@babel/core': 7.21.3 1428 + '@babel/core': 7.21.5 1411 1429 '@babel/helper-hoist-variables': 7.18.6 1412 - '@babel/helper-module-transforms': 7.21.2 1413 - '@babel/helper-plugin-utils': 7.20.2 1430 + '@babel/helper-module-transforms': 7.21.5 1431 + '@babel/helper-plugin-utils': 7.21.5 1414 1432 '@babel/helper-validator-identifier': 7.19.1 1415 1433 babel-plugin-dynamic-import-node: 2.3.3 1416 1434 transitivePeerDependencies: 1417 1435 - supports-color 1418 1436 1419 - /@babel/plugin-transform-modules-umd@7.13.0(@babel/core@7.21.3): 1437 + /@babel/plugin-transform-modules-umd@7.13.0(@babel/core@7.21.5): 1420 1438 resolution: {integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==} 1421 1439 peerDependencies: 1422 1440 '@babel/core': ^7.0.0-0 1423 1441 dependencies: 1424 - '@babel/core': 7.21.3 1425 - '@babel/helper-module-transforms': 7.21.2 1426 - '@babel/helper-plugin-utils': 7.20.2 1442 + '@babel/core': 7.21.5 1443 + '@babel/helper-module-transforms': 7.21.5 1444 + '@babel/helper-plugin-utils': 7.21.5 1427 1445 transitivePeerDependencies: 1428 1446 - supports-color 1429 1447 1430 - /@babel/plugin-transform-named-capturing-groups-regex@7.12.13(@babel/core@7.21.3): 1448 + /@babel/plugin-transform-named-capturing-groups-regex@7.12.13(@babel/core@7.21.5): 1431 1449 resolution: {integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==} 1432 1450 peerDependencies: 1433 1451 '@babel/core': ^7.0.0 1434 1452 dependencies: 1435 - '@babel/core': 7.21.3 1436 - '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1453 + '@babel/core': 7.21.5 1454 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.5) 1437 1455 1438 - /@babel/plugin-transform-new-target@7.12.13(@babel/core@7.21.3): 1456 + /@babel/plugin-transform-new-target@7.12.13(@babel/core@7.21.5): 1439 1457 resolution: {integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==} 1440 1458 peerDependencies: 1441 1459 '@babel/core': ^7.0.0-0 1442 1460 dependencies: 1443 - '@babel/core': 7.21.3 1444 - '@babel/helper-plugin-utils': 7.20.2 1461 + '@babel/core': 7.21.5 1462 + '@babel/helper-plugin-utils': 7.21.5 1445 1463 1446 - /@babel/plugin-transform-object-super@7.12.13(@babel/core@7.21.3): 1464 + /@babel/plugin-transform-object-super@7.12.13(@babel/core@7.21.5): 1447 1465 resolution: {integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==} 1448 1466 peerDependencies: 1449 1467 '@babel/core': ^7.0.0-0 1450 1468 dependencies: 1451 - '@babel/core': 7.21.3 1452 - '@babel/helper-plugin-utils': 7.20.2 1453 - '@babel/helper-replace-supers': 7.13.12 1469 + '@babel/core': 7.21.5 1470 + '@babel/helper-plugin-utils': 7.21.5 1471 + '@babel/helper-replace-supers': 7.21.5 1454 1472 transitivePeerDependencies: 1455 1473 - supports-color 1456 1474 ··· 1460 1478 '@babel/core': ^7.0.0-0 1461 1479 dependencies: 1462 1480 '@babel/core': 7.12.9 1463 - '@babel/helper-plugin-utils': 7.20.2 1481 + '@babel/helper-plugin-utils': 7.21.5 1464 1482 1465 - /@babel/plugin-transform-parameters@7.13.0(@babel/core@7.21.3): 1483 + /@babel/plugin-transform-parameters@7.13.0(@babel/core@7.21.5): 1466 1484 resolution: {integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==} 1467 1485 peerDependencies: 1468 1486 '@babel/core': ^7.0.0-0 1469 1487 dependencies: 1470 - '@babel/core': 7.21.3 1471 - '@babel/helper-plugin-utils': 7.20.2 1488 + '@babel/core': 7.21.5 1489 + '@babel/helper-plugin-utils': 7.21.5 1472 1490 1473 - /@babel/plugin-transform-property-literals@7.12.13(@babel/core@7.21.3): 1491 + /@babel/plugin-transform-property-literals@7.12.13(@babel/core@7.21.5): 1474 1492 resolution: {integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==} 1475 1493 peerDependencies: 1476 1494 '@babel/core': ^7.0.0-0 1477 1495 dependencies: 1478 - '@babel/core': 7.21.3 1479 - '@babel/helper-plugin-utils': 7.20.2 1496 + '@babel/core': 7.21.5 1497 + '@babel/helper-plugin-utils': 7.21.5 1480 1498 1481 - /@babel/plugin-transform-react-display-name@7.12.13(@babel/core@7.21.3): 1499 + /@babel/plugin-transform-react-display-name@7.12.13(@babel/core@7.21.5): 1482 1500 resolution: {integrity: sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA==} 1483 1501 peerDependencies: 1484 1502 '@babel/core': ^7.0.0-0 1485 1503 dependencies: 1486 - '@babel/core': 7.21.3 1487 - '@babel/helper-plugin-utils': 7.20.2 1504 + '@babel/core': 7.21.5 1505 + '@babel/helper-plugin-utils': 7.21.5 1488 1506 1489 - /@babel/plugin-transform-react-jsx-development@7.12.17(@babel/core@7.21.3): 1507 + /@babel/plugin-transform-react-jsx-development@7.12.17(@babel/core@7.21.5): 1490 1508 resolution: {integrity: sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==} 1491 1509 peerDependencies: 1492 1510 '@babel/core': ^7.0.0-0 1493 1511 dependencies: 1494 - '@babel/core': 7.21.3 1495 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) 1512 + '@babel/core': 7.21.5 1513 + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.5) 1496 1514 1497 - /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.3): 1498 - resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} 1515 + /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.21.5): 1516 + resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} 1499 1517 engines: {node: '>=6.9.0'} 1500 1518 peerDependencies: 1501 1519 '@babel/core': ^7.0.0-0 1502 1520 dependencies: 1503 - '@babel/core': 7.21.3 1521 + '@babel/core': 7.21.5 1504 1522 '@babel/helper-annotate-as-pure': 7.18.6 1505 - '@babel/helper-module-imports': 7.18.6 1506 - '@babel/helper-plugin-utils': 7.20.2 1507 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.3) 1508 - '@babel/types': 7.21.3 1523 + '@babel/helper-module-imports': 7.21.4 1524 + '@babel/helper-plugin-utils': 7.21.5 1525 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.5) 1526 + '@babel/types': 7.21.5 1509 1527 1510 - /@babel/plugin-transform-react-pure-annotations@7.12.1(@babel/core@7.21.3): 1528 + /@babel/plugin-transform-react-pure-annotations@7.12.1(@babel/core@7.21.5): 1511 1529 resolution: {integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==} 1512 1530 peerDependencies: 1513 1531 '@babel/core': ^7.0.0-0 1514 1532 dependencies: 1515 - '@babel/core': 7.21.3 1533 + '@babel/core': 7.21.5 1516 1534 '@babel/helper-annotate-as-pure': 7.18.6 1517 - '@babel/helper-plugin-utils': 7.20.2 1535 + '@babel/helper-plugin-utils': 7.21.5 1518 1536 1519 - /@babel/plugin-transform-regenerator@7.13.15(@babel/core@7.21.3): 1537 + /@babel/plugin-transform-regenerator@7.13.15(@babel/core@7.21.5): 1520 1538 resolution: {integrity: sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==} 1521 1539 peerDependencies: 1522 1540 '@babel/core': ^7.0.0-0 1523 1541 dependencies: 1524 - '@babel/core': 7.21.3 1542 + '@babel/core': 7.21.5 1525 1543 regenerator-transform: 0.14.5 1526 1544 1527 - /@babel/plugin-transform-reserved-words@7.12.13(@babel/core@7.21.3): 1545 + /@babel/plugin-transform-reserved-words@7.12.13(@babel/core@7.21.5): 1528 1546 resolution: {integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==} 1529 1547 peerDependencies: 1530 1548 '@babel/core': ^7.0.0-0 1531 1549 dependencies: 1532 - '@babel/core': 7.21.3 1533 - '@babel/helper-plugin-utils': 7.20.2 1550 + '@babel/core': 7.21.5 1551 + '@babel/helper-plugin-utils': 7.21.5 1534 1552 1535 - /@babel/plugin-transform-runtime@7.13.15(@babel/core@7.21.3): 1553 + /@babel/plugin-transform-runtime@7.13.15(@babel/core@7.21.5): 1536 1554 resolution: {integrity: sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==} 1537 1555 peerDependencies: 1538 1556 '@babel/core': ^7.0.0-0 1539 1557 dependencies: 1540 - '@babel/core': 7.21.3 1541 - '@babel/helper-module-imports': 7.18.6 1542 - '@babel/helper-plugin-utils': 7.20.2 1543 - babel-plugin-polyfill-corejs2: 0.2.0(@babel/core@7.21.3) 1544 - babel-plugin-polyfill-corejs3: 0.2.0(@babel/core@7.21.3) 1545 - babel-plugin-polyfill-regenerator: 0.2.0(@babel/core@7.21.3) 1558 + '@babel/core': 7.21.5 1559 + '@babel/helper-module-imports': 7.21.4 1560 + '@babel/helper-plugin-utils': 7.21.5 1561 + babel-plugin-polyfill-corejs2: 0.2.0(@babel/core@7.21.5) 1562 + babel-plugin-polyfill-corejs3: 0.2.0(@babel/core@7.21.5) 1563 + babel-plugin-polyfill-regenerator: 0.2.0(@babel/core@7.21.5) 1546 1564 semver: 6.3.0 1547 1565 transitivePeerDependencies: 1548 1566 - supports-color 1549 1567 1550 - /@babel/plugin-transform-shorthand-properties@7.12.13(@babel/core@7.21.3): 1568 + /@babel/plugin-transform-shorthand-properties@7.12.13(@babel/core@7.21.5): 1551 1569 resolution: {integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==} 1552 1570 peerDependencies: 1553 1571 '@babel/core': ^7.0.0-0 1554 1572 dependencies: 1555 - '@babel/core': 7.21.3 1556 - '@babel/helper-plugin-utils': 7.20.2 1573 + '@babel/core': 7.21.5 1574 + '@babel/helper-plugin-utils': 7.21.5 1557 1575 1558 - /@babel/plugin-transform-spread@7.13.0(@babel/core@7.21.3): 1576 + /@babel/plugin-transform-spread@7.13.0(@babel/core@7.21.5): 1559 1577 resolution: {integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==} 1560 1578 peerDependencies: 1561 1579 '@babel/core': ^7.0.0-0 1562 1580 dependencies: 1563 - '@babel/core': 7.21.3 1564 - '@babel/helper-plugin-utils': 7.20.2 1565 - '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 1581 + '@babel/core': 7.21.5 1582 + '@babel/helper-plugin-utils': 7.21.5 1583 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 1566 1584 1567 - /@babel/plugin-transform-sticky-regex@7.12.13(@babel/core@7.21.3): 1585 + /@babel/plugin-transform-sticky-regex@7.12.13(@babel/core@7.21.5): 1568 1586 resolution: {integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==} 1569 1587 peerDependencies: 1570 1588 '@babel/core': ^7.0.0-0 1571 1589 dependencies: 1572 - '@babel/core': 7.21.3 1573 - '@babel/helper-plugin-utils': 7.20.2 1590 + '@babel/core': 7.21.5 1591 + '@babel/helper-plugin-utils': 7.21.5 1574 1592 1575 - /@babel/plugin-transform-template-literals@7.13.0(@babel/core@7.21.3): 1593 + /@babel/plugin-transform-template-literals@7.13.0(@babel/core@7.21.5): 1576 1594 resolution: {integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==} 1577 1595 peerDependencies: 1578 1596 '@babel/core': ^7.0.0-0 1579 1597 dependencies: 1580 - '@babel/core': 7.21.3 1581 - '@babel/helper-plugin-utils': 7.20.2 1598 + '@babel/core': 7.21.5 1599 + '@babel/helper-plugin-utils': 7.21.5 1582 1600 1583 - /@babel/plugin-transform-typeof-symbol@7.12.13(@babel/core@7.21.3): 1601 + /@babel/plugin-transform-typeof-symbol@7.12.13(@babel/core@7.21.5): 1584 1602 resolution: {integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==} 1585 1603 peerDependencies: 1586 1604 '@babel/core': ^7.0.0-0 1587 1605 dependencies: 1588 - '@babel/core': 7.21.3 1589 - '@babel/helper-plugin-utils': 7.20.2 1606 + '@babel/core': 7.21.5 1607 + '@babel/helper-plugin-utils': 7.21.5 1608 + 1609 + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.5): 1610 + resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} 1611 + engines: {node: '>=6.9.0'} 1612 + peerDependencies: 1613 + '@babel/core': ^7.0.0-0 1614 + dependencies: 1615 + '@babel/core': 7.21.5 1616 + '@babel/helper-annotate-as-pure': 7.18.6 1617 + '@babel/helper-create-class-features-plugin': 7.21.5(@babel/core@7.21.5) 1618 + '@babel/helper-plugin-utils': 7.21.5 1619 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.5) 1620 + transitivePeerDependencies: 1621 + - supports-color 1622 + dev: true 1590 1623 1591 - /@babel/plugin-transform-unicode-escapes@7.12.13(@babel/core@7.21.3): 1624 + /@babel/plugin-transform-unicode-escapes@7.12.13(@babel/core@7.21.5): 1592 1625 resolution: {integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==} 1593 1626 peerDependencies: 1594 1627 '@babel/core': ^7.0.0-0 1595 1628 dependencies: 1596 - '@babel/core': 7.21.3 1597 - '@babel/helper-plugin-utils': 7.20.2 1629 + '@babel/core': 7.21.5 1630 + '@babel/helper-plugin-utils': 7.21.5 1598 1631 1599 - /@babel/plugin-transform-unicode-regex@7.12.13(@babel/core@7.21.3): 1632 + /@babel/plugin-transform-unicode-regex@7.12.13(@babel/core@7.21.5): 1600 1633 resolution: {integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==} 1601 1634 peerDependencies: 1602 1635 '@babel/core': ^7.0.0-0 1603 1636 dependencies: 1604 - '@babel/core': 7.21.3 1605 - '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.3) 1606 - '@babel/helper-plugin-utils': 7.20.2 1637 + '@babel/core': 7.21.5 1638 + '@babel/helper-create-regexp-features-plugin': 7.12.17(@babel/core@7.21.5) 1639 + '@babel/helper-plugin-utils': 7.21.5 1607 1640 1608 - /@babel/preset-env@7.13.15(@babel/core@7.21.3): 1641 + /@babel/preset-env@7.13.15(@babel/core@7.21.5): 1609 1642 resolution: {integrity: sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==} 1610 1643 peerDependencies: 1611 1644 '@babel/core': ^7.0.0-0 1612 1645 dependencies: 1613 - '@babel/compat-data': 7.21.0 1614 - '@babel/core': 7.21.3 1615 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) 1616 - '@babel/helper-plugin-utils': 7.20.2 1646 + '@babel/compat-data': 7.21.5 1647 + '@babel/core': 7.21.5 1648 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.5) 1649 + '@babel/helper-plugin-utils': 7.21.5 1617 1650 '@babel/helper-validator-option': 7.21.0 1618 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12(@babel/core@7.21.3) 1619 - '@babel/plugin-proposal-async-generator-functions': 7.13.15(@babel/core@7.21.3) 1620 - '@babel/plugin-proposal-class-properties': 7.13.0(@babel/core@7.21.3) 1621 - '@babel/plugin-proposal-dynamic-import': 7.13.8(@babel/core@7.21.3) 1622 - '@babel/plugin-proposal-export-namespace-from': 7.12.13(@babel/core@7.21.3) 1623 - '@babel/plugin-proposal-json-strings': 7.13.8(@babel/core@7.21.3) 1624 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8(@babel/core@7.21.3) 1625 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8(@babel/core@7.21.3) 1626 - '@babel/plugin-proposal-numeric-separator': 7.12.13(@babel/core@7.21.3) 1627 - '@babel/plugin-proposal-object-rest-spread': 7.13.8(@babel/core@7.21.3) 1628 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8(@babel/core@7.21.3) 1629 - '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.3) 1630 - '@babel/plugin-proposal-private-methods': 7.13.0(@babel/core@7.21.3) 1631 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13(@babel/core@7.21.3) 1632 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) 1633 - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) 1634 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) 1635 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) 1636 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) 1637 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) 1638 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) 1639 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) 1640 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) 1641 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) 1642 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) 1643 - '@babel/plugin-syntax-top-level-await': 7.12.13(@babel/core@7.21.3) 1644 - '@babel/plugin-transform-arrow-functions': 7.13.0(@babel/core@7.21.3) 1645 - '@babel/plugin-transform-async-to-generator': 7.13.0(@babel/core@7.21.3) 1646 - '@babel/plugin-transform-block-scoped-functions': 7.12.13(@babel/core@7.21.3) 1647 - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) 1648 - '@babel/plugin-transform-classes': 7.13.0(@babel/core@7.21.3) 1649 - '@babel/plugin-transform-computed-properties': 7.13.0(@babel/core@7.21.3) 1650 - '@babel/plugin-transform-destructuring': 7.13.17(@babel/core@7.21.3) 1651 - '@babel/plugin-transform-dotall-regex': 7.12.13(@babel/core@7.21.3) 1652 - '@babel/plugin-transform-duplicate-keys': 7.12.13(@babel/core@7.21.3) 1653 - '@babel/plugin-transform-exponentiation-operator': 7.12.13(@babel/core@7.21.3) 1654 - '@babel/plugin-transform-for-of': 7.13.0(@babel/core@7.21.3) 1655 - '@babel/plugin-transform-function-name': 7.12.13(@babel/core@7.21.3) 1656 - '@babel/plugin-transform-literals': 7.12.13(@babel/core@7.21.3) 1657 - '@babel/plugin-transform-member-expression-literals': 7.12.13(@babel/core@7.21.3) 1658 - '@babel/plugin-transform-modules-amd': 7.13.0(@babel/core@7.21.3) 1659 - '@babel/plugin-transform-modules-commonjs': 7.14.0(@babel/core@7.21.3) 1660 - '@babel/plugin-transform-modules-systemjs': 7.13.8(@babel/core@7.21.3) 1661 - '@babel/plugin-transform-modules-umd': 7.13.0(@babel/core@7.21.3) 1662 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13(@babel/core@7.21.3) 1663 - '@babel/plugin-transform-new-target': 7.12.13(@babel/core@7.21.3) 1664 - '@babel/plugin-transform-object-super': 7.12.13(@babel/core@7.21.3) 1665 - '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.21.3) 1666 - '@babel/plugin-transform-property-literals': 7.12.13(@babel/core@7.21.3) 1667 - '@babel/plugin-transform-regenerator': 7.13.15(@babel/core@7.21.3) 1668 - '@babel/plugin-transform-reserved-words': 7.12.13(@babel/core@7.21.3) 1669 - '@babel/plugin-transform-shorthand-properties': 7.12.13(@babel/core@7.21.3) 1670 - '@babel/plugin-transform-spread': 7.13.0(@babel/core@7.21.3) 1671 - '@babel/plugin-transform-sticky-regex': 7.12.13(@babel/core@7.21.3) 1672 - '@babel/plugin-transform-template-literals': 7.13.0(@babel/core@7.21.3) 1673 - '@babel/plugin-transform-typeof-symbol': 7.12.13(@babel/core@7.21.3) 1674 - '@babel/plugin-transform-unicode-escapes': 7.12.13(@babel/core@7.21.3) 1675 - '@babel/plugin-transform-unicode-regex': 7.12.13(@babel/core@7.21.3) 1676 - '@babel/preset-modules': 0.1.4(@babel/core@7.21.3) 1677 - '@babel/types': 7.21.3 1678 - babel-plugin-polyfill-corejs2: 0.2.0(@babel/core@7.21.3) 1679 - babel-plugin-polyfill-corejs3: 0.2.0(@babel/core@7.21.3) 1680 - babel-plugin-polyfill-regenerator: 0.2.0(@babel/core@7.21.3) 1651 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12(@babel/core@7.21.5) 1652 + '@babel/plugin-proposal-async-generator-functions': 7.13.15(@babel/core@7.21.5) 1653 + '@babel/plugin-proposal-class-properties': 7.13.0(@babel/core@7.21.5) 1654 + '@babel/plugin-proposal-dynamic-import': 7.13.8(@babel/core@7.21.5) 1655 + '@babel/plugin-proposal-export-namespace-from': 7.12.13(@babel/core@7.21.5) 1656 + '@babel/plugin-proposal-json-strings': 7.13.8(@babel/core@7.21.5) 1657 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8(@babel/core@7.21.5) 1658 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8(@babel/core@7.21.5) 1659 + '@babel/plugin-proposal-numeric-separator': 7.12.13(@babel/core@7.21.5) 1660 + '@babel/plugin-proposal-object-rest-spread': 7.13.8(@babel/core@7.21.5) 1661 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8(@babel/core@7.21.5) 1662 + '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.5) 1663 + '@babel/plugin-proposal-private-methods': 7.13.0(@babel/core@7.21.5) 1664 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13(@babel/core@7.21.5) 1665 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.5) 1666 + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.5) 1667 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.5) 1668 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.5) 1669 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.5) 1670 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.5) 1671 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.5) 1672 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.5) 1673 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.5) 1674 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.5) 1675 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.5) 1676 + '@babel/plugin-syntax-top-level-await': 7.12.13(@babel/core@7.21.5) 1677 + '@babel/plugin-transform-arrow-functions': 7.13.0(@babel/core@7.21.5) 1678 + '@babel/plugin-transform-async-to-generator': 7.13.0(@babel/core@7.21.5) 1679 + '@babel/plugin-transform-block-scoped-functions': 7.12.13(@babel/core@7.21.5) 1680 + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.5) 1681 + '@babel/plugin-transform-classes': 7.13.0(@babel/core@7.21.5) 1682 + '@babel/plugin-transform-computed-properties': 7.13.0(@babel/core@7.21.5) 1683 + '@babel/plugin-transform-destructuring': 7.13.17(@babel/core@7.21.5) 1684 + '@babel/plugin-transform-dotall-regex': 7.12.13(@babel/core@7.21.5) 1685 + '@babel/plugin-transform-duplicate-keys': 7.12.13(@babel/core@7.21.5) 1686 + '@babel/plugin-transform-exponentiation-operator': 7.12.13(@babel/core@7.21.5) 1687 + '@babel/plugin-transform-for-of': 7.13.0(@babel/core@7.21.5) 1688 + '@babel/plugin-transform-function-name': 7.12.13(@babel/core@7.21.5) 1689 + '@babel/plugin-transform-literals': 7.12.13(@babel/core@7.21.5) 1690 + '@babel/plugin-transform-member-expression-literals': 7.12.13(@babel/core@7.21.5) 1691 + '@babel/plugin-transform-modules-amd': 7.13.0(@babel/core@7.21.5) 1692 + '@babel/plugin-transform-modules-commonjs': 7.14.0(@babel/core@7.21.5) 1693 + '@babel/plugin-transform-modules-systemjs': 7.13.8(@babel/core@7.21.5) 1694 + '@babel/plugin-transform-modules-umd': 7.13.0(@babel/core@7.21.5) 1695 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13(@babel/core@7.21.5) 1696 + '@babel/plugin-transform-new-target': 7.12.13(@babel/core@7.21.5) 1697 + '@babel/plugin-transform-object-super': 7.12.13(@babel/core@7.21.5) 1698 + '@babel/plugin-transform-parameters': 7.13.0(@babel/core@7.21.5) 1699 + '@babel/plugin-transform-property-literals': 7.12.13(@babel/core@7.21.5) 1700 + '@babel/plugin-transform-regenerator': 7.13.15(@babel/core@7.21.5) 1701 + '@babel/plugin-transform-reserved-words': 7.12.13(@babel/core@7.21.5) 1702 + '@babel/plugin-transform-shorthand-properties': 7.12.13(@babel/core@7.21.5) 1703 + '@babel/plugin-transform-spread': 7.13.0(@babel/core@7.21.5) 1704 + '@babel/plugin-transform-sticky-regex': 7.12.13(@babel/core@7.21.5) 1705 + '@babel/plugin-transform-template-literals': 7.13.0(@babel/core@7.21.5) 1706 + '@babel/plugin-transform-typeof-symbol': 7.12.13(@babel/core@7.21.5) 1707 + '@babel/plugin-transform-unicode-escapes': 7.12.13(@babel/core@7.21.5) 1708 + '@babel/plugin-transform-unicode-regex': 7.12.13(@babel/core@7.21.5) 1709 + '@babel/preset-modules': 0.1.4(@babel/core@7.21.5) 1710 + '@babel/types': 7.21.5 1711 + babel-plugin-polyfill-corejs2: 0.2.0(@babel/core@7.21.5) 1712 + babel-plugin-polyfill-corejs3: 0.2.0(@babel/core@7.21.5) 1713 + babel-plugin-polyfill-regenerator: 0.2.0(@babel/core@7.21.5) 1681 1714 core-js-compat: 3.11.1 1682 1715 semver: 6.3.0 1683 1716 transitivePeerDependencies: 1684 1717 - supports-color 1685 1718 1686 - /@babel/preset-modules@0.1.4(@babel/core@7.21.3): 1719 + /@babel/preset-modules@0.1.4(@babel/core@7.21.5): 1687 1720 resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} 1688 1721 peerDependencies: 1689 1722 '@babel/core': ^7.0.0-0 1690 1723 dependencies: 1691 - '@babel/core': 7.21.3 1692 - '@babel/helper-plugin-utils': 7.20.2 1693 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13(@babel/core@7.21.3) 1694 - '@babel/plugin-transform-dotall-regex': 7.12.13(@babel/core@7.21.3) 1695 - '@babel/types': 7.21.3 1724 + '@babel/core': 7.21.5 1725 + '@babel/helper-plugin-utils': 7.21.5 1726 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13(@babel/core@7.21.5) 1727 + '@babel/plugin-transform-dotall-regex': 7.12.13(@babel/core@7.21.5) 1728 + '@babel/types': 7.21.5 1696 1729 esutils: 2.0.3 1697 1730 1698 - /@babel/preset-react@7.13.13(@babel/core@7.21.3): 1731 + /@babel/preset-react@7.13.13(@babel/core@7.21.5): 1699 1732 resolution: {integrity: sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==} 1700 1733 peerDependencies: 1701 1734 '@babel/core': ^7.0.0-0 1702 1735 dependencies: 1703 - '@babel/core': 7.21.3 1704 - '@babel/helper-plugin-utils': 7.20.2 1736 + '@babel/core': 7.21.5 1737 + '@babel/helper-plugin-utils': 7.21.5 1705 1738 '@babel/helper-validator-option': 7.21.0 1706 - '@babel/plugin-transform-react-display-name': 7.12.13(@babel/core@7.21.3) 1707 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) 1708 - '@babel/plugin-transform-react-jsx-development': 7.12.17(@babel/core@7.21.3) 1709 - '@babel/plugin-transform-react-pure-annotations': 7.12.1(@babel/core@7.21.3) 1739 + '@babel/plugin-transform-react-display-name': 7.12.13(@babel/core@7.21.5) 1740 + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.5) 1741 + '@babel/plugin-transform-react-jsx-development': 7.12.17(@babel/core@7.21.5) 1742 + '@babel/plugin-transform-react-pure-annotations': 7.12.1(@babel/core@7.21.5) 1710 1743 1711 1744 /@babel/preset-stage-0@7.8.3: 1712 1745 resolution: {integrity: sha512-+l6FlG1j73t4wh78W41StbcCz0/9a1/y+vxfnjtHl060kSmcgMfGzK9MEkLvrCOXfhp9RCX+d88sm6rOqxEIEQ==} 1713 1746 1714 - /@babel/register@7.13.16(@babel/core@7.21.3): 1747 + /@babel/register@7.13.16(@babel/core@7.21.5): 1715 1748 resolution: {integrity: sha512-dh2t11ysujTwByQjXNgJ48QZ2zcXKQVdV8s0TbeMI0flmtGWCdTwK9tJiACHXPLmncm5+ktNn/diojA45JE4jg==} 1716 1749 peerDependencies: 1717 1750 '@babel/core': ^7.0.0-0 1718 1751 dependencies: 1719 - '@babel/core': 7.21.3 1752 + '@babel/core': 7.21.5 1720 1753 clone-deep: 4.0.1 1721 1754 find-cache-dir: 2.1.0 1722 1755 make-dir: 2.1.0 ··· 1747 1780 engines: {node: '>=6.9.0'} 1748 1781 dependencies: 1749 1782 '@babel/code-frame': 7.21.4 1750 - '@babel/parser': 7.21.3 1751 - '@babel/types': 7.21.3 1783 + '@babel/parser': 7.21.5 1784 + '@babel/types': 7.21.5 1752 1785 1753 - /@babel/traverse@7.21.3(supports-color@5.5.0): 1754 - resolution: {integrity: sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==} 1786 + /@babel/traverse@7.21.5(supports-color@5.5.0): 1787 + resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} 1755 1788 engines: {node: '>=6.9.0'} 1756 1789 dependencies: 1757 1790 '@babel/code-frame': 7.21.4 1758 - '@babel/generator': 7.21.3 1759 - '@babel/helper-environment-visitor': 7.18.9 1791 + '@babel/generator': 7.21.5 1792 + '@babel/helper-environment-visitor': 7.21.5 1760 1793 '@babel/helper-function-name': 7.21.0 1761 1794 '@babel/helper-hoist-variables': 7.18.6 1762 1795 '@babel/helper-split-export-declaration': 7.18.6 1763 - '@babel/parser': 7.21.3 1764 - '@babel/types': 7.21.3 1796 + '@babel/parser': 7.21.5 1797 + '@babel/types': 7.21.5 1765 1798 debug: 4.3.4(supports-color@5.5.0) 1766 1799 globals: 11.12.0 1767 1800 transitivePeerDependencies: 1768 1801 - supports-color 1769 1802 1770 - /@babel/types@7.21.3: 1771 - resolution: {integrity: sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==} 1803 + /@babel/types@7.21.5: 1804 + resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} 1772 1805 engines: {node: '>=6.9.0'} 1773 1806 dependencies: 1774 - '@babel/helper-string-parser': 7.19.4 1807 + '@babel/helper-string-parser': 7.21.5 1775 1808 '@babel/helper-validator-identifier': 7.19.1 1776 1809 to-fast-properties: 2.0.0 1777 1810 ··· 2168 2201 chalk: 4.1.2 2169 2202 dev: true 2170 2203 2171 - /@jridgewell/gen-mapping@0.1.1: 2172 - resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} 2204 + /@jridgewell/gen-mapping@0.3.3: 2205 + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} 2173 2206 engines: {node: '>=6.0.0'} 2174 2207 dependencies: 2175 2208 '@jridgewell/set-array': 1.1.2 2176 2209 '@jridgewell/sourcemap-codec': 1.4.15 2177 - 2178 - /@jridgewell/gen-mapping@0.3.2: 2179 - resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} 2180 - engines: {node: '>=6.0.0'} 2181 - dependencies: 2182 - '@jridgewell/set-array': 1.1.2 2183 - '@jridgewell/sourcemap-codec': 1.4.15 2184 - '@jridgewell/trace-mapping': 0.3.17 2210 + '@jridgewell/trace-mapping': 0.3.18 2185 2211 2186 2212 /@jridgewell/resolve-uri@3.1.0: 2187 2213 resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} ··· 2191 2217 resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} 2192 2218 engines: {node: '>=6.0.0'} 2193 2219 2194 - /@jridgewell/source-map@0.3.2: 2195 - resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} 2220 + /@jridgewell/source-map@0.3.3: 2221 + resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} 2196 2222 dependencies: 2197 - '@jridgewell/gen-mapping': 0.3.2 2198 - '@jridgewell/trace-mapping': 0.3.17 2223 + '@jridgewell/gen-mapping': 0.3.3 2224 + '@jridgewell/trace-mapping': 0.3.18 2199 2225 dev: true 2200 2226 2201 2227 /@jridgewell/sourcemap-codec@1.4.14: ··· 2204 2230 /@jridgewell/sourcemap-codec@1.4.15: 2205 2231 resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} 2206 2232 2207 - /@jridgewell/trace-mapping@0.3.17: 2208 - resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} 2233 + /@jridgewell/trace-mapping@0.3.18: 2234 + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} 2209 2235 dependencies: 2210 2236 '@jridgewell/resolve-uri': 3.1.0 2211 2237 '@jridgewell/sourcemap-codec': 1.4.14 ··· 2678 2704 optional: true 2679 2705 dev: true 2680 2706 2681 - /@rollup/plugin-babel@6.0.3(@babel/core@7.21.3)(rollup@3.19.1): 2707 + /@rollup/plugin-babel@6.0.3(@babel/core@7.21.5)(rollup@3.21.1): 2682 2708 resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} 2683 2709 engines: {node: '>=14.0.0'} 2684 2710 peerDependencies: ··· 2691 2717 rollup: 2692 2718 optional: true 2693 2719 dependencies: 2694 - '@babel/core': 7.21.3 2695 - '@babel/helper-module-imports': 7.18.6 2696 - '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2697 - rollup: 3.19.1 2720 + '@babel/core': 7.21.5 2721 + '@babel/helper-module-imports': 7.21.4 2722 + '@rollup/pluginutils': 5.0.2(rollup@3.21.1) 2723 + rollup: 3.21.1 2698 2724 dev: true 2699 2725 2700 - /@rollup/plugin-commonjs@24.0.1(rollup@3.19.1): 2701 - resolution: {integrity: sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==} 2726 + /@rollup/plugin-commonjs@24.1.0(rollup@3.21.1): 2727 + resolution: {integrity: sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==} 2702 2728 engines: {node: '>=14.0.0'} 2703 2729 peerDependencies: 2704 2730 rollup: ^2.68.0||^3.0.0 ··· 2706 2732 rollup: 2707 2733 optional: true 2708 2734 dependencies: 2709 - '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2735 + '@rollup/pluginutils': 5.0.2(rollup@3.21.1) 2710 2736 commondir: 1.0.1 2711 2737 estree-walker: 2.0.2 2712 2738 glob: 8.1.0 2713 2739 is-reference: 1.2.1 2714 2740 magic-string: 0.27.0 2715 - rollup: 3.19.1 2741 + rollup: 3.21.1 2716 2742 dev: true 2717 2743 2718 - /@rollup/plugin-node-resolve@15.0.1(rollup@3.19.1): 2719 - resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} 2744 + /@rollup/plugin-node-resolve@15.0.2(rollup@3.21.1): 2745 + resolution: {integrity: sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==} 2720 2746 engines: {node: '>=14.0.0'} 2721 2747 peerDependencies: 2722 2748 rollup: ^2.78.0||^3.0.0 ··· 2724 2750 rollup: 2725 2751 optional: true 2726 2752 dependencies: 2727 - '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2753 + '@rollup/pluginutils': 5.0.2(rollup@3.21.1) 2728 2754 '@types/resolve': 1.20.2 2729 - deepmerge: 4.3.0 2755 + deepmerge: 4.3.1 2730 2756 is-builtin-module: 3.2.1 2731 2757 is-module: 1.0.0 2732 - resolve: 1.22.1 2733 - rollup: 3.19.1 2758 + resolve: 1.22.2 2759 + rollup: 3.21.1 2734 2760 dev: true 2735 2761 2736 - /@rollup/plugin-replace@5.0.2(rollup@3.19.1): 2762 + /@rollup/plugin-replace@5.0.2(rollup@3.21.1): 2737 2763 resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} 2738 2764 engines: {node: '>=14.0.0'} 2739 2765 peerDependencies: ··· 2742 2768 rollup: 2743 2769 optional: true 2744 2770 dependencies: 2745 - '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2771 + '@rollup/pluginutils': 5.0.2(rollup@3.21.1) 2746 2772 magic-string: 0.27.0 2747 - rollup: 3.19.1 2773 + rollup: 3.21.1 2748 2774 dev: true 2749 2775 2750 - /@rollup/plugin-sucrase@5.0.1(rollup@3.19.1): 2751 - resolution: {integrity: sha512-3mYe28rR/sUTkV8v10yPCP55TQ/oJkvcxKZBj6NGx9ZfCn9BdBtBL1v1S0TQrcOV4WD3FTHJaI7TbbukALx9wA==} 2752 - engines: {node: '>=14.0.0'} 2753 - peerDependencies: 2754 - rollup: ^2.53.1||^3.0.0 2755 - peerDependenciesMeta: 2756 - rollup: 2757 - optional: true 2758 - dependencies: 2759 - '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 2760 - rollup: 3.19.1 2761 - sucrase: 3.29.0 2762 - dev: true 2763 - 2764 - /@rollup/plugin-terser@0.4.0(rollup@3.19.1): 2765 - resolution: {integrity: sha512-Ipcf3LPNerey1q9ZMjiaWHlNPEHNU/B5/uh9zXLltfEQ1lVSLLeZSgAtTPWGyw8Ip1guOeq+mDtdOlEj/wNxQw==} 2776 + /@rollup/plugin-terser@0.4.1(rollup@3.21.1): 2777 + resolution: {integrity: sha512-aKS32sw5a7hy+fEXVy+5T95aDIwjpGHCTv833HXVtyKMDoVS7pBr5K3L9hEQoNqbJFjfANPrNpIXlTQ7is00eA==} 2766 2778 engines: {node: '>=14.0.0'} 2767 2779 peerDependencies: 2768 2780 rollup: ^2.x || ^3.x ··· 2770 2782 rollup: 2771 2783 optional: true 2772 2784 dependencies: 2773 - rollup: 3.19.1 2785 + rollup: 3.21.1 2774 2786 serialize-javascript: 6.0.1 2775 2787 smob: 0.0.6 2776 - terser: 5.16.6 2788 + terser: 5.17.1 2777 2789 dev: true 2778 2790 2779 - /@rollup/pluginutils@5.0.2(rollup@3.19.1): 2791 + /@rollup/pluginutils@5.0.2(rollup@3.21.1): 2780 2792 resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} 2781 2793 engines: {node: '>=14.0.0'} 2782 2794 peerDependencies: ··· 2785 2797 rollup: 2786 2798 optional: true 2787 2799 dependencies: 2788 - '@types/estree': 1.0.0 2800 + '@types/estree': 1.0.1 2789 2801 estree-walker: 2.0.2 2790 2802 picomatch: 2.3.1 2791 - rollup: 3.19.1 2803 + rollup: 3.21.1 2792 2804 dev: true 2793 2805 2794 2806 /@sigstore/protobuf-specs@0.1.0: ··· 2905 2917 '@types/react': 17.0.52 2906 2918 dev: true 2907 2919 2908 - /@types/estree@1.0.0: 2909 - resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} 2920 + /@types/estree@1.0.1: 2921 + resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} 2910 2922 dev: true 2911 2923 2912 2924 /@types/glob@7.1.3: ··· 3239 3251 /@vue/compiler-core@3.2.47: 3240 3252 resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==} 3241 3253 dependencies: 3242 - '@babel/parser': 7.21.3 3254 + '@babel/parser': 7.21.5 3243 3255 '@vue/shared': 3.2.47 3244 3256 estree-walker: 2.0.2 3245 3257 source-map: 0.6.1 ··· 3255 3267 /@vue/compiler-sfc@3.2.47: 3256 3268 resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} 3257 3269 dependencies: 3258 - '@babel/parser': 7.21.3 3270 + '@babel/parser': 7.21.5 3259 3271 '@vue/compiler-core': 3.2.47 3260 3272 '@vue/compiler-dom': 3.2.47 3261 3273 '@vue/compiler-ssr': 3.2.47 ··· 3277 3289 /@vue/reactivity-transform@3.2.47: 3278 3290 resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==} 3279 3291 dependencies: 3280 - '@babel/parser': 7.21.3 3292 + '@babel/parser': 7.21.5 3281 3293 '@vue/compiler-core': 3.2.47 3282 3294 '@vue/shared': 3.2.47 3283 3295 estree-walker: 2.0.2 ··· 3673 3685 engines: {node: '>=12'} 3674 3686 dev: true 3675 3687 3676 - /any-promise@1.3.0: 3677 - resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} 3678 - dev: true 3679 - 3680 3688 /anymatch@2.0.0(supports-color@6.1.0): 3681 3689 resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} 3682 3690 dependencies: ··· 3933 3941 hasBin: true 3934 3942 dependencies: 3935 3943 browserslist: 4.21.5 3936 - caniuse-lite: 1.0.30001466 3944 + caniuse-lite: 1.0.30001481 3937 3945 colorette: 1.2.2 3938 3946 normalize-range: 0.1.2 3939 3947 num2fraction: 1.2.2 ··· 3960 3968 transitivePeerDependencies: 3961 3969 - supports-color 3962 3970 3963 - /babel-core@7.0.0-bridge.0(@babel/core@7.21.3): 3971 + /babel-core@7.0.0-bridge.0(@babel/core@7.21.5): 3964 3972 resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} 3965 3973 peerDependencies: 3966 3974 '@babel/core': ^7.0.0-0 3967 3975 dependencies: 3968 - '@babel/core': 7.21.3 3976 + '@babel/core': 7.21.5 3969 3977 3970 - /babel-loader@8.2.2(@babel/core@7.21.3)(webpack@4.46.0): 3978 + /babel-loader@8.2.2(@babel/core@7.21.5)(webpack@4.46.0): 3971 3979 resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} 3972 3980 engines: {node: '>= 8.9'} 3973 3981 peerDependencies: 3974 3982 '@babel/core': ^7.0.0 3975 3983 webpack: '>=2' 3976 3984 dependencies: 3977 - '@babel/core': 7.21.3 3985 + '@babel/core': 7.21.5 3978 3986 find-cache-dir: 3.3.2 3979 3987 loader-utils: 1.4.0 3980 3988 make-dir: 3.1.0 ··· 4005 4013 dependencies: 4006 4014 '@babel/runtime': 7.21.0 4007 4015 cosmiconfig: 6.0.0 4008 - resolve: 1.22.1 4016 + resolve: 1.22.2 4009 4017 4010 - /babel-plugin-polyfill-corejs2@0.2.0(@babel/core@7.21.3): 4018 + /babel-plugin-polyfill-corejs2@0.2.0(@babel/core@7.21.5): 4011 4019 resolution: {integrity: sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==} 4012 4020 peerDependencies: 4013 4021 '@babel/core': ^7.0.0-0 4014 4022 dependencies: 4015 - '@babel/compat-data': 7.21.0 4016 - '@babel/core': 7.21.3 4017 - '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.3) 4023 + '@babel/compat-data': 7.21.5 4024 + '@babel/core': 7.21.5 4025 + '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.5) 4018 4026 semver: 6.3.0 4019 4027 transitivePeerDependencies: 4020 4028 - supports-color 4021 4029 4022 - /babel-plugin-polyfill-corejs3@0.2.0(@babel/core@7.21.3): 4030 + /babel-plugin-polyfill-corejs3@0.2.0(@babel/core@7.21.5): 4023 4031 resolution: {integrity: sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==} 4024 4032 peerDependencies: 4025 4033 '@babel/core': ^7.0.0-0 4026 4034 dependencies: 4027 - '@babel/core': 7.21.3 4028 - '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.3) 4035 + '@babel/core': 7.21.5 4036 + '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.5) 4029 4037 core-js-compat: 3.11.1 4030 4038 transitivePeerDependencies: 4031 4039 - supports-color 4032 4040 4033 - /babel-plugin-polyfill-regenerator@0.2.0(@babel/core@7.21.3): 4041 + /babel-plugin-polyfill-regenerator@0.2.0(@babel/core@7.21.5): 4034 4042 resolution: {integrity: sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==} 4035 4043 peerDependencies: 4036 4044 '@babel/core': ^7.0.0-0 4037 4045 dependencies: 4038 - '@babel/core': 7.21.3 4039 - '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.3) 4046 + '@babel/core': 7.21.5 4047 + '@babel/helper-define-polyfill-provider': 0.2.0(@babel/core@7.21.5) 4040 4048 transitivePeerDependencies: 4041 4049 - supports-color 4042 4050 ··· 4046 4054 styled-components: '>= 2 || 5' 4047 4055 dependencies: 4048 4056 '@babel/helper-annotate-as-pure': 7.18.6 4049 - '@babel/helper-module-imports': 7.18.6 4057 + '@babel/helper-module-imports': 7.21.4 4050 4058 babel-plugin-syntax-jsx: 6.18.0 4051 4059 lodash: 4.17.21 4052 4060 styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) ··· 4062 4070 peerDependencies: 4063 4071 webpack: ^4.4.0 4064 4072 dependencies: 4065 - '@babel/helper-module-imports': 7.18.6 4073 + '@babel/helper-module-imports': 7.21.4 4066 4074 webpack: 4.46.0 4067 4075 dev: true 4068 4076 ··· 4071 4079 peerDependencies: 4072 4080 webpack: ^4.4.0 4073 4081 dependencies: 4074 - '@babel/helper-module-imports': 7.18.6 4082 + '@babel/helper-module-imports': 7.21.4 4075 4083 webpack: 4.46.0 4076 4084 4077 4085 /babel-runtime@6.26.0: ··· 4356 4364 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4357 4365 hasBin: true 4358 4366 dependencies: 4359 - caniuse-lite: 1.0.30001466 4367 + caniuse-lite: 1.0.30001481 4360 4368 colorette: 1.2.2 4361 4369 electron-to-chromium: 1.4.332 4362 4370 escalade: 3.1.1 ··· 4368 4376 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4369 4377 hasBin: true 4370 4378 dependencies: 4371 - caniuse-lite: 1.0.30001466 4379 + caniuse-lite: 1.0.30001481 4372 4380 electron-to-chromium: 1.4.332 4373 4381 node-releases: 2.0.10 4374 4382 update-browserslist-db: 1.0.10(browserslist@4.21.5) ··· 4457 4465 bluebird: 3.7.2 4458 4466 chownr: 1.1.4 4459 4467 figgy-pudding: 3.5.2 4460 - glob: 7.1.6 4468 + glob: 7.2.3 4461 4469 graceful-fs: 4.2.10 4462 4470 infer-owner: 1.0.4 4463 4471 lru-cache: 5.1.1 ··· 4607 4615 resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} 4608 4616 dependencies: 4609 4617 browserslist: 4.21.5 4610 - caniuse-lite: 1.0.30001466 4618 + caniuse-lite: 1.0.30001481 4611 4619 lodash.memoize: 4.1.2 4612 4620 lodash.uniq: 4.5.0 4613 4621 4614 - /caniuse-lite@1.0.30001466: 4615 - resolution: {integrity: sha512-ewtFBSfWjEmxUgNBSZItFSmVtvk9zkwkl1OfRZlKA8slltRN+/C/tuGVrF9styXkN36Yu3+SeJ1qkXxDEyNZ5w==} 4622 + /caniuse-lite@1.0.30001481: 4623 + resolution: {integrity: sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ==} 4616 4624 4617 4625 /case-sensitive-paths-webpack-plugin@2.4.0: 4618 4626 resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} ··· 4766 4774 readdirp: 3.5.0 4767 4775 optionalDependencies: 4768 4776 fsevents: 2.3.2 4777 + dev: true 4778 + 4779 + /chokidar@3.5.3: 4780 + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} 4781 + engines: {node: '>= 8.10.0'} 4782 + requiresBuild: true 4783 + dependencies: 4784 + anymatch: 3.1.2 4785 + braces: 3.0.2 4786 + glob-parent: 5.1.2 4787 + is-binary-path: 2.1.0 4788 + is-glob: 4.0.3 4789 + normalize-path: 3.0.0 4790 + readdirp: 3.6.0 4791 + optionalDependencies: 4792 + fsevents: 2.3.2 4769 4793 4770 4794 /chownr@1.1.4: 4771 4795 resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} ··· 5469 5493 peerDependencies: 5470 5494 postcss: ^8.2.1 5471 5495 dependencies: 5472 - caniuse-lite: 1.0.30001466 5496 + caniuse-lite: 1.0.30001481 5473 5497 postcss: 8.2.13 5474 5498 dev: true 5475 5499 ··· 5845 5869 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 5846 5870 dev: true 5847 5871 5848 - /deepmerge@4.3.0: 5849 - resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} 5872 + /deepmerge@4.3.1: 5873 + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} 5850 5874 engines: {node: '>=0.10.0'} 5851 5875 dev: true 5852 5876 ··· 5941 5965 dependencies: 5942 5966 repeat-string: 1.6.1 5943 5967 5944 - /detect-indent@5.0.0: 5945 - resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} 5946 - engines: {node: '>=4'} 5947 - dev: true 5948 - 5949 5968 /detect-indent@6.1.0: 5950 5969 resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 5951 5970 engines: {node: '>=8'} ··· 7738 7757 resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} 7739 7758 dev: true 7740 7759 7741 - /glob@7.1.6: 7742 - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} 7760 + /glob@7.2.3: 7761 + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 7743 7762 dependencies: 7744 7763 fs.realpath: 1.0.0 7745 7764 inflight: 1.0.6 ··· 7816 7835 engines: {node: '>=0.10.0'} 7817 7836 dependencies: 7818 7837 array-union: 1.0.2 7819 - glob: 7.1.6 7838 + glob: 7.2.3 7820 7839 object-assign: 4.1.1 7821 7840 pify: 2.3.0 7822 7841 pinkie-promise: 2.0.1 ··· 8646 8665 rgb-regex: 1.0.1 8647 8666 rgba-regex: 1.0.0 8648 8667 8649 - /is-core-module@2.11.0: 8650 - resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} 8668 + /is-core-module@2.12.0: 8669 + resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==} 8651 8670 dependencies: 8652 8671 has: 1.0.3 8653 8672 ··· 8862 8881 /is-reference@1.2.1: 8863 8882 resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} 8864 8883 dependencies: 8865 - '@types/estree': 1.0.0 8884 + '@types/estree': 1.0.1 8866 8885 dev: true 8867 8886 8868 8887 /is-regex@1.1.4: ··· 9144 9163 resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} 9145 9164 hasBin: true 9146 9165 9147 - /json5@1.0.1: 9148 - resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} 9166 + /json5@1.0.2: 9167 + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} 9149 9168 hasBin: true 9150 9169 dependencies: 9151 9170 minimist: 1.2.8 ··· 9381 9400 dependencies: 9382 9401 big.js: 5.2.2 9383 9402 emojis-list: 2.1.0 9384 - json5: 1.0.1 9403 + json5: 1.0.2 9385 9404 dev: true 9386 9405 9387 9406 /loader-utils@1.4.0: ··· 9390 9409 dependencies: 9391 9410 big.js: 5.2.2 9392 9411 emojis-list: 3.0.0 9393 - json5: 1.0.1 9412 + json5: 1.0.2 9394 9413 9395 9414 /loader-utils@2.0.0: 9396 9415 resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} ··· 9571 9590 '@jridgewell/sourcemap-codec': 1.4.15 9572 9591 dev: true 9573 9592 9574 - /magic-string@0.29.0: 9575 - resolution: {integrity: sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==} 9576 - engines: {node: '>=12'} 9577 - dependencies: 9578 - '@jridgewell/sourcemap-codec': 1.4.15 9579 - dev: true 9580 - 9581 9593 /magic-string@0.30.0: 9582 9594 resolution: {integrity: sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==} 9583 9595 engines: {node: '>=12'} ··· 10146 10158 resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} 10147 10159 dev: true 10148 10160 10149 - /mz@2.7.0: 10150 - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 10151 - dependencies: 10152 - any-promise: 1.3.0 10153 - object-assign: 4.1.1 10154 - thenify-all: 1.6.0 10155 - dev: true 10156 - 10157 10161 /nan@2.14.2: 10158 10162 resolution: {integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==} 10159 10163 requiresBuild: true ··· 10252 10256 browserify-zlib: 0.2.0 10253 10257 browserslist: 4.16.6 10254 10258 buffer: 5.6.0 10255 - caniuse-lite: 1.0.30001466 10259 + caniuse-lite: 1.0.30001481 10256 10260 chalk: 2.4.2 10257 10261 chokidar: 3.5.1 10258 10262 constants-browserify: 1.0.0 ··· 10347 10351 hasBin: true 10348 10352 dependencies: 10349 10353 env-paths: 2.2.1 10350 - glob: 7.1.6 10354 + glob: 7.2.3 10351 10355 graceful-fs: 4.2.10 10352 10356 make-fetch-happen: 10.2.1 10353 10357 nopt: 6.0.0 ··· 10428 10432 resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} 10429 10433 dependencies: 10430 10434 hosted-git-info: 2.8.9 10431 - resolve: 1.22.1 10435 + resolve: 1.22.2 10432 10436 semver: 5.7.1 10433 10437 validate-npm-package-license: 3.0.4 10434 10438 dev: true ··· 10438 10442 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10439 10443 dependencies: 10440 10444 hosted-git-info: 6.1.1 10441 - is-core-module: 2.11.0 10445 + is-core-module: 2.12.0 10442 10446 semver: 7.5.0 10443 10447 validate-npm-package-license: 3.0.4 10444 10448 dev: true ··· 11750 11754 loose-envify: 1.4.0 11751 11755 object-assign: 4.1.1 11752 11756 react-is: 17.0.2 11753 - dev: true 11754 11757 11755 11758 /prop-types@15.8.1: 11756 11759 resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} ··· 12004 12007 react: 17.0.2 12005 12008 dev: false 12006 12009 12007 - /react-ga@3.3.0(prop-types@15.8.1)(react@17.0.2): 12010 + /react-ga@3.3.0(prop-types@15.7.2)(react@17.0.2): 12008 12011 resolution: {integrity: sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ==} 12009 12012 peerDependencies: 12010 12013 prop-types: ^15.6.0 12011 12014 react: ^15.6.2 || ^16.0 || ^17 || 17 12012 12015 dependencies: 12013 - prop-types: 15.8.1 12016 + prop-types: 15.7.2 12014 12017 react: 17.0.2 12015 12018 dev: false 12016 12019 ··· 12160 12163 '@mdx-js/mdx': 1.6.22 12161 12164 '@mdx-js/react': 1.6.22(react@17.0.2) 12162 12165 github-slugger: 1.3.0 12163 - glob: 7.1.6 12166 + glob: 7.2.3 12164 12167 loader-utils: 1.4.0 12165 12168 mdast-util-to-string: 1.1.0 12166 12169 react-static: 7.3.0(react-hot-loader@4.13.0) ··· 12204 12207 peerDependencies: 12205 12208 react-hot-loader: ^4.12.11 12206 12209 dependencies: 12207 - '@babel/cli': 7.13.16(@babel/core@7.21.3) 12208 - '@babel/core': 7.21.3 12209 - '@babel/plugin-proposal-class-properties': 7.13.0(@babel/core@7.21.3) 12210 - '@babel/plugin-proposal-export-default-from': 7.12.13(@babel/core@7.21.3) 12211 - '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.3) 12212 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) 12213 - '@babel/plugin-transform-destructuring': 7.13.17(@babel/core@7.21.3) 12214 - '@babel/plugin-transform-modules-commonjs': 7.14.0(@babel/core@7.21.3) 12215 - '@babel/plugin-transform-runtime': 7.13.15(@babel/core@7.21.3) 12216 - '@babel/preset-env': 7.13.15(@babel/core@7.21.3) 12217 - '@babel/preset-react': 7.13.13(@babel/core@7.21.3) 12210 + '@babel/cli': 7.13.16(@babel/core@7.21.5) 12211 + '@babel/core': 7.21.5 12212 + '@babel/plugin-proposal-class-properties': 7.13.0(@babel/core@7.21.5) 12213 + '@babel/plugin-proposal-export-default-from': 7.12.13(@babel/core@7.21.5) 12214 + '@babel/plugin-proposal-optional-chaining': 7.13.12(@babel/core@7.21.5) 12215 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.5) 12216 + '@babel/plugin-transform-destructuring': 7.13.17(@babel/core@7.21.5) 12217 + '@babel/plugin-transform-modules-commonjs': 7.14.0(@babel/core@7.21.5) 12218 + '@babel/plugin-transform-runtime': 7.13.15(@babel/core@7.21.5) 12219 + '@babel/preset-env': 7.13.15(@babel/core@7.21.5) 12220 + '@babel/preset-react': 7.13.13(@babel/core@7.21.5) 12218 12221 '@babel/preset-stage-0': 7.8.3 12219 - '@babel/register': 7.13.16(@babel/core@7.21.3) 12222 + '@babel/register': 7.13.16(@babel/core@7.21.5) 12220 12223 '@babel/runtime': 7.21.0 12221 12224 '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) 12222 12225 autoprefixer: 9.8.6 12223 12226 axios: 0.19.2 12224 - babel-core: 7.0.0-bridge.0(@babel/core@7.21.3) 12225 - babel-loader: 8.2.2(@babel/core@7.21.3)(webpack@4.46.0) 12227 + babel-core: 7.0.0-bridge.0(@babel/core@7.21.5) 12228 + babel-loader: 8.2.2(@babel/core@7.21.5)(webpack@4.46.0) 12226 12229 babel-plugin-macros: 2.8.0 12227 12230 babel-plugin-transform-react-remove-prop-types: 0.4.24 12228 12231 babel-plugin-universal-import: 4.0.2(webpack@4.46.0) 12229 12232 case-sensitive-paths-webpack-plugin: 2.4.0 12230 12233 chalk: 2.4.2 12231 - chokidar: 3.5.1 12234 + chokidar: 3.5.3 12232 12235 circular-dependency-plugin: 5.2.2(webpack@4.46.0) 12233 12236 cors: 2.8.5 12234 12237 css-loader: 2.1.1(webpack@4.46.0) ··· 12237 12240 file-loader: 3.0.1(webpack@4.46.0) 12238 12241 fs-extra: 7.0.1 12239 12242 git-promise: 0.3.1 12240 - glob: 7.1.6 12243 + glob: 7.2.3 12241 12244 gunzip-maybe: 1.4.2 12242 12245 html-webpack-plugin: 3.2.0(webpack@4.46.0) 12243 12246 inquirer: 6.5.2 ··· 12437 12440 engines: {node: '>=8.10.0'} 12438 12441 dependencies: 12439 12442 picomatch: 2.3.1 12443 + dev: true 12444 + 12445 + /readdirp@3.6.0: 12446 + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 12447 + engines: {node: '>=8.10.0'} 12448 + dependencies: 12449 + picomatch: 2.3.1 12440 12450 12441 12451 /redent@3.0.0: 12442 12452 resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} ··· 12715 12725 resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} 12716 12726 deprecated: https://github.com/lydell/resolve-url#deprecated 12717 12727 12718 - /resolve@1.22.1: 12719 - resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} 12728 + /resolve@1.22.2: 12729 + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} 12720 12730 hasBin: true 12721 12731 dependencies: 12722 - is-core-module: 2.11.0 12732 + is-core-module: 2.12.0 12723 12733 path-parse: 1.0.7 12724 12734 supports-preserve-symlinks-flag: 1.0.0 12725 12735 ··· 12727 12737 resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} 12728 12738 hasBin: true 12729 12739 dependencies: 12730 - is-core-module: 2.11.0 12740 + is-core-module: 2.12.0 12731 12741 path-parse: 1.0.7 12732 12742 supports-preserve-symlinks-flag: 1.0.0 12733 12743 dev: true ··· 12779 12789 resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} 12780 12790 hasBin: true 12781 12791 dependencies: 12782 - glob: 7.1.6 12792 + glob: 7.2.3 12783 12793 12784 12794 /rimraf@3.0.2: 12785 12795 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 12786 12796 hasBin: true 12787 12797 dependencies: 12788 - glob: 7.1.6 12798 + glob: 7.2.3 12789 12799 dev: true 12790 12800 12791 12801 /rimraf@4.4.0: ··· 12802 12812 hash-base: 3.1.0 12803 12813 inherits: 2.0.4 12804 12814 12805 - /rollup-plugin-cjs-check@1.0.2(rollup@3.19.1): 12815 + /rollup-plugin-cjs-check@1.0.2(rollup@3.21.1): 12806 12816 resolution: {integrity: sha512-q5DuMiYTXoMlLIHeTDdTYQrN+v/AdjEyVZnfkdvX1NnS4jQP1fwSuOr29WS4pB/4lnF1D7Annp62/27aZUyTyQ==} 12807 12817 engines: {node: '>=14.0.0'} 12808 12818 peerDependencies: 12809 12819 rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 12810 12820 dependencies: 12811 - '@rollup/pluginutils': 5.0.2(rollup@3.19.1) 12821 + '@rollup/pluginutils': 5.0.2(rollup@3.21.1) 12812 12822 cjs-module-lexer: 1.2.2 12813 - rollup: 3.19.1 12823 + rollup: 3.21.1 12814 12824 dev: true 12815 12825 12816 - /rollup-plugin-dts@5.2.0(rollup@3.19.1)(typescript@4.9.5): 12817 - resolution: {integrity: sha512-B68T/haEu2MKcz4kNUhXB8/h5sq4gpplHAJIYNHbh8cp4ZkvzDvNca/11KQdFrB9ZeKucegQIotzo5T0JUtM8w==} 12826 + /rollup-plugin-dts@5.3.0(rollup@3.21.1)(typescript@4.9.5): 12827 + resolution: {integrity: sha512-8FXp0ZkyZj1iU5klkIJYLjIq/YZSwBoERu33QBDxm/1yw5UU4txrEtcmMkrq+ZiKu3Q4qvPCNqc3ovX6rjqzbQ==} 12818 12828 engines: {node: '>=v14'} 12819 12829 peerDependencies: 12820 12830 rollup: ^3.0.0 12821 - typescript: ^4.1 12831 + typescript: ^4.1 || ^5.0 12822 12832 dependencies: 12823 - magic-string: 0.29.0 12824 - rollup: 3.19.1 12833 + magic-string: 0.30.0 12834 + rollup: 3.21.1 12825 12835 typescript: 4.9.5 12826 12836 optionalDependencies: 12827 12837 '@babel/code-frame': 7.21.4 12828 12838 dev: true 12829 12839 12830 - /rollup-plugin-generate-package-json@3.2.0(rollup@3.19.1): 12831 - resolution: {integrity: sha512-+Kq1kFVr+maxW/mZB+E+XuaieCXVZqjl2tNU9k3TtAMs3NOaeREa5sRHy67qKDmcnFtZZukIQ3dFCcnV+r0xyw==} 12832 - engines: {node: '>=8.3'} 12833 - peerDependencies: 12834 - rollup: '>=1.0.0' 12835 - dependencies: 12836 - read-pkg: 5.2.0 12837 - rollup: 3.19.1 12838 - write-pkg: 4.0.0 12839 - dev: true 12840 - 12841 - /rollup-plugin-visualizer@5.9.0(rollup@3.19.1): 12840 + /rollup-plugin-visualizer@5.9.0(rollup@3.21.1): 12842 12841 resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} 12843 12842 engines: {node: '>=14'} 12844 12843 hasBin: true ··· 12850 12849 dependencies: 12851 12850 open: 8.4.2 12852 12851 picomatch: 2.3.1 12853 - rollup: 3.19.1 12852 + rollup: 3.21.1 12854 12853 source-map: 0.7.4 12855 12854 yargs: 17.7.1 12856 12855 dev: true ··· 12863 12862 fsevents: 2.3.2 12864 12863 dev: true 12865 12864 12866 - /rollup@3.19.1: 12867 - resolution: {integrity: sha512-lAbrdN7neYCg/8WaoWn/ckzCtz+jr70GFfYdlf50OF7387HTg+wiuiqJRFYawwSPpqfqDNYqK7smY/ks2iAudg==} 12865 + /rollup@3.21.1: 12866 + resolution: {integrity: sha512-GpUgqWCw56OSiBKf7lcAITstYiBV1/EKaKYPl9r8HgAxc6/qYAVw1PaHWnvHWFziRaf4HsVCDLq/IGtBi1K/Zw==} 12868 12867 engines: {node: '>=14.18.0', npm: '>=8.0.0'} 12869 12868 hasBin: true 12870 12869 optionalDependencies: ··· 13874 13873 react-dom: '>= 16.8.0 || 17' 13875 13874 react-is: '>= 16.8.0 || 17' 13876 13875 dependencies: 13877 - '@babel/helper-module-imports': 7.18.6 13878 - '@babel/traverse': 7.21.3(supports-color@5.5.0) 13876 + '@babel/helper-module-imports': 7.21.4 13877 + '@babel/traverse': 7.21.5(supports-color@5.5.0) 13879 13878 '@emotion/is-prop-valid': 0.8.8 13880 13879 '@emotion/stylis': 0.8.5 13881 13880 '@emotion/unitless': 0.7.5 ··· 13924 13923 resolution: {integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==} 13925 13924 dev: true 13926 13925 13927 - /sucrase@3.29.0: 13928 - resolution: {integrity: sha512-bZPAuGA5SdFHuzqIhTAqt9fvNEo9rESqXIG3oiKdF8K4UmkQxC4KlNL3lVyAErXp+mPvUqZ5l13qx6TrDIGf3A==} 13929 - engines: {node: '>=8'} 13930 - hasBin: true 13931 - dependencies: 13932 - commander: 4.1.1 13933 - glob: 7.1.6 13934 - lines-and-columns: 1.2.4 13935 - mz: 2.7.0 13936 - pirates: 4.0.5 13937 - ts-interface-checker: 0.1.13 13938 - dev: true 13939 - 13940 13926 /supports-color@5.5.0: 13941 13927 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} 13942 13928 engines: {node: '>=4'} ··· 14110 14096 schema-utils: 1.0.0 14111 14097 serialize-javascript: 4.0.0 14112 14098 source-map: 0.6.1 14113 - terser: 4.8.0 14099 + terser: 4.8.1 14114 14100 webpack: 4.46.0 14115 14101 webpack-sources: 1.4.3 14116 14102 worker-farm: 1.7.0 14117 14103 14118 - /terser@4.8.0: 14119 - resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} 14104 + /terser@4.8.1: 14105 + resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} 14120 14106 engines: {node: '>=6.0.0'} 14121 14107 hasBin: true 14122 14108 dependencies: ··· 14125 14111 source-map: 0.6.1 14126 14112 source-map-support: 0.5.21 14127 14113 14128 - /terser@5.16.6: 14129 - resolution: {integrity: sha512-IBZ+ZQIA9sMaXmRZCUMDjNH0D5AQQfdn4WUjHL0+1lF4TP1IHRJbrhb6fNaXWikrYQTSkb7SLxkeXAiy1p7mbg==} 14114 + /terser@5.17.1: 14115 + resolution: {integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==} 14130 14116 engines: {node: '>=10'} 14131 14117 hasBin: true 14132 14118 dependencies: 14133 - '@jridgewell/source-map': 0.3.2 14119 + '@jridgewell/source-map': 0.3.3 14134 14120 acorn: 8.8.2 14135 14121 commander: 2.20.3 14136 14122 source-map-support: 0.5.21 ··· 14140 14126 resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} 14141 14127 dev: true 14142 14128 14143 - /thenify-all@1.6.0: 14144 - resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} 14145 - engines: {node: '>=0.8'} 14146 - dependencies: 14147 - thenify: 3.3.1 14148 - dev: true 14149 - 14150 - /thenify@3.3.1: 14151 - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 14152 - dependencies: 14153 - any-promise: 1.3.0 14154 - dev: true 14155 - 14156 14129 /throttleit@1.0.0: 14157 14130 resolution: {integrity: sha512-rkTVqu6IjfQ/6+uNuuc3sZek4CEYxTJom3IktzgdSxcZqdARuebbA/f4QmAxMQIxqq9ZLEUkSYqvuk1I6VKq4g==} 14158 14131 dev: true ··· 14345 14318 /tryer@1.0.1: 14346 14319 resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} 14347 14320 14348 - /ts-interface-checker@0.1.13: 14349 - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} 14350 - dev: true 14351 - 14352 14321 /ts-pnp@1.2.0(typescript@4.9.5): 14353 14322 resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} 14354 14323 engines: {node: '>=6'} ··· 14468 14437 /type-fest@0.21.3: 14469 14438 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 14470 14439 engines: {node: '>=10'} 14471 - 14472 - /type-fest@0.4.1: 14473 - resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} 14474 - engines: {node: '>=6'} 14475 - dev: true 14476 14440 14477 14441 /type-fest@0.6.0: 14478 14442 resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} ··· 14972 14936 unist-util-stringify-position: 2.0.3 14973 14937 vfile-message: 2.0.4 14974 14938 14975 - /vite-node@0.30.1(@types/node@18.15.3)(terser@5.16.6): 14939 + /vite-node@0.30.1(@types/node@18.15.3)(terser@5.17.1): 14976 14940 resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==} 14977 14941 engines: {node: '>=v14.18.0'} 14978 14942 hasBin: true ··· 14982 14946 mlly: 1.2.0 14983 14947 pathe: 1.1.0 14984 14948 picocolors: 1.0.0 14985 - vite: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 14949 + vite: 3.2.5(@types/node@18.15.3)(terser@5.17.1) 14986 14950 transitivePeerDependencies: 14987 14951 - '@types/node' 14988 14952 - less ··· 15004 14968 debug: 4.3.4(supports-color@5.5.0) 15005 14969 globrex: 0.1.2 15006 14970 tsconfck: 2.1.0(typescript@4.9.5) 15007 - vite: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 14971 + vite: 3.2.5(@types/node@18.15.3)(terser@5.17.1) 15008 14972 transitivePeerDependencies: 15009 14973 - supports-color 15010 14974 - typescript 15011 14975 dev: true 15012 14976 15013 - /vite@3.2.5(@types/node@18.15.3)(terser@5.16.6): 14977 + /vite@3.2.5(@types/node@18.15.3)(terser@5.17.1): 15014 14978 resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} 15015 14979 engines: {node: ^14.18.0 || >=16.0.0} 15016 14980 hasBin: true ··· 15038 15002 '@types/node': 18.15.3 15039 15003 esbuild: 0.15.18 15040 15004 postcss: 8.4.21 15041 - resolve: 1.22.1 15005 + resolve: 1.22.2 15042 15006 rollup: 2.79.1 15043 - terser: 5.16.6 15007 + terser: 5.17.1 15044 15008 optionalDependencies: 15045 15009 fsevents: 2.3.2 15046 15010 dev: true 15047 15011 15048 - /vitest@0.30.1(jsdom@21.1.1)(terser@5.16.6): 15012 + /vitest@0.30.1(jsdom@21.1.1)(terser@5.17.1): 15049 15013 resolution: {integrity: sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==} 15050 15014 engines: {node: '>=v14.18.0'} 15051 15015 hasBin: true ··· 15100 15064 strip-literal: 1.0.1 15101 15065 tinybench: 2.4.0 15102 15066 tinypool: 0.4.0 15103 - vite: 3.2.5(@types/node@18.15.3)(terser@5.16.6) 15104 - vite-node: 0.30.1(@types/node@18.15.3)(terser@5.16.6) 15067 + vite: 3.2.5(@types/node@18.15.3)(terser@5.17.1) 15068 + vite-node: 0.30.1(@types/node@18.15.3)(terser@5.17.1) 15105 15069 why-is-node-running: 2.2.2 15106 15070 transitivePeerDependencies: 15107 15071 - less ··· 15156 15120 graceful-fs: 4.2.10 15157 15121 neo-async: 2.6.2 15158 15122 optionalDependencies: 15159 - chokidar: 3.5.1 15123 + chokidar: 3.5.3 15160 15124 watchpack-chokidar2: 2.0.1 15161 15125 transitivePeerDependencies: 15162 15126 - supports-color ··· 15527 15491 /wrappy@1.0.2: 15528 15492 resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 15529 15493 15530 - /write-file-atomic@2.4.3: 15531 - resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} 15532 - dependencies: 15533 - graceful-fs: 4.2.10 15534 - imurmurhash: 0.1.4 15535 - signal-exit: 3.0.7 15536 - dev: true 15537 - 15538 15494 /write-file-atomic@5.0.0: 15539 15495 resolution: {integrity: sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==} 15540 15496 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 15541 15497 dependencies: 15542 15498 imurmurhash: 0.1.4 15543 15499 signal-exit: 3.0.7 15544 - dev: true 15545 - 15546 - /write-json-file@3.2.0: 15547 - resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} 15548 - engines: {node: '>=6'} 15549 - dependencies: 15550 - detect-indent: 5.0.0 15551 - graceful-fs: 4.2.10 15552 - make-dir: 2.1.0 15553 - pify: 4.0.1 15554 - sort-keys: 2.0.0 15555 - write-file-atomic: 2.4.3 15556 - dev: true 15557 - 15558 - /write-pkg@4.0.0: 15559 - resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} 15560 - engines: {node: '>=8'} 15561 - dependencies: 15562 - sort-keys: 2.0.0 15563 - type-fest: 0.4.1 15564 - write-json-file: 3.2.0 15565 15500 dev: true 15566 15501 15567 15502 /ws@6.2.1:
+3 -31
scripts/rollup/cleanup-plugin.mjs
··· 1 - import { transformSync as transform } from '@babel/core'; 2 1 import { createFilter } from '@rollup/pluginutils'; 3 2 4 - function removeEmptyImports({ types: t }) { 5 - return { 6 - visitor: { 7 - ImportDeclaration(path) { 8 - if (path.node.specifiers.length === 0) { 9 - path.remove(); 10 - } 11 - }, 12 - CallExpression(path) { 13 - if ( 14 - t.isIdentifier(path.node.callee) && 15 - path.node.callee.name === 'require' && 16 - t.isExpressionStatement(path.parent) 17 - ) { 18 - path.remove(); 19 - } 20 - } 21 - } 22 - }; 23 - } 24 - 25 3 function cleanup() { 26 4 const emptyImportRe = /import\s+(?:'[^']+'|"[^"]+")\s*;?/g; 27 5 const gqlImportRe = /(import\s+(?:[*\s{}\w\d]+)\s*from\s*'graphql';?)/g; 28 - const jsFilter = createFilter(/.m?js$/, null, { resolve: false }); 29 6 const dtsFilter = createFilter(/\.d\.ts(\.map)?$/, null, { resolve: false }); 30 7 31 8 return { 32 9 name: "cleanup", 33 10 34 - renderChunk(code, chunk) { 35 - if (jsFilter(chunk.fileName)) { 36 - return transform(code, { 37 - plugins: [removeEmptyImports], 38 - babelrc: false 39 - }); 40 - } else if (dtsFilter(chunk.fileName)) { 41 - return code 11 + renderChunk(input, chunk) { 12 + if (dtsFilter(chunk.fileName)) { 13 + return input 42 14 .replace(emptyImportRe, '') 43 15 .replace(gqlImportRe, x => '/*!@ts-ignore*/\n' + x); 44 16 }
+25 -21
scripts/rollup/config.mjs
··· 1 - import genPackageJson from 'rollup-plugin-generate-package-json'; 2 1 import dts from 'rollup-plugin-dts'; 3 2 3 + import * as fs from 'fs/promises'; 4 4 import { relative, join, dirname, basename } from 'path'; 5 + 5 6 import { makePlugins, makeBasePlugins, makeOutputPlugins } from './plugins.mjs'; 6 7 import cleanup from './cleanup-plugin.mjs' 7 8 import * as settings from './settings.mjs'; ··· 26 27 acc[source.name] = source.source; 27 28 if (source.name !== settings.name) { 28 29 const rel = relative(source.dir, process.cwd()); 29 - plugins.push(genPackageJson({ 30 - outputFolder: source.dir, 31 - baseContents: { 32 - name: source.name, 33 - private: true, 34 - version: '0.0.0', 35 - main: join(rel, dirname(source.main), basename(source.main, '.js')), 36 - module: join(rel, source.module), 37 - types: join(rel, source.types), 38 - source: join(rel, source.source), 39 - exports: { 40 - '.': { 41 - import: join(rel, source.module), 42 - require: join(rel, source.main), 43 - types: join(rel, source.types), 44 - source: join(rel, source.source), 30 + plugins.push({ 31 + async writeBundle() { 32 + await fs.mkdir(source.dir, { recursive: true }); 33 + await fs.writeFile(join(source.dir, 'package.json'), JSON.stringify({ 34 + name: source.name, 35 + private: true, 36 + version: '0.0.0', 37 + main: join(rel, dirname(source.main), basename(source.main, '.js')), 38 + module: join(rel, source.module), 39 + types: join(rel, source.types), 40 + source: join(rel, source.source), 41 + exports: { 42 + '.': { 43 + import: join(rel, source.module), 44 + require: join(rel, source.main), 45 + types: join(rel, source.types), 46 + source: join(rel, source.source), 47 + }, 48 + './package.json': './package.json' 45 49 }, 46 - './package.json': './package.json' 47 - } 48 - } 49 - })); 50 + }, null, 2)); 51 + }, 52 + }); 50 53 } 51 54 52 55 return acc; ··· 72 75 exports: 'named', 73 76 sourcemap: true, 74 77 sourcemapExcludeSources: false, 78 + hoistTransitiveImports: false, 75 79 indent: false, 76 80 freeze: false, 77 81 strict: false,
+2 -5
scripts/rollup/plugins.mjs
··· 3 3 4 4 import commonjs from '@rollup/plugin-commonjs'; 5 5 import resolve from '@rollup/plugin-node-resolve'; 6 - import sucrase from '@rollup/plugin-sucrase'; 7 6 import replace from '@rollup/plugin-replace'; 8 7 import babel from '@rollup/plugin-babel'; 9 8 import visualizer from 'rollup-plugin-visualizer'; ··· 36 35 37 36 export const makePlugins = () => [ 38 37 ...makeBasePlugins(), 39 - sucrase({ 40 - exclude: ['node_modules/**'], 41 - transforms: ['typescript'] 42 - }), 43 38 babel({ 44 39 babelrc: false, 45 40 babelHelpers: 'bundled', ··· 47 42 exclude: 'node_modules/**', 48 43 presets: [], 49 44 plugins: [ 45 + '@babel/plugin-transform-typescript', 50 46 '@babel/plugin-transform-block-scoping', 51 47 babelPluginTransformDebugTarget, 52 48 babelPluginTransformPipe, ··· 107 103 keep_fnames: true, 108 104 }, 109 105 output: { 106 + comments: false, 110 107 beautify: true, 111 108 braces: true, 112 109 indent_level: 2