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

Bump winston from 3.13.0 to 3.13.1 (#18)

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

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c3a0c1d6
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
      "version": "0.1.0",
      "dependencies": {
        "express": "^4.19.2",
        "winston": "^3.13.0"
        "winston": "^3.13.1"
      }
    },
    "node_modules/@colors/colors": {
@@ -887,15 +887,15 @@
      }
    },
    "node_modules/winston": {
      "version": "3.13.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
      "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
      "version": "3.13.1",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz",
      "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==",
      "dependencies": {
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.2",
        "async": "^3.2.3",
        "is-stream": "^2.0.0",
        "logform": "^2.4.0",
        "logform": "^2.6.0",
        "one-time": "^1.0.0",
        "readable-stream": "^3.4.0",
        "safe-stable-stringify": "^2.3.1",
@@ -1584,15 +1584,15 @@
      "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
    },
    "winston": {
      "version": "3.13.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz",
      "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==",
      "version": "3.13.1",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz",
      "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==",
      "requires": {
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.2",
        "async": "^3.2.3",
        "is-stream": "^2.0.0",
        "logform": "^2.4.0",
        "logform": "^2.6.0",
        "one-time": "^1.0.0",
        "readable-stream": "^3.4.0",
        "safe-stable-stringify": "^2.3.1",
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
  "private": true,
  "dependencies": {
    "express": "^4.19.2",
    "winston": "^3.13.0"
    "winston": "^3.13.1"
  }
}