aboutsummaryrefslogtreecommitdiffstats
path: root/pnpm-lock.yaml
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2023-08-25 00:41:45 +0000
committerLibravatar github-actions <github-actions@github.com>2023-08-25 00:41:45 +0000
commit906b888f624a091215b90a708e5cad0c9d595039 (patch)
tree05865e2d0556e1bcd4fb92f4be240b43d0e47395 /pnpm-lock.yaml
parentUpdate submodules [skip ci] (diff)
downloadferdium-app-906b888f624a091215b90a708e5cad0c9d595039.tar.gz
ferdium-app-906b888f624a091215b90a708e5cad0c9d595039.tar.zst
ferdium-app-906b888f624a091215b90a708e5cad0c9d595039.zip
Update browserslist data updates and linter fixes [skip ci]
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r--pnpm-lock.yaml93
1 files changed, 88 insertions, 5 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a7fd653bb..a49de22b9 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -395,7 +395,7 @@ devDependencies:
395 version: 4.6.0(eslint@8.47.0) 395 version: 4.6.0(eslint@8.47.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.22.10)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4) 398 version: 0.12.0(@babel/core@7.22.11)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4)
399 eslint-plugin-unicorn: 399 eslint-plugin-unicorn:
400 specifier: 48.0.1 400 specifier: 48.0.1
401 version: 48.0.1(eslint@8.47.0) 401 version: 48.0.1(eslint@8.47.0)
@@ -694,14 +694,37 @@ packages:
694 - supports-color 694 - supports-color
695 dev: true 695 dev: true
696 696
697 /@babel/eslint-parser@7.22.9(@babel/core@7.22.10)(eslint@8.47.0): 697 /@babel/core@7.22.11:
698 resolution: {integrity: sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==}
699 engines: {node: '>=6.9.0'}
700 dependencies:
701 '@ampproject/remapping': 2.2.1
702 '@babel/code-frame': 7.22.10
703 '@babel/generator': 7.22.10
704 '@babel/helper-compilation-targets': 7.22.10
705 '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11)
706 '@babel/helpers': 7.22.11
707 '@babel/parser': 7.22.11
708 '@babel/template': 7.22.5
709 '@babel/traverse': 7.22.11
710 '@babel/types': 7.22.11
711 convert-source-map: 1.9.0
712 debug: 4.3.4
713 gensync: 1.0.0-beta.2
714 json5: 2.2.3
715 semver: 6.3.1
716 transitivePeerDependencies:
717 - supports-color
718 dev: true
719
720 /@babel/eslint-parser@7.22.9(@babel/core@7.22.11)(eslint@8.47.0):
698 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==} 721 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==}
699 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} 722 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
700 peerDependencies: 723 peerDependencies:
701 '@babel/core': '>=7.11.0' 724 '@babel/core': '>=7.11.0'
702 eslint: ^7.5.0 || ^8.0.0 725 eslint: ^7.5.0 || ^8.0.0
703 dependencies: 726 dependencies:
704 '@babel/core': 7.22.10 727 '@babel/core': 7.22.11
705 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 728 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
706 eslint: 8.47.0 729 eslint: 8.47.0
707 eslint-visitor-keys: 2.1.0 730 eslint-visitor-keys: 2.1.0
@@ -770,6 +793,20 @@ packages:
770 '@babel/helper-validator-identifier': 7.22.5 793 '@babel/helper-validator-identifier': 7.22.5
771 dev: true 794 dev: true
772 795
796 /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11):
797 resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
798 engines: {node: '>=6.9.0'}
799 peerDependencies:
800 '@babel/core': ^7.0.0
801 dependencies:
802 '@babel/core': 7.22.11
803 '@babel/helper-environment-visitor': 7.22.5
804 '@babel/helper-module-imports': 7.22.5
805 '@babel/helper-simple-access': 7.22.5
806 '@babel/helper-split-export-declaration': 7.22.6
807 '@babel/helper-validator-identifier': 7.22.5
808 dev: true
809
773 /@babel/helper-plugin-utils@7.20.2: 810 /@babel/helper-plugin-utils@7.20.2:
774 resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} 811 resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==}
775 engines: {node: '>=6.9.0'} 812 engines: {node: '>=6.9.0'}
@@ -815,6 +852,17 @@ packages:
815 - supports-color 852 - supports-color
816 dev: true 853 dev: true
817 854
855 /@babel/helpers@7.22.11:
856 resolution: {integrity: sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==}
857 engines: {node: '>=6.9.0'}
858 dependencies:
859 '@babel/template': 7.22.5
860 '@babel/traverse': 7.22.11
861 '@babel/types': 7.22.11
862 transitivePeerDependencies:
863 - supports-color
864 dev: true
865
818 /@babel/highlight@7.22.10: 866 /@babel/highlight@7.22.10:
819 resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} 867 resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==}
820 engines: {node: '>=6.9.0'} 868 engines: {node: '>=6.9.0'}
@@ -841,6 +889,14 @@ packages:
841 '@babel/types': 7.22.10 889 '@babel/types': 7.22.10
842 dev: true 890 dev: true
843 891
892 /@babel/parser@7.22.11:
893 resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==}
894 engines: {node: '>=6.0.0'}
895 hasBin: true
896 dependencies:
897 '@babel/types': 7.22.11
898 dev: true
899
844 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.10): 900 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.10):
845 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} 901 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
846 peerDependencies: 902 peerDependencies:
@@ -1016,6 +1072,24 @@ packages:
1016 - supports-color 1072 - supports-color
1017 dev: true 1073 dev: true
1018 1074
1075 /@babel/traverse@7.22.11:
1076 resolution: {integrity: sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==}
1077 engines: {node: '>=6.9.0'}
1078 dependencies:
1079 '@babel/code-frame': 7.22.10
1080 '@babel/generator': 7.22.10
1081 '@babel/helper-environment-visitor': 7.22.5
1082 '@babel/helper-function-name': 7.22.5
1083 '@babel/helper-hoist-variables': 7.22.5
1084 '@babel/helper-split-export-declaration': 7.22.6
1085 '@babel/parser': 7.22.11
1086 '@babel/types': 7.22.11
1087 debug: 4.3.4
1088 globals: 11.12.0
1089 transitivePeerDependencies:
1090 - supports-color
1091 dev: true
1092
1019 /@babel/types@7.22.10: 1093 /@babel/types@7.22.10:
1020 resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==} 1094 resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==}
1021 engines: {node: '>=6.9.0'} 1095 engines: {node: '>=6.9.0'}
@@ -1025,6 +1099,15 @@ packages:
1025 to-fast-properties: 2.0.0 1099 to-fast-properties: 2.0.0
1026 dev: true 1100 dev: true
1027 1101
1102 /@babel/types@7.22.11:
1103 resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==}
1104 engines: {node: '>=6.9.0'}
1105 dependencies:
1106 '@babel/helper-string-parser': 7.22.5
1107 '@babel/helper-validator-identifier': 7.22.5
1108 to-fast-properties: 2.0.0
1109 dev: true
1110
1028 /@bcoe/v8-coverage@0.2.3: 1111 /@bcoe/v8-coverage@0.2.3:
1029 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} 1112 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
1030 dev: true 1113 dev: true
@@ -5796,14 +5879,14 @@ packages:
5796 string.prototype.matchall: 4.0.8 5879 string.prototype.matchall: 4.0.8
5797 dev: true 5880 dev: true
5798 5881
5799 /eslint-plugin-sonar@0.12.0(@babel/core@7.22.10)(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4): 5882 /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):
5800 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==} 5883 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==}
5801 engines: {node: '>=14'} 5884 engines: {node: '>=14'}
5802 peerDependencies: 5885 peerDependencies:
5803 eslint: ^7.0.0 || ^8.0.0 5886 eslint: ^7.0.0 || ^8.0.0
5804 typescript: ^4.0.0 || ^5.0.0 5887 typescript: ^4.0.0 || ^5.0.0
5805 dependencies: 5888 dependencies:
5806 '@babel/eslint-parser': 7.22.9(@babel/core@7.22.10)(eslint@8.47.0) 5889 '@babel/eslint-parser': 7.22.9(@babel/core@7.22.11)(eslint@8.47.0)
5807 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4) 5890 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.4.0)(eslint@8.47.0)(typescript@5.0.4)
5808 builtin-modules: 3.3.0 5891 builtin-modules: 3.3.0
5809 bytes: 3.1.2 5892 bytes: 3.1.2