Skip to content

Commit 5e0d1ed

Browse files
Bump winston from 3.15.0 to 3.16.0 (#1435)
Bumps [winston](https://github.com/winstonjs/winston) from 3.15.0 to 3.16.0. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.15.0...v3.16.0) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 719af9f commit 5e0d1ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"sequelize": "^6.37.5",
5858
"serve-favicon": "^2.5.0",
5959
"uuid": "^8.3.2",
60-
"winston": "^3.15.0"
60+
"winston": "^3.16.0"
6161
},
6262
"devDependencies": {
6363
"@types/bluebird": "^3.5.42",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5409,10 +5409,10 @@ winston-transport@^4.7.0:
54095409
readable-stream "^3.6.0"
54105410
triple-beam "^1.3.0"
54115411

5412-
winston@^3.15.0:
5413-
version "3.15.0"
5414-
resolved "https://registry.yarnpkg.com/winston/-/winston-3.15.0.tgz#4df7b70be091bc1a38a4f45b969fa79589b73ff5"
5415-
integrity sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==
5412+
winston@^3.16.0:
5413+
version "3.16.0"
5414+
resolved "https://registry.yarnpkg.com/winston/-/winston-3.16.0.tgz#d11caabada87b7d4b59aba9a94b882121b773f9b"
5415+
integrity sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==
54165416
dependencies:
54175417
"@colors/colors" "^1.6.0"
54185418
"@dabh/diagnostics" "^2.0.2"

0 commit comments

Comments
 (0)