Skip to content

Commit 1df1b38

Browse files
author
vringar
committed
feat: update Firefox version and all OpenWPM dependencies
1 parent 456c9d0 commit 1df1b38

File tree

11 files changed

+2976
-2567
lines changed

11 files changed

+2976
-2567
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 21.6b0
7+
rev: 21.11b1
88
hooks:
99
- id: black
1010
language_version: python3
@@ -15,5 +15,10 @@ repos:
1515
additional_dependencies: [pytest, types-tabulate, types-PyYAML, types-redis]
1616
# We may need to add more and more dependencies here, as pre-commit
1717
# runs in an environment without our dependencies
18+
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
19+
rev: v6.0.0
20+
hooks:
21+
- id: commitlint
22+
stages: [commit-msg]
1823

1924

Extension/firefox/package-lock.json

Lines changed: 1122 additions & 758 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extension/firefox/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
},
88
"devDependencies": {
99
"@types/download": "^8.0.1",
10-
"@typescript-eslint/parser": "^4.28.4",
10+
"@typescript-eslint/parser": "^4.33.0",
1111
"body-parser": "^1.19.0",
1212
"download": "^8.0.0",
13-
"eslint": "^7.31.0",
13+
"eslint": "^7.32.0",
1414
"eslint-config-prettier": "^8.3.0",
1515
"eslint-plugin-fetch-options": "0.0.5",
16-
"eslint-plugin-html": "^6.1.2",
17-
"eslint-plugin-import": "^2.23.4",
18-
"eslint-plugin-json": "^3.0.0",
19-
"eslint-plugin-mozilla": "^2.10.0",
20-
"eslint-plugin-no-unsanitized": "^3.1.5",
21-
"eslint-plugin-prettier": "^3.4.0",
16+
"eslint-plugin-html": "^6.2.0",
17+
"eslint-plugin-import": "^2.25.3",
18+
"eslint-plugin-json": "^3.1.0",
19+
"eslint-plugin-mozilla": "^2.11.1",
20+
"eslint-plugin-no-unsanitized": "^3.2.0",
21+
"eslint-plugin-prettier": "^3.4.1",
2222
"express": "^4.17.1",
2323
"npm-run-all": "^4.1.5",
2424
"prettier": "^1.19.1",
2525
"safe-compare": "^1.1.4",
26-
"ts-loader": "^9.2.3",
27-
"typescript": "^4.3.5",
28-
"web-ext": "^6.2.0",
29-
"webpack": "^5.46.0",
30-
"webpack-cli": "^4.7.2"
26+
"ts-loader": "^9.2.6",
27+
"typescript": "^4.5.2",
28+
"web-ext": "^6.6.0",
29+
"webpack": "^5.65.0",
30+
"webpack-cli": "^4.9.1"
3131
},
3232
"engines": {
3333
"node": ">=7.0.0"

0 commit comments

Comments
 (0)