Skip to content

Commit

Permalink
Fix jquery vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyShaanan committed May 3, 2019
1 parent 77bbe7c commit cb37659
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"core-js": "^2.5.7",
"dagre": "^0.7.4",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"jquery": "^3.4.1",
"js-yaml": "^3.12.0",
"jsplumb": "2.7.9",
"moment": "^2.22.2",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -934,9 +934,10 @@ [email protected]:
dependencies:
hoek "2.x.x"

bootstrap-css-only@^4.1.1:
[email protected]:
version "4.1.1"
resolved "https://registry.yarnpkg.com/bootstrap-css-only/-/bootstrap-css-only-4.1.1.tgz#9d6ab681b436b02d6b59ee9d49435053d4ac6820"
integrity sha512-I/zU5T/KANTy+NNmsNC4lESiHWrdLtvgp9gutOVqbDKY0d4rycmX9fUp1jkFZ0vNd6dhY8oxY9j8RWZkjHVAuA==

brace-expansion@^1.1.7:
version "1.1.11"
Expand Down Expand Up @@ -3569,9 +3570,10 @@ jasminewd2@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"

jquery@^3.2.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
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.4.5"
Expand Down

0 comments on commit cb37659

Please sign in to comment.