Skip to content

Commit 6afbfd7

Browse files
sonicoder86ngabor84
andcommitted
fix(package): upgrade eslint
EME-5173 Co-authored-by: Gabor Nemeth <[email protected]>
1 parent 66d53d1 commit 6afbfd7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
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",

src/logger/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)