Skip to content

Commit

Permalink
Bump axios and pm2 in /traffic_portal/app/src (apache#7920)
Browse files Browse the repository at this point in the history
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.2.2 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.2.2...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent ef3fc6a commit 6d2b7ff
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
90 changes: 45 additions & 45 deletions traffic_portal/app/src/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 traffic_portal/app/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"connect-timeout": "1.9.0",
"express": "4.19.2",
"morgan": "1.10.0",
"pm2": "5.2.2",
"pm2": "5.3.1",
"requirejs": "2.3.6",
"ssl-root-cas": "1.3.1"
}
Expand Down

0 comments on commit 6d2b7ff

Please sign in to comment.