Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
1fed524d9c
Bump lodash from 4.17.11 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 18:44:43 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "contact", "name": "contact",
"version": "1.0.1", "version": "2.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -1442,9 +1442,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}, },
"lodash.get": { "lodash.get": {
"version": "4.4.2", "version": "4.4.2",

View file

@ -18,7 +18,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"handlebars": "4.1.2", "handlebars": "4.1.2",
"lodash": "4.17.11", "lodash": "4.17.21",
"request": "2.88.0", "request": "2.88.0",
"restify": "8.3.2", "restify": "8.3.2",
"restify-cors-middleware": "1.1.1" "restify-cors-middleware": "1.1.1"