Unverified Commit 3c1e7856 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump winston from 3.12.0 to 3.13.0 (#6)

Bumps [winston](https://github.com/winstonjs/winston) from 3.12.0 to 3.13.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.12.0...v3.13.0

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent eebe0cdf
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
      "version": "0.1.0",
      "dependencies": {
        "express": "^4.19.2",
        "winston": "^3.12.0"
        "winston": "^3.13.0"
      }
    },
    "node_modules/@colors/colors": {
@@ -887,9 +887,9 @@
      }
    },
    "node_modules/winston": {
      "version": "3.12.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz",
      "integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==",
      "version": "3.13.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
      "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
      "dependencies": {
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.2",
@@ -1584,9 +1584,9 @@
      "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
    },
    "winston": {
      "version": "3.12.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.12.0.tgz",
      "integrity": "sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==",
      "version": "3.13.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
      "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
      "requires": {
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.2",
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
  "private": true,
  "dependencies": {
    "express": "^4.19.2",
    "winston": "^3.12.0"
    "winston": "^3.13.0"
  }
}