Skip to content

Commit

Permalink
build(deps-dev): [security] bump jquery from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 29, 2020
1 parent 6dbdf63 commit 40fe109
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dapps/templates/demo/package.json
Expand Up @@ -50,7 +50,7 @@
"embarkjs-swarm": "^6.0.0",
"embarkjs-web3": "^6.0.0",
"embarkjs-whisper": "^6.0.0",
"jquery": "3.4.1",
"jquery": "3.5.0",
"popper.js": "1.15.0",
"react": "16.12.0",
"react-dom": "16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion dapps/tests/app/package.json
Expand Up @@ -22,7 +22,7 @@
"embarkjs-whisper": "^6.0.0",
"fs-extra": "8.1.0",
"haml": "0.4.3",
"jquery": "3.4.0",
"jquery": "3.5.0",
"react": "16.12.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cockpit/ui/package.json
Expand Up @@ -73,7 +73,7 @@
"font-awesome": "4.7.0",
"fs-extra": "8.1.0",
"history": "4.10.1",
"jquery": "3.4.1",
"jquery": "3.5.0",
"monaco-editor": "0.20.0",
"npm-run-all": "4.1.5",
"perfect-scrollbar": "1.4.0",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -13804,15 +13804,10 @@ jest@25.1.0:
import-local "^3.0.2"
jest-cli "^25.1.0"

jquery@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf"
integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==

jquery@3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
jquery@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==

js-base64@^2.1.8:
version "2.5.1"
Expand Down

0 comments on commit 40fe109

Please sign in to comment.