aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2023-10-12 00:41:07 +0000
committerLibravatar github-actions <github-actions@github.com>2023-10-12 00:41:07 +0000
commit7939bdcaeeb99be4a12f6bdc37b0a7eb6e5efddd (patch)
tree4991d983c6105eba4aabe17b45d0a180e5251feb
parentUpdate submodules [skip ci] (diff)
downloadferdium-app-7939bdcaeeb99be4a12f6bdc37b0a7eb6e5efddd.tar.gz
ferdium-app-7939bdcaeeb99be4a12f6bdc37b0a7eb6e5efddd.tar.zst
ferdium-app-7939bdcaeeb99be4a12f6bdc37b0a7eb6e5efddd.zip
Update browserslist data updates and linter fixes [skip ci]
-rw-r--r--pnpm-lock.yaml40
1 files changed, 20 insertions, 20 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e5b7e113b..1d7c2d206 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -410,7 +410,7 @@ devDependencies:
410 version: 4.6.0(eslint@8.49.0) 410 version: 4.6.0(eslint@8.49.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.23.0)(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 413 version: 0.12.0(@babel/core@7.23.2)(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2)
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.49.0) 416 version: 48.0.1(eslint@8.49.0)
@@ -709,19 +709,19 @@ packages:
709 - supports-color 709 - supports-color
710 dev: true 710 dev: true
711 711
712 /@babel/core@7.23.0: 712 /@babel/core@7.23.2:
713 resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} 713 resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==}
714 engines: {node: '>=6.9.0'} 714 engines: {node: '>=6.9.0'}
715 dependencies: 715 dependencies:
716 '@ampproject/remapping': 2.2.1 716 '@ampproject/remapping': 2.2.1
717 '@babel/code-frame': 7.22.13 717 '@babel/code-frame': 7.22.13
718 '@babel/generator': 7.23.0 718 '@babel/generator': 7.23.0
719 '@babel/helper-compilation-targets': 7.22.15 719 '@babel/helper-compilation-targets': 7.22.15
720 '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) 720 '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2)
721 '@babel/helpers': 7.23.1 721 '@babel/helpers': 7.23.2
722 '@babel/parser': 7.23.0 722 '@babel/parser': 7.23.0
723 '@babel/template': 7.22.15 723 '@babel/template': 7.22.15
724 '@babel/traverse': 7.23.0 724 '@babel/traverse': 7.23.2
725 '@babel/types': 7.23.0 725 '@babel/types': 7.23.0
726 convert-source-map: 2.0.0 726 convert-source-map: 2.0.0
727 debug: 4.3.4 727 debug: 4.3.4
@@ -732,14 +732,14 @@ packages:
732 - supports-color 732 - supports-color
733 dev: true 733 dev: true
734 734
735 /@babel/eslint-parser@7.22.9(@babel/core@7.23.0)(eslint@8.49.0): 735 /@babel/eslint-parser@7.22.9(@babel/core@7.23.2)(eslint@8.49.0):
736 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==} 736 resolution: {integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==}
737 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} 737 engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
738 peerDependencies: 738 peerDependencies:
739 '@babel/core': '>=7.11.0' 739 '@babel/core': '>=7.11.0'
740 eslint: ^7.5.0 || ^8.0.0 740 eslint: ^7.5.0 || ^8.0.0
741 dependencies: 741 dependencies:
742 '@babel/core': 7.23.0 742 '@babel/core': 7.23.2
743 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 743 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
744 eslint: 8.49.0 744 eslint: 8.49.0
745 eslint-visitor-keys: 2.1.0 745 eslint-visitor-keys: 2.1.0
@@ -833,13 +833,13 @@ packages:
833 '@babel/helper-validator-identifier': 7.22.20 833 '@babel/helper-validator-identifier': 7.22.20
834 dev: true 834 dev: true
835 835
836 /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0): 836 /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2):
837 resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} 837 resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==}
838 engines: {node: '>=6.9.0'} 838 engines: {node: '>=6.9.0'}
839 peerDependencies: 839 peerDependencies:
840 '@babel/core': ^7.0.0 840 '@babel/core': ^7.0.0
841 dependencies: 841 dependencies:
842 '@babel/core': 7.23.0 842 '@babel/core': 7.23.2
843 '@babel/helper-environment-visitor': 7.22.20 843 '@babel/helper-environment-visitor': 7.22.20
844 '@babel/helper-module-imports': 7.22.15 844 '@babel/helper-module-imports': 7.22.15
845 '@babel/helper-simple-access': 7.22.5 845 '@babel/helper-simple-access': 7.22.5
@@ -895,12 +895,12 @@ packages:
895 - supports-color 895 - supports-color
896 dev: true 896 dev: true
897 897
898 /@babel/helpers@7.23.1: 898 /@babel/helpers@7.23.2:
899 resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} 899 resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==}
900 engines: {node: '>=6.9.0'} 900 engines: {node: '>=6.9.0'}
901 dependencies: 901 dependencies:
902 '@babel/template': 7.22.15 902 '@babel/template': 7.22.15
903 '@babel/traverse': 7.23.0 903 '@babel/traverse': 7.23.2
904 '@babel/types': 7.23.0 904 '@babel/types': 7.23.0
905 transitivePeerDependencies: 905 transitivePeerDependencies:
906 - supports-color 906 - supports-color
@@ -1127,8 +1127,8 @@ packages:
1127 - supports-color 1127 - supports-color
1128 dev: true 1128 dev: true
1129 1129
1130 /@babel/traverse@7.23.0: 1130 /@babel/traverse@7.23.2:
1131 resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} 1131 resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==}
1132 engines: {node: '>=6.9.0'} 1132 engines: {node: '>=6.9.0'}
1133 dependencies: 1133 dependencies:
1134 '@babel/code-frame': 7.22.13 1134 '@babel/code-frame': 7.22.13
@@ -4396,7 +4396,7 @@ packages:
4396 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 4396 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
4397 hasBin: true 4397 hasBin: true
4398 dependencies: 4398 dependencies:
4399 caniuse-lite: 1.0.30001543 4399 caniuse-lite: 1.0.30001547
4400 electron-to-chromium: 1.4.490 4400 electron-to-chromium: 1.4.490
4401 node-releases: 2.0.13 4401 node-releases: 2.0.13
4402 update-browserslist-db: 1.0.11(browserslist@4.21.10) 4402 update-browserslist-db: 1.0.11(browserslist@4.21.10)
@@ -4636,8 +4636,8 @@ packages:
4636 engines: {node: '>=10'} 4636 engines: {node: '>=10'}
4637 dev: true 4637 dev: true
4638 4638
4639 /caniuse-lite@1.0.30001543: 4639 /caniuse-lite@1.0.30001547:
4640 resolution: {integrity: sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==} 4640 resolution: {integrity: sha512-W7CrtIModMAxobGhz8iXmDfuJiiKg1WADMO/9x7/CLNin5cpSbuBjooyoIUVB5eyCc36QuTVlkVa1iB2S5+/eA==}
4641 dev: true 4641 dev: true
4642 4642
4643 /caseless@0.12.0: 4643 /caseless@0.12.0:
@@ -6347,14 +6347,14 @@ packages:
6347 string.prototype.matchall: 4.0.8 6347 string.prototype.matchall: 4.0.8
6348 dev: true 6348 dev: true
6349 6349
6350 /eslint-plugin-sonar@0.12.0(@babel/core@7.23.0)(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2): 6350 /eslint-plugin-sonar@0.12.0(@babel/core@7.23.2)(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2):
6351 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==} 6351 resolution: {integrity: sha512-49linjQRXazFXZR4PXHwgMkkrnLavZTeSkxJ5+k3PoNqGm/shgJCVmdQAki3AJNqM+huZSwYxwsWS+LSpB48cQ==}
6352 engines: {node: '>=14'} 6352 engines: {node: '>=14'}
6353 peerDependencies: 6353 peerDependencies:
6354 eslint: ^7.0.0 || ^8.0.0 6354 eslint: ^7.0.0 || ^8.0.0
6355 typescript: ^4.0.0 || ^5.0.0 6355 typescript: ^4.0.0 || ^5.0.0
6356 dependencies: 6356 dependencies:
6357 '@babel/eslint-parser': 7.22.9(@babel/core@7.23.0)(eslint@8.49.0) 6357 '@babel/eslint-parser': 7.22.9(@babel/core@7.23.2)(eslint@8.49.0)
6358 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2) 6358 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2)
6359 builtin-modules: 3.3.0 6359 builtin-modules: 3.3.0
6360 bytes: 3.1.2 6360 bytes: 3.1.2