Skip to content

Commit

Permalink
chore(deps): force latest version & audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Aug 23, 2021
1 parent d183368 commit fcb43e4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
96 changes: 48 additions & 48 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.14.5",
"@babel/register": "^7.15.3",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/travis-cli": "^13.1.0",
Expand All @@ -81,32 +81,32 @@
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^36.0.6",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^3.4.1",
"faker": "^5.5.3",
"generate-changelog": "^1.8.0",
"handlebars": "^4.7.7",
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"lint-staged": "^11.1.2",
"lodash.template": "^4.5.0",
"mime": "^2.5.2",
"minimist": "^1.2.5",
"mocha": "^9.0.3",
"mocha": "^9.1.0",
"npm-check-updates": "^11.8.3",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"qs": "^6.10.1",
"rimraf": "^3.0.2",
"rollup": "^2.56.0",
"rollup": "^2.56.3",
"shelljs": "^0.8.4",
"supertest": "^6.1.4",
"supertest": "^6.1.6",
"websocket-extensions": "^0.1.4",
"yargs": "^17.1.0"
"yargs": "^17.1.1"
},
"dependencies": {
"async": ">=3.2.0",
"async": ">=3.2.1",
"auto-parse": ">=1.8.0",
"body-parser": ">=1.19.0",
"express": ">=4.17.1",
Expand Down

0 comments on commit fcb43e4

Please sign in to comment.