Skip to content

Commit 2c1ecb1

Browse files
authored
Merge pull request #3186 from ClickHouse/dependabot/npm_and_yarn/http-proxy-middleware-3.0.3
Bump http-proxy-middleware from 2.0.7 to 3.0.3
2 parents 071e53a + c07f0fd commit 2c1ecb1

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"esbuild-loader": "^4.0.3",
4040
"gray-matter": "^4.0.3",
4141
"hast-util-is-element": "1.1.0",
42-
"http-proxy-middleware": "2.0.7",
42+
"http-proxy-middleware": "3.0.3",
4343
"katex": "^0.16.21",
4444
"node-fetch": "^3.3.2",
4545
"prism-react-renderer": "^2.4.1",

yarn.lock

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,7 +3284,7 @@
32843284
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
32853285
integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
32863286

3287-
"@types/http-proxy@^1.17.8":
3287+
"@types/http-proxy@^1.17.15", "@types/http-proxy@^1.17.8":
32883288
version "1.17.15"
32893289
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.15.tgz#12118141ce9775a6499ecb4c01d02f90fc839d36"
32903290
integrity sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==
@@ -5095,7 +5095,7 @@ debug@2.6.9, debug@^2.6.0:
50955095
dependencies:
50965096
ms "2.0.0"
50975097

5098-
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.4.0:
5098+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.6, debug@^4.4.0:
50995099
version "4.4.0"
51005100
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
51015101
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -6596,7 +6596,19 @@ http-parser-js@>=0.5.1:
65966596
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.9.tgz#b817b3ca0edea6236225000d795378707c169cec"
65976597
integrity sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==
65986598

6599-
http-proxy-middleware@2.0.7, http-proxy-middleware@^2.0.3:
6599+
http-proxy-middleware@3.0.3:
6600+
version "3.0.3"
6601+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz#dc1313c75bd00d81e103823802551ee30130ebd1"
6602+
integrity sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==
6603+
dependencies:
6604+
"@types/http-proxy" "^1.17.15"
6605+
debug "^4.3.6"
6606+
http-proxy "^1.18.1"
6607+
is-glob "^4.0.3"
6608+
is-plain-object "^5.0.0"
6609+
micromatch "^4.0.8"
6610+
6611+
http-proxy-middleware@^2.0.3:
66006612
version "2.0.7"
66016613
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
66026614
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
@@ -6927,6 +6939,11 @@ is-plain-object@^2.0.4:
69276939
dependencies:
69286940
isobject "^3.0.1"
69296941

6942+
is-plain-object@^5.0.0:
6943+
version "5.0.0"
6944+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
6945+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
6946+
69306947
is-regexp@^1.0.0:
69316948
version "1.0.0"
69326949
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"

0 commit comments

Comments
 (0)