diff --git a/package-lock.json b/package-lock.json index 6701225b..8a223e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "log4js": "6.4.0", - "tslog": "3.3.1", + "tslog": "3.3.2", "typescript-logging": "^1.0.0" }, "devDependencies": { @@ -8283,9 +8283,9 @@ "dev": true }, "node_modules/tslog": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/tslog/-/tslog-3.3.1.tgz", - "integrity": "sha512-An3uyXX95uU/X7v5H6G9OKW6ip/gVOpvsERGJ/nR4Or5TP5GwoI9nUjhNWEc8mJOWC7uhPMg2UzkrVDUtadELg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/tslog/-/tslog-3.3.2.tgz", + "integrity": "sha512-K+XduMfa9+yiHE/vxbUD/dL7RAbw9yIfi9tMjQj3uQ8evkPRKkmw0mQgEkzmueyg23hJHGaOQmDnCEZoKEws+w==", "dependencies": { "source-map-support": "^0.5.21" }, @@ -15404,9 +15404,9 @@ "dev": true }, "tslog": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/tslog/-/tslog-3.3.1.tgz", - "integrity": "sha512-An3uyXX95uU/X7v5H6G9OKW6ip/gVOpvsERGJ/nR4Or5TP5GwoI9nUjhNWEc8mJOWC7uhPMg2UzkrVDUtadELg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/tslog/-/tslog-3.3.2.tgz", + "integrity": "sha512-K+XduMfa9+yiHE/vxbUD/dL7RAbw9yIfi9tMjQj3uQ8evkPRKkmw0mQgEkzmueyg23hJHGaOQmDnCEZoKEws+w==", "requires": { "source-map-support": "^0.5.21" } diff --git a/package.json b/package.json index eb9df280..2eb431c1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "typescript-logging": "^1.0.0", "log4js": "6.4.0", - "tslog": "3.3.1" + "tslog": "3.3.2" }, "scripts": { "build": "tsc",