From 0e592b7a305f846b99c6cf3f99d377625f154e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:44:29 +0000 Subject: [PATCH] chore(deps-dev): Bump glob from 8.1.0 to 11.0.0 in /editors/vscode Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 11.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v11.0.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- editors/vscode/package.json | 2 +- editors/vscode/yarn.lock | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index f0b58f7..975d121 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -99,7 +99,7 @@ "@typescript-eslint/parser": "^8.9.0", "@vscode/test-electron": "^2.4.1", "eslint": "^9.12.0", - "glob": "^8.1.0", + "glob": "^11.0.0", "mocha": "^10.0.0", "ovsx": "^0.10.0", "typescript": "^4.9.5", diff --git a/editors/vscode/yarn.lock b/editors/vscode/yarn.lock index ba8a1d5..b5492eb 100644 --- a/editors/vscode/yarn.lock +++ b/editors/vscode/yarn.lock @@ -1770,14 +1770,7 @@ minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" - integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== - dependencies: - brace-expansion "^2.0.1" - -minimatch@^5.1.6: +minimatch@^5.0.1, minimatch@^5.1.6: version "5.1.6" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==