diff --git a/package-lock.json b/package-lock.json index d0ca0c4de..aad2a5bee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "request": "^2.*", "simple-git": "^3.25.0", "toolsocket": "github:ptcrealitylab/toolsocket", - "winston": "^3.13.1", + "winston": "^3.14.0", "ws": "^8.18.0", "xml2js": "^0.6.2", "yargs": "^17.7.2" @@ -9034,9 +9034,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==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -16074,9 +16074,9 @@ } }, "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==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index c40d1ab0c..903e2cd8f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "request": "^2.*", "simple-git": "^3.25.0", "toolsocket": "github:ptcrealitylab/toolsocket", - "winston": "^3.13.1", + "winston": "^3.14.0", "ws": "^8.18.0", "xml2js": "^0.6.2", "yargs": "^17.7.2"