update dependency for jquery to secure version

This commit is contained in:
Sander Hautvast 2018-01-22 16:13:00 +01:00 committed by GitHub
parent d7f4e4f5d3
commit 1c7e94c147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,6 @@
}, },
"devDependencies": { "devDependencies": {
"bootstrap": "^3.3.6", "bootstrap": "^3.3.6",
"jquery": "^2.1.4" "jquery": "3.0.0"
} }
} }