Skip to content

Commit

Permalink
chore(deps): replace all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent e2e3427 commit 87ee012
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion cmd/watchmantest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder
RUN apk add -U make git
RUN adduser -D -g '' --shell /bin/false moov
WORKDIR /go/src/github.com/moov-io/watchman
Expand Down
22 changes: 12 additions & 10 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.6)
bulma-clean-theme (0.13.3)
bulma-clean-theme (0.14.0)
jekyll (>= 3.9, < 5.0)
jekyll-feed (~> 0.15)
jekyll-paginate (~> 1.1)
Expand All @@ -28,7 +28,7 @@ GEM
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
Expand All @@ -45,7 +45,9 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (231)
Expand Down Expand Up @@ -103,7 +105,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.5)
addressable (~> 2.4)
Expand Down Expand Up @@ -218,7 +220,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -241,12 +243,12 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
public_suffix (5.1.1)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.3)
rexml (3.3.4)
strscan
rouge (3.30.0)
ruby2_keywords (0.0.5)
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ require (
github.com/gorilla/mux v1.8.1
github.com/jaswdr/faker v1.19.1
github.com/knieriem/odf v0.1.0
github.com/moov-io/base v0.48.2
github.com/moov-io/base v0.51.1
github.com/pariz/gountries v0.1.6
github.com/prometheus/client_golang v1.17.0
github.com/stretchr/testify v1.8.4
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
github.com/prometheus/client_golang v1.19.1
github.com/stretchr/testify v1.9.0
github.com/xrash/smetrics 686a1a2994c1
go4.org v0.0.0-20230225012048-214862532bf5
golang.org/x/oauth2 v0.14.0
golang.org/x/sync v0.6.0
golang.org/x/text v0.14.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.7.0
golang.org/x/text v0.16.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "^5.0.1",
"winston": "3.8.2"
"winston": "3.13.1"
},
"scripts": {
"build": "react-scripts build",
Expand All @@ -37,9 +37,9 @@
"homepage": ".",
"proxy": "http://localhost:8084",
"devDependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"ramda": "0.28.0",
"@mui/material": "5.0.0",
"@mui/icons-material": "5.0.0",
"ramda": "0.30.1",
"styled-components": "4.4.1"
}
}

0 comments on commit 87ee012

Please sign in to comment.