diff --git a/package-lock.json b/package-lock.json index 2ad4fa80b63..97e47ac370b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "typescript-eslint": "^8.12.2", "unified": "^11.0.5", "web-specs": "^3.23.0", - "winston": "^3.15.0", + "winston": "^3.16.0", "yaml": "^2.6.0", "yargs": "^17.7.2" }, @@ -4786,9 +4786,9 @@ } }, "node_modules/winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz", + "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==", "dev": true, "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index e23145984f9..9501c6ec37a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "typescript-eslint": "^8.12.2", "unified": "^11.0.5", "web-specs": "^3.23.0", - "winston": "^3.15.0", + "winston": "^3.16.0", "yaml": "^2.6.0", "yargs": "^17.7.2" }