diff --git a/apps/govuk-docs/package.json b/apps/govuk-docs/package.json index 9889bda68..b3af28a0b 100644 --- a/apps/govuk-docs/package.json +++ b/apps/govuk-docs/package.json @@ -50,8 +50,8 @@ "@types/webpack-env": "1.18.4", "bunyan": "1.8.15", "cypress": "10.11.0", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", "node-hot-loader": "1.21.10", "plop": "3.1.2", "react": "16.14.0", @@ -61,7 +61,7 @@ "react-router-dom": "5.3.4", "serverless": "3.38.0", "start-server-and-test": "2.0.3", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "typescript": "4.9.5", "webpack": "5.90.3", "webpack-cli": "5.1.4", diff --git a/apps/govuk-template/package.json b/apps/govuk-template/package.json index 489077715..1fa5a01c6 100644 --- a/apps/govuk-template/package.json +++ b/apps/govuk-template/package.json @@ -54,8 +54,8 @@ "bunyan": "1.8.15", "cypress": "10.11.0", "graphql": "15.8.0", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", "node-hot-loader": "1.21.10", "plop": "3.1.2", "react": "16.14.0", @@ -65,7 +65,7 @@ "react-router-dom": "5.3.4", "serverless": "3.38.0", "start-server-and-test": "2.0.3", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "typescript": "4.9.5", "webpack": "5.90.3", "webpack-cli": "5.1.4", diff --git a/components-internal/anchor-list/package.json b/components-internal/anchor-list/package.json index e6b897264..609d73633 100644 --- a/components-internal/anchor-list/package.json +++ b/components-internal/anchor-list/package.json @@ -45,9 +45,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components-internal/anchor/package.json b/components-internal/anchor/package.json index 0448731b0..ecd059700 100644 --- a/components-internal/anchor/package.json +++ b/components-internal/anchor/package.json @@ -48,9 +48,9 @@ "@types/react": "16.14.56", "@types/react-router": "5.1.20", "@types/react-router-hash-link": "2.4.9", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components-internal/simple-table/package.json b/components-internal/simple-table/package.json index 3ca73d96a..ceef5ed85 100644 --- a/components-internal/simple-table/package.json +++ b/components-internal/simple-table/package.json @@ -43,9 +43,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components-internal/tabs/package.json b/components-internal/tabs/package.json index 3bb9e5ace..971a8f215 100644 --- a/components-internal/tabs/package.json +++ b/components-internal/tabs/package.json @@ -44,9 +44,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/aside/package.json b/components/aside/package.json index 9fd15fccc..58314809c 100644 --- a/components/aside/package.json +++ b/components/aside/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/back-link/package.json b/components/back-link/package.json index 2398e49c7..9d12c8c06 100644 --- a/components/back-link/package.json +++ b/components/back-link/package.json @@ -47,9 +47,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/panel": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/breadcrumbs/package.json b/components/breadcrumbs/package.json index 6a17a9647..cb997f235 100644 --- a/components/breadcrumbs/package.json +++ b/components/breadcrumbs/package.json @@ -47,9 +47,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/panel": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/button-group/package.json b/components/button-group/package.json index 9c426ca15..42b58c371 100644 --- a/components/button-group/package.json +++ b/components/button-group/package.json @@ -47,9 +47,9 @@ "@not-govuk/link": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/button/package.json b/components/button/package.json index a796255f8..52ffcec37 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -43,16 +43,16 @@ } }, "devDependencies": { - "@jest/globals": "29.5.0", + "@jest/globals": "29.7.0", "@mdx-js/react": "1.6.22", "@not-govuk/button-group": "workspace:^0.8.4", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/panel": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/checkboxes/package.json b/components/checkboxes/package.json index 7b07d65b3..feb2cba9c 100644 --- a/components/checkboxes/package.json +++ b/components/checkboxes/package.json @@ -49,9 +49,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/text-input": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/cookie-banner/package.json b/components/cookie-banner/package.json index 15e4629b2..2607d4c6d 100644 --- a/components/cookie-banner/package.json +++ b/components/cookie-banner/package.json @@ -50,9 +50,9 @@ "@not-govuk/link": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/date-input/package.json b/components/date-input/package.json index effda8bf1..7a9a54033 100644 --- a/components/date-input/package.json +++ b/components/date-input/package.json @@ -48,9 +48,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/details/package.json b/components/details/package.json index c80c8ff1c..2a0e59313 100644 --- a/components/details/package.json +++ b/components/details/package.json @@ -45,9 +45,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/error-message/package.json b/components/error-message/package.json index 5738c0b6a..a440b3a92 100644 --- a/components/error-message/package.json +++ b/components/error-message/package.json @@ -46,9 +46,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/error-summary/package.json b/components/error-summary/package.json index 9205150d9..1e1659bb9 100644 --- a/components/error-summary/package.json +++ b/components/error-summary/package.json @@ -50,9 +50,9 @@ "@not-govuk/page": "workspace:^0.8.4", "@not-govuk/text-input": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/fieldset/package.json b/components/fieldset/package.json index e39f057ee..627d9ea4f 100644 --- a/components/fieldset/package.json +++ b/components/fieldset/package.json @@ -48,9 +48,9 @@ "@not-govuk/label": "workspace:^0.8.4", "@not-govuk/visually-hidden": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/file-upload/package.json b/components/file-upload/package.json index be6bb15b8..91b894881 100644 --- a/components/file-upload/package.json +++ b/components/file-upload/package.json @@ -47,9 +47,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/footer/package.json b/components/footer/package.json index e45342a2a..a699cc462 100644 --- a/components/footer/package.json +++ b/components/footer/package.json @@ -47,9 +47,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/form-field/package.json b/components/form-field/package.json index aaa441bfa..6b6d7ecb0 100644 --- a/components/form-field/package.json +++ b/components/form-field/package.json @@ -41,9 +41,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" }, "dependencies": { diff --git a/components/form-group/package.json b/components/form-group/package.json index e2d465780..18e27e28d 100644 --- a/components/form-group/package.json +++ b/components/form-group/package.json @@ -50,9 +50,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/form/package.json b/components/form/package.json index fa7e69f9c..f06379aec 100644 --- a/components/form/package.json +++ b/components/form/package.json @@ -53,9 +53,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/header/package.json b/components/header/package.json index 2e0b96c9d..936cb9de0 100644 --- a/components/header/package.json +++ b/components/header/package.json @@ -47,9 +47,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/hint/package.json b/components/hint/package.json index 65a145247..591f420b6 100644 --- a/components/hint/package.json +++ b/components/hint/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/input/package.json b/components/input/package.json index 8cab96b3a..fed8ab875 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/inset-text/package.json b/components/inset-text/package.json index 20eb7c369..b18cd92a6 100644 --- a/components/inset-text/package.json +++ b/components/inset-text/package.json @@ -45,9 +45,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/label/package.json b/components/label/package.json index a76fc18e1..22197713f 100644 --- a/components/label/package.json +++ b/components/label/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/link/package.json b/components/link/package.json index da02203dd..d0d94324e 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -47,9 +47,9 @@ "@not-govuk/panel": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/navigation-menu/package.json b/components/navigation-menu/package.json index 453d832c9..877127e7b 100644 --- a/components/navigation-menu/package.json +++ b/components/navigation-menu/package.json @@ -48,9 +48,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/notification-banner/package.json b/components/notification-banner/package.json index dcf9d440e..33393984e 100644 --- a/components/notification-banner/package.json +++ b/components/notification-banner/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/page/package.json b/components/page/package.json index 3b3a506f5..c601f0971 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -56,9 +56,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/pagination/package.json b/components/pagination/package.json index 183a7cf4e..6f3689326 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -48,9 +48,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/panel/package.json b/components/panel/package.json index 37e28ebf7..ea77cc3c3 100644 --- a/components/panel/package.json +++ b/components/panel/package.json @@ -47,9 +47,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/phase-banner/package.json b/components/phase-banner/package.json index 19a075907..2a029c8e9 100644 --- a/components/phase-banner/package.json +++ b/components/phase-banner/package.json @@ -46,9 +46,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/radios/package.json b/components/radios/package.json index ec5698fb6..9cbc8727c 100644 --- a/components/radios/package.json +++ b/components/radios/package.json @@ -49,9 +49,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/text-input": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/select/package.json b/components/select/package.json index 4f0baf3a9..e7933d69b 100644 --- a/components/select/package.json +++ b/components/select/package.json @@ -46,9 +46,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/skip-link/package.json b/components/skip-link/package.json index 90a76d9d6..2d8effaae 100644 --- a/components/skip-link/package.json +++ b/components/skip-link/package.json @@ -45,9 +45,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/summary-card/package.json b/components/summary-card/package.json index 1fd6c3b2e..b7c6ab410 100644 --- a/components/summary-card/package.json +++ b/components/summary-card/package.json @@ -48,9 +48,9 @@ "@not-govuk/tag": "workspace:^0.8.4", "@not-govuk/visually-hidden": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/summary-list/package.json b/components/summary-list/package.json index 736a3a467..05d7ee8d1 100644 --- a/components/summary-list/package.json +++ b/components/summary-list/package.json @@ -49,9 +49,9 @@ "@not-govuk/summary-card": "workspace:^0.8.4", "@not-govuk/visually-hidden": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/table/package.json b/components/table/package.json index e38245053..d80f949a8 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -46,9 +46,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/tabs/package.json b/components/tabs/package.json index 417e48710..c5fe5c838 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -48,9 +48,9 @@ "@not-govuk/table": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/tag/package.json b/components/tag/package.json index 5860ba1d0..5ddb882aa 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/table": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/text-input/package.json b/components/text-input/package.json index 1b99bb9bd..fa7af75f2 100644 --- a/components/text-input/package.json +++ b/components/text-input/package.json @@ -44,9 +44,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/textarea/package.json b/components/textarea/package.json index 7c0de5bd0..dde0fa74a 100644 --- a/components/textarea/package.json +++ b/components/textarea/package.json @@ -46,9 +46,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/visually-hidden/package.json b/components/visually-hidden/package.json index c2d411c14..e78f14738 100644 --- a/components/visually-hidden/package.json +++ b/components/visually-hidden/package.json @@ -46,9 +46,9 @@ "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/warning-text/package.json b/components/warning-text/package.json index e6cc00fe2..789eddf1e 100644 --- a/components/warning-text/package.json +++ b/components/warning-text/package.json @@ -45,9 +45,9 @@ "@mdx-js/react": "1.6.22", "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/components/width-container/package.json b/components/width-container/package.json index 9a3f938e8..285b27a62 100644 --- a/components/width-container/package.json +++ b/components/width-container/package.json @@ -47,9 +47,9 @@ "@not-govuk/panel": "workspace:^0.8.4", "@not-govuk/tag": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/lib/consent-cookies/package.json b/lib/consent-cookies/package.json index 2455dc71d..e2d70377c 100644 --- a/lib/consent-cookies/package.json +++ b/lib/consent-cookies/package.json @@ -25,9 +25,9 @@ "@types/connect": "3.4.38", "@types/cookie": "0.6.0", "@types/cryptr": "4.0.3", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" }, "dependencies": { diff --git a/lib/express-adapter/package.json b/lib/express-adapter/package.json index d876d1f40..53aaf3a94 100644 --- a/lib/express-adapter/package.json +++ b/lib/express-adapter/package.json @@ -24,9 +24,9 @@ "devDependencies": { "@not-govuk/restify": "workspace:^0.8.4", "@types/express-serve-static-core": "4.17.43", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" }, "dependencies": { diff --git a/lib/memoize/package.json b/lib/memoize/package.json index f3e8cdc41..4595a164e 100644 --- a/lib/memoize/package.json +++ b/lib/memoize/package.json @@ -22,10 +22,10 @@ "node": ">=12.0.0" }, "devDependencies": { - "@jest/globals": "29.5.0", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "@jest/globals": "29.7.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/lib/plop-pack/package.json b/lib/plop-pack/package.json index 76e94746e..029cd83f8 100644 --- a/lib/plop-pack/package.json +++ b/lib/plop-pack/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "handlebars": "4.7.8", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0" + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0" } } diff --git a/lib/route-utils/package.json b/lib/route-utils/package.json index 8b5f589e2..82d15d2ef 100644 --- a/lib/route-utils/package.json +++ b/lib/route-utils/package.json @@ -33,9 +33,9 @@ "@types/history": "4.7.11", "@types/react-router": "5.1.20", "@types/url-parse": "1.4.11", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/lib/user-info/package.json b/lib/user-info/package.json index b16dcc8b9..6966488f8 100644 --- a/lib/user-info/package.json +++ b/lib/user-info/package.json @@ -27,9 +27,9 @@ "devDependencies": { "@not-govuk/component-test-helpers": "workspace:^0.8.4", "@types/react": "16.14.56", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.2", "typescript": "4.9.5" } } diff --git a/package.json b/package.json index 88e2ed57a..16d0c8ad7 100644 --- a/package.json +++ b/package.json @@ -71,20 +71,20 @@ "@storybook/manager-webpack5": "6.5.16", "@storybook/react": "6.5.16", "@storybook/theming": "6.5.16", - "@types/jest": "29.5.2", + "@types/jest": "29.5.12", "@types/webpack-env": "1.18.4", - "babel-jest": "29.5.0", + "babel-jest": "29.7.0", "babel-plugin-transform-class-properties": "6.24.1", "chromatic": "6.24.1", - "jest": "29.5.0", - "jest-environment-jsdom": "29.5.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", "plop": "3.1.2", "react": "16.14.0", "react-dom": "16.14.0", "react-helmet-async": "1.3.0", "react-router": "5.3.4", "react-router-dom": "5.3.4", - "ts-jest": "29.1.0", + "ts-jest": "29.1.2", "typescript": "4.9.5", "webpack": "5.90.3", "webpack-cli": "5.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06035311d..fc4c72e8f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,20 +28,20 @@ importers: '@storybook/manager-webpack5': 6.5.16 '@storybook/react': 6.5.16 '@storybook/theming': 6.5.16 - '@types/jest': 29.5.2 + '@types/jest': 29.5.12 '@types/webpack-env': 1.18.4 - babel-jest: 29.5.0 + babel-jest: 29.7.0 babel-plugin-transform-class-properties: 6.24.1 chromatic: 6.24.1 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 plop: 3.1.2 react: 16.14.0 react-dom: 16.14.0 react-helmet-async: 1.3.0 react-router: 5.3.4 react-router-dom: 5.3.4 - ts-jest: 29.1.0 + ts-jest: 29.1.2 typescript: 4.9.5 webpack: 5.90.3 webpack-cli: 5.1.4 @@ -72,20 +72,20 @@ importers: '@storybook/manager-webpack5': 6.5.16_ys4vemqatqvagnic2q6f3nkwci '@storybook/react': 6.5.16_nyvq4rvewqvhfuljsqlmeir5ai '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty - '@types/jest': 29.5.2 + '@types/jest': 29.5.12 '@types/webpack-env': 1.18.4 - babel-jest: 29.5.0_@babel+core@7.23.9 + babel-jest: 29.7.0_@babel+core@7.23.9 babel-plugin-transform-class-properties: 6.24.1 chromatic: 6.24.1 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 plop: 3.1.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 react-helmet-async: 1.3.0_wcqkhtmu7mswc6yz4uyexck3ty react-router: 5.3.4_react@16.14.0 react-router-dom: 5.3.4_react@16.14.0 - ts-jest: 29.1.0_2i32d7in62azdv4buyebjqbxrq + ts-jest: 29.1.2_ulm7w6apx7onkhuwf5yxyyhl7u typescript: 4.9.5 webpack: 5.90.3_webpack-cli@5.1.4 webpack-cli: 5.1.4_webpack@5.90.3 @@ -111,8 +111,8 @@ importers: '@types/webpack-env': 1.18.4 bunyan: 1.8.15 cypress: 10.11.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 node-hot-loader: 1.21.10 plop: 3.1.2 react: 16.14.0 @@ -122,7 +122,7 @@ importers: react-router-dom: 5.3.4 serverless: 3.38.0 start-server-and-test: 2.0.3 - ts-jest: 29.1.0 + ts-jest: 29.1.2 typescript: 4.9.5 webpack: 5.90.3 webpack-cli: 5.1.4 @@ -146,8 +146,8 @@ importers: '@types/webpack-env': 1.18.4 bunyan: 1.8.15 cypress: 10.11.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 node-hot-loader: 1.21.10_webpack@5.90.3 plop: 3.1.2 react: 16.14.0 @@ -157,7 +157,7 @@ importers: react-router-dom: 5.3.4_react@16.14.0 serverless: 3.38.0 start-server-and-test: 2.0.3 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 webpack: 5.90.3_webpack-cli@5.1.4 webpack-cli: 5.1.4_webpack@5.90.3 @@ -187,8 +187,8 @@ importers: bunyan: 1.8.15 cypress: 10.11.0 graphql: 15.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 node-hot-loader: 1.21.10 plop: 3.1.2 react: 16.14.0 @@ -198,7 +198,7 @@ importers: react-router-dom: 5.3.4 serverless: 3.38.0 start-server-and-test: 2.0.3 - ts-jest: 29.1.0 + ts-jest: 29.1.2 typescript: 4.9.5 webpack: 5.90.3 webpack-cli: 5.1.4 @@ -226,8 +226,8 @@ importers: bunyan: 1.8.15 cypress: 10.11.0 graphql: 15.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 node-hot-loader: 1.21.10_webpack@5.90.3 plop: 3.1.2 react: 16.14.0 @@ -237,7 +237,7 @@ importers: react-router-dom: 5.3.4_react@16.14.0 serverless: 3.38.0 start-server-and-test: 2.0.3 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 webpack: 5.90.3_webpack-cli@5.1.4 webpack-cli: 5.1.4_webpack@5.90.3 @@ -254,10 +254,10 @@ importers: '@types/react-router': 5.1.20 '@types/react-router-hash-link': 2.4.9 history: ^4.10.1 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 react-router-hash-link: ^2.4.3 - ts-jest: 29.1.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -270,9 +270,9 @@ importers: '@types/react': 16.14.56 '@types/react-router': 5.1.20 '@types/react-router-hash-link': 2.4.9 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components-internal/anchor-list: @@ -283,9 +283,9 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.4 '@not-govuk/route-utils': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor': link:../anchor @@ -295,9 +295,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components-internal/simple-table: @@ -306,9 +306,9 @@ importers: '@not-govuk/component-helpers': workspace:^0.8.4 '@not-govuk/component-test-helpers': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -316,9 +316,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components-internal/tabs: @@ -328,9 +328,9 @@ importers: '@not-govuk/component-test-helpers': workspace:^0.8.4 '@not-govuk/route-utils': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -339,9 +339,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/aside: @@ -353,9 +353,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -366,9 +366,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/back-link: @@ -381,9 +381,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -395,9 +395,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/breadcrumbs: @@ -410,9 +410,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor-list': link:../../components-internal/anchor-list @@ -424,14 +424,14 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/panel': link:../panel '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/button: specifiers: - '@jest/globals': 29.5.0 + '@jest/globals': 29.7.0 '@mdx-js/react': 1.6.22 '@not-govuk/button-group': workspace:^0.8.4 '@not-govuk/component-helpers': workspace:^0.8.4 @@ -442,9 +442,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -452,16 +452,16 @@ importers: '@not-govuk/sass-base': link:../../lib-govuk/sass-base govuk-frontend: 4.8.0 devDependencies: - '@jest/globals': 29.5.0 + '@jest/globals': 29.7.0 '@mdx-js/react': 1.6.22 '@not-govuk/button-group': link:../button-group '@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 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/button-group: @@ -474,9 +474,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -488,9 +488,9 @@ importers: '@not-govuk/link': link:../link '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/checkboxes: @@ -505,9 +505,9 @@ importers: '@not-govuk/text-input': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -521,9 +521,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/text-input': link:../text-input '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/cookie-banner: @@ -539,9 +539,9 @@ importers: '@not-govuk/width-container': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/button-group': link:../button-group @@ -556,9 +556,9 @@ importers: '@not-govuk/link': link:../link '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/date-input: @@ -572,9 +572,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -587,9 +587,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/details: @@ -600,9 +600,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -612,9 +612,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/error-message: @@ -626,9 +626,9 @@ importers: '@not-govuk/visually-hidden': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -639,9 +639,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/error-summary: @@ -657,9 +657,9 @@ importers: '@not-govuk/text-input': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor-list': link:../../components-internal/anchor-list @@ -674,9 +674,9 @@ importers: '@not-govuk/page': link:../page '@not-govuk/text-input': link:../text-input '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/fieldset: @@ -690,9 +690,9 @@ importers: '@not-govuk/visually-hidden': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -705,9 +705,9 @@ importers: '@not-govuk/label': link:../label '@not-govuk/visually-hidden': link:../visually-hidden '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/file-upload: @@ -720,9 +720,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -734,9 +734,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/footer: @@ -749,9 +749,9 @@ importers: '@not-govuk/width-container': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -763,9 +763,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/form: @@ -784,9 +784,9 @@ importers: '@not-govuk/text-input': workspace:^0.8.4 '@not-govuk/textarea': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/button': link:../button @@ -804,9 +804,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/form-field: @@ -821,9 +821,9 @@ importers: '@not-govuk/text-input': workspace:^0.8.4 '@not-govuk/textarea': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/checkboxes': link:../checkboxes @@ -837,9 +837,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/form-group: @@ -855,9 +855,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -872,9 +872,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/header: @@ -887,9 +887,9 @@ importers: '@not-govuk/width-container': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -901,9 +901,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/hint: @@ -915,9 +915,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -928,9 +928,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/input: @@ -942,9 +942,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -955,9 +955,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/inset-text: @@ -968,9 +968,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -980,9 +980,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/label: @@ -994,9 +994,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1007,9 +1007,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/link: @@ -1022,9 +1022,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor': link:../../components-internal/anchor @@ -1036,9 +1036,9 @@ importers: '@not-govuk/panel': link:../panel '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/navigation-menu: @@ -1052,9 +1052,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor-list': link:../../components-internal/anchor-list @@ -1067,9 +1067,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/notification-banner: @@ -1081,9 +1081,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1094,9 +1094,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/page: @@ -1118,9 +1118,9 @@ importers: '@not-govuk/width-container': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/back-link': link:../back-link @@ -1141,9 +1141,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/pagination: @@ -1157,9 +1157,9 @@ importers: '@not-govuk/visually-hidden': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1172,9 +1172,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/panel: @@ -1187,9 +1187,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1201,9 +1201,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/phase-banner: @@ -1215,9 +1215,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1228,9 +1228,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/radios: @@ -1245,9 +1245,9 @@ importers: '@not-govuk/text-input': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1261,9 +1261,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/text-input': link:../text-input '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/select: @@ -1275,9 +1275,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1288,9 +1288,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/skip-link: @@ -1301,9 +1301,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1313,9 +1313,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/summary-card: @@ -1329,9 +1329,9 @@ importers: '@not-govuk/visually-hidden': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor-list': link:../../components-internal/anchor-list @@ -1344,9 +1344,9 @@ importers: '@not-govuk/tag': link:../tag '@not-govuk/visually-hidden': link:../visually-hidden '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/summary-list: @@ -1361,9 +1361,9 @@ importers: '@not-govuk/visually-hidden': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/anchor-list': link:../../components-internal/anchor-list @@ -1377,9 +1377,9 @@ importers: '@not-govuk/summary-card': link:../summary-card '@not-govuk/visually-hidden': link:../visually-hidden '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/table: @@ -1391,9 +1391,9 @@ importers: '@not-govuk/simple-table': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1404,9 +1404,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/tabs: @@ -1420,9 +1420,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1435,9 +1435,9 @@ importers: '@not-govuk/table': link:../table '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/tag: @@ -1449,9 +1449,9 @@ importers: '@not-govuk/table': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1462,9 +1462,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/table': link:../table '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/text-input: @@ -1474,9 +1474,9 @@ importers: '@not-govuk/form-group': workspace:^0.8.4 '@not-govuk/input': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/form-group': link:../form-group @@ -1485,9 +1485,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/textarea: @@ -1499,9 +1499,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1512,9 +1512,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/visually-hidden: @@ -1526,9 +1526,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1539,9 +1539,9 @@ importers: '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/warning-text: @@ -1552,9 +1552,9 @@ importers: '@not-govuk/sass-base': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1564,9 +1564,9 @@ importers: '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 components/width-container: @@ -1579,9 +1579,9 @@ importers: '@not-govuk/tag': workspace:^0.8.4 '@types/react': 16.14.56 govuk-frontend: 4.8.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: '@not-govuk/component-helpers': link:../../lib/component-helpers @@ -1593,9 +1593,9 @@ importers: '@not-govuk/panel': link:../panel '@not-govuk/tag': link:../tag '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 lib-govuk/create: @@ -1711,9 +1711,9 @@ importers: '@types/cryptr': 4.0.3 cookie: ^0.6.0 cryptr: ^6.3.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: cookie: 0.6.0 @@ -1722,9 +1722,9 @@ importers: '@types/connect': 3.4.38 '@types/cookie': 0.6.0 '@types/cryptr': 4.0.3 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 lib/create: @@ -1805,18 +1805,18 @@ importers: '@not-govuk/restify': workspace:^0.8.4 '@types/express-serve-static-core': 4.17.43 etag: ^1.8.1 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 dependencies: etag: 1.8.1 devDependencies: '@not-govuk/restify': link:../restify '@types/express-serve-static-core': 4.17.43 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 lib/forms: @@ -1844,24 +1844,24 @@ importers: lib/memoize: specifiers: - '@jest/globals': 29.5.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + '@jest/globals': 29.7.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2 typescript: 4.9.5 devDependencies: - '@jest/globals': 29.5.0 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + '@jest/globals': 29.7.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 lib/plop-pack: specifiers: fs-extra: ^11.2.0 handlebars: 4.7.8 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 lodash: ^4.17.21 minimist: ^1.2.8 node-plop: ^0.31.0 @@ -1878,8 +1878,8 @@ importers: shelljs: 0.8.5 devDependencies: handlebars: 4.7.8 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 lib/restify: specifiers: @@ -1908,10 +1908,10 @@ importers: '@types/react-router': 5.1.20 '@types/url-parse': 1.4.11 history: 4.10.1 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 qs: ^6.11.2 - ts-jest: 29.1.0 + ts-jest: 29.1.2 typescript: 4.9.5 url-parse: ^1.5.10 dependencies: @@ -1922,9 +1922,9 @@ importers: '@types/history': 4.7.11 '@types/react-router': 5.1.20 '@types/url-parse': 1.4.11 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 lib/server-renderer: @@ -1966,16 +1966,16 @@ importers: specifiers: '@not-govuk/component-test-helpers': workspace:^0.8.4 '@types/react': 16.14.56 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0 + 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 - jest: 29.5.0 - jest-environment-jsdom: 29.5.0 - ts-jest: 29.1.0_doipufordlnvh5g4adbwayvyvy + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.1.2_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 lib/webpack-config: @@ -2781,10 +2781,10 @@ packages: '@babel/generator': 7.23.6 '@babel/helper-module-transforms': 7.23.3_@babel+core@7.12.9 '@babel/helpers': 7.23.8 - '@babel/parser': 7.23.6 - '@babel/template': 7.22.15 + '@babel/parser': 7.23.9 + '@babel/template': 7.23.9 '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2831,13 +2831,13 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 /@babel/helper-builder-binary-assignment-operator-visitor/7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 /@babel/helper-compilation-targets/7.23.6: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} @@ -2932,8 +2932,8 @@ packages: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 /@babel/helper-hoist-variables/7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} @@ -2945,7 +2945,7 @@ packages: resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 /@babel/helper-module-imports/7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} @@ -2983,7 +2983,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -3028,18 +3028,13 @@ packages: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 /@babel/helper-split-export-declaration/7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - - /@babel/helper-string-parser/7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/types': 7.23.9 /@babel/helper-string-parser/7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} @@ -3062,16 +3057,16 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 /@babel/helpers/7.23.8: resolution: {integrity: sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 + '@babel/template': 7.23.9 '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 transitivePeerDependencies: - supports-color @@ -3093,21 +3088,6 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.23.0: - resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.6 - dev: true - - /@babel/parser/7.23.6: - resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.6 - /@babel/parser/7.23.9: resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} engines: {node: '>=6.0.0'} @@ -3393,8 +3373,8 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx/7.22.5: - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + /@babel/plugin-syntax-jsx/7.23.3: + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3402,15 +3382,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.23.9: - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx/7.23.3_@babel+core@7.23.9: resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} @@ -3494,16 +3465,6 @@ packages: '@babel/core': 7.23.9 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.23.9: - resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - dev: true - /@babel/plugin-syntax-typescript/7.23.3_@babel+core@7.23.9: resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} engines: {node: '>=6.9.0'} @@ -3618,7 +3579,7 @@ packages: dependencies: '@babel/core': 7.23.9 '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.15 + '@babel/template': 7.23.9 /@babel/plugin-transform-destructuring/7.23.3_@babel+core@7.23.9: resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} @@ -3989,8 +3950,8 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.9 - '@babel/types': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3_@babel+core@7.23.9 + '@babel/types': 7.23.9 dev: true /@babel/plugin-transform-react-jsx/7.22.15: @@ -4002,8 +3963,8 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5 - '@babel/types': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3 + '@babel/types': 7.23.9 dev: false /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.23.9: @@ -4016,8 +3977,8 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.9 - '@babel/types': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3_@babel+core@7.23.9 + '@babel/types': 7.23.9 /@babel/plugin-transform-react-pure-annotations/7.22.5: resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} @@ -4296,7 +4257,7 @@ packages: dependencies: '@babel/core': 7.23.9 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 esutils: 2.0.3 /@babel/preset-react/7.18.6: @@ -4390,14 +4351,6 @@ packages: dependencies: regenerator-runtime: 0.13.11 - /@babel/template/7.22.15: - resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.5 - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 - /@babel/template/7.23.9: resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} engines: {node: '>=6.9.0'} @@ -4416,8 +4369,8 @@ packages: '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -4440,23 +4393,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types/7.23.0: - resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - dev: true - - /@babel/types/7.23.6: - resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - /@babel/types/7.23.9: resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} engines: {node: '>=6.9.0'} @@ -4816,20 +4752,20 @@ packages: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - /@jest/console/29.5.0: - resolution: {integrity: sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==} + /@jest/console/29.7.0: + resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 chalk: 4.1.2 - jest-message-util: 29.5.0 - jest-util: 29.5.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 slash: 3.0.0 dev: true - /@jest/core/29.5.0: - resolution: {integrity: sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==} + /@jest/core/29.7.0: + resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -4837,99 +4773,99 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.5.0 - '@jest/reporters': 29.5.0 - '@jest/test-result': 29.5.0 - '@jest/transform': 29.5.0 - '@jest/types': 29.5.0 + '@jest/console': 29.7.0 + '@jest/reporters': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 - jest-changed-files: 29.5.0 - jest-config: 29.5.0_@types+node@18.19.17 - jest-haste-map: 29.5.0 - jest-message-util: 29.5.0 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-resolve-dependencies: 29.5.0 - jest-runner: 29.5.0 - jest-runtime: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 - jest-watcher: 29.5.0 + jest-changed-files: 29.7.0 + jest-config: 29.7.0_@types+node@18.19.17 + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 micromatch: 4.0.5 - pretty-format: 29.5.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: + - babel-plugin-macros - supports-color - ts-node dev: true - /@jest/environment/29.5.0: - resolution: {integrity: sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==} + /@jest/environment/29.7.0: + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.5.0 - '@jest/types': 29.5.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 - jest-mock: 29.5.0 + jest-mock: 29.7.0 dev: true - /@jest/expect-utils/29.4.3: - resolution: {integrity: sha512-/6JWbkxHOP8EoS8jeeTd9dTfc9Uawi+43oLKHfp6zzux3U2hqOOVnV3ai4RpDYHOccL6g+5nrxpoc8DmJxtXVQ==} + /@jest/expect-utils/29.5.0: + resolution: {integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.4.3 - dev: false - /@jest/expect-utils/29.5.0: - resolution: {integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==} + /@jest/expect-utils/29.7.0: + resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.4.3 + jest-get-type: 29.6.3 dev: true - /@jest/expect/29.5.0: - resolution: {integrity: sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==} + /@jest/expect/29.7.0: + resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.5.0 - jest-snapshot: 29.5.0 + expect: 29.7.0 + jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/29.5.0: - resolution: {integrity: sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==} + /@jest/fake-timers/29.7.0: + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.0.2 '@types/node': 18.19.17 - jest-message-util: 29.5.0 - jest-mock: 29.5.0 - jest-util: 29.5.0 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 dev: true - /@jest/globals/29.5.0: - resolution: {integrity: sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==} + /@jest/globals/29.7.0: + resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.5.0 - '@jest/expect': 29.5.0 - '@jest/types': 29.5.0 - jest-mock: 29.5.0 + '@jest/environment': 29.7.0 + '@jest/expect': 29.7.0 + '@jest/types': 29.6.3 + jest-mock: 29.7.0 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/29.5.0: - resolution: {integrity: sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==} + /@jest/reporters/29.7.0: + resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -4938,10 +4874,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 29.5.0 - '@jest/test-result': 29.5.0 - '@jest/transform': 29.5.0 - '@jest/types': 29.5.0 + '@jest/console': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.22 '@types/node': 18.19.17 chalk: 4.1.2 @@ -4950,13 +4886,13 @@ packages: glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.1 + istanbul-lib-instrument: 6.0.2 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-message-util: 29.5.0 - jest-util: 29.5.0 - jest-worker: 29.5.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + jest-worker: 29.7.0 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -4971,8 +4907,15 @@ packages: dependencies: '@sinclair/typebox': 0.25.24 - /@jest/source-map/29.4.3: - resolution: {integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==} + /@jest/schemas/29.6.3: + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@sinclair/typebox': 0.27.8 + dev: true + + /@jest/source-map/29.6.3: + resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jridgewell/trace-mapping': 0.3.22 @@ -4980,23 +4923,23 @@ packages: graceful-fs: 4.2.11 dev: true - /@jest/test-result/29.5.0: - resolution: {integrity: sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==} + /@jest/test-result/29.7.0: + resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.5.0 - '@jest/types': 29.5.0 + '@jest/console': 29.7.0 + '@jest/types': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/29.5.0: - resolution: {integrity: sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==} + /@jest/test-sequencer/29.7.0: + resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.5.0 + '@jest/test-result': 29.7.0 graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 + jest-haste-map: 29.7.0 slash: 3.0.0 dev: true @@ -5023,21 +4966,21 @@ packages: - supports-color dev: true - /@jest/transform/29.5.0: - resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} + /@jest/transform/29.7.0: + resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.23.9 - '@jest/types': 29.5.0 - '@jridgewell/trace-mapping': 0.3.17 + '@jest/types': 29.6.3 + '@jridgewell/trace-mapping': 0.3.22 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-regex-util: 29.4.3 - jest-util: 29.5.0 + jest-haste-map: 29.7.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -5068,6 +5011,18 @@ packages: '@types/yargs': 17.0.22 chalk: 4.1.2 + /@jest/types/29.6.3: + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.6.3 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 18.19.17 + '@types/yargs': 17.0.22 + chalk: 4.1.2 + dev: true + /@jridgewell/gen-mapping/0.1.1: resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} engines: {node: '>=6.0.0'} @@ -5107,13 +5062,6 @@ packages: /@jridgewell/sourcemap-codec/1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping/0.3.17: - resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} - dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 - dev: true - /@jridgewell/trace-mapping/0.3.22: resolution: {integrity: sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==} dependencies: @@ -5457,6 +5405,10 @@ packages: /@sinclair/typebox/0.25.24: resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==} + /@sinclair/typebox/0.27.8: + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + dev: true + /@sindresorhus/is/4.6.0: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} @@ -7022,11 +6974,11 @@ packages: dependencies: '@babel/core': 7.23.9 '@babel/generator': 7.23.6 - '@babel/parser': 7.23.6 + '@babel/parser': 7.23.9 '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.9 '@babel/preset-env': 7.23.9_@babel+core@7.23.9 '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1_@babel+core@7.23.9 core-js: 3.29.0 @@ -7249,9 +7201,9 @@ packages: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: '@babel/generator': 7.23.6 - '@babel/parser': 7.23.6 + '@babel/parser': 7.23.9 '@babel/preset-env': 7.23.9_@babel+core@7.23.9 - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.191 js-string-escape: 1.0.1 @@ -7359,7 +7311,7 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.9.5 tslib: 2.5.0 typescript: 4.9.5 - webpack: 5.90.3_webpack-cli@5.1.4 + webpack: 5.90.3 transitivePeerDependencies: - supports-color @@ -7966,8 +7918,8 @@ packages: /@types/babel__core/7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.3 @@ -7976,20 +7928,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 dev: true /@types/babel__traverse/7.18.3: resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 dev: true /@types/body-parser/1.19.2: @@ -8152,19 +8104,11 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/jest/29.4.0: - resolution: {integrity: sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==} - dependencies: - expect: 29.4.3 - pretty-format: 29.4.3 - dev: false - - /@types/jest/29.5.2: - resolution: {integrity: sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==} + /@types/jest/29.5.12: + resolution: {integrity: sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==} dependencies: expect: 29.5.0 pretty-format: 29.5.0 - dev: true /@types/js-beautify/1.14.3: resolution: {integrity: sha512-FMbQHz+qd9DoGvgLHxeqqVPaNRffpIu5ZjozwV8hf9JAGpIOzuAf4wGbRSo8LNITHqGjmmVjaMggTT5P4v4IHg==} @@ -8225,10 +8169,6 @@ packages: /@types/node/16.18.13: resolution: {integrity: sha512-l0/3XZ153UTlNOnZK8xSNoJlQda9/WnYgiTdcKKPJSZjdjI9MU+A9oMXOesAWLSnqAaaJhj3qfQsU07Dr8OUwg==} - /@types/node/18.16.13: - resolution: {integrity: sha512-uZRomboV1vBL61EBXneL4j9/hEn+1Yqa4LQdpGrKmXFyJmVfWc9JV9+yb2AlnOnuaDnb2PDO3hC6/LKmzJxP1A==} - dev: true - /@types/node/18.17.13: resolution: {integrity: sha512-SlLPDDe6YQl1JnQQy4hgsuJeo5q5c1TBU4be4jeBLXsqpjoDbfb0HesSfhMwnaxfSJ4txtfzJzW5/x/43fkkfQ==} dev: true @@ -8256,10 +8196,6 @@ packages: '@types/express': 4.17.17 dev: true - /@types/prettier/2.7.2: - resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} - dev: true - /@types/pretty-hrtime/1.0.1: resolution: {integrity: sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==} @@ -8366,7 +8302,7 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 29.4.0 + '@types/jest': 29.5.12 dev: false /@types/through/0.0.30: @@ -8741,6 +8677,7 @@ packages: /abab/2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} + deprecated: Use your platform's native atob() and btoa() methods instead dev: true /abbrev/2.0.0: @@ -9379,19 +9316,19 @@ packages: babel-types: 6.26.0 dev: true - /babel-jest/29.5.0_@babel+core@7.23.9: - resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} + /babel-jest/29.7.0_@babel+core@7.23.9: + resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.23.9 - '@jest/transform': 29.5.0 + '@jest/transform': 29.7.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0_@babel+core@7.23.9 + babel-preset-jest: 29.6.3_@babel+core@7.23.9 chalk: 4.1.2 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color @@ -9474,12 +9411,12 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/29.5.0: - resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} + /babel-plugin-jest-hoist/29.6.3: + resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 '@types/babel__core': 7.20.0 '@types/babel__traverse': 7.18.3 dev: true @@ -9584,14 +9521,14 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.9 dev: true - /babel-preset-jest/29.5.0_@babel+core@7.23.9: - resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} + /babel-preset-jest/29.6.3_@babel+core@7.23.9: + resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.23.9 - babel-plugin-jest-hoist: 29.5.0 + babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.9 dev: true @@ -10807,6 +10744,25 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 + /create-jest/29.7.0: + resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0 + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + dev: true + /cross-spawn/6.0.5: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} engines: {node: '>=4.8'} @@ -10864,7 +10820,7 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 2.7.1 semver: 6.3.1 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /css-loader/5.2.7_webpack@5.90.3: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} @@ -11195,6 +11151,15 @@ packages: /dedent/0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} + /dedent/1.5.1: + resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==} + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true + dev: true + /deep-equal/2.2.0: resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} dependencies: @@ -11381,6 +11346,11 @@ packages: resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /diff-sequences/29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /diffie-hellman/5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: @@ -11435,6 +11405,7 @@ packages: /domexception/4.0.0: resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} engines: {node: '>=12'} + deprecated: Use your platform's native DOMException instead dependencies: webidl-conversions: 7.0.0 dev: true @@ -11876,7 +11847,7 @@ packages: engines: {node: '>=8.3.0'} dependencies: '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/types': 7.23.9 c8: 7.13.0 transitivePeerDependencies: - supports-color @@ -12019,17 +11990,6 @@ packages: dependencies: homedir-polyfill: 1.0.3 - /expect/29.4.3: - resolution: {integrity: sha512-uC05+Q7eXECFpgDrHdXA4k2rpMyStAYPItEDLyQDo5Ta7fVkJnNA/4zh/OIVkVVNZ1oOK1PipQoyNjuZ6sz6Dg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@jest/expect-utils': 29.4.3 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.4.3 - jest-message-util: 29.4.3 - jest-util: 29.4.3 - dev: false - /expect/29.5.0: resolution: {integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12039,6 +11999,16 @@ packages: jest-matcher-utils: 29.5.0 jest-message-util: 29.5.0 jest-util: 29.5.0 + + /expect/29.7.0: + resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/expect-utils': 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 dev: true /express/4.18.2: @@ -12269,7 +12239,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /file-system-cache/1.1.0: resolution: {integrity: sha512-IzF5MBq+5CR0jXx5RxPe4BICl/oEhBSXKaL9fLhAXrIfIUS77Hr4vzrYyqYMHN6uTt+BOqi3fDCTjjEBCjERKw==} @@ -12567,7 +12537,7 @@ packages: semver: 5.7.1 tapable: 1.1.3 typescript: 4.9.5 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color @@ -13108,10 +13078,6 @@ packages: resolution: {integrity: sha512-NOmPJxL8IYq1HSNHYKx9XY2LLTxuwb+IFASiGQO4sgJ8K7AG66SlSeqARrcetevV8zOf+i1z+MbJJ2O7//OxAw==} engines: {node: '>= 4.2.0'} - /graceful-fs/4.2.10: - resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} - dev: true - /graceful-fs/4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} @@ -13479,7 +13445,7 @@ packages: pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /html-webpack-plugin/5.5.0_webpack@5.90.3: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} @@ -14270,7 +14236,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.23.9 - '@babel/parser': 7.23.6 + '@babel/parser': 7.23.9 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -14278,6 +14244,19 @@ packages: - supports-color dev: true + /istanbul-lib-instrument/6.0.2: + resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==} + engines: {node: '>=10'} + dependencies: + '@babel/core': 7.23.9 + '@babel/parser': 7.23.9 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + dev: true + /istanbul-lib-report/3.0.0: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} @@ -14322,44 +14301,46 @@ packages: '@pkgjs/parseargs': 0.11.0 dev: false - /jest-changed-files/29.5.0: - resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==} + /jest-changed-files/29.7.0: + resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: execa: 5.1.1 + jest-util: 29.7.0 p-limit: 3.1.0 dev: true - /jest-circus/29.5.0: - resolution: {integrity: sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==} + /jest-circus/29.7.0: + resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.5.0 - '@jest/expect': 29.5.0 - '@jest/test-result': 29.5.0 - '@jest/types': 29.5.0 + '@jest/environment': 29.7.0 + '@jest/expect': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 chalk: 4.1.2 co: 4.6.0 - dedent: 0.7.0 + dedent: 1.5.1 is-generator-fn: 2.1.0 - jest-each: 29.5.0 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.5.0 - jest-runtime: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.5.0 + jest-each: 29.7.0 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 p-limit: 3.1.0 - pretty-format: 29.5.0 + pretty-format: 29.7.0 pure-rand: 6.0.0 slash: 3.0.0 stack-utils: 2.0.6 transitivePeerDependencies: + - babel-plugin-macros - supports-color dev: true - /jest-cli/29.5.0: - resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} + /jest-cli/29.7.0: + resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -14368,26 +14349,26 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.5.0 - '@jest/test-result': 29.5.0 - '@jest/types': 29.5.0 + '@jest/core': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 chalk: 4.1.2 + create-jest: 29.7.0 exit: 0.1.2 - graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 - prompts: 2.4.2 - yargs: 17.7.1 + jest-config: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + yargs: 17.7.2 transitivePeerDependencies: - '@types/node' + - babel-plugin-macros - supports-color - ts-node dev: true - /jest-config/29.5.0: - resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} + /jest-config/29.7.0: + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -14399,33 +14380,34 @@ packages: optional: true dependencies: '@babel/core': 7.23.9 - '@jest/test-sequencer': 29.5.0 - '@jest/types': 29.5.0 - babel-jest: 29.5.0_@babel+core@7.23.9 + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0_@babel+core@7.23.9 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.0 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 29.5.0 - jest-environment-node: 29.5.0 - jest-get-type: 29.4.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-runner: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.5.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: + - babel-plugin-macros - supports-color dev: true - /jest-config/29.5.0_@types+node@18.19.17: - resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} + /jest-config/29.7.0_@types+node@18.19.17: + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -14437,72 +14419,72 @@ packages: optional: true dependencies: '@babel/core': 7.23.9 - '@jest/test-sequencer': 29.5.0 - '@jest/types': 29.5.0 + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 - babel-jest: 29.5.0_@babel+core@7.23.9 + babel-jest: 29.7.0_@babel+core@7.23.9 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.0 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 29.5.0 - jest-environment-node: 29.5.0 - jest-get-type: 29.4.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-runner: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.5.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: + - babel-plugin-macros - supports-color dev: true - /jest-diff/29.4.3: - resolution: {integrity: sha512-YB+ocenx7FZ3T5O9lMVMeLYV4265socJKtkwgk/6YUz/VsEzYDkiMuMhWzZmxm3wDRQvayJu/PjkjjSkjoHsCA==} + /jest-diff/29.5.0: + resolution: {integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 diff-sequences: 29.4.3 jest-get-type: 29.4.3 - pretty-format: 29.4.3 - dev: false + pretty-format: 29.5.0 - /jest-diff/29.5.0: - resolution: {integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==} + /jest-diff/29.7.0: + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 29.4.3 - jest-get-type: 29.4.3 - pretty-format: 29.5.0 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 dev: true - /jest-docblock/29.4.3: - resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} + /jest-docblock/29.7.0: + resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/29.5.0: - resolution: {integrity: sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==} + /jest-each/29.7.0: + resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 chalk: 4.1.2 - jest-get-type: 29.4.3 - jest-util: 29.5.0 - pretty-format: 29.5.0 + jest-get-type: 29.6.3 + jest-util: 29.7.0 + pretty-format: 29.7.0 dev: true - /jest-environment-jsdom/29.5.0: - resolution: {integrity: sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw==} + /jest-environment-jsdom/29.7.0: + resolution: {integrity: sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: canvas: ^2.5.0 @@ -14510,13 +14492,13 @@ packages: canvas: optional: true dependencies: - '@jest/environment': 29.5.0 - '@jest/fake-timers': 29.5.0 - '@jest/types': 29.5.0 + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 18.16.13 - jest-mock: 29.5.0 - jest-util: 29.5.0 + '@types/node': 18.19.17 + jest-mock: 29.7.0 + jest-util: 29.7.0 jsdom: 20.0.3 transitivePeerDependencies: - bufferutil @@ -14524,22 +14506,27 @@ packages: - utf-8-validate dev: true - /jest-environment-node/29.5.0: - resolution: {integrity: sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==} + /jest-environment-node/29.7.0: + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.5.0 - '@jest/fake-timers': 29.5.0 - '@jest/types': 29.5.0 + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 - jest-mock: 29.5.0 - jest-util: 29.5.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 dev: true /jest-get-type/29.4.3: resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /jest-get-type/29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /jest-haste-map/26.6.2: resolution: {integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==} engines: {node: '>= 10.14.2'} @@ -14563,43 +14550,33 @@ packages: - supports-color dev: true - /jest-haste-map/29.5.0: - resolution: {integrity: sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==} + /jest-haste-map/29.7.0: + resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.6 '@types/node': 18.19.17 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 - jest-regex-util: 29.4.3 - jest-util: 29.5.0 - jest-worker: 29.5.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + jest-worker: 29.7.0 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.3 dev: true - /jest-leak-detector/29.5.0: - resolution: {integrity: sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==} + /jest-leak-detector/29.7.0: + resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.4.3 - pretty-format: 29.5.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 dev: true - /jest-matcher-utils/29.4.3: - resolution: {integrity: sha512-TTciiXEONycZ03h6R6pYiZlSkvYgT0l8aa49z/DLSGYjex4orMUcafuLXYyyEDWB1RKglq00jzwY00Ei7yFNVg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - chalk: 4.1.2 - jest-diff: 29.4.3 - jest-get-type: 29.4.3 - pretty-format: 29.4.3 - dev: false - /jest-matcher-utils/29.5.0: resolution: {integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -14608,10 +14585,19 @@ packages: jest-diff: 29.5.0 jest-get-type: 29.4.3 pretty-format: 29.5.0 + + /jest-matcher-utils/29.7.0: + resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 dev: true - /jest-message-util/29.4.3: - resolution: {integrity: sha512-1Y8Zd4ZCN7o/QnWdMmT76If8LuDv23Z1DRovBj/vcSFNlGCJGoO8D1nJDw1AdyAGUk0myDLFGN5RbNeJyCRGCw==} + /jest-message-util/29.5.0: + resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.23.5 @@ -14620,36 +14606,35 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.4.3 + pretty-format: 29.5.0 slash: 3.0.0 stack-utils: 2.0.6 - dev: false - /jest-message-util/29.5.0: - resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} + /jest-message-util/29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.23.5 - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.5.0 + pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 dev: true - /jest-mock/29.5.0: - resolution: {integrity: sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==} + /jest-mock/29.7.0: + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 - jest-util: 29.5.0 + jest-util: 29.7.0 dev: true - /jest-pnp-resolver/1.2.3_jest-resolve@29.5.0: + /jest-pnp-resolver/1.2.3_jest-resolve@29.7.0: resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -14658,7 +14643,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.5.0 + jest-resolve: 29.7.0 dev: true /jest-regex-util/26.0.0: @@ -14666,89 +14651,89 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-regex-util/29.4.3: - resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} + /jest-regex-util/29.6.3: + resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/29.5.0: - resolution: {integrity: sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==} + /jest-resolve-dependencies/29.7.0: + resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-regex-util: 29.4.3 - jest-snapshot: 29.5.0 + jest-regex-util: 29.6.3 + jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/29.5.0: - resolution: {integrity: sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==} + /jest-resolve/29.7.0: + resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-pnp-resolver: 1.2.3_jest-resolve@29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 + jest-haste-map: 29.7.0 + jest-pnp-resolver: 1.2.3_jest-resolve@29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 resolve: 1.22.8 resolve.exports: 2.0.0 slash: 3.0.0 dev: true - /jest-runner/29.5.0: - resolution: {integrity: sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==} + /jest-runner/29.7.0: + resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.5.0 - '@jest/environment': 29.5.0 - '@jest/test-result': 29.5.0 - '@jest/transform': 29.5.0 - '@jest/types': 29.5.0 + '@jest/console': 29.7.0 + '@jest/environment': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 - jest-docblock: 29.4.3 - jest-environment-node: 29.5.0 - jest-haste-map: 29.5.0 - jest-leak-detector: 29.5.0 - jest-message-util: 29.5.0 - jest-resolve: 29.5.0 - jest-runtime: 29.5.0 - jest-util: 29.5.0 - jest-watcher: 29.5.0 - jest-worker: 29.5.0 + jest-docblock: 29.7.0 + jest-environment-node: 29.7.0 + jest-haste-map: 29.7.0 + jest-leak-detector: 29.7.0 + jest-message-util: 29.7.0 + jest-resolve: 29.7.0 + jest-runtime: 29.7.0 + jest-util: 29.7.0 + jest-watcher: 29.7.0 + jest-worker: 29.7.0 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/29.5.0: - resolution: {integrity: sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==} + /jest-runtime/29.7.0: + resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.5.0 - '@jest/fake-timers': 29.5.0 - '@jest/globals': 29.5.0 - '@jest/source-map': 29.4.3 - '@jest/test-result': 29.5.0 - '@jest/transform': 29.5.0 - '@jest/types': 29.5.0 + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/globals': 29.7.0 + '@jest/source-map': 29.6.3 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-message-util: 29.5.0 - jest-mock: 29.5.0 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.5.0 + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -14763,32 +14748,29 @@ packages: graceful-fs: 4.2.11 dev: true - /jest-snapshot/29.5.0: - resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} + /jest-snapshot/29.7.0: + resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.23.9 '@babel/generator': 7.23.6 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.9 - '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.9 - '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 - '@jest/expect-utils': 29.5.0 - '@jest/transform': 29.5.0 - '@jest/types': 29.5.0 - '@types/babel__traverse': 7.18.3 - '@types/prettier': 2.7.2 + '@babel/plugin-syntax-jsx': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-syntax-typescript': 7.23.3_@babel+core@7.23.9 + '@babel/types': 7.23.9 + '@jest/expect-utils': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.9 chalk: 4.1.2 - expect: 29.5.0 + expect: 29.7.0 graceful-fs: 4.2.11 - jest-diff: 29.5.0 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.5.0 - jest-util: 29.5.0 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 natural-compare: 1.4.0 - pretty-format: 29.5.0 + pretty-format: 29.7.0 semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -14806,8 +14788,8 @@ packages: micromatch: 4.0.5 dev: true - /jest-util/29.4.3: - resolution: {integrity: sha512-ToSGORAz4SSSoqxDSylWX8JzkOQR7zoBtNRsA7e+1WUX5F8jrOwaNpuh1YfJHJKDHXLHmObv5eOjejUd+/Ws+Q==} + /jest-util/29.5.0: + resolution: {integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 @@ -14816,13 +14798,12 @@ packages: ci-info: 3.8.0 graceful-fs: 4.2.11 picomatch: 2.3.1 - dev: false - /jest-util/29.5.0: - resolution: {integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==} + /jest-util/29.7.0: + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 chalk: 4.1.2 ci-info: 3.8.0 @@ -14830,29 +14811,29 @@ packages: picomatch: 2.3.1 dev: true - /jest-validate/29.5.0: - resolution: {integrity: sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==} + /jest-validate/29.7.0: + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.5.0 + '@jest/types': 29.6.3 camelcase: 6.3.0 chalk: 4.1.2 - jest-get-type: 29.4.3 + jest-get-type: 29.6.3 leven: 3.1.0 - pretty-format: 29.5.0 + pretty-format: 29.7.0 dev: true - /jest-watcher/29.5.0: - resolution: {integrity: sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==} + /jest-watcher/29.7.0: + resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.5.0 - '@jest/types': 29.5.0 + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.19.17 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 29.5.0 + jest-util: 29.7.0 string-length: 4.0.2 dev: true @@ -14872,18 +14853,18 @@ packages: merge-stream: 2.0.0 supports-color: 8.1.1 - /jest-worker/29.5.0: - resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==} + /jest-worker/29.7.0: + resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@types/node': 18.19.17 - jest-util: 29.5.0 + jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/29.5.0: - resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} + /jest/29.7.0: + resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -14892,12 +14873,13 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.5.0 - '@jest/types': 29.5.0 + '@jest/core': 29.7.0 + '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.5.0 + jest-cli: 29.7.0 transitivePeerDependencies: - '@types/node' + - babel-plugin-macros - supports-color - ts-node dev: true @@ -16920,7 +16902,7 @@ packages: postcss: 7.0.39 schema-utils: 3.3.0 semver: 7.5.4 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /postcss-modules-extract-imports/2.0.0: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} @@ -17108,20 +17090,19 @@ packages: react-is: 17.0.2 dev: false - /pretty-format/29.4.3: - resolution: {integrity: sha512-cvpcHTc42lcsvOOAzd3XuNWTcvk1Jmnzqeu+WsOuiPmxUJTnkbAcFNsRKvEpBEUFVUgy/GTZLulZDcDEi+CIlA==} + /pretty-format/29.5.0: + resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.4.3 ansi-styles: 5.2.0 react-is: 18.2.0 - dev: false - /pretty-format/29.5.0: - resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==} + /pretty-format/29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.4.3 + '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.2.0 dev: true @@ -17386,7 +17367,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /react-docgen-typescript/2.2.2: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} @@ -19057,7 +19038,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /style-loader/2.0.0_webpack@5.90.3: resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} @@ -19236,7 +19217,7 @@ packages: serialize-javascript: 5.0.1 source-map: 0.6.1 terser: 5.27.1 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 webpack-sources: 1.4.3 transitivePeerDependencies: - bluebird @@ -19522,9 +19503,9 @@ packages: tslib: 2.5.0 dev: true - /ts-jest/29.1.0_2i32d7in62azdv4buyebjqbxrq: - resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /ts-jest/29.1.2_67xnt3v64q2pgz6kguni4h37hu: + resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} + engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -19543,23 +19524,21 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.23.9 - babel-jest: 29.5.0_@babel+core@7.23.9 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.5.0 + jest: 29.7.0 jest-util: 29.5.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.8 + semver: 7.5.4 typescript: 4.9.5 yargs-parser: 21.1.1 dev: true - /ts-jest/29.1.0_doipufordlnvh5g4adbwayvyvy: - resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /ts-jest/29.1.2_ulm7w6apx7onkhuwf5yxyyhl7u: + resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} + engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -19578,14 +19557,16 @@ packages: esbuild: optional: true dependencies: + '@babel/core': 7.23.9 + babel-jest: 29.7.0_@babel+core@7.23.9 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.5.0 + jest: 29.7.0 jest-util: 29.5.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.8 + semver: 7.5.4 typescript: 4.9.5 yargs-parser: 21.1.1 dev: true @@ -19899,7 +19880,7 @@ packages: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /url-parse/1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} @@ -20205,7 +20186,7 @@ packages: mime: 2.6.0 mkdirp: 0.5.6 range-parser: 1.2.1 - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 webpack-log: 2.0.0 /webpack-dev-middleware/4.3.0_webpack@5.90.3: @@ -20246,7 +20227,7 @@ packages: peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 dependencies: - webpack: 4.46.0_webpack-cli@5.1.4 + webpack: 4.46.0 /webpack-hot-middleware/2.26.1: resolution: {integrity: sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==} @@ -20351,7 +20332,6 @@ packages: webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color - dev: false /webpack/4.46.0_webpack-cli@5.1.4: resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} @@ -20723,19 +20703,6 @@ packages: y18n: 5.0.8 yargs-parser: 20.2.9 - /yargs/17.7.1: - resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} - engines: {node: '>=12'} - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - dev: true - /yargs/17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'}