diff --git a/package-lock.json b/package-lock.json index 64ea8a636..fb043b6a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27800,10 +27800,9 @@ } }, "node_modules/winston": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.15.0.tgz", - "integrity": "sha512-RhruH2Cj0bV0WgNL+lOfoUBI4DVfdUNjVnJGVovWZmrcKtrFTTRzgXYK2O9cymSGjrERCtaAeHwMNnUWXlwZow==", - "license": "MIT", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.16.0.tgz", + "integrity": "sha512-xz7+cyGN5M+4CmmD4Npq1/4T+UZaz7HaeTlAruFUTjk79CNMq+P6H30vlE4z0qfqJ01VHYQwd7OZo03nYm/+lg==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -28941,7 +28940,7 @@ "envix": "^1.5.0", "hapic": "^2.5.1", "singa": "^1.0.0", - "winston": "^3.14.1" + "winston": "^3.16.0" }, "devDependencies": { "@authup/core-http-kit": "^1.0.0-beta.22", diff --git a/packages/server-kit/package.json b/packages/server-kit/package.json index 3a251487d..85598a2d1 100644 --- a/packages/server-kit/package.json +++ b/packages/server-kit/package.json @@ -35,7 +35,7 @@ "envix": "^1.5.0", "hapic": "^2.5.1", "singa": "^1.0.0", - "winston": "^3.14.1" + "winston": "^3.16.0" }, "devDependencies": { "@authup/core-http-kit": "^1.0.0-beta.22",