File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 "dependencies" : {},
3131 "devDependencies" : {
3232 "@emartech/cls-adapter" : " 1.3.0" ,
33- "@types/node" : " 18.7.2 " ,
34- "@typescript-eslint/parser" : " 5.35 .1" ,
33+ "@types/node" : " 18.7.14 " ,
34+ "@typescript-eslint/parser" : " 5.36 .1" ,
3535 "chai" : " 4.3.6" ,
36- "eslint" : " 7.21 .0" ,
36+ "eslint" : " 8.23 .0" ,
3737 "eslint-config-emarsys" : " 5.1.0" ,
38- "eslint-plugin-no-only-tests" : " 2.4 .0" ,
39- "eslint-plugin-security" : " 1.4 .0" ,
38+ "eslint-plugin-no-only-tests" : " 3.0 .0" ,
39+ "eslint-plugin-security" : " 1.5 .0" ,
4040 "express" : " 4.18.1" ,
4141 "koa" : " 2.13.4" ,
4242 "mocha" : " 10.0.0" ,
4343 "semantic-release" : " 19.0.5" ,
4444 "sinon" : " 14.0.0" ,
4545 "sinon-chai" : " 3.7.0" ,
4646 "ts-node" : " 10.9.1" ,
47- "typescript" : " 4.7.4 "
47+ "typescript" : " 4.8.2 "
4848 },
4949 "repository" : {
5050 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export class Logger {
5555 formatter : jsonFormatter ,
5656 output : consoleOutput ,
5757 transformers : [ ]
58- }
58+ } ;
5959
6060 isEnabled ( ) {
6161 return this . _enabled ;
You can’t perform that action at this time.
0 commit comments