Skip to content

Commit 5e57103

Browse files
committed
⬆️ Upgrade http-proxy-middleware to v1.0.5
1 parent 41deeb5 commit 5e57103

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/deraw/vue-cli-plugin-proxy"
2525
},
2626
"dependencies": {
27-
"http-proxy-middleware": "^1.0.3"
27+
"http-proxy-middleware": "^1.0.5"
2828
}
2929
}

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@types/http-proxy@^1.17.3":
5+
"@types/http-proxy@^1.17.4":
66
version "1.17.4"
77
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b"
88
integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q==
@@ -47,21 +47,21 @@ follow-redirects@^1.0.0:
4747
dependencies:
4848
debug "^3.2.6"
4949

50-
http-proxy-middleware@^1.0.3:
51-
version "1.0.3"
52-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.3.tgz#f73daad8dac622d51fe1769960c914b9b1f75a72"
53-
integrity sha512-GHvPeBD+A357zS5tHjzj6ISrVOjjCiy0I92bdyTJz0pNmIjFxO0NX/bX+xkGgnclKQE/5hHAB9JEQ7u9Pw4olg==
50+
http-proxy-middleware@^1.0.5:
51+
version "1.0.5"
52+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.5.tgz#4c6e25d95a411e3d750bc79ccf66290675176dc2"
53+
integrity sha512-CKzML7u4RdGob8wuKI//H8Ein6wNTEQR7yjVEzPbhBLGdOfkfvgTnp2HLnniKBDP9QW4eG10/724iTWLBeER3g==
5454
dependencies:
55-
"@types/http-proxy" "^1.17.3"
56-
http-proxy "^1.18.0"
55+
"@types/http-proxy" "^1.17.4"
56+
http-proxy "^1.18.1"
5757
is-glob "^4.0.1"
58-
lodash "^4.17.15"
58+
lodash "^4.17.19"
5959
micromatch "^4.0.2"
6060

61-
http-proxy@^1.18.0:
62-
version "1.18.0"
63-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a"
64-
integrity sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==
61+
http-proxy@^1.18.1:
62+
version "1.18.1"
63+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
64+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
6565
dependencies:
6666
eventemitter3 "^4.0.0"
6767
follow-redirects "^1.0.0"
@@ -84,10 +84,10 @@ is-number@^7.0.0:
8484
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
8585
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
8686

87-
lodash@^4.17.15:
88-
version "4.17.15"
89-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
90-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
87+
lodash@^4.17.19:
88+
version "4.17.19"
89+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
90+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
9191

9292
micromatch@^4.0.2:
9393
version "4.0.2"

0 commit comments

Comments
 (0)