Skip to content

Commit

Permalink
Bump express from 4.19.2 to 4.21.1 in /backend-app (#185)
Browse files Browse the repository at this point in the history
* Bump express from 4.19.2 to 4.21.1 in /backend-app

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix permission error : add token to env

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abdelouahab Bella <[email protected]>
  • Loading branch information
dependabot[bot] and bellaabdelouahab authored Nov 30, 2024
1 parent 5f04bfd commit 2837352
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Automerge
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT }}
script: |
console.log("Context: ", context);
Expand Down
Loading

0 comments on commit 2837352

Please sign in to comment.