diff --git a/package.json b/package.json index f6fbfcd6..b7495c3f 100644 --- a/package.json +++ b/package.json @@ -574,7 +574,7 @@ "@vscode/test-electron": "^2.3.0", "eslint": "^8.38.0", "eslint-webpack-plugin": "^4.0.0", - "glob": "^10.0.0", + "glob": "^10.1.0", "husky": "^8.0.2", "mocha": "^10.2.0", "prettier": "^2.8.7", diff --git a/yarn.lock b/yarn.lock index 3dc904af..c8a2c10c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1292,15 +1292,15 @@ glob@7.2.0: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612" - integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ== +glob@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.1.0.tgz#baa48c6a157cfa34ca7887f2a29c6156bc6b65f8" + integrity sha512-daGobsYuT0G4hng24B5LbeLNvwKZYRhWyDl3RvqqAGZjJnCopWWK6PWnAGBY1M/vdA63QE+jddhZcYp+74Bq6Q== dependencies: fs.realpath "^1.0.0" minimatch "^9.0.0" minipass "^5.0.0" - path-scurry "^1.6.4" + path-scurry "^1.7.0" glob@^7.1.3: version "7.2.3" @@ -1935,10 +1935,10 @@ path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-scurry@^1.6.4: - version "1.6.4" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66" - integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg== +path-scurry@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db" + integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg== dependencies: lru-cache "^9.0.0" minipass "^5.0.0"