Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent a049ba9 commit a48dba4
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 51 deletions.
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.2
digest: sha256:797d006bcb5142b57c35a73875bb59d10c4a1d02318d4a067c1a6c4c172f953d
generated: "2024-12-25T14:56:57.53747197Z"
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.2
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.5
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.0",
"ts-node": "10.9.2",
"typescript": "~5.5.2",
"typescript": "~5.7.0",
"typescript-eslint": "8.1.0"
}
}

0 comments on commit a48dba4

Please sign in to comment.