Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2243)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent a12f4ee commit d37895d
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 149 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM node:22.12.0-slim AS build
FROM node:22.13.0-slim AS build

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
RUN npm run deploy

# Dependencies
FROM node:22.12.0-slim AS dependencies
FROM node:22.13.0-slim AS dependencies

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand Down
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.3.5
digest: sha256:1e212debb6d5f03e4cb005319f9b55106f745d6b306f534115edc447ffa10d2b
generated: "2025-01-10T10:02:51.482721396Z"
version: 16.4.3
digest: sha256:efffdbe1c556010f43adcb82fb77baea098269ddb6d7b3b4241d353c76cc40bf
generated: "2025-01-18T17:06:44.652233291Z"
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.16.0"
dependencies:
- name: postgresql
condition: bitnamipg.enabled
version: 16.3.5
version: 16.4.3
repository: https://charts.bitnami.com/bitnami
alias: bitnamipg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . ./
RUN npm run deploy

# Deploy using Caddy to host static files
FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine
RUN apk add --no-cache ca-certificates

# Copy static files, verify Caddyfile formatting
Expand Down
235 changes: 94 additions & 141 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@bcgov/bc-sans": "^2.1.0",
"@bcgov/design-system-react-components": "^0.4.0",
"@bcgov/design-system-react-components": "^0.5.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.0.2",
Expand Down

0 comments on commit d37895d

Please sign in to comment.