瀏覽代碼

Bump minimatch and mocha in /extension/code-editor-integration

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `mocha` from 8.1.1 to 10.1.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/v8.1.1...v10.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 年之前
父節點
當前提交
558fadd85e
共有 2 個文件被更改,包括 273 次插入453 次删除
  1. 272 452
      extension/code-editor-integration/package-lock.json
  2. 1 1
      extension/code-editor-integration/package.json

文件差異過大導致無法顯示
+ 272 - 452
extension/code-editor-integration/package-lock.json


+ 1 - 1
extension/code-editor-integration/package.json

@@ -26,7 +26,7 @@
     "chai": "^4.2.0",
     "cross-env": "^5.2.0",
     "eslint": "^7.3.1",
-    "mocha": "^8.1.1",
+    "mocha": "^10.1.0",
     "nyc": "^14.1.1",
     "ts-node": "^8.3.0",
     "typescript": "^3.5.3"

部分文件因文件數量過多而無法顯示