1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Bump lodash from 4.17.11 to 4.17.13

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-10 22:59:20 +00:00
committed by GitHub
parent 0a30661223
commit 120d79f4ee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4891,9 +4891,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.sortby": {
"version": "4.7.0",

View File

@@ -40,7 +40,7 @@
"express-session": "^1.16.2",
"express-validator": "^6.0.1",
"fbgraph": "^1.4.4",
"lodash": "^4.17.11",
"lodash": "^4.17.13",
"lusca": "^1.6.1",
"mongoose": "^5.6.0",
"nodemailer": "^6.2.1",