dependabot[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
app/package-lock.json
-
app/package.json
|
|
@ -2362,9 +2362,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"lodash": { |
|
|
|
"version": "4.17.15", |
|
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", |
|
|
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" |
|
|
|
"version": "4.17.21", |
|
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
|
|
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" |
|
|
|
}, |
|
|
|
"lodash-es": { |
|
|
|
"version": "4.17.15", |
|
|
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
"font-awesome": "^4.7.0", |
|
|
|
"immutable": "^3.8.2", |
|
|
|
"jquery": "^3.4.1", |
|
|
|
"lodash": "^4.17.15", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"lodash-es": "^4.17.15", |
|
|
|
"moment": "^2.24.0", |
|
|
|
"querystring": "^0.2.0", |
|
|
|