From 83ca7cb65b6c5ae13d92ad292f77a125ff364a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:07:24 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.8 Bumps [axios](https://github.com/axios/axios) from 1.7.2 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.2...v1.7.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0088d917..ec7fd7ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "ajv": "^6.12.3", "ajv-errors": "^1.0.0", "applicationinsights": "^1.5.0", - "axios": "^1.6.0", + "axios": "^1.7.8", "azure-storage": "^2.10.2", "base-64": "^0.1.0", "body-parser": "~1.18.2", @@ -2987,9 +2987,10 @@ "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, "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.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", + "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -5261,7 +5262,7 @@ }, "node_modules/finalhandler": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", "dependencies": { "debug": "2.6.9", diff --git a/package.json b/package.json index fc52031b..8d13e3b4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ajv": "^6.12.3", "ajv-errors": "^1.0.0", "applicationinsights": "^1.5.0", - "axios": "^1.6.0", + "axios": "^1.7.8", "azure-storage": "^2.10.2", "base-64": "^0.1.0", "body-parser": "~1.18.2",