diff --git a/package-lock.json b/package-lock.json index ba3ea580..3aa92666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "node-fetch": "2.7.0", "omit-deep-lodash": "1.1.7", "react": "18.3.1", - "winston": "3.13.0" + "winston": "3.14.0" }, "devDependencies": { "@babel/cli": "^7.23.4", @@ -14135,15 +14135,16 @@ } }, "node_modules/winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.0.tgz", + "integrity": "sha512-XEJvmKJglhTW2TgfpKdkpj0119Yn5AClR7LJ0rBNUQFx20mNQj3s1ukTA1i77q+YBaHYbcKtXpxgPqfdUPCIYA==", + "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", @@ -14171,7 +14172,8 @@ "node_modules/winston/node_modules/async": { "version": "3.2.5", "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "license": "MIT" }, "node_modules/word-wrap": { "version": "1.2.5", diff --git a/package.json b/package.json index 21356f47..9c9fdd51 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node-fetch": "2.7.0", "omit-deep-lodash": "1.1.7", "react": "18.3.1", - "winston": "3.13.0" + "winston": "3.14.0" }, "scripts": { "build": "npm run build:clean && npm run build:updates && npm run build:server",