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 #541

Merged
merged 1 commit into from
Sep 29, 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
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.12.5
digest: sha256:404b6caa32c6a3ffad19fbcd2d10b21b5217deb2b1e20b15c02bf9403dd8c757
generated: "2023-09-22T19:51:07.974176542Z"
version: 12.12.10
digest: sha256:03e6b89d05442b99723aa7274a5437f72f5d21535fa9b4fac73c10d962ba3be4
generated: "2023-09-29T09:40:29.832659669Z"
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.12.5
version: 12.12.10
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.12.5
digest: sha256:404b6caa32c6a3ffad19fbcd2d10b21b5217deb2b1e20b15c02bf9403dd8c757
generated: "2023-09-22T19:50:55.367977487Z"
version: 12.12.10
digest: sha256:03e6b89d05442b99723aa7274a5437f72f5d21535fa9b4fac73c10d962ba3be4
generated: "2023-09-29T09:40:16.819901759Z"
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.12.5
version: 12.12.10
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
122 changes: 60 additions & 62 deletions services/ui/package-lock.json

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

12 changes: 6 additions & 6 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.6",
"@types/node": "18.17.18",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"date-fns": "2.30.0",
"oidc-client-ts": "2.2.5",
"react": "18.2.0",
Expand All @@ -22,7 +22,7 @@
"react-router-dom": "6.16.0",
"react-simple-icons": "1.0.0-beta.5",
"simple-icons": "9.15.0",
"swr": "2.2.2",
"swr": "2.2.4",
"typescript": "5.2.2",
"web-vitals": "3.4.0"
},
Expand Down Expand Up @@ -61,15 +61,15 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/react-datepicker": "4.15.0",
"@types/react-datepicker": "4.15.1",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.31.4",
"autoprefixer": "10.4.16",
"env-cmd": "10.1.0",
"jsdom": "^22.0.0",
"license-checker-rseidelsohn": "4.2.7",
"license-checker-rseidelsohn": "4.2.8",
"msw": "1.3.1",
"postcss": "8.4.30",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions test/lpt-locust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Flask-BasicAuth==0.2.0
Flask-Cors==4.0.0
gevent==22.10.2
geventhttpclient==2.0.10
google-auth==2.23.0
google-auth==2.23.2
greenlet==2.0.2
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
kubernetes==26.1.0
MarkupSafe==2.1.3
msgpack==1.0.6
msgpack==1.0.7
oauthlib==3.2.2
pip-licenses==4.3.3
psutil==5.9.5
Expand Down
Loading