Skip to content

Commit 50ac21a

Browse files
authored
Merge branch 'master' into fix-20
2 parents 97464b4 + 183c118 commit 50ac21a

File tree

5 files changed

+29
-284
lines changed

5 files changed

+29
-284
lines changed

addon/package-lock.json

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

addon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"eslint-plugin-mozilla": "^0.9.0",
1313
"eslint-plugin-no-unsanitized": "^3.0.2",
1414
"web-ext": "^3.1.1",
15-
"webpack": "^4.39.2",
16-
"webpack-cli": "^3.3.6"
15+
"webpack": "^4.39.3",
16+
"webpack-cli": "^3.3.7"
1717
},
1818
"scripts": {
1919
"lint": "eslint src/*.js",

backend/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fakeredis==1.0.3
2-
pre-commit==1.18.0
3-
pytest==5.0.1
1+
fakeredis==1.0.4
2+
pre-commit==1.18.3
3+
pytest==5.1.2
44
responses==0.10.6

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ google-cloud-storage==1.18.0
88
gunicorn==19.9.0
99
python-dateutil==2.8.0
1010
pytoml==0.1.21
11-
fakeredis==1.0.3
11+
fakeredis==1.0.4
1212
redis==3.2.1
1313
swagger-ui-bundle==0.0.5
1414
zstandard==0.11.1

0 commit comments

Comments
 (0)