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-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-26 12:25:16 +0300
committerGitHub <noreply@github.com>2020-05-26 12:25:16 +0300
commite363bdbc12e26678babe473000dc358275531a13 (patch)
tree17e26a36df4d497f896d2dca3d15a2019be2b163
parent8e787f74d3b87d71b14cfc254c5f21c41634fd9d (diff)
Bump mocha from 7.1.2 to 7.2.0 (#265)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.2 to 7.2.0. - [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/v7.1.2...v7.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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 87d87c4..d16af59 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6726,9 +6726,9 @@
}
},
"mocha": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.1.2.tgz",
- "integrity": "sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-7.2.0.tgz",
+ "integrity": "sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==",
"dev": true,
"requires": {
"ansi-colors": "3.2.3",
diff --git a/package.json b/package.json
index bc63165..8da7cd0 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
"gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
"less": "^3.11.1",
- "mocha": "^7.1.2",
+ "mocha": "^7.2.0",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.30",