diff --git a/captcha/package-lock.json b/captcha/package-lock.json index a37831e..434d74f 100644 --- a/captcha/package-lock.json +++ b/captcha/package-lock.json @@ -200,9 +200,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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "mime-db": { "version": "1.43.0", diff --git a/captcha/package.json b/captcha/package.json index eddd8c1..6bf42d8 100644 --- a/captcha/package.json +++ b/captcha/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "lodash": "^4.17.11", + "lodash": "^4.17.19", "node-fetch": "^2.6.0", "request": "^2.88.2", "request-promise-native": "^1.0.8",