nyx

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

commit dcd45778f340ab45182cf62943fcee6c7f6d7dd0
parent cd59a40d194c7ea22ea2735dbf569355f9b33367
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed,  2 Mar 2022 11:08:20 +0000

Bump axios from 0.25.0 to 0.26.0

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 0.26.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.25.0...v0.26.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.25.0", + "axios": "^0.26.0", "cath": "^1.4.7", "discord.js": "^13.6.0", "dotenv": "^16.0.0",