From 7ccc35772096e1924f845a59ad8d8994a4b7cdfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:49:02 +0000 Subject: [PATCH] Renovate Update Patch & Minor Updates --- docker/cypress/Dockerfile | 2 +- docker/sirius-firm-deputy-hub/Dockerfile | 2 +- go.mod | 2 +- go.sum | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/cypress/Dockerfile b/docker/cypress/Dockerfile index aaa342af..932549df 100644 --- a/docker/cypress/Dockerfile +++ b/docker/cypress/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:12.5.1 +FROM cypress/included:12.7.0 WORKDIR /root diff --git a/docker/sirius-firm-deputy-hub/Dockerfile b/docker/sirius-firm-deputy-hub/Dockerfile index 7391a369..dde9c19b 100644 --- a/docker/sirius-firm-deputy-hub/Dockerfile +++ b/docker/sirius-firm-deputy-hub/Dockerfile @@ -11,7 +11,7 @@ RUN apk update \ git \ && update-ca-certificates -FROM node:19.6.0-alpine3.16 as asset-env +FROM node:19.7.0-alpine3.16 as asset-env WORKDIR /app diff --git a/go.mod b/go.mod index b180fcd2..4d9e944e 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 - github.com/stretchr/testify v1.8.1 + github.com/stretchr/testify v1.8.2 ) require ( diff --git a/go.sum b/go.sum index 189899da..399d0b42 100644 --- a/go.sum +++ b/go.sum @@ -19,6 +19,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=