Skip to content

Commit

Permalink
build(deps): bump axios and pm2 (zazuko#138)
Browse files Browse the repository at this point in the history
* build(deps): bump axios and pm2

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [pm2](https://github.com/Unitech/pm2). These dependencies need to be updated together.


Removes `axios`

Updates `pm2` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/Unitech/pm2/releases)
- [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
- [Commits](Unitech/pm2@5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: pm2
  dependency-type: direct:development
...

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

* ci: disable docker job on dependabot PRs

* ci: build image but only skip push

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Pluskiewicz <[email protected]>
  • Loading branch information
dependabot[bot] and tpluscode authored Jan 22, 2024
1 parent 75185e4 commit a722faa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
with:
context: .
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' || !contains(github.ref, 'dependabot') }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
42 changes: 21 additions & 21 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"barnard59-sparql": "^2.1.1",
"chromium": "^3.0.3",
"npm-run-all": "^4.1.5",
"pm2": "^5.2.0",
"pm2": "^5.3.1",
"respec": "^31.0.11",
"serve": "^13.0.2",
"standard": "^14.3.4",
Expand Down

0 comments on commit a722faa

Please sign in to comment.