From 79313190b27f6add4983aa1a9187d1878c8186a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:28:46 +0000 Subject: [PATCH] Bump github.com/doyensec/safeurl from 0.2.2 to 0.2.4 in /http_action Bumps [github.com/doyensec/safeurl](https://github.com/doyensec/safeurl) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/doyensec/safeurl/releases) - [Commits](https://github.com/doyensec/safeurl/compare/v0.2.2...v0.2.4) --- updated-dependencies: - dependency-name: github.com/doyensec/safeurl dependency-version: 0.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- http_action/go.mod | 2 +- http_action/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/http_action/go.mod b/http_action/go.mod index fa52a2367..f2add83e0 100644 --- a/http_action/go.mod +++ b/http_action/go.mod @@ -3,7 +3,7 @@ module github.com/smartcontractkit/capabilities/http_action go 1.26.2 require ( - github.com/doyensec/safeurl v0.2.2 + github.com/doyensec/safeurl v0.2.4 github.com/google/uuid v1.6.0 github.com/smartcontractkit/capabilities/libs v0.0.0-20260210010829-97eb42ca2924 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260605180138-9678dea7f443 diff --git a/http_action/go.sum b/http_action/go.sum index 1eb132e33..231ce4dfd 100644 --- a/http_action/go.sum +++ b/http_action/go.sum @@ -31,8 +31,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/doyensec/safeurl v0.2.2 h1:+sFUqwOnqqmtUAC85/sGdOKfJh8zOacyghkaLzsOk40= -github.com/doyensec/safeurl v0.2.2/go.mod h1:3H0cgRpPYPSpgxRRn5yGD35Ns/LgGX/BVWSBbzUqXtY= +github.com/doyensec/safeurl v0.2.4 h1:ldwQEPsr1WQbB3rL0pramhG2NBLfCk5y+V4zSeyN/w0= +github.com/doyensec/safeurl v0.2.4/go.mod h1:3H0cgRpPYPSpgxRRn5yGD35Ns/LgGX/BVWSBbzUqXtY= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=