diff --git a/package-lock.json b/package-lock.json index 11a6926e..fc8d3aa2 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.9", "azure-storage": "^2.10.2", "base-64": "^0.1.0", "body-parser": "~1.18.2", @@ -2987,9 +2987,9 @@ "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.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -5261,7 +5261,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 7fd1e755..33de7486 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.9", "azure-storage": "^2.10.2", "base-64": "^0.1.0", "body-parser": "~1.18.2",