diff --git a/scripts/contributor-list/package-lock.json b/scripts/contributor-list/package-lock.json index 0ca86d0ad7c7a..2b7432c7a0a3f 100644 --- a/scripts/contributor-list/package-lock.json +++ b/scripts/contributor-list/package-lock.json @@ -281,9 +281,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "mime-db": { "version": "1.36.0", diff --git a/scripts/contributor-list/package.json b/scripts/contributor-list/package.json index 74e6c7d95f11e..8f603799ced9a 100644 --- a/scripts/contributor-list/package.json +++ b/scripts/contributor-list/package.json @@ -5,7 +5,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "lodash": "^4.17.19", + "lodash": "^4.17.20", "node-github-graphql": "^0.2.7" } }