Skip to content

Commit 3feab2c

Browse files
authored
Merge pull request #57 from rahulcs/fix-security-vulnerability
deps: use jquery-ui v1.12.0 instead of v1.10.4
2 parents f3b7f42 + 4040ae0 commit 3feab2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chai": "^3.5.0",
2828
"handlebars": "^4.0.5",
2929
"jquery": "1.9.1",
30-
"jquery-ui": "1.10.4",
30+
"jquery-ui": "1.12.0",
3131
"karma": "^1.3.0",
3232
"karma-chai": "^0.1.0",
3333
"karma-fixture": "^0.2.6",
@@ -41,7 +41,7 @@
4141
"karma-spec-reporter": "0.0.26",
4242
"karma-verbose-reporter": "0.0.3",
4343
"mocha": "^3.2.0",
44-
"sinon": "^1.17.7",
45-
"phantom": "^2.1.7"
44+
"phantom": "^2.1.7",
45+
"sinon": "^1.17.7"
4646
}
4747
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,9 +1050,9 @@ [email protected], isstream@~0.1.2:
10501050
version "0.1.2"
10511051
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
10521052

1053-
jquery-ui@1.10.4:
1054-
version "1.10.4"
1055-
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.10.4.tgz#a096fe5f4e0f2ab69a0585cf10455877f57506bd"
1053+
jquery-ui@1.12.0:
1054+
version "1.12.0"
1055+
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.0.tgz#59c6037a2d9c57e9a2521a9b7a497116d41b4246"
10561056

10571057
10581058
version "1.9.1"

0 commit comments

Comments
 (0)