Skip to content

Commit

Permalink
build(deps-dev): bump mocha from 7.0.0 to 7.0.1 (#1436)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump mocha from 7.0.0 to 7.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v7.0.0...v7.0.1)

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

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jan 28, 2020
1 parent 952f0b5 commit bf8d58d
Show file tree
Hide file tree
Showing 35 changed files with 56 additions and 39 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.8.0",
"listr": "^0.14.1",
"minimist": "^1.2.0",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"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 @@ -14,7 +14,7 @@
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"cross-spawn-promise": "^0.10.1",
"mocha": "^7.0.0"
"mocha": "^7.0.1"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.47",
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 @@ -22,7 +22,7 @@
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"fetch-mock": "^8.1.0",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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.47",
"chai": "4.2.0",
"mocha": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0"
"mocha": "^7.0.1"
},
"engines": {
"node": ">= 10.0.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": "^7.0.0",
"mocha": "^7.0.1",
"proxyquire": "^2.1.3",
"sinon": "^8.1.0"
},
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3617,7 +3617,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"

es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
es-abstract@^1.17.0:
version "1.17.2"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
integrity sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw==
Expand All @@ -3634,6 +3634,23 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
string.prototype.trimleft "^2.1.1"
string.prototype.trimright "^2.1.1"

es-abstract@^1.17.0-next.1:
version "1.17.4"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
dependencies:
es-to-primitive "^1.2.1"
function-bind "^1.1.1"
has "^1.0.3"
has-symbols "^1.0.1"
is-callable "^1.1.5"
is-regex "^1.0.5"
object-inspect "^1.7.0"
object-keys "^1.1.1"
object.assign "^4.1.0"
string.prototype.trimleft "^2.1.1"
string.prototype.trimright "^2.1.1"

es-to-primitive@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
Expand Down Expand Up @@ -6315,10 +6332,10 @@ mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mocha@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.0.tgz#c60d14bf3de9601f549b3ff5be657eb8381c54bf"
integrity sha512-CirsOPbO3jU86YKjjMzFLcXIb5YiGLUrjrXFHoJ3e2z9vWiaZVCZQ2+gtRGMPWF+nFhN6AWwLM/juzAQ6KRkbA==
mocha@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce"
integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg==
dependencies:
ansi-colors "3.2.3"
browser-stdout "1.3.1"
Expand Down

0 comments on commit bf8d58d

Please sign in to comment.