diff --git a/package-lock.json b/package-lock.json index f443920..c0b5694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "pg": "^8.12.0", "pg-promise": "^11.9.1", "uuid": "^9.0.1", - "winston": "^3.14.1", + "winston": "^3.14.2", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz" }, "devDependencies": { @@ -10802,9 +10802,9 @@ } }, "node_modules/winston": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz", - "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz", + "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index 406c214..6c8ea18 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "pg": "^8.12.0", "pg-promise": "^11.9.1", "uuid": "^9.0.1", - "winston": "^3.14.1", + "winston": "^3.14.2", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz" }, "devDependencies": {