Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit c015f94

Browse files
dependabot-preview[bot]kylef
authored andcommitted
chore(deps-dev): bump mocha from 5.2.0 to 7.1.1
Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 7.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v5.2.0...v7.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent fa4003e commit c015f94

File tree

9 files changed

+169
-66
lines changed

9 files changed

+169
-66
lines changed

packages/api-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"chai": "^4.2.0",
2929
"eslint": "^5.16.0",
30-
"mocha": "^5.2.0"
30+
"mocha": "^7.1.1"
3131
},
3232
"engines": {
3333
"node": ">=8"

packages/fury-adapter-apiary-blueprint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint": "^5.16.0",
3434
"fury": "3.0.0-beta.14",
3535
"glob": "^7.1.2",
36-
"mocha": "^5.2.0",
36+
"mocha": "^7.1.1",
3737
"pegjs": "git://github.com/dmajda/pegjs.git#02af83f9b416778878e52e2cbbc22d96e312164e"
3838
},
3939
"engines": {

packages/fury-adapter-apib-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"chai": "^4.2.0",
3434
"eslint": "^5.16.0",
3535
"fury": "3.0.0-beta.14",
36-
"mocha": "^5.2.0"
36+
"mocha": "^7.1.1"
3737
},
3838
"engines": {
3939
"node": ">=8"

packages/fury-adapter-apib-serializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint": "^5.16.0",
3232
"fury": "3.0.0-beta.14",
3333
"glob": "^7.1.2",
34-
"mocha": "^5.2.0"
34+
"mocha": "^7.1.1"
3535
},
3636
"engines": {
3737
"node": ">=8"

packages/fury-adapter-oas3-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"chai": "^4.2.0",
3636
"eslint": "^5.16.0",
3737
"fury": "3.0.0-beta.14",
38-
"mocha": "^5.2.0"
38+
"mocha": "^7.1.1"
3939
},
4040
"engines": {
4141
"node": ">=8"

packages/fury-adapter-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"chai": "^4.2.0",
3333
"eslint": "^5.16.0",
3434
"fury": "3.0.0-beta.14",
35-
"mocha": "^5.2.0"
35+
"mocha": "^7.1.1"
3636
}
3737
}

packages/fury-adapter-swagger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint": "^5.16.0",
3838
"fury": "3.0.0-beta.14",
3939
"glob": "^7.1.2",
40-
"mocha": "^5.2.0",
40+
"mocha": "^7.1.1",
4141
"swagger-zoo": "^3.1.2"
4242
},
4343
"engines": {

packages/fury/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"chai": "^4.2.0",
2727
"eslint": "^5.16.0",
28-
"mocha": "^5.2.0"
28+
"mocha": "^7.1.1"
2929
},
3030
"engines": {
3131
"node": ">=8"

0 commit comments

Comments
 (0)