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] authored Dec 30, 2024
1 parent 86461d8 commit 28e830b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.4

require (
github.com/gorilla/mux v1.8.1
github.com/ministryofjustice/opg-go-common v1.60.0
github.com/ministryofjustice/opg-go-common v1.62.0
github.com/stretchr/testify v1.10.0
golang.org/x/sync v0.10.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ github.com/ministryofjustice/opg-go-common v1.45.0 h1:c/xHI7ylw602W/7V+2s/b+6LXM
github.com/ministryofjustice/opg-go-common v1.45.0/go.mod h1:3cV2THw6AB8IzGJ5m+egHjjwdCmTu9iVj5CcKckznwc=
github.com/ministryofjustice/opg-go-common v1.60.0 h1:GWT2thu3ORrvedcnQWnVk2M7D/pMHt/ksGOAkREsDAU=
github.com/ministryofjustice/opg-go-common v1.60.0/go.mod h1:3cV2THw6AB8IzGJ5m+egHjjwdCmTu9iVj5CcKckznwc=
github.com/ministryofjustice/opg-go-common v1.62.0 h1:dpULKPm4Tru7NwsRNTkklhXn21MgOUniWyyR4KZxnYY=
github.com/ministryofjustice/opg-go-common v1.62.0/go.mod h1:ChMNWq0LXn5CexlllRmuMxiWlCcIB0+msrPNJ8mXktQ=
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/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
Expand Down
6 changes: 3 additions & 3 deletions json-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ compression@^1.7.4:
vary "~1.1.2"

concurrently@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0"
integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==
version "9.1.1"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.1.tgz#609dde2ce12f4f12d6a5ea6eace4c38bb7ab2ead"
integrity sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==
dependencies:
chalk "^4.1.2"
lodash "^4.17.21"
Expand Down

0 comments on commit 28e830b

Please sign in to comment.