hoek vulnerability

This commit is contained in:
Andy Tudhope 2018-05-27 10:12:30 -03:00
parent f1267a6c9a
commit bf608e339c
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
2 changed files with 4742 additions and 2544 deletions

7256
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,29 +13,29 @@
"author": "cs76",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"browser-sync-webpack-plugin": "^1.1.4",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^2.0.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"html-webpack-plugin": "^2.30.1",
"img-loader": "^2.0.1",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.0.0"
"webpack": "^3.12.0"
},
"dependencies": {
"bootstrap": "^4.0.0",
"bootstrap": "^4.1.1",
"gh-pages": "^1.1.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.5"
"jquery": "^3.3.1",
"popper.js": "^1.14.3"
}
}