summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2023-09-06 00:41:57 +0000
committerLibravatar github-actions <github-actions@github.com>2023-09-06 00:41:57 +0000
commit4cefb893b883c41d6a267f48214e0e3e9eef56ce (patch)
tree4c687872aab02adf67919c9208c300cdba2830ed
parentUpdate submodules [skip ci] (diff)
downloadferdium-app-4cefb893b883c41d6a267f48214e0e3e9eef56ce.tar.gz
ferdium-app-4cefb893b883c41d6a267f48214e0e3e9eef56ce.tar.zst
ferdium-app-4cefb893b883c41d6a267f48214e0e3e9eef56ce.zip
Update browserslist data updates and linter fixes [skip ci]
-rw-r--r--pnpm-lock.yaml163
1 files changed, 155 insertions, 8 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 392fc8f99..e71da78f1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -410,7 +410,7 @@ devDependencies:
410 version: 4.6.0(eslint@8.47.0) 410 version: 4.6.0(eslint@8.47.0)
411 eslint-plugin-sonar: 411 eslint-plugin-sonar:
412 specifier: 0.12.0 412 specifier: 0.12.0
413 version: 0.12.0(@babel/core@7.22.11)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4) 413 version: 0.12.0(@babel/core@7.22.15)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4)
414 eslint-plugin-unicorn: 414 eslint-plugin-unicorn:
415 specifier: 48.0.1 415 specifier: 48.0.1
416 version: 48.0.1(eslint@8.47.0) 416 version: 48.0.1(eslint@8.47.0)
@@ -673,6 +673,14 @@ packages:
673 '@babel/highlight': 7.22.10 673 '@babel/highlight': 7.22.10
674 chalk: 2.4.2 674 chalk: 2.4.2
675 675
676 /@babel/code-frame@7.22.13:
677 resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==}
678 engines: {node: '>=6.9.0'}
679 dependencies:
680 '@babel/highlight': 7.22.13
681 chalk: 2.4.2
682 dev: true
683
676 /@babel/compat-data@7.22.9: 684 /@babel/compat-data@7.22.9:
677 resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} 685 resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
678 engines: {node: '>=6.9.0'} 686 engines: {node: '>=6.9.0'}
@@ -701,14 +709,37 @@ packages:
701 - supports-color 709 - supports-color
702 dev: true 710 dev: true
703 711
704 /@babel/eslint-parser@7.22.9(@babel/core@7.22.11)(eslint@8.47.0): 712 /@babel/core@7.22.15:
713 resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==}
714 engines: {node: '>=6.9.0'}
715 dependencies:
716 '@ampproject/remapping': 2.2.1
717 '@babel/code-frame': 7.22.13
718 '@babel/generator': 7.22.15
719 '@babel/helper-compilation-targets': 7.22.15
720 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.22.15)
721 '@babel/helpers': 7.22.15
722 '@babel/parser': 7.22.15
723 '@babel/template': 7.22.15
724 '@babel/traverse': 7.22.15
725 '@babel/types': 7.22.15
726 convert-source-map: 1.9.0
727 debug: 4.3.4
728 gensync: 1.0.0-beta.2
729 json5: 2.2.3
730 semver: 6.3.1
731 transitivePeerDependencies:
732 - supports-color
733 dev: true
734
735 /@babel/eslint-parser@7.22.9(@babel/core@7.22.15)(eslint@8.47.0):
705 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==} 736 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==}
706 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} 737 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
707 peerDependencies: 738 peerDependencies:
708 '@babel/core': '>=7.11.0' 739 '@babel/core': '>=7.11.0'
709 eslint: ^7.5.0 || ^8.0.0 740 eslint: ^7.5.0 || ^8.0.0
710 dependencies: 741 dependencies:
711 '@babel/core': 7.22.11 742 '@babel/core': 7.22.15
712 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 743 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
713 eslint: 8.47.0 744 eslint: 8.47.0
714 eslint-visitor-keys: 2.1.0 745 eslint-visitor-keys: 2.1.0
@@ -725,6 +756,16 @@ packages:
725 jsesc: 2.5.2 756 jsesc: 2.5.2
726 dev: true 757 dev: true
727 758
759 /@babel/generator@7.22.15:
760 resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==}
761 engines: {node: '>=6.9.0'}
762 dependencies:
763 '@babel/types': 7.22.15
764 '@jridgewell/gen-mapping': 0.3.3
765 '@jridgewell/trace-mapping': 0.3.19
766 jsesc: 2.5.2
767 dev: true
768
728 /@babel/helper-compilation-targets@7.22.10: 769 /@babel/helper-compilation-targets@7.22.10:
729 resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} 770 resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==}
730 engines: {node: '>=6.9.0'} 771 engines: {node: '>=6.9.0'}
@@ -736,6 +777,17 @@ packages:
736 semver: 6.3.1 777 semver: 6.3.1
737 dev: true 778 dev: true
738 779
780 /@babel/helper-compilation-targets@7.22.15:
781 resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
782 engines: {node: '>=6.9.0'}
783 dependencies:
784 '@babel/compat-data': 7.22.9
785 '@babel/helper-validator-option': 7.22.15
786 browserslist: 4.21.10
787 lru-cache: 5.1.1
788 semver: 6.3.1
789 dev: true
790
739 /@babel/helper-environment-visitor@7.22.5: 791 /@babel/helper-environment-visitor@7.22.5:
740 resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} 792 resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
741 engines: {node: '>=6.9.0'} 793 engines: {node: '>=6.9.0'}
@@ -756,12 +808,33 @@ packages:
756 '@babel/types': 7.22.11 808 '@babel/types': 7.22.11
757 dev: true 809 dev: true
758 810
811 /@babel/helper-module-imports@7.22.15:
812 resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
813 engines: {node: '>=6.9.0'}
814 dependencies:
815 '@babel/types': 7.22.15
816 dev: true
817
759 /@babel/helper-module-imports@7.22.5: 818 /@babel/helper-module-imports@7.22.5:
760 resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} 819 resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==}
761 engines: {node: '>=6.9.0'} 820 engines: {node: '>=6.9.0'}
762 dependencies: 821 dependencies:
763 '@babel/types': 7.22.11 822 '@babel/types': 7.22.11
764 823
824 /@babel/helper-module-transforms@7.22.15(@babel/core@7.22.15):
825 resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==}
826 engines: {node: '>=6.9.0'}
827 peerDependencies:
828 '@babel/core': ^7.0.0
829 dependencies:
830 '@babel/core': 7.22.15
831 '@babel/helper-environment-visitor': 7.22.5
832 '@babel/helper-module-imports': 7.22.15
833 '@babel/helper-simple-access': 7.22.5
834 '@babel/helper-split-export-declaration': 7.22.6
835 '@babel/helper-validator-identifier': 7.22.15
836 dev: true
837
765 /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11): 838 /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11):
766 resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} 839 resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
767 engines: {node: '>=6.9.0'} 840 engines: {node: '>=6.9.0'}
@@ -799,10 +872,20 @@ packages:
799 resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} 872 resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
800 engines: {node: '>=6.9.0'} 873 engines: {node: '>=6.9.0'}
801 874
875 /@babel/helper-validator-identifier@7.22.15:
876 resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==}
877 engines: {node: '>=6.9.0'}
878 dev: true
879
802 /@babel/helper-validator-identifier@7.22.5: 880 /@babel/helper-validator-identifier@7.22.5:
803 resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} 881 resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
804 engines: {node: '>=6.9.0'} 882 engines: {node: '>=6.9.0'}
805 883
884 /@babel/helper-validator-option@7.22.15:
885 resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
886 engines: {node: '>=6.9.0'}
887 dev: true
888
806 /@babel/helper-validator-option@7.22.5: 889 /@babel/helper-validator-option@7.22.5:
807 resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} 890 resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
808 engines: {node: '>=6.9.0'} 891 engines: {node: '>=6.9.0'}
@@ -819,6 +902,17 @@ packages:
819 - supports-color 902 - supports-color
820 dev: true 903 dev: true
821 904
905 /@babel/helpers@7.22.15:
906 resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==}
907 engines: {node: '>=6.9.0'}
908 dependencies:
909 '@babel/template': 7.22.15
910 '@babel/traverse': 7.22.15
911 '@babel/types': 7.22.15
912 transitivePeerDependencies:
913 - supports-color
914 dev: true
915
822 /@babel/highlight@7.22.10: 916 /@babel/highlight@7.22.10:
823 resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} 917 resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==}
824 engines: {node: '>=6.9.0'} 918 engines: {node: '>=6.9.0'}
@@ -827,6 +921,15 @@ packages:
827 chalk: 2.4.2 921 chalk: 2.4.2
828 js-tokens: 4.0.0 922 js-tokens: 4.0.0
829 923
924 /@babel/highlight@7.22.13:
925 resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==}
926 engines: {node: '>=6.9.0'}
927 dependencies:
928 '@babel/helper-validator-identifier': 7.22.15
929 chalk: 2.4.2
930 js-tokens: 4.0.0
931 dev: true
932
830 /@babel/parser@7.22.11: 933 /@babel/parser@7.22.11:
831 resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==} 934 resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==}
832 engines: {node: '>=6.0.0'} 935 engines: {node: '>=6.0.0'}
@@ -835,6 +938,14 @@ packages:
835 '@babel/types': 7.22.11 938 '@babel/types': 7.22.11
836 dev: true 939 dev: true
837 940
941 /@babel/parser@7.22.15:
942 resolution: {integrity: sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==}
943 engines: {node: '>=6.0.0'}
944 hasBin: true
945 dependencies:
946 '@babel/types': 7.22.15
947 dev: true
948
838 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.11): 949 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.11):
839 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 950 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
840 peerDependencies: 951 peerDependencies:
@@ -989,6 +1100,15 @@ packages:
989 dependencies: 1100 dependencies:
990 regenerator-runtime: 0.14.0 1101 regenerator-runtime: 0.14.0
991 1102
1103 /@babel/template@7.22.15:
1104 resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
1105 engines: {node: '>=6.9.0'}
1106 dependencies:
1107 '@babel/code-frame': 7.22.13
1108 '@babel/parser': 7.22.15
1109 '@babel/types': 7.22.15
1110 dev: true
1111
992 /@babel/template@7.22.5: 1112 /@babel/template@7.22.5:
993 resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} 1113 resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==}
994 engines: {node: '>=6.9.0'} 1114 engines: {node: '>=6.9.0'}
@@ -1016,6 +1136,24 @@ packages:
1016 - supports-color 1136 - supports-color
1017 dev: true 1137 dev: true
1018 1138
1139 /@babel/traverse@7.22.15:
1140 resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==}
1141 engines: {node: '>=6.9.0'}
1142 dependencies:
1143 '@babel/code-frame': 7.22.13
1144 '@babel/generator': 7.22.15
1145 '@babel/helper-environment-visitor': 7.22.5
1146 '@babel/helper-function-name': 7.22.5
1147 '@babel/helper-hoist-variables': 7.22.5
1148 '@babel/helper-split-export-declaration': 7.22.6
1149 '@babel/parser': 7.22.15
1150 '@babel/types': 7.22.15
1151 debug: 4.3.4
1152 globals: 11.12.0
1153 transitivePeerDependencies:
1154 - supports-color
1155 dev: true
1156
1019 /@babel/types@7.22.11: 1157 /@babel/types@7.22.11:
1020 resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==} 1158 resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==}
1021 engines: {node: '>=6.9.0'} 1159 engines: {node: '>=6.9.0'}
@@ -1024,6 +1162,15 @@ packages:
1024 '@babel/helper-validator-identifier': 7.22.5 1162 '@babel/helper-validator-identifier': 7.22.5
1025 to-fast-properties: 2.0.0 1163 to-fast-properties: 2.0.0
1026 1164
1165 /@babel/types@7.22.15:
1166 resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==}
1167 engines: {node: '>=6.9.0'}
1168 dependencies:
1169 '@babel/helper-string-parser': 7.22.5
1170 '@babel/helper-validator-identifier': 7.22.15
1171 to-fast-properties: 2.0.0
1172 dev: true
1173
1027 /@bcoe/v8-coverage@0.2.3: 1174 /@bcoe/v8-coverage@0.2.3:
1028 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} 1175 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
1029 dev: true 1176 dev: true
@@ -4258,7 +4405,7 @@ packages:
4258 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4405 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
4259 hasBin: true 4406 hasBin: true
4260 dependencies: 4407 dependencies:
4261 caniuse-lite: 1.0.30001525 4408 caniuse-lite: 1.0.30001527
4262 electron-to-chromium: 1.4.490 4409 electron-to-chromium: 1.4.490
4263 node-releases: 2.0.13 4410 node-releases: 2.0.13
4264 update-browserslist-db: 1.0.11(browserslist@4.21.10) 4411 update-browserslist-db: 1.0.11(browserslist@4.21.10)
@@ -4498,8 +4645,8 @@ packages:
4498 engines: {node: '>=10'} 4645 engines: {node: '>=10'}
4499 dev: true 4646 dev: true
4500 4647
4501 /caniuse-lite@1.0.30001525: 4648 /caniuse-lite@1.0.30001527:
4502 resolution: {integrity: sha512-/3z+wB4icFt3r0USMwxujAqRvaD/B7rvGTsKhbhSQErVrJvkZCLhgNLJxU8MevahQVH6hCU9FsHdNUFbiwmE7Q==} 4649 resolution: {integrity: sha512-YkJi7RwPgWtXVSgK4lG9AHH57nSzvvOp9MesgXmw4Q7n0C3H04L0foHqfxcmSAm5AcWb8dW9AYj2tR7/5GnddQ==}
4503 dev: true 4650 dev: true
4504 4651
4505 /caseless@0.12.0: 4652 /caseless@0.12.0:
@@ -6189,14 +6336,14 @@ packages:
6189 string.prototype.matchall: 4.0.8 6336 string.prototype.matchall: 4.0.8
6190 dev: true 6337 dev: true
6191 6338
6192 /eslint-plugin-sonar@0.12.0(@babel/core@7.22.11)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4): 6339 /eslint-plugin-sonar@0.12.0(@babel/core@7.22.15)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4):
6193 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==} 6340 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==}
6194 engines: {node: '>=14'} 6341 engines: {node: '>=14'}
6195 peerDependencies: 6342 peerDependencies:
6196 eslint: ^7.0.0 || ^8.0.0 6343 eslint: ^7.0.0 || ^8.0.0
6197 typescript: ^4.0.0 || ^5.0.0 6344 typescript: ^4.0.0 || ^5.0.0
6198 dependencies: 6345 dependencies:
6199 '@babel/eslint-parser': 7.22.9(@babel/core@7.22.11)(eslint@8.47.0) 6346 '@babel/eslint-parser': 7.22.9(@babel/core@7.22.15)(eslint@8.47.0)
6200 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4) 6347 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4)
6201 builtin-modules: 3.3.0 6348 builtin-modules: 3.3.0
6202 bytes: 3.1.2 6349 bytes: 3.1.2