Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent e7efcbc commit 03a2463
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.10.0-bullseye-slim AS build
FROM node:20.11.0-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/typeorm": "^10.0.0",
"dotenv": "^16.0.1",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.0",
"rimraf": "^5.0.0",
"rxjs": "^7.8.0",
"swagger-ui-express": "^5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions charts/nr-data-access/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.2.3
version: 0.3.0
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.2.3
version: 0.3.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.24
version: 13.4.4
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.2.3
digest: sha256:727808033e0ecc0317a30f648512047819821dacd660e4cff753bff184906127
generated: "2023-12-08T22:48:36.13969685Z"
version: 0.3.0
digest: sha256:f7a5c574c854ded6d1270052ddc6780416883aa1fbc2f9cc8fd8127bf51718ef
generated: "2024-02-01T09:04:22.192957775Z"
8 changes: 4 additions & 4 deletions charts/nr-data-access/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ appVersion: "1.16.0"
dependencies:
- name: component
condition: backend.enabled
version: 0.2.3
version: 0.3.0
repository: https://bcgov.github.io/helm-service
alias: backend

- name: component
condition: frontend.enabled
version: 0.2.3
version: 0.3.0
repository: https://bcgov.github.io/helm-service
alias: frontend

- name: postgresql
condition: bitnami-pg.enabled
version: 13.2.24
version: 13.4.4
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg

- name: component
condition: backup.enabled
version: 0.2.3
version: 0.3.0
repository: https://bcgov.github.io/helm-service
alias: backup
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.10.0-bullseye-slim AS build
FROM node:20.11.0-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down

0 comments on commit 03a2463

Please sign in to comment.