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 all non-major dependencies #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 charts/app/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.0.6
digest: sha256:3de96304f1e196bad8c10cf426762b3e42eb88771cc1c11386ae459148720f1b
generated: "2024-10-28T14:15:45.2855055-07:00"
version: 16.3.5
digest: sha256:1e212debb6d5f03e4cb005319f9b55106f745d6b306f534115edc447ffa10d2b
generated: "2025-01-11T11:22:38.296916716Z"
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.0.1"
dependencies:
- name: postgresql
condition: bitnamipg.enabled
version: 16.0.6
version: 16.3.5
repository: https://charts.bitnami.com/bitnami
alias: bitnamipg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ bitnamipg:
image:
registry: ghcr.io
repository: bcgov/nr-containers/bitnami/postgresql
tag: 15.8.0
tag: 15.10.0
auth:
existingSecret: '{{ .Release.Name }}-database'
username: ~
Expand Down
71 changes: 32 additions & 39 deletions cms/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 cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@strapi/plugin-i18n": "4.25.10",
"@strapi/plugin-users-permissions": "4.25.10",
"@strapi/strapi": "^4.25.13",
"pg": "8.8.0",
"pg": "8.13.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
"styled-components": "5.3.11"
},
"author": {
"name": "Sustainment team"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-var:
services:

database:
image: postgres:16.4
image: postgres:16.6
container_name: database
environment:
POSTGRES_HOST: database
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"apollo-angular": "^7.2.0",
"bootstrap": "5.3.3",
"core-js": "3.38.1",
"core-js": "3.39.0",
"jquery": "3.7.1",
"leaflet": "1.9.4",
"leaflet.markercluster": "~1.5.3",
Expand All @@ -46,7 +46,7 @@
"rxjs-compat": "^6.6.7",
"tether": "2.0.0",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"typescript": "5.7.2",
"zone.js": "~0.14.10",
"@apollo/client": "^3.0.0",
"graphql": "^16"
Expand All @@ -66,9 +66,9 @@
"codelyzer": "6.0.2",
"eslint": "^9.9.0",
"jest": "^29.7.0",
"puppeteer": "23.3.0",
"puppeteer": "23.11.1",
"ts-node": "10.9.2",
"typescript": "~5.5.2",
"typescript": "~5.7.0",
"typescript-eslint": "8.1.0"
}
}
Loading