Skip to content

Commit

Permalink
Website: Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs/webs…
Browse files Browse the repository at this point in the history
…ite (#7273)

* Website: Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs/website

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

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

* Regenerate static UI files

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Pin godoc and godoc-static to older versions compatible with Go 1.19

* Add .nvmrc file with the version of Node

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Armel Soro <asoro@redhat.com>
  • Loading branch information
4 people authored Dec 16, 2024
1 parent 30b4f63 commit eab78fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/website/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.0
4 changes: 2 additions & 2 deletions docs/website/build_godoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

cd ../..

go install golang.org/x/tools/cmd/godoc@latest
go install gitlab.com/tslocum/godoc-static@latest
go install golang.org/x/tools/cmd/godoc@v0.24.0
go install code.rocket9labs.com/tslocum/godoc-static@v0.2.2

export GOPATH=$(go env GOPATH)
PATH=$PATH:${GOPATH}/bin
Expand Down
6 changes: 3 additions & 3 deletions docs/website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4892,9 +4892,9 @@ http-parser-js@>=0.5.1:
integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==

http-proxy-middleware@^2.0.3:
version "2.0.6"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
version "2.0.7"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
dependencies:
"@types/http-proxy" "^1.17.8"
http-proxy "^1.18.1"
Expand Down
2 changes: 1 addition & 1 deletion pkg/apiserver-impl/ui/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eab78fc

Please sign in to comment.