From ec0ed5c48d7fd0531092882cc64990ed5863e06c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:33:12 +0000 Subject: [PATCH] Update dependency @types/react to v16.14.57 --- apps/govuk-docs/package.json | 2 +- apps/govuk-template/package.json | 2 +- components-internal/anchor-list/package.json | 2 +- components-internal/anchor/package.json | 2 +- components-internal/simple-table/package.json | 2 +- components-internal/tabs/package.json | 2 +- components/aside/package.json | 2 +- components/back-link/package.json | 2 +- components/breadcrumbs/package.json | 2 +- components/button-group/package.json | 2 +- components/button/package.json | 2 +- components/checkboxes/package.json | 2 +- components/cookie-banner/package.json | 2 +- components/date-input/package.json | 2 +- components/details/package.json | 2 +- components/error-message/package.json | 2 +- components/error-summary/package.json | 2 +- components/fieldset/package.json | 2 +- components/file-upload/package.json | 2 +- components/footer/package.json | 2 +- components/form-field/package.json | 2 +- components/form-group/package.json | 2 +- components/form/package.json | 2 +- components/header/package.json | 2 +- components/hint/package.json | 2 +- components/input/package.json | 2 +- components/inset-text/package.json | 2 +- components/label/package.json | 2 +- components/link/package.json | 2 +- components/navigation-menu/package.json | 2 +- components/notification-banner/package.json | 2 +- components/page/package.json | 2 +- components/pagination/package.json | 2 +- components/panel/package.json | 2 +- components/phase-banner/package.json | 2 +- components/radios/package.json | 2 +- components/select/package.json | 2 +- components/skip-link/package.json | 2 +- components/summary-card/package.json | 2 +- components/summary-list/package.json | 2 +- components/table/package.json | 2 +- components/tabs/package.json | 2 +- components/tag/package.json | 2 +- components/text-input/package.json | 2 +- components/textarea/package.json | 2 +- components/visually-hidden/package.json | 2 +- components/warning-text/package.json | 2 +- components/width-container/package.json | 2 +- lib/app-composer/package.json | 2 +- lib/client-renderer/package.json | 2 +- lib/component-test-helpers/package.json | 2 +- lib/docs-components/package.json | 2 +- lib/forms/package.json | 2 +- lib/server-renderer/package.json | 2 +- lib/user-info/package.json | 2 +- packages/components/package.json | 2 +- pnpm-lock.yaml | 248 +++++++++--------- 57 files changed, 180 insertions(+), 180 deletions(-) diff --git a/apps/govuk-docs/package.json b/apps/govuk-docs/package.json index e967d980a..bf5d950a1 100644 --- a/apps/govuk-docs/package.json +++ b/apps/govuk-docs/package.json @@ -43,7 +43,7 @@ "@not-govuk/engine": "workspace:^0.8.5", "@not-govuk/server-renderer": "workspace:^0.8.5", "@not-govuk/webpack-config": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-dom": "16.9.24", "@types/react-router": "5.1.20", "@types/react-router-dom": "5.3.3", diff --git a/apps/govuk-template/package.json b/apps/govuk-template/package.json index a713451e2..e70684f31 100644 --- a/apps/govuk-template/package.json +++ b/apps/govuk-template/package.json @@ -46,7 +46,7 @@ "@not-govuk/server-renderer": "workspace:^0.8.5", "@not-govuk/user-info": "workspace:^0.8.5", "@not-govuk/webpack-config": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-dom": "16.9.24", "@types/react-router": "5.1.20", "@types/react-router-dom": "5.3.3", diff --git a/components-internal/anchor-list/package.json b/components-internal/anchor-list/package.json index da2583b22..416b24aeb 100644 --- a/components-internal/anchor-list/package.json +++ b/components-internal/anchor-list/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components-internal/anchor/package.json b/components-internal/anchor/package.json index 80ee32a69..66b38f8b5 100644 --- a/components-internal/anchor/package.json +++ b/components-internal/anchor/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-router": "5.1.20", "@types/react-router-hash-link": "2.4.9", "jest": "29.7.0", diff --git a/components-internal/simple-table/package.json b/components-internal/simple-table/package.json index 94266419b..9bc5b3da4 100644 --- a/components-internal/simple-table/package.json +++ b/components-internal/simple-table/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components-internal/tabs/package.json b/components-internal/tabs/package.json index 131626ab3..fd7d91431 100644 --- a/components-internal/tabs/package.json +++ b/components-internal/tabs/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/aside/package.json b/components/aside/package.json index 5a45fb9ab..8bbc5bbf8 100644 --- a/components/aside/package.json +++ b/components/aside/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/back-link/package.json b/components/back-link/package.json index fca9b6e6b..500aa101e 100644 --- a/components/back-link/package.json +++ b/components/back-link/package.json @@ -46,7 +46,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/panel": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/breadcrumbs/package.json b/components/breadcrumbs/package.json index 82725b4fb..d1bc4494c 100644 --- a/components/breadcrumbs/package.json +++ b/components/breadcrumbs/package.json @@ -46,7 +46,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/panel": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/button-group/package.json b/components/button-group/package.json index b2e89d4a5..89691a0b4 100644 --- a/components/button-group/package.json +++ b/components/button-group/package.json @@ -46,7 +46,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/link": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/button/package.json b/components/button/package.json index 1da3eff8f..86544e7e1 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -49,7 +49,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/panel": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/checkboxes/package.json b/components/checkboxes/package.json index b2ce7118a..a50d83e46 100644 --- a/components/checkboxes/package.json +++ b/components/checkboxes/package.json @@ -48,7 +48,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/text-input": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/cookie-banner/package.json b/components/cookie-banner/package.json index e50f28b12..e83a47bab 100644 --- a/components/cookie-banner/package.json +++ b/components/cookie-banner/package.json @@ -49,7 +49,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/link": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/date-input/package.json b/components/date-input/package.json index 76ce95eee..fdc2f716f 100644 --- a/components/date-input/package.json +++ b/components/date-input/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/details/package.json b/components/details/package.json index 679721f4e..910e08033 100644 --- a/components/details/package.json +++ b/components/details/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/error-message/package.json b/components/error-message/package.json index e2497dec7..c0459efee 100644 --- a/components/error-message/package.json +++ b/components/error-message/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/error-summary/package.json b/components/error-summary/package.json index 941371d42..28c32977e 100644 --- a/components/error-summary/package.json +++ b/components/error-summary/package.json @@ -49,7 +49,7 @@ "@not-govuk/date-input": "workspace:^0.8.5", "@not-govuk/page": "workspace:^0.8.5", "@not-govuk/text-input": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/fieldset/package.json b/components/fieldset/package.json index 38cbd5d5f..ffb71fa75 100644 --- a/components/fieldset/package.json +++ b/components/fieldset/package.json @@ -47,7 +47,7 @@ "@not-govuk/input": "workspace:^0.8.5", "@not-govuk/label": "workspace:^0.8.5", "@not-govuk/visually-hidden": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/file-upload/package.json b/components/file-upload/package.json index 474ac97c0..ac30eedc1 100644 --- a/components/file-upload/package.json +++ b/components/file-upload/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/footer/package.json b/components/footer/package.json index c3397c3e3..d9b964908 100644 --- a/components/footer/package.json +++ b/components/footer/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/form-field/package.json b/components/form-field/package.json index ba63642a5..2a7ac1032 100644 --- a/components/form-field/package.json +++ b/components/form-field/package.json @@ -40,7 +40,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/form-group/package.json b/components/form-group/package.json index 2ea4c51fc..b6fcd981d 100644 --- a/components/form-group/package.json +++ b/components/form-group/package.json @@ -49,7 +49,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/form/package.json b/components/form/package.json index 4f025df22..44a0a9bb4 100644 --- a/components/form/package.json +++ b/components/form/package.json @@ -52,7 +52,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/header/package.json b/components/header/package.json index 025664287..575d2f8f4 100644 --- a/components/header/package.json +++ b/components/header/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/hint/package.json b/components/hint/package.json index 34924bd2a..a16036602 100644 --- a/components/hint/package.json +++ b/components/hint/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/input/package.json b/components/input/package.json index 13ab9c1b5..99e051bd7 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/inset-text/package.json b/components/inset-text/package.json index 38eac50e1..46240e4ed 100644 --- a/components/inset-text/package.json +++ b/components/inset-text/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/label/package.json b/components/label/package.json index fc70731ca..354c63c6b 100644 --- a/components/label/package.json +++ b/components/label/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/link/package.json b/components/link/package.json index eccff2aee..9df9e3f24 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -46,7 +46,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/panel": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/navigation-menu/package.json b/components/navigation-menu/package.json index cae2e9247..1842bee16 100644 --- a/components/navigation-menu/package.json +++ b/components/navigation-menu/package.json @@ -47,7 +47,7 @@ "@not-govuk/anchor": "workspace:^0.8.5", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/notification-banner/package.json b/components/notification-banner/package.json index a67c1d9bc..c45b52a60 100644 --- a/components/notification-banner/package.json +++ b/components/notification-banner/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/page/package.json b/components/page/package.json index a838f4464..f766f3ddb 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -55,7 +55,7 @@ "@not-govuk/button": "workspace:^0.8.5", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/pagination/package.json b/components/pagination/package.json index 87429f76b..532bf6c96 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/panel/package.json b/components/panel/package.json index 6c2f70c21..1bd4b9545 100644 --- a/components/panel/package.json +++ b/components/panel/package.json @@ -46,7 +46,7 @@ "@not-govuk/button": "workspace:^0.8.5", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/phase-banner/package.json b/components/phase-banner/package.json index f949ca2a3..c3376303f 100644 --- a/components/phase-banner/package.json +++ b/components/phase-banner/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/radios/package.json b/components/radios/package.json index 8f97a7a4d..dbf2f1638 100644 --- a/components/radios/package.json +++ b/components/radios/package.json @@ -48,7 +48,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/text-input": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/select/package.json b/components/select/package.json index dfe1036c6..f10f99001 100644 --- a/components/select/package.json +++ b/components/select/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/skip-link/package.json b/components/skip-link/package.json index a04331ff4..dce68ec93 100644 --- a/components/skip-link/package.json +++ b/components/skip-link/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/summary-card/package.json b/components/summary-card/package.json index dfb94afe3..342246b5a 100644 --- a/components/summary-card/package.json +++ b/components/summary-card/package.json @@ -47,7 +47,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", "@not-govuk/visually-hidden": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/summary-list/package.json b/components/summary-list/package.json index 980c2ed65..f0c003877 100644 --- a/components/summary-list/package.json +++ b/components/summary-list/package.json @@ -48,7 +48,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/summary-card": "workspace:^0.8.5", "@not-govuk/visually-hidden": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/table/package.json b/components/table/package.json index 9d9a58748..913495a3b 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/tabs/package.json b/components/tabs/package.json index 3717bdb81..7de150da2 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -47,7 +47,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/table": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/tag/package.json b/components/tag/package.json index 5837215e1..614ef2427 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/table": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/text-input/package.json b/components/text-input/package.json index 2aae00ea3..af199cabe 100644 --- a/components/text-input/package.json +++ b/components/text-input/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/textarea/package.json b/components/textarea/package.json index 28c11bb22..bd402d1d8 100644 --- a/components/textarea/package.json +++ b/components/textarea/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/visually-hidden/package.json b/components/visually-hidden/package.json index 4b61e0f25..2f50d9209 100644 --- a/components/visually-hidden/package.json +++ b/components/visually-hidden/package.json @@ -45,7 +45,7 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/warning-text/package.json b/components/warning-text/package.json index fd6ebd430..5d7a53f55 100644 --- a/components/warning-text/package.json +++ b/components/warning-text/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/components/width-container/package.json b/components/width-container/package.json index d41121402..6c85e9880 100644 --- a/components/width-container/package.json +++ b/components/width-container/package.json @@ -46,7 +46,7 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@not-govuk/panel": "workspace:^0.8.5", "@not-govuk/tag": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/lib/app-composer/package.json b/lib/app-composer/package.json index 9360f0cee..a59dfcd46 100644 --- a/lib/app-composer/package.json +++ b/lib/app-composer/package.json @@ -30,7 +30,7 @@ "react-router-dom": "^5.3.4" }, "devDependencies": { - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-router": "5.1.20", "@types/react-router-dom": "5.3.3", "graphql": "15.8.0", diff --git a/lib/client-renderer/package.json b/lib/client-renderer/package.json index 74b16aa3d..056efb3c5 100644 --- a/lib/client-renderer/package.json +++ b/lib/client-renderer/package.json @@ -26,7 +26,7 @@ "react-dom": "^16.14.0" }, "devDependencies": { - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-dom": "16.9.24", "typescript": "4.9.5" } diff --git a/lib/component-test-helpers/package.json b/lib/component-test-helpers/package.json index b9916c296..8fd79d8ec 100644 --- a/lib/component-test-helpers/package.json +++ b/lib/component-test-helpers/package.json @@ -23,7 +23,7 @@ "react-router": "^5.3.4" }, "devDependencies": { - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-router": "5.1.20", "typescript": "4.9.5" }, diff --git a/lib/docs-components/package.json b/lib/docs-components/package.json index e55ba6493..b54c2d113 100644 --- a/lib/docs-components/package.json +++ b/lib/docs-components/package.json @@ -37,7 +37,7 @@ "react-helmet-async": "^1.3.0" }, "devDependencies": { - "@types/react": "16.14.56", + "@types/react": "16.14.57", "typescript": "4.9.5" } } diff --git a/lib/forms/package.json b/lib/forms/package.json index 36fe68089..184132f31 100644 --- a/lib/forms/package.json +++ b/lib/forms/package.json @@ -34,7 +34,7 @@ "react-router-dom": "^5.3.4" }, "devDependencies": { - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-dom": "16.9.24", "@types/react-router-dom": "5.3.3", "typescript": "4.9.5" diff --git a/lib/server-renderer/package.json b/lib/server-renderer/package.json index 11e49fee2..3664ba596 100644 --- a/lib/server-renderer/package.json +++ b/lib/server-renderer/package.json @@ -31,7 +31,7 @@ "@not-govuk/restify": "workspace:^0.8.5", "@types/js-beautify": "1.14.3", "@types/node": "18.19.21", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-dom": "16.9.24", "graphql": "15.8.0", "react-helmet-async": "1.3.0", diff --git a/lib/user-info/package.json b/lib/user-info/package.json index 212305102..f594e8f6e 100644 --- a/lib/user-info/package.json +++ b/lib/user-info/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@not-govuk/component-test-helpers": "workspace:^0.8.5", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "29.1.2", diff --git a/packages/components/package.json b/packages/components/package.json index e7f2438dc..8e85a77a4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -84,7 +84,7 @@ "devDependencies": { "@not-govuk/component-test-helpers": "workspace:^0.8.5", "@types/node": "18.19.21", - "@types/react": "16.14.56", + "@types/react": "16.14.57", "@types/react-dom": "16.9.24", "@types/react-router": "5.1.20", "@types/react-router-dom": "5.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27b8915d7..a9c20ab08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,7 +104,7 @@ importers: '@not-govuk/engine': workspace:^0.8.5 '@not-govuk/server-renderer': workspace:^0.8.5 '@not-govuk/webpack-config': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -139,7 +139,7 @@ importers: '@not-govuk/engine': link:../../lib/engine '@not-govuk/server-renderer': link:../../lib/server-renderer '@not-govuk/webpack-config': link:../../lib/webpack-config - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -179,7 +179,7 @@ importers: '@not-govuk/server-renderer': workspace:^0.8.5 '@not-govuk/user-info': workspace:^0.8.5 '@not-govuk/webpack-config': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -205,7 +205,7 @@ importers: webpack-dev-middleware: 6.1.1 webpack-hot-middleware: 2.26.1 devDependencies: - '@apollo/client': 3.9.5_ovtp6l6ylypasgdahcm3ttmqde + '@apollo/client': 3.9.5_f4cwbcvotfba44chti56buiaaq '@graphql-tools/schema': 9.0.19_graphql@15.8.0 '@not-govuk/anchor-list': link:../../components-internal/anchor-list '@not-govuk/app-composer': link:../../lib/app-composer @@ -218,7 +218,7 @@ importers: '@not-govuk/server-renderer': link:../../lib/server-renderer '@not-govuk/user-info': link:../../lib/user-info '@not-govuk/webpack-config': link:../../lib/webpack-config - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -250,7 +250,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/route-utils': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 '@types/react-router-hash-link': 2.4.9 history: ^4.10.1 @@ -267,7 +267,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 '@types/react-router-hash-link': 2.4.9 jest: 29.7.0 @@ -282,7 +282,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/route-utils': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 @@ -294,7 +294,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -305,7 +305,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 @@ -315,7 +315,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -327,7 +327,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/route-utils': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 @@ -338,7 +338,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -351,7 +351,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -365,7 +365,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -379,7 +379,7 @@ importers: '@not-govuk/link': workspace:^0.8.5 '@not-govuk/panel': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -394,7 +394,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -408,7 +408,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/panel': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -423,7 +423,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -440,7 +440,7 @@ importers: '@not-govuk/panel': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -458,7 +458,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -472,7 +472,7 @@ importers: '@not-govuk/link': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -487,7 +487,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/link': link:../link '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -503,7 +503,7 @@ importers: '@not-govuk/label': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/text-input': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -520,7 +520,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/text-input': link:../text-input - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -537,7 +537,7 @@ importers: '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 '@not-govuk/width-container': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -555,7 +555,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/link': link:../link '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -570,7 +570,7 @@ importers: '@not-govuk/input': workspace:^0.8.5 '@not-govuk/label': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -586,7 +586,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -598,7 +598,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -611,7 +611,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -624,7 +624,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/visually-hidden': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -638,7 +638,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -655,7 +655,7 @@ importers: '@not-govuk/page': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/text-input': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -673,7 +673,7 @@ importers: '@not-govuk/date-input': link:../date-input '@not-govuk/page': link:../page '@not-govuk/text-input': link:../text-input - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -688,7 +688,7 @@ importers: '@not-govuk/label': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/visually-hidden': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -704,7 +704,7 @@ importers: '@not-govuk/input': link:../input '@not-govuk/label': link:../label '@not-govuk/visually-hidden': link:../visually-hidden - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -718,7 +718,7 @@ importers: '@not-govuk/form-group': workspace:^0.8.5 '@not-govuk/input': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -733,7 +733,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -747,7 +747,7 @@ importers: '@not-govuk/link': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/width-container': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -762,7 +762,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -783,7 +783,7 @@ importers: '@not-govuk/tag': workspace:^0.8.5 '@not-govuk/text-input': workspace:^0.8.5 '@not-govuk/textarea': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 @@ -803,7 +803,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -820,7 +820,7 @@ importers: '@not-govuk/tag': workspace:^0.8.5 '@not-govuk/text-input': workspace:^0.8.5 '@not-govuk/textarea': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 @@ -836,7 +836,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -853,7 +853,7 @@ importers: '@not-govuk/label': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -871,7 +871,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -885,7 +885,7 @@ importers: '@not-govuk/link': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/width-container': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -900,7 +900,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -913,7 +913,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -927,7 +927,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -940,7 +940,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -954,7 +954,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -966,7 +966,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -979,7 +979,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -992,7 +992,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1006,7 +1006,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1020,7 +1020,7 @@ importers: '@not-govuk/panel': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1035,7 +1035,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1050,7 +1050,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1066,7 +1066,7 @@ importers: '@not-govuk/anchor': link:../../components-internal/anchor '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1079,7 +1079,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1093,7 +1093,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1116,7 +1116,7 @@ importers: '@not-govuk/skip-link': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 '@not-govuk/width-container': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1140,7 +1140,7 @@ importers: '@not-govuk/button': link:../button '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1155,7 +1155,7 @@ importers: '@not-govuk/route-utils': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/visually-hidden': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1171,7 +1171,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1185,7 +1185,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1200,7 +1200,7 @@ importers: '@not-govuk/button': link:../button '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1213,7 +1213,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1227,7 +1227,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1243,7 +1243,7 @@ importers: '@not-govuk/label': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/text-input': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1260,7 +1260,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/text-input': link:../text-input - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1273,7 +1273,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/form-group': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1287,7 +1287,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1299,7 +1299,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1312,7 +1312,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1327,7 +1327,7 @@ importers: '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 '@not-govuk/visually-hidden': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1343,7 +1343,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@not-govuk/visually-hidden': link:../visually-hidden - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1359,7 +1359,7 @@ importers: '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/summary-card': workspace:^0.8.5 '@not-govuk/visually-hidden': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1376,7 +1376,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/summary-card': link:../summary-card '@not-govuk/visually-hidden': link:../visually-hidden - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1389,7 +1389,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/simple-table': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1403,7 +1403,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1418,7 +1418,7 @@ importers: '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/table': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1434,7 +1434,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/table': link:../table '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1447,7 +1447,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/table': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1461,7 +1461,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/table': link:../table - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1473,7 +1473,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/form-group': workspace:^0.8.5 '@not-govuk/input': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 @@ -1484,7 +1484,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1497,7 +1497,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/form-group': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1511,7 +1511,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1524,7 +1524,7 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1538,7 +1538,7 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1550,7 +1550,7 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/component-test-helpers': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1563,7 +1563,7 @@ importers: devDependencies: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1577,7 +1577,7 @@ importers: '@not-govuk/panel': workspace:^0.8.5 '@not-govuk/sass-base': workspace:^0.8.5 '@not-govuk/tag': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 govuk-frontend: 4.8.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -1592,7 +1592,7 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel '@not-govuk/tag': link:../tag - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -1626,7 +1626,7 @@ importers: lib/app-composer: specifiers: '@not-govuk/route-utils': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 graphql: 15.8.0 @@ -1634,7 +1634,7 @@ importers: dependencies: '@not-govuk/route-utils': link:../route-utils devDependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 graphql: 15.8.0 @@ -1671,13 +1671,13 @@ importers: lib/client-renderer: specifiers: '@not-govuk/app-composer': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 typescript: 4.9.5 dependencies: '@not-govuk/app-composer': link:../app-composer devDependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 typescript: 4.9.5 @@ -1692,7 +1692,7 @@ importers: '@testing-library/jest-dom': ^5.17.0 '@testing-library/react': ^12.1.5 '@testing-library/user-event': ^12.8.3 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 typescript: 4.9.5 dependencies: @@ -1700,7 +1700,7 @@ importers: '@testing-library/react': 12.1.5 '@testing-library/user-event': 12.8.3 devDependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 typescript: 4.9.5 @@ -1745,7 +1745,7 @@ importers: '@not-govuk/simple-table': workspace:^0.8.5 '@not-govuk/tabs-internal': workspace:^0.8.5 '@storybook/react': 6.5.16 - '@types/react': 16.14.56 + '@types/react': 16.14.57 prettier: ^2.8.8 prismjs: ^1.29.0 prismjs-github: ^1.0.0 @@ -1760,7 +1760,7 @@ importers: prismjs: 1.29.0 prismjs-github: 1.0.0 devDependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 typescript: 4.9.5 lib/engine: @@ -1823,7 +1823,7 @@ importers: specifiers: '@not-govuk/component-helpers': workspace:^0.8.5 '@not-govuk/route-utils': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router-dom': 5.3.3 fast-deep-equal: ^3.1.3 @@ -1837,7 +1837,7 @@ importers: formik: 2.4.5 validator: 13.11.0 devDependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router-dom': 5.3.3 typescript: 4.9.5 @@ -1933,7 +1933,7 @@ importers: '@not-govuk/restify': workspace:^0.8.5 '@types/js-beautify': 1.14.3 '@types/node': 18.19.21 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 graphql: 15.8.0 js-beautify: ^1.15.1 @@ -1948,7 +1948,7 @@ importers: '@not-govuk/restify': link:../restify '@types/js-beautify': 1.14.3 '@types/node': 18.19.21 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 graphql: 15.8.0 react-helmet-async: 1.3.0 @@ -1965,14 +1965,14 @@ importers: lib/user-info: specifiers: '@not-govuk/component-test-helpers': workspace:^0.8.5 - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2 typescript: 4.9.5 devDependencies: '@not-govuk/component-test-helpers': link:../component-test-helpers - '@types/react': 16.14.56 + '@types/react': 16.14.57 jest: 29.7.0 jest-environment-jsdom: 29.7.0 ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu @@ -2080,7 +2080,7 @@ importers: '@not-govuk/textarea': workspace:^0.8.5 '@not-govuk/warning-text': workspace:^0.8.5 '@types/node': 18.19.21 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -2132,7 +2132,7 @@ importers: devDependencies: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/node': 18.19.21 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -2159,7 +2159,7 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.22 - /@apollo/client/3.9.5_ovtp6l6ylypasgdahcm3ttmqde: + /@apollo/client/3.9.5_f4cwbcvotfba44chti56buiaaq: resolution: {integrity: sha512-7y+c8MTPU+hhTwvcGVtMMGIgWduzrvG1mz5yJMRyqYbheBkkky3Lki6ADWVSBXG1lZoOtPYvB2zDgVfKb2HSsw==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 @@ -2188,7 +2188,7 @@ packages: prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - rehackt: 0.0.5_zvopv4mmerg7nltn7etszi5254 + rehackt: 0.0.5_xxa6hplo3es6efdybbmobhbdnu response-iterator: 0.2.6 symbol-observable: 4.0.0 ts-invariant: 0.10.3 @@ -8092,7 +8092,7 @@ packages: /@types/hoist-non-react-statics/3.3.5: resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} dependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 hoist-non-react-statics: 3.3.2 dev: false @@ -8256,13 +8256,13 @@ packages: /@types/react-dom/16.9.24: resolution: {integrity: sha512-Gcmq2JTDheyWn/1eteqyzzWKSqDjYU6KYsIvH7thb7CR5OYInAWOX+7WnKf6PaU/cbdOc4szJItcDEJO7UGmfA==} dependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 /@types/react-router-dom/5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router': 5.1.20 dev: true @@ -8270,7 +8270,7 @@ packages: resolution: {integrity: sha512-zl/VMj+lfJZhvjOAQXIlBVPNKSK+/fRG8AUHhlP9++LhlA2ziLeTmbRxIMJI3PCiCTS+W/FosEoDRoNOGH0OzA==} dependencies: '@types/history': 4.7.11 - '@types/react': 16.14.56 + '@types/react': 16.14.57 '@types/react-router-dom': 5.3.3 dev: true @@ -8278,11 +8278,11 @@ packages: resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 16.14.56 + '@types/react': 16.14.57 dev: true - /@types/react/16.14.56: - resolution: {integrity: sha512-MxuHB7dvVm5yOxRr7hJoonLG0JY8YvqZtaQ9Quirp3Oe4FLFjAgxkxsKE6IspdHPpRVZKo2ZoDEravWO81EeYA==} + /@types/react/16.14.57: + resolution: {integrity: sha512-fuNq/GV1a6GgqSuVuC457vYeTbm4E1CUBQVZwSPxqYnRhIzSXCJ1gGqyv+PKhqLyfbKCga9dXHJDzv+4XE41fw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -17995,7 +17995,7 @@ packages: react: 16.14.0 dev: true - /rehackt/0.0.5_zvopv4mmerg7nltn7etszi5254: + /rehackt/0.0.5_xxa6hplo3es6efdybbmobhbdnu: resolution: {integrity: sha512-BI1rV+miEkaHj8zd2n+gaMgzu/fKz7BGlb4zZ6HAiY9adDmJMkaDcmuXlJFv0eyKUob+oszs3/2gdnXUrzx2Tg==} peerDependencies: '@types/react': '*' @@ -18006,7 +18006,7 @@ packages: react: optional: true dependencies: - '@types/react': 16.14.56 + '@types/react': 16.14.57 react: 16.14.0 dev: true