Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: vulnerability fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
joolfe committed Aug 10, 2020
1 parent 78fe141 commit 0771a2e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 42 deletions.
52 changes: 11 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,19 @@
"homepage": "https://github.com/joolfe/postman-to-openapi#readme",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@commitlint/config-angular": "^9.1.1",
"conventional-changelog-cli": "^2.0.34",
"eslint": "^7.3.1",
"husky": "^4.2.5",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"standard": "^14.3.4"
},
"commitlint": {
"extends": [
"@commitlint/config-angular"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
Expand Down

0 comments on commit 0771a2e

Please sign in to comment.