Skip to content

Commit

Permalink
Merge pull request #749 from freakboy3742/security-updates
Browse files Browse the repository at this point in the history
Apply recommended security updates.
  • Loading branch information
freakboy3742 authored Oct 12, 2019
2 parents 4b8bb3e + 83c2e31 commit 49ffdce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/django/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"babel-loader": "6.2.8",
"babel-preset-env": "^1.4.0",
"css-loader": "0.26.1",
"eslint": "3.9.1",
"eslint": ">=4.18.2",
"eslint-config-airbnb": "13.0.0",
"eslint-loader": "1.6.1",
"eslint-plugin-import": "2.1.0",
Expand All @@ -42,13 +42,13 @@
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack-dev-server": "2.3.0",
"webpack-dev-server": ">=3.1.11",
"write-file-webpack-plugin": "^3.4.2"
},
"dev": "webpack-dev-server",
"dependencies": {
"@pybee/batavia": "~3.4.0-dev.12",
"bootstrap": "4.1.3",
"bootstrap": ">=4.3.1",
"font-awesome": "4.7.0",
"jquery": "^3.1.1",
"webpack": "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/django/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
python_requires='>=3.5',
include_package_data=True,
install_requires=[
'django==1.10.6',
'django~=2.2', # Django LTS
'django-environ==0.4.1',
'toga-core==%s' % version,
],
Expand Down

0 comments on commit 49ffdce

Please sign in to comment.