Skip to content

Commit beb3a47

Browse files
committed
Fix unsecure bootstrap version
1 parent 3f60082 commit beb3a47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
],
1818
"license": "MIT",
1919
"dependencies": {
20-
"bootstrap": "^3.3.5",
20+
"bootstrap": ">=4.1.2",
2121
"express": "^4.13.3",
2222
"fastclick": "^1.0.6",
2323
"shelljs": "^0.5.3",
24-
"socket.io": "^1.3.7"
24+
"socket.io": "^1.3.7",
25+
"jquery": ">=1.9.1",
26+
"popper.js": "^1.14.3"
2527
}
2628
}

0 commit comments

Comments
 (0)