Skip to content

Commit a27f765

Browse files
authored
fix(mono-repo): FTRS-2049 UI test fixes for 2026 and trivy ignore for npm package (#664)
* fix(dos-ui): FTRS-2049 Update dos-ui tests to 2026 * chore(trivy): FTRS-2049 Temp ignore npm qs dos attack vulnerability
1 parent fd45017 commit a27f765

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

services/.trivyignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ CVE-2025-64756
1212
CVE-2025-66030
1313
CVE-2025-12816
1414
CVE-2025-66031
15+
CVE-2025-15284
1516
GHSA-67mh-4wv8-2f99

services/dos-ui/src/__tests__/routes/__snapshots__/__root.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ exports[`should render the root route > Root Route 1`] = `
126126
class="nhsuk-footer__copyright"
127127
>
128128
©
129-
2025
129+
2026
130130
NHS England
131131
</p>
132132
</div>

services/dos-ui/src/components/__tests__/__snapshots__/ErrorComponent.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ exports[`ErrorComponent > should display session and request IDs when provided >
177177
class="nhsuk-footer__copyright"
178178
>
179179
©
180-
2025
180+
2026
181181
NHS England
182182
</p>
183183
</div>
@@ -336,7 +336,7 @@ exports[`ErrorComponent > should render the error component > ErrorComponent 1`]
336336
class="nhsuk-footer__copyright"
337337
>
338338
©
339-
2025
339+
2026
340340
NHS England
341341
</p>
342342
</div>

0 commit comments

Comments
 (0)