Skip to content

Commit

Permalink
Bump brace-expansion from 2.0.1 to 3.0.0 in /client (#70)
Browse files Browse the repository at this point in the history
* Use Depenedabot for all directories and group dependencies

* Bump brace-expansion from 2.0.1 to 3.0.0 in /client

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 38a5622 commit 90f9d64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vscode": "^1.52.0"
},
"dependencies": {
"brace-expansion": "^2.0.1",
"brace-expansion": "^3.0.0",
"minimatch": "^9.0.3",
"vscode-languageclient": "^8.1.0"
},
Expand Down
12 changes: 12 additions & 0 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,25 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

balanced-match@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==

brace-expansion@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
dependencies:
balanced-match "^1.0.0"

brace-expansion@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-3.0.0.tgz#2ba8d16a84bb3b440107587dae0fa59cf8672452"
integrity sha512-P+6OwxY7i0tsp0Xdei2CjvVOQke51REB4c2d2wCckcMn6NBElNqLuzr6PsxFCdJ3i/cpGEkZ/Nng5I7ZkLo0CA==
dependencies:
balanced-match "^3.0.0"

lru-cache@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
Expand Down

0 comments on commit 90f9d64

Please sign in to comment.