Skip to content

Commit 37e91dc

Browse files
committed
Merge branch 'main' into AEA-5853-test-params
2 parents 5e17827 + fd71e6b commit 37e91dc

File tree

8 files changed

+1651
-1243
lines changed

8 files changed

+1651
-1243
lines changed

.github/workflows/delete_old_cloudformation_stacks.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: 'Delete old cloudformation stacks'
1+
name: "Delete old cloudformation stacks"
22

33
# Controls when the action will run - in this case triggered manually
44
on:
55
workflow_dispatch:
66
schedule:
77
- cron: "0 0,12 * * *"
8+
push:
9+
branches: [main]
810

911
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1012
jobs:
@@ -13,8 +15,8 @@ jobs:
1315
# The type of runner that the job will run on
1416
runs-on: ubuntu-22.04
1517
permissions:
16-
id-token: write
17-
contents: read
18+
id-token: write
19+
contents: read
1820

1921
# Steps represent a sequence of tasks that will be executed as part of the job
2022
steps:

package-lock.json

Lines changed: 1630 additions & 1224 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"devDependencies": {
2727
"@semantic-release/changelog": "^6.0.3",
2828
"@semantic-release/release-notes-generator": "^14.1.0",
29-
"@types/aws-lambda": "^8.10.153",
29+
"@types/aws-lambda": "^8.10.156",
3030
"@types/jest": "^30.0.0",
31-
"@types/node": "^24.8.0",
32-
"@typescript-eslint/eslint-plugin": "^8.45.0",
33-
"@typescript-eslint/parser": "^8.45.0",
31+
"@types/node": "^24.8.1",
32+
"@typescript-eslint/eslint-plugin": "^8.46.1",
33+
"@typescript-eslint/parser": "^8.46.1",
3434
"aws-lambda": "^1.0.7",
3535
"conventional-changelog-eslint": "^6.0.0",
36-
"eslint": "^9.36.0",
36+
"eslint": "^9.37.0",
3737
"eslint-plugin-import-newlines": "^1.4.0",
3838
"jest": "^30.2.0",
3939
"jest-junit": "^16.0.0",
4040
"license-checker": "^25.0.1",
41-
"semantic-release": "^24.2.9",
42-
"ts-jest": "^29.4.4",
41+
"semantic-release": "^25.0.0",
42+
"ts-jest": "^29.4.5",
4343
"ts-node": "^10.9.2",
4444
"typescript": "^5.9.3"
4545
},
4646
"dependencies": {
47-
"esbuild": "^0.25.10"
47+
"esbuild": "^0.25.11"
4848
}
4949
}

packages/capabilityStatement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/logger": "^2.27.0",
1919
"@middy/core": "^6.4.5",
2020
"@middy/input-output-logger": "^6.4.5",
21-
"@nhs/fhir-middy-error-handler": "^2.1.51"
21+
"@nhs/fhir-middy-error-handler": "^2.1.53"
2222
},
2323
"devDependencies": {
2424
"@prescriptionsforpatients/common-tests": "^1.0.0"

packages/enrichPrescriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@aws-lambda-powertools/commons": "^2.24.1",
1717
"@aws-lambda-powertools/logger": "^2.27.0",
1818
"@aws-lambda-powertools/parameters": "^2.27.0",
19-
"@aws-sdk/client-secrets-manager": "^3.896.0",
19+
"@aws-sdk/client-secrets-manager": "^3.911.0",
2020
"@middy/core": "^6.4.5",
2121
"@middy/input-output-logger": "^6.4.5",
2222
"@types/fhir": "^0.0.41",

packages/getMyPrescriptions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"@aws-lambda-powertools/commons": "^2.24.1",
1818
"@aws-lambda-powertools/logger": "^2.27.0",
1919
"@aws-lambda-powertools/parameters": "^2.27.0",
20-
"@aws-sdk/client-secrets-manager": "^3.896.0",
20+
"@aws-sdk/client-secrets-manager": "^3.911.0",
2121
"@aws-sdk/client-ssm": "^3.911.0",
2222
"@middy/core": "^6.4.5",
2323
"@middy/http-header-normalizer": "^6.4.5",
2424
"@middy/input-output-logger": "^6.4.5",
25-
"@nhs/fhir-middy-error-handler": "^2.1.51",
26-
"@NHSDigital/eps-spine-client": "^2.1.56",
25+
"@nhs/fhir-middy-error-handler": "^2.1.53",
26+
"@NHSDigital/eps-spine-client": "^2.1.58",
2727
"@prescriptionsforpatients/distanceSelling": "^1.0.0",
2828
"@types/fhir": "^0.0.41"
2929
},

packages/nhsd-pfp-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@aws-lambda-powertools/logger": "^2.27.0",
1818
"@middy/core": "^6.4.5",
1919
"@middy/input-output-logger": "^6.4.5",
20-
"@nhs/fhir-middy-error-handler": "^2.1.51"
20+
"@nhs/fhir-middy-error-handler": "^2.1.53"
2121
},
2222
"devDependencies": {
2323
"@prescriptionsforpatients/common-tests": "^1.0.0"

packages/statusLambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/parameters": "^2.27.0",
1919
"@middy/core": "^6.4.5",
2020
"@middy/input-output-logger": "^6.4.5",
21-
"@nhs/fhir-middy-error-handler": "^2.1.51",
22-
"@NHSDigital/eps-spine-client": "^2.1.56"
21+
"@nhs/fhir-middy-error-handler": "^2.1.53",
22+
"@NHSDigital/eps-spine-client": "^2.1.58"
2323
}
2424
}

0 commit comments

Comments
 (0)