diff --git a/dotcom-rendering/package.json b/dotcom-rendering/package.json index 4f7fb0878f0..6b74eb13c98 100644 --- a/dotcom-rendering/package.json +++ b/dotcom-rendering/package.json @@ -26,23 +26,23 @@ "@emotion/cache": "11.14.0", "@emotion/react": "11.14.0", "@emotion/server": "11.11.0", - "@guardian/ab-core": "8.0.0", + "@guardian/ab-core": "9.0.0", "@guardian/ab-testing-config": "workspace:ab-testing-config", "@guardian/braze-components": "22.2.0", "@guardian/bridget": "8.7.0", "@guardian/browserslist-config": "6.1.0", "@guardian/cdk": "62.0.1", - "@guardian/commercial-core": "29.0.0", - "@guardian/core-web-vitals": "7.0.0", + "@guardian/commercial-core": "30.2.0", + "@guardian/core-web-vitals": "16.0.0", "@guardian/eslint-config-typescript": "12.0.0", - "@guardian/identity-auth": "6.0.1", - "@guardian/identity-auth-frontend": "8.1.0", + "@guardian/identity-auth": "12.0.0", + "@guardian/identity-auth-frontend": "14.0.0", "@guardian/libs": "27.1.0", "@guardian/ophan-tracker-js": "2.8.0", - "@guardian/react-crossword": "11.1.0", + "@guardian/react-crossword": "13.0.0", "@guardian/shimport": "1.0.2", - "@guardian/source": "11.3.0", - "@guardian/source-development-kitchen": "18.1.1", + "@guardian/source": "12.2.0", + "@guardian/source-development-kitchen": "23.0.0", "@guardian/support-dotcom-components": "8.3.1", "@guardian/tsconfig": "0.2.0", "@playwright/test": "1.58.0", @@ -151,10 +151,10 @@ "trusted-types": "2.0.0", "ts-loader": "9.5.4", "ts-unused-exports": "10.1.0", - "tslib": "2.6.2", + "tslib": "2.8.1", "tsx": "4.6.2", "type-fest": "4.21.0", - "typescript": "5.5.3", + "typescript": "5.9.3", "typescript-json-schema": "0.64.0", "unified": "11.0.5", "valibot": "0.28.1", diff --git a/dotcom-rendering/scripts/jest/setup.ts b/dotcom-rendering/scripts/jest/setup.ts index e5f3637ca9e..5b270243325 100644 --- a/dotcom-rendering/scripts/jest/setup.ts +++ b/dotcom-rendering/scripts/jest/setup.ts @@ -107,7 +107,7 @@ if (!isServer) { * DOM and NodeJS versions of `TextDecoder`. This affect the running of the application and * allows us to update jsdom. */ -global.TextEncoder = TextEncoder; +global.TextEncoder = TextEncoder as unknown as typeof global.TextEncoder; global.TextDecoder = TextDecoder as unknown as typeof global.TextDecoder; // Mocks the version number used by CDK, we don't want our tests to fail every time we update our cdk dependency. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 52b2b946000..f475b09c071 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -296,59 +296,59 @@ importers: specifier: 11.11.0 version: 11.11.0 '@guardian/ab-core': - specifier: 8.0.0 - version: 8.0.0(tslib@2.6.2)(typescript@5.5.3) + specifier: 9.0.0 + version: 9.0.0(tslib@2.8.1)(typescript@5.9.3) '@guardian/ab-testing-config': specifier: workspace:ab-testing-config version: link:../ab-testing/config '@guardian/braze-components': specifier: 22.2.0 - version: 22.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3))(react@18.3.1) + version: 22.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3))(react@18.3.1) '@guardian/bridget': specifier: 8.7.0 version: 8.7.0 '@guardian/browserslist-config': specifier: 6.1.0 - version: 6.1.0(browserslist@4.24.4)(tslib@2.6.2) + version: 6.1.0(browserslist@4.24.4)(tslib@2.8.1) '@guardian/cdk': specifier: 62.0.1 version: 62.0.1(aws-cdk-lib@2.220.0(constructs@10.4.2))(aws-cdk@2.1030.0)(constructs@10.4.2) '@guardian/commercial-core': - specifier: 29.0.0 - version: 29.0.0(@guardian/ab-core@8.0.0(tslib@2.6.2)(typescript@5.5.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3)) + specifier: 30.2.0 + version: 30.2.0(@guardian/ab-core@9.0.0(tslib@2.8.1)(typescript@5.9.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3)) '@guardian/core-web-vitals': - specifier: 7.0.0 - version: 7.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3)(web-vitals@4.2.3) + specifier: 16.0.0 + version: 16.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3)(web-vitals@4.2.3) '@guardian/eslint-config-typescript': specifier: 12.0.0 - version: 12.0.0(eslint@8.57.1)(tslib@2.6.2)(typescript@5.5.3) + version: 12.0.0(eslint@8.57.1)(tslib@2.8.1)(typescript@5.9.3) '@guardian/identity-auth': - specifier: 6.0.1 - version: 6.0.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3) + specifier: 12.0.0 + version: 12.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) '@guardian/identity-auth-frontend': - specifier: 8.1.0 - version: 8.1.0(@guardian/identity-auth@6.0.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3) + specifier: 14.0.0 + version: 14.0.0(@guardian/identity-auth@12.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) '@guardian/libs': specifier: 27.1.0 - version: 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) + version: 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) '@guardian/ophan-tracker-js': specifier: 2.8.0 version: 2.8.0 '@guardian/react-crossword': - specifier: 11.1.0 - version: 11.1.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3) + specifier: 13.0.0 + version: 13.0.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3) '@guardian/shimport': specifier: 1.0.2 version: 1.0.2 '@guardian/source': - specifier: 11.3.0 - version: 11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3) + specifier: 12.2.0 + version: 12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3) '@guardian/source-development-kitchen': - specifier: 18.1.1 - version: 18.1.1(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3) + specifier: 23.0.0 + version: 23.0.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3) '@guardian/support-dotcom-components': specifier: 8.3.1 - version: 8.3.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/ophan-tracker-js@2.8.0)(zod@4.1.12) + version: 8.3.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/ophan-tracker-js@2.8.0)(zod@4.1.12) '@guardian/tsconfig': specifier: 0.2.0 version: 0.2.0 @@ -369,10 +369,10 @@ importers: version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.104.1) '@storybook/react-webpack5': specifier: 10.1.10 - version: 10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1) + version: 10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1) '@svgr/webpack': specifier: 8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.9.3) '@swc/cli': specifier: 0.7.8 version: 0.7.8(@swc/core@1.13.5)(chokidar@4.0.3) @@ -537,7 +537,7 @@ importers: version: 6.7.1(eslint@8.57.1) eslint-plugin-jsx-expressions: specifier: 1.3.1 - version: 1.3.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) + version: 1.3.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) eslint-plugin-mocha: specifier: 10.1.0 version: 10.1.0(eslint@8.57.1) @@ -552,7 +552,7 @@ importers: version: 1.3.0(eslint@8.57.1) eslint-plugin-storybook: specifier: 10.1.10 - version: 10.1.10(eslint@8.57.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3) + version: 10.1.10(eslint@8.57.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) eslint-plugin-unicorn: specifier: 48.0.1 version: 48.0.1(eslint@8.57.1) @@ -576,7 +576,7 @@ importers: version: 3.1.1 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + version: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) jest-environment-jsdom: specifier: 29.7.0 version: 29.7.0 @@ -648,10 +648,10 @@ importers: version: 10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) stylelint: specifier: 16.5.0 - version: 16.5.0(typescript@5.5.3) + version: 16.5.0(typescript@5.9.3) stylelint-config-recommended: specifier: 14.0.0 - version: 14.0.0(stylelint@16.5.0(typescript@5.5.3)) + version: 14.0.0(stylelint@16.5.0(typescript@5.9.3)) swc-loader: specifier: 0.2.6 version: 0.2.6(@swc/core@1.13.5)(webpack@5.104.1) @@ -666,13 +666,13 @@ importers: version: 2.0.0 ts-loader: specifier: 9.5.4 - version: 9.5.4(typescript@5.5.3)(webpack@5.104.1) + version: 9.5.4(typescript@5.9.3)(webpack@5.104.1) ts-unused-exports: specifier: 10.1.0 - version: 10.1.0(typescript@5.5.3) + version: 10.1.0(typescript@5.9.3) tslib: - specifier: 2.6.2 - version: 2.6.2 + specifier: 2.8.1 + version: 2.8.1 tsx: specifier: 4.6.2 version: 4.6.2 @@ -680,8 +680,8 @@ importers: specifier: 4.21.0 version: 4.21.0 typescript: - specifier: 5.5.3 - version: 5.5.3 + specifier: 5.9.3 + version: 5.9.3 typescript-json-schema: specifier: 0.64.0 version: 0.64.0(@swc/core@1.13.5) @@ -2535,11 +2535,11 @@ packages: resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@guardian/ab-core@8.0.0': - resolution: {integrity: sha512-I6KV03kROJPnU7FdRbqkmEAzsTDMMK/bgnB7rbL/qht8+hrK9y52ySFSJF5WX0zPX/9MoMRyAgmf+wBWOeogBA==} + '@guardian/ab-core@9.0.0': + resolution: {integrity: sha512-3xzDd8+VMpsJiDiVnSpANcvqOaouTJwi+FGepoajEvPBzfDJqhv3rp2pIFdlMEEA3SXt8ejJ5RMtuvSFAt0rtQ==} peerDependencies: - tslib: ^2.6.2 - typescript: ~5.5.2 + tslib: ^2.8.1 + typescript: ~5.9.3 peerDependenciesMeta: typescript: optional: true @@ -2570,18 +2570,18 @@ packages: aws-cdk-lib: ^2.219.0 constructs: ^10.4.2 - '@guardian/commercial-core@29.0.0': - resolution: {integrity: sha512-qBPxH7xp8JrJ2rDLaLqSFJ/mwHeV9iL9+z4Yr9bRdC97Xf4ri2D8WpKweFs2dabPxEBKWT9IHse1OZgLE1t03Q==} + '@guardian/commercial-core@30.2.0': + resolution: {integrity: sha512-ekP4QI67bQDOiSbZXTzgAxFUTaWYlrcI43o+kFtb7ztcREoZGNHzwq6ZYXpcS9idvOcza3LezuxSVAbmNajC+A==} peerDependencies: - '@guardian/ab-core': ^8.0.1 - '@guardian/libs': ^26.0.0 + '@guardian/ab-core': ^9.0.0 + '@guardian/libs': ^27.0.0 - '@guardian/core-web-vitals@7.0.0': - resolution: {integrity: sha512-1JLUQjkLY8SXYJqcy0TiE9/9hCcmyIlmMpRoW8Ygn/qGtyNxG+zzwkwsgtJIP+B0ZjtDqfukra2IV9l7wX5A0g==} + '@guardian/core-web-vitals@16.0.0': + resolution: {integrity: sha512-vfxSdTDnczsok7k5+qA7JoNRc3UZ4IdUMqXhxiNRVOj6GTogM/922cYq6mmJRcQDzjdNWg4jIS7ZRBV7kHSyDw==} peerDependencies: - '@guardian/libs': ^18.0.0 - tslib: ^2.6.2 - typescript: ~5.5.2 + '@guardian/libs': ^27.0.0 + tslib: ^2.8.1 + typescript: ~5.9.3 web-vitals: ^4.2.1 peerDependenciesMeta: typescript: @@ -2605,23 +2605,23 @@ packages: eslint: ^8.57.0 tslib: ^2.6.2 - '@guardian/identity-auth-frontend@8.1.0': - resolution: {integrity: sha512-2GzIsUBp8uiP+fRsKUpMrqJYSqokUCDo4q9WByi143CN0LRRWj2tVt23Y/+cZxWUuwDfRBxp1qbRnsy4QSMVLQ==} + '@guardian/identity-auth-frontend@14.0.0': + resolution: {integrity: sha512-ZaRJrOKier89ot20Gw3mUMN5F76knNJWAFRYh4UZDprn53QrRF0Q6MjQAPnBMxMqAHfiX/Fhp9PxdXKjfbwqvg==} peerDependencies: - '@guardian/identity-auth': ^6.0.0 - '@guardian/libs': ^21.0.0 - tslib: ^2.6.2 - typescript: ~5.5.2 + '@guardian/identity-auth': ^12.0.0 + '@guardian/libs': ^27.0.0 + tslib: ^2.8.1 + typescript: ~5.9.3 peerDependenciesMeta: typescript: optional: true - '@guardian/identity-auth@6.0.1': - resolution: {integrity: sha512-x6X7/+0w2ZLYZERUbkO69AjHJ7Jq2IDA5UJP8SrQPhJoTlSxKAl+13w77TcVX75IK7L8KldZscHMfOW1tSnq9g==} + '@guardian/identity-auth@12.0.0': + resolution: {integrity: sha512-PE6R7dfrceFPFEaWnW2ijjjuHbkdZ85/NjL6tP+hpb4OMGj9kyM12+JgKJWg56DZ70S/iU542HS3Z+ST6yTPeA==} peerDependencies: - '@guardian/libs': ^21.0.0 - tslib: ^2.6.2 - typescript: ~5.5.2 + '@guardian/libs': ^27.0.0 + tslib: ^2.8.1 + typescript: ~5.9.3 peerDependenciesMeta: typescript: optional: true @@ -2646,15 +2646,15 @@ packages: prettier: ^3.0.0 tslib: ^2.5.3 - '@guardian/react-crossword@11.1.0': - resolution: {integrity: sha512-GfkyqCHCajiyuMdK8s/s8TH+LhADTcJeIXFEqbesCYp0wQO/DdTR27tRtaFhKqVRCgzRIKFyxd68HcAy+Z7eBQ==} + '@guardian/react-crossword@13.0.0': + resolution: {integrity: sha512-FyVIyRbeABI0NhJ6MzKJdfEfXuhVwkG9kgGNOdQwBJ69YVXk8l+i5MZ5WF+rV9/3ISZUFvd7nfl/AjmGf3f85Q==} peerDependencies: '@emotion/react': ^11.11.4 - '@guardian/libs': ^26.0.0 - '@guardian/source': ^11.0.0 + '@guardian/libs': ^27.0.0 + '@guardian/source': ^12.0.0 '@types/react': ^18.2.79 react: ^18.2.0 - typescript: ~5.5.2 + typescript: ~5.9.3 peerDependenciesMeta: '@types/react': optional: true @@ -2664,16 +2664,16 @@ packages: '@guardian/shimport@1.0.2': resolution: {integrity: sha512-o35TxvMFfpQTGL6flW0ggIfU4tPlXp0PqY9vPL2Fx+68qy+s+uX4T0+dN3+JeoBad9QrRZoHfZPALvZlrRWfHw==} - '@guardian/source-development-kitchen@18.1.1': - resolution: {integrity: sha512-wuMULnVjValyEz6YjrOPt054tXJkutkAbPdeV/KQHoSCSjAJnd0Cp3SZeoVog77HE/iZ0mnKaiVkK+QXpRVtCQ==} + '@guardian/source-development-kitchen@23.0.0': + resolution: {integrity: sha512-CRODdBBXNmJyMPkHX1ZyYUEYoXAuvQUa+Gia1DlNe5nGO5DwTVy7vQUHf4JGf8FE1AGZlqXDyLPqRpumgBb9CA==} peerDependencies: '@emotion/react': ^11.11.4 - '@guardian/libs': ^22.0.0 - '@guardian/source': ^10.0.0 + '@guardian/libs': ^27.0.0 + '@guardian/source': ^12.0.0 '@types/react': ^18.2.79 react: ^18.2.0 - tslib: ^2.6.2 - typescript: ~5.5.2 + tslib: ^2.8.1 + typescript: ~5.9.3 peerDependenciesMeta: '@emotion/react': optional: true @@ -2684,14 +2684,14 @@ packages: typescript: optional: true - '@guardian/source@11.3.0': - resolution: {integrity: sha512-J8KDoa/dZ926zkx1LdmoGo5i83znqjGDYuyOOc/UBcfH8dKbXDBmi4tvg8Xbl7/C4jSJpgG1JkjRHyzDarcAjg==} + '@guardian/source@12.2.0': + resolution: {integrity: sha512-+D7X1iR2QxFZI+ag43FljR3WIYTxur+HSfEnXnAg8XdMhGPfJWE/XsedYWH71f4YYEbCcaDbVos5sHXJUykIxQ==} peerDependencies: '@emotion/react': ^11.11.4 '@types/react': ^18.2.79 react: ^18.2.0 - tslib: ^2.6.2 - typescript: ~5.5.2 + tslib: ^2.8.1 + typescript: ~5.9.3 peerDependenciesMeta: '@emotion/react': optional: true @@ -4276,8 +4276,8 @@ packages: '@types/express@5.0.6': resolution: {integrity: sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==} - '@types/googletag@3.3.0': - resolution: {integrity: sha512-9qQzN/lgjEbj+69S6uYSijZHxlSFA5K+t19x0qqwW13r0fD3xQsBJFrDWyIDOk0zlh7+IVkoIPAZYP9hk13d0w==} + '@types/google-publisher-tag@1.20251117.0': + resolution: {integrity: sha512-pcqhkSnj0zUj0JzaNF93c9bTVzRLvSht9bMPXcE3l+C3tZmqNwHdvuzsdVWYqrpajSmKo6i/09BylJWoei4q6A==} '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} @@ -10041,13 +10041,13 @@ snapshots: dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.957.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-crypto/crc32c@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.957.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-crypto/sha1-browser@5.2.0': dependencies: @@ -10056,7 +10056,7 @@ snapshots: '@aws-sdk/types': 3.957.0 '@aws-sdk/util-locate-window': 3.465.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-crypto/sha256-browser@5.2.0': dependencies: @@ -10066,23 +10066,23 @@ snapshots: '@aws-sdk/types': 3.609.0 '@aws-sdk/util-locate-window': 3.465.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-crypto/sha256-js@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.930.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-crypto/supports-web-crypto@5.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@aws-crypto/util@5.2.0': dependencies: '@aws-sdk/types': 3.957.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/client-cloudwatch@3.981.0': dependencies: @@ -10126,7 +10126,7 @@ snapshots: '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 '@smithy/util-waiter': 4.2.8 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10170,7 +10170,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10214,7 +10214,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10261,7 +10261,7 @@ snapshots: '@smithy/util-utf8': 4.2.0 '@smithy/util-waiter': 4.2.8 '@types/uuid': 9.0.8 - tslib: 2.6.2 + tslib: 2.8.1 uuid: 9.0.1 transitivePeerDependencies: - aws-crt @@ -10520,7 +10520,7 @@ snapshots: '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 '@smithy/util-waiter': 4.2.8 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10565,7 +10565,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10608,7 +10608,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10651,7 +10651,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10694,7 +10694,7 @@ snapshots: '@smithy/util-middleware': 4.2.7 '@smithy/util-retry': 4.2.7 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10737,7 +10737,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10782,7 +10782,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10796,7 +10796,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 fast-xml-parser: 4.4.1 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/core@3.840.0': dependencies: @@ -10814,7 +10814,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-utf8': 4.2.0 fast-xml-parser: 4.4.1 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/core@3.931.0': dependencies: @@ -10830,7 +10830,7 @@ snapshots: '@smithy/util-base64': 4.3.0 '@smithy/util-middleware': 4.2.5 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/core@3.973.5': dependencies: @@ -10846,12 +10846,12 @@ snapshots: '@smithy/util-base64': 4.3.0 '@smithy/util-middleware': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/crc64-nvme@3.972.0': dependencies: '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-cognito-identity@3.972.3': dependencies: @@ -10859,7 +10859,7 @@ snapshots: '@aws-sdk/types': 3.973.1 '@smithy/property-provider': 4.2.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10868,7 +10868,7 @@ snapshots: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-env@3.840.0': dependencies: @@ -10876,7 +10876,7 @@ snapshots: '@aws-sdk/types': 3.840.0 '@smithy/property-provider': 4.2.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-env@3.931.0': dependencies: @@ -10884,7 +10884,7 @@ snapshots: '@aws-sdk/types': 3.930.0 '@smithy/property-provider': 4.2.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-env@3.972.3': dependencies: @@ -10892,7 +10892,7 @@ snapshots: '@aws-sdk/types': 3.973.1 '@smithy/property-provider': 4.2.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-http@3.621.0': dependencies: @@ -10904,7 +10904,7 @@ snapshots: '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/util-stream': 3.1.3 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-http@3.840.0': dependencies: @@ -10917,7 +10917,7 @@ snapshots: '@smithy/smithy-client': 4.11.2 '@smithy/types': 4.12.0 '@smithy/util-stream': 4.5.11 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-http@3.931.0': dependencies: @@ -10930,7 +10930,7 @@ snapshots: '@smithy/smithy-client': 4.10.2 '@smithy/types': 4.11.0 '@smithy/util-stream': 4.5.8 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-http@3.972.5': dependencies: @@ -10943,7 +10943,7 @@ snapshots: '@smithy/smithy-client': 4.11.2 '@smithy/types': 4.12.0 '@smithy/util-stream': 4.5.11 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-ini@3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0)': dependencies: @@ -10958,7 +10958,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -10977,7 +10977,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -10995,7 +10995,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11014,7 +11014,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11027,7 +11027,7 @@ snapshots: '@smithy/protocol-http': 5.3.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11044,7 +11044,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - '@aws-sdk/client-sts' @@ -11063,7 +11063,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11080,7 +11080,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.0 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11097,7 +11097,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11107,7 +11107,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-process@3.840.0': dependencies: @@ -11116,7 +11116,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-process@3.931.0': dependencies: @@ -11125,7 +11125,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-process@3.972.3': dependencies: @@ -11134,7 +11134,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-sso@3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))': dependencies: @@ -11144,7 +11144,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -11158,7 +11158,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11171,7 +11171,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11184,7 +11184,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11194,7 +11194,7 @@ snapshots: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/credential-provider-web-identity@3.840.0': dependencies: @@ -11203,7 +11203,7 @@ snapshots: '@aws-sdk/types': 3.840.0 '@smithy/property-provider': 4.2.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11215,7 +11215,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11227,7 +11227,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11252,14 +11252,14 @@ snapshots: '@smithy/node-config-provider': 4.3.8 '@smithy/property-provider': 4.2.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt '@aws-sdk/endpoint-cache@3.804.0': dependencies: mnemonist: 0.38.3 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/lib-dynamodb@3.840.0(@aws-sdk/client-dynamodb@3.840.0)': dependencies: @@ -11269,7 +11269,7 @@ snapshots: '@smithy/core': 3.22.1 '@smithy/smithy-client': 4.11.2 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-bucket-endpoint@3.930.0': dependencies: @@ -11279,7 +11279,7 @@ snapshots: '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 '@smithy/util-config-provider': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-bucket-endpoint@3.972.3': dependencies: @@ -11298,14 +11298,14 @@ snapshots: '@smithy/node-config-provider': 4.3.8 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-expect-continue@3.930.0': dependencies: '@aws-sdk/types': 3.930.0 '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-expect-continue@3.972.3': dependencies: @@ -11328,7 +11328,7 @@ snapshots: '@smithy/util-middleware': 4.2.5 '@smithy/util-stream': 4.5.6 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-flexible-checksums@3.972.3': dependencies: @@ -11352,34 +11352,34 @@ snapshots: '@aws-sdk/types': 3.609.0 '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-host-header@3.840.0': dependencies: '@aws-sdk/types': 3.840.0 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-host-header@3.930.0': dependencies: '@aws-sdk/types': 3.930.0 '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-host-header@3.972.3': dependencies: '@aws-sdk/types': 3.973.1 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-location-constraint@3.930.0': dependencies: '@aws-sdk/types': 3.930.0 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-location-constraint@3.972.3': dependencies: @@ -11391,39 +11391,39 @@ snapshots: dependencies: '@aws-sdk/types': 3.609.0 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-logger@3.840.0': dependencies: '@aws-sdk/types': 3.840.0 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-logger@3.930.0': dependencies: '@aws-sdk/types': 3.930.0 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-logger@3.972.3': dependencies: '@aws-sdk/types': 3.973.1 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-recursion-detection@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-recursion-detection@3.840.0': dependencies: '@aws-sdk/types': 3.840.0 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-recursion-detection@3.930.0': dependencies: @@ -11431,7 +11431,7 @@ snapshots: '@aws/lambda-invoke-store': 0.1.1 '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-recursion-detection@3.972.3': dependencies: @@ -11439,7 +11439,7 @@ snapshots: '@aws/lambda-invoke-store': 0.2.2 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-sdk-s3@3.931.0': dependencies: @@ -11456,7 +11456,7 @@ snapshots: '@smithy/util-middleware': 4.2.5 '@smithy/util-stream': 4.5.6 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-sdk-s3@3.972.5': dependencies: @@ -11479,7 +11479,7 @@ snapshots: dependencies: '@aws-sdk/types': 3.930.0 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-ssec@3.972.3': dependencies: @@ -11493,7 +11493,7 @@ snapshots: '@aws-sdk/util-endpoints': 3.614.0 '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-user-agent@3.840.0': dependencies: @@ -11503,7 +11503,7 @@ snapshots: '@smithy/core': 3.22.1 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-user-agent@3.931.0': dependencies: @@ -11513,7 +11513,7 @@ snapshots: '@smithy/core': 3.20.0 '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/middleware-user-agent@3.972.5': dependencies: @@ -11523,7 +11523,7 @@ snapshots: '@smithy/core': 3.22.1 '@smithy/protocol-http': 5.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/nested-clients@3.840.0': dependencies: @@ -11564,7 +11564,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11607,7 +11607,7 @@ snapshots: '@smithy/util-middleware': 4.2.7 '@smithy/util-retry': 4.2.7 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11693,7 +11693,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-retry': 4.2.8 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11704,7 +11704,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/region-config-resolver@3.840.0': dependencies: @@ -11713,7 +11713,7 @@ snapshots: '@smithy/types': 4.12.0 '@smithy/util-config-provider': 4.2.0 '@smithy/util-middleware': 4.2.8 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/region-config-resolver@3.930.0': dependencies: @@ -11721,7 +11721,7 @@ snapshots: '@smithy/config-resolver': 4.4.5 '@smithy/node-config-provider': 4.3.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/region-config-resolver@3.972.3': dependencies: @@ -11729,7 +11729,7 @@ snapshots: '@smithy/config-resolver': 4.4.6 '@smithy/node-config-provider': 4.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/signature-v4-multi-region@3.931.0': dependencies: @@ -11738,7 +11738,7 @@ snapshots: '@smithy/protocol-http': 5.3.5 '@smithy/signature-v4': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/signature-v4-multi-region@3.981.0': dependencies: @@ -11756,7 +11756,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/token-providers@3.840.0': dependencies: @@ -11766,7 +11766,7 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11778,7 +11778,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt @@ -11790,29 +11790,29 @@ snapshots: '@smithy/property-provider': 4.2.8 '@smithy/shared-ini-file-loader': 4.4.3 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 transitivePeerDependencies: - aws-crt '@aws-sdk/types@3.609.0': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/types@3.840.0': dependencies: '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/types@3.930.0': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/types@3.957.0': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/types@3.973.1': dependencies: @@ -11821,7 +11821,7 @@ snapshots: '@aws-sdk/util-arn-parser@3.893.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-arn-parser@3.972.2': dependencies: @@ -11830,21 +11830,21 @@ snapshots: '@aws-sdk/util-dynamodb@3.840.0(@aws-sdk/client-dynamodb@3.840.0)': dependencies: '@aws-sdk/client-dynamodb': 3.840.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-endpoints@3.614.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/types': 3.3.0 '@smithy/util-endpoints': 2.0.5 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-endpoints@3.840.0': dependencies: '@aws-sdk/types': 3.840.0 '@smithy/types': 4.12.0 '@smithy/util-endpoints': 3.2.8 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-endpoints@3.930.0': dependencies: @@ -11852,7 +11852,7 @@ snapshots: '@smithy/types': 4.11.0 '@smithy/url-parser': 4.2.5 '@smithy/util-endpoints': 3.2.5 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-endpoints@3.980.0': dependencies: @@ -11860,7 +11860,7 @@ snapshots: '@smithy/types': 4.12.0 '@smithy/url-parser': 4.2.8 '@smithy/util-endpoints': 3.2.8 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-endpoints@3.981.0': dependencies: @@ -11872,42 +11872,42 @@ snapshots: '@aws-sdk/util-locate-window@3.465.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-browser@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/types': 3.3.0 bowser: 2.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-browser@3.840.0': dependencies: '@aws-sdk/types': 3.840.0 '@smithy/types': 4.12.0 bowser: 2.12.1 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-browser@3.930.0': dependencies: '@aws-sdk/types': 3.930.0 '@smithy/types': 4.11.0 bowser: 2.12.1 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-browser@3.972.3': dependencies: '@aws-sdk/types': 3.973.1 '@smithy/types': 4.12.0 bowser: 2.12.1 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-node@3.614.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/node-config-provider': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-node@3.840.0': dependencies: @@ -11915,7 +11915,7 @@ snapshots: '@aws-sdk/types': 3.840.0 '@smithy/node-config-provider': 4.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-node@3.931.0': dependencies: @@ -11923,7 +11923,7 @@ snapshots: '@aws-sdk/types': 3.930.0 '@smithy/node-config-provider': 4.3.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/util-user-agent-node@3.972.3': dependencies: @@ -11931,24 +11931,24 @@ snapshots: '@aws-sdk/types': 3.973.1 '@smithy/node-config-provider': 4.3.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/xml-builder@3.821.0': dependencies: '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/xml-builder@3.930.0': dependencies: '@smithy/types': 4.11.0 fast-xml-parser: 5.2.5 - tslib: 2.6.2 + tslib: 2.8.1 '@aws-sdk/xml-builder@3.972.3': dependencies: '@smithy/types': 4.12.0 fast-xml-parser: 5.3.4 - tslib: 2.6.2 + tslib: 2.8.1 '@aws/lambda-invoke-store@0.1.1': {} @@ -13164,25 +13164,25 @@ snapshots: '@eslint/core': 0.17.0 levn: 0.4.1 - '@guardian/ab-core@8.0.0(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/ab-core@9.0.0(tslib@2.8.1)(typescript@5.9.3)': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 - '@guardian/braze-components@22.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3))(react@18.3.1)': + '@guardian/braze-components@22.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3))(react@18.3.1)': dependencies: '@emotion/react': 11.14.0(@types/react@18.3.1)(react@18.3.1) - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - '@guardian/source': 11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3) + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + '@guardian/source': 12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3) react: 18.3.1 '@guardian/bridget@8.7.0': {} - '@guardian/browserslist-config@6.1.0(browserslist@4.24.4)(tslib@2.6.2)': + '@guardian/browserslist-config@6.1.0(browserslist@4.24.4)(tslib@2.8.1)': dependencies: browserslist: 4.24.4 - tslib: 2.6.2 + tslib: 2.8.1 '@guardian/cdk@62.0.1(aws-cdk-lib@2.220.0(constructs@10.4.2))(aws-cdk@2.1030.0)(constructs@10.4.2)': dependencies: @@ -13198,31 +13198,31 @@ snapshots: read-pkg-up: 7.0.1 yargs: 17.7.2 - '@guardian/commercial-core@29.0.0(@guardian/ab-core@8.0.0(tslib@2.6.2)(typescript@5.5.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))': + '@guardian/commercial-core@30.2.0(@guardian/ab-core@9.0.0(tslib@2.8.1)(typescript@5.9.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))': dependencies: - '@guardian/ab-core': 8.0.0(tslib@2.6.2)(typescript@5.5.3) - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - '@types/googletag': 3.3.0 + '@guardian/ab-core': 9.0.0(tslib@2.8.1)(typescript@5.9.3) + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + '@types/google-publisher-tag': 1.20251117.0 - '@guardian/core-web-vitals@7.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3)(web-vitals@4.2.3)': + '@guardian/core-web-vitals@16.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3)(web-vitals@4.2.3)': dependencies: - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - tslib: 2.6.2 + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + tslib: 2.8.1 web-vitals: 4.2.3 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 - '@guardian/eslint-config-typescript@12.0.0(eslint@8.57.1)(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/eslint-config-typescript@12.0.0(eslint@8.57.1)(tslib@2.8.1)(typescript@5.9.3)': dependencies: - '@guardian/eslint-config': 9.0.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1)(tslib@2.6.2) - '@stylistic/eslint-plugin': 2.6.2(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@guardian/eslint-config': 9.0.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1)(tslib@2.8.1) + '@stylistic/eslint-plugin': 2.6.2(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) - tslib: 2.6.2 - typescript: 5.5.3 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + tslib: 2.8.1 + typescript: 5.9.3 transitivePeerDependencies: - eslint-import-resolver-node - eslint-import-resolver-webpack @@ -13249,40 +13249,40 @@ snapshots: - supports-color - typescript - '@guardian/eslint-config@9.0.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1)(tslib@2.6.2)': + '@guardian/eslint-config@9.0.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1)(tslib@2.8.1)': dependencies: eslint: 8.57.1 eslint-config-prettier: 9.1.0(eslint@8.57.1) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) - tslib: 2.6.2 + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + tslib: 2.8.1 transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - '@guardian/identity-auth-frontend@8.1.0(@guardian/identity-auth@6.0.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/identity-auth-frontend@14.0.0(@guardian/identity-auth@12.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3)': dependencies: - '@guardian/identity-auth': 6.0.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3) - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - tslib: 2.6.2 + '@guardian/identity-auth': 12.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + tslib: 2.8.1 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 - '@guardian/identity-auth@6.0.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/identity-auth@12.0.0(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3)': dependencies: - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - tslib: 2.6.2 + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + tslib: 2.8.1 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 - '@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3)': dependencies: '@guardian/ophan-tracker-js': 2.8.0 - tslib: 2.6.2 + tslib: 2.8.1 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 '@guardian/ophan-tracker-js@2.8.0': dependencies: @@ -13293,46 +13293,46 @@ snapshots: prettier: 3.0.3 tslib: 2.6.2 - '@guardian/react-crossword@11.1.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3)': + '@guardian/react-crossword@13.0.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3)': dependencies: '@emotion/react': 11.14.0(@types/react@18.3.1)(react@18.3.1) - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - '@guardian/source': 11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3) + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + '@guardian/source': 12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3) react: 18.3.1 - tslib: 2.6.2 + tslib: 2.8.1 use-local-storage-state: 19.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: '@types/react': 18.3.1 - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - react-dom '@guardian/shimport@1.0.2': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 - '@guardian/source-development-kitchen@18.1.1(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/source-development-kitchen@23.0.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3)': dependencies: - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) - '@guardian/source': 11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3) - tslib: 2.6.2 + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) + '@guardian/source': 12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3) + tslib: 2.8.1 optionalDependencies: '@emotion/react': 11.14.0(@types/react@18.3.1)(react@18.3.1) '@types/react': 18.3.1 react: 18.3.1 - typescript: 5.5.3 + typescript: 5.9.3 - '@guardian/source@11.3.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.6.2)(typescript@5.5.3)': + '@guardian/source@12.2.0(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1)(tslib@2.8.1)(typescript@5.9.3)': dependencies: mini-svg-data-uri: 1.4.4 - tslib: 2.6.2 + tslib: 2.8.1 optionalDependencies: '@emotion/react': 11.14.0(@types/react@18.3.1)(react@18.3.1) '@types/react': 18.3.1 react: 18.3.1 - typescript: 5.5.3 + typescript: 5.9.3 - '@guardian/support-dotcom-components@8.3.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3))(@guardian/ophan-tracker-js@2.8.0)(zod@4.1.12)': + '@guardian/support-dotcom-components@8.3.1(@guardian/libs@27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3))(@guardian/ophan-tracker-js@2.8.0)(zod@4.1.12)': dependencies: '@aws-sdk/client-cloudwatch': 3.981.0 '@aws-sdk/client-dynamodb': 3.840.0 @@ -13340,7 +13340,7 @@ snapshots: '@aws-sdk/client-ssm': 3.981.0 '@aws-sdk/credential-providers': 3.981.0 '@aws-sdk/lib-dynamodb': 3.840.0(@aws-sdk/client-dynamodb@3.840.0) - '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.6.2)(typescript@5.5.3) + '@guardian/libs': 27.1.0(@guardian/ophan-tracker-js@2.8.0)(tslib@2.8.1)(typescript@5.9.3) '@guardian/ophan-tracker-js': 2.8.0 '@okta/jwt-verifier': 4.0.2 compression: 1.7.4 @@ -13401,7 +13401,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -13415,7 +13415,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + jest-config: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -13623,41 +13623,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.2)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.2)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.2)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.2)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.2) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.2) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.2) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.2) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.2) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.2) - tree-dump: 1.1.0(tslib@2.6.2) - tslib: 2.6.2 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.2)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.2) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.2) - tslib: 2.6.2 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.2)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.2) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.2) - tslib: 2.6.2 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@leichtgewicht/ip-codec@2.0.5': {} @@ -13876,17 +13876,17 @@ snapshots: '@smithy/abort-controller@3.1.1': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/abort-controller@4.2.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/abort-controller@4.2.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/abort-controller@4.2.8': dependencies: @@ -13896,11 +13896,11 @@ snapshots: '@smithy/chunked-blob-reader-native@4.2.1': dependencies: '@smithy/util-base64': 4.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/chunked-blob-reader@5.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/config-resolver@3.0.5': dependencies: @@ -13908,7 +13908,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/config-resolver@4.4.3': dependencies: @@ -13917,7 +13917,7 @@ snapshots: '@smithy/util-config-provider': 4.2.0 '@smithy/util-endpoints': 3.2.5 '@smithy/util-middleware': 4.2.5 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/config-resolver@4.4.5': dependencies: @@ -13926,7 +13926,7 @@ snapshots: '@smithy/util-config-provider': 4.2.0 '@smithy/util-endpoints': 3.2.7 '@smithy/util-middleware': 4.2.7 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/config-resolver@4.4.6': dependencies: @@ -13946,7 +13946,7 @@ snapshots: '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/core@3.18.5': dependencies: @@ -13959,7 +13959,7 @@ snapshots: '@smithy/util-stream': 4.5.6 '@smithy/util-utf8': 4.2.0 '@smithy/uuid': 1.1.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/core@3.20.0': dependencies: @@ -13972,7 +13972,7 @@ snapshots: '@smithy/util-stream': 4.5.8 '@smithy/util-utf8': 4.2.0 '@smithy/uuid': 1.1.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/core@3.22.1': dependencies: @@ -13993,7 +13993,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/credential-provider-imds@4.2.7': dependencies: @@ -14001,7 +14001,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/types': 4.11.0 '@smithy/url-parser': 4.2.7 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/credential-provider-imds@4.2.8': dependencies: @@ -14016,7 +14016,7 @@ snapshots: '@aws-crypto/crc32': 5.2.0 '@smithy/types': 4.11.0 '@smithy/util-hex-encoding': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/eventstream-codec@4.2.8': dependencies: @@ -14029,7 +14029,7 @@ snapshots: dependencies: '@smithy/eventstream-serde-universal': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/eventstream-serde-browser@4.2.8': dependencies: @@ -14040,7 +14040,7 @@ snapshots: '@smithy/eventstream-serde-config-resolver@4.3.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/eventstream-serde-config-resolver@4.3.8': dependencies: @@ -14051,7 +14051,7 @@ snapshots: dependencies: '@smithy/eventstream-serde-universal': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/eventstream-serde-node@4.2.8': dependencies: @@ -14063,7 +14063,7 @@ snapshots: dependencies: '@smithy/eventstream-codec': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/eventstream-serde-universal@4.2.8': dependencies: @@ -14077,7 +14077,7 @@ snapshots: '@smithy/querystring-builder': 3.0.3 '@smithy/types': 3.3.0 '@smithy/util-base64': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/fetch-http-handler@5.3.6': dependencies: @@ -14085,7 +14085,7 @@ snapshots: '@smithy/querystring-builder': 4.2.5 '@smithy/types': 4.11.0 '@smithy/util-base64': 4.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/fetch-http-handler@5.3.8': dependencies: @@ -14093,7 +14093,7 @@ snapshots: '@smithy/querystring-builder': 4.2.7 '@smithy/types': 4.11.0 '@smithy/util-base64': 4.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/fetch-http-handler@5.3.9': dependencies: @@ -14108,7 +14108,7 @@ snapshots: '@smithy/chunked-blob-reader': 5.2.0 '@smithy/chunked-blob-reader-native': 4.2.1 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/hash-blob-browser@4.2.9': dependencies: @@ -14122,21 +14122,21 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/hash-node@4.2.5': dependencies: '@smithy/types': 4.11.0 '@smithy/util-buffer-from': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/hash-node@4.2.7': dependencies: '@smithy/types': 4.11.0 '@smithy/util-buffer-from': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/hash-node@4.2.8': dependencies: @@ -14149,7 +14149,7 @@ snapshots: dependencies: '@smithy/types': 4.11.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/hash-stream-node@4.2.8': dependencies: @@ -14160,17 +14160,17 @@ snapshots: '@smithy/invalid-dependency@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/invalid-dependency@4.2.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/invalid-dependency@4.2.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/invalid-dependency@4.2.8': dependencies: @@ -14179,27 +14179,27 @@ snapshots: '@smithy/is-array-buffer@2.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/is-array-buffer@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/is-array-buffer@4.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/md5-js@4.2.5': dependencies: '@smithy/types': 4.11.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/md5-js@4.2.8': dependencies: '@smithy/types': 4.12.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-compression@4.3.28': dependencies: @@ -14212,25 +14212,25 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-utf8': 4.2.0 fflate: 0.8.1 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-content-length@3.0.5': dependencies: '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-content-length@4.2.5': dependencies: '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-content-length@4.2.7': dependencies: '@smithy/protocol-http': 5.3.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-content-length@4.2.8': dependencies: @@ -14246,7 +14246,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-endpoint@4.3.12': dependencies: @@ -14257,7 +14257,7 @@ snapshots: '@smithy/types': 4.11.0 '@smithy/url-parser': 4.2.5 '@smithy/util-middleware': 4.2.5 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-endpoint@4.4.1': dependencies: @@ -14268,7 +14268,7 @@ snapshots: '@smithy/types': 4.11.0 '@smithy/url-parser': 4.2.7 '@smithy/util-middleware': 4.2.7 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-endpoint@4.4.13': dependencies: @@ -14290,7 +14290,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 - tslib: 2.6.2 + tslib: 2.8.1 uuid: 9.0.1 '@smithy/middleware-retry@4.4.12': @@ -14303,7 +14303,7 @@ snapshots: '@smithy/util-middleware': 4.2.5 '@smithy/util-retry': 4.2.5 '@smithy/uuid': 1.1.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-retry@4.4.17': dependencies: @@ -14315,7 +14315,7 @@ snapshots: '@smithy/util-middleware': 4.2.7 '@smithy/util-retry': 4.2.7 '@smithy/uuid': 1.1.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-retry@4.4.30': dependencies: @@ -14332,19 +14332,19 @@ snapshots: '@smithy/middleware-serde@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-serde@4.2.6': dependencies: '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-serde@4.2.8': dependencies: '@smithy/protocol-http': 5.3.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-serde@4.2.9': dependencies: @@ -14355,17 +14355,17 @@ snapshots: '@smithy/middleware-stack@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-stack@4.2.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-stack@4.2.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/middleware-stack@4.2.8': dependencies: @@ -14377,21 +14377,21 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/node-config-provider@4.3.5': dependencies: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.0 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/node-config-provider@4.3.7': dependencies: '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/node-config-provider@4.3.8': dependencies: @@ -14406,7 +14406,7 @@ snapshots: '@smithy/protocol-http': 4.1.0 '@smithy/querystring-builder': 3.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/node-http-handler@4.4.5': dependencies: @@ -14414,7 +14414,7 @@ snapshots: '@smithy/protocol-http': 5.3.5 '@smithy/querystring-builder': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/node-http-handler@4.4.7': dependencies: @@ -14422,7 +14422,7 @@ snapshots: '@smithy/protocol-http': 5.3.7 '@smithy/querystring-builder': 4.2.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/node-http-handler@4.4.9': dependencies: @@ -14435,12 +14435,12 @@ snapshots: '@smithy/property-provider@3.1.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/property-provider@4.2.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/property-provider@4.2.8': dependencies: @@ -14450,17 +14450,17 @@ snapshots: '@smithy/protocol-http@4.1.0': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/protocol-http@5.3.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/protocol-http@5.3.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/protocol-http@5.3.8': dependencies: @@ -14471,19 +14471,19 @@ snapshots: dependencies: '@smithy/types': 3.3.0 '@smithy/util-uri-escape': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/querystring-builder@4.2.5': dependencies: '@smithy/types': 4.11.0 '@smithy/util-uri-escape': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/querystring-builder@4.2.7': dependencies: '@smithy/types': 4.11.0 '@smithy/util-uri-escape': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/querystring-builder@4.2.8': dependencies: @@ -14494,17 +14494,17 @@ snapshots: '@smithy/querystring-parser@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/querystring-parser@4.2.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/querystring-parser@4.2.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/querystring-parser@4.2.8': dependencies: @@ -14530,17 +14530,17 @@ snapshots: '@smithy/shared-ini-file-loader@3.1.4': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/shared-ini-file-loader@4.4.0': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/shared-ini-file-loader@4.4.2': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/shared-ini-file-loader@4.4.3': dependencies: @@ -14556,7 +14556,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-uri-escape': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/signature-v4@5.3.5': dependencies: @@ -14567,7 +14567,7 @@ snapshots: '@smithy/util-middleware': 4.2.7 '@smithy/util-uri-escape': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/signature-v4@5.3.7': dependencies: @@ -14589,7 +14589,7 @@ snapshots: '@smithy/util-middleware': 4.2.8 '@smithy/util-uri-escape': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/smithy-client@3.1.11': dependencies: @@ -14598,7 +14598,7 @@ snapshots: '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 '@smithy/util-stream': 3.1.3 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/smithy-client@4.10.2': dependencies: @@ -14608,7 +14608,7 @@ snapshots: '@smithy/protocol-http': 5.3.7 '@smithy/types': 4.11.0 '@smithy/util-stream': 4.5.8 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/smithy-client@4.11.2': dependencies: @@ -14628,15 +14628,15 @@ snapshots: '@smithy/protocol-http': 5.3.5 '@smithy/types': 4.11.0 '@smithy/util-stream': 4.5.6 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/types@3.3.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/types@4.11.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/types@4.12.0': dependencies: @@ -14644,25 +14644,25 @@ snapshots: '@smithy/types@4.9.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/url-parser@3.0.3': dependencies: '@smithy/querystring-parser': 3.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/url-parser@4.2.5': dependencies: '@smithy/querystring-parser': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/url-parser@4.2.7': dependencies: '@smithy/querystring-parser': 4.2.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/url-parser@4.2.8': dependencies: @@ -14674,52 +14674,52 @@ snapshots: dependencies: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-base64@4.3.0': dependencies: '@smithy/util-buffer-from': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-body-length-browser@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-body-length-browser@4.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-body-length-node@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-body-length-node@4.2.1': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-buffer-from@2.2.0': dependencies: '@smithy/is-array-buffer': 2.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-buffer-from@3.0.0': dependencies: '@smithy/is-array-buffer': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-buffer-from@4.2.0': dependencies: '@smithy/is-array-buffer': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-config-provider@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-config-provider@4.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-browser@3.0.13': dependencies: @@ -14727,21 +14727,21 @@ snapshots: '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 bowser: 2.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-browser@4.3.11': dependencies: '@smithy/property-provider': 4.2.7 '@smithy/smithy-client': 4.9.8 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-browser@4.3.16': dependencies: '@smithy/property-provider': 4.2.7 '@smithy/smithy-client': 4.10.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-browser@4.3.29': dependencies: @@ -14758,7 +14758,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-node@4.2.14': dependencies: @@ -14768,7 +14768,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/smithy-client': 4.9.8 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-node@4.2.19': dependencies: @@ -14778,7 +14778,7 @@ snapshots: '@smithy/property-provider': 4.2.7 '@smithy/smithy-client': 4.10.2 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-defaults-mode-node@4.2.32': dependencies: @@ -14794,19 +14794,19 @@ snapshots: dependencies: '@smithy/node-config-provider': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-endpoints@3.2.5': dependencies: '@smithy/node-config-provider': 4.3.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-endpoints@3.2.7': dependencies: '@smithy/node-config-provider': 4.3.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-endpoints@3.2.8': dependencies: @@ -14816,26 +14816,26 @@ snapshots: '@smithy/util-hex-encoding@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-hex-encoding@4.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-middleware@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-middleware@4.2.5': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-middleware@4.2.7': dependencies: '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-middleware@4.2.8': dependencies: @@ -14846,19 +14846,19 @@ snapshots: dependencies: '@smithy/service-error-classification': 3.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-retry@4.2.5': dependencies: '@smithy/service-error-classification': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-retry@4.2.7': dependencies: '@smithy/service-error-classification': 4.2.7 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-retry@4.2.8': dependencies: @@ -14875,7 +14875,7 @@ snapshots: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-hex-encoding': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-stream@4.5.11': dependencies: @@ -14897,7 +14897,7 @@ snapshots: '@smithy/util-buffer-from': 4.2.0 '@smithy/util-hex-encoding': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-stream@4.5.8': dependencies: @@ -14908,52 +14908,52 @@ snapshots: '@smithy/util-buffer-from': 4.2.0 '@smithy/util-hex-encoding': 4.2.0 '@smithy/util-utf8': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-uri-escape@3.0.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-uri-escape@4.2.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-utf8@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-utf8@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-utf8@4.2.0': dependencies: '@smithy/util-buffer-from': 4.2.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-waiter@3.1.2': dependencies: '@smithy/abort-controller': 3.1.1 '@smithy/types': 3.3.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-waiter@4.2.5': dependencies: '@smithy/abort-controller': 4.2.5 '@smithy/types': 4.11.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/util-waiter@4.2.8': dependencies: '@smithy/abort-controller': 4.2.8 '@smithy/types': 4.12.0 - tslib: 2.6.2 + tslib: 2.8.1 '@smithy/uuid@1.1.0': dependencies: - tslib: 2.6.2 + tslib: 2.8.1 '@standard-schema/spec@1.1.0': {} @@ -14989,7 +14989,7 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1)': + '@storybook/builder-webpack5@10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1)': dependencies: '@storybook/core-webpack': 10.1.10(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@vitest/mocker': 3.2.4(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2)) @@ -14997,7 +14997,7 @@ snapshots: cjs-module-lexer: 1.4.3 css-loader: 7.1.2(webpack@5.104.1) es-module-lexer: 1.7.0 - fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.5.3)(webpack@5.104.1) + fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.104.1) html-webpack-plugin: 5.6.4(webpack@5.104.1) magic-string: 0.30.21 storybook: 10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -15009,7 +15009,7 @@ snapshots: webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -15045,10 +15045,10 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/preset-react-webpack@10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)(webpack-cli@6.0.1)': + '@storybook/preset-react-webpack@10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(webpack-cli@6.0.1)': dependencies: '@storybook/core-webpack': 10.1.10(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.3)(webpack@5.104.1) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.104.1) '@types/semver': 7.5.6 magic-string: 0.30.21 react: 18.3.1 @@ -15060,7 +15060,7 @@ snapshots: tsconfig-paths: 4.2.0 webpack: 5.104.1(@swc/core@1.13.5)(esbuild@0.27.0)(webpack-cli@6.0.1) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - '@swc/core' - esbuild @@ -15068,16 +15068,16 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.5.3)(webpack@5.104.1)': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.104.1)': dependencies: debug: 4.4.3(supports-color@8.1.1) endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.2.2(typescript@5.5.3) - tslib: 2.6.2 - typescript: 5.5.3 + react-docgen-typescript: 2.2.2(typescript@5.9.3) + tslib: 2.8.1 + typescript: 5.9.3 webpack: 5.104.1(@swc/core@1.13.5)(esbuild@0.27.0)(webpack-cli@6.0.1) transitivePeerDependencies: - supports-color @@ -15088,16 +15088,16 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@storybook/react-webpack5@10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1)': + '@storybook/react-webpack5@10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1)': dependencies: - '@storybook/builder-webpack5': 10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1) - '@storybook/preset-react-webpack': 10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)(webpack-cli@6.0.1) - '@storybook/react': 10.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3) + '@storybook/builder-webpack5': 10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.0(@types/node@22.17.0)(terser@5.46.0)(tsx@4.6.2))(webpack-cli@6.0.1) + '@storybook/preset-react-webpack': 10.1.10(@swc/core@1.13.5)(esbuild@0.27.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(webpack-cli@6.0.1) + '@storybook/react': 10.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) storybook: 10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -15108,7 +15108,7 @@ snapshots: - vite - webpack-cli - '@storybook/react@10.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3)': + '@storybook/react@10.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': dependencies: '@storybook/global': 5.0.0 '@storybook/react-dom-shim': 10.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) @@ -15117,7 +15117,7 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -15137,20 +15137,20 @@ snapshots: estraverse: 5.3.0 picomatch: 4.0.3 - '@stylistic/eslint-plugin-plus@2.6.2(eslint@8.57.1)(typescript@5.5.3)': + '@stylistic/eslint-plugin-plus@2.6.2(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@types/eslint': 9.6.1 - '@typescript-eslint/utils': 8.46.2(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/utils': 8.46.2(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin-ts@2.6.2(eslint@8.57.1)(typescript@5.5.3)': + '@stylistic/eslint-plugin-ts@2.6.2(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@stylistic/eslint-plugin-js': 2.6.2(eslint@8.57.1) '@types/eslint': 9.6.1 - '@typescript-eslint/utils': 8.46.2(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/utils': 8.46.2(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -15168,12 +15168,12 @@ snapshots: - supports-color - typescript - '@stylistic/eslint-plugin@2.6.2(eslint@8.57.1)(typescript@5.5.3)': + '@stylistic/eslint-plugin@2.6.2(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@stylistic/eslint-plugin-js': 2.6.2(eslint@8.57.1) '@stylistic/eslint-plugin-jsx': 2.6.2(eslint@8.57.1) - '@stylistic/eslint-plugin-plus': 2.6.2(eslint@8.57.1)(typescript@5.5.3) - '@stylistic/eslint-plugin-ts': 2.6.2(eslint@8.57.1)(typescript@5.5.3) + '@stylistic/eslint-plugin-plus': 2.6.2(eslint@8.57.1)(typescript@5.9.3) + '@stylistic/eslint-plugin-ts': 2.6.2(eslint@8.57.1)(typescript@5.9.3) '@types/eslint': 9.6.1 eslint: 8.57.1 transitivePeerDependencies: @@ -15283,12 +15283,12 @@ snapshots: '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.28.4) '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.28.4) - '@svgr/core@8.1.0(typescript@5.5.3)': + '@svgr/core@8.1.0(typescript@5.9.3)': dependencies: '@babel/core': 7.28.4 '@svgr/babel-preset': 8.1.0(@babel/core@7.28.4) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.5.3) + cosmiconfig: 8.3.6(typescript@5.9.3) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -15299,35 +15299,35 @@ snapshots: '@babel/types': 7.28.4 entities: 4.5.0 - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.3))': + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.9.3))': dependencies: '@babel/core': 7.28.4 '@svgr/babel-preset': 8.1.0(@babel/core@7.28.4) - '@svgr/core': 8.1.0(typescript@5.5.3) + '@svgr/core': 8.1.0(typescript@5.9.3) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color - '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.5.3))(typescript@5.5.3)': + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@svgr/core': 8.1.0(typescript@5.5.3) - cosmiconfig: 8.3.6(typescript@5.5.3) + '@svgr/core': 8.1.0(typescript@5.9.3) + cosmiconfig: 8.3.6(typescript@5.9.3) deepmerge: 4.3.1 svgo: 3.1.0 transitivePeerDependencies: - typescript - '@svgr/webpack@8.1.0(typescript@5.5.3)': + '@svgr/webpack@8.1.0(typescript@5.9.3)': dependencies: '@babel/core': 7.28.4 '@babel/plugin-transform-react-constant-elements': 7.23.3(@babel/core@7.28.4) '@babel/preset-env': 7.28.3(@babel/core@7.28.4) '@babel/preset-react': 7.27.1(@babel/core@7.28.4) '@babel/preset-typescript': 7.27.1(@babel/core@7.28.4) - '@svgr/core': 8.1.0(typescript@5.5.3) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.3)) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.5.3))(typescript@5.5.3) + '@svgr/core': 8.1.0(typescript@5.9.3) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.9.3)) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.9.3))(typescript@5.9.3) transitivePeerDependencies: - supports-color - typescript @@ -15573,7 +15573,7 @@ snapshots: '@types/express-serve-static-core': 5.1.1 '@types/serve-static': 2.2.0 - '@types/googletag@3.3.0': {} + '@types/google-publisher-tag@1.20251117.0': {} '@types/graceful-fs@4.1.9': dependencies: @@ -15803,21 +15803,21 @@ snapshots: '@types/youtube@0.0.50': {} - '@typescript-eslint/eslint-plugin@8.1.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/eslint-plugin@8.1.0(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.9.3) '@typescript-eslint/scope-manager': 8.1.0 - '@typescript-eslint/type-utils': 8.1.0(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/utils': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/type-utils': 8.1.0(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/utils': 8.1.0(eslint@8.57.1)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.1.0 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.5.3) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -15838,24 +15838,24 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/experimental-utils@5.62.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/experimental-utils@5.62.0(eslint@8.57.1)(typescript@5.9.3)': dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 8.1.0 '@typescript-eslint/types': 8.1.0 - '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.1.0 debug: 4.4.3(supports-color@8.1.1) eslint: 8.57.1 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -15871,15 +15871,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.46.2(typescript@5.5.3)': - dependencies: - '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.5.3) - '@typescript-eslint/types': 8.46.2 - debug: 4.4.3(supports-color@8.1.1) - typescript: 5.5.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/project-service@8.46.2(typescript@5.9.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3) @@ -15909,22 +15900,18 @@ snapshots: '@typescript-eslint/types': 8.46.2 '@typescript-eslint/visitor-keys': 8.46.2 - '@typescript-eslint/tsconfig-utils@8.46.2(typescript@5.5.3)': - dependencies: - typescript: 5.5.3 - '@typescript-eslint/tsconfig-utils@8.46.2(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.1.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/type-utils@8.1.0(eslint@8.57.1)(typescript@5.9.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.3) - '@typescript-eslint/utils': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.1.0(eslint@8.57.1)(typescript@5.9.3) debug: 4.4.3(supports-color@8.1.1) - ts-api-utils: 1.3.0(typescript@5.5.3) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - eslint - supports-color @@ -15948,7 +15935,7 @@ snapshots: '@typescript-eslint/types@8.46.2': {} - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 @@ -15956,13 +15943,13 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - tsutils: 3.21.0(typescript@5.5.3) + tsutils: 3.21.0(typescript@5.9.3) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.1.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@8.1.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 8.1.0 '@typescript-eslint/visitor-keys': 8.1.0 @@ -15971,9 +15958,9 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.3 - ts-api-utils: 1.3.0(typescript@5.5.3) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -15991,22 +15978,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.46.2(typescript@5.5.3)': - dependencies: - '@typescript-eslint/project-service': 8.46.2(typescript@5.5.3) - '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.5.3) - '@typescript-eslint/types': 8.46.2 - '@typescript-eslint/visitor-keys': 8.46.2 - debug: 4.4.3(supports-color@8.1.1) - fast-glob: 3.3.3 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.7.3 - ts-api-utils: 2.1.0(typescript@5.5.3) - typescript: 5.5.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/typescript-estree@8.46.2(typescript@5.9.3)': dependencies: '@typescript-eslint/project-service': 8.46.2(typescript@5.9.3) @@ -16023,14 +15994,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@8.57.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.6 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.9.3) eslint: 8.57.1 eslint-scope: 5.1.1 semver: 7.5.4 @@ -16038,12 +16009,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.1.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/utils@8.1.0(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@8.57.1) '@typescript-eslint/scope-manager': 8.1.0 '@typescript-eslint/types': 8.1.0 - '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.9.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -16060,14 +16031,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.46.2(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/utils@8.46.2(eslint@8.57.1)(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@8.57.1) '@typescript-eslint/scope-manager': 8.46.2 '@typescript-eslint/types': 8.46.2 - '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3) eslint: 8.57.1 - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -16516,7 +16487,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.2 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -16829,7 +16800,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.2 + tslib: 2.8.1 camelcase@5.3.1: {} @@ -17088,23 +17059,23 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.5.3): + cosmiconfig@8.3.6(typescript@5.9.3): dependencies: import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 - cosmiconfig@9.0.0(typescript@5.5.3): + cosmiconfig@9.0.0(typescript@5.9.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 cpy@11.0.0: dependencies: @@ -17115,13 +17086,13 @@ snapshots: p-filter: 3.0.0 p-map: 6.0.0 - create-jest@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)): + create-jest@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + jest-config: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -17413,7 +17384,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.8.1 dunder-proto@1.0.1: dependencies: @@ -17723,13 +17694,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1): dependencies: debug: 4.4.3(supports-color@8.1.1) enhanced-resolve: 5.19.0 eslint: 8.57.1 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) fast-glob: 3.3.3 get-tsconfig: 4.7.2 is-core-module: 2.16.1 @@ -17757,14 +17728,14 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1) transitivePeerDependencies: - supports-color @@ -17809,7 +17780,7 @@ snapshots: - supports-color - typescript - eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): dependencies: array-includes: 3.1.9 array.prototype.findlastindex: 1.2.6 @@ -17819,7 +17790,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -17830,7 +17801,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.9.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -17903,14 +17874,14 @@ snapshots: object.fromentries: 2.0.8 semver: 6.3.1 - eslint-plugin-jsx-expressions@1.3.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3): + eslint-plugin-jsx-expressions@1.3.1(@typescript-eslint/parser@8.1.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3): dependencies: - '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.9.3) + '@typescript-eslint/parser': 8.1.0(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 - tsutils: 3.21.0(typescript@5.5.3) + tsutils: 3.21.0(typescript@5.9.3) optionalDependencies: - typescript: 5.5.3 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -17985,9 +17956,9 @@ snapshots: - supports-color - typescript - eslint-plugin-storybook@10.1.10(eslint@8.57.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.3): + eslint-plugin-storybook@10.1.10(eslint@8.57.1)(storybook@10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/utils': 8.46.2(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/utils': 8.46.2(eslint@8.57.1)(typescript@5.9.3) eslint: 8.57.1 storybook: 10.1.10(@testing-library/dom@10.4.1)(prettier@3.0.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: @@ -18458,12 +18429,12 @@ snapshots: dependencies: is-callable: 1.2.7 - fork-ts-checker-webpack-plugin@9.1.0(typescript@5.5.3)(webpack@5.104.1): + fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.104.1): dependencies: '@babel/code-frame': 7.27.1 chalk: 4.1.2 chokidar: 4.0.3 - cosmiconfig: 8.3.6(typescript@5.5.3) + cosmiconfig: 8.3.6(typescript@5.9.3) deepmerge: 4.3.1 fs-extra: 10.1.0 memfs: 3.5.3 @@ -18472,7 +18443,7 @@ snapshots: schema-utils: 3.3.0 semver: 7.5.4 tapable: 2.3.0 - typescript: 5.5.3 + typescript: 5.9.3 webpack: 5.104.1(@swc/core@1.13.5)(esbuild@0.27.0)(webpack-cli@6.0.1) form-data-encoder@2.1.4: {} @@ -18602,9 +18573,9 @@ snapshots: dependencies: is-glob: 4.0.3 - glob-to-regex.js@1.2.0(tslib@2.6.2): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.2 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -19322,16 +19293,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)): + jest-cli@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + create-jest: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + jest-config: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19341,7 +19312,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)): + jest-config@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.4 '@jest/test-sequencer': 29.7.0 @@ -19367,7 +19338,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 22.17.0 - ts-node: 10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3) + ts-node: 10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -19610,12 +19581,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)): + jest@29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3)) + jest-cli: 29.7.0(@types/node@22.17.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -19878,7 +19849,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.2 + tslib: 2.8.1 lowercase-keys@3.0.0: {} @@ -19972,12 +19943,12 @@ snapshots: memfs@4.49.0: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.2) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.2) - glob-to-regex.js: 1.2.0(tslib@2.6.2) - thingies: 2.5.0(tslib@2.6.2) - tree-dump: 1.1.0(tslib@2.6.2) - tslib: 2.6.2 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 meow@13.2.0: {} @@ -20244,7 +20215,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.2 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -20451,7 +20422,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.8.1 parent-module@1.0.1: dependencies: @@ -20490,7 +20461,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.8.1 password-prompt@1.1.3: dependencies: @@ -20719,9 +20690,9 @@ snapshots: prop-types: 15.8.1 react: 18.3.1 - react-docgen-typescript@2.2.2(typescript@5.5.3): + react-docgen-typescript@2.2.2(typescript@5.9.3): dependencies: - typescript: 5.5.3 + typescript: 5.9.3 react-docgen@7.1.1: dependencies: @@ -20837,7 +20808,7 @@ snapshots: esprima: 4.0.1 source-map: 0.6.1 tiny-invariant: 1.3.3 - tslib: 2.6.2 + tslib: 2.8.1 rechoir@0.8.0: dependencies: @@ -21332,7 +21303,7 @@ snapshots: snake-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.8.1 sockjs@0.3.24: dependencies: @@ -21607,11 +21578,11 @@ snapshots: dependencies: webpack: 5.104.1(@swc/core@1.13.5)(esbuild@0.27.0)(webpack-cli@6.0.1) - stylelint-config-recommended@14.0.0(stylelint@16.5.0(typescript@5.5.3)): + stylelint-config-recommended@14.0.0(stylelint@16.5.0(typescript@5.9.3)): dependencies: - stylelint: 16.5.0(typescript@5.5.3) + stylelint: 16.5.0(typescript@5.9.3) - stylelint@16.5.0(typescript@5.5.3): + stylelint@16.5.0(typescript@5.9.3): dependencies: '@csstools/css-parser-algorithms': 2.6.1(@csstools/css-tokenizer@2.2.4) '@csstools/css-tokenizer': 2.2.4 @@ -21620,7 +21591,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.0.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.3) + cosmiconfig: 9.0.0(typescript@5.9.3) css-functions-list: 3.2.2 css-tree: 2.3.1 debug: 4.3.5 @@ -21797,9 +21768,9 @@ snapshots: text-table@0.2.0: {} - thingies@2.5.0(tslib@2.6.2): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.2 + tslib: 2.8.1 through2@0.4.2: dependencies: @@ -21857,9 +21828,9 @@ snapshots: traverse-chain@0.1.0: {} - tree-dump@1.1.0(tslib@2.6.2): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.2 + tslib: 2.8.1 trim-lines@3.0.1: {} @@ -21867,13 +21838,9 @@ snapshots: trusted-types@2.0.0: {} - ts-api-utils@1.3.0(typescript@5.5.3): + ts-api-utils@1.3.0(typescript@5.9.3): dependencies: - typescript: 5.5.3 - - ts-api-utils@2.1.0(typescript@5.5.3): - dependencies: - typescript: 5.5.3 + typescript: 5.9.3 ts-api-utils@2.1.0(typescript@5.9.3): dependencies: @@ -21881,14 +21848,14 @@ snapshots: ts-dedent@2.2.0: {} - ts-loader@9.5.4(typescript@5.5.3)(webpack@5.104.1): + ts-loader@9.5.4(typescript@5.9.3)(webpack@5.104.1): dependencies: chalk: 4.1.2 enhanced-resolve: 5.18.3 micromatch: 4.0.8 semver: 7.5.4 source-map: 0.7.4 - typescript: 5.5.3 + typescript: 5.9.3 webpack: 5.104.1(@swc/core@1.13.5)(esbuild@0.27.0)(webpack-cli@6.0.1) ts-node@10.9.2(@swc/core@1.13.5)(@types/node@16.18.68)(typescript@5.1.6): @@ -21911,7 +21878,7 @@ snapshots: optionalDependencies: '@swc/core': 1.13.5 - ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.5.3): + ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.17.0)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -21925,18 +21892,18 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.3 + typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: '@swc/core': 1.13.5 optional: true - ts-unused-exports@10.1.0(typescript@5.5.3): + ts-unused-exports@10.1.0(typescript@5.9.3): dependencies: chalk: 4.1.2 tsconfig-paths: 3.15.0 - typescript: 5.5.3 + typescript: 5.9.3 tsconfig-paths@3.15.0: dependencies: @@ -21957,10 +21924,10 @@ snapshots: tslib@2.8.1: {} - tsutils@3.21.0(typescript@5.5.3): + tsutils@3.21.0(typescript@5.9.3): dependencies: tslib: 1.14.1 - typescript: 5.5.3 + typescript: 5.9.3 tsx@4.6.2: dependencies: