Bump lodash from 3.10.1 to 4.17.21

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-06 17:54:05 +00:00
committed by GitHub
parent 7cfeec5404
commit 8cff72351e
2 changed files with 9 additions and 4 deletions

11
package-lock.json generated
View File

@@ -1092,6 +1092,11 @@
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
}
}
},
@@ -1593,9 +1598,9 @@
}
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"lodash.assign": {
"version": "4.2.0",

View File

@@ -28,7 +28,7 @@
"express": "^4.11.0",
"google-spreadsheet": "^2.0.4",
"joi": "^10.6.0",
"lodash": "^3.10.1",
"lodash": "^4.17.21",
"moment": "^2.18.1",
"morgan": "^1.5.1",
"newrelic": "^1.18.0",