diff --git a/package-lock.json b/package-lock.json index 4dd495a..fd0f197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@kth/cortina-block": "^7.2.0", "@kth/kth-node-passport-oidc": "^5.3.0", "@kth/kth-node-web-common": "^10.0.0", - "@kth/log": "^4.0.7", + "@kth/log": "^4.0.8", "@kth/monitor": "^4.3.2", "@kth/session": "^3.1.0", "@kth/style": "^1.13.0", @@ -3038,9 +3038,10 @@ } }, "node_modules/@kth/log": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@kth/log/-/log-4.0.7.tgz", - "integrity": "sha512-pvmvrHy1w7MAcyuh1gxZUuETuzUrJ8ox3PhYx4M8FVrrrTit8G/WmLD2WjmMYGrlCDL5aXIqb0jqZ5tpTprQ3w==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@kth/log/-/log-4.0.8.tgz", + "integrity": "sha512-8ZgVUp/YEpyPMQn3TzUeFcPT13QgwbTTIvst4KGdkwsxsqYoPa/ZYEvsIid9ZObeQai2vtnoIMSQmr7x/MYDZA==", + "license": "MIT", "dependencies": { "bunyan": "^1.8.15", "bunyan-format": "^0.2.1" diff --git a/package.json b/package.json index 2f38f83..a05ed2e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@kth/cortina-block": "^7.2.0", "@kth/kth-node-passport-oidc": "^5.3.0", "@kth/kth-node-web-common": "^10.0.0", - "@kth/log": "^4.0.7", + "@kth/log": "^4.0.8", "@kth/monitor": "^4.3.2", "@kth/session": "^3.1.0", "@kth/style": "^1.13.0",