-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from blackpuppy/dependabot/npm_and_yarn/http-p…
…roxy-middleware-2.0.7 Bump http-proxy-middleware from 0.17.4 to 2.0.7
- Loading branch information
Showing
2 changed files
with
85 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,22 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@types/http-proxy@^1.17.8": | ||
version "1.17.15" | ||
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.15.tgz#12118141ce9775a6499ecb4c01d02f90fc839d36" | ||
dependencies: | ||
"@types/node" "*" | ||
|
||
"@types/json-schema@^7.0.9": | ||
version "7.0.15" | ||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" | ||
|
||
"@types/node@*": | ||
version "22.7.8" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.8.tgz#a1dbf0dc5f71bdd2642fc89caef65d58747ce825" | ||
dependencies: | ||
undici-types "~6.19.2" | ||
|
||
abbrev@1: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f" | ||
|
@@ -839,6 +851,12 @@ braces@^1.8.2: | |
preserve "^0.2.0" | ||
repeat-element "^1.1.2" | ||
|
||
braces@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" | ||
dependencies: | ||
fill-range "^7.1.1" | ||
|
||
brorand@^1.0.1, brorand@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" | ||
|
@@ -1606,9 +1624,9 @@ etag@~1.8.1: | |
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" | ||
|
||
eventemitter3@1.x.x: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508" | ||
eventemitter3@^4.0.0: | ||
version "4.0.7" | ||
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" | ||
|
||
events@^1.0.0: | ||
version "1.1.1" | ||
|
@@ -1729,6 +1747,12 @@ fill-range@^2.1.0: | |
repeat-element "^1.1.2" | ||
repeat-string "^1.5.2" | ||
|
||
fill-range@^7.1.1: | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" | ||
dependencies: | ||
to-regex-range "^5.0.1" | ||
|
||
finalhandler@~1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" | ||
|
@@ -1760,6 +1784,10 @@ flatten@^1.0.2: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782" | ||
|
||
follow-redirects@^1.0.0: | ||
version "1.15.9" | ||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" | ||
|
||
for-in@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" | ||
|
@@ -2012,21 +2040,23 @@ [email protected]: | |
statuses ">= 1.5.0 < 2" | ||
toidentifier "1.0.1" | ||
|
||
http-proxy-middleware@^0.17.3: | ||
version "0.17.4" | ||
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz#642e8848851d66f09d4f124912846dbaeb41b833" | ||
http-proxy-middleware@^2.0.7: | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6" | ||
dependencies: | ||
http-proxy "^1.16.2" | ||
is-glob "^3.1.0" | ||
lodash "^4.17.2" | ||
micromatch "^2.3.11" | ||
"@types/http-proxy" "^1.17.8" | ||
http-proxy "^1.18.1" | ||
is-glob "^4.0.1" | ||
is-plain-obj "^3.0.0" | ||
micromatch "^4.0.2" | ||
|
||
http-proxy@^1.16.2: | ||
version "1.16.2" | ||
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.16.2.tgz#06dff292952bf64dbe8471fa9df73066d4f37742" | ||
http-proxy@^1.18.1: | ||
version "1.18.1" | ||
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" | ||
dependencies: | ||
eventemitter3 "1.x.x" | ||
requires-port "1.x.x" | ||
eventemitter3 "^4.0.0" | ||
follow-redirects "^1.0.0" | ||
requires-port "^1.0.0" | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
|
@@ -2137,7 +2167,7 @@ is-extglob@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" | ||
|
||
is-extglob@^2.1.0: | ||
is-extglob@^2.1.0, is-extglob@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" | ||
|
||
|
@@ -2165,16 +2195,30 @@ is-glob@^3.1.0: | |
dependencies: | ||
is-extglob "^2.1.0" | ||
|
||
is-glob@^4.0.1: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" | ||
dependencies: | ||
is-extglob "^2.1.1" | ||
|
||
is-number@^2.0.2, is-number@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" | ||
dependencies: | ||
kind-of "^3.0.2" | ||
|
||
is-number@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" | ||
|
||
is-plain-obj@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" | ||
|
||
is-plain-obj@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" | ||
|
||
is-posix-bracket@^0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" | ||
|
@@ -2339,7 +2383,7 @@ lodash.uniq@^4.5.0: | |
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||
|
||
lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: | ||
lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: | ||
version "4.17.21" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
|
||
|
@@ -2417,7 +2461,7 @@ methods@~1.1.2: | |
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" | ||
|
||
micromatch@^2.1.5, micromatch@^2.3.11: | ||
micromatch@^2.1.5: | ||
version "2.3.11" | ||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" | ||
dependencies: | ||
|
@@ -2435,6 +2479,13 @@ micromatch@^2.1.5, micromatch@^2.3.11: | |
parse-glob "^3.0.4" | ||
regex-cache "^0.4.2" | ||
|
||
micromatch@^4.0.2: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" | ||
dependencies: | ||
braces "^3.0.3" | ||
picomatch "^2.3.1" | ||
|
||
miller-rabin@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.0.tgz#4a62fb1d42933c05583982f4c716f6fb9e6c6d3d" | ||
|
@@ -2793,6 +2844,10 @@ pbkdf2@^3.1.2: | |
safe-buffer "^5.0.1" | ||
sha.js "^2.4.8" | ||
|
||
picomatch@^2.3.1: | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" | ||
|
||
pify@^2.0.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||
|
@@ -3391,7 +3446,7 @@ require-main-filename@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" | ||
|
||
requires-port@1.x.x: | ||
requires-port@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" | ||
|
||
|
@@ -3690,6 +3745,12 @@ to-fast-properties@^1.0.1: | |
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | ||
|
||
to-regex-range@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" | ||
dependencies: | ||
is-number "^7.0.0" | ||
|
||
[email protected]: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" | ||
|
@@ -3741,6 +3802,10 @@ underscore@^1.8.3: | |
version "1.13.1" | ||
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1" | ||
|
||
undici-types@~6.19.2: | ||
version "6.19.8" | ||
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" | ||
|
||
uniq@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" | ||
|