Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 28, 2023
1 parent 4270cd5 commit 5f1e59e
Show file tree
Hide file tree
Showing 9 changed files with 2,353 additions and 2,381 deletions.
2,170 changes: 1,071 additions & 1,099 deletions cleaner/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cleaner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@kubernetes/client-node": "^0.18.1"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint": "^8.39.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.1",
"prettier": "^2.8.3"
"jest": "^29.5.0",
"prettier": "^2.8.8"
}
}
2,198 changes: 1,085 additions & 1,113 deletions juice-balancer/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions juice-balancer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
"on-finished": "^2.4.1",
"prom-client": "^14.1.1",
"prom-client": "^14.2.0",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/hapi__joi": "^17.1.9",
"cookie-signature": "^1.2.0",
"eslint": "^8.33.0",
"cookie-signature": "^1.2.1",
"eslint": "^8.39.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.1",
"jest": "^29.5.0",
"jest-date-mock": "^1.0.8",
"prettier": "^2.8.3",
"prettier": "^2.8.8",
"supertest": "^6.3.3"
},
"jest": {
Expand Down
217 changes: 108 additions & 109 deletions juice-balancer/ui/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions juice-balancer/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"license": "Apache-2.0",
"dependencies": {
"@formatjs/intl-utils": "^3.8.4",
"axios": "^1.2.6",
"axios": "^1.4.0",
"promise-retry": "^2.0.1",
"react": "^18.2.0",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-intl": "^6.2.7",
"react-router-dom": "^6.8.0",
"react-intl": "^6.4.1",
"react-router-dom": "^6.11.0",
"reactjs-popup": "^2.0.5",
"styled-components": "^5.3.6"
"styled-components": "^5.3.10"
},
"devDependencies": {
"react-scripts": "^5.0.1",
Expand Down
38 changes: 22 additions & 16 deletions progress-watchdog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ module github.com/iteratec/multi-juicer/progress-watchdog
go 1.19

require (
github.com/gin-gonic/gin v1.8.2
github.com/gin-gonic/gin v1.9.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/speps/go-hashids v2.0.0+incompatible
github.com/stretchr/testify v1.8.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
github.com/stretchr/testify v1.8.2
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
github.com/speps/go-hashids/v2 v2.0.1
)

require (
github.com/bytedance/sonic v1.8.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
Expand All @@ -22,14 +24,16 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.11.2 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
Expand All @@ -38,23 +42,25 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.8 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.9 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.26.1 // indirect
k8s.io/klog/v2 v2.90.0 // indirect
k8s.io/kube-openapi v0.0.0-20230127205639-68031ae9242a // indirect
k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect
k8s.io/api v0.27.1 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
Loading

0 comments on commit 5f1e59e

Please sign in to comment.