Bump jquery from 3.3.1 to 3.4.0 (#2)

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2019-09-09 14:34:37 -04:00 committed by Guanzhong Chen
parent b3a7db92b3
commit e2a605fe4b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3671,9 +3671,9 @@
"dev": true
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz",
"integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ=="
},
"js-base64": {
"version": "2.4.9",

View file

@ -35,7 +35,7 @@
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"form-serializer": "^2.5.0",
"jquery": "^3.3.1",
"jquery": "^3.4.0",
"octicons": "^8.1.3",
"popper.js": "^1.14.5"
}