Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchernev committed Sep 25, 2020
1 parent 5ab0e06 commit f508180
Show file tree
Hide file tree
Showing 2 changed files with 768 additions and 809 deletions.
32 changes: 18 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-jsdoc",
"version": "4.0.0",
"version": "4.1.0",
"engines": {
"node": ">=10.0.0"
},
Expand Down Expand Up @@ -33,30 +33,34 @@
"swagger-jsdoc": "./bin/swagger-jsdoc.js"
},
"dependencies": {
"commander": "5.0.0",
"commander": "6.1.0",
"doctrine": "3.0.0",
"glob": "7.1.6",
"js-yaml": "3.13.1",
"swagger-parser": "9.0.1"
"js-yaml": "3.14.0",
"swagger-parser": "10.0.2"
},
"devDependencies": {
"body-parser": "1.19.0",
"chai": "4.2.0",
"chai-jest-snapshot": "2.0.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-loader": "3.0.3",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-prettier": "3.1.2",
"eslint": "7.9.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"express": "4.17.1",
"husky": "4.2.3",
"lint-staged": "10.0.8",
"mocha": "7.1.1",
"husky": "4.3.0",
"lint-staged": "10.4.0",
"mocha": "8.1.3",
"npm-run-all": "4.1.5",
"prettier": "2.0.1",
"prettier": "2.1.2",
"supertest": "4.0.2"
},
"resolutions": {
"lodash": "^4.17.19",
"minimist": "^1.2.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
Loading

0 comments on commit f508180

Please sign in to comment.