Skip to content

Commit 5ca76c9

Browse files
Bump @types/mocha from 9.1.1 to 10.0.0 (#728)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 9.1.1 to 10.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 127923b commit 5ca76c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
"@types/js-yaml": "^4.0.5",
551551
"@types/lodash-es": "^4.17.3",
552552
"@types/lru-cache": "^7.10.10",
553-
"@types/mocha": "^9.0.0",
553+
"@types/mocha": "^10.0.0",
554554
"@types/node": "^18.8.0",
555555
"@types/vscode": "^1.69.0",
556556
"@types/which": "^2.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
211211
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
212212

213-
"@types/mocha@^9.0.0":
214-
version "9.1.1"
215-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
216-
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
213+
"@types/mocha@^10.0.0":
214+
version "10.0.0"
215+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.0.tgz#3d9018c575f0e3f7386c1de80ee66cc21fbb7a52"
216+
integrity sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==
217217

218218
"@types/node@*", "@types/node@^18.8.0":
219219
version "18.8.0"

0 commit comments

Comments
 (0)