Merge pull request #24 from paulmg/dependabot/npm_and_yarn/lodash-4.17.15

Bump lodash from 4.17.10 to 4.17.15
This commit is contained in:
Paul Graffam 2020-03-11 11:18:38 -04:00 committed by GitHub
commit 212b0bc0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 17 deletions

20
package-lock.json generated
View File

@ -2655,12 +2655,6 @@
"json5": "^1.0.1"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "http://artprod.dev.bloomberg.com/artifactory/api/npm/npm-repos/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha1-s56mIp72B+zYniyN8SU2iRysm40=",
"dev": true
},
"minimist": {
"version": "1.2.0",
"resolved": "http://artprod.dev.bloomberg.com/artifactory/api/npm/npm-repos/minimist/-/minimist-1.2.0.tgz",
@ -6086,9 +6080,9 @@
}
},
"lodash": {
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true
},
"lodash.assign": {
@ -9743,14 +9737,6 @@
"lodash": "^4.17.11",
"slice-ansi": "2.0.0",
"string-width": "^2.1.1"
},
"dependencies": {
"lodash": {
"version": "4.17.11",
"resolved": "http://artprod.dev.bloomberg.com/artifactory/api/npm/npm-repos/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha1-s56mIp72B+zYniyN8SU2iRysm40=",
"dev": true
}
}
},
"tapable": {