Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 5.2.0 to 6.2.2
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.2.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.2.0...v6.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 4, 2019
1 parent 73d77ca commit 6c957ce
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 116 deletions.
2 changes: 1 addition & 1 deletion packages/api-elements/package.json
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^5.2.0"
"mocha": "^6.2.2"
},
"engines": {
"node": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-adapter-apiary-blueprint-parser/package.json
Expand Up @@ -31,7 +31,7 @@
"eslint": "^5.16.0",
"fury": "3.0.0-beta.12",
"glob": "^7.1.2",
"mocha": "^5.2.0",
"mocha": "^6.2.2",
"pegjs": "git://github.com/dmajda/pegjs.git#02af83f9b416778878e52e2cbbc22d96e312164e"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-adapter-apib-parser/package.json
Expand Up @@ -28,7 +28,7 @@
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.12",
"mocha": "^5.2.0"
"mocha": "^6.2.2"
},
"engines": {
"node": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-adapter-apib-serializer/package.json
Expand Up @@ -28,7 +28,7 @@
"eslint": "^5.16.0",
"fury": "3.0.0-beta.12",
"glob": "^7.1.2",
"mocha": "^5.2.0"
"mocha": "^6.2.2"
},
"engines": {
"node": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-adapter-oas3-parser/package.json
Expand Up @@ -35,7 +35,7 @@
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.12",
"mocha": "^5.2.0"
"mocha": "^6.2.2"
},
"engines": {
"node": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-adapter-remote/package.json
Expand Up @@ -30,6 +30,6 @@
"chai": "^4.2.0",
"eslint": "^5.16.0",
"fury": "3.0.0-beta.12",
"mocha": "^5.2.0"
"mocha": "^6.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/fury-adapter-swagger/package.json
Expand Up @@ -37,7 +37,7 @@
"eslint": "^5.16.0",
"fury": "3.0.0-beta.12",
"glob": "^7.1.2",
"mocha": "^5.2.0",
"mocha": "^6.2.2",
"swagger-zoo": "^3.1.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fury/package.json
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^5.2.0"
"mocha": "^6.2.2"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 6c957ce

Please sign in to comment.