Skip to content

Commit 931a392

Browse files
Merge pull request #11 from NHSDigital/dependabotCombined
Combined Dependabot PRs
1 parent b6e9b78 commit 931a392

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
145145
- name: "Download coverage report for SONAR"
146-
uses: actions/download-artifact@v5
146+
uses: actions/download-artifact@v6
147147
with:
148148
name: code-coverage-report
149149
- name: "Perform static analysis"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@types/jest": "^30.0.0",
1111
"@typescript-eslint/eslint-plugin": "^8.44.1",
1212
"@typescript-eslint/parser": "^8.44.1",
13-
"esbuild": "^0.25.9",
13+
"esbuild": "^0.27.0",
1414
"eslint": "^9.32.0",
1515
"eslint-config-airbnb-extended": "^2.3.1",
16-
"eslint-config-next": "^15.5.3",
16+
"eslint-config-next": "^16.0.3",
1717
"eslint-config-prettier": "^10.1.8",
1818
"eslint-import-resolver-typescript": "^4.4.2",
1919
"eslint-plugin-html": "^8.1.3",
@@ -27,7 +27,7 @@
2727
"eslint-plugin-security": "^3.0.1",
2828
"eslint-plugin-sonarjs": "^3.0.4",
2929
"eslint-plugin-sort-destructure-keys": "^2.0.0",
30-
"eslint-plugin-unicorn": "^59.0.1",
30+
"eslint-plugin-unicorn": "^62.0.0",
3131
"jest": "^30.1.3",
3232
"jest-environment-jsdom": "^30.1.2",
3333
"jest-html-reporter": "^4.3.0",

0 commit comments

Comments
 (0)