Skip to content

Commit 2aca705

Browse files
authored
Bump brace-expansion to v1.1.12 in docusaurus (#7212)
1 parent d5b2449 commit 2aca705

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/docusaurus/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"image-size": "1.2.1",
4444
"estree-util-value-to-estree": "3.3.3",
4545
"http-proxy-middleware": "2.0.9",
46-
"webpack-dev-server": "5.2.1"
46+
"webpack-dev-server": "5.2.1",
47+
"brace-expansion": "1.1.12"
4748
},
4849
"browserslist": {
4950
"production": [

doc/docusaurus/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,10 +3214,10 @@ boxen@^7.0.0:
32143214
widest-line "^4.0.1"
32153215
wrap-ansi "^8.1.0"
32163216

3217-
brace-expansion@^1.1.7:
3218-
version "1.1.11"
3219-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
3220-
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
3217+
brace-expansion@1.1.12, brace-expansion@^1.1.7:
3218+
version "1.1.12"
3219+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
3220+
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
32213221
dependencies:
32223222
balanced-match "^1.0.0"
32233223
concat-map "0.0.1"

0 commit comments

Comments
 (0)