Skip to content

Commit

Permalink
Renovate Update Patch & Minor Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 6, 2023
1 parent 23873ac commit 22d3b03
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 492 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Bump version
id: bump_version
uses: anothrNick/github-tag-action@1.52.0
uses: anothrNick/github-tag-action@1.56.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INITIAL_VERSION: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docker/cypress/Dockerfile
@@ -1,4 +1,4 @@
FROM cypress/included:10.3.1
FROM cypress/included:10.11.0

WORKDIR /root

Expand Down
2 changes: 1 addition & 1 deletion docker/json-server/Dockerfile
@@ -1,5 +1,5 @@
## build json-server for mock API
FROM node:18.6.0-alpine3.16 as json-server
FROM node:18.13.0-alpine3.16 as json-server

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/puppeteer/Dockerfile
@@ -1,4 +1,4 @@
FROM node:18.6.0-alpine3.16
FROM node:18.13.0-alpine3.16

RUN apk add --no-cache \
chromium \
Expand Down
4 changes: 2 additions & 2 deletions docker/sirius-deputy-hub/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine as base
FROM golang:1.19.4-alpine as base
WORKDIR /app

ENV CGO_ENABLED=0
Expand All @@ -11,7 +11,7 @@ RUN apk update \
git \
&& update-ca-certificates

FROM node:19.1.0-alpine3.16 as asset-env
FROM node:19.4.0-alpine3.16 as asset-env

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90
github.com/stretchr/testify v1.8.1
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sync v0.1.0
)

require (
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Expand Up @@ -8,6 +8,7 @@ github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90/go
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand All @@ -16,6 +17,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
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=
Expand Down
2 changes: 1 addition & 1 deletion json-server/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "",
"dependencies": {
"concurrently": "^7.4.0",
"json-server": "0.17.0",
"json-server": "0.17.1",
"onchange": "^7.1.0"
}
}

0 comments on commit 22d3b03

Please sign in to comment.