Skip to content

Commit

Permalink
updating mocha to remove vulnerability within dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Aug 16, 2020
1 parent 5233017 commit ff9f234
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 20 deletions.
121 changes: 103 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@idrinth/api-bench",
"description": "A library to benchmark apis, no matter if rest or soap",
"license": "MIT",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/Idrinth/api-bench",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"eslint": "^7.3.1",
"eslint-plugin-json": "^2.1.1",
"mocha": "^8.0.1",
"mocha": "^8.1.1",
"chai": "^4.2.0",
"nyc": "^15.1",
"@types/mocha": "^8",
Expand Down

0 comments on commit ff9f234

Please sign in to comment.