From 92e7472e8a2ce4cc6d2fb0433dad7678f693d255 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Thu, 2 Feb 2023 10:21:11 +0000 Subject: Upgrade dependencies --- routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes.js') diff --git a/routes.js b/routes.js index 49d6b71..9c58eb2 100755 --- a/routes.js +++ b/routes.js @@ -11,7 +11,7 @@ const nanoid = customAlphabet('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklm const randomstring = require("randomstring"); -const { body, validationResult } = require('express-validator/check'); +const { body, validationResult } = require('express-validator'); const router = express.Router(); -- cgit v1.2.3