Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update patch, pin, image digest versions #497

Merged
merged 1 commit into from
Aug 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ext {
postgresql : '42.6.0',
springdoc : '2.2.0',
liquibase : '4.23.1',
pactProvider : '4.6.1',
pactProvider : '4.6.2',
jna : '5.8.0',
preliquibase : '1.4.0'
]
Expand Down
6 changes: 3 additions & 3 deletions services/habit/helm/habit/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.8.2
digest: sha256:70c2756c2026e34a31495889fcf4a785f5332f0d62e1f034b503e6436b8d607b
generated: "2023-08-11T08:50:37.541335515Z"
version: 12.8.3
digest: sha256:9068fd8d1c5db795c43bccfca6a8f99f8b0eaafef28efda783b02a0082f91817
generated: "2023-08-19T05:38:29.34653995Z"
2 changes: 1 addition & 1 deletion services/habit/helm/habit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ engine: gotpl

dependencies:
- name: postgresql
version: 12.8.2
version: 12.8.3
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
6 changes: 3 additions & 3 deletions services/track/helm/track/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.8.2
digest: sha256:70c2756c2026e34a31495889fcf4a785f5332f0d62e1f034b503e6436b8d607b
generated: "2023-08-11T08:50:22.537660823Z"
version: 12.8.3
digest: sha256:9068fd8d1c5db795c43bccfca6a8f99f8b0eaafef28efda783b02a0082f91817
generated: "2023-08-19T05:38:17.712118467Z"
2 changes: 1 addition & 1 deletion services/track/helm/track/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ engine: gotpl

dependencies:
- name: postgresql
version: 12.8.2
version: 12.8.3
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
6 changes: 3 additions & 3 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"homepage": ".",
"private": true,
"dependencies": {
"@headlessui/react": "1.7.16",
"@headlessui/react": "1.7.17",
"@heroicons/react": "1.0.6",
"@icons-pack/react-simple-icons": "8.0.1",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.4",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"date-fns": "2.30.0",
"oidc-client-ts": "2.2.4",
"oidc-client-ts": "2.2.5",
"react": "18.2.0",
"react-datepicker": "4.16.0",
"react-dom": "18.2.0",
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 @@ -2,7 +2,7 @@ Brotli==1.0.9
cachetools==5.3.1
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
click==8.1.7
ConfigArgParse==1.7
Flask==2.3.2
Flask-BasicAuth==0.2.0
Expand Down
Loading