Skip to content

Commit ef37b8a

Browse files
[8.15] Upgrade mocha to 10.3.0 (elastic#203500) (elastic#203942)
# Backport This will backport the following commits from `main` to `8.15`: - [Upgrade mocha to 10.3.0 (elastic#203500)](elastic#203500) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kurt","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-11T12:17:46Z","message":"Upgrade mocha to 10.3.0 (elastic#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from 10.1.0 to 10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open"],"number":203500,"url":"https://github.com/elastic/kibana/pull/203500","mergeCommit":{"message":"Upgrade mocha to 10.3.0 (elastic#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from 10.1.0 to 10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203500","number":203500,"mergeCommit":{"message":"Upgrade mocha to 10.3.0 (elastic#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from 10.1.0 to 10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <[email protected]>
1 parent d8da61f commit ef37b8a

File tree

2 files changed

+99
-136
lines changed

2 files changed

+99
-136
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@
16881688
"micromatch": "^4.0.8",
16891689
"mini-css-extract-plugin": "1.1.0",
16901690
"minimist": "^1.2.6",
1691-
"mocha": "^10.1.0",
1691+
"mocha": "^10.3.0",
16921692
"mocha-junit-reporter": "^2.0.2",
16931693
"mocha-multi-reporters": "^1.5.1",
16941694
"mochawesome": "^7.1.3",

0 commit comments

Comments
 (0)