diff --git a/cmd/watchmantest/Dockerfile b/cmd/watchmantest/Dockerfile index df5a51d4..6de8c024 100644 --- a/cmd/watchmantest/Dockerfile +++ b/cmd/watchmantest/Dockerfile @@ -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 diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5fff8539..381fa05d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/go.mod b/go.mod index a8d31884..3edfd533 100644 --- a/go.mod +++ b/go.mod @@ -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 ( diff --git a/webui/package.json b/webui/package.json index 3e1fd9c5..96cd56b9 100644 --- a/webui/package.json +++ b/webui/package.json @@ -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", @@ -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" } }