diff --git a/package-lock.json b/package-lock.json index 4ed354e..4a27118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1101,9 +1101,9 @@ "dev": true }, "config": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/config/-/config-3.2.5.tgz", - "integrity": "sha512-8itpjyR01lAJanhAlPncBngYRZez/LoRLW8wnGi+6SEcsUyA1wvHvbpIrAJYDJT+W9BScnj4mYoUgbtp9I+0+Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.0.tgz", + "integrity": "sha512-Xw++JjmYOLLX2HaYpySAveO8a9o+Af0jpDdEt1st8xtLeZI0bDfNsI90DGFyE/7mNnEjHiI8ivp/PieM6ODtdw==", "requires": { "json5": "^1.0.1" } diff --git a/package.json b/package.json index 8f8062d..c1a0b45 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hapi/joi": "^17.1.1", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", - "config": "^3.2.5", + "config": "^3.3.0", "debug": "^4.1.1", "express": "^4.17.1", "express-async-errors": "^3.1.1",