Skip to content

Commit 5019719

Browse files
Merge pull request #59 from ganeshparsads/jquery-vulnerability
Updating package.json with latest version of jQuery.
2 parents 3feab2c + 669d693 commit 5019719

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
bower_components
3+
package-lock.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"chai": "^3.5.0",
2828
"handlebars": "^4.0.5",
29-
"jquery": "1.9.1",
29+
"jquery": "^3.3.1",
3030
"jquery-ui": "1.12.0",
3131
"karma": "^1.3.0",
3232
"karma-chai": "^0.1.0",

0 commit comments

Comments
 (0)