Merge pull request #16 from BennyDaBee/dependabot/npm_and_yarn/winston-3.8.2

Bump winston from 3.8.1 to 3.8.2
This commit is contained in:
BennyDaBee 2022-09-13 08:40:38 -05:00 committed by GitHub
commit b9b6ecd1be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@ -15,7 +15,7 @@
"lodash": "^4.17.21",
"onstarjs": "^2.3.9",
"uuid": "^8.3.2",
"winston": "^3.8.1"
"winston": "^3.8.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
@ -6144,10 +6144,11 @@
"dev": true
},
"node_modules/winston": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
"integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
"dependencies": {
"@colors/colors": "1.5.0",
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",
"is-stream": "^2.0.0",
@ -11037,10 +11038,11 @@
"dev": true
},
"winston": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
"integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
"requires": {
"@colors/colors": "1.5.0",
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",
"is-stream": "^2.0.0",

View File

@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"onstarjs": "^2.3.9",
"uuid": "^8.3.2",
"winston": "^3.8.1",
"winston": "^3.8.2",
"dotenv": "^16.0.1"
},
"devDependencies": {