nyx

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

commit 765caa17e7a0c007c21f8987ffe409d55b5312f3
parent 0444dc2ee89e55adf759e680d3eb9afb7b32b788
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed, 27 Apr 2022 13:23:24 +0000

Bump axios from 0.26.1 to 0.27.2

Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.2.
- [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.26.1...v0.27.2)

---
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.26.0", + "axios": "^0.27.2", "cath": "^1.4.7", "discord.js": "^13.6.0", "dotenv": "^16.0.0",