Skip to content

Commit

Permalink
build(deps): bump http-proxy-middleware from 1.1.0 to 2.0.0 (redwoodj…
Browse files Browse the repository at this point in the history
…s#2536)

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 1.1.0 to 2.0.0.
- [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@v1.1.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and fveauvy committed May 15, 2021
1 parent d32ed3a commit 7218b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dotenv-defaults": "2.0.1",
"express": "^4.17.1",
"glob": "7.1.7",
"http-proxy-middleware": "^1.1.0",
"http-proxy-middleware": "^2.0.0",
"lodash.escape": "^4.0.1",
"morgan": "^1.10.0",
"qs": "^6.9.3",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11063,13 +11063,12 @@ http-proxy-middleware@0.19.1:
lodash "^4.17.11"
micromatch "^3.1.10"

http-proxy-middleware@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.1.0.tgz#b896b2cc6836019af4a4f2d5f7b21b99c77ea13f"
integrity sha512-OnjU5vyVgcZVe2AjLJyMrk8YLNOC2lspCHirB5ldM+B/dwEfZ5bgVTrFyzE9R7xRWAP/i/FXtvIqKjTNEZBhBg==
http-proxy-middleware@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.0.tgz#20d1ac3409199c83e5d0383ba6436b04e7acb9fe"
integrity sha512-S+RN5njuyvYV760aiVKnyuTXqUMcSIvYOsHA891DOVQyrdZOwaXtBHpt9FUVPEDAsOvsPArZp6VXQLs44yvkow==
dependencies:
"@types/http-proxy" "^1.17.5"
camelcase "^6.2.0"
http-proxy "^1.18.1"
is-glob "^4.0.1"
is-plain-obj "^3.0.0"
Expand Down

0 comments on commit 7218b59

Please sign in to comment.