Skip to content

Commit 7e5c5fb

Browse files
Bump http-proxy-middleware from 1.3.1 to 2.0.7 in /webapp
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 1.3.1 to 2.0.7. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v1.3.1...v2.0.7) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3102ddc commit 7e5c5fb

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/react-dom": "^17.0.11",
5454
"@types/react-plotly.js": "^2.2.4",
5555
"@types/react-router-dom": "^5",
56-
"http-proxy-middleware": "^1.0.6",
56+
"http-proxy-middleware": "^2.0.7",
5757
"msw": "^0.35.0",
5858
"openapi-typescript": "^4.0.1",
5959
"react-app-rewired": "^2.1.5",

webapp/yarn.lock

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@
22342234
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35"
22352235
integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==
22362236

2237-
"@types/http-proxy@^1.17.5", "@types/http-proxy@^1.17.8":
2237+
"@types/http-proxy@^1.17.8":
22382238
version "1.17.8"
22392239
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55"
22402240
integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==
@@ -6667,21 +6667,10 @@ http-proxy-agent@^4.0.1:
66676667
agent-base "6"
66686668
debug "4"
66696669

6670-
http-proxy-middleware@^1.0.6:
6671-
version "1.3.1"
6672-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz#43700d6d9eecb7419bf086a128d0f7205d9eb665"
6673-
integrity sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==
6674-
dependencies:
6675-
"@types/http-proxy" "^1.17.5"
6676-
http-proxy "^1.18.1"
6677-
is-glob "^4.0.1"
6678-
is-plain-obj "^3.0.0"
6679-
micromatch "^4.0.2"
6680-
6681-
http-proxy-middleware@^2.0.3:
6682-
version "2.0.4"
6683-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.4.tgz#03af0f4676d172ae775cb5c33f592f40e1a4e07a"
6684-
integrity sha512-m/4FxX17SUvz4lJ5WPXOHDUuCwIqXLfLHs1s0uZ3oYjhoXlx9csYxaOa0ElDEJ+h8Q4iJ1s+lTMbiCa4EXIJqg==
6670+
http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7:
6671+
version "2.0.7"
6672+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
6673+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
66856674
dependencies:
66866675
"@types/http-proxy" "^1.17.8"
66876676
http-proxy "^1.18.1"
@@ -6995,14 +6984,7 @@ is-generator-fn@^2.0.0:
69956984
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
69966985
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
69976986

6998-
is-glob@^4.0.0, is-glob@^4.0.1:
6999-
version "4.0.1"
7000-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
7001-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
7002-
dependencies:
7003-
is-extglob "^2.1.1"
7004-
7005-
is-glob@^4.0.3, is-glob@~4.0.1:
6987+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
70066988
version "4.0.3"
70076989
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
70086990
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==

0 commit comments

Comments
 (0)