Skip to content

Commit f1b8773

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

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"express-rate-limit": "^5.1.3",
9595
"fast-json-patch": "^3.1.1",
9696
"filesize": "^6.1.0",
97-
"http-proxy-middleware": "^2.0.7",
97+
"http-proxy-middleware": "^2.0.9",
9898
"http-terminator": "^3.2.0",
9999
"isbot": "^5.1.25",
100100
"js-cookie": "2.2.1",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6305,7 +6305,7 @@ http-proxy-agent@^7.0.0:
63056305
agent-base "^7.1.0"
63066306
debug "^4.3.4"
63076307

6308-
[email protected], http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7:
6308+
63096309
version "2.0.7"
63106310
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
63116311
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
@@ -6316,6 +6316,17 @@ [email protected], http-proxy-middleware@^2.0.3, http-proxy-middleware
63166316
is-plain-obj "^3.0.0"
63176317
micromatch "^4.0.2"
63186318

6319+
http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.9:
6320+
version "2.0.9"
6321+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz#e9e63d68afaa4eee3d147f39149ab84c0c2815ef"
6322+
integrity sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==
6323+
dependencies:
6324+
"@types/http-proxy" "^1.17.8"
6325+
http-proxy "^1.18.1"
6326+
is-glob "^4.0.1"
6327+
is-plain-obj "^3.0.0"
6328+
micromatch "^4.0.2"
6329+
63196330
http-proxy@^1.18.1:
63206331
version "1.18.1"
63216332
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"

0 commit comments

Comments
 (0)