Upgrades lodash and angular-moment

This commit is contained in:
mabashian
2019-09-09 16:31:11 -04:00
parent 276b577103
commit f69f43e3ba
2 changed files with 9 additions and 16 deletions

View File

@@ -219,18 +219,11 @@
"dev": true
},
"angular-moment": {
"version": "0.10.3",
"resolved": "https://registry.npmjs.org/angular-moment/-/angular-moment-0.10.3.tgz",
"integrity": "sha1-Y3dcjhL2j7NTuMgLx520Von4v50=",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/angular-moment/-/angular-moment-1.3.0.tgz",
"integrity": "sha512-KG8rvO9MoaBLwtGnxTeUveSyNtrL+RNgGl1zqWN36+HDCCVGk2DGWOzqKWB6o+eTTbO3Opn4hupWKIElc8XETA==",
"requires": {
"moment": ">=2.8.0 <2.11.0"
},
"dependencies": {
"moment": {
"version": "2.10.6",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.10.6.tgz",
"integrity": "sha1-bLIZZ8ecunsMpeZmRPFzZis++nc="
}
"moment": ">=2.8.0 <3.0.0"
}
},
"angular-mousewheel": {
@@ -8588,9 +8581,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.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"lodash._arraycopy": {
"version": "3.0.0",