Skip to content

Commit

Permalink
fix(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent cbd866e commit 3560ad9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ext {
restAssured : '5.3.2',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
testcontainers : '1.19.1',
postgresql : '42.6.0',
springdoc : '2.2.0',
liquibase : '4.23.2',
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ext {
restAssured : '5.3.2',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
testcontainers : '1.19.1',
reflections : '0.10.2',
postgresql : '42.6.0',
jna : '5.8.0'
Expand Down
28 changes: 14 additions & 14 deletions services/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@icons-pack/react-simple-icons": "9.0.1",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.6",
"@types/node": "18.18.1",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"date-fns": "2.30.0",
"oidc-client-ts": "2.3.0",
"react": "18.2.0",
"react-datepicker": "4.18.0",
"react-dom": "18.2.0",
"react-oidc-context": "2.3.0",
"react-oidc-context": "2.3.1",
"react-popper": "2.3.0",
"react-router-dom": "6.16.0",
"react-simple-icons": "1.0.0-beta.5",
Expand Down
2 changes: 1 addition & 1 deletion test/lpt-locust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ roundrobin==0.0.4
rsa==4.9
six==1.16.0
typing_extensions==4.8.0
urllib3==2.0.5
urllib3==2.0.6
websocket-client==1.6.3
Werkzeug==2.3.7
zope.event==5.0
Expand Down

0 comments on commit 3560ad9

Please sign in to comment.