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

Bump winston from 3.14.1 to 3.14.2 (#24)

Bumps [winston](https://github.com/winstonjs/winston) from 3.14.1 to 3.14.2.
- [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.14.1...v3.14.2

)

---
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 69b3cbd3
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.14.1"
        "winston": "^3.14.2"
      }
    },
    "node_modules/@colors/colors": {
@@ -887,9 +887,9 @@
      }
    },
    "node_modules/winston": {
      "version": "3.14.1",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz",
      "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==",
      "version": "3.14.2",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz",
      "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==",
      "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.14.1",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.1.tgz",
      "integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==",
      "version": "3.14.2",
      "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.2.tgz",
      "integrity": "sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==",
      "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.14.1"
    "winston": "^3.14.2"
  }
}