Skip to content

Commit

Permalink
LPS-101410 Update jQuery to avoid focus/blur error jquery/jquery#4350
Browse files Browse the repository at this point in the history
  • Loading branch information
boton committed Sep 11, 2019
1 parent d7e5b8f commit 813af3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
@@ -1,7 +1,7 @@
{
"dependencies": {
"bootstrap": "4.3.1",
"jquery": "3.4.0",
"jquery": "3.4.1",
"popper.js": "1.14.7"
},
"name": "frontend-js-jquery-web",
Expand Down
10 changes: 5 additions & 5 deletions modules/yarn.lock
Expand Up @@ -1163,7 +1163,7 @@
"@clayui/shared" "^3.0.0-milestone.3"
classnames "^2.2.6"

"@clayui/multi-step-nav@3.0.0-milestone.3", "@clayui/multi-step-nav@^3.0.0-milestone.3":
"@clayui/multi-step-nav@3.0.0-milestone.3":
version "3.0.0-milestone.3"
resolved "https://registry.yarnpkg.com/@clayui/multi-step-nav/-/multi-step-nav-3.0.0-milestone.3.tgz#bb7d22387f52c81f7b09903288bcb5e65282cb34"
integrity sha512-QGar2ANma16EdW7qoBbawc8u0/j05QllopeneQhtiAtJTeXh/eGmnVYnmNxO6drPq3RSNh/nACg3cyde3vG/jg==
Expand Down Expand Up @@ -10917,10 +10917,10 @@ jest@^24.5.0:
import-local "^2.0.0"
jest-cli "^24.5.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==

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

0 comments on commit 813af3e

Please sign in to comment.