Skip to content

Commit e881ea0

Browse files
Bump http-proxy-middleware from 2.0.7 to 3.0.3
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 3.0.3. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.7...v3.0.3) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84d9e83 commit e881ea0

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"date-fns": "^3.6.0",
112112
"dotenv": "^16.4.5",
113113
"express": "^4.21.1",
114-
"http-proxy-middleware": "^2.0.7",
114+
"http-proxy-middleware": "^3.0.3",
115115
"i18n-iso-countries": "^7.11.0",
116116
"jsdom": "^24.1.0",
117117
"jsonwebtoken": "^9.0.2",

yarn.lock

+29-10
Original file line numberDiff line numberDiff line change
@@ -2766,10 +2766,10 @@
27662766
resolved "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
27672767
integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
27682768

2769-
"@types/http-proxy@^1.17.8":
2770-
version "1.17.14"
2771-
resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz#57f8ccaa1c1c3780644f8a94f9c6b5000b5e2eec"
2772-
integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==
2769+
"@types/http-proxy@^1.17.15", "@types/http-proxy@^1.17.8":
2770+
version "1.17.15"
2771+
resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz#12118141ce9775a6499ecb4c01d02f90fc839d36"
2772+
integrity sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==
27732773
dependencies:
27742774
"@types/node" "*"
27752775

@@ -4867,10 +4867,10 @@ [email protected], debug@^2.6.0:
48674867
dependencies:
48684868
ms "2.0.0"
48694869

4870-
debug@4, debug@^4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.3.6:
4871-
version "4.3.7"
4872-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
4873-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
4870+
debug@4, debug@^4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6:
4871+
version "4.4.0"
4872+
resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4873+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
48744874
dependencies:
48754875
ms "^2.1.3"
48764876

@@ -4881,6 +4881,13 @@ debug@^3.2.7:
48814881
dependencies:
48824882
ms "^2.1.1"
48834883

4884+
debug@~4.3.6:
4885+
version "4.3.7"
4886+
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
4887+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
4888+
dependencies:
4889+
ms "^2.1.3"
4890+
48844891
decimal.js@^10.4.2, decimal.js@^10.4.3:
48854892
version "10.4.3"
48864893
resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
@@ -6731,7 +6738,7 @@ http-proxy-agent@^7.0.2:
67316738
agent-base "^7.1.0"
67326739
debug "^4.3.4"
67336740

6734-
http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7:
6741+
http-proxy-middleware@^2.0.3:
67356742
version "2.0.7"
67366743
resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
67376744
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
@@ -6742,6 +6749,18 @@ http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7:
67426749
is-plain-obj "^3.0.0"
67436750
micromatch "^4.0.2"
67446751

6752+
http-proxy-middleware@^3.0.3:
6753+
version "3.0.3"
6754+
resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz#dc1313c75bd00d81e103823802551ee30130ebd1"
6755+
integrity sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==
6756+
dependencies:
6757+
"@types/http-proxy" "^1.17.15"
6758+
debug "^4.3.6"
6759+
http-proxy "^1.18.1"
6760+
is-glob "^4.0.3"
6761+
is-plain-object "^5.0.0"
6762+
micromatch "^4.0.8"
6763+
67456764
http-proxy@^1.18.1:
67466765
version "1.18.1"
67476766
resolved "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
@@ -8340,7 +8359,7 @@ methods@~1.1.2:
83408359
resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
83418360
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
83428361

8343-
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5, micromatch@~4.0.8:
8362+
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5, micromatch@^4.0.8, micromatch@~4.0.8:
83448363
version "4.0.8"
83458364
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
83468365
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==

0 commit comments

Comments
 (0)