diff --git a/package.json b/package.json index e85cb9d4b..50b6b5697 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "lint-staged": "^10.2.11", "listr": "^0.14.1", "minimist": "^1.2.5", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "nodemon": "^2.0.3", "nyc": "^15.1.0", "proxyquire": "^2.1.3", diff --git a/packages/api/cli/package.json b/packages/api/cli/package.json index 2047b10b6..2d176fcfa 100644 --- a/packages/api/cli/package.json +++ b/packages/api/cli/package.json @@ -14,7 +14,7 @@ "@malept/cross-spawn-promise": "^1.1.0", "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "dependencies": { "@electron-forge/async-ora": "6.0.0-beta.53", diff --git a/packages/api/core/package.json b/packages/api/core/package.json index cdf87fd31..a7a7f5a3c 100644 --- a/packages/api/core/package.json +++ b/packages/api/core/package.json @@ -22,7 +22,7 @@ "chai-as-promised": "^7.0.0", "electron-installer-common": "^0.10.2", "fetch-mock": "^9.10.7", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/installer/base/package.json b/packages/installer/base/package.json index 2432b4e01..036f63ab4 100644 --- a/packages/installer/base/package.json +++ b/packages/installer/base/package.json @@ -9,7 +9,7 @@ "typings": "dist/Installer.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/darwin/package.json b/packages/installer/darwin/package.json index 569ab025c..7f583e810 100644 --- a/packages/installer/darwin/package.json +++ b/packages/installer/darwin/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerDarwin.js", "typings": "dist/InstallerDarwin.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/deb/package.json b/packages/installer/deb/package.json index 7b610cbda..78e44560d 100644 --- a/packages/installer/deb/package.json +++ b/packages/installer/deb/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerDeb.js", "typings": "dist/InstallerDeb.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/dmg/package.json b/packages/installer/dmg/package.json index 4d5e560ab..42df872cb 100644 --- a/packages/installer/dmg/package.json +++ b/packages/installer/dmg/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerDMG.js", "typings": "dist/InstallerDMG.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/exe/package.json b/packages/installer/exe/package.json index f68972ae9..69d881792 100644 --- a/packages/installer/exe/package.json +++ b/packages/installer/exe/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerExe.js", "typings": "dist/InstallerExe.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/linux/package.json b/packages/installer/linux/package.json index 788e0d36b..d55ce2fec 100644 --- a/packages/installer/linux/package.json +++ b/packages/installer/linux/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerLinux.js", "typings": "dist/InstallerLinux.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/rpm/package.json b/packages/installer/rpm/package.json index bacf4c548..8980d1bee 100644 --- a/packages/installer/rpm/package.json +++ b/packages/installer/rpm/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerRpm.js", "typings": "dist/InstallerRpm.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/installer/zip/package.json b/packages/installer/zip/package.json index f93558dd4..9ed3a9b4a 100644 --- a/packages/installer/zip/package.json +++ b/packages/installer/zip/package.json @@ -8,7 +8,7 @@ "main": "dist/InstallerZip.js", "typings": "dist/InstallerZip.d.ts", "devDependencies": { - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/maker/appx/package.json b/packages/maker/appx/package.json index 79c6469e4..ea4b68236 100644 --- a/packages/maker/appx/package.json +++ b/packages/maker/appx/package.json @@ -9,7 +9,7 @@ "typings": "dist/MakerAppX.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/maker/base/package.json b/packages/maker/base/package.json index f616104ca..809c0e915 100644 --- a/packages/maker/base/package.json +++ b/packages/maker/base/package.json @@ -9,7 +9,7 @@ "typings": "dist/Maker.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/maker/deb/package.json b/packages/maker/deb/package.json index 56a2733d3..d24bb4418 100644 --- a/packages/maker/deb/package.json +++ b/packages/maker/deb/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/maker/dmg/package.json b/packages/maker/dmg/package.json index f1211232c..4497e7916 100644 --- a/packages/maker/dmg/package.json +++ b/packages/maker/dmg/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/maker/flatpak/package.json b/packages/maker/flatpak/package.json index b081f21dc..619acd1fa 100644 --- a/packages/maker/flatpak/package.json +++ b/packages/maker/flatpak/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/maker/pkg/package.json b/packages/maker/pkg/package.json index bd8545cd6..29ca21f6a 100644 --- a/packages/maker/pkg/package.json +++ b/packages/maker/pkg/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/maker/rpm/package.json b/packages/maker/rpm/package.json index 79ee2c558..d4393e1dc 100644 --- a/packages/maker/rpm/package.json +++ b/packages/maker/rpm/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/maker/snap/package.json b/packages/maker/snap/package.json index 68a7a4802..394d7f14c 100644 --- a/packages/maker/snap/package.json +++ b/packages/maker/snap/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/maker/squirrel/package.json b/packages/maker/squirrel/package.json index e653316d1..eec3dbc4c 100644 --- a/packages/maker/squirrel/package.json +++ b/packages/maker/squirrel/package.json @@ -9,7 +9,7 @@ "typings": "dist/MakerSquirrel.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/maker/wix/package.json b/packages/maker/wix/package.json index 3407b6a4b..98b5b6506 100644 --- a/packages/maker/wix/package.json +++ b/packages/maker/wix/package.json @@ -9,7 +9,7 @@ "typings": "dist/MakerWix.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/maker/zip/package.json b/packages/maker/zip/package.json index 8ef57875e..96db397bb 100644 --- a/packages/maker/zip/package.json +++ b/packages/maker/zip/package.json @@ -9,7 +9,7 @@ "typings": "dist/MakerZIP.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/plugin/base/package.json b/packages/plugin/base/package.json index 8527508e7..f77eff738 100644 --- a/packages/plugin/base/package.json +++ b/packages/plugin/base/package.json @@ -9,7 +9,7 @@ "typings": "dist/Plugin.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/plugin/compile/package.json b/packages/plugin/compile/package.json index 98df5e97c..b478773a7 100644 --- a/packages/plugin/compile/package.json +++ b/packages/plugin/compile/package.json @@ -9,7 +9,7 @@ "typings": "dist/CompilePlugin.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/plugin/local-electron/package.json b/packages/plugin/local-electron/package.json index 9fec07ec0..17d0c1384 100644 --- a/packages/plugin/local-electron/package.json +++ b/packages/plugin/local-electron/package.json @@ -9,7 +9,7 @@ "typings": "dist/LocalElectronPlugin.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/plugin/webpack/package.json b/packages/plugin/webpack/package.json index 927f0146a..25d670501 100644 --- a/packages/plugin/webpack/package.json +++ b/packages/plugin/webpack/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/publisher/base/package.json b/packages/publisher/base/package.json index bfe7ebf85..83f99fc84 100644 --- a/packages/publisher/base/package.json +++ b/packages/publisher/base/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/publisher/bitbucket/package.json b/packages/publisher/bitbucket/package.json index 924fd7a3f..801ecc0f6 100644 --- a/packages/publisher/bitbucket/package.json +++ b/packages/publisher/bitbucket/package.json @@ -9,7 +9,7 @@ "typings": "dist/PublisherBitbucket.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/publisher/electron-release-server/package.json b/packages/publisher/electron-release-server/package.json index 7509d73d4..58f4ad0c7 100644 --- a/packages/publisher/electron-release-server/package.json +++ b/packages/publisher/electron-release-server/package.json @@ -10,7 +10,7 @@ "devDependencies": { "chai": "4.2.0", "fetch-mock": "^9.10.7", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3" }, "engines": { diff --git a/packages/publisher/github/package.json b/packages/publisher/github/package.json index e08ef0708..ff3f2d5de 100644 --- a/packages/publisher/github/package.json +++ b/packages/publisher/github/package.json @@ -9,7 +9,7 @@ "typings": "dist/PublisherGithub.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/packages/publisher/nucleus/package.json b/packages/publisher/nucleus/package.json index 420a1761c..734fe3364 100644 --- a/packages/publisher/nucleus/package.json +++ b/packages/publisher/nucleus/package.json @@ -9,7 +9,7 @@ "typings": "dist/PublisherNucleus.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/publisher/s3/package.json b/packages/publisher/s3/package.json index 3dbf7fac6..0616d1b2f 100644 --- a/packages/publisher/s3/package.json +++ b/packages/publisher/s3/package.json @@ -9,7 +9,7 @@ "typings": "dist/PublisherS3.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/publisher/snapcraft/package.json b/packages/publisher/snapcraft/package.json index a0a10c571..66cd41b64 100644 --- a/packages/publisher/snapcraft/package.json +++ b/packages/publisher/snapcraft/package.json @@ -9,7 +9,7 @@ "typings": "dist/PublisherSnapcraft.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1" + "mocha": "^8.1.2" }, "engines": { "node": ">= 10.0.0" diff --git a/packages/utils/async-ora/package.json b/packages/utils/async-ora/package.json index a70df2e9d..4e5f4c8c6 100644 --- a/packages/utils/async-ora/package.json +++ b/packages/utils/async-ora/package.json @@ -9,7 +9,7 @@ "typings": "dist/index.d.ts", "devDependencies": { "chai": "4.2.0", - "mocha": "^8.1.1", + "mocha": "^8.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.3" }, diff --git a/yarn.lock b/yarn.lock index eb9f90330..3d436569a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2647,10 +2647,10 @@ cheerio@^1.0.0-rc.2: lodash "^4.15.0" parse5 "^3.0.1" -chokidar@3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450" - integrity sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg== +chokidar@3.4.2, chokidar@^3.2.2, chokidar@^3.4.1: + version "3.4.2" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" + integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== dependencies: anymatch "~3.1.1" braces "~3.0.2" @@ -2658,7 +2658,7 @@ chokidar@3.3.1: is-binary-path "~2.1.0" is-glob "~4.0.1" normalize-path "~3.0.0" - readdirp "~3.3.0" + readdirp "~3.4.0" optionalDependencies: fsevents "~2.1.2" @@ -2681,21 +2681,6 @@ chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chokidar@^3.2.2, chokidar@^3.4.1: - version "3.4.2" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d" - integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== - dependencies: - anymatch "~3.1.1" - braces "~3.0.2" - glob-parent "~5.1.0" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.4.0" - optionalDependencies: - fsevents "~2.1.2" - chownr@^1.1.1: version "1.1.4" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" @@ -3324,20 +3309,20 @@ debug@3.1.0: dependencies: ms "2.0.0" -debug@3.2.6, debug@^3.1.0, debug@^3.2.6: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - -debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: +debug@4.1.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== dependencies: ms "^2.1.1" +debug@^3.1.0, debug@^3.2.6: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" @@ -4049,7 +4034,7 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -escape-string-regexp@^4.0.0: +escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== @@ -4681,12 +4666,12 @@ find-root@1.1.0: resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== -find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== +find-up@5.0.0, find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== dependencies: - locate-path "^5.0.0" + locate-path "^6.0.0" path-exists "^4.0.0" find-up@^1.0.0: @@ -4711,12 +4696,12 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -find-up@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== +find-up@^4.0.0, find-up@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== dependencies: - locate-path "^6.0.0" + locate-path "^5.0.0" path-exists "^4.0.0" find-versions@^3.2.0: @@ -6158,15 +6143,7 @@ jmespath@0.15.0: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@3.13.1: - version "3.13.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" - integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -js-yaml@^3.10.0, js-yaml@^3.13.1: +js-yaml@3.14.0, js-yaml@^3.10.0, js-yaml@^3.13.1: version "3.14.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== @@ -6571,12 +6548,12 @@ lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17. resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== -log-symbols@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4" - integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== +log-symbols@4.0.0, log-symbols@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" + integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== dependencies: - chalk "^2.4.2" + chalk "^4.0.0" log-symbols@^1.0.2: version "1.0.2" @@ -6585,13 +6562,6 @@ log-symbols@^1.0.2: dependencies: chalk "^1.0.0" -log-symbols@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" - integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== - dependencies: - chalk "^4.0.0" - log-update@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708" @@ -6989,23 +6959,23 @@ mocha@^5.2.0: mkdirp "0.5.1" supports-color "5.4.0" -mocha@^8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.1.1.tgz#1de1ba4e9a2c955d96b84e469d7540848223592d" - integrity sha512-p7FuGlYH8t7gaiodlFreseLxEmxTgvyG9RgPHODFPySNhwUehu8NIb0vdSt3WFckSneswZ0Un5typYcWElk7HQ== +mocha@^8.1.2: + version "8.1.2" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.1.2.tgz#d67fad13300e4f5cd48135a935ea566f96caf827" + integrity sha512-I8FRAcuACNMLQn3lS4qeWLxXqLvGf6r2CaLstDpZmMUUSmvW6Cnm1AuHxgbc7ctZVRcfwspCRbDHymPsi3dkJw== dependencies: ansi-colors "4.1.1" browser-stdout "1.3.1" - chokidar "3.3.1" - debug "3.2.6" + chokidar "3.4.2" + debug "4.1.1" diff "4.0.2" - escape-string-regexp "1.0.5" - find-up "4.1.0" + escape-string-regexp "4.0.0" + find-up "5.0.0" glob "7.1.6" growl "1.10.5" he "1.2.0" - js-yaml "3.13.1" - log-symbols "3.0.0" + js-yaml "3.14.0" + log-symbols "4.0.0" minimatch "3.0.4" ms "2.1.2" object.assign "4.1.0" @@ -7895,7 +7865,7 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.0.7, picomatch@^2.2.1: +picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: version "2.2.2" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== @@ -8314,13 +8284,6 @@ readdirp@^2.2.1: micromatch "^3.1.10" readable-stream "^2.0.2" -readdirp@~3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17" - integrity sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ== - dependencies: - picomatch "^2.0.7" - readdirp@~3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada"