Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-16 13:29:26 +0300
committerGitHub <noreply@github.com>2021-03-16 13:29:26 +0300
commit22f6b4693d2760acd012003301ee10757550e240 (patch)
tree53c55c69256dad58b901922bc1d2f6d98d66155d
parent800b15c1776d989919311d42b5be17a67640e53e (diff)
Build(deps-dev): Bump mocha from 8.3.1 to 8.3.2 (#367)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.3.1...v8.3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 514efa1..189ddeb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7447,9 +7447,9 @@
}
},
"mocha": {
- "version": "8.3.1",
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.1.tgz",
- "integrity": "sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ==",
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz",
+ "integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==",
"dev": true,
"requires": {
"@ungap/promise-all-settled": "1.1.2",
diff --git a/package.json b/package.json
index 91c6fac..3139756 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
"gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
"less": "^3.13.0",
- "mocha": "^8.3.1",
+ "mocha": "^8.3.2",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",