nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit d747d3435f4dbf492746e41b744efd570765bb19
parent db2594a6aa9e5c6f4414360c7974438c040a2426
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 18 Jan 2022 13:18:58 +0000

Bump axios from 0.24.0 to 0.25.0

Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -40,7 +40,7 @@ "node": "^17.3.0" }, "dependencies": { - "axios": "^0.24.0", + "axios": "^0.25.0", "cath": "^1.4.6", "discord.js": "^13.5.1", "dotenv": "^11.0.0",