Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: (! github.event.pull_request.draft)
runs-on: ubuntu-24.04
steps:
- uses: bcgov/action-test-and-analyse@v1.2.1
- uses: bcgov/action-test-and-analyse@v1.3.0
with:
commands: |
npm ci
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.30.0
uses: aquasecurity/trivy-action@0.32.0
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd libs && npm ci && cd .. && \


# Deploy container
FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine

# Copy over Caddyfile and static content
ARG build_dir
Expand Down
6 changes: 3 additions & 3 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@auth0/angular-jwt": "^5.1.0",
"@fortawesome/angular-fontawesome": "^0.14.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
Expand All @@ -39,10 +39,10 @@
"remeda": "^2.19.0",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "^0.14.10"
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1703.11",
"@angular-devkit/architect": "^0.2001.0",
"@angular-devkit/build-angular": "^17.3.11",
"@angular-devkit/core": "^17.3.11",
"@angular-eslint/builder": "~17.5.3",
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 20
FROM registry.access.redhat.com/ubi8/nodejs-20:1-71.1735831626 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-20:1-1753379757 AS builder

# Install packages, build and keep only prod packages
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \


# Deployment container
FROM registry.access.redhat.com/ubi8/ubi:8.10-1161
FROM registry.access.redhat.com/ubi8/ubi:8.10-1752733233

# Node packages and dependencies
COPY --from=builder /usr/bin/node /usr/bin/
Expand Down
111 changes: 8 additions & 103 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"helmet": "^7.0.0",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "3.1.0",
"jwks-rsa": "3.2.0",
"lodash": "^4.17.21",
"minio": "7.1.1",
"nestjs-pino": "^4.4.0",
Expand Down
8 changes: 4 additions & 4 deletions libs/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 libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-sonar-reporter": "^2.0.0",
"ts-jest": "^29.1.0",
"ts-node": "~9.1.1",
"typescript": "~5.1.6"
"typescript": "~5.8.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion public/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cd libs && npm ci && cd .. && \


# Deploy container
FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine

# Copy over Caddyfile and static content
ARG build_dir
Expand Down
6 changes: 3 additions & 3 deletions public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@auth0/angular-jwt": "^5.1.0",
"@fortawesome/angular-fontawesome": "^0.14.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
Expand All @@ -37,10 +37,10 @@
"remeda": "^2.19.0",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "^0.14.10"
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1703.11",
"@angular-devkit/architect": "^0.2001.0",
"@angular-devkit/build-angular": "^17.3.11",
"@angular-devkit/core": "^17.3.11",
"@angular-eslint/builder": "~17.5.3",
Expand Down
Loading