From a9b08e7988f4c68f9896777eb54843fff0f2e09a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 05:06:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20module=20github.c?= =?UTF-8?q?om/gorilla/websocket=20to=20v1.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- matter-server-ui/wsproxy/go.mod | 2 +- matter-server-ui/wsproxy/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/matter-server-ui/wsproxy/go.mod b/matter-server-ui/wsproxy/go.mod index 776a495..714127a 100644 --- a/matter-server-ui/wsproxy/go.mod +++ b/matter-server-ui/wsproxy/go.mod @@ -2,6 +2,6 @@ module wsproxy go 1.20 -require github.com/gorilla/websocket v1.5.1 +require github.com/gorilla/websocket v1.5.3 require golang.org/x/net v0.23.0 // indirect diff --git a/matter-server-ui/wsproxy/go.sum b/matter-server-ui/wsproxy/go.sum index 542785c..0e39056 100644 --- a/matter-server-ui/wsproxy/go.sum +++ b/matter-server-ui/wsproxy/go.sum @@ -1,4 +1,6 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= +github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= +github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=