Skip to content

Commit

Permalink
Merge pull request #310 from ZeRodolfo/fix/audit-on-publish-to-npm
Browse files Browse the repository at this point in the history
chore(package): resolve audit in packages eslint and husky
  • Loading branch information
daniloab authored Feb 22, 2022
2 parents 0b1a56a + 0e334fc commit ed2ffc0
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 353 deletions.
2 changes: 1 addition & 1 deletion examples/eventDriven/src/customSpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
}
},
"tags": []
}
}
6 changes: 3 additions & 3 deletions examples/eventDriven/src/customSpec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
info:
title: User Event API
version: 1.0.0
description: ' User Event API Specification'
description: " User Event API Specification"
openapi: 3.0.0
paths: {}
components:
Expand All @@ -24,9 +24,9 @@ channels:
user/signedin:
subscribe:
message:
$ref: '#/components/messages/UserSignedIn'
$ref: "#/components/messages/UserSignedIn"
user/signedup:
subscribe:
message:
$ref: '#/components/messages/UserSignedUp'
$ref: "#/components/messages/UserSignedUp"
tags: []
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"devDependencies": {
"body-parser": "1.19.0",
"eslint": "7.14.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint": "8.9.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "6.15.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-prettier": "3.1.4",
"express": "4.17.1",
"husky": "4.3.0",
"husky": "7.0.4",
"jest": "^26.6.1",
"lint-staged": "10.5.2",
"npm-run-all": "4.1.5",
Expand Down
Loading

0 comments on commit ed2ffc0

Please sign in to comment.