From 8d7da98dced384c893942639209b2053e6765b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:06:03 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.7 in /functions Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. - [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.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 8 ++++---- functions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 19bdd8b..cd62b06 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@azure/cosmos": "^4.0.0", "@azure/functions": "^4.5.0", - "axios": "^1.7.2", + "axios": "^1.7.7", "fast-deep-equal": "^3.1.3", "qs": "^6.12.1", "uuid": "^10.0.0" @@ -221,9 +221,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "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.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/functions/package.json b/functions/package.json index e4f9678..5920ecc 100644 --- a/functions/package.json +++ b/functions/package.json @@ -11,7 +11,7 @@ "dependencies": { "@azure/cosmos": "^4.0.0", "@azure/functions": "^4.5.0", - "axios": "^1.7.2", + "axios": "^1.7.7", "fast-deep-equal": "^3.1.3", "qs": "^6.12.1", "uuid": "^10.0.0"