diff --git a/package-lock.json b/package-lock.json index f6a379cc..611304dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "sequelize-cli": "6.6.1", "umzug": "3.2.1", "uuid": "9.0.0", - "winston": "3.8.2" + "winston": "3.10.0" }, "devDependencies": { "@babel/core": "7.21.8", @@ -8873,9 +8873,9 @@ } }, "node_modules/winston": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", - "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "dependencies": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", @@ -15972,9 +15972,9 @@ } }, "winston": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", - "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "requires": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index 23d3f33d..d2ceedbf 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "sequelize-cli": "6.6.1", "umzug": "3.2.1", "uuid": "9.0.0", - "winston": "3.8.2" + "winston": "3.10.0" }, "devDependencies": { "@babel/core": "7.21.8",