Skip to content

Commit f659aef

Browse files
authored
fix(core): upgrade serve handler min version to for upgrade users to a secure version (#11833)
1 parent 6192b6a commit f659aef

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react-router-config": "^5.1.1",
6868
"react-router-dom": "^5.3.4",
6969
"semver": "^7.5.4",
70-
"serve-handler": "^6.1.6",
70+
"serve-handler": "^6.1.7",
7171
"tinypool": "^1.0.2",
7272
"tslib": "^2.6.0",
7373
"update-notifier": "^6.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13242,10 +13242,10 @@ minimatch@3.0.5:
1324213242
dependencies:
1324313243
brace-expansion "^1.1.7"
1324413244

13245-
minimatch@3.1.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
13246-
version "3.1.2"
13247-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
13248-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
13245+
minimatch@3.1.5, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
13246+
version "3.1.5"
13247+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
13248+
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
1324913249
dependencies:
1325013250
brace-expansion "^1.1.7"
1325113251

@@ -16396,15 +16396,15 @@ serialize-javascript@^6.0.0, serialize-javascript@^6.0.1, serialize-javascript@^
1639616396
dependencies:
1639716397
randombytes "^2.1.0"
1639816398

16399-
serve-handler@^6.1.6:
16400-
version "6.1.6"
16401-
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.6.tgz#50803c1d3e947cd4a341d617f8209b22bd76cfa1"
16402-
integrity sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==
16399+
serve-handler@^6.1.7:
16400+
version "6.1.7"
16401+
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.7.tgz#e9bb864e87ee71e8dab874cde44d146b77e3fb78"
16402+
integrity sha512-CinAq1xWb0vR3twAv9evEU8cNWkXCb9kd5ePAHUKJBkOsUpR1wt/CvGdeca7vqumL1U5cSaeVQ6zZMxiJ3yWsg==
1640316403
dependencies:
1640416404
bytes "3.0.0"
1640516405
content-disposition "0.5.2"
1640616406
mime-types "2.1.18"
16407-
minimatch "3.1.2"
16407+
minimatch "3.1.5"
1640816408
path-is-inside "1.0.2"
1640916409
path-to-regexp "3.3.0"
1641016410
range-parser "1.2.0"

0 commit comments

Comments
 (0)