Skip to content

Commit f1a33a8

Browse files
committed
chore(deps): update dependency http-proxy-middleware to v2
1 parent 16c58d3 commit f1a33a8

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "yarn lint && jest"
1818
},
1919
"dependencies": {
20-
"http-proxy-middleware": "^1.0.6"
20+
"http-proxy-middleware": "^2.0.4"
2121
},
2222
"devDependencies": {
2323
"@babel/preset-typescript": "^7.12.7",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,10 +1762,10 @@
17621762
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
17631763
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
17641764

1765-
"@types/http-proxy@^1.17.4":
1766-
version "1.17.4"
1767-
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b"
1768-
integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q==
1765+
"@types/http-proxy@^1.17.8":
1766+
version "1.17.8"
1767+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55"
1768+
integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==
17691769
dependencies:
17701770
"@types/node" "*"
17711771

@@ -6042,15 +6042,15 @@ http-errors@~1.7.2:
60426042
statuses ">= 1.5.0 < 2"
60436043
toidentifier "1.0.0"
60446044

6045-
http-proxy-middleware@^1.0.6:
6046-
version "1.0.6"
6047-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz#0618557722f450375d3796d701a8ac5407b3b94e"
6048-
integrity sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg==
6045+
http-proxy-middleware@^2.0.4:
6046+
version "2.0.4"
6047+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.4.tgz#03af0f4676d172ae775cb5c33f592f40e1a4e07a"
6048+
integrity sha512-m/4FxX17SUvz4lJ5WPXOHDUuCwIqXLfLHs1s0uZ3oYjhoXlx9csYxaOa0ElDEJ+h8Q4iJ1s+lTMbiCa4EXIJqg==
60496049
dependencies:
6050-
"@types/http-proxy" "^1.17.4"
6050+
"@types/http-proxy" "^1.17.8"
60516051
http-proxy "^1.18.1"
60526052
is-glob "^4.0.1"
6053-
lodash "^4.17.20"
6053+
is-plain-obj "^3.0.0"
60546054
micromatch "^4.0.2"
60556055

60566056
http-proxy@^1.18.1:
@@ -6484,6 +6484,11 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
64846484
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
64856485
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
64866486

6487+
is-plain-obj@^3.0.0:
6488+
version "3.0.0"
6489+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
6490+
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
6491+
64876492
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
64886493
version "2.0.4"
64896494
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"

0 commit comments

Comments
 (0)