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.2.0 to 5.3.1
- [Release notes](https://github.com/Unitech/pm2/releases)
- [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Unitech/pm2/compare/5.2.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-21 11:23:57 +00:00
committed by GitHub
parent 8e595606ec
commit 341a06df5b
2 changed files with 93 additions and 98 deletions

View File

@@ -66,7 +66,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"pm2": "^5.2.0",
"pm2": "^5.3.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",