diff --git a/package-lock.json b/package-lock.json index b83ba678f..78093bee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4342,9 +4342,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -9165,7 +9165,7 @@ "@middy/core": "^7.3.3", "@middy/input-output-logger": "^7.3.3", "@nhs/fhir-middy-error-handler": "^2.1.83", - "axios": "^1.15.0", + "axios": "^1.15.2", "axios-retry": "^4.5.0", "jose": "^6.2.2", "nock": "^15.0.0" @@ -9186,7 +9186,7 @@ "@middy/core": "^7.3.3", "@middy/input-output-logger": "^7.3.3", "@nhs/fhir-middy-error-handler": "^2.1.83", - "axios": "^1.15.0" + "axios": "^1.15.2" }, "devDependencies": { "@psu-common/testing": "^1.0.0", @@ -9252,7 +9252,7 @@ "@middy/core": "^7.3.3", "@middy/input-output-logger": "^7.3.3", "@nhs/fhir-middy-error-handler": "^2.1.83", - "axios": "^1.15.0" + "axios": "^1.15.2" }, "devDependencies": { "@psu-common/testing": "^1.0.0", diff --git a/packages/nhsNotifyLambda/package.json b/packages/nhsNotifyLambda/package.json index 64dd0450a..7ab6271a3 100644 --- a/packages/nhsNotifyLambda/package.json +++ b/packages/nhsNotifyLambda/package.json @@ -22,7 +22,7 @@ "@middy/core": "^7.3.3", "@middy/input-output-logger": "^7.3.3", "@nhs/fhir-middy-error-handler": "^2.1.83", - "axios": "^1.15.0", + "axios": "^1.15.2", "axios-retry": "^4.5.0", "jose": "^6.2.2", "nock": "^15.0.0" diff --git a/packages/nhsNotifyUpdateCallback/package.json b/packages/nhsNotifyUpdateCallback/package.json index 17c9c3ff8..1e93a582b 100644 --- a/packages/nhsNotifyUpdateCallback/package.json +++ b/packages/nhsNotifyUpdateCallback/package.json @@ -21,7 +21,7 @@ "@middy/core": "^7.3.3", "@middy/input-output-logger": "^7.3.3", "@nhs/fhir-middy-error-handler": "^2.1.83", - "axios": "^1.15.0" + "axios": "^1.15.2" }, "devDependencies": { "@psu-common/testing": "^1.0.0", diff --git a/packages/statusLambda/package.json b/packages/statusLambda/package.json index 9cfcd26ec..3149a3f5c 100644 --- a/packages/statusLambda/package.json +++ b/packages/statusLambda/package.json @@ -19,7 +19,7 @@ "@middy/core": "^7.3.3", "@middy/input-output-logger": "^7.3.3", "@nhs/fhir-middy-error-handler": "^2.1.83", - "axios": "^1.15.0" + "axios": "^1.15.2" }, "devDependencies": { "@psu-common/testing": "^1.0.0",