|
1124 | 1124 | "@types/tapable" "*" |
1125 | 1125 | "@types/webpack" "*" |
1126 | 1126 |
|
1127 | | -"@types/http-proxy-middleware@*": |
1128 | | - version "0.19.3" |
1129 | | - resolved "https://registry.yarnpkg.com/@types/http-proxy-middleware/-/http-proxy-middleware-0.19.3.tgz#b2eb96fbc0f9ac7250b5d9c4c53aade049497d03" |
1130 | | - integrity sha512-lnBTx6HCOUeIJMLbI/LaL5EmdKLhczJY5oeXZpX/cXE4rRqb3RmV7VcMpiEfYkmTjipv3h7IAyIINe4plEv7cA== |
1131 | | - dependencies: |
1132 | | - "@types/connect" "*" |
1133 | | - "@types/http-proxy" "*" |
1134 | | - "@types/node" "*" |
1135 | | - |
1136 | | -"@types/http-proxy@*": |
1137 | | - version "1.17.4" |
1138 | | - resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b" |
1139 | | - integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q== |
| 1127 | +"@types/http-proxy@^1.17.4": |
| 1128 | + version "1.17.5" |
| 1129 | + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.5.tgz#c203c5e6e9dc6820d27a40eb1e511c70a220423d" |
| 1130 | + integrity sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q== |
1140 | 1131 | dependencies: |
1141 | 1132 | "@types/node" "*" |
1142 | 1133 |
|
|
1300 | 1291 | dependencies: |
1301 | 1292 | source-map "^0.6.1" |
1302 | 1293 |
|
1303 | | - |
1304 | | - version "3.11.1" |
1305 | | - resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz#f8f4dac1da226d530bd15a1d5dc34b23ba766ccb" |
1306 | | - integrity sha512-rIb+LtUkKnh7+oIJm3WiMJONd71Q0lZuqGLcSqhZ5qjN9gV/CNmZe7Bai+brnBPZ/KVYOsr+4bFLiNZwjBicLw== |
| 1294 | + |
| 1295 | + version "3.11.2" |
| 1296 | + resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz#73915a7d9e0a9b5e010a2388a46f68ab3f770ef8" |
| 1297 | + integrity sha512-13w1VhaghN+G1rYjkBPgN/GFRoHd9uI2fwK9cSKvLutdmZ22L9iicFEvt69by40DP2I6uNcClaGTyPY6nYhIgQ== |
1307 | 1298 | dependencies: |
1308 | 1299 | "@types/connect-history-api-fallback" "*" |
1309 | 1300 | "@types/express" "*" |
1310 | | - "@types/http-proxy-middleware" "*" |
1311 | 1301 | "@types/serve-static" "*" |
1312 | 1302 | "@types/webpack" "*" |
| 1303 | + http-proxy-middleware "^1.0.0" |
1313 | 1304 |
|
1314 | 1305 | |
1315 | 1306 | version "5.0.0" |
|
4043 | 4034 | lodash "^4.17.11" |
4044 | 4035 | micromatch "^3.1.10" |
4045 | 4036 |
|
4046 | | -http-proxy@^1.17.0: |
| 4037 | +http-proxy-middleware@^1.0.0: |
| 4038 | + version "1.0.6" |
| 4039 | + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz#0618557722f450375d3796d701a8ac5407b3b94e" |
| 4040 | + integrity sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg== |
| 4041 | + dependencies: |
| 4042 | + "@types/http-proxy" "^1.17.4" |
| 4043 | + http-proxy "^1.18.1" |
| 4044 | + is-glob "^4.0.1" |
| 4045 | + lodash "^4.17.20" |
| 4046 | + micromatch "^4.0.2" |
| 4047 | + |
| 4048 | +http-proxy@^1.17.0, http-proxy@^1.18.1: |
4047 | 4049 | version "1.18.1" |
4048 | 4050 | resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" |
4049 | 4051 | integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== |
|
0 commit comments