Skip to content

Commit

Permalink
build(deps-dev): bump mocha from 6.1.1 to 6.1.2 (#763)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Upgrade the rest
  • Loading branch information
dependabot[bot] authored and malept committed Apr 10, 2019
1 parent def0531 commit edfbdb8
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"generate-changelog": "^1.0.2",
"listr": "^0.14.1",
"minimist": "^1.2.0",
"mocha": "^6.1.1",
"mocha": "^6.1.2",
"nodemon": "^1.18.11",
"nyc": "^13.0.1",
"proxyquire": "^2.0.1",
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 @@ -13,7 +13,7 @@
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "^6.1.1"
"mocha": "^6.1.2"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.34",
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.2.5",
"mocha": "^6.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.34",
"chai": "4.2.0",
"mocha": "^6.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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.1.1"
"mocha": "^6.1.2"
},
"engines": {
"node": ">= 6.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 @@ -10,7 +10,7 @@
"devDependencies": {
"@types/pretty-ms": "^4.0.0",
"chai": "4.2.0",
"mocha": "^6.1.1",
"mocha": "^6.1.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5818,10 +5818,10 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
dependencies:
minimist "0.0.8"

mocha@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.1.tgz#b4f81a9b673649ef72098cb56bfddbfd39da5127"
integrity sha512-ayfr68s4kyDnCU0hjkTk5Z8J8dqr1iPUuVjmd+dLFgaGKOPlgx1XrOGn5k3H1LlXNnLBb8voZMYMKxchiA4Ujg==
mocha@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.2.tgz#31e960580ef709ef5f26bbe760547cf5207b44df"
integrity sha512-BgD2/RozoSC3uQK5R0isDcxjqaWw2n5HWdk8njYUyZf2NC79ErO5FtYVX52+rfqGoEgMfJf4fuG0IWh2TMzFoA==
dependencies:
ansi-colors "3.2.3"
browser-stdout "1.3.1"
Expand Down

0 comments on commit edfbdb8

Please sign in to comment.