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",