From 5d4077e26ad8d4dfe8daf552de88473d10e98843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:53:27 +0000 Subject: [PATCH] Bump axios from 1.7.7 to 1.7.8 Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.8. - [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/v1.7.7...v1.7.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e62e04..23eca2f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "dependencies": { - "axios": "1.7.7", + "axios": "1.7.8", "discord-interactions": "4.1.0", "discord.js": "14.16.3", "dotenv": "16.4.5"