Skip to content

Commit 61b3909

Browse files
chore: bump http-proxy-middleware from 2.0.2 to 2.0.3 in /site (#192)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.2 to 2.0.3. - [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.2...v2.0.3) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 640b673 commit 61b3909

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-react-hooks": "4.3.0",
4949
"express": "4.17.2",
5050
"formik": "2.2.9",
51-
"http-proxy-middleware": "2.0.2",
51+
"http-proxy-middleware": "2.0.3",
5252
"jest": "27.5.1",
5353
"jest-runner-eslint": "1.0.0",
5454
"next": "12.0.10",

site/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7049,10 +7049,10 @@ http-proxy-agent@^4.0.1:
70497049
agent-base "6"
70507050
debug "4"
70517051

7052-
http-proxy-middleware@2.0.2:
7053-
version "2.0.2"
7054-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.2.tgz#94d7593790aad6b3de48164f13792262f656c332"
7055-
integrity sha512-XtmDN5w+vdFTBZaYhdJAbMqn0DP/EhkUaAeo963mojwpKMMbw6nivtFKw07D7DDOH745L5k0VL0P8KRYNEVF/g==
7052+
http-proxy-middleware@2.0.3:
7053+
version "2.0.3"
7054+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.3.tgz#5df04f69a89f530c2284cd71eeaa51ba52243289"
7055+
integrity sha512-1bloEwnrHMnCoO/Gcwbz7eSVvW50KPES01PecpagI+YLNLci4AcuKJrujW4Mc3sBLpFxMSlsLNHS5Nl/lvrTPA==
70567056
dependencies:
70577057
"@types/http-proxy" "^1.17.8"
70587058
http-proxy "^1.18.1"

0 commit comments

Comments
 (0)