Skip to content

Commit

Permalink
build(deps-dev): bump mocha from 7.1.1 to 7.1.2 (#1650)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump mocha from 7.1.1 to 7.1.2

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

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

* Finish upgrading via bolt

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d85e33c commit 5ce9d76
Show file tree
Hide file tree
Showing 35 changed files with 46 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"lint-staged": "^10.1.3",
"listr": "^0.14.1",
"minimist": "^1.2.5",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"nodemon": "^2.0.3",
"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 @@
"@malept/cross-spawn-promise": "^1.1.0",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^7.1.1"
"mocha": "^7.1.2"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.50",
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": "^9.2.1",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.50",
"chai": "4.2.0",
"mocha": "^7.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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 @@ -10,7 +10,7 @@
"devDependencies": {
"chai": "4.2.0",
"fetch-mock": "^9.2.1",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3"
},
"engines": {
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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1"
"mocha": "^7.1.2"
},
"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.1.1",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
},
Expand Down
33 changes: 12 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4491,7 +4491,12 @@ fsevents@^1.2.7:
bindings "^1.5.0"
nan "^2.12.1"

fsevents@~2.1.1, fsevents@~2.1.2:
fsevents@~2.1.1:
version "2.1.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==

fsevents@~2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
Expand Down Expand Up @@ -6470,31 +6475,17 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"

[email protected]:
version "0.5.3"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
integrity sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==
dependencies:
minimist "^1.2.5"

mkdirp@^0.5.0:
version "0.5.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512"
integrity sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==
dependencies:
minimist "^1.2.5"

mkdirp@^0.5.1, mkdirp@^0.5.3:
[email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3:
version "0.5.5"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
dependencies:
minimist "^1.2.5"

mocha@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.1.tgz#89fbb30d09429845b1bb893a830bf5771049a441"
integrity sha512-3qQsu3ijNS3GkWcccT5Zw0hf/rWvu1fTN9sPvEd81hlwsr30GX2GcDSSoBxo24IR8FelmrAydGC6/1J5QQP4WA==
mocha@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6"
integrity sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==
dependencies:
ansi-colors "3.2.3"
browser-stdout "1.3.1"
Expand All @@ -6509,7 +6500,7 @@ mocha@^7.1.1:
js-yaml "3.13.1"
log-symbols "3.0.0"
minimatch "3.0.4"
mkdirp "0.5.3"
mkdirp "0.5.5"
ms "2.1.1"
node-environment-flags "1.0.6"
object.assign "4.1.0"
Expand Down

0 comments on commit 5ce9d76

Please sign in to comment.