Merge pull request #4690 from mabashian/npm-audit

Upgrades lodash and angular-moment

Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
             https://github.com/jakemcdermott
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-09-10 17:20:05 +00:00 committed by GitHub
commit 71215d3d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",

View File

@ -104,7 +104,7 @@
"angular-drag-and-drop-lists": "git+https://git@github.com/ansible/angular-drag-and-drop-lists#v1.4.1",
"angular-duration-format": "^1.0.1",
"angular-gettext": "^2.3.5",
"angular-moment": "^0.10.1",
"angular-moment": "^1.3.0",
"angular-mousewheel": "^1.0.5",
"angular-sanitize": "~1.6.6",
"angular-scheduler": "git+https://git@github.com/ansible/angular-scheduler#v0.3.3",
@ -126,7 +126,7 @@
"jquery-ui": "^1.12.1",
"js-yaml": "^3.13.1",
"legacy-loader": "0.0.2",
"lodash": "~4.17.10",
"lodash": "^4.17.15",
"lr-infinite-scroll": "git+https://git@github.com/lorenzofox3/lrInfiniteScroll",
"mathjs": "^3.15.0",
"moment": "^2.19.4",