Update packages based on NPM audit complaints

This commit is contained in:
Eric Schultz 2019-07-26 11:16:44 -05:00
parent 72136070c5
commit 28a8566eb4
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View file

@ -6808,9 +6808,9 @@
}
},
"bootstrap": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
"integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==",
"dev": true
},
"bootstrap-loader": {
@ -9894,9 +9894,9 @@
"dev": true
},
"extend": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
"integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ="
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
},
"extend-shallow": {
"version": "3.0.2",
@ -14789,9 +14789,9 @@
}
},
"marked": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz",
"integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA=="
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
"integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
},
"math-expression-evaluator": {
"version": "1.2.17",

View file

@ -42,7 +42,7 @@
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^3.3.7",
"bootstrap": "^3.4.1",
"bootstrap-loader": "github:houdiniproject/bootstrap-loader#compiled_namespaced",
"bootstrap-sass": "^3.3.7",
"browserify": "13.0.1",
@ -118,7 +118,7 @@
"immutable": "3.7.5",
"jquery": "1.11.1",
"jquery.cookie": "1.4.1",
"marked": "^0.6.2",
"marked": "^0.7.0",
"mobx": "^4.3.1",
"mobx-react": "^5.4.3",
"mobx-react-devtools": "^5.0.1",