From a677933bd2c5e0a085085d3111a7a5213f54183f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:23:19 +0200 Subject: [PATCH] chore(deps): bump axios from 1.7.2 to 1.7.4 in /src/interfaces/slack_bot (#669) Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [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.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Khalil Najjar --- src/interfaces/slack_bot/package-lock.json | 8 ++++---- src/interfaces/slack_bot/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/interfaces/slack_bot/package-lock.json b/src/interfaces/slack_bot/package-lock.json index d402e9bdd9..09e792d43c 100644 --- a/src/interfaces/slack_bot/package-lock.json +++ b/src/interfaces/slack_bot/package-lock.json @@ -17,7 +17,7 @@ "@types/offscreencanvas": "^2019.7.3", "@types/word-extractor": "^1.0.2", "@vitest/ui": "^1.6.0", - "axios": "^1.7.2", + "axios": "^1.7.4", "dotenv": "^16.0.3", "eslint": "^9.3.0", "form-data": "^4.0.0", @@ -2079,9 +2079,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/src/interfaces/slack_bot/package.json b/src/interfaces/slack_bot/package.json index d2f78a791c..659378577c 100644 --- a/src/interfaces/slack_bot/package.json +++ b/src/interfaces/slack_bot/package.json @@ -31,7 +31,7 @@ "@types/offscreencanvas": "^2019.7.3", "@types/word-extractor": "^1.0.2", "@vitest/ui": "^1.6.0", - "axios": "^1.7.2", + "axios": "^1.7.4", "dotenv": "^16.0.3", "eslint": "^9.3.0", "form-data": "^4.0.0",