Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency govuk-frontend to v5.7.0 #3930

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
govuk-frontend (source) 5.6.0 -> 5.7.0 age adoption passing confidence

Release Notes

alphagov/govuk-frontend (govuk-frontend)

v5.7.0

Compare Source

To install this version with npm, run npm install govuk-frontend@5.7.0. You can also find more information about how to stay up to date in our documentation.

New features
The Royal Arms has been updated

The Royal Arms in the GOV.UK footer has been updated to reflect the version introduced by King Charles III.

If your service does not use the image directly from the Frontend package, you should ensure the new image is being copied to your service’s image assets folder. By default this folder is located at /assets/images.

If you’re using Nunjucks, the asset path may have been changed by the assetPath global variable or assetsPath parameter on the header component.

Copy the govuk-crest.svg file from /dist/assets/images into your assets folder.

You can safely delete the old image files, named govuk-crest.png and govuk-crest@2x.png.

We introduced this change in pull request #​5376: Update the Royal Arms graphic in footer (v5.x).

Components will not longer initialise twice on the same element

GOV.UK Frontend components now throw an error if they've already been initialised on the DOM Element they're receiving for initialisation.
This prevents components from being initialised more than once and therefore not working properly.

We introduced this change in pull request #​5272: Prevent multiple initialisations of a single component instance

Respond to initialisation errors when using createAll and initAll

We've added a new onError option for createAll and initAll that lets you respond to initialisation errors.
The functions will continue catching errors and initialising components further down the page if one component fails to initialise,
but this option will let you react to a component failing to initialise. For example, to allow reporting to an error monitoring service.

We introduced this change in:

Check if GOV.UK Frontend is supported

We've added the isSupported function to let you check if GOV.UK Frontend is supported in the browser running your script.
GOV.UK Frontend components check this automatically, but you may want to use the isSupported function to avoid running some code when GOV.UK Frontend is not supported.

We introduced this change in pull request #​5250: Add isSupported to all.mjs

Use our base component to build your own components

We've added a Component class to help you build your own components. It allows you to focus on your components' specific features by handling these shared behaviours across components:

  • checking that GOV.UK Frontend is supported
  • checking that the component is not already initialised on its root element
  • checking the type of the root element and storing it for access within the component as this.$root

We introduced this change in:

New brand colour

We've added a brand colour for the Serious Fraud Office in pull request #​5389.

Fixes

We've made fixes to GOV.UK Frontend in the following pull requests:


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 11, 2024
@renovate renovate bot enabled auto-merge (squash) October 11, 2024 06:15
@renovate renovate bot force-pushed the renovate/govuk-frontend-5.x branch from a28028c to 83f4308 Compare October 11, 2024 07:05
@renovate renovate bot merged commit a16304b into master Oct 11, 2024
3 checks passed
@renovate renovate bot deleted the renovate/govuk-frontend-5.x branch October 11, 2024 07:23
adamg-hmcts added a commit that referenced this pull request Oct 22, 2024
* NFDIV-4196: Update hub page, update layout of progess bar

* NFDIV-4196: Fix unit test

* NFDIV-4196: Resolve PR comments

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/common/hmcts-progress-bar/_progress-bar.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/applicant1/hub-page/template.njk

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4196: Repalce root url with a constant

* NFDIV-4196: Update text on submitted page

* NFDIV-4196: Update feedback  text for Welsh

* NFDIV-4201: Add application saved hub page, update submitted page (#3873)

* NFDIV-4201: Add application saved hub page, update submitted page

* NFDIV-4201: Update Welsh text

* NFDIV-4201: Fix application saved hub page

* NFDIV-4201: Fix functional test

* NFDIV-4201: Revert accidental change

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Remove duplication

* NFDIV-4203: Update hub page for international address (#3878)

* NFDIV-4203: Remove unused code

* NFDIV-4203: Update hub page for international adress

* NFDIV-4203: Refactor code

* NFDIV-4203: Add Welsh translation, refactor other code

* NFDIV-4203: Fix logic

* NFDIV-4206: Add logic for represented respondent and HWF (#3880)

* NFDIV-4206: Add logic for represented respondent and HWF

* NFDIV-4207: Add state to template selector for HWF cannot upload documents

* NFDIV-4210: Update hub page when respondent represented and international address (#3884)

* NFDIV-4210: Update hub page when respodent represented and international address

* NFDIV-4210: Fix issue with progress bar

* NFDIV-4210: Use correct function

* NFDIV-4198: Add help with fees ref number on hub page (#3875)

* NFDIV-4198: Add help with fees ref number on hub page

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix issue with hub page for HWF

* NFDIV-4198: Fix applicant 2 submitted page issue

* NFDIV-4198: Fix logic about joint HWF

* NFDIV-4201: Fix duplicate case label

* fix(deps): update dependency @types/node to v20.16.8 (#3897)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.9 (#3899)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency webpack to v5.95.0 (#3900)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.1 (#3901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add mobile styles for progress bar and refactor deskptop styles

* Resolve missed conflict in template selector

* Remove import that was added by mistake

* Delete CSS that is no longer in use

* fix(deps): update dependency @types/node to v20.16.10 (#3906)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.2 (#3905)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency helmet to v7.2.0 (#3907)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency helmet to v8 (#3908)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency hashicorp/terraform to v1.9.7 (#3913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v20.18.0 (#3915)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/lodash to v4.17.10 (#3914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [NFDIV-4314] Use payment service requests created by case-api (Part 1) (#3911)

* Pass payment callback URL to backend

* Remove unused import

* Update tests

* Formatting changes

* Adjust backend PR reference

* Remove references to backend PR

* Update README.md (#3917)

* [NFDIV-4411] Remove vulnerable version of cookie dependency (#3921)

* Upgrade express-session to remove vulnerable sub-dependency

* Add cookie to resolutions

* chore(deps): update webdriverio monorepo to v9.1.3 (#3920)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.11 (#3919)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency pdfjs-dist to v4.7.76 (#3918)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.4 (#3923)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency cookie-parser to v1.4.7 (#3924)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency form-data to v4.0.1 (#3926)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency express to v4.21.1 (#3925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency typescript to v5.6.3 (#3927)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @playwright/test to v1.48.0 (#3928)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.5 (#3929)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency govuk-frontend to v5.7.0 (#3930)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency cookie to v1 (#3931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency cookie to v1.0.1 (#3933)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.2.1 (#3936)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency govuk-frontend to v5.7.1 (#3934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [NFDIV-4314] Use payment service requests created by case-api (Part 2) (#3895)

* Retrieve fee service request ref from case data

* Linter corrections

* Link backend PR

* Update case type

* Create service request using new event

* Lint corrections

* Update tests

* Refactor to simplify payment code and tests

* Set payment callback on application submit

* Linter corrections

* Pass payment callback URL to backend

* Remove unused import

* Update tests

* Formatting changes

* Adjust backend PR reference

* Remove references to backend PR

* Eslint correction

* Remove links to backend PR

* NFDIV-4299: Add fortify scans to nightly pipeline (#3935)

* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Temporary disable fortify scan to fix issues (#3939)

* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

* NFDIV-4299: Temporarily disable fortify scan

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4358: Update bailiff service url (#3922)

* NFDIV-4358: Update bailiff service url

* NFDIV-4358: Update dependency

* chore(deps): update dependency @playwright/test to v1.48.1 (#3940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency hashicorp/terraform to v1.9.8 (#3941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.12 (#3942)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency npm-run-all2 to v6.2.4 (#3946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* NFDIV-4438 Update text temporarily for webchat agents busy (#3943)

* NFDIV-4438 Update text temporarily for webchat agents busy

* NFDIV-4438 Update text temporarily for webchat agents busy

* Revert "NFDIV-4438 Update text temporarily for webchat agents busy (#3943)" (#3947)

This reverts commit d4a4b92.

* chore(deps): update dependency html-webpack-plugin to v5.6.2 (#3945)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/lodash to v4.17.12 (#3950)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update yarn to v3.8.6 (#3949)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.13 (#3951)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency negotiator to v0.6.4 (#3952)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency negotiator to v1 (#3953)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* NFDIV-4350: Update read me file (#3948)

* fix(deps): update dependency @types/node to v20.16.14 (#3955)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: FaisalMoJ <faisal.amin@justice.gov.uk>
Co-authored-by: FaisalMoJ <100577377+FaisalMoJ@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pallavijustice <159147694+pallavijustice@users.noreply.github.com>
Co-authored-by: DelythJustice <97962563+DelythJustice@users.noreply.github.com>
FaisalMoJ added a commit that referenced this pull request Nov 18, 2024
…quest for information (#3903)

* NFDIV-4196: Update hub page, update layout of progress bar (#3850)

* NFDIV-4196: Update hub page, update layout of progess bar

* NFDIV-4196: Fix unit test

* NFDIV-4196: Resolve PR comments

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/common/hmcts-progress-bar/_progress-bar.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/applicant1/hub-page/template.njk

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4196: Repalce root url with a constant

* NFDIV-4196: Update text on submitted page

* NFDIV-4196: Update feedback  text for Welsh

* NFDIV-4201: Add application saved hub page, update submitted page (#3873)

* NFDIV-4201: Add application saved hub page, update submitted page

* NFDIV-4201: Update Welsh text

* NFDIV-4201: Fix application saved hub page

* NFDIV-4201: Fix functional test

* NFDIV-4201: Revert accidental change

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Remove duplication

* NFDIV-4203: Update hub page for international address (#3878)

* NFDIV-4203: Remove unused code

* NFDIV-4203: Update hub page for international adress

* NFDIV-4203: Refactor code

* NFDIV-4203: Add Welsh translation, refactor other code

* NFDIV-4203: Fix logic

* NFDIV-4206: Add logic for represented respondent and HWF (#3880)

* NFDIV-4206: Add logic for represented respondent and HWF

* NFDIV-4207: Add state to template selector for HWF cannot upload documents

* NFDIV-4210: Update hub page when respondent represented and international address (#3884)

* NFDIV-4210: Update hub page when respodent represented and international address

* NFDIV-4210: Fix issue with progress bar

* NFDIV-4210: Use correct function

* NFDIV-4198: Add help with fees ref number on hub page (#3875)

* NFDIV-4198: Add help with fees ref number on hub page

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix issue with hub page for HWF

* NFDIV-4198: Fix applicant 2 submitted page issue

* NFDIV-4198: Fix logic about joint HWF

* NFDIV-4201: Fix duplicate case label

* NFDIV-4252: Update court checks progress bar (#3898)

* NFDIV-4252: Update court checks progress bar

* NFDIV-4252: Delete file pushed by mistake

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4177: Fix sonar issue

* [NFDIV-4331] Add mobile styles for hub progress bar (#3904)

* NFDIV-4196: Update hub page, update layout of progess bar

* NFDIV-4196: Fix unit test

* NFDIV-4196: Resolve PR comments

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/common/hmcts-progress-bar/_progress-bar.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/applicant1/hub-page/template.njk

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4196: Repalce root url with a constant

* NFDIV-4196: Update text on submitted page

* NFDIV-4196: Update feedback  text for Welsh

* NFDIV-4201: Add application saved hub page, update submitted page (#3873)

* NFDIV-4201: Add application saved hub page, update submitted page

* NFDIV-4201: Update Welsh text

* NFDIV-4201: Fix application saved hub page

* NFDIV-4201: Fix functional test

* NFDIV-4201: Revert accidental change

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Remove duplication

* NFDIV-4203: Update hub page for international address (#3878)

* NFDIV-4203: Remove unused code

* NFDIV-4203: Update hub page for international adress

* NFDIV-4203: Refactor code

* NFDIV-4203: Add Welsh translation, refactor other code

* NFDIV-4203: Fix logic

* NFDIV-4206: Add logic for represented respondent and HWF (#3880)

* NFDIV-4206: Add logic for represented respondent and HWF

* NFDIV-4207: Add state to template selector for HWF cannot upload documents

* NFDIV-4210: Update hub page when respondent represented and international address (#3884)

* NFDIV-4210: Update hub page when respodent represented and international address

* NFDIV-4210: Fix issue with progress bar

* NFDIV-4210: Use correct function

* NFDIV-4198: Add help with fees ref number on hub page (#3875)

* NFDIV-4198: Add help with fees ref number on hub page

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix issue with hub page for HWF

* NFDIV-4198: Fix applicant 2 submitted page issue

* NFDIV-4198: Fix logic about joint HWF

* NFDIV-4201: Fix duplicate case label

* fix(deps): update dependency @types/node to v20.16.8 (#3897)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.9 (#3899)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency webpack to v5.95.0 (#3900)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.1 (#3901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add mobile styles for progress bar and refactor deskptop styles

* Resolve missed conflict in template selector

* Remove import that was added by mistake

* Delete CSS that is no longer in use

* fix(deps): update dependency @types/node to v20.16.10 (#3906)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.2 (#3905)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency helmet to v7.2.0 (#3907)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency helmet to v8 (#3908)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency hashicorp/terraform to v1.9.7 (#3913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v20.18.0 (#3915)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/lodash to v4.17.10 (#3914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [NFDIV-4314] Use payment service requests created by case-api (Part 1) (#3911)

* Pass payment callback URL to backend

* Remove unused import

* Update tests

* Formatting changes

* Adjust backend PR reference

* Remove references to backend PR

* Update README.md (#3917)

* [NFDIV-4411] Remove vulnerable version of cookie dependency (#3921)

* Upgrade express-session to remove vulnerable sub-dependency

* Add cookie to resolutions

* chore(deps): update webdriverio monorepo to v9.1.3 (#3920)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.11 (#3919)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency pdfjs-dist to v4.7.76 (#3918)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.4 (#3923)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency cookie-parser to v1.4.7 (#3924)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency form-data to v4.0.1 (#3926)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency express to v4.21.1 (#3925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency typescript to v5.6.3 (#3927)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @playwright/test to v1.48.0 (#3928)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.5 (#3929)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency govuk-frontend to v5.7.0 (#3930)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency cookie to v1 (#3931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency cookie to v1.0.1 (#3933)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.2.1 (#3936)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency govuk-frontend to v5.7.1 (#3934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [NFDIV-4314] Use payment service requests created by case-api (Part 2) (#3895)

* Retrieve fee service request ref from case data

* Linter corrections

* Link backend PR

* Update case type

* Create service request using new event

* Lint corrections

* Update tests

* Refactor to simplify payment code and tests

* Set payment callback on application submit

* Linter corrections

* Pass payment callback URL to backend

* Remove unused import

* Update tests

* Formatting changes

* Adjust backend PR reference

* Remove references to backend PR

* Eslint correction

* Remove links to backend PR

* NFDIV-4299: Add fortify scans to nightly pipeline (#3935)

* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Temporary disable fortify scan to fix issues (#3939)

* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

* NFDIV-4299: Temporarily disable fortify scan

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4358: Update bailiff service url (#3922)

* NFDIV-4358: Update bailiff service url

* NFDIV-4358: Update dependency

* chore(deps): update dependency @playwright/test to v1.48.1 (#3940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency hashicorp/terraform to v1.9.8 (#3941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.12 (#3942)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency npm-run-all2 to v6.2.4 (#3946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* NFDIV-4438 Update text temporarily for webchat agents busy (#3943)

* NFDIV-4438 Update text temporarily for webchat agents busy

* NFDIV-4438 Update text temporarily for webchat agents busy

* Revert "NFDIV-4438 Update text temporarily for webchat agents busy (#3943)" (#3947)

This reverts commit d4a4b92.

* chore(deps): update dependency html-webpack-plugin to v5.6.2 (#3945)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/lodash to v4.17.12 (#3950)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update yarn to v3.8.6 (#3949)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.13 (#3951)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency negotiator to v0.6.4 (#3952)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency negotiator to v1 (#3953)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* NFDIV-4350: Update read me file (#3948)

* fix(deps): update dependency @types/node to v20.16.14 (#3955)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: FaisalMoJ <faisal.amin@justice.gov.uk>
Co-authored-by: FaisalMoJ <100577377+FaisalMoJ@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pallavijustice <159147694+pallavijustice@users.noreply.github.com>
Co-authored-by: DelythJustice <97962563+DelythJustice@users.noreply.github.com>

* Correct progress bar icon margin

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pallavijustice <159147694+pallavijustice@users.noreply.github.com>
Co-authored-by: DelythJustice <97962563+DelythJustice@users.noreply.github.com>
Co-authored-by: adamg-hmcts <adam.goddard@justice.gov.uk>
adamg-hmcts added a commit that referenced this pull request Nov 25, 2024
* NFDIV-4196: Update hub page, update layout of progress bar (#3850)

* NFDIV-4196: Update hub page, update layout of progess bar

* NFDIV-4196: Fix unit test

* NFDIV-4196: Resolve PR comments

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/common/hmcts-progress-bar/_progress-bar.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/applicant1/hub-page/template.njk

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4196: Repalce root url with a constant

* NFDIV-4196: Update text on submitted page

* NFDIV-4196: Update feedback  text for Welsh

* NFDIV-4201: Add application saved hub page, update submitted page (#3873)

* NFDIV-4201: Add application saved hub page, update submitted page

* NFDIV-4201: Update Welsh text

* NFDIV-4201: Fix application saved hub page

* NFDIV-4201: Fix functional test

* NFDIV-4201: Revert accidental change

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Remove duplication

* NFDIV-4203: Update hub page for international address (#3878)

* NFDIV-4203: Remove unused code

* NFDIV-4203: Update hub page for international adress

* NFDIV-4203: Refactor code

* NFDIV-4203: Add Welsh translation, refactor other code

* NFDIV-4203: Fix logic

* NFDIV-4206: Add logic for represented respondent and HWF (#3880)

* NFDIV-4206: Add logic for represented respondent and HWF

* NFDIV-4207: Add state to template selector for HWF cannot upload documents

* NFDIV-4210: Update hub page when respondent represented and international address (#3884)

* NFDIV-4210: Update hub page when respodent represented and international address

* NFDIV-4210: Fix issue with progress bar

* NFDIV-4210: Use correct function

* NFDIV-4198: Add help with fees ref number on hub page (#3875)

* NFDIV-4198: Add help with fees ref number on hub page

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix issue with hub page for HWF

* NFDIV-4198: Fix applicant 2 submitted page issue

* NFDIV-4198: Fix logic about joint HWF

* NFDIV-4201: Fix duplicate case label

* NFDIV-4252: Update court checks progress bar (#3898)

* NFDIV-4252: Update court checks progress bar

* NFDIV-4252: Delete file pushed by mistake

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4177: Fix sonar issue

* [NFDIV-4331] Add mobile styles for hub progress bar (#3904)

* NFDIV-4196: Update hub page, update layout of progess bar

* NFDIV-4196: Fix unit test

* NFDIV-4196: Resolve PR comments

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/common/hmcts-progress-bar/_progress-bar.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/steps/applicant1/hub-page/template.njk

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* Update src/main/assets/scss/main.scss

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4196: Repalce root url with a constant

* NFDIV-4196: Update text on submitted page

* NFDIV-4196: Update feedback  text for Welsh

* NFDIV-4201: Add application saved hub page, update submitted page (#3873)

* NFDIV-4201: Add application saved hub page, update submitted page

* NFDIV-4201: Update Welsh text

* NFDIV-4201: Fix application saved hub page

* NFDIV-4201: Fix functional test

* NFDIV-4201: Revert accidental change

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Fix functional tests

* NFDIV-4201: Remove duplication

* NFDIV-4203: Update hub page for international address (#3878)

* NFDIV-4203: Remove unused code

* NFDIV-4203: Update hub page for international adress

* NFDIV-4203: Refactor code

* NFDIV-4203: Add Welsh translation, refactor other code

* NFDIV-4203: Fix logic

* NFDIV-4206: Add logic for represented respondent and HWF (#3880)

* NFDIV-4206: Add logic for represented respondent and HWF

* NFDIV-4207: Add state to template selector for HWF cannot upload documents

* NFDIV-4210: Update hub page when respondent represented and international address (#3884)

* NFDIV-4210: Update hub page when respodent represented and international address

* NFDIV-4210: Fix issue with progress bar

* NFDIV-4210: Use correct function

* NFDIV-4198: Add help with fees ref number on hub page (#3875)

* NFDIV-4198: Add help with fees ref number on hub page

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix typo

* NFDIV-4198: Fix issue with hub page for HWF

* NFDIV-4198: Fix applicant 2 submitted page issue

* NFDIV-4198: Fix logic about joint HWF

* NFDIV-4201: Fix duplicate case label

* fix(deps): update dependency @types/node to v20.16.8 (#3897)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.9 (#3899)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency webpack to v5.95.0 (#3900)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.1 (#3901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add mobile styles for progress bar and refactor deskptop styles

* Resolve missed conflict in template selector

* Remove import that was added by mistake

* Delete CSS that is no longer in use

* fix(deps): update dependency @types/node to v20.16.10 (#3906)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.2 (#3905)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency helmet to v7.2.0 (#3907)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency helmet to v8 (#3908)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency hashicorp/terraform to v1.9.7 (#3913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v20.18.0 (#3915)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/lodash to v4.17.10 (#3914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [NFDIV-4314] Use payment service requests created by case-api (Part 1) (#3911)

* Pass payment callback URL to backend

* Remove unused import

* Update tests

* Formatting changes

* Adjust backend PR reference

* Remove references to backend PR

* Update README.md (#3917)

* [NFDIV-4411] Remove vulnerable version of cookie dependency (#3921)

* Upgrade express-session to remove vulnerable sub-dependency

* Add cookie to resolutions

* chore(deps): update webdriverio monorepo to v9.1.3 (#3920)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.11 (#3919)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency pdfjs-dist to v4.7.76 (#3918)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.4 (#3923)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency cookie-parser to v1.4.7 (#3924)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency form-data to v4.0.1 (#3926)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency express to v4.21.1 (#3925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency typescript to v5.6.3 (#3927)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @playwright/test to v1.48.0 (#3928)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.1.5 (#3929)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency govuk-frontend to v5.7.0 (#3930)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency cookie to v1 (#3931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency cookie to v1.0.1 (#3933)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update webdriverio monorepo to v9.2.1 (#3936)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency govuk-frontend to v5.7.1 (#3934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [NFDIV-4314] Use payment service requests created by case-api (Part 2) (#3895)

* Retrieve fee service request ref from case data

* Linter corrections

* Link backend PR

* Update case type

* Create service request using new event

* Lint corrections

* Update tests

* Refactor to simplify payment code and tests

* Set payment callback on application submit

* Linter corrections

* Pass payment callback URL to backend

* Remove unused import

* Update tests

* Formatting changes

* Adjust backend PR reference

* Remove references to backend PR

* Eslint correction

* Remove links to backend PR

* NFDIV-4299: Add fortify scans to nightly pipeline (#3935)

* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Temporary disable fortify scan to fix issues (#3939)

* NFDIV-4299: Add fortify scans to nightly pipeline

* Update config/fortify-client.properties

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4299: Remove redundant gitignore file

* NFDIV-4299: Enable fortify in pipeline

* NFDIV-4299: Revert adding code to JenkinsFile

* NFDIV-4299: Fix issue with fortify path

* NFDIV-4299: Fix issue with fortify scan settings

* NFDIV-4299: Remove unwanted fortify properties file

* NFDIV-4299: Temporarily disable fortify scan

---------

Co-authored-by: adamg-hmcts <159780146+adamg-hmcts@users.noreply.github.com>

* NFDIV-4358: Update bailiff service url (#3922)

* NFDIV-4358: Update bailiff service url

* NFDIV-4358: Update dependency

* chore(deps): update dependency @playwright/test to v1.48.1 (#3940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency hashicorp/terraform to v1.9.8 (#3941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.12 (#3942)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency npm-run-all2 to v6.2.4 (#3946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* NFDIV-4438 Update text temporarily for webchat agents busy (#3943)

* NFDIV-4438 Update text temporarily for webchat agents busy

* NFDIV-4438 Update text temporarily for webchat agents busy

* Revert "NFDIV-4438 Update text temporarily for webchat agents busy (#3943)" (#3947)

This reverts commit d4a4b92.

* chore(deps): update dependency html-webpack-plugin to v5.6.2 (#3945)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/lodash to v4.17.12 (#3950)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update yarn to v3.8.6 (#3949)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @types/node to v20.16.13 (#3951)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency negotiator to v0.6.4 (#3952)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency negotiator to v1 (#3953)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* NFDIV-4350: Update read me file (#3948)

* fix(deps): update dependency @types/node to v20.16.14 (#3955)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: FaisalMoJ <faisal.amin@justice.gov.uk>
Co-authored-by: FaisalMoJ <100577377+FaisalMoJ@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pallavijustice <159147694+pallavijustice@users.noreply.github.com>
Co-authored-by: DelythJustice <97962563+DelythJustice@users.noreply.github.com>

* Remove deprecated dependency and related imports

* Remove reference to IE8 mixin

* Remove dep from package json

* Remove ie8 mixin imports

* Correct progress bar icon margin

---------

Co-authored-by: FaisalMoJ <100577377+FaisalMoJ@users.noreply.github.com>
Co-authored-by: FaisalMoJ <faisal.amin@justice.gov.uk>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pallavijustice <159147694+pallavijustice@users.noreply.github.com>
Co-authored-by: DelythJustice <97962563+DelythJustice@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ns:nfdiv prd:nfdiv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants