Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This change updates the `http-proxy` dependency to the latest version, addressing a security advisory. See https://www.npmjs.com/advisories/1486 for more information. The `yarn audit` output: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ high │ Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ http-proxy │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=1.18.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ vuepress │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ vuepress > @vuepress/core > webpack-dev-server > │ │ │ http-proxy-middleware > http-proxy │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/1486 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ```
- Loading branch information