Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b586a35

Browse files
chore: bump http-proxy-middleware from 2.0.1 to 2.0.2 (#115)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89fad40 commit b586a35

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-react-hooks": "4.3.0",
4242
"express": "4.17.2",
4343
"formik": "2.2.9",
44-
"http-proxy-middleware": "2.0.1",
44+
"http-proxy-middleware": "2.0.2",
4545
"jest": "27.4.7",
4646
"jest-runner-eslint": "1.0.0",
4747
"next": "12.0.9",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
dependencies:
853853
"@types/node" "*"
854854

855-
"@types/http-proxy@^1.17.5":
855+
"@types/http-proxy@^1.17.8":
856856
version "1.17.8"
857857
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55"
858858
integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==
@@ -2623,12 +2623,12 @@ http-proxy-agent@^4.0.1:
26232623
agent-base "6"
26242624
debug "4"
26252625

2626-
2627-
version "2.0.1"
2628-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.1.tgz#7ef3417a479fb7666a571e09966c66a39bd2c15f"
2629-
integrity sha512-cfaXRVoZxSed/BmkA7SwBVNI9Kj7HFltaE5rqYOub5kWzWZ+gofV2koVN1j2rMW7pEfSSlCHGJ31xmuyFyfLOg==
2626+
2627+
version "2.0.2"
2628+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.2.tgz#94d7593790aad6b3de48164f13792262f656c332"
2629+
integrity sha512-XtmDN5w+vdFTBZaYhdJAbMqn0DP/EhkUaAeo963mojwpKMMbw6nivtFKw07D7DDOH745L5k0VL0P8KRYNEVF/g==
26302630
dependencies:
2631-
"@types/http-proxy" "^1.17.5"
2631+
"@types/http-proxy" "^1.17.8"
26322632
http-proxy "^1.18.1"
26332633
is-glob "^4.0.1"
26342634
is-plain-obj "^3.0.0"

0 commit comments

Comments
 (0)