Update lodash in group default to the latest version 🚀 (#747)

* fix(package): update lodash to version 4.17.15

* chore(package): update lockfile examples/react_advanced_demo/package-lock.json
This commit is contained in:
greenkeeper[bot] 2019-07-20 11:03:00 +02:00 committed by Jos de Jong
parent e490d7a512
commit a077e660e3
2 changed files with 4 additions and 4 deletions

View File

@ -7787,9 +7787,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.13", "version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
}, },
"lodash._reinterpolate": { "lodash._reinterpolate": {
"version": "3.0.0", "version": "3.0.0",

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"jsoneditor": "file:../..", "jsoneditor": "file:../..",
"lodash": "4.17.13", "lodash": "4.17.15",
"react": "16.8.6", "react": "16.8.6",
"react-dom": "16.8.6", "react-dom": "16.8.6",
"react-scripts": "3.0.1" "react-scripts": "3.0.1"