Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
de2e4f8
Bump peter-evans/create-pull-request from 7.0.1 to 7.0.8
dependabot[bot] Apr 2, 2025
8fbac61
Bump eslint-import-resolver-typescript from 3.10.0 to 4.3.4
dependabot[bot] Apr 29, 2025
dfcaed4
Bump eslint-plugin-unicorn from 55.0.0 to 59.0.0
dependabot[bot] Apr 29, 2025
35fc4ad
Bump esbuild from 0.24.2 to 0.25.3
dependabot[bot] Apr 29, 2025
14ae97e
Bump eslint-config-next from 15.2.4 to 15.3.1
dependabot[bot] Apr 29, 2025
96103d5
Bump @aws-sdk/lib-dynamodb from 3.775.0 to 3.799.0
dependabot[bot] Apr 30, 2025
6f003e4
Bump @aws-sdk/client-cognito-identity-provider from 3.775.0 to 3.799.0
dependabot[bot] Apr 30, 2025
10e490e
Merge dependabot/npm_and_yarn/aws-sdk/client-cognito-identity-provide…
github-actions[bot] May 2, 2025
220c787
Merge dependabot/npm_and_yarn/aws-sdk/lib-dynamodb-3.799.0 into depen…
github-actions[bot] May 2, 2025
90f7480
Merge dependabot/npm_and_yarn/eslint-plugin-unicorn-59.0.0 into depen…
github-actions[bot] May 2, 2025
1ffaa69
Merge dependabot/npm_and_yarn/esbuild-0.25.3 into dependabotCombined
github-actions[bot] May 2, 2025
b197420
Merge dependabot/npm_and_yarn/eslint-import-resolver-typescript-4.3.4…
github-actions[bot] May 2, 2025
79d65a8
Merge dependabot/npm_and_yarn/eslint-config-next-15.3.1 into dependab…
github-actions[bot] May 2, 2025
7cec942
Merge dependabot/github_actions/peter-evans/create-pull-request-7.0.8…
github-actions[bot] May 2, 2025
184dfb6
Merge branch 'main' into dependabotCombined
github-actions[bot] May 2, 2025
fee7654
Empty commit to trigger pipeline
chris-elliott-nhsd May 2, 2025
7ea4b9a
Update dependencies
chris-elliott-nhsd May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Create Pull Request
if: ${{ !env.ACT }}
uses: peter-evans/create-pull-request@v7.0.7
uses: peter-evans/create-pull-request@v7.0.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Drift from template
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"constructs": "^10.4.2",
"eslint-config-next": "^15.2.3",
"eslint-config-next": "^15.3.1",
"jest-mock-extended": "^3.0.7",
"js-cookie": "^3.0.5",
"mochawesome": "^7.1.3",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/authorizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@types/aws-lambda": "^8.10.148",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"esbuild": "^0.24.0",
"esbuild": "^0.25.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"typescript": "^5.8.2"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.775.0",
"@aws-sdk/client-cognito-identity-provider": "3.799.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0",
"jwt-decode": "^4.0.0",
Expand Down
34 changes: 17 additions & 17 deletions lambdas/backend-api/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
{
"name": "nhs-notify-backend-api",
"private": true,
"version": "0.0.1",
"scripts": {
"test:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.775.0",
"@aws-sdk/client-dynamodb": "3.775.0",
"@aws-sdk/client-s3": "3.775.0",
"@aws-sdk/client-sqs": "3.775.0",
"@aws-sdk/lib-dynamodb": "3.775.0",
"@aws-sdk/util-dynamodb": "3.775.0",
"@aws-sdk/client-cognito-identity-provider": "3.799.0",
"@aws-sdk/client-dynamodb": "3.799.0",
"@aws-sdk/client-s3": "3.799.0",
"@aws-sdk/client-sqs": "3.799.0",
"@aws-sdk/lib-dynamodb": "3.799.0",
"@aws-sdk/util-dynamodb": "3.799.0",
"csv-parse": "^5.6.0",
"handlebars": "^4.7.8",
"html-entities": "^2.5.3",
Expand All @@ -38,11 +29,20 @@
"@types/jsonwebtoken": "^9.0.9",
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
"esbuild": "^0.24.0",
"esbuild": "^0.25.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"nhs-notify-web-template-management-test-helper-utils": "^0.0.1",
"ts-jest": "^29.3.0",
"typescript": "^5.8.2"
}
},
"name": "nhs-notify-backend-api",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"typecheck": "tsc --noEmit"
},
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion lambdas/backend-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@swc/jest": "^0.2.37",
"@tsconfig/node20": "^20.1.5",
"axios-mock-adapter": "^2.1.0",
"esbuild": "^0.24.0",
"esbuild": "^0.25.3",
"jest-mock-extended": "^3.0.7",
"nhs-notify-web-template-management-utils": "^0.0.1",
"typescript": "^5.8.2"
Expand Down
10 changes: 5 additions & 5 deletions lambdas/sftp-letters/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@aws-sdk/client-dynamodb": "3.775.0",
"@aws-sdk/client-s3": "3.775.0",
"@aws-sdk/client-ssm": "3.775.0",
"@aws-sdk/lib-dynamodb": "3.775.0",
"@aws-sdk/client-dynamodb": "3.799.0",
"@aws-sdk/client-s3": "3.799.0",
"@aws-sdk/client-ssm": "3.799.0",
"@aws-sdk/lib-dynamodb": "3.799.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.4.4",
"date-fns": "^4.1.0",
Expand All @@ -23,7 +23,7 @@
"@types/ssh2-sftp-client": "^9.0.0",
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
"esbuild": "^0.24.0",
"esbuild": "^0.25.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"nhs-notify-web-template-management-test-helper-utils": "*",
Expand Down
Loading
Loading