Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# https://github.com/buildpacks/github-actions#setup-pack-cli-action
- name: Install pack
uses: buildpacks/github-actions/setup-pack@v5.9.5
uses: buildpacks/github-actions/setup-pack@v5.9.6

# Google Cloud buildpacks
# https://cloud.google.com/docs/buildpacks/builders
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# Run only for Backend
- name: Install pack
if: steps.filter.outputs.api == 'true'
uses: buildpacks/github-actions/setup-pack@v5.9.5
uses: buildpacks/github-actions/setup-pack@v5.9.6

- name: Build Express App
if: steps.filter.outputs.api == 'true'
Expand Down
114 changes: 32 additions & 82 deletions api-server/package-lock.json

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

6 changes: 3 additions & 3 deletions api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"node": "22.12.0"
},
"dependencies": {
"axios": "^1.12.2",
"axios": "^1.13.1",
"compression": "^1.8.1",
"cookie-parser": "~1.4.7",
"cors": "^2.8.5",
"express": "~5.1.0",
"express-rate-limit": "^8.1.0",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"http-errors": "~2.0.0",
"jsdom": "^27.0.1",
"jsdom": "^27.1.0",
"json5": "^2.2.3",
"morgan": "~1.10.1"
},
Expand Down
Loading