diff --git a/plugins/recaptcha/package-lock.json b/plugins/recaptcha/package-lock.json index 8dab0d8565..83646e8610 100644 --- a/plugins/recaptcha/package-lock.json +++ b/plugins/recaptcha/package-lock.json @@ -8,13 +8,16 @@ "name": "countly-recaptcha", "version": "1.0.0", "dependencies": { - "express-recaptcha": "2.1.0" + "express-recaptcha": "5.1.0" } }, "node_modules/express-recaptcha": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/express-recaptcha/-/express-recaptcha-2.1.0.tgz", - "integrity": "sha1-JwBFRqNU4f9QiXGynnoDf+mV/Yc=" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/express-recaptcha/-/express-recaptcha-5.1.0.tgz", + "integrity": "sha512-L9BSaHbwVzEAf38LNnFwEbk4qpX1LiD1z8viBGYBuxyBWWVKMgBrKDb1mNLq6uSxubJzZbyIz+0ldgTSXfxsvQ==", + "engines": { + "node": ">= 6" + } } } } diff --git a/plugins/recaptcha/package.json b/plugins/recaptcha/package.json index 5310869ac9..584075a22d 100644 --- a/plugins/recaptcha/package.json +++ b/plugins/recaptcha/package.json @@ -20,7 +20,7 @@ "recaptcha" ], "dependencies": { - "express-recaptcha": "2.1.0" + "express-recaptcha": "5.1.0" }, "private": true }