aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2023-07-31 00:52:45 +0000
committerLibravatar github-actions <github-actions@github.com>2023-07-31 00:52:45 +0000
commit0581e6a7511c7c71875b9ae31f23a00865d50dbf (patch)
tree5d22bce8090a3c38ce12229a2e777f56700a84b5
parentadd `@typescript-eslint/parser` to pnpm.peerDependencyRules.allowedVersions u... (diff)
downloadferdium-app-0581e6a7511c7c71875b9ae31f23a00865d50dbf.tar.gz
ferdium-app-0581e6a7511c7c71875b9ae31f23a00865d50dbf.tar.zst
ferdium-app-0581e6a7511c7c71875b9ae31f23a00865d50dbf.zip
Update browserslist data updates and linter fixes [skip ci]
-rw-r--r--pnpm-lock.yaml245
1 files changed, 240 insertions, 5 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 676832d3e..9c5089e4e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -395,7 +395,7 @@ devDependencies:
395 version: 4.6.0(eslint@8.45.0) 395 version: 4.6.0(eslint@8.45.0)
396 eslint-plugin-sonar: 396 eslint-plugin-sonar:
397 specifier: 0.12.0 397 specifier: 0.12.0
398 version: 0.12.0(@babel/core@7.20.5)(@typescript-eslint/parser@6.1.0)(eslint@8.45.0)(typescript@5.0.4) 398 version: 0.12.0(@babel/core@7.22.9)(@typescript-eslint/parser@6.1.0)(eslint@8.45.0)(typescript@5.0.4)
399 eslint-plugin-unicorn: 399 eslint-plugin-unicorn:
400 specifier: 48.0.0 400 specifier: 48.0.0
401 version: 48.0.0(eslint@8.45.0) 401 version: 48.0.0(eslint@8.45.0)
@@ -651,6 +651,14 @@ packages:
651 '@jridgewell/trace-mapping': 0.3.18 651 '@jridgewell/trace-mapping': 0.3.18
652 dev: true 652 dev: true
653 653
654 /@ampproject/remapping@2.2.1:
655 resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
656 engines: {node: '>=6.0.0'}
657 dependencies:
658 '@jridgewell/gen-mapping': 0.3.3
659 '@jridgewell/trace-mapping': 0.3.18
660 dev: true
661
654 /@babel/code-frame@7.22.5: 662 /@babel/code-frame@7.22.5:
655 resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} 663 resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==}
656 engines: {node: '>=6.9.0'} 664 engines: {node: '>=6.9.0'}
@@ -663,6 +671,11 @@ packages:
663 engines: {node: '>=6.9.0'} 671 engines: {node: '>=6.9.0'}
664 dev: true 672 dev: true
665 673
674 /@babel/compat-data@7.22.9:
675 resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
676 engines: {node: '>=6.9.0'}
677 dev: true
678
666 /@babel/core@7.20.5: 679 /@babel/core@7.20.5:
667 resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} 680 resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==}
668 engines: {node: '>=6.9.0'} 681 engines: {node: '>=6.9.0'}
@@ -686,14 +699,37 @@ packages:
686 - supports-color 699 - supports-color
687 dev: true 700 dev: true
688 701
689 /@babel/eslint-parser@7.22.9(@babel/core@7.20.5)(eslint@8.45.0): 702 /@babel/core@7.22.9:
703 resolution: {integrity: sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==}
704 engines: {node: '>=6.9.0'}
705 dependencies:
706 '@ampproject/remapping': 2.2.1
707 '@babel/code-frame': 7.22.5
708 '@babel/generator': 7.22.9
709 '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9)
710 '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9)
711 '@babel/helpers': 7.22.6
712 '@babel/parser': 7.22.7
713 '@babel/template': 7.22.5
714 '@babel/traverse': 7.22.8
715 '@babel/types': 7.22.5
716 convert-source-map: 1.9.0
717 debug: 4.3.4
718 gensync: 1.0.0-beta.2
719 json5: 2.2.3
720 semver: 6.3.1
721 transitivePeerDependencies:
722 - supports-color
723 dev: true
724
725 /@babel/eslint-parser@7.22.9(@babel/core@7.22.9)(eslint@8.45.0):
690 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==} 726 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==}
691 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} 727 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
692 peerDependencies: 728 peerDependencies:
693 '@babel/core': '>=7.11.0' 729 '@babel/core': '>=7.11.0'
694 eslint: ^7.5.0 || ^8.0.0 730 eslint: ^7.5.0 || ^8.0.0
695 dependencies: 731 dependencies:
696 '@babel/core': 7.20.5 732 '@babel/core': 7.22.9
697 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 733 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
698 eslint: 8.45.0 734 eslint: 8.45.0
699 eslint-visitor-keys: 2.1.0 735 eslint-visitor-keys: 2.1.0
@@ -709,6 +745,16 @@ packages:
709 jsesc: 2.5.2 745 jsesc: 2.5.2
710 dev: true 746 dev: true
711 747
748 /@babel/generator@7.22.9:
749 resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==}
750 engines: {node: '>=6.9.0'}
751 dependencies:
752 '@babel/types': 7.22.5
753 '@jridgewell/gen-mapping': 0.3.3
754 '@jridgewell/trace-mapping': 0.3.18
755 jsesc: 2.5.2
756 dev: true
757
712 /@babel/helper-compilation-targets@7.20.0(@babel/core@7.20.5): 758 /@babel/helper-compilation-targets@7.20.0(@babel/core@7.20.5):
713 resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} 759 resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==}
714 engines: {node: '>=6.9.0'} 760 engines: {node: '>=6.9.0'}
@@ -722,11 +768,30 @@ packages:
722 semver: 6.3.1 768 semver: 6.3.1
723 dev: true 769 dev: true
724 770
771 /@babel/helper-compilation-targets@7.22.9(@babel/core@7.22.9):
772 resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==}
773 engines: {node: '>=6.9.0'}
774 peerDependencies:
775 '@babel/core': ^7.0.0
776 dependencies:
777 '@babel/compat-data': 7.22.9
778 '@babel/core': 7.22.9
779 '@babel/helper-validator-option': 7.22.5
780 browserslist: 4.21.10
781 lru-cache: 5.1.1
782 semver: 6.3.1
783 dev: true
784
725 /@babel/helper-environment-visitor@7.18.9: 785 /@babel/helper-environment-visitor@7.18.9:
726 resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} 786 resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==}
727 engines: {node: '>=6.9.0'} 787 engines: {node: '>=6.9.0'}
728 dev: true 788 dev: true
729 789
790 /@babel/helper-environment-visitor@7.22.5:
791 resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
792 engines: {node: '>=6.9.0'}
793 dev: true
794
730 /@babel/helper-function-name@7.19.0: 795 /@babel/helper-function-name@7.19.0:
731 resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} 796 resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==}
732 engines: {node: '>=6.9.0'} 797 engines: {node: '>=6.9.0'}
@@ -735,6 +800,14 @@ packages:
735 '@babel/types': 7.20.5 800 '@babel/types': 7.20.5
736 dev: true 801 dev: true
737 802
803 /@babel/helper-function-name@7.22.5:
804 resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
805 engines: {node: '>=6.9.0'}
806 dependencies:
807 '@babel/template': 7.22.5
808 '@babel/types': 7.22.5
809 dev: true
810
738 /@babel/helper-hoist-variables@7.18.6: 811 /@babel/helper-hoist-variables@7.18.6:
739 resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} 812 resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
740 engines: {node: '>=6.9.0'} 813 engines: {node: '>=6.9.0'}
@@ -742,6 +815,13 @@ packages:
742 '@babel/types': 7.20.5 815 '@babel/types': 7.20.5
743 dev: true 816 dev: true
744 817
818 /@babel/helper-hoist-variables@7.22.5:
819 resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
820 engines: {node: '>=6.9.0'}
821 dependencies:
822 '@babel/types': 7.22.5
823 dev: true
824
745 /@babel/helper-module-imports@7.18.6: 825 /@babel/helper-module-imports@7.18.6:
746 resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} 826 resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
747 engines: {node: '>=6.9.0'} 827 engines: {node: '>=6.9.0'}
@@ -749,6 +829,13 @@ packages:
749 '@babel/types': 7.20.5 829 '@babel/types': 7.20.5
750 dev: true 830 dev: true
751 831
832 /@babel/helper-module-imports@7.22.5:
833 resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==}
834 engines: {node: '>=6.9.0'}
835 dependencies:
836 '@babel/types': 7.22.5
837 dev: true
838
752 /@babel/helper-module-transforms@7.20.2: 839 /@babel/helper-module-transforms@7.20.2:
753 resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} 840 resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==}
754 engines: {node: '>=6.9.0'} 841 engines: {node: '>=6.9.0'}
@@ -765,6 +852,20 @@ packages:
765 - supports-color 852 - supports-color
766 dev: true 853 dev: true
767 854
855 /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.9):
856 resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
857 engines: {node: '>=6.9.0'}
858 peerDependencies:
859 '@babel/core': ^7.0.0
860 dependencies:
861 '@babel/core': 7.22.9
862 '@babel/helper-environment-visitor': 7.22.5
863 '@babel/helper-module-imports': 7.22.5
864 '@babel/helper-simple-access': 7.22.5
865 '@babel/helper-split-export-declaration': 7.22.6
866 '@babel/helper-validator-identifier': 7.22.5
867 dev: true
868
768 /@babel/helper-plugin-utils@7.20.2: 869 /@babel/helper-plugin-utils@7.20.2:
769 resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} 870 resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==}
770 engines: {node: '>=6.9.0'} 871 engines: {node: '>=6.9.0'}
@@ -777,6 +878,13 @@ packages:
777 '@babel/types': 7.20.5 878 '@babel/types': 7.20.5
778 dev: true 879 dev: true
779 880
881 /@babel/helper-simple-access@7.22.5:
882 resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
883 engines: {node: '>=6.9.0'}
884 dependencies:
885 '@babel/types': 7.22.5
886 dev: true
887
780 /@babel/helper-split-export-declaration@7.18.6: 888 /@babel/helper-split-export-declaration@7.18.6:
781 resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} 889 resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
782 engines: {node: '>=6.9.0'} 890 engines: {node: '>=6.9.0'}
@@ -784,11 +892,23 @@ packages:
784 '@babel/types': 7.20.5 892 '@babel/types': 7.20.5
785 dev: true 893 dev: true
786 894
895 /@babel/helper-split-export-declaration@7.22.6:
896 resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
897 engines: {node: '>=6.9.0'}
898 dependencies:
899 '@babel/types': 7.22.5
900 dev: true
901
787 /@babel/helper-string-parser@7.19.4: 902 /@babel/helper-string-parser@7.19.4:
788 resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} 903 resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
789 engines: {node: '>=6.9.0'} 904 engines: {node: '>=6.9.0'}
790 dev: true 905 dev: true
791 906
907 /@babel/helper-string-parser@7.22.5:
908 resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
909 engines: {node: '>=6.9.0'}
910 dev: true
911
792 /@babel/helper-validator-identifier@7.22.5: 912 /@babel/helper-validator-identifier@7.22.5:
793 resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} 913 resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
794 engines: {node: '>=6.9.0'} 914 engines: {node: '>=6.9.0'}
@@ -799,6 +919,11 @@ packages:
799 engines: {node: '>=6.9.0'} 919 engines: {node: '>=6.9.0'}
800 dev: true 920 dev: true
801 921
922 /@babel/helper-validator-option@7.22.5:
923 resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
924 engines: {node: '>=6.9.0'}
925 dev: true
926
802 /@babel/helpers@7.20.6: 927 /@babel/helpers@7.20.6:
803 resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} 928 resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==}
804 engines: {node: '>=6.9.0'} 929 engines: {node: '>=6.9.0'}
@@ -810,6 +935,17 @@ packages:
810 - supports-color 935 - supports-color
811 dev: true 936 dev: true
812 937
938 /@babel/helpers@7.22.6:
939 resolution: {integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==}
940 engines: {node: '>=6.9.0'}
941 dependencies:
942 '@babel/template': 7.22.5
943 '@babel/traverse': 7.22.8
944 '@babel/types': 7.22.5
945 transitivePeerDependencies:
946 - supports-color
947 dev: true
948
813 /@babel/highlight@7.22.5: 949 /@babel/highlight@7.22.5:
814 resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} 950 resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==}
815 engines: {node: '>=6.9.0'} 951 engines: {node: '>=6.9.0'}
@@ -827,6 +963,14 @@ packages:
827 '@babel/types': 7.20.5 963 '@babel/types': 7.20.5
828 dev: true 964 dev: true
829 965
966 /@babel/parser@7.22.7:
967 resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==}
968 engines: {node: '>=6.0.0'}
969 hasBin: true
970 dependencies:
971 '@babel/types': 7.22.5
972 dev: true
973
830 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.20.5): 974 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.20.5):
831 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 975 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
832 peerDependencies: 976 peerDependencies:
@@ -984,6 +1128,15 @@ packages:
984 '@babel/types': 7.20.5 1128 '@babel/types': 7.20.5
985 dev: true 1129 dev: true
986 1130
1131 /@babel/template@7.22.5:
1132 resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==}
1133 engines: {node: '>=6.9.0'}
1134 dependencies:
1135 '@babel/code-frame': 7.22.5
1136 '@babel/parser': 7.22.7
1137 '@babel/types': 7.22.5
1138 dev: true
1139
987 /@babel/traverse@7.20.5: 1140 /@babel/traverse@7.20.5:
988 resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} 1141 resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==}
989 engines: {node: '>=6.9.0'} 1142 engines: {node: '>=6.9.0'}
@@ -1002,6 +1155,24 @@ packages:
1002 - supports-color 1155 - supports-color
1003 dev: true 1156 dev: true
1004 1157
1158 /@babel/traverse@7.22.8:
1159 resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==}
1160 engines: {node: '>=6.9.0'}
1161 dependencies:
1162 '@babel/code-frame': 7.22.5
1163 '@babel/generator': 7.22.9
1164 '@babel/helper-environment-visitor': 7.22.5
1165 '@babel/helper-function-name': 7.22.5
1166 '@babel/helper-hoist-variables': 7.22.5
1167 '@babel/helper-split-export-declaration': 7.22.6
1168 '@babel/parser': 7.22.7
1169 '@babel/types': 7.22.5
1170 debug: 4.3.4
1171 globals: 11.12.0
1172 transitivePeerDependencies:
1173 - supports-color
1174 dev: true
1175
1005 /@babel/types@7.20.5: 1176 /@babel/types@7.20.5:
1006 resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} 1177 resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==}
1007 engines: {node: '>=6.9.0'} 1178 engines: {node: '>=6.9.0'}
@@ -1011,6 +1182,15 @@ packages:
1011 to-fast-properties: 2.0.0 1182 to-fast-properties: 2.0.0
1012 dev: true 1183 dev: true
1013 1184
1185 /@babel/types@7.22.5:
1186 resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==}
1187 engines: {node: '>=6.9.0'}
1188 dependencies:
1189 '@babel/helper-string-parser': 7.22.5
1190 '@babel/helper-validator-identifier': 7.22.5
1191 to-fast-properties: 2.0.0
1192 dev: true
1193
1014 /@bcoe/v8-coverage@0.2.3: 1194 /@bcoe/v8-coverage@0.2.3:
1015 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} 1195 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
1016 dev: true 1196 dev: true
@@ -1956,6 +2136,15 @@ packages:
1956 '@jridgewell/trace-mapping': 0.3.18 2136 '@jridgewell/trace-mapping': 0.3.18
1957 dev: true 2137 dev: true
1958 2138
2139 /@jridgewell/gen-mapping@0.3.3:
2140 resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
2141 engines: {node: '>=6.0.0'}
2142 dependencies:
2143 '@jridgewell/set-array': 1.1.2
2144 '@jridgewell/sourcemap-codec': 1.4.15
2145 '@jridgewell/trace-mapping': 0.3.18
2146 dev: true
2147
1959 /@jridgewell/resolve-uri@3.1.0: 2148 /@jridgewell/resolve-uri@3.1.0:
1960 resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} 2149 resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
1961 engines: {node: '>=6.0.0'} 2150 engines: {node: '>=6.0.0'}
@@ -3899,6 +4088,17 @@ packages:
3899 fill-range: 7.0.1 4088 fill-range: 7.0.1
3900 dev: true 4089 dev: true
3901 4090
4091 /browserslist@4.21.10:
4092 resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==}
4093 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
4094 hasBin: true
4095 dependencies:
4096 caniuse-lite: 1.0.30001517
4097 electron-to-chromium: 1.4.477
4098 node-releases: 2.0.13
4099 update-browserslist-db: 1.0.11(browserslist@4.21.10)
4100 dev: true
4101
3902 /browserslist@4.21.4: 4102 /browserslist@4.21.4:
3903 resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} 4103 resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==}
3904 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4104 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
@@ -5246,6 +5446,10 @@ packages:
5246 resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} 5446 resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
5247 dev: true 5447 dev: true
5248 5448
5449 /electron-to-chromium@1.4.477:
5450 resolution: {integrity: sha512-shUVy6Eawp33dFBFIoYbIwLHrX0IZ857AlH9ug2o4rvbWmpaCUdBpQ5Zw39HRrfzAFm4APJE9V+E2A/WB0YqJw==}
5451 dev: true
5452
5249 /electron-updater@5.3.0: 5453 /electron-updater@5.3.0:
5250 resolution: {integrity: sha512-iKEr7yQBcvnQUPnSDYGSWC9t0eF2YbZWeYYYZzYxdl+HiRejXFENjYMnYjoOm2zxyD6Cr2JTHZhp9pqxiXuCOw==} 5454 resolution: {integrity: sha512-iKEr7yQBcvnQUPnSDYGSWC9t0eF2YbZWeYYYZzYxdl+HiRejXFENjYMnYjoOm2zxyD6Cr2JTHZhp9pqxiXuCOw==}
5251 dependencies: 5455 dependencies:
@@ -5802,14 +6006,14 @@ packages:
5802 string.prototype.matchall: 4.0.8 6006 string.prototype.matchall: 4.0.8
5803 dev: true 6007 dev: true
5804 6008
5805 /eslint-plugin-sonar@0.12.0(@babel/core@7.20.5)(@typescript-eslint/parser@6.1.0)(eslint@8.45.0)(typescript@5.0.4): 6009 /eslint-plugin-sonar@0.12.0(@babel/core@7.22.9)(@typescript-eslint/parser@6.1.0)(eslint@8.45.0)(typescript@5.0.4):
5806 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==} 6010 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==}
5807 engines: {node: '>=14'} 6011 engines: {node: '>=14'}
5808 peerDependencies: 6012 peerDependencies:
5809 eslint: ^7.0.0 || ^8.0.0 6013 eslint: ^7.0.0 || ^8.0.0
5810 typescript: ^4.0.0 || ^5.0.0 6014 typescript: ^4.0.0 || ^5.0.0
5811 dependencies: 6015 dependencies:
5812 '@babel/eslint-parser': 7.22.9(@babel/core@7.20.5)(eslint@8.45.0) 6016 '@babel/eslint-parser': 7.22.9(@babel/core@7.22.9)(eslint@8.45.0)
5813 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.1.0)(eslint@8.45.0)(typescript@5.0.4) 6017 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.1.0)(eslint@8.45.0)(typescript@5.0.4)
5814 builtin-modules: 3.3.0 6018 builtin-modules: 3.3.0
5815 bytes: 3.1.2 6019 bytes: 3.1.2
@@ -8318,6 +8522,12 @@ packages:
8318 hasBin: true 8522 hasBin: true
8319 dev: true 8523 dev: true
8320 8524
8525 /json5@2.2.3:
8526 resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
8527 engines: {node: '>=6'}
8528 hasBin: true
8529 dev: true
8530
8321 /jsonfile@4.0.0: 8531 /jsonfile@4.0.0:
8322 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} 8532 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
8323 optionalDependencies: 8533 optionalDependencies:
@@ -8845,6 +9055,12 @@ packages:
8845 yallist: 2.1.2 9055 yallist: 2.1.2
8846 dev: false 9056 dev: false
8847 9057
9058 /lru-cache@5.1.1:
9059 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
9060 dependencies:
9061 yallist: 3.1.1
9062 dev: true
9063
8848 /lru-cache@6.0.0: 9064 /lru-cache@6.0.0:
8849 resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} 9065 resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
8850 engines: {node: '>=10'} 9066 engines: {node: '>=10'}
@@ -9536,6 +9752,10 @@ packages:
9536 dev: false 9752 dev: false
9537 optional: true 9753 optional: true
9538 9754
9755 /node-releases@2.0.13:
9756 resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==}
9757 dev: true
9758
9539 /node-releases@2.0.6: 9759 /node-releases@2.0.6:
9540 resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} 9760 resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==}
9541 dev: true 9761 dev: true
@@ -12621,6 +12841,17 @@ packages:
12621 picocolors: 1.0.0 12841 picocolors: 1.0.0
12622 dev: true 12842 dev: true
12623 12843
12844 /update-browserslist-db@1.0.11(browserslist@4.21.10):
12845 resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
12846 hasBin: true
12847 peerDependencies:
12848 browserslist: '>= 4.21.0'
12849 dependencies:
12850 browserslist: 4.21.10
12851 escalade: 3.1.1
12852 picocolors: 1.0.0
12853 dev: true
12854
12624 /uri-js@4.4.1: 12855 /uri-js@4.4.1:
12625 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 12856 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
12626 dependencies: 12857 dependencies:
@@ -12992,6 +13223,10 @@ packages:
12992 resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} 13223 resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==}
12993 dev: false 13224 dev: false
12994 13225
13226 /yallist@3.1.1:
13227 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
13228 dev: true
13229
12995 /yallist@4.0.0: 13230 /yallist@4.0.0:
12996 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} 13231 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
12997 13232