diff --git a/package-lock.json b/package-lock.json index a0449d0eac..2e4ba5c1c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5410,9 +5410,9 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", + "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -11528,7 +11528,7 @@ "@middy/core": "^7.0.2", "@middy/input-output-logger": "^7.0.2", "@nhs/fhir-middy-error-handler": "^2.1.70", - "axios": "^1.13.2", + "axios": "^1.13.4", "axios-retry": "^4.5.0", "jose": "^6.1.3", "nock": "^14.0.10" @@ -11549,7 +11549,7 @@ "@middy/core": "^7.0.2", "@middy/input-output-logger": "^7.0.2", "@nhs/fhir-middy-error-handler": "^2.1.70", - "axios": "^1.13.2" + "axios": "^1.13.4" }, "devDependencies": { "@psu-common/testing": "^1.0.0", @@ -11598,7 +11598,7 @@ "@middy/core": "^7.0.2", "@middy/input-output-logger": "^7.0.2", "@nhs/fhir-middy-error-handler": "^2.1.70", - "axios": "^1.13.2" + "axios": "^1.13.4" }, "devDependencies": { "@psu-common/testing": "^1.0.0", diff --git a/packages/nhsNotifyLambda/package.json b/packages/nhsNotifyLambda/package.json index 9ce57b874f..7768a6ee52 100644 --- a/packages/nhsNotifyLambda/package.json +++ b/packages/nhsNotifyLambda/package.json @@ -22,7 +22,7 @@ "@middy/core": "^7.0.2", "@middy/input-output-logger": "^7.0.2", "@nhs/fhir-middy-error-handler": "^2.1.70", - "axios": "^1.13.2", + "axios": "^1.13.4", "axios-retry": "^4.5.0", "jose": "^6.1.3", "nock": "^14.0.10" diff --git a/packages/nhsNotifyUpdateCallback/package.json b/packages/nhsNotifyUpdateCallback/package.json index de86e96b8d..b3f75a83d0 100644 --- a/packages/nhsNotifyUpdateCallback/package.json +++ b/packages/nhsNotifyUpdateCallback/package.json @@ -21,7 +21,7 @@ "@middy/core": "^7.0.2", "@middy/input-output-logger": "^7.0.2", "@nhs/fhir-middy-error-handler": "^2.1.70", - "axios": "^1.13.2" + "axios": "^1.13.4" }, "devDependencies": { "@psu-common/testing": "^1.0.0", diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index e003a69e62..fb1c8d114b 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -19,7 +19,7 @@ "@middy/core": "^7.0.2", "@middy/input-output-logger": "^7.0.2", "@nhs/fhir-middy-error-handler": "^2.1.70", - "axios": "^1.13.2" + "axios": "^1.13.4" }, "devDependencies": { "@psu-common/testing": "^1.0.0",