Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 6.2.0 to 6.2.1 (#1198)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https:/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https:/mochajs/mocha/releases)
- [Changelog](https:/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Sep 30, 2019
1 parent 5d11be6 commit 49cec98
Show file tree
Hide file tree
Showing 35 changed files with 90 additions and 152 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"generate-changelog": "^1.8.0",
"listr": "^0.14.1",
"minimist": "^1.2.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"nodemon": "^1.19.2",
"nyc": "^14.1.1",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"fetch-mock": "^7.3.9",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/Installer.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/darwin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerDarwin.js",
"typings": "dist/InstallerDarwin.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerDeb.js",
"typings": "dist/InstallerDeb.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerDMG.js",
"typings": "dist/InstallerDMG.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/exe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerExe.js",
"typings": "dist/InstallerExe.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/linux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerLinux.js",
"typings": "dist/InstallerLinux.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/rpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerRpm.js",
"typings": "dist/InstallerRpm.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/InstallerZip.js",
"typings": "dist/InstallerZip.d.ts",
"devDependencies": {
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/appx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/MakerAppX.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/Maker.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/flatpak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/squirrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/MakerSquirrel.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/wix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/MakerWix.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/MakerZIP.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/Plugin.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/CompilePlugin.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/local-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/LocalElectronPlugin.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@electron-forge/shared-types": "6.0.0-beta.45",
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherBitbucket.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherERS.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherGithub.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherNucleus.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherS3.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/snapcraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherSnapcraft.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0"
"mocha": "^6.2.1"
},
"engines": {
"node": ">= 8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/index.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.2.0",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
Expand Down
Loading

0 comments on commit 49cec98

Please sign in to comment.