Skip to content

Commit

Permalink
chore(firefox): update to 122.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vringar committed Feb 7, 2024
1 parent 35d5c82 commit dc1a20b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"body-parser": "^1.20.2",
"download": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.6",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
# Note this script is **destructive** and will
# remove the existing Firefox in the OpenWPM directory

TAG='8b7f7fd1873f56a4d755ea1fdcf46cbb18f9af27' # FIREFOX_121_0_RELEASE
TAG='5eb7272884b4ce02cffab7900e41551608885492' # FIREFOX_122_0_1_RELEASE

case "$(uname -s)" in
Darwin)
Expand Down

0 comments on commit dc1a20b

Please sign in to comment.