diff --git a/package-lock.json b/package-lock.json index 66dbfa9..2e23222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "ioredis": "^5.3.2", "morgan": "^1.10.0", "swagger-jsdoc": "^6.2.8", - "winston": "^3.9.0" + "winston": "^3.11.0" }, "devDependencies": { "@commitlint/config-conventional": "^18.0.0", @@ -14073,11 +14073,11 @@ } }, "node_modules/winston": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", - "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz", + "integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==", "dependencies": { - "@colors/colors": "1.5.0", + "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", @@ -14119,6 +14119,14 @@ "node": ">= 6" } }, + "node_modules/winston/node_modules/@colors/colors": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", + "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==", + "engines": { + "node": ">=0.1.90" + } + }, "node_modules/winston/node_modules/async": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", diff --git a/package.json b/package.json index 6f4496d..e1c955d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ioredis": "^5.3.2", "morgan": "^1.10.0", "swagger-jsdoc": "^6.2.8", - "winston": "^3.9.0" + "winston": "^3.11.0" }, "devDependencies": { "@commitlint/config-conventional": "^18.0.0",