Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
35d3930
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.8
dependabot[bot] Mar 28, 2025
66edf20
Bump aws-amplify from 6.13.6 to 6.14.4
dependabot[bot] May 6, 2025
0c9162f
Bump eslint-plugin-unicorn from 55.0.0 to 59.0.1
dependabot[bot] May 6, 2025
564aae1
Bump next from 15.2.3 to 15.3.2
dependabot[bot] May 7, 2025
a997406
Bump @typescript-eslint/eslint-plugin from 8.27.0 to 8.32.1
dependabot[bot] May 13, 2025
3c601ac
Bump @types/node from 20.17.27 to 22.15.18
dependabot[bot] May 14, 2025
09fb268
Merge dependabot/npm_and_yarn/types/node-22.15.18 into dependabotComb…
github-actions[bot] May 16, 2025
b398099
Merge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.32.1 …
github-actions[bot] May 16, 2025
5d8e9a9
Merge dependabot/npm_and_yarn/next-15.3.2 into dependabotCombined
github-actions[bot] May 16, 2025
64282a6
Merge dependabot/npm_and_yarn/eslint-plugin-unicorn-59.0.1 into depen…
github-actions[bot] May 16, 2025
03a1537
Merge dependabot/npm_and_yarn/aws-amplify-6.14.4 into dependabotCombined
github-actions[bot] May 16, 2025
e0b5d6c
Merge dependabot/github_actions/peter-evans/create-pull-request-7.0.8…
github-actions[bot] May 16, 2025
f77fb49
Merge branch 'main' into dependabotCombined
github-actions[bot] May 16, 2025
60f40e1
Bump aws-amplify from 6.13.6 to 6.15.0
dependabot[bot] May 29, 2025
914b254
Bump tar-fs
dependabot[bot] Jun 3, 2025
8f327b6
CCM-10005 Merge in main
nicki-nhs Jun 3, 2025
c06b21e
CCM-10005 Remove eslint and node upgrades
nicki-nhs Jun 3, 2025
6935506
Merge branch 'dependabot/npm_and_yarn/aws-amplify-6.15.0' of https://…
nicki-nhs Jun 3, 2025
aa15126
Merge branch 'dependabot/npm_and_yarn/multi-2f20eee292' of https://gi…
nicki-nhs Jun 3, 2025
4d9f8b5
CCM-10005 Update esbuild
nicki-nhs Jun 3, 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 @@ -22,7 +22,7 @@
"@aws-amplify/plugin-types": "^1.8.1",
"@aws-amplify/ui-react": "^6.9.4",
"@nhs-notify-iam-webauth/utils-logger": "^0.0.1",
"aws-amplify": "^6.13.6",
"aws-amplify": "^6.15.0",
"axios": "^1.8.4",
"fetch-intercept": "^2.4.0",
"js-cookie": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cis2-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tsconfig/node20": "^20.1.5",
"@types/aws-lambda": "^8.10.148",
"@types/jsonwebtoken": "^9.0.9",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"jest": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jest-mock-extended": "^3.0.7",
Expand Down
Loading
Loading