diff --git a/package-lock.json b/package-lock.json index e6b37a1406..b4801c6744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -173,7 +173,7 @@ "underscore": "^1.13.1", "uuid": "^9.0.1", "wait-sync": "^1.0.1", - "winston": "^3.13.1", + "winston": "^3.14.0", "ws": "^8.16.0", "yargs": "^17.5.1" }, @@ -49654,9 +49654,9 @@ } }, "node_modules/winston": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", - "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.14.0.tgz", + "integrity": "sha512-XEJvmKJglhTW2TgfpKdkpj0119Yn5AClR7LJ0rBNUQFx20mNQj3s1ukTA1i77q+YBaHYbcKtXpxgPqfdUPCIYA==", "dev": true, "dependencies": { "@colors/colors": "^1.6.0", diff --git a/package.json b/package.json index 650cb0ed0f..487c47612a 100644 --- a/package.json +++ b/package.json @@ -232,7 +232,7 @@ "underscore": "^1.13.1", "uuid": "^9.0.1", "wait-sync": "^1.0.1", - "winston": "^3.13.1", + "winston": "^3.14.0", "ws": "^8.16.0", "yargs": "^17.5.1" },