Unverified Commit 2e2bc99b authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump winston from 3.8.2 to 3.11.0

Bumps [winston](https://github.com/winstonjs/winston) from 3.8.2 to 3.11.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.8.2...v3.11.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>
parent 0b50ba3a
Loading
Loading
Loading
Loading
+24 −9
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    "": {
      "dependencies": {
        "express": "^4.18.2",
        "winston": "^3.8.2"
        "winston": "^3.11.0"
      }
    },
    "node_modules/@colors/colors": {
@@ -770,11 +770,11 @@
      }
    },
    "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.11.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz",
      "integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==",
      "dependencies": {
        "@colors/colors": "1.5.0",
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.2",
        "async": "^3.2.3",
        "is-stream": "^2.0.0",
@@ -802,6 +802,14 @@
      "engines": {
        "node": ">= 6.4.0"
      }
    },
    "node_modules/winston/node_modules/@colors/colors": {
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
      "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==",
      "engines": {
        "node": ">=0.1.90"
      }
    }
  },
  "dependencies": {
@@ -1398,11 +1406,11 @@
      "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
    },
    "winston": {
      "version": "3.8.2",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
      "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
      "version": "3.11.0",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.11.0.tgz",
      "integrity": "sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==",
      "requires": {
        "@colors/colors": "1.5.0",
        "@colors/colors": "^1.6.0",
        "@dabh/diagnostics": "^2.0.2",
        "async": "^3.2.3",
        "is-stream": "^2.0.0",
@@ -1413,6 +1421,13 @@
        "stack-trace": "0.0.x",
        "triple-beam": "^1.3.0",
        "winston-transport": "^4.5.0"
      },
      "dependencies": {
        "@colors/colors": {
          "version": "1.6.0",
          "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
          "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA=="
        }
      }
    },
    "winston-transport": {
+1 −1
Original line number Diff line number Diff line
{
  "dependencies": {
    "express": "^4.18.2",
    "winston": "^3.8.2"
    "winston": "^3.11.0"
  }
}