Bump lodash from 4.17.11 to 4.17.13 (#608)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2019-07-17 09:41:09 +08:00 committed by Jinbo Wang
parent fd21049b2c
commit 69e96be6bf
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4205,9 +4205,9 @@
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA=="
},
"lodash._basecopy": {
"version": "3.0.1",

View File

@ -504,7 +504,7 @@
"webpack-cli": "^3.2.3"
},
"dependencies": {
"lodash": "^4.17.11",
"lodash": "^4.17.13",
"vscode-extension-telemetry": "0.1.1",
"vscode-extension-telemetry-wrapper": "0.4.0"
}