...
|
...
|
@@ -9,7 +9,7 @@
|
9
|
9
|
"version": "0.2.1",
|
10
|
10
|
"license": "GPL-3.0",
|
11
|
11
|
"dependencies": {
|
12
|
|
- "@babel/runtime": "^7.17.7",
|
|
12
|
+ "@babel/runtime": "^7.17.8",
|
13
|
13
|
"loglevel": "^1.8.0",
|
14
|
14
|
"loglevel-plugin-prefix": "^0.8.4",
|
15
|
15
|
"normalize-url": "^7.0.3",
|
...
|
...
|
@@ -24,9 +24,9 @@
|
24
|
24
|
"webextension-polyfill-ts": "^0.26.0"
|
25
|
25
|
},
|
26
|
26
|
"devDependencies": {
|
27
|
|
- "@babel/core": "^7.17.7",
|
|
27
|
+ "@babel/core": "^7.17.8",
|
28
|
28
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
29
|
|
- "@babel/plugin-proposal-decorators": "^7.17.2",
|
|
29
|
+ "@babel/plugin-proposal-decorators": "^7.17.8",
|
30
|
30
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
31
|
31
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
32
|
32
|
"@babel/preset-env": "^7.16.11",
|
...
|
...
|
@@ -35,8 +35,8 @@
|
35
|
35
|
"@commitlint/cli": "^16.2.3",
|
36
|
36
|
"@commitlint/config-conventional": "^16.2.1",
|
37
|
37
|
"@types/progressbar.js": "^1.1.2",
|
38
|
|
- "@types/react": "^17.0.40",
|
39
|
|
- "@types/react-dom": "^17.0.13",
|
|
38
|
+ "@types/react": "^17.0.41",
|
|
39
|
+ "@types/react-dom": "^17.0.14",
|
40
|
40
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
41
|
41
|
"@typescript-eslint/parser": "^5.15.0",
|
42
|
42
|
"autoprefixer": "^10.4.4",
|
...
|
...
|
@@ -109,9 +109,9 @@
|
109
|
109
|
}
|
110
|
110
|
},
|
111
|
111
|
"node_modules/@babel/core": {
|
112
|
|
- "version": "7.17.7",
|
113
|
|
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
|
114
|
|
- "integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
|
|
112
|
+ "version": "7.17.8",
|
|
113
|
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
|
|
114
|
+ "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
|
115
|
115
|
"dev": true,
|
116
|
116
|
"dependencies": {
|
117
|
117
|
"@ampproject/remapping": "^2.1.0",
|
...
|
...
|
@@ -119,8 +119,8 @@
|
119
|
119
|
"@babel/generator": "^7.17.7",
|
120
|
120
|
"@babel/helper-compilation-targets": "^7.17.7",
|
121
|
121
|
"@babel/helper-module-transforms": "^7.17.7",
|
122
|
|
- "@babel/helpers": "^7.17.7",
|
123
|
|
- "@babel/parser": "^7.17.7",
|
|
122
|
+ "@babel/helpers": "^7.17.8",
|
|
123
|
+ "@babel/parser": "^7.17.8",
|
124
|
124
|
"@babel/template": "^7.16.7",
|
125
|
125
|
"@babel/traverse": "^7.17.3",
|
126
|
126
|
"@babel/types": "^7.17.0",
|
...
|
...
|
@@ -223,9 +223,9 @@
|
223
|
223
|
}
|
224
|
224
|
},
|
225
|
225
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
226
|
|
- "version": "7.17.1",
|
227
|
|
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz",
|
228
|
|
- "integrity": "sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ==",
|
|
226
|
+ "version": "7.17.6",
|
|
227
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz",
|
|
228
|
+ "integrity": "sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==",
|
229
|
229
|
"dev": true,
|
230
|
230
|
"dependencies": {
|
231
|
231
|
"@babel/helper-annotate-as-pure": "^7.16.7",
|
...
|
...
|
@@ -513,9 +513,9 @@
|
513
|
513
|
}
|
514
|
514
|
},
|
515
|
515
|
"node_modules/@babel/helpers": {
|
516
|
|
- "version": "7.17.7",
|
517
|
|
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz",
|
518
|
|
- "integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==",
|
|
516
|
+ "version": "7.17.8",
|
|
517
|
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
|
|
518
|
+ "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
|
519
|
519
|
"dev": true,
|
520
|
520
|
"dependencies": {
|
521
|
521
|
"@babel/template": "^7.16.7",
|
...
|
...
|
@@ -603,9 +603,9 @@
|
603
|
603
|
}
|
604
|
604
|
},
|
605
|
605
|
"node_modules/@babel/parser": {
|
606
|
|
- "version": "7.17.7",
|
607
|
|
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz",
|
608
|
|
- "integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==",
|
|
606
|
+ "version": "7.17.8",
|
|
607
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
|
|
608
|
+ "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==",
|
609
|
609
|
"dev": true,
|
610
|
610
|
"bin": {
|
611
|
611
|
"parser": "bin/babel-parser.js"
|
...
|
...
|
@@ -697,12 +697,12 @@
|
697
|
697
|
}
|
698
|
698
|
},
|
699
|
699
|
"node_modules/@babel/plugin-proposal-decorators": {
|
700
|
|
- "version": "7.17.2",
|
701
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.2.tgz",
|
702
|
|
- "integrity": "sha512-WH8Z95CwTq/W8rFbMqb9p3hicpt4RX4f0K659ax2VHxgOyT6qQmUaEVEjIh4WR9Eh9NymkVn5vwsrE68fAQNUw==",
|
|
700
|
+ "version": "7.17.8",
|
|
701
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.8.tgz",
|
|
702
|
+ "integrity": "sha512-U69odN4Umyyx1xO1rTII0IDkAEC+RNlcKXtqOblfpzqy1C+aOplb76BQNq0+XdpVkOaPlpEDwd++joY8FNFJKA==",
|
703
|
703
|
"dev": true,
|
704
|
704
|
"dependencies": {
|
705
|
|
- "@babel/helper-create-class-features-plugin": "^7.17.1",
|
|
705
|
+ "@babel/helper-create-class-features-plugin": "^7.17.6",
|
706
|
706
|
"@babel/helper-plugin-utils": "^7.16.7",
|
707
|
707
|
"@babel/helper-replace-supers": "^7.16.7",
|
708
|
708
|
"@babel/plugin-syntax-decorators": "^7.17.0",
|
...
|
...
|
@@ -1903,9 +1903,9 @@
|
1903
|
1903
|
}
|
1904
|
1904
|
},
|
1905
|
1905
|
"node_modules/@babel/runtime": {
|
1906
|
|
- "version": "7.17.7",
|
1907
|
|
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.7.tgz",
|
1908
|
|
- "integrity": "sha512-L6rvG9GDxaLgFjg41K+5Yv9OMrU98sWe+Ykmc6FDJW/+vYZMhdOMKkISgzptMaERHvS2Y2lw9MDRm2gHhlQQoA==",
|
|
1906
|
+ "version": "7.17.8",
|
|
1907
|
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz",
|
|
1908
|
+ "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==",
|
1909
|
1909
|
"dependencies": {
|
1910
|
1910
|
"regenerator-runtime": "^0.13.4"
|
1911
|
1911
|
},
|
...
|
...
|
@@ -2764,9 +2764,9 @@
|
2764
|
2764
|
"dev": true
|
2765
|
2765
|
},
|
2766
|
2766
|
"node_modules/@types/react": {
|
2767
|
|
- "version": "17.0.40",
|
2768
|
|
- "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz",
|
2769
|
|
- "integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==",
|
|
2767
|
+ "version": "17.0.41",
|
|
2768
|
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
|
|
2769
|
+ "integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
|
2770
|
2770
|
"dev": true,
|
2771
|
2771
|
"dependencies": {
|
2772
|
2772
|
"@types/prop-types": "*",
|
...
|
...
|
@@ -2775,9 +2775,9 @@
|
2775
|
2775
|
}
|
2776
|
2776
|
},
|
2777
|
2777
|
"node_modules/@types/react-dom": {
|
2778
|
|
- "version": "17.0.13",
|
2779
|
|
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz",
|
2780
|
|
- "integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==",
|
|
2778
|
+ "version": "17.0.14",
|
|
2779
|
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
|
|
2780
|
+ "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
|
2781
|
2781
|
"dev": true,
|
2782
|
2782
|
"dependencies": {
|
2783
|
2783
|
"@types/react": "*"
|
...
|
...
|
@@ -17585,9 +17585,9 @@
|
17585
|
17585
|
"dev": true
|
17586
|
17586
|
},
|
17587
|
17587
|
"@babel/core": {
|
17588
|
|
- "version": "7.17.7",
|
17589
|
|
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
|
17590
|
|
- "integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
|
|
17588
|
+ "version": "7.17.8",
|
|
17589
|
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
|
|
17590
|
+ "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
|
17591
|
17591
|
"dev": true,
|
17592
|
17592
|
"requires": {
|
17593
|
17593
|
"@ampproject/remapping": "^2.1.0",
|
...
|
...
|
@@ -17595,8 +17595,8 @@
|
17595
|
17595
|
"@babel/generator": "^7.17.7",
|
17596
|
17596
|
"@babel/helper-compilation-targets": "^7.17.7",
|
17597
|
17597
|
"@babel/helper-module-transforms": "^7.17.7",
|
17598
|
|
- "@babel/helpers": "^7.17.7",
|
17599
|
|
- "@babel/parser": "^7.17.7",
|
|
17598
|
+ "@babel/helpers": "^7.17.8",
|
|
17599
|
+ "@babel/parser": "^7.17.8",
|
17600
|
17600
|
"@babel/template": "^7.16.7",
|
17601
|
17601
|
"@babel/traverse": "^7.17.3",
|
17602
|
17602
|
"@babel/types": "^7.17.0",
|
...
|
...
|
@@ -17674,9 +17674,9 @@
|
17674
|
17674
|
}
|
17675
|
17675
|
},
|
17676
|
17676
|
"@babel/helper-create-class-features-plugin": {
|
17677
|
|
- "version": "7.17.1",
|
17678
|
|
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz",
|
17679
|
|
- "integrity": "sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ==",
|
|
17677
|
+ "version": "7.17.6",
|
|
17678
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz",
|
|
17679
|
+ "integrity": "sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==",
|
17680
|
17680
|
"dev": true,
|
17681
|
17681
|
"requires": {
|
17682
|
17682
|
"@babel/helper-annotate-as-pure": "^7.16.7",
|
...
|
...
|
@@ -17894,9 +17894,9 @@
|
17894
|
17894
|
}
|
17895
|
17895
|
},
|
17896
|
17896
|
"@babel/helpers": {
|
17897
|
|
- "version": "7.17.7",
|
17898
|
|
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz",
|
17899
|
|
- "integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==",
|
|
17897
|
+ "version": "7.17.8",
|
|
17898
|
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
|
|
17899
|
+ "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
|
17900
|
17900
|
"dev": true,
|
17901
|
17901
|
"requires": {
|
17902
|
17902
|
"@babel/template": "^7.16.7",
|
...
|
...
|
@@ -17968,9 +17968,9 @@
|
17968
|
17968
|
}
|
17969
|
17969
|
},
|
17970
|
17970
|
"@babel/parser": {
|
17971
|
|
- "version": "7.17.7",
|
17972
|
|
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz",
|
17973
|
|
- "integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==",
|
|
17971
|
+ "version": "7.17.8",
|
|
17972
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
|
|
17973
|
+ "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==",
|
17974
|
17974
|
"dev": true
|
17975
|
17975
|
},
|
17976
|
17976
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
...
|
...
|
@@ -18026,12 +18026,12 @@
|
18026
|
18026
|
}
|
18027
|
18027
|
},
|
18028
|
18028
|
"@babel/plugin-proposal-decorators": {
|
18029
|
|
- "version": "7.17.2",
|
18030
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.2.tgz",
|
18031
|
|
- "integrity": "sha512-WH8Z95CwTq/W8rFbMqb9p3hicpt4RX4f0K659ax2VHxgOyT6qQmUaEVEjIh4WR9Eh9NymkVn5vwsrE68fAQNUw==",
|
|
18029
|
+ "version": "7.17.8",
|
|
18030
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.8.tgz",
|
|
18031
|
+ "integrity": "sha512-U69odN4Umyyx1xO1rTII0IDkAEC+RNlcKXtqOblfpzqy1C+aOplb76BQNq0+XdpVkOaPlpEDwd++joY8FNFJKA==",
|
18032
|
18032
|
"dev": true,
|
18033
|
18033
|
"requires": {
|
18034
|
|
- "@babel/helper-create-class-features-plugin": "^7.17.1",
|
|
18034
|
+ "@babel/helper-create-class-features-plugin": "^7.17.6",
|
18035
|
18035
|
"@babel/helper-plugin-utils": "^7.16.7",
|
18036
|
18036
|
"@babel/helper-replace-supers": "^7.16.7",
|
18037
|
18037
|
"@babel/plugin-syntax-decorators": "^7.17.0",
|
...
|
...
|
@@ -18834,9 +18834,9 @@
|
18834
|
18834
|
}
|
18835
|
18835
|
},
|
18836
|
18836
|
"@babel/runtime": {
|
18837
|
|
- "version": "7.17.7",
|
18838
|
|
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.7.tgz",
|
18839
|
|
- "integrity": "sha512-L6rvG9GDxaLgFjg41K+5Yv9OMrU98sWe+Ykmc6FDJW/+vYZMhdOMKkISgzptMaERHvS2Y2lw9MDRm2gHhlQQoA==",
|
|
18837
|
+ "version": "7.17.8",
|
|
18838
|
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz",
|
|
18839
|
+ "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==",
|
18840
|
18840
|
"requires": {
|
18841
|
18841
|
"regenerator-runtime": "^0.13.4"
|
18842
|
18842
|
}
|
...
|
...
|
@@ -19537,9 +19537,9 @@
|
19537
|
19537
|
"dev": true
|
19538
|
19538
|
},
|
19539
|
19539
|
"@types/react": {
|
19540
|
|
- "version": "17.0.40",
|
19541
|
|
- "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz",
|
19542
|
|
- "integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==",
|
|
19540
|
+ "version": "17.0.41",
|
|
19541
|
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
|
|
19542
|
+ "integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
|
19543
|
19543
|
"dev": true,
|
19544
|
19544
|
"requires": {
|
19545
|
19545
|
"@types/prop-types": "*",
|
...
|
...
|
@@ -19548,9 +19548,9 @@
|
19548
|
19548
|
}
|
19549
|
19549
|
},
|
19550
|
19550
|
"@types/react-dom": {
|
19551
|
|
- "version": "17.0.13",
|
19552
|
|
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz",
|
19553
|
|
- "integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==",
|
|
19551
|
+ "version": "17.0.14",
|
|
19552
|
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
|
|
19553
|
+ "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
|
19554
|
19554
|
"dev": true,
|
19555
|
19555
|
"requires": {
|
19556
|
19556
|
"@types/react": "*"
|