aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-01-30 07:08:33 +0900
committerGitHub <noreply@github.com>2020-01-30 07:08:33 +0900
commit7d70ac8a937bcef2a19306555e1a7f76d5393ecc (patch)
tree2c448af6a7e96a77003f21fb332a19a1479679c3
parent0557f402f5a74a966373861b60a1c18e10c62cf9 (diff)
parentcedfeba9f3c008996452c928b3f6d78e25f2553c (diff)
Merge pull request #705 from ueokande/greenkeeper/@types/mocha-7.0.0
Update @types/mocha to the latest version 🚀
-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 36334d5..5c4d910 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -186,9 +186,9 @@
"dev": true
},
"@types/mocha": {
- "version": "5.2.7",
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz",
- "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.0.tgz",
+ "integrity": "sha512-6mh1VlA343Ax31blo37+KZ0DxDOA8b6cL963xPOOt7fMYtG07aJJ+0FRLvcDO4KrL45faOS104G7kwAjZc9l4w==",
"dev": true
},
"@types/node": {
diff --git a/package.json b/package.json
index 36f3d0e..14af306 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@types/assert": "^1.4.3",
"@types/chai": "^4.2.7",
"@types/express": "^4.17.2",
- "@types/mocha": "^5.2.7",
+ "@types/mocha": "^7.0.0",
"@types/node": "^12.12.21",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.17",