Skip to content

Commit 217870c

Browse files
authored
Merge pull request #223 from vespa-engine/renovate/http-proxy-middleware-3.x
Update dependency http-proxy-middleware to v3
2 parents 22f5f33 + 1e0a469 commit 217870c

File tree

2 files changed

+15
-25
lines changed

2 files changed

+15
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@welldone-software/why-did-you-render": "^7.0.0",
3535
"eslint-plugin-prettier": "^5.0.0",
3636
"eslint-plugin-react-hooks": "^4.0.0",
37-
"http-proxy-middleware": "^2.0.0",
37+
"http-proxy-middleware": "^3.0.0",
3838
"husky": "^8.0.0",
3939
"lint-staged": "^14.0.0",
4040
"lodash": "^4.17.15",

yarn.lock

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,10 +2684,10 @@
26842684
"@types/minimatch" "*"
26852685
"@types/node" "*"
26862686

2687-
"@types/http-proxy@^1.17.8":
2688-
version "1.17.11"
2689-
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.11.tgz#0ca21949a5588d55ac2b659b69035c84bd5da293"
2690-
integrity sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==
2687+
"@types/http-proxy@^1.17.10":
2688+
version "1.17.14"
2689+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.14.tgz#57f8ccaa1c1c3780644f8a94f9c6b5000b5e2eec"
2690+
integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==
26912691
dependencies:
26922692
"@types/node" "*"
26932693

@@ -3634,7 +3634,7 @@ braces@^2.3.1, braces@^2.3.2:
36343634
split-string "^3.0.2"
36353635
to-regex "^3.0.1"
36363636

3637-
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
3637+
braces@^3.0.2, braces@~3.0.2:
36383638
version "3.0.2"
36393639
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
36403640
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4694,7 +4694,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
46944694
dependencies:
46954695
ms "2.0.0"
46964696

4697-
[email protected], debug@^4.1.0, debug@^4.1.1:
4697+
[email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.4:
46984698
version "4.3.4"
46994699
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
47004700
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -6333,16 +6333,17 @@ [email protected]:
63336333
lodash "^4.17.11"
63346334
micromatch "^3.1.10"
63356335

6336-
http-proxy-middleware@^2.0.0:
6337-
version "2.0.6"
6338-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
6339-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
6336+
http-proxy-middleware@^3.0.0:
6337+
version "3.0.0"
6338+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-3.0.0.tgz#550790357d6f92a9b82ab2d63e07343a791cf26b"
6339+
integrity sha512-36AV1fIaI2cWRzHo+rbcxhe3M3jUDCNzc4D5zRl57sEWRAxdXYtw7FSQKYY6PDKssiAKjLYypbssHk+xs/kMXw==
63406340
dependencies:
6341-
"@types/http-proxy" "^1.17.8"
6341+
"@types/http-proxy" "^1.17.10"
6342+
debug "^4.3.4"
63426343
http-proxy "^1.18.1"
63436344
is-glob "^4.0.1"
63446345
is-plain-obj "^3.0.0"
6345-
micromatch "^4.0.2"
6346+
micromatch "^4.0.5"
63466347

63476348
http-proxy@^1.17.0, http-proxy@^1.18.1:
63486349
version "1.18.1"
@@ -7892,7 +7893,7 @@ microevent.ts@~0.1.1:
78927893
version "0.1.1"
78937894
resolved "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz"
78947895

7895-
[email protected], micromatch@^4.0.4:
7896+
[email protected], micromatch@^4.0.4, micromatch@^4.0.5:
78967897
version "4.0.5"
78977898
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
78987899
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
@@ -7918,13 +7919,6 @@ micromatch@^3.1.10, micromatch@^3.1.4:
79187919
snapdragon "^0.8.1"
79197920
to-regex "^3.0.2"
79207921

7921-
micromatch@^4.0.2:
7922-
version "4.0.4"
7923-
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz"
7924-
dependencies:
7925-
braces "^3.0.1"
7926-
picomatch "^2.2.3"
7927-
79287922
miller-rabin@^4.0.0:
79297923
version "4.0.1"
79307924
resolved "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz"
@@ -8761,10 +8755,6 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
87618755
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
87628756
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
87638757

8764-
picomatch@^2.2.3:
8765-
version "2.2.3"
8766-
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz"
8767-
87688758
87698759
version "0.6.0"
87708760
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"

0 commit comments

Comments
 (0)