diff --git a/package-lock.json b/package-lock.json index 5070aaa0..9d5782e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@amida-tech/blue-button", - "version": "1.10.8", + "version": "1.10.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@amida-tech/blue-button", - "version": "1.10.8", + "version": "1.10.9", "license": "Apache-2.0", "dependencies": { "@amida-tech/blue-button-cms": "^1.5.6", @@ -14,7 +14,7 @@ "@amida-tech/blue-button-model": "^1.10.3", "@amida-tech/blue-button-xml": "^1.8.7", "lodash": "^4.17.21", - "winston": "^3.8.2" + "winston": "^3.10.0" }, "devDependencies": { "brfs": "^2.0.2", @@ -6721,9 +6721,9 @@ } }, "node_modules/winston": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", - "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "dependencies": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", @@ -12203,9 +12203,9 @@ } }, "winston": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", - "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.10.0.tgz", + "integrity": "sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==", "requires": { "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index c7ef3479..9653c020 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@amida-tech/blue-button-model": "^1.10.3", "@amida-tech/blue-button-xml": "^1.8.7", "lodash": "^4.17.21", - "winston": "^3.8.2" + "winston": "^3.10.0" }, "devDependencies": { "brfs": "^2.0.2",