mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 09:44:06 +00:00
fix: upgrade winston from 3.14.1 to 3.14.2
Snyk has created this PR to upgrade winston from 3.14.1 to 3.14.2. See this package in npm: winston See this project in Snyk: https://app.snyk.io/org/20kaushik02/project/b4833e61-9c4d-40ff-afd5-54cf293ce6bc?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
e2c544aee2
commit
6fb2bfcc17
9
package-lock.json
generated
9
package-lock.json
generated
@ -21,7 +21,7 @@
|
||||
"pg": "^8.12.0",
|
||||
"sequelize": "^6.37.3",
|
||||
"serializr": "^3.0.2",
|
||||
"winston": "^3.14.1"
|
||||
"winston": "^3.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
@ -4282,9 +4282,10 @@
|
||||
}
|
||||
},
|
||||
"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==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@colors/colors": "^1.6.0",
|
||||
"@dabh/diagnostics": "^2.0.2",
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"pg": "^8.12.0",
|
||||
"sequelize": "^6.37.3",
|
||||
"serializr": "^3.0.2",
|
||||
"winston": "^3.14.1"
|
||||
"winston": "^3.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user