diff options
| author | Renovate Bot <[email protected]> | 2021-05-12 00:56:50 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-12 00:56:50 +0000 |
| commit | 53d19cf4360c01551b417deb852bc4746affa938 (patch) | |
| tree | d920ec920ead7936334ff1ef2e2fdb4e67bbdd1f | |
| parent | Merge pull request #14 from senpy-club/renovate/chai-4.x (diff) | |
| download | frontend-53d19cf4360c01551b417deb852bc4746affa938.tar.xz frontend-53d19cf4360c01551b417deb852bc4746affa938.zip | |
chore(deps): update dependency @types/mocha to v8
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 2b691ee..eae433b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@commitlint/cli": "12.1.1", "@commitlint/config-conventional": "12.1.1", "@types/chai": "4.2.18", - "@types/mocha": "5.2.7", + "@types/mocha": "8.2.2", "@typescript-eslint/eslint-plugin": "4.23.0", "@typescript-eslint/parser": "4.23.0", "@vue/cli-plugin-babel": "4.5.12", @@ -1236,10 +1236,10 @@ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz" integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== -"@types/[email protected]": - version "5.2.7" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea" - integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== +"@types/[email protected]": + version "8.2.2" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0" + integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw== "@types/node@*": version "15.0.1" |