Commit ffbcb1ae authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitrii Safronov
Browse files

build(deps): bump winston from 3.18.3 to 3.19.0

Bumps [winston](https://github.com/winstonjs/winston) from 3.18.3 to 3.19.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.18.3...v3.19.0

)

---
updated-dependencies:
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent b383c22f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
      "version": "0.1.0",
      "dependencies": {
        "express": "^5.2.1",
        "winston": "^3.18.3"
        "winston": "^3.19.0"
      }
    },
    "node_modules/@colors/colors": {
@@ -970,9 +970,9 @@
      }
    },
    "node_modules/winston": {
      "version": "3.18.3",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz",
      "integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==",
      "version": "3.19.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
      "integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
      "dependencies": {
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.8",
@@ -1671,9 +1671,9 @@
      "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
    },
    "winston": {
      "version": "3.18.3",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz",
      "integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==",
      "version": "3.19.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
      "integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
      "requires": {
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.8",
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
  "private": true,
  "dependencies": {
    "express": "^5.2.1",
    "winston": "^3.18.3"
    "winston": "^3.19.0"
  }
}