Skip to content

Commit

Permalink
Bump axios from 1.6.0 to 1.7.4 in /backend-app (#184)
Browse files Browse the repository at this point in the history
* Bump axios from 1.6.0 to 1.7.4 in /backend-app

Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.0...v1.7.4)

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

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

* Update auto-merge-dependabot.yml

---------

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 6, 2024
1 parent f92b97e commit 5f04bfd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ on:
jobs:
worker:
runs-on: ubuntu-latest

if: github.actor == 'dependabot[bot]'

steps:
- name: Automerge
uses: actions/github-script@latest
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
console.log("Context: ", context);
await github.pulls.createReview({
await github.rest.pulls.createReview({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.payload.pull_request.number,
event: 'APPROVE'
});
await github.pulls.merge({
await github.rest.pulls.merge({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.payload.pull_request.number
});
github-token: ${{ secrets.GITHUB_TOKEN }}
11 changes: 5 additions & 6 deletions backend-app/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 backend-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "NFS-Team",
"license": "ISC",
"dependencies": {
"axios": "1.6.0",
"axios": "1.7.4",
"bcrypt": "5.1.1",
"chai": "4.3.10",
"compression": "1.7.4",
Expand Down

0 comments on commit 5f04bfd

Please sign in to comment.