nyx

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

commit f8263cf415a33bfc484a844170a49db762492068
parent 36fd3341a7090581fa00e4667934353d2b2f9282
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed, 26 Oct 2022 10:47:36 +0000

Bump axios from 0.27.2 to 1.1.3

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.1.3)

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

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": "^18.7.0" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.1.3", "cath": "^1.4.7", "discord.js": "^14.6.0", "dotenv": "^16.0.0",