diff --git a/package.json b/package.json index a5ebb7b8..9c0ab2d2 100644 --- a/package.json +++ b/package.json @@ -77,58 +77,58 @@ "@babel/preset-react": "7.29.7", "@babel/preset-typescript": "7.29.7", "@ecl/ecl-webcomponents": "0.28.0", - "@ecl/preset-ec": "5.0.0-RC6", + "@ecl/preset-ec": "5.1.0", "@eslint/js": "9.39.2", "@prettier/plugin-xml": "3.4.2", "@stencil/angular-output-target": "0.10.2", "@stencil/react-output-target": "0.5.3", "@stencil/vue-output-target": "0.13.2", - "@storybook/addon-docs": "10.4.2", - "@storybook/addon-links": "10.4.2", - "@storybook/html-vite": "10.4.2", + "@storybook/addon-docs": "10.5.7", + "@storybook/addon-links": "10.5.7", + "@storybook/html-vite": "10.5.7", "@types/jest": "28.1.3", - "@typescript-eslint/eslint-plugin": "8.60.1", - "@typescript-eslint/parser": "8.60.1", + "@typescript-eslint/eslint-plugin": "8.67.0", + "@typescript-eslint/parser": "8.67.0", + "@vitest/eslint-plugin": "1.6.27", "babel-loader": "10.1.1", "browser-update": "3.3.63", "build-number-generator": "3.1.0", "copyfiles": "2.4.1", - "core-js": "3.49.0", + "core-js": "3.50.0", "cross-env": "10.1.0", "eslint": "9.39.2", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", - "eslint-plugin-jest": "29.15.2", + "eslint-plugin-jest": "29.16.0", "eslint-plugin-jsx-a11y": "6.10.2", + "eslint-plugin-oxlint": "1.78.0", + "eslint-plugin-playwright": "2.11.0", "eslint-plugin-prettier": "5.5.6", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.1.1", - "eslint-plugin-oxlint": "1.68.0", - "eslint-plugin-playwright": "2.10.4", - "eslint-plugin-vue": "10.9.2", - "@vitest/eslint-plugin": "1.6.19", + "eslint-plugin-vue": "10.10.0", "get-latest-version": "5.1.0", - "globals": "17.6.0", + "globals": "17.9.0", "husky": "9.1.7", "jest": "28.1.3", "jest-cli": "28.1.3", "lerna": "9.0.7", "lerna-changelog": "2.2.0", - "lint-staged": "17.0.7", + "lint-staged": "17.3.0", "ncp": "2.0.0", - "npm-check-updates": "22.2.3", + "npm-check-updates": "23.0.2", "npm-run-all": "4.1.5", - "prettier": "3.8.3", - "puppeteer": "25.1.0", + "prettier": "3.9.6", + "puppeteer": "25.6.0", "react": "18.2.0", "react-dom": "18.2.0", "replace-in-file": "7.1.0", "rimraf": "6.1.3", - "storybook": "10.4.5", + "storybook": "10.5.7", "storybook-addon-rtl": "3.0.2", - "stylelint": "17.13.0", + "stylelint": "17.14.1", "stylelint-config-css-modules": "4.6.0", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "40.0.0", @@ -166,11 +166,11 @@ }, "patchedDependencies": { "@ecl/builder": "patches/@ecl__builder.patch", - "@ecl/select": "patches/@ecl__select.patch", "@ecl/banner": "patches/@ecl__banner.patch", "@ecl/tabs": "patches/@ecl__tabs.patch", "@ecl/table": "patches/@ecl__table.patch", - "@ecl/carousel": "patches/@ecl__carousel.patch" + "@ecl/carousel": "patches/@ecl__carousel.patch", + "@ecl/select": "patches/@ecl__select.patch" } } } diff --git a/packages/ecl-webcomponents-react-consumer/package.json b/packages/ecl-webcomponents-react-consumer/package.json index 2c8fc00f..1d2dba3c 100644 --- a/packages/ecl-webcomponents-react-consumer/package.json +++ b/packages/ecl-webcomponents-react-consumer/package.json @@ -22,6 +22,6 @@ "@types/react-dom": "18.2.18", "@vitejs/plugin-react": "4.7.0", "typescript": "6.0.3", - "vite": "8.0.16" + "vite": "8.2.1" } } diff --git a/packages/ecl-webcomponents-vue-consumer/package.json b/packages/ecl-webcomponents-vue-consumer/package.json index 3f7d86c9..86b785bc 100644 --- a/packages/ecl-webcomponents-vue-consumer/package.json +++ b/packages/ecl-webcomponents-vue-consumer/package.json @@ -17,22 +17,22 @@ "dependencies": { "@ecl/ecl-webcomponents-vue": "0.28.0", "pinia": "^3.0.4", - "vue": "^3.5.35", - "vue-router": "^5.1.0" + "vue": "^3.5.41", + "vue-router": "^5.2.0" }, "devDependencies": { - "@playwright/test": "^1.60.0", - "@vitejs/plugin-vue": "^6.0.7", - "@vitejs/plugin-vue-jsx": "^5.1.5", + "@playwright/test": "^1.62.1", + "@vitejs/plugin-vue": "^6.0.8", + "@vitejs/plugin-vue-jsx": "^5.1.6", "@vue/test-utils": "^2.4.11", - "globals": "^17.6.0", + "globals": "^17.9.0", "jsdom": "^28.1.0", "npm-run-all2": "^8.0.4", - "oxlint": "~1.68.0", - "prettier": "3.8.3", - "vite": "^8.0.16", - "vite-plugin-vue-devtools": "^8.1.2", - "vitest": "^4.1.8" + "oxlint": "~1.78.0", + "prettier": "3.9.6", + "vite": "^8.2.1", + "vite-plugin-vue-devtools": "^8.2.1", + "vitest": "^4.1.10" }, "engines": { "node": "^20.19.0 || >=22.12.0" diff --git a/packages/ecl-webcomponents-vue/lib/components.ts b/packages/ecl-webcomponents-vue/lib/components.ts index 5b7c0c32..2f7df983 100644 --- a/packages/ecl-webcomponents-vue/lib/components.ts +++ b/packages/ecl-webcomponents-vue/lib/components.ts @@ -22,6 +22,8 @@ export const EclAccordionItem: StencilVueComponent = /*@__ 'styleClass', 'label', 'sidebar', + 'iconCollapsed', + 'iconExpanded', 'expanded', 'theme' ]); @@ -62,7 +64,9 @@ export const EclAnimatedNumbersItem: StencilVueComponent = /*@__PURE__*/ defin 'bannerTitleLink', 'descriptionLink', 'image', + 'imageAnchor', 'noScript', 'sources', 'tracks', @@ -330,7 +335,9 @@ export const EclFactFiguresItem: StencilVueComponent = / 'icon', 'value', 'itemTitle', - 'iconTransform' + 'iconTransform', + 'sources', + 'sourcesLabel' ]); @@ -360,7 +367,6 @@ export const EclFile: StencilVueComponent = /*@__PURE__*/ defineCon 'elId', 'theme', 'styleClass', - 'variant', 'downloadAttribute', 'downloadId', 'downloadLabel', @@ -371,6 +377,7 @@ export const EclFile: StencilVueComponent = /*@__PURE__*/ defineCon 'fileTitlePath', 'detailMeta', 'language', + 'icon', 'meta', 'image', 'imageAlt', @@ -384,6 +391,7 @@ export const EclFile: StencilVueComponent = /*@__PURE__*/ defineCon export const EclFileTranslations: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-file-translations', undefined, [ 'theme', + 'elId', 'styleClass', 'toggleLabel', 'others' @@ -573,6 +581,24 @@ export const EclHighlightBox: StencilVueComponent = /*@__PU ]); +export const EclHighlightedSearch: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-highlighted-search', undefined, [ + 'theme', + 'styleClass', + 'colorMode', + 'elId', + 'elTitle', + 'helperText', + 'submitLabel', + 'suggestionLabel', + 'hasDescription', + 'inputId', + 'inputLabel', + 'inputAttrs', + 'formAttrs', + 'inputName' +]); + + export const EclIcon: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-icon', undefined, [ 'styleClass', 'theme', @@ -630,6 +656,7 @@ export const EclInput: StencilVueComponent = /*@__PURE__*/ defineC 'inputId', 'name', 'defaultValue', + 'inputAttrs', 'hasChanged', 'isFocused', 'inputFocus', @@ -840,7 +867,8 @@ export const EclModal: StencilVueComponent = /*@__PURE__*/ defineC 'toggleId', 'size', 'closeLabel', - 'itemId' + 'itemId', + 'itemTitle' ]); @@ -969,7 +997,9 @@ export const EclPicture: StencilVueComponent = /*@__PURE__*/ def 'image', 'imgClass', 'imageAlt', + 'noScript', 'imageAnchor', + 'debugPosition', 'lazy', 'zoom' ]); @@ -1277,6 +1307,51 @@ export const EclSpotlight: StencilVueComponent = /*@__PURE__*/ ]); +export const EclStoryCard: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-story-card', undefined, [ + 'styleClass', + 'noScript', + 'elId', + 'elTitle', + 'description', + 'prevLabel', + 'nextLabel', + 'playLabel', + 'pauseLabel', + 'theme', + 'variant', + 'colorMode' +]); + + +export const EclStoryCardItem: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-story-card-item', undefined, [ + 'styleClass', + 'articleClass', + 'theme', + 'variant', + 'elTitle', + 'author', + 'elRole', + 'source', + 'linkHref', + 'teaserLabel', + 'linkLabel', + 'linkIcon', + 'picture', + 'pictureAlt', + 'slotName', + 'order' +]); + + +export const EclStoryCardTab: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-story-card-tab', undefined, [ + 'styleClass', + 'picture', + 'theme', + 'teaserLabel', + 'order' +]); + + export const EclTable: StencilVueComponent = /*@__PURE__*/ defineContainer('ecl-table', undefined, [ 'elId', 'theme', diff --git a/packages/ecl-webcomponents-vue/package.json b/packages/ecl-webcomponents-vue/package.json index 10d4605d..b5d1ecc9 100644 --- a/packages/ecl-webcomponents-vue/package.json +++ b/packages/ecl-webcomponents-vue/package.json @@ -29,7 +29,7 @@ "@stencil/vue-output-target": "0.13.2" }, "devDependencies": { - "vue": "3.5.35" + "vue": "3.5.41" }, "engines": { "node": ">=20.0.0", diff --git a/packages/ecl-webcomponents/package.json b/packages/ecl-webcomponents/package.json index 1f7c9feb..96521a7f 100644 --- a/packages/ecl-webcomponents/package.json +++ b/packages/ecl-webcomponents/package.json @@ -30,7 +30,7 @@ "@stencil/core": "4.43.5" }, "devDependencies": { - "@stencil/angular-output-target": "1.3.2", - "@stencil/react-output-target": "1.5.3" + "@stencil/angular-output-target": "1.4.1", + "@stencil/react-output-target": "1.6.1" } } diff --git a/patches/@ecl__select.patch b/patches/@ecl__select.patch index 6407c558..19b65252 100644 --- a/patches/@ecl__select.patch +++ b/patches/@ecl__select.patch @@ -1,5 +1,5 @@ diff --git a/select.js b/select.js -index 6f1de565807f1c91e5ac87117d8b4c60cc383ae8..37e8a9fc241d40bc7e15e1a846812ce0ce8ab8d1 100644 +index 5f3f041b4aafd937a42d34015fe923bcf6a8f8fb..f07d29eb5883bca578c341f163856f111e1a5106 100644 --- a/select.js +++ b/select.js @@ -1,5 +1,5 @@ @@ -9,7 +9,7 @@ index 6f1de565807f1c91e5ac87117d8b4c60cc383ae8..37e8a9fc241d40bc7e15e1a846812ce0 import EventManager from '@ecl/event-manager'; const system = getSystem(); -@@ -568,7 +568,7 @@ export class Select { +@@ -591,7 +591,7 @@ export class Select { } this.visibleOptions = this.checkboxes; diff --git a/playground/package.json b/playground/package.json index d679a141..dc0f12f1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -13,12 +13,12 @@ "preview": "vite preview" }, "dependencies": { - "@ckeditor/ckeditor5-inspector": "5.0.1", + "@ckeditor/ckeditor5-inspector": "5.0.3", "@ecl/ckeditor5-ecl-webcomponents": "0.28.0", "@ecl/ecl-webcomponents": "0.28.0", "ckeditor5": "47.5.0", "ncp": "2.0.0", - "vite": "8.0.16" + "vite": "8.2.1" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index efedb9d7..d394ba84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ patchedDependencies: hash: fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373 path: patches/@ecl__carousel.patch '@ecl/select': - hash: 71e0f930158c534c95bffa0ac7409233517c96f1bd0d823e94525466ceab8076 + hash: 90600884102a755e087577be808da2a3545ebcdc268c63e011c83ece2ce86991 path: patches/@ecl__select.patch '@ecl/table': hash: a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77 @@ -64,14 +64,14 @@ importers: specifier: 0.28.0 version: link:packages/ecl-webcomponents '@ecl/preset-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@eslint/js': specifier: 9.39.2 version: 9.39.2 '@prettier/plugin-xml': specifier: 3.4.2 - version: 3.4.2(prettier@3.8.3) + version: 3.4.2(prettier@3.9.6) '@stencil/angular-output-target': specifier: 0.10.2 version: 0.10.2(@stencil/core@4.43.5) @@ -80,31 +80,31 @@ importers: version: 0.5.3(@stencil/core@4.43.5) '@stencil/vue-output-target': specifier: 0.13.2 - version: 0.13.2(@stencil/core@4.43.5)(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.35(typescript@5.4.5)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@5.4.5)))(vue@3.5.35(typescript@5.4.5)) + version: 0.13.2(@stencil/core@4.43.5)(vue-router@5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.41(typescript@5.4.5)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@5.4.5))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)))(vue@3.5.41(typescript@5.4.5)) '@storybook/addon-docs': - specifier: 10.4.2 - version: 10.4.2(@types/react-dom@18.2.21)(@types/react@18.2.48)(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7)) + specifier: 10.5.7 + version: 10.5.7(@types/react-dom@18.2.21)(@types/react@18.2.48)(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) '@storybook/addon-links': - specifier: 10.4.2 - version: 10.4.2(@types/react@18.2.48)(react@18.2.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) + specifier: 10.5.7 + version: 10.5.7(@types/react@18.2.48)(react@18.2.0)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0)) '@storybook/html-vite': - specifier: 10.4.2 - version: 10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7)) + specifier: 10.5.7 + version: 10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) '@types/jest': specifier: 28.1.3 version: 28.1.3 '@typescript-eslint/eslint-plugin': - specifier: 8.60.1 - version: 8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + specifier: 8.67.0 + version: 8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) '@typescript-eslint/parser': - specifier: 8.60.1 - version: 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + specifier: 8.67.0 + version: 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) '@vitest/eslint-plugin': - specifier: 1.6.19 - version: 1.6.19(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)(vitest@4.1.8(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))) + specifier: 1.6.27 + version: 1.6.27(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)(vitest@4.1.10(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))) babel-loader: specifier: 10.1.1 - version: 10.1.1(@babel/core@7.29.7)(webpack@5.93.0(esbuild@0.27.7)) + version: 10.1.1(@babel/core@7.29.7)(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) browser-update: specifier: 3.3.63 version: 3.3.63 @@ -115,8 +115,8 @@ importers: specifier: 2.4.1 version: 2.4.1 core-js: - specifier: 3.49.0 - version: 3.49.0 + specifier: 3.50.0 + version: 3.50.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -125,31 +125,31 @@ importers: version: 9.39.2(jiti@1.21.7) eslint-config-airbnb: specifier: 19.0.4 - version: 19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react-hooks@7.1.1(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)) + version: 19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react-hooks@7.1.1(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)) eslint-config-airbnb-base: specifier: 15.0.0 - version: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)) + version: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)) eslint-config-prettier: specifier: 10.1.8 version: 10.1.8(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-import: specifier: 2.32.0 - version: 2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)) + version: 2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-jest: - specifier: 29.15.2 - version: 29.15.2(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(jest@28.1.3(@types/node@25.9.2))(typescript@5.4.5) + specifier: 29.16.0 + version: 29.16.0(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(jest@28.1.3(@types/node@25.9.2))(typescript@5.4.5) eslint-plugin-jsx-a11y: specifier: 6.10.2 version: 6.10.2(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-oxlint: - specifier: 1.68.0 - version: 1.68.0(oxlint@1.68.0) + specifier: 1.78.0 + version: 1.78.0(oxlint@1.78.0) eslint-plugin-playwright: - specifier: 2.10.4 - version: 2.10.4(eslint@9.39.2(jiti@1.21.7)) + specifier: 2.11.0 + version: 2.11.0(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-prettier: specifier: 5.5.6 - version: 5.5.6(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7))(prettier@3.8.3) + version: 5.5.6(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7))(prettier@3.9.6) eslint-plugin-react: specifier: 7.37.5 version: 7.37.5(eslint@9.39.2(jiti@1.21.7)) @@ -157,14 +157,14 @@ importers: specifier: 7.1.1 version: 7.1.1(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-vue: - specifier: 10.9.2 - version: 10.9.2(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(vue-eslint-parser@10.4.0(eslint@9.39.2(jiti@1.21.7))) + specifier: 10.10.0 + version: 10.10.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(vue-eslint-parser@10.4.1(eslint@9.39.2(jiti@1.21.7))) get-latest-version: specifier: 5.1.0 version: 5.1.0 globals: - specifier: 17.6.0 - version: 17.6.0 + specifier: 17.9.0 + version: 17.9.0 husky: specifier: 9.1.7 version: 9.1.7 @@ -181,23 +181,23 @@ importers: specifier: 2.2.0 version: 2.2.0 lint-staged: - specifier: 17.0.7 - version: 17.0.7 + specifier: 17.3.0 + version: 17.3.0 ncp: specifier: 2.0.0 version: 2.0.0 npm-check-updates: - specifier: 22.2.3 - version: 22.2.3 + specifier: 23.0.2 + version: 23.0.2 npm-run-all: specifier: 4.1.5 version: 4.1.5 prettier: - specifier: 3.8.3 - version: 3.8.3 + specifier: 3.9.6 + version: 3.9.6 puppeteer: - specifier: 25.1.0 - version: 25.1.0 + specifier: 25.6.0 + version: 25.6.0 react: specifier: 18.2.0 version: 18.2.0 @@ -211,32 +211,32 @@ importers: specifier: 6.1.3 version: 6.1.3 storybook: - specifier: 10.4.5 - version: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: 10.5.7 + version: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) storybook-addon-rtl: specifier: 3.0.2 - version: 3.0.2(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) + version: 3.0.2(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0)) stylelint: - specifier: 17.13.0 - version: 17.13.0(typescript@5.4.5) + specifier: 17.14.1 + version: 17.14.1(typescript@5.4.5) stylelint-config-css-modules: specifier: 4.6.0 - version: 4.6.0(stylelint@17.13.0(typescript@5.4.5)) + version: 4.6.0(stylelint@17.14.1(typescript@5.4.5)) stylelint-config-prettier: specifier: 9.0.5 - version: 9.0.5(stylelint@17.13.0(typescript@5.4.5)) + version: 9.0.5(stylelint@17.14.1(typescript@5.4.5)) stylelint-config-standard: specifier: 40.0.0 - version: 40.0.0(stylelint@17.13.0(typescript@5.4.5)) + version: 40.0.0(stylelint@17.14.1(typescript@5.4.5)) stylelint-config-standard-scss: specifier: 17.0.0 - version: 17.0.0(postcss@8.5.10)(stylelint@17.13.0(typescript@5.4.5)) + version: 17.0.0(postcss@8.5.26)(stylelint@17.14.1(typescript@5.4.5)) stylelint-order: specifier: 8.1.1 - version: 8.1.1(stylelint@17.13.0(typescript@5.4.5)) + version: 8.1.1(stylelint@17.14.1(typescript@5.4.5)) stylelint-scss: specifier: 7.2.0 - version: 7.2.0(stylelint@17.13.0(typescript@5.4.5)) + version: 7.2.0(stylelint@17.14.1(typescript@5.4.5)) packages/ecl-webcomponents: dependencies: @@ -245,11 +245,11 @@ importers: version: 4.43.5 devDependencies: '@stencil/angular-output-target': - specifier: 1.3.2 - version: 1.3.2(@stencil/core@4.43.5) + specifier: 1.4.1 + version: 1.4.1(@stencil/core@4.43.5) '@stencil/react-output-target': - specifier: 1.5.3 - version: 1.5.3(@stencil/core@4.43.5)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: 1.6.1 + version: 1.6.1(@stencil/core@4.43.5)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) packages/ecl-webcomponents-angular-workspace: dependencies: @@ -289,7 +289,7 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 18.2.0 - version: 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(browser-sync@3.0.4)(chokidar@3.6.0)(jest@28.1.3(@types/node@25.9.2))(karma@6.4.4)(lightningcss@1.32.0)(ng-packagr@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(tslib@2.8.1)(typescript@5.4.5))(typescript@5.4.5) + version: 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(browser-sync@3.0.4)(chokidar@3.6.0)(jest@28.1.3(@types/node@25.9.2))(karma@6.4.4)(lightningcss@1.33.0)(ng-packagr@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(tslib@2.8.1)(typescript@5.4.5))(typescript@5.4.5) '@angular/cli': specifier: 18.2.0 version: 18.2.0(chokidar@3.6.0) @@ -413,13 +413,13 @@ importers: version: 18.2.18 '@vitejs/plugin-react': specifier: 4.7.0 - version: 4.7.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) + version: 4.7.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) typescript: specifier: 6.0.3 version: 6.0.3 vite: - specifier: 8.0.16 - version: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + specifier: 8.2.1 + version: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) packages/ecl-webcomponents-vue: dependencies: @@ -428,11 +428,11 @@ importers: version: link:../ecl-webcomponents '@stencil/vue-output-target': specifier: 0.13.2 - version: 0.13.2(@stencil/core@4.43.5)(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + version: 0.13.2(@stencil/core@4.43.5)(vue-router@5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)))(vue@3.5.41(typescript@6.0.3)) devDependencies: vue: - specifier: 3.5.35 - version: 3.5.35(typescript@6.0.3) + specifier: 3.5.41 + version: 3.5.41(typescript@6.0.3) packages/ecl-webcomponents-vue-consumer: dependencies: @@ -441,29 +441,29 @@ importers: version: link:../ecl-webcomponents-vue pinia: specifier: ^3.0.4 - version: 3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)) + version: 3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)) vue: - specifier: ^3.5.35 - version: 3.5.35(typescript@6.0.3) + specifier: ^3.5.41 + version: 3.5.41(typescript@6.0.3) vue-router: - specifier: ^5.1.0 - version: 5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)) + specifier: ^5.2.0 + version: 5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) devDependencies: '@playwright/test': - specifier: ^1.60.0 - version: 1.60.0 + specifier: ^1.62.1 + version: 1.62.1 '@vitejs/plugin-vue': - specifier: ^6.0.7 - version: 6.0.7(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)) + specifier: ^6.0.8 + version: 6.0.8(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3)) '@vitejs/plugin-vue-jsx': - specifier: ^5.1.5 - version: 5.1.5(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)) + specifier: ^5.1.6 + version: 5.1.6(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3)) '@vue/test-utils': specifier: ^2.4.11 - version: 2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3)) + version: 2.4.11(@vue/compiler-dom@3.5.41)(@vue/server-renderer@3.5.41)(vue@3.5.41(typescript@6.0.3)) globals: - specifier: ^17.6.0 - version: 17.6.0 + specifier: ^17.9.0 + version: 17.9.0 jsdom: specifier: ^28.1.0 version: 28.1.0 @@ -471,26 +471,26 @@ importers: specifier: ^8.0.4 version: 8.0.4 oxlint: - specifier: ~1.68.0 - version: 1.68.0 + specifier: ~1.78.0 + version: 1.78.0 prettier: - specifier: 3.8.3 - version: 3.8.3 + specifier: 3.9.6 + version: 3.9.6 vite: - specifier: ^8.0.16 - version: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + specifier: ^8.2.1 + version: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) vite-plugin-vue-devtools: - specifier: ^8.1.2 - version: 8.1.2(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)) + specifier: ^8.2.1 + version: 8.2.1(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3)) vitest: - specifier: ^4.1.8 - version: 4.1.8(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) + specifier: ^4.1.10 + version: 4.1.10(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) playground: dependencies: '@ckeditor/ckeditor5-inspector': - specifier: 5.0.1 - version: 5.0.1 + specifier: 5.0.3 + version: 5.0.3 '@ecl/ckeditor5-ecl-webcomponents': specifier: 0.28.0 version: link:../src/plugins/ckeditor5-ecl-webcomponents @@ -504,8 +504,8 @@ importers: specifier: 2.0.0 version: 2.0.0 vite: - specifier: 8.0.16 - version: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + specifier: 8.2.1 + version: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) src/components/ecl-accordion: dependencies: @@ -514,23 +514,23 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/accordion': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -538,23 +538,23 @@ importers: src/components/ecl-add-to-calendar: devDependencies: '@ecl/add-to-calendar': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -569,26 +569,26 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/animated-numbers': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -603,23 +603,23 @@ importers: version: link:../ecl-link devDependencies: '@ecl/banner': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) + specifier: 5.1.0 + version: 5.1.0(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -627,23 +627,23 @@ importers: src/components/ecl-blockquote: devDependencies: '@ecl/blockquote': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -661,29 +661,29 @@ importers: version: link:../ecl-link devDependencies: '@ecl/breadcrumb': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -698,35 +698,35 @@ importers: version: link:../ecl-indicator devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/icon': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-icons': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -734,20 +734,20 @@ importers: src/components/ecl-card: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/card': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -762,23 +762,23 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/banner': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) + specifier: 5.1.0 + version: 5.1.0(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/carousel': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373) + specifier: 5.1.0 + version: 5.1.0(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -786,17 +786,17 @@ importers: src/components/ecl-category-filter: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/category-filter': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -804,38 +804,38 @@ importers: src/components/ecl-content-block: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/content-block': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/description-list': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/icon': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/label': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -843,20 +843,20 @@ importers: src/components/ecl-content-item: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/content-item': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -864,23 +864,23 @@ importers: src/components/ecl-date-block: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/date-block': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -888,29 +888,29 @@ importers: src/components/ecl-datepicker: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/datepicker': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/layout-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/text-input': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -918,29 +918,29 @@ importers: src/components/ecl-description-list: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/description-list': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -948,17 +948,17 @@ importers: src/components/ecl-divider: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/separator': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -966,29 +966,29 @@ importers: src/components/ecl-expandable: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/expandable': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/web-components-button': specifier: 0.28.0 version: link:../ecl-button @@ -1009,29 +1009,29 @@ importers: version: link:../ecl-link devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/fact-figures': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1039,26 +1039,35 @@ importers: src/components/ecl-featured-item: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/featured-item': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/link': + specifier: 5.1.0 + version: 5.1.0 '@ecl/media-container': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/mixins-color': + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/utility-screen-reader': + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1066,20 +1075,23 @@ importers: src/components/ecl-file: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/file': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/mixins-typography': + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1087,29 +1099,29 @@ importers: src/components/ecl-file-upload: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/file-upload': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1117,32 +1129,32 @@ importers: src/components/ecl-footer: devDependencies: '@ecl/builder': - specifier: 5.0.0 - version: 5.0.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-ec-logo': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-eu-logo': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/site-footer': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1150,26 +1162,26 @@ importers: src/components/ecl-form-group: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/form-group': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1177,23 +1189,23 @@ importers: src/components/ecl-gallery: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/gallery': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1201,17 +1213,17 @@ importers: src/components/ecl-grid: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1219,20 +1231,51 @@ importers: src/components/ecl-highlight-box: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/highlight-box': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/mixins-typography': + specifier: 5.1.0 + version: 5.1.0 + '@ecl/theme-ec': + specifier: 5.1.0 + version: 5.1.0 + '@ecl/theme-eu': + specifier: 5.1.0 + version: 5.1.0 + cross-env: + specifier: 10.1.0 + version: 10.1.0 + + src/components/ecl-highlighted-search: + dependencies: + '@ecl/web-components-form-group': + specifier: 5.1.0 + version: link:../ecl-form-group + '@ecl/web-components-input': + specifier: 5.1.0 + version: link:../ecl-input + devDependencies: + '@ecl/builder': + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/highlighted-search': + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/mixins-color': + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1240,20 +1283,20 @@ importers: src/components/ecl-icon: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/icon': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-icons': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1261,14 +1304,14 @@ importers: src/components/ecl-indicator: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/indicator': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1283,23 +1326,23 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/inpage-navigation': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1310,47 +1353,47 @@ importers: src/components/ecl-input: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/checkbox': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/datepicker': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/file-upload': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/layout-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/radio': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/search-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/text-input': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1358,23 +1401,23 @@ importers: src/components/ecl-label: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/label': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography/': - specifier: 5.0.0-RC6 - version: '@ecl/mixins-typography@5.0.0-RC6' + specifier: 5.1.0 + version: '@ecl/mixins-typography@5.1.0' '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1389,38 +1432,38 @@ importers: version: link:../ecl-indicator devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/icon': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/indicator': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-icons': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1428,23 +1471,23 @@ importers: src/components/ecl-list-illustration: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/list-illustration': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1468,26 +1511,26 @@ importers: version: link:../ecl-video devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/media-container': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-media': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1505,23 +1548,23 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mega-menu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1529,23 +1572,23 @@ importers: src/components/ecl-menu: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/menu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1557,23 +1600,23 @@ importers: version: link:../ecl-button devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/modal': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1581,20 +1624,20 @@ importers: src/components/ecl-navigation-list: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/navigation-list': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1602,20 +1645,20 @@ importers: src/components/ecl-news-ticker: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/news-ticker': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1630,23 +1673,23 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/notification': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1654,29 +1697,29 @@ importers: src/components/ecl-page-header: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/page-header': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1684,23 +1727,23 @@ importers: src/components/ecl-page-information: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/page-information': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1712,23 +1755,23 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/page-summary': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1736,20 +1779,20 @@ importers: src/components/ecl-pagination: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/pagination': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1757,11 +1800,11 @@ importers: src/components/ecl-picture: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/picture': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1776,26 +1819,26 @@ importers: version: link:../ecl-link devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/popover': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1810,29 +1853,29 @@ importers: version: link:../ecl-link devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/quiz': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1840,26 +1883,26 @@ importers: src/components/ecl-range: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/layout-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/range': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1867,23 +1910,23 @@ importers: src/components/ecl-rating-field: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/rating-field': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1891,29 +1934,29 @@ importers: src/components/ecl-search-form: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/search-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1921,41 +1964,41 @@ importers: src/components/ecl-select: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/checkbox': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/icon': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/layout-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/select': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=71e0f930158c534c95bffa0ac7409233517c96f1bd0d823e94525466ceab8076)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=90600884102a755e087577be808da2a3545ebcdc268c63e011c83ece2ce86991)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/text-input': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -1963,35 +2006,35 @@ importers: src/components/ecl-site-header: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-ec-logo': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/resources-eu-logo': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/site-header': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2003,17 +2046,17 @@ importers: version: link:../ecl-button devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/slogan-ticker': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2021,23 +2064,23 @@ importers: src/components/ecl-social-media-follow: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/social-media-follow': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2045,20 +2088,20 @@ importers: src/components/ecl-spacing: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-spacing': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2066,20 +2109,20 @@ importers: src/components/ecl-spinner: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/spinner': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2090,29 +2133,29 @@ importers: src/components/ecl-splash-page: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/splash-page': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/web-components-grid': specifier: 0.28.0 version: link:../ecl-grid @@ -2126,26 +2169,60 @@ importers: src/components/ecl-spotlight: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/picture': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/spotlight': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/theme-ec': + specifier: 5.1.0 + version: 5.1.0 + '@ecl/theme-eu': + specifier: 5.1.0 + version: 5.1.0 + cross-env: + specifier: 10.1.0 + version: 10.1.0 + + src/components/ecl-story-card: + dependencies: + '@ecl/web-components-button': + specifier: 0.28.0 + version: link:../ecl-button + '@ecl/web-components-link': + specifier: 0.28.0 + version: link:../ecl-link + '@ecl/web-components-picture': + specifier: 0.28.0 + version: link:../ecl-picture + devDependencies: + '@ecl/builder': + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/mixins-typography': + specifier: 5.1.0 + version: 5.1.0 + '@ecl/story-card': + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 + '@ecl/utility-screen-reader': + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2153,32 +2230,32 @@ importers: src/components/ecl-table: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/icon': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/table': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2186,23 +2263,23 @@ importers: src/components/ecl-tabs: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/tabs': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a) + specifier: 5.1.0 + version: 5.1.0(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a) '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2217,17 +2294,17 @@ importers: version: link:../ecl-icon devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/tag': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2235,26 +2312,26 @@ importers: src/components/ecl-text: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-color': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2269,29 +2346,29 @@ importers: version: link:../ecl-media-container devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/button': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/text-media': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2299,26 +2376,26 @@ importers: src/components/ecl-textarea: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/layout-form': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/text-area': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2326,29 +2403,29 @@ importers: src/components/ecl-timeline: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/link': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/timeline': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/utility-screen-reader': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2356,23 +2433,23 @@ importers: src/components/ecl-tooltip: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/grid': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/mixins-typography': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 '@ecl/tooltip': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2380,11 +2457,11 @@ importers: src/components/ecl-video: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/video': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -2405,14 +2482,14 @@ importers: src/themes/ec: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/preset-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/theme-ec': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 npm-run-all: specifier: 4.1.5 version: 4.1.5 @@ -2420,22 +2497,22 @@ importers: src/themes/eu: devDependencies: '@ecl/builder': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/preset-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + specifier: 5.1.0 + version: 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) '@ecl/theme-eu': - specifier: 5.0.0-RC6 - version: 5.0.0-RC6 + specifier: 5.1.0 + version: 5.1.0 packages: '@acemir/cssom@0.9.31': resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==} - '@adobe/css-tools@4.4.4': - resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==} + '@adobe/css-tools@4.5.0': + resolution: {integrity: sha512-6OzddxPio9UiWTCemp4N8cYLV2ZN1ncRnV1cVGtve7dhPOtRkleRyx32GQCYSwDYgaHU3USMm84tNsvKzRCa1Q==} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} @@ -2626,18 +2703,10 @@ packages: '@asamuzakjp/nwsapi@2.3.9': resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==} - '@babel/code-frame@7.29.0': - resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.29.7': resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.29.0': - resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.29.7': resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} engines: {node: '>=6.9.0'} @@ -2646,10 +2715,6 @@ packages: resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} - '@babel/core@7.29.0': - resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} - engines: {node: '>=6.9.0'} - '@babel/core@7.29.7': resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} engines: {node: '>=6.9.0'} @@ -2665,56 +2730,32 @@ packages: resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} engines: {node: '>=6.9.0'} - '@babel/generator@7.29.1': - resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} - engines: {node: '>=6.9.0'} - - '@babel/generator@7.29.7': - resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} + '@babel/generator@7.29.8': + resolution: {integrity: sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==} engines: {node: '>=6.9.0'} - '@babel/generator@8.0.0-rc.5': - resolution: {integrity: sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==} + '@babel/generator@8.0.0': + resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-annotate-as-pure@7.24.7': resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.3': - resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.29.7': resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.28.6': - resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.29.7': resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.28.6': - resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.29.7': resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.28.5': - resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.29.7': resolution: {integrity: sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==} engines: {node: '>=6.9.0'} @@ -2726,86 +2767,44 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - '@babel/helper-globals@7.28.0': - resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} - engines: {node: '>=6.9.0'} - '@babel/helper-globals@7.29.7': resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.28.5': - resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.29.7': resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.28.6': - resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} - engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.29.7': resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.28.6': - resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-module-transforms@7.29.7': resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.27.1': - resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} - engines: {node: '>=6.9.0'} - '@babel/helper-optimise-call-expression@7.29.7': resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.28.6': - resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} - engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.29.7': resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==} engines: {node: '>=6.9.0'} - '@babel/helper-remap-async-to-generator@7.27.1': - resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-remap-async-to-generator@7.29.7': resolution: {integrity: sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.28.6': - resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.29.7': resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': - resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} - engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.29.7': resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==} engines: {node: '>=6.9.0'} @@ -2814,104 +2813,56 @@ packages: resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.27.1': - resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} - engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.29.7': resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@8.0.0-rc.5': - resolution: {integrity: sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==} + '@babel/helper-string-parser@8.0.0': + resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-identifier@7.28.5': - resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.29.7': resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@8.0.0-rc.5': - resolution: {integrity: sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==} + '@babel/helper-validator-identifier@8.0.4': + resolution: {integrity: sha512-4wFaiLd0bVo4cIoTXI3zKI038NIWE/cr3jvBjejOVYVxV/m8Ltav1USiGzG1fmS5J2RhgEOgXNNK46cRPnRsrg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-option@7.27.1': - resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.29.7': resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.28.6': - resolution: {integrity: sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.29.7': resolution: {integrity: sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.29.2': - resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} - engines: {node: '>=6.9.0'} - '@babel/helpers@7.29.7': resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} engines: {node: '>=6.9.0'} - '@babel/parser@7.29.2': - resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.29.3': - resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.29.7': - resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} + '@babel/parser@7.29.8': + resolution: {integrity: sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@8.0.0-rc.5': - resolution: {integrity: sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==} + '@babel/parser@8.0.4': + resolution: {integrity: sha512-srpptsAkEbbNIC/q8nT7o+m6CQe8CJUTV/t7MYc9NnWlgYVtHOb7JH6SorxMhN0kuRJjVqXbKClG6xSbPtzz+g==} engines: {node: ^22.18.0 || >=24.11.0} hasBin: true - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5': - resolution: {integrity: sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7': resolution: {integrity: sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1': - resolution: {integrity: sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7': resolution: {integrity: sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1': - resolution: {integrity: sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7': resolution: {integrity: sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==} engines: {node: '>=6.9.0'} @@ -2924,32 +2875,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1': - resolution: {integrity: sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.13.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7': resolution: {integrity: sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6': - resolution: {integrity: sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7': resolution: {integrity: sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-proposal-decorators@7.29.0': - resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==} + '@babel/plugin-proposal-decorators@7.29.7': + resolution: {integrity: sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2988,8 +2927,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-decorators@7.28.6': - resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==} + '@babel/plugin-syntax-decorators@7.29.7': + resolution: {integrity: sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3004,12 +2943,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.28.6': - resolution: {integrity: sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.29.7': resolution: {integrity: sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==} engines: {node: '>=6.9.0'} @@ -3022,12 +2955,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': - resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.29.7': resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==} engines: {node: '>=6.9.0'} @@ -3044,12 +2971,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.28.6': - resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.29.7': resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==} engines: {node: '>=6.9.0'} @@ -3098,12 +3019,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.28.6': - resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.29.7': resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==} engines: {node: '>=6.9.0'} @@ -3116,12 +3031,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-arrow-functions@7.27.1': - resolution: {integrity: sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-arrow-functions@7.29.7': resolution: {integrity: sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==} engines: {node: '>=6.9.0'} @@ -3152,132 +3061,66 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoped-functions@7.27.1': - resolution: {integrity: sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoped-functions@7.29.7': resolution: {integrity: sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.28.6': - resolution: {integrity: sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.29.7': resolution: {integrity: sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.28.6': - resolution: {integrity: sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.29.7': resolution: {integrity: sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-static-block@7.28.6': - resolution: {integrity: sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - '@babel/plugin-transform-class-static-block@7.29.7': resolution: {integrity: sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.28.6': - resolution: {integrity: sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-classes@7.29.7': resolution: {integrity: sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.28.6': - resolution: {integrity: sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.29.7': resolution: {integrity: sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-destructuring@7.28.5': - resolution: {integrity: sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-destructuring@7.29.7': resolution: {integrity: sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.28.6': - resolution: {integrity: sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.29.7': resolution: {integrity: sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-keys@7.27.1': - resolution: {integrity: sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-keys@7.29.7': resolution: {integrity: sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0': - resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7': resolution: {integrity: sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-dynamic-import@7.27.1': - resolution: {integrity: sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dynamic-import@7.29.7': resolution: {integrity: sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==} engines: {node: '>=6.9.0'} @@ -3290,140 +3133,68 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.28.6': - resolution: {integrity: sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.29.7': resolution: {integrity: sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-export-namespace-from@7.27.1': - resolution: {integrity: sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-export-namespace-from@7.29.7': resolution: {integrity: sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-for-of@7.27.1': - resolution: {integrity: sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-for-of@7.29.7': resolution: {integrity: sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-function-name@7.27.1': - resolution: {integrity: sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-function-name@7.29.7': resolution: {integrity: sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.28.6': - resolution: {integrity: sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.29.7': resolution: {integrity: sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-literals@7.27.1': - resolution: {integrity: sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-literals@7.29.7': resolution: {integrity: sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.28.6': - resolution: {integrity: sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.29.7': resolution: {integrity: sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-member-expression-literals@7.27.1': - resolution: {integrity: sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-member-expression-literals@7.29.7': resolution: {integrity: sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-amd@7.27.1': - resolution: {integrity: sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-amd@7.29.7': resolution: {integrity: sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.28.6': - resolution: {integrity: sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.29.7': resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-systemjs@7.29.0': - resolution: {integrity: sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-modules-systemjs@7.29.7': - resolution: {integrity: sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-modules-umd@7.27.1': - resolution: {integrity: sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==} + '@babel/plugin-transform-modules-systemjs@7.29.8': + resolution: {integrity: sha512-6iSnEK0zlkLKU4heofK/AdmRD4e2SHVpJMtrwnTCzhnaM98ria4rTrOXBBi45BTTYnJtO8txnPsX4fChYXkmeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3434,144 +3205,72 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-named-capturing-groups-regex@7.29.0': - resolution: {integrity: sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-named-capturing-groups-regex@7.29.7': resolution: {integrity: sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-new-target@7.27.1': - resolution: {integrity: sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-new-target@7.29.7': resolution: {integrity: sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6': - resolution: {integrity: sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.29.7': resolution: {integrity: sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.28.6': - resolution: {integrity: sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.29.7': resolution: {integrity: sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.28.6': - resolution: {integrity: sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.29.7': resolution: {integrity: sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-super@7.27.1': - resolution: {integrity: sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-super@7.29.7': resolution: {integrity: sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.28.6': - resolution: {integrity: sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.29.7': resolution: {integrity: sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.28.6': - resolution: {integrity: sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.29.7': resolution: {integrity: sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-parameters@7.27.7': - resolution: {integrity: sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-parameters@7.29.7': resolution: {integrity: sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.28.6': - resolution: {integrity: sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.29.7': resolution: {integrity: sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.28.6': - resolution: {integrity: sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.29.7': resolution: {integrity: sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-property-literals@7.27.1': - resolution: {integrity: sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-property-literals@7.29.7': resolution: {integrity: sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==} engines: {node: '>=6.9.0'} @@ -3590,14 +3289,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-self@7.27.1': - resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==} + '@babel/plugin-transform-react-jsx-self@7.29.7': + resolution: {integrity: sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-source@7.27.1': - resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==} + '@babel/plugin-transform-react-jsx-source@7.29.7': + resolution: {integrity: sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3614,14 +3313,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.29.0': - resolution: {integrity: sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-regenerator@7.29.7': - resolution: {integrity: sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==} + '@babel/plugin-transform-regenerator@7.29.8': + resolution: {integrity: sha512-0UpIXPtdDtMXfnV2OJAVMLpj3H/92vmkA6lpSRakmycJvj3VUy6Xs1dM8tXRugupykr5WB+LpiVl0J8LMVg2mg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3632,12 +3325,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-reserved-words@7.27.1': - resolution: {integrity: sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-reserved-words@7.29.7': resolution: {integrity: sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==} engines: {node: '>=6.9.0'} @@ -3656,32 +3343,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-shorthand-properties@7.27.1': - resolution: {integrity: sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-shorthand-properties@7.29.7': resolution: {integrity: sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.28.6': - resolution: {integrity: sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-spread@7.29.7': - resolution: {integrity: sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-sticky-regex@7.27.1': - resolution: {integrity: sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==} + '@babel/plugin-transform-spread@7.29.8': + resolution: {integrity: sha512-4S9ksMGVWUshvgK0mKfvZky7leuG5/uoFVwMpAomJ8bMoDJiNHRVmc1EglwW/CmGVSqqWpEbXm9FmbRit22qoA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3692,56 +3361,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.27.1': - resolution: {integrity: sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.29.7': resolution: {integrity: sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typeof-symbol@7.27.1': - resolution: {integrity: sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-typeof-symbol@7.29.7': - resolution: {integrity: sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-typescript@7.28.6': - resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-typescript@7.29.7': - resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-unicode-escapes@7.27.1': - resolution: {integrity: sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==} + '@babel/plugin-transform-typeof-symbol@7.29.7': + resolution: {integrity: sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-escapes@7.29.7': - resolution: {integrity: sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==} + '@babel/plugin-transform-typescript@7.29.7': + resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.28.6': - resolution: {integrity: sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==} + '@babel/plugin-transform-unicode-escapes@7.29.7': + resolution: {integrity: sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3752,24 +3391,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-regex@7.27.1': - resolution: {integrity: sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-regex@7.29.7': resolution: {integrity: sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-sets-regex@7.28.6': - resolution: {integrity: sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-unicode-sets-regex@7.29.7': resolution: {integrity: sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==} engines: {node: '>=6.9.0'} @@ -3813,32 +3440,20 @@ packages: resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} engines: {node: '>=6.9.0'} - '@babel/template@7.28.6': - resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} - engines: {node: '>=6.9.0'} - '@babel/template@7.29.7': resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.29.0': - resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} - engines: {node: '>=6.9.0'} - - '@babel/traverse@7.29.7': - resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} + '@babel/traverse@7.29.8': + resolution: {integrity: sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==} engines: {node: '>=6.9.0'} - '@babel/types@7.29.0': - resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} + '@babel/types@7.29.8': + resolution: {integrity: sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==} engines: {node: '>=6.9.0'} - '@babel/types@7.29.7': - resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} - engines: {node: '>=6.9.0'} - - '@babel/types@8.0.0-rc.5': - resolution: {integrity: sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==} + '@babel/types@8.0.4': + resolution: {integrity: sha512-eY+Yn3dCqTGmyiq2QRU66lA5FL8lqqqvecHt0fF3uHONIa7ToYsaCiWV8lOKqAs0Rb2SjixiKFROngnulPtt2g==} engines: {node: ^22.18.0 || >=24.11.0} '@bcoe/v8-coverage@0.2.3': @@ -3848,11 +3463,11 @@ packages: resolution: {integrity: sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==} hasBin: true - '@cacheable/memory@2.0.8': - resolution: {integrity: sha512-FvEb29x5wVwu/Kf93IWwsOOEuhHh6dYCJF3vcKLzXc0KXIW181AOzv6ceT4ZpBHDvAfG60eqb+ekmrnLHIy+jw==} + '@cacheable/memory@2.2.0': + resolution: {integrity: sha512-CTLKqLItRCEixEAewD3/j9DB3/o96gpTPD4eJ1v+DGOlxZRZncRQkGYqqnAGCscYd6RNeXfGeiuCphsPtqyIfQ==} - '@cacheable/utils@2.4.1': - resolution: {integrity: sha512-eiFgzCbIneyMlLOmNG4g9xzF7Hv3Mga4LjxjcSC/ues6VYq2+gUbQI8JqNuw/ZM8tJIeIaBGpswAsqV2V7ApgA==} + '@cacheable/utils@2.5.0': + resolution: {integrity: sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==} '@ckeditor/ckeditor5-adapter-ckfinder@47.5.0': resolution: {integrity: sha512-fOAmkBcSIWrGFDoz7kdb9XE/8yU7MnmzJ5JNbDVGNnpX+IL/1xRwvsnipwJzvJn8i3vo25kbyKLrh7FA8CsFtA==} @@ -3956,8 +3571,8 @@ packages: '@ckeditor/ckeditor5-indent@47.5.0': resolution: {integrity: sha512-ZioulqHdwXBqirZGwESdkXWiYa1AE+EVbhegMO+a8tNa+SCDIt4do5PsrWxyz+PtW5jGBTKY831TY4NIGTihvQ==} - '@ckeditor/ckeditor5-inspector@5.0.1': - resolution: {integrity: sha512-O6iuP8EtDZvkkKpMJjJTY+ZZRQA/ZEpguaOmdg4J+mEXHZoI7fshNv8LA/g6cUoPO4W3eRfBZ1VPmrGWjZWdfg==} + '@ckeditor/ckeditor5-inspector@5.0.3': + resolution: {integrity: sha512-DEVKf/yE3udEwc/YK3hDBrfV05l5TcB8DEtwoCe1jrzO2mebZb0LnpIpHXGOJPUc+7tCB2dwhXaNA4/AZLT7Xw==} bundledDependencies: - copy-to-clipboard - es-toolkit @@ -4050,33 +3665,26 @@ packages: '@ckeditor/ckeditor5-word-count@47.5.0': resolution: {integrity: sha512-zsATU4eI7iFWC+3axpj9JG7Gm6IRzDzjW8fQqYho0xMc3hN71XxgIbPZR7jLpwNo29WirCsNxAfqi4Q2Ws8c6w==} - '@colordx/core@5.2.0': - resolution: {integrity: sha512-wifnqsGCXRh+lJdX4975nKEPJaSk7k8rMiA/VeGrS4tOTn06WZrow6cUA7wFJKPXfcqj0rXeH4BMgGoKZvBf7g==} + '@colordx/core@5.5.0': + resolution: {integrity: sha512-3PxTH8itZzltK0U9jTwVVnjLXvnDYuq3m+QXsHkENxWiPRh4WaoLcs1SQjqgZ55kS+QyirpH5BVwzP2gMVG6EQ==} '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@csstools/color-helpers@6.0.2': - resolution: {integrity: sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==} - engines: {node: '>=20.19.0'} - - '@csstools/css-calc@3.2.0': - resolution: {integrity: sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==} + '@csstools/color-helpers@6.1.0': + resolution: {integrity: sha512-064IFJdjTfUqnjpCVpMOdbr8FLQBhinbZj6yRv2An2E41O/pLEXqfFRWqGq/SxlE5PEUYTlvWsG2r8MswAVvkg==} engines: {node: '>=20.19.0'} - peerDependencies: - '@csstools/css-parser-algorithms': ^4.0.0 - '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-calc@3.2.1': - resolution: {integrity: sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==} + '@csstools/css-calc@3.3.0': + resolution: {integrity: sha512-c5ihYsPkdG6JCkU2zTMm4+k6r7RXuGxtWYhu5DHMIiF1FHzrfmHL5so11AoFpUv/tu61xfcmT4AmKoFfMPoqdQ==} engines: {node: '>=20.19.0'} peerDependencies: '@csstools/css-parser-algorithms': ^4.0.0 '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-color-parser@4.1.0': - resolution: {integrity: sha512-U0KhLYmy2GVj6q4T3WaAe6NPuFYCPQoE3b0dRGxejWDgcPp8TP7S5rVdM5ZrFaqu4N67X8YaPBw14dQSYx3IyQ==} + '@csstools/css-color-parser@4.1.10': + resolution: {integrity: sha512-UZhQLIUyJaaMepqehrCODwCg2KW25vFvLWBmqYFaPclYvvxzj/sG8LBOhBFCp11i9uE7t1EyS+RAoV9tztPFyw==} engines: {node: '>=20.19.0'} peerDependencies: '@csstools/css-parser-algorithms': ^4.0.0 @@ -4088,16 +3696,8 @@ packages: peerDependencies: '@csstools/css-tokenizer': ^4.0.0 - '@csstools/css-syntax-patches-for-csstree@1.1.3': - resolution: {integrity: sha512-SH60bMfrRCJF3morcdk57WklujF4Jr/EsQUzqkarfHXEFcAR1gg7fS/chAE922Sehgzc1/+Tz5H3Ypa1HiEKrg==} - peerDependencies: - css-tree: ^3.2.1 - peerDependenciesMeta: - css-tree: - optional: true - - '@csstools/css-syntax-patches-for-csstree@1.1.5': - resolution: {integrity: sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==} + '@csstools/css-syntax-patches-for-csstree@1.1.7': + resolution: {integrity: sha512-fQ+05118eQS1cofO3aJpB5efgpBZMvIzwr/sbC8kDLVA5XLG8q1kJV5yzrUAI1f7lvhPnm8fgIjzFB8/O/5Dig==} peerDependencies: css-tree: ^3.2.1 peerDependenciesMeta: @@ -4115,8 +3715,8 @@ packages: '@csstools/css-parser-algorithms': ^4.0.0 '@csstools/css-tokenizer': ^4.0.0 - '@csstools/selector-resolve-nested@4.0.0': - resolution: {integrity: sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==} + '@csstools/selector-resolve-nested@4.0.1': + resolution: {integrity: sha512-j3vdQu0XwLME5qOTWxm8cnmvsf423R2YL6DbKklCHZwkDm7UdKNu6RPlw4REIJhSlKBICY3B70/7QZdicLqZgg==} engines: {node: '>=20.19.0'} peerDependencies: postcss-selector-parser: ^7.1.1 @@ -4131,364 +3731,341 @@ packages: resolution: {integrity: sha512-boghen8F0Q8D+0/Q1/1r6DUEieUJ8w2a1gIknExMSHBsJFOr2+0KUfHiVYBvucPwl3+RU5PFBK833FjFCh3BhA==} engines: {node: '>=14.17.0'} - '@ecl/accordion@5.0.0-RC6': - resolution: {integrity: sha512-TKUUziDXjdMPc/6d6ZyUYQ3QAuHTdRmBIf0AXYqptbo95qxnfVO3tqIh+2JwjpPEXRSzTvV1T4LgusCT+6ob2w==} - - '@ecl/add-to-calendar@5.0.0-RC6': - resolution: {integrity: sha512-9mlH7on4A3sUMD7JKWMaOc1r6kooUm4DQ70aNGPIq/DX16Q8zN9BBxAcKMgwmE6PPSgvhycsdJaE8crPcXsvjA==} + '@ecl/accordion@5.1.0': + resolution: {integrity: sha512-sNV2bmryLIP4+6AePqKFFru8TlwAMQ3ngFLRNaIG5ZoVuWich/bNOzLNxymP4Yscjmwq9IgUJIwYJkp0E4bA8w==} - '@ecl/animated-numbers@5.0.0-RC6': - resolution: {integrity: sha512-vvTdUWK9q13jDkF0bJmGEYe1DyWaHuts/lvSZRjSsVi65qEiNQ1jDgfu/LWHy/QlEKY2eEq0Ss9MnUbRci9AhA==} + '@ecl/add-to-calendar@5.1.0': + resolution: {integrity: sha512-FReEfPvxWS6Zt/eML9IqnOoWFSigcOtt8wLdcfQHuy7kFxU9Z/ZvWizNIdeXJdcp4zeaHp+YH1CO+F4rEvbZTw==} - '@ecl/banner@5.0.0-RC6': - resolution: {integrity: sha512-jggSVN5H3gKWOJBrZPeLoIbM1WaIhcfItkQV7qfu5c7Vkp4QSSiWB3lmAN/QLFuvAVYQiIhjyLKwAui8sJsjeA==} + '@ecl/animated-numbers@5.1.0': + resolution: {integrity: sha512-0NKmYnhC2rDRaoNFgt10Dz+RNQ5urKq5lVYGq1ITV9rz8MhA19SXlS/n9YVet/dZGJR31cEF1b4LFwiRsOnIIg==} - '@ecl/blockquote@5.0.0-RC6': - resolution: {integrity: sha512-I6Pm8ilDYl15WyYSG4HdUL7pTtXu2oN78ts3KvDwvRalNSzaRNzMLHNxAxFtnI+2D1Yyv8fAqAvjkVvyy1hh/A==} + '@ecl/banner@5.1.0': + resolution: {integrity: sha512-pW4Z0c/xx4tVQEUmqKBFIzKbw5ygLZaoqC8HGU59AlSsOaZOsOslO2DoJ/xx8MMkPg8Kw7HaSoQs8c8J/1awUQ==} - '@ecl/breadcrumb@5.0.0-RC6': - resolution: {integrity: sha512-qZFCcE1HrffIg3KyrVXQJDIpwKwAtvD2XNZ1nU66Sk5RIoPfka07H1sU465qgIVipI50zEIHUo54Ve42AjdgoA==} + '@ecl/blockquote@5.1.0': + resolution: {integrity: sha512-sdh3EaQdzUaotDI8giBWBopiSBYciEeX8HThEGU+qcB1A1oCA68d74n4VbnihRH9LoLWFY8XM51BAiTh0jEQyQ==} - '@ecl/builder@5.0.0': - resolution: {integrity: sha512-PmwCGOJuCEY4/n+wjgRWuErPlgX20pcrRl4tdKSlJZPTu/HDbrwB3CfRKp5uyl+xyP30kgPvGY8fLVQr5LBSJw==} - engines: {node: '>=22.12.0'} - hasBin: true + '@ecl/breadcrumb@5.1.0': + resolution: {integrity: sha512-BO1x+qfG/GecXFJZp1CEHC6JHrR6Dxt226DETQ8Y34oz2BMgdKpa7HfK6kRVCb0NAID6ws6zK1LPKrIHSN5I1g==} - '@ecl/builder@5.0.0-RC6': - resolution: {integrity: sha512-PUuAaOG3pEdEDdfGbt0I5aLbz+t24Qd1SYJ4LW1WQsjUF2twyQ63mASAu6DTJyOt6BCZdTXmYSnn1yuT1s/1UQ==} + '@ecl/builder@5.1.0': + resolution: {integrity: sha512-rEA8uWKBSwsLmdyTUl4S3dxwQbsKg+k4YyVTdadZLw4kDWWsckSpJfM5Mlj2R0U+Mr0NY6MzSiojM7zPrUSXnw==} engines: {node: '>=22.12.0'} hasBin: true - '@ecl/button@5.0.0-RC6': - resolution: {integrity: sha512-HloAoDC5KGjH0snQ6DzO2BMZ0R8CxnSMtjOyszJ54I/qtbVgrzR+OIYEqFvHQ3slkAd4d417MMf38SuH5uJkGQ==} - - '@ecl/card@5.0.0-RC6': - resolution: {integrity: sha512-zjwHQeyWLEB17ifrPsbenKS81X1LX97LtxM7wPrkWtFM6dlGXhlz13ySqhAek7pakJVrXnyHHWI17SAEHopkRw==} - - '@ecl/carousel@5.0.0-RC6': - resolution: {integrity: sha512-TnbgD3iqrkOgW1KTqMJjvOMht/yYyK9TCILYRWiA7kuICnNW5lDQIZDzrpeMkCdIAIn6lJd/IWUjRL14uyC+Wg==} - - '@ecl/category-filter@5.0.0-RC6': - resolution: {integrity: sha512-UkIITyvWHz6M6O/f/3zoJH228uFcjDXo842WPligeUyQRQXT9ehjMbFF0xkOs+d+6IIQEPMdBxnApbdrl03qyw==} - - '@ecl/checkbox@5.0.0-RC6': - resolution: {integrity: sha512-BdLDrDbsEDrRmiSUMyFzzldRpjKYYsWSZv/ZhHCih4gWvprPXYSQxe3+yNk7Ot7OUc7FmI5vFccBVQlkd03Nlg==} + '@ecl/button@5.1.0': + resolution: {integrity: sha512-NIYHbju50FMM7fFssya2GeHj7CZhZQXZOQkNKKMCsFwkC2GZaFwmDHZ+UTdo9mkzPcMfBinxmBfnM5kvqRHtsQ==} - '@ecl/color-modes@5.0.0-RC6': - resolution: {integrity: sha512-xlA50ophM/tsGgcpywPRpo407P9JNgls3vfLknZcZltPCzL5dC7IFbIIMExg/EJ/SbaeVj6qIJ/W9O3YvRDHEw==} + '@ecl/card@5.1.0': + resolution: {integrity: sha512-GXIlDga3u17iLGZWK7eB3hmTimUm1UOFc1HCpGrBu7IkPaiTmFhiXZRraky8T24gr1JOPhNZajA3ISZXRcoaNw==} - '@ecl/content-block@5.0.0-RC6': - resolution: {integrity: sha512-A4e3Dx4aO5M1rs59YQ58TIQTf/kckCBj41W55MxXCetCugNgslK249cqLJV6aYKZTCcn7LYG779hIyY2yKRj5g==} + '@ecl/carousel@5.1.0': + resolution: {integrity: sha512-5aIqMnKcF8zvSc9szFBfTMkKtzNkeoRza/KSKnMW8Ff9/qaLAMGEOSZyzsUEgDbKx1pJiwq0329RlMkrM1e0ZA==} - '@ecl/content-item@5.0.0-RC6': - resolution: {integrity: sha512-dlJpLnfCvLK86uGXMPKyu6lQOlJCzCjSw2FZeXgTeS3i92Fku+fNyY45YlgKaEuWE8PalPGVrdvcAaL4NDg9hQ==} + '@ecl/category-filter@5.1.0': + resolution: {integrity: sha512-IrNuPBU7VvS6gw7Cgw3EjH3bqeyg40Gjb26ZFwoJQCV2u4hIce0N0+fR0Xe8DQatk2X5A1pVJUOvAe8f6y/gAg==} - '@ecl/date-block@5.0.0-RC6': - resolution: {integrity: sha512-XJaJqa8LdNN4vwTPWXcHyeO+lLqOZH03hdJxboIfuTEolb8SpWo7eD+E1X14gCGR6mtTX8S+wcwX4Y24yawzzg==} + '@ecl/checkbox@5.1.0': + resolution: {integrity: sha512-oI7fOiXUhMPe2UGmNm7Ro7UxzyjecbycxTfpjqvOr78NelTkWFX9aT5YU4jZLqSpd7jkiBIS/sfsTp5k41uvIA==} - '@ecl/datepicker@5.0.0-RC6': - resolution: {integrity: sha512-RIwti/Kf556k3f+9wcpNm1+GDpfNBlFi2sDj9EoZLR4cf4sWBGrNNfrycP80PrQ/H5nu996v6YiyQjyuP5yQTg==} + '@ecl/color-modes@5.1.0': + resolution: {integrity: sha512-oZloeYdnKkJeX/tGftM/XX1TWp1vaE/xfCswvJ0l/ye0bOzIO7hrGcCiMBEU7wNRyrcLmbUzwGBeW59G5mEKzA==} - '@ecl/description-list@5.0.0-RC6': - resolution: {integrity: sha512-PC29o0ildWXj+D1+b4c4kBuhDJLuFfBbVWfHcCTQ8HguQ5HqpSdG7X9cuaZHBenV7RSSLFsOLQc1p7b+YZKG6A==} + '@ecl/content-block@5.1.0': + resolution: {integrity: sha512-OI/SAewi1PfO6aK7ptqHV9wfJYZ7iE0LamNbhgWEq0zaYlDgXIqKROk3vbxFEQ1MRLLfnLramGP+KAN3MwSgTg==} - '@ecl/dom-utils@5.0.0-RC6': - resolution: {integrity: sha512-BMZvYhkINyFTs1TjRWGwKmsix3L2FoGAQeknlZlV7CUYZIWwKpAjNqDnGZTuUGSQXTnAB4Q0yd763ugT9eUTyA==} + '@ecl/content-item@5.1.0': + resolution: {integrity: sha512-M9OpRrgW6C+80QvdZmIU9gp0G6tdRFkOh/P5ddLMmEqhns8iu/jaPNuEgOqdRF/2XxEOSi9kHIoyct9J7gDRRg==} - '@ecl/event-manager@5.0.0-RC6': - resolution: {integrity: sha512-pVR3DasSXtO2E4janqhPwykJHew2r/32QdcMH7acOmmS71E8ah4Sb52B/VSvt15NxvikwT9cTBryDLrCFcNP+w==} + '@ecl/date-block@5.1.0': + resolution: {integrity: sha512-VA3L6KOgfFjP+yhvOh73eVtqyYNm4q/v0Q6ebG/dHZO9R97qQp2JvQ2gn1i1+EyKLX6qCupmKI8H1ZXBW0Tirg==} - '@ecl/expandable@5.0.0-RC6': - resolution: {integrity: sha512-gLZd4RUrRMyjBFYe25WkEvslEmK1Y6zEBqSZizwiXrZ/4CxrocLG9CP1gm8Nj8Ei2fb9uCTu9p7/8Xa+ez7UPw==} + '@ecl/datepicker@5.1.0': + resolution: {integrity: sha512-i6NsamEdDlznAz/+SYqmDZPI2js4QsHgJ+lAG+uX19PCZedHZiLsz87b50FJ4twlafiVA1AHPUYvouiW9Nh3PA==} - '@ecl/fact-figures@5.0.0-RC6': - resolution: {integrity: sha512-xqFGsXq2lu2cXdlS60Fp/I9PWI58OSfgNqEzV5izvzqcroX5xmsvr3EeJWwhVlkH2ZlcrFMrMwCfx+HXx0Qnvg==} + '@ecl/description-list@5.1.0': + resolution: {integrity: sha512-oB/MK7xtA0F5rKYNVdO5+NcmD+Z4PVIafcXjhbqT2IkcnVfxFRzRCe7UAzqG/GverklvZA3F+wcsYffBI5/jhQ==} - '@ecl/featured-item@5.0.0-RC6': - resolution: {integrity: sha512-OETxd5Yi3eKzDMEi/XdS0tYdWSqOnKcbUJVDfZMsnfxOOXR6P+35IGyX8wqOPwXOcR2yFCCGmI6cYA23eGXXZQ==} + '@ecl/dom-utils@5.1.0': + resolution: {integrity: sha512-SEywKGlH62KNRcizOGm+uVVZGq1l/UHDbSCxnpz6zT7k80RwqtwMmTMZf/hHx6mPYWuMb1P37jG0P/QMjkZGTw==} - '@ecl/file-upload@5.0.0-RC6': - resolution: {integrity: sha512-B+Ac4Po8/EP6lBUdn/BiSp9dlJYEOtLju9Z2sex5+y7FoH4dP8knXOca8t38QAX+ujT0G82ekJbbZ9t+54u4+Q==} + '@ecl/event-manager@5.1.0': + resolution: {integrity: sha512-fYdyPtuPoY2KQHl87wGgXyYe7XCRPMZGER3ePyI+EkuvXpsu7IJUpLiSPgf7Chj94AgvvkeNASSWA+ObHXT3tw==} - '@ecl/file@5.0.0-RC6': - resolution: {integrity: sha512-W+VvUhgyh4Qsh0iIn0ENEITEwOdoQOLu9G+s//EGFOb/wqiTYoUQxLBc+ru841Vg4vqxZsinvMiM2kGIDmiUVw==} + '@ecl/expandable@5.1.0': + resolution: {integrity: sha512-jPNoAaz1W7wZYYRNllamw30FCQZQqTUAwbQNzVVfdwHzchCoLR0TkrYahzgp/pxLQt8tV3ZOoM4A7AlHFKIcbw==} - '@ecl/form-group@5.0.0-RC6': - resolution: {integrity: sha512-TZlZBPPIU3/LyeiHXK3UalCpCfrNLmazddpNaJ7mvLElIwi2vkm7V6S+4ccRGVPhN0O9P68sJg8uy46f7WGBAA==} + '@ecl/fact-figures@5.1.0': + resolution: {integrity: sha512-hCsJ5/vD6KyQ3NpZO5eq6FgReLxbk1bacEfAGCO5OkyJDv894lo5TqJQpAZmliJ6OP4EJ7Lu3B5sRiA4YK5w5g==} - '@ecl/gallery@5.0.0-RC6': - resolution: {integrity: sha512-nxXrAzYYpitKK2fCF2kVm3g4IHif+ARl9c29KwiVzXtK013rFQ65oS2yhx/zkF8mBp461DeKQ9U8lzuuDcF8QQ==} + '@ecl/featured-item@5.1.0': + resolution: {integrity: sha512-60sA628LSdX+cw/SyhhKRM7kTJTg3+ixf6/yWn4eavi6z107dAAq9TIYh3W6EPamxtSo20g5AC/Y2K+Bb+ROwA==} - '@ecl/grid@5.0.0': - resolution: {integrity: sha512-VnoJyyiJWb3UuhEyCbJRtV1W7VAwJ13emBuq5hbD0M1Qp4bTIK3ec7MrQhomVCf59o2yrwFP744a7dNl1KwHow==} + '@ecl/file-upload@5.1.0': + resolution: {integrity: sha512-XchsONq4s4AsDYe880Jy7mwavJ4eyY7AL0VWeG2htWsQ3ymfTzd/RANtz8hamYfVoF2Ro1CoF4NiAHHQ8HTCvw==} - '@ecl/grid@5.0.0-RC6': - resolution: {integrity: sha512-jcT1ywdo3Lcng4i5oTc9pa9VhTvmLezeQBxlbxXGey6QhSvLLR4AYGXb3ENAlG3T8a3k6Rf+D1kVDi4U8VGa5w==} + '@ecl/file@5.1.0': + resolution: {integrity: sha512-3lYg4/pRL4rZQyh5tcAwdlgOUz2A6rvV1em5mgQLdD00LwrLxp1ykKOAiQvRlQsPI3HURQHqw0Dq0qs1qg22ng==} - '@ecl/highlight-box@5.0.0-RC6': - resolution: {integrity: sha512-tr1xDFM8GoFq75XZRVnG6zvrH3ZKNJTzEnh+VAt1WvK/Pz1Id5Fr247KJS6z/QUk7YBwlDukqOyte7fM7OgpgQ==} + '@ecl/form-group@5.1.0': + resolution: {integrity: sha512-Vh1ZKxNUyTjOq9m5ystVpLZiyDDD99H9N1P0Aq1XP6I0CGDm5vV7OfzYok/1ESjdwTF2Z8zYX0Mj9TPbpgofDg==} - '@ecl/icon@5.0.0': - resolution: {integrity: sha512-dU/mn9MCOVuA/e94jUC6BMTZ/sbgONV/4kPAZGArQy+IlcL1NS2V+8+pc5FCEK4ojbi6s5CLOcIb+76yBlzQCQ==} + '@ecl/gallery@5.1.0': + resolution: {integrity: sha512-+T7akqe7/3qMo+c0Ce00RPsodqMq8nGRpYcmYOhjHWDGF54xPPfSsui7aWakKUDy2wqYbosoO8omEecmEyNzPw==} - '@ecl/icon@5.0.0-RC6': - resolution: {integrity: sha512-jDG0Ufydh093MzcuBjd/lPW3+qP7UtUBdee5shpdPNHI+2gmYOyPO/Ha5IEKVClConTojeOGi0f8n6R6F1n9KQ==} + '@ecl/grid@5.1.0': + resolution: {integrity: sha512-jCLeu7wA0hh+JZW59+1MPfs8yfftAJzatzTnsPsETPI2hlkC4dpzopHwF83/x8yTJtWERt+uGF84EmUC5RqpIA==} - '@ecl/indicator@5.0.0': - resolution: {integrity: sha512-g8p2/pK6ZdhlWMLOESJuYEF2F8WufCTOMa3DgQEwIIwyTZxa/IVdMcZGiljUyNjC84ON9M+TeOzl9cXUP7NNNg==} + '@ecl/highlight-box@5.1.0': + resolution: {integrity: sha512-bderxHHm+PqDeLxe/cPfg4N9BeL4OpkgNQLS68rIQRb4dptoOKjwIsFgS5SGGNo6Wm/sw4eHFjpoV1/KCvVcRw==} - '@ecl/indicator@5.0.0-RC6': - resolution: {integrity: sha512-3D/zHybR27gxyorTn7g84z+fHmSzesRhghW2ymt7lleoQxSxvrYQy7PQK4mI8ekd0L+WEyVdnrWV7BhSJFYAyQ==} + '@ecl/highlighted-search@5.1.0': + resolution: {integrity: sha512-AngZAQK9MgNrCCduWrO/gBijBubedpxr3AypQJR/r2ZHvcjdrQTQGLjx50aqcXudZ7zVgiZHZuYY7wwo0zur5w==} - '@ecl/inpage-navigation@5.0.0-RC6': - resolution: {integrity: sha512-7DMzobgDAElGL/zzD10xyuEKgBdsYdb+BlHqnt4JoPRTKNqPRKEqVs6Zrf+kIgudUXy+h/HHaBR92p/pbw4Jcg==} + '@ecl/icon@5.1.0': + resolution: {integrity: sha512-1cDJpK0JfSNEVlYRNZgPSK8L1+iuxsSCev9qxC9d4HpXL8AXlooKYNxbh0cqs5txXL7yFAEb/GKinjpIy7a4Vg==} - '@ecl/label@5.0.0-RC6': - resolution: {integrity: sha512-vNc0nIMcaRM215LlY+JL7Rbk/QL6rLN70Dk81tFxPI2H+n4fyTDSO7mHQmUwbkJB8ztlTX0UC+6yIsxLlei/9A==} + '@ecl/indicator@5.1.0': + resolution: {integrity: sha512-Hb3d+W4XoGz5g2QDcm2/brPOJ4A1je8a6jIeQRmA2M6ggJKUNxIK3YXODPF0o8uZ2RF1OIn9G/Ei4nSpNArpsQ==} - '@ecl/layout-form@5.0.0-RC6': - resolution: {integrity: sha512-QUtn4FeBS9iafJ5z44uUqY/DWNOYhYB/7kTDjiDJAdxBq8G+OBI9qCiNUc5EVHuoEq1B6gvQdxE/9nCPZqpGRQ==} + '@ecl/inpage-navigation@5.1.0': + resolution: {integrity: sha512-M56jBKzgWcUkLtXzZ1vVKS51tS3J8rDEanARB9ymE65I7M+tkJpzsZg2F3eHcvzY73hAv+HvM22LBxgssUYGIw==} - '@ecl/layout-wrapper@5.0.0-RC6': - resolution: {integrity: sha512-7WhaSHUZsg31/tK7KOmI2SrIhG9jq6uIaWOTMMWchGfimiPC9fbY7yzE+rqaAqVzNyuf/x6QQQEmxyfoTEGsdg==} + '@ecl/label@5.1.0': + resolution: {integrity: sha512-Blyl4GEJvBJKVdXjMWIQA/Q9H5Yeu4GXJtiTkFSvWwRYX+ozLo4RSIRHsSjCWAsCVz9Auddd/OKv5FwUVaxTPw==} - '@ecl/link@5.0.0': - resolution: {integrity: sha512-ZiiN7FYsBIjI4LXKA0UJthSjNyZCdu6XD5SHIElUk/bCH7SRdMXB9o89vLC0mV8PVy1CGcczXhEiU6/G2V2jBA==} + '@ecl/layout-form@5.1.0': + resolution: {integrity: sha512-oKlRJM/OkA78zcjSiLoC4uG2d0+vE0oYsYJsdDR1xeVQWPEjusIAfcqogkIUxkRHceKZjXv0qWCcXpVP5tUcLQ==} - '@ecl/link@5.0.0-RC6': - resolution: {integrity: sha512-b5qBI7ouqJag3HObOCN3HodMM/fIDAGvTq1MkhtDsaK81Kl04IyOgEXSg1g6wUL+siWzVE88PkIW/XRaZGPNbg==} + '@ecl/layout-wrapper@5.1.0': + resolution: {integrity: sha512-woOfOFp//tRYUkU1o1LS+16blXICxZY6Mh4bul0My8ABuWsZHphHYr1972XTN+ifsls9dtBEoZWIDIeNtKQ3fw==} - '@ecl/list-illustration@5.0.0-RC6': - resolution: {integrity: sha512-fhZNVVzRG6DXv9m8r1v9K9R2ojJcKDtiIqWYU/K57wxGHkIe3Jpj+v8VWAZv5efSKg2YkreLGkQnsATatldlhQ==} + '@ecl/link@5.1.0': + resolution: {integrity: sha512-gR9kBXXRzgeNXanMFG0RGQybo4PD3ENzpTKLPuQcx/kIEuYvtvz5rknhLb1RiGV4uxOHZBi2ZedSJffBI0RSUA==} - '@ecl/media-container@5.0.0-RC6': - resolution: {integrity: sha512-33zwTPxDzuegWSNf7+eWvOcFt40fGSyrJf6cVu5fyoQ+wUcXQ9JRzalCW5Tet4wbApD+aGN3SW3sd8Nhb0cjiQ==} + '@ecl/list-illustration@5.1.0': + resolution: {integrity: sha512-2SwlUDgL4cgHAL5tGjgZP4BwkFH6vu3hdDp0ljBjOSHB0pzT3qhDFgp83WsVyWMAPZSv88dtqPMAIzmKUH2K6Q==} - '@ecl/mega-menu@5.0.0-RC6': - resolution: {integrity: sha512-rebB+CF82//aLYlR3xl5mTqMqH2G3R1Vq9+plLKmvR60oGxBVDKF9I7a++YVyBheiCGjT2J2AOCQOXkjHpXjkA==} + '@ecl/media-container@5.1.0': + resolution: {integrity: sha512-Sh7K4bke0FroxZTmnXO7JXIWbcYO0ZHDzdKhnoDdxJJNk+4xAmSa6uz908l87i1pbkEVNnIGdhG6tQvxVOqzVQ==} - '@ecl/menu@5.0.0-RC6': - resolution: {integrity: sha512-7MHTIq0dU+gQ5ltL267Bvq6SHt2mnL+ZRb5w1Mj4XRyZvuxTSjV2+XoXnGQ4SAXnaq4nEjggqKTlvoaexTVQcg==} + '@ecl/mega-menu@5.1.0': + resolution: {integrity: sha512-hcchjJc5/d912W9DOPmmZWeCCNOOZDtPEBrG2k4fBAfU9SfKNoGFRyAEdhozEqoj5MsDUhTITxHTXX7SuqpXxQ==} - '@ecl/mixins-color@5.0.0-RC6': - resolution: {integrity: sha512-P2QL+EJrUaKE6I2s24GQMGu74UJYaK7tPPhyhbiJSv/BaPivZuWKVPxZpw5DAwigzaUhGCr+XDsaBlcaQ1pIAg==} + '@ecl/menu@5.1.0': + resolution: {integrity: sha512-mY6M49NH6VdBJiVTWaHtqFXfBros2mOHM87KwiUgxpL29BB9X/92TIA3IJmH0K0gumNWZ5B52JvGakGkKTgTdw==} - '@ecl/mixins-typography@5.0.0': - resolution: {integrity: sha512-qNqG5tWHHaHlXo7db2hK+4HCeurQSbIIuS5m+8XcOatK4QYyfD4KetVnyjqityFfjfVk9AXSl3nf0055m5VAHA==} + '@ecl/mixins-color@5.1.0': + resolution: {integrity: sha512-+NWzmSxM29/epA6FlqlQbM16TYlTy1K5jgUUEE7Lpo5AbNmcg6m0h2C0EW+tL0MW2ISAEV1RBxqOcG3yl2nrtw==} - '@ecl/mixins-typography@5.0.0-RC6': - resolution: {integrity: sha512-y/p1Olre/WH0fxgOmzD6JWfwPDl6R9o6x4b8KZyaeNh8ruJSoJXOzxbGdJKhoNL1jkryDo/U9Tf2q+ax1QWP/Q==} + '@ecl/mixins-typography@5.1.0': + resolution: {integrity: sha512-/8+HHigrQUX6Pl/ujx7F39TfwphMKq6S8/7Ke/7Rf4ne0FFy8nrj3eUIyp7D4445FUe8lSbefBrmHMhjH6+2Pw==} - '@ecl/modal@5.0.0-RC6': - resolution: {integrity: sha512-ZUX2KTbgTrnJdk1ym0cy8wOQ09R2kqbY2QRQ/BjsGpgq1yJn6jNdtTC5kBYrAVmgVLNYpE3GmSQiLAUTxU0qMA==} + '@ecl/modal@5.1.0': + resolution: {integrity: sha512-5Jq1Yaip7AlJBSNvZsVYIDriROnAG9tNmBpomWvfj5EVeC/4llzbsN47ufLXqvGqi/66b4LxsPMhNqBkJny3wA==} - '@ecl/navigation-list@5.0.0-RC6': - resolution: {integrity: sha512-n6j0CFkiWiCXEeKRCuyUixWPSDD/Dbv1rLkbw2iKMjM0dydVlub+lwPtOSn2IXtT5lPjd0+4BKYdbuas1uaXUw==} + '@ecl/navigation-list@5.1.0': + resolution: {integrity: sha512-wD6uqLYKdlS+uuF8VKmTrJ0LKnZGN8f0KfjjRqtdmh31srPrWCtbxrVTMaMJvmIKy32rPC1j4c4DAYGSjQV6xQ==} - '@ecl/news-ticker@5.0.0-RC6': - resolution: {integrity: sha512-vDISRd5tXr+QUAcmYeGGXUeEXJgdYjWM1h9XOdIBRp0/fBB/W1TqbC5OfAWkZfiKw5+cIZwyRrvagqDZmZ9KdA==} + '@ecl/news-ticker@5.1.0': + resolution: {integrity: sha512-zqWxjaZd7JAoFacbXhrzrWU7vF8OnLw61nVgkOgty6dTITZzR1/FsdvF9O8G2LNXwfyllJ/BVJKD3XugwHqiGQ==} - '@ecl/notification@5.0.0-RC6': - resolution: {integrity: sha512-e0E9kRIg6go1Kehwteb+GdSAtjIjhnMH3Sgtu9w8Fce2rOOWBWQ56899QM4J6omu/G5275tSjMViu6S1AzA3IA==} + '@ecl/notification@5.1.0': + resolution: {integrity: sha512-kLR83skMjECYTAHvxtsiHRUmIa0hHgcRPPwF387wSDZnrsV0h/3EVetaupHop3sO5ibB7TGiy/tIBzX67qjdjQ==} - '@ecl/ordered-list@5.0.0-RC6': - resolution: {integrity: sha512-cVcHFb5GGV/4NMYCUQC6XhgBRyt5LmPGuz3GfhlK5JV73XqEONjWnFRA+BdFQjRfPb1v77iARIohQJ9cUFooXQ==} + '@ecl/ordered-list@5.1.0': + resolution: {integrity: sha512-OBGF7iMNkiYbCENIzWsWHRU35iizLhhX40zqt5MobSNGYgzYjTfQteoeFftiirLDH+98vjqVhu6lxmTqiY7PEg==} - '@ecl/page-header@5.0.0-RC6': - resolution: {integrity: sha512-KLM/Tn6JwO8Cog7nW/ss05P/FhAkEE/qauCPqKM6F0WND8O3eW5casDWgMaHLjA5Zk3R2dcyzXq1lpwDlpdDDg==} + '@ecl/page-header@5.1.0': + resolution: {integrity: sha512-Usz0YU2x0bcNUmxABhUd7thA3VNai4pkMYPa+tF/SWHYxqOqBdI5mmQPBhQQpojqeeBL7Xz0hfdGZq/vpKV6YQ==} - '@ecl/page-information@5.0.0-RC6': - resolution: {integrity: sha512-Zmo4K34TMZm5Dgb7raRFQDgP46oPYurfYRvtB7FMNOS4EHw0WK8qAf/VoneB08Ocg9fNcvTXFrSHiadde3Hdww==} + '@ecl/page-information@5.1.0': + resolution: {integrity: sha512-bi5kf+QaGWra4P8Yup+dhSX7hpJifWU7mGyEcGevCT3nEaBmnpwQEG2WGSbqIO7HCyfBnO/Z47S/BZP4Nu5ocQ==} - '@ecl/page-summary@5.0.0-RC6': - resolution: {integrity: sha512-YKDuuYvujc9LlhgLnvu0dtppnXpdOza2Pd2tI5GN1oNDTx71ESTvS7PLcKejAG7puWWN1c433QMyJqMMp4jZkQ==} + '@ecl/page-summary@5.1.0': + resolution: {integrity: sha512-Z/JLY5S8wxoqu9VGoNGpkXwZ6a0Sk7hLhMNc2uFaDFhmRCwbieDx8CpY1Jj28BC7rjWzZNd6EOuJLq5PkGXzQw==} - '@ecl/pagination@5.0.0-RC6': - resolution: {integrity: sha512-9m9PpftuH1byT9NapuytJhIJ2tXuy2HaJZ06HPq601cHApRgtYB84GH5AZXj90fhGRHmcphRt+M4TBr7FM7MzQ==} + '@ecl/pagination@5.1.0': + resolution: {integrity: sha512-dTP2zPa6M7gWOoyIdY2JNJQIHaZ2Jck7mhNszLzGYzDO+Us2wbWsEVpMuAw7QzxgUOSFFPCPqwoskdL9J+8Q0g==} - '@ecl/picture@5.0.0': - resolution: {integrity: sha512-CJBuEojFDIxXcSyg6AQufh8ZvqKRT/qZTvEcMSPK5DJmqhhGUB5U7O4cbcfsXct2wK5HedmgkixX+OOUvX4OAQ==} + '@ecl/picture@5.1.0': + resolution: {integrity: sha512-7RNnDWz+cEx8yn9G18MKLlVTUXldbKaHlpZnmo/AFUtq9jVZb/SX4jeER3/Gx025pZhmTQZCOhEmT8Lj/I2b+g==} - '@ecl/picture@5.0.0-RC6': - resolution: {integrity: sha512-u2d3uZIWT4fo7hTOYcFVTi8SVquVm1VuTxdBBJ8gJOehQzWTEfK0bAuCvEl7pb+K06aw868+WpuABivjqk8RIw==} + '@ecl/popover@5.1.0': + resolution: {integrity: sha512-z0MaRC6GQcR73c789qVREJA8ORgMbQQTFuiIvdPJrCwkSj7ZSQQJHlIyNN22leTn7dDIGX7GqcH2YP/4izf+jA==} - '@ecl/popover@5.0.0-RC6': - resolution: {integrity: sha512-Zw5mYS4Vy1mZlYr6YiY9DFkSBMog/WW0sEjGsnAqLlFCaDeLarQFYh0qQBnc+dAhc8D+0XR1A/kLFVWaaowkUg==} + '@ecl/preset-ec@5.1.0': + resolution: {integrity: sha512-g5dL6R97/unOUr1mXMqizrICdr27B0HeMdpSyB3OFzQXh8/LV4Dn5hVVY+r2/LHgGNded5zdVBXn1IFtmsnQYA==} - '@ecl/preset-ec@5.0.0-RC6': - resolution: {integrity: sha512-rJ2gMuyVfyusIzXxyNJd0fIFULClv98hdaT9dcYbH+gzBEbupHatgMHyXmnRngpeF5nomPGTIvI+JEyWyKpfzw==} + '@ecl/preset-eu@5.1.0': + resolution: {integrity: sha512-oXbUyo+wATsF2WH1QWSBb+blhwnIWCLlaCLfQ+OEmRP0WSGhdBgYyqRTKHS6JdLoyMDOZzGVWSoz1pYp6wnmwA==} - '@ecl/preset-eu@5.0.0-RC6': - resolution: {integrity: sha512-T9EtRlEs2DKwFFdlX/Qj5RI3aEZSZlMEYZiwu7WfDrO3dCt5wKqFWQ7ym5zX041c0PN8J8MdwbZ+yEei0wrs3w==} + '@ecl/quiz@5.1.0': + resolution: {integrity: sha512-CYrOmd80Aw0Y4Qn+GwlqlC/4tiECxUs/hQkMV5cJXdPzU2tm405F1GwBm23ZcMIjxlWm0NE4BXdk6prKnpTNJg==} - '@ecl/quiz@5.0.0-RC6': - resolution: {integrity: sha512-Jl2aJ5vz2mfOEJEUQwSnnJR1PRhqcWyxBx8ZlISUw5EZA7Jts1mVXBrvxhadjOBWlw0mOGqV2JJKz3TUv3VVDg==} + '@ecl/radio@5.1.0': + resolution: {integrity: sha512-UPH+CgYmValIdh0dS3GtFA7YW9r2x8sLO1PzsaxM74XPulJuW81DLyTPMklhQb1Je3FCOzL1Kb9OQU/qkOirOA==} - '@ecl/radio@5.0.0-RC6': - resolution: {integrity: sha512-SUhdzoaERkOdZ8IuCH1CWsWpZrGUtH3/zberyeVemq+8jqCZAoHF9InjLrHtzYek5ylabfBZ1TvpnBIEKdiBnA==} + '@ecl/range@5.1.0': + resolution: {integrity: sha512-Rqhmvq1YpC5oB3tRjow5hlZRe0JhLjjTYeqdrolMZDMFPp4HyJZ2C1ZkyF/38ry+3CJdCIAuTsOPR8gcod2/aw==} - '@ecl/range@5.0.0-RC6': - resolution: {integrity: sha512-oQbOqrPfjQ+y7QiIi5UXKpW/Mi46cYJWCJq/it3gQq5WYyrCGiNArQiSGiQf89gRvjdYWmiQP5GUfqXiCDc/wQ==} + '@ecl/rating-field@5.1.0': + resolution: {integrity: sha512-Thbeiiyc+0T1gSWB3v5gPultzk5QCqC686SalZFTRckAer8KXOTiWPYKZWI+PvRZJnXdbM7hT+5nZ8H0uG2DXw==} - '@ecl/rating-field@5.0.0-RC6': - resolution: {integrity: sha512-0BzQCothJYseSb2Zpn1qeP2kPD8Zhp3tyR/FuKErd4Ip+ZWzlonvGH+q7FVT3K6g5UdgRQcmPNfatSrsQWD5LA==} + '@ecl/resources-ec-logo@5.1.0': + resolution: {integrity: sha512-sgQVF6m6TnU/jTofBczH2uOCk6B5R+MIgObmUa7mtakHP3sgyP8aOmEN+szWzjXyM3PNbfAUAWXXJxx10ctRVg==} - '@ecl/resources-ec-logo@5.0.0': - resolution: {integrity: sha512-wgx1ESz/QxJgr8vaSmMb0zXR6g1159BC7xklDYM7hUs3QKoEVsTXRn8/epf4YdO8IW6Zcm9IGmIwFQgil0fpNQ==} + '@ecl/resources-eu-logo@5.1.0': + resolution: {integrity: sha512-H8pueh5mF+GpiA+LDCzkxhbh5fKJKP0LHgvBgY03G4oWUuJZ6vhGM9Ff7vv7I6TIQ/LOQUq7xyIIIym2z2h71Q==} - '@ecl/resources-ec-logo@5.0.0-RC6': - resolution: {integrity: sha512-ifLOVP/4p9P1heQAlMdiDguSwI87uzFnQv0eT0rMkHv0ceSOt7iISjk4ys8CckJNo98lXCOLCOIFqdb4gh4g9g==} + '@ecl/resources-icons@5.1.0': + resolution: {integrity: sha512-rzV/9G0jYajiM6F5Yn9/bhhS+lrLvA5MecuUWJa2GZ64fGScxh2YZ9t+3Cmin7NDYHyxAAfwy9bPLKg+iEu9RA==} - '@ecl/resources-eu-logo@5.0.0': - resolution: {integrity: sha512-A6yH6NzJt+p/+vlaAvZMj5EbxFuSVC+0AcCApekzcXVS+9og9RU+T9Awi5JHOTg3o9RKRno6q3C+jIs5vFM/KA==} + '@ecl/search-form@5.1.0': + resolution: {integrity: sha512-sMD792zdN9gwkCZOSoIm5oT7mhvRNMYzsVfv73QFtMgn1Xtnbx5yhW1dqIOR1A7XUHj9J5Oj5Em8vweP0oRxnQ==} - '@ecl/resources-eu-logo@5.0.0-RC6': - resolution: {integrity: sha512-y88QnOIP0yLZkYsbt5lVi/WrfUSZjLoAXg38XOp/wvo1fDyJmHH52CW9/dYVIsLR552LS4vdTXCEzZLru+f+1A==} + '@ecl/select@5.1.0': + resolution: {integrity: sha512-UOPoL2bcKm5X19b5/6cHMs9lGQrArbKkw8GOAg1Iaes2y9qSHw7sTdML/Jtd2ZYsa2eoZBCuc2JuU0RWHLs0Rw==} - '@ecl/resources-icons@5.0.0-RC6': - resolution: {integrity: sha512-ksqlFXMyFu0OGije4HFC4t3NFgtId3rAiNOWUmI6RA9pNxIvQo6cYHLw7oq9iqzg3OQumI+Tr4ksA040WmEk/Q==} + '@ecl/separator@5.1.0': + resolution: {integrity: sha512-XoZXD3LpFvNbR5S5gIY3CBjiJ51SizI4GEVNVfnXQEWyLHYtAejNREANZGSGj1A580gKUb6wPBmXCIeuha+FEw==} - '@ecl/search-form@5.0.0-RC6': - resolution: {integrity: sha512-XH2TYrtoAFtPdtiaAQK9e80IaHvuTDjUtV4IQP+QJyk84ecFT+RbCsxfJ0KEWCwx6n3SUoM4gyOICRTBDEzzQQ==} + '@ecl/site-footer@5.1.0': + resolution: {integrity: sha512-c3WbRiqaKJZjX0iQVL/UvKBvQJ/8qeOS9tJpICvrMvkqXaFWtZpcDio2OxwREG2dIYouGFcamizmnhiP1KPU1A==} - '@ecl/select@5.0.0-RC6': - resolution: {integrity: sha512-ssi+SpCdGltAv3hCO6QlkFfg2YSYbSqlypu8IgwW8Kw0GRZJiA6x+eX+kaN4gWGMmIcYS5MfCYVwXEDqMSoqvg==} + '@ecl/site-header@5.1.0': + resolution: {integrity: sha512-FyS5E5LVg0WhrD6N4mGfUM9Cbv/5YP8PqwBD8I9VPJeFRamdsgsGAioUG7SRuy2KFbARq1/WV56cBsxTBNvihg==} - '@ecl/separator@5.0.0-RC6': - resolution: {integrity: sha512-aEXp4bE51MBSC0jRI3BE5e1uUKmRqx6PScysQPK2fwmBmHbM9CtZ71HZL7mdOFu59ASpQq1+dVyOELCpcxFA0w==} + '@ecl/skip-link@5.1.0': + resolution: {integrity: sha512-NQxyh49+kIB8GmUN4uAYhjUXV3YU1ybyY1a9XDyAlcxL1OYsthm12kO4p1V67ipF6rTr07xWNIfelBS4k7t7EQ==} - '@ecl/site-footer@5.0.0': - resolution: {integrity: sha512-FIP6A8On4534pquELSRDpiprZZUwOtfL1nFrCmbWF6jMEBdIVbRezEDJR3hNiOGOD9vQ/TIf67J9I6DWLo2OIQ==} + '@ecl/slogan-ticker@5.1.0': + resolution: {integrity: sha512-ZPI1Iffby6ktXn0xCbnXE5MP2Kk4cc07r9aBu6xLkg9ng4NG/kZoTtigeDtYj7cxOw2WkXynVFefooLQdGWqmw==} - '@ecl/site-footer@5.0.0-RC6': - resolution: {integrity: sha512-61mKzAAnYN6tZVsKnIhoWaj3XzVTJ78ll6sjtrs2L6jnkwPnYGoUCKVIapDk/27xx1ZnoHmqD5lOmCLflkCV+w==} + '@ecl/social-media-follow@5.1.0': + resolution: {integrity: sha512-8ND2fUgKlMYqSV0IoCipCXCio+lRF4z5razGhZRA0pbo6toNpl+Vj6oKCPgpGbL5jOxyhPKFnBAREYiRHzEXdQ==} - '@ecl/site-header@5.0.0-RC6': - resolution: {integrity: sha512-K71BVSm7dYaI7y5poLAlcKoEclpPo4bLOBOgmfboE+LvnsTUvQJYragv6g8+9kxJARFcD0kBYMyR+SnYcekAvw==} + '@ecl/spinner@5.1.0': + resolution: {integrity: sha512-A5YwrRs06xG/RIeq4mR8SQX+X4vxr1B/B99R+/DlGYPOMmQ3Qy8tO3ThYuu3MjpkY9ongf42QlqyLzNi1f5Baw==} - '@ecl/skip-link@5.0.0-RC6': - resolution: {integrity: sha512-9DHfoUL/N/avs8o8nGNeUc91DInVA5vODfckThqQOoe2pv90ydoRg5Y7G49HgYJZ/uXksRVp9Nw0zE8BysWuYQ==} + '@ecl/splash-page@5.1.0': + resolution: {integrity: sha512-AE1GQ1KkabwpQof2hx+EOwpiNG3gVYK94QIFpFLzx3JskfNS/K7LtByNj4NiKjZ5k+g/wb7lwJPU+Lz1K1MgGQ==} - '@ecl/slogan-ticker@5.0.0-RC6': - resolution: {integrity: sha512-tnf5PeJlsiKi4cLKAPTb3N0F2cJfDtmaRdJtmDlr6rbOGGH2E58m/AGhFLJ2kXrtww1mZ6Ai9ddiWkoK/UcJVQ==} + '@ecl/spotlight@5.1.0': + resolution: {integrity: sha512-ur1/vlDKLFQGpxLEry/KHub4raT1+RxAtna+WSje1+AEodYZXTsToq65YXqZu4dE39j4AGOWWH0FlkI4MDHC7w==} - '@ecl/social-media-follow@5.0.0': - resolution: {integrity: sha512-tbJzd05YmXJJA4Pf+a4Gf+8LkwFHBTTPc+xMTxNFdUtKQr2oIHiJMQbB9/QZj1ImVgjjeSS0sYyWus9EnnQR0g==} + '@ecl/story-card@5.1.0': + resolution: {integrity: sha512-Q+LOSGSUQ0920UpfrdqkWkzIPMzNHUO8Ak0V1jqKUsEiy2EcjQCORF/kBqoMbUBIxn8Q8RVwdkSxThVx7R5zaQ==} - '@ecl/social-media-follow@5.0.0-RC6': - resolution: {integrity: sha512-VifX1vqpZoHl9ub/du8hTBprRDZSb799UO6lDatOyOBmcIYIJ14REGJaPBzGLYeE3rptWA147A8UNAZ6Ub2p5g==} + '@ecl/table@5.1.0': + resolution: {integrity: sha512-AV0CiHg74TUyU1/NszfJA/A/CtWmU7JRM8XjP/ABL/ZqrUqHwt0A6ngyij4QcUYmyk6pf3Vo0fNrzRcn+B1THQ==} - '@ecl/spinner@5.0.0-RC6': - resolution: {integrity: sha512-ZDckvaAxEZXWkR87LaVE9z81SF7NOLJF+BuIstllxyFbYFKmfqkZ4lsQC2C3WBg9JyexwrUHj6rVyp5tKkz64Q==} + '@ecl/tabs@5.1.0': + resolution: {integrity: sha512-5UO7WgjKmJ9tpe2Qij6Wz3z//2J0DkPJ6vWcJ7WbKTNlEsD55qFy3UcVO5dXyh9xBjG5hJCNZfpppz7fzNfxDQ==} - '@ecl/splash-page@5.0.0-RC6': - resolution: {integrity: sha512-sT1mRcd/PupSHwFBdcdPGQg4vGepPH9uMOODiOlUr0padk5EzHJQpa6cAe9LvHpaMHb/qBsJWkeb/ChKKxzvjQ==} + '@ecl/tag@5.1.0': + resolution: {integrity: sha512-/57pwEHf2WrYCwcrCKkWNDmKMsC2nzkWysRiGyDXe168YhTgmQxNpUZUxo+lTL0LEuGOjIeQNos9/hJOKAsIug==} - '@ecl/spotlight@5.0.0-RC6': - resolution: {integrity: sha512-vGapCnfx7WzacGJ+49HfHF72cNRC3ft57zJ35Z7tD/nXSJT+bXM3ACzkZ6mjs791IldFcoGDBDpijsz2eBqSrA==} + '@ecl/text-area@5.1.0': + resolution: {integrity: sha512-+Gly8S1rAFddrbLwBGSCfmtm88lGBcjKNbqDYqGnc+UYHruc8N+NVF6Y1p2je1yrh2x4c6dB9sd3/BuxQFmvKg==} - '@ecl/table@5.0.0-RC6': - resolution: {integrity: sha512-IvL2stAKH3hscqaCX8pi4Cq3L8JutX3ZmNJk2mulRMGNyhpyxsCLLx3euWeSFSo6LsoltlpSWqfEkuQ4+TbhZQ==} + '@ecl/text-input@5.1.0': + resolution: {integrity: sha512-AL4J6A6k4B/bhiuPZF2HLylDp77axLUuRnhAJJktFPVZGCg0Hi03TRpy+UbrwsOzTgI88YKD/fCQaMtblk5YdQ==} - '@ecl/tabs@5.0.0-RC6': - resolution: {integrity: sha512-nSAGEgxZ5pXJBqyBWMPKXIy+RXZaYcwdDX3OLg+JfpQ62+xjL4a65QH7IhQ31TlNSu0m+xNThhm3J//rbhGPTg==} + '@ecl/text-media@5.1.0': + resolution: {integrity: sha512-wBUHK4uBnq5IdnlmEeYONerF9t718PgUxgJxI6xfo6OTxyyatExMD3lxS6p6xX18r37+2pL7W2xltE0mCV+hJA==} - '@ecl/tag@5.0.0-RC6': - resolution: {integrity: sha512-8uT91nUe9pzM5BjMFCL2IfpbDewMMm8MTT8CD1wGr2qBxzZhFsRcho7HEc7sesUeBKiQix244f02Rmk2Vwb6HQ==} + '@ecl/theme-ec@5.1.0': + resolution: {integrity: sha512-0n3eLTHXoi9iI8ontBA2LqU96qHPuaIK1TwbJjLWErHM9T3NO4JIDIxbhhzv5pkhkZg35pt8TFCkzNdhdPRcnw==} - '@ecl/text-area@5.0.0-RC6': - resolution: {integrity: sha512-UnueBZCFN/UCdsv81wY+86UsdXTgZlHEtMlwIseRoVwUAv0/SsF2IsxYTgGQnfNlerRN00sdMGHMCMA32HJmAw==} + '@ecl/theme-eu@5.1.0': + resolution: {integrity: sha512-yncOZMBtcqaMbd5Gxqji1ALHdZyoPeqjRKzxbpB2YLCm3VFcp3MNjaMGbzkyXptr18jYPZSt1xk8Qw10iBxnxg==} - '@ecl/text-input@5.0.0-RC6': - resolution: {integrity: sha512-wdmRhURdCPyMdcW7MwCXGCNVVlULlBbSNN6InF6QeovkySNX/lbcQV0sHPu8cUROxB2veWFrUYG2EBabJZ8JiA==} + '@ecl/timeline@5.1.0': + resolution: {integrity: sha512-DFz2Y9PqCxO8HxFrO2Z0cTMet6m0ZUb2cCjUXY2dn9J3tueo2xXi48sT941D/rm21jYC8WA/4ld/QdUjvOobTw==} - '@ecl/text-media@5.0.0-RC6': - resolution: {integrity: sha512-R42SHfgwQkWKb6V6Z1gzi3JT8/XV/x0jojNp1C8dROHhyyok3ctM4wKk1pZpvM700QAerTHNk7DXDlp+A3jeFg==} + '@ecl/tooltip@5.1.0': + resolution: {integrity: sha512-b61xjijd/CbSl+pXUHN8RGBfD1zwq3LaQLAcRjS3WJ0kKlNhjFrYgG3W95pCM+OMrqpfGLTB0Kh6nS0i8qIbbw==} - '@ecl/theme-ec@5.0.0': - resolution: {integrity: sha512-ztfu7xSoQ291lg/Vy1yRhSiyuhYjzi//xQrueuNYc3JOsk1729YkEgCpFr5Che2TdLzB9/yoUym29gk8CAoteQ==} + '@ecl/unordered-list@5.1.0': + resolution: {integrity: sha512-mgIcfsvHqF8yC1SbOJnQEk4ROiCQ1KyZvPGlYXs82x9jzS0S3OdxuHcXYmcxBCUVmNolWwCIUAGfFi6PwxIIrw==} - '@ecl/theme-ec@5.0.0-RC6': - resolution: {integrity: sha512-9opt5YEI7ABXV3YFk1fJz7uX5m3T9CnP4pQV/Q8rWAxm+Chcauj1cajvaNDMjGFoBZasvTjw9CBlB8+uekf4gA==} + '@ecl/utility-background@5.1.0': + resolution: {integrity: sha512-u4Zfg37QwjBPW+sL9U4jNCRhe1jqRSjjf0/dG0LC3jvSqB4MRN2wiZLWeMMzz2o/d189HzCqrdjFOpOtgJT6+Q==} - '@ecl/theme-eu@5.0.0': - resolution: {integrity: sha512-u9zIVlkhGIJoPuPjqaU5txP10GCuy+Hx6tQYSLRPVaASAmLDWr+KdCtbanktAAP10PmMJsS2qV9kUYZRICyH3Q==} + '@ecl/utility-border@5.1.0': + resolution: {integrity: sha512-H2Fg4mSYrm4KsP3cUe4UB+xCXu2gBUrBpaqN4MWpzeLSW7k7e3vw5k7EKSN6Rkp4EF1WKFP6Vp6wkCLG6jJOBw==} - '@ecl/theme-eu@5.0.0-RC6': - resolution: {integrity: sha512-zTyXr/jqI1Ugp+McIpU9psfQZI8A4FjIkIwo5FGFHWiqPb5AMyhSppUzqXgxzVxrCnbC+n22e5Re1IyeAoRxmA==} + '@ecl/utility-clearfix@5.1.0': + resolution: {integrity: sha512-KlJlQvz16IqBNGWUdNZosSCwbX1+jur8P6wfnyywuS/QlfW75P6IWWmZvkg0WlFuIxn+Mp3z2HPrW56rwsHxLw==} - '@ecl/timeline@5.0.0-RC6': - resolution: {integrity: sha512-WSHtZiF1hxruNEv6idBExPO6B19No5GUuyFL3dYl9sN/P0YZl4Z+q4aJKkDq/uuK01SzujBJ+OUwAeGsqs6rxw==} + '@ecl/utility-dimension@5.1.0': + resolution: {integrity: sha512-3vg3ZHieKbtvO8VPABApdJExGljyxX+UaDgqwaggZRToOAdIe2F8Scbx+B3xkrAUZD2pXAh906wRZYUr8fenuw==} - '@ecl/tooltip@5.0.0-RC6': - resolution: {integrity: sha512-/sVCrDAJjyhQ/8YDYMYBIcpzYPBQRUNfn1n77lUvHEUdAQsvhSzIog/GP407HC27oD7X65FxatM8iKij79hW+A==} + '@ecl/utility-disablescroll@5.1.0': + resolution: {integrity: sha512-CCupyVKC7pzfPsyklVvXyyiLs2i9TVuAlm0PwNl/VzZgYByxJwiLN0SkSPFt5PGBihdfujas3qSKuilMwn/7jA==} - '@ecl/unordered-list@5.0.0-RC6': - resolution: {integrity: sha512-OG3HbMHi25ZL+kAEMXVOjWo6y3WTGT/i8GhE2Xl5VKmXbNsD1koOApYBDiU5n5HoibMQdnBen0wELfcM4JRYHQ==} + '@ecl/utility-display@5.1.0': + resolution: {integrity: sha512-3J5YkTnmMEbasuIZ/jnehO0kUrQx7MNku25MOlA8RHo3hpHpmI2D1AAs2k2+u48flbwSK5ARjRIhIRV6e/IrbA==} - '@ecl/utility-background@5.0.0-RC6': - resolution: {integrity: sha512-d7P6FfXKaXrS/l5sG7xtseH4ByQGg35AbNuZPbzgh2e9wRUI5uD5OTsDFAVjq08EcriFQ4TPa+ipi2c+SPVP+g==} + '@ecl/utility-flex@5.1.0': + resolution: {integrity: sha512-xJebkw5q0LVr97PFTQa5U0wGg0YCHWIMST0J5VZUAC3kb5egnywQ5U5B2hOMUJHE8RIKQzoGXZpnp9pAL6S2KQ==} - '@ecl/utility-border@5.0.0-RC6': - resolution: {integrity: sha512-ee3txnvLISECHHJJoe0XxeoXHsshHDQPVL+z/q5LroRtbYjjl7KVp16y5c0p4yhgejJqkGe81LipuJrQfLAyoQ==} + '@ecl/utility-float@5.1.0': + resolution: {integrity: sha512-xt8tfeseWkT1bZ9tmR1pe8+OK5PMV/J2ZhEWxrRaOPOO6PJCBCCzJM6uPvmIipPKD+GUe0jXSWb12LS7YQQS5w==} - '@ecl/utility-clearfix@5.0.0-RC6': - resolution: {integrity: sha512-UYPkf2Flrmm6j/4xh7neCX+sF+u6YeSlOO3zT6Yms28qyXNqugXCBH+9C1f1VfIrY8lwuLEILtQg9n/qxkkVjA==} + '@ecl/utility-media@5.1.0': + resolution: {integrity: sha512-s/TfYPLg2MT6SVOs1xnPkniMdwx917esnRCQCcuU38Gy3aTFgz4N8uHYlxxYsh0o+On/iW3/+kQaRrWMpOIdiA==} - '@ecl/utility-dimension@5.0.0-RC6': - resolution: {integrity: sha512-78WmhIDUxfnwhkT9fE5X4B+KHDGbOUZrYKvLlhBIVHSuBfS91i7lxlnm9t1IbSMLjDnznRd1X8JdApxlelVCgA==} + '@ecl/utility-print@5.1.0': + resolution: {integrity: sha512-AxznCjR1qvUU6HacHoCpxsk8+v96JS1+vNATRRXsWmwld06aqPcvqsjP29GxrDeFHIMnRGNlaJSP9snmAy13sQ==} - '@ecl/utility-disablescroll@5.0.0-RC6': - resolution: {integrity: sha512-UOhm1kw47LrgLo5ARurrSQ1rG+S+3DGk+74w2xSLHt+sJLcBWIKsWDxWF6pqrZ7u43QuG1H8/RPPqNEWb+KaMg==} + '@ecl/utility-screen-reader@5.1.0': + resolution: {integrity: sha512-3yeW+FTBqUtBxZvq9mdBcoKbcBoeFmR+Lq3W5HexGEcHAOU5DV0UBvHrYveIk/eVQbivXUwTt7PyVjYSMR+vZA==} - '@ecl/utility-display@5.0.0-RC6': - resolution: {integrity: sha512-jnwk+p8drDn/tAZUPqae7SZh7P814rU/VoCa48m/XrZWnq15JxvGJgBa7aBJkW+fi7IKoP1j6b1oAJBB8r4lLQ==} + '@ecl/utility-shadow@5.1.0': + resolution: {integrity: sha512-NJBzVZ1QefwCjxDkoE3olSOhMawalRYDVtEo4GcorpgG8NWKWmbEhsPxaUhD47HKdyK9+fqoHeTbmQqN63SwYA==} - '@ecl/utility-flex@5.0.0-RC6': - resolution: {integrity: sha512-C7AbFVq31qutXwIxRklu0u9vlm2X6fsymMUrYyicpg1KPjAzpQ7xIJq+wc+01WuDLBaec81HXFw0xNRGotgGhQ==} + '@ecl/utility-spacing@5.1.0': + resolution: {integrity: sha512-O5IRNOeS5eA3AzAU2zxFZ3pd231ioMjvUhVODhNanC6y+8VrMEddm5T88qjFXfZAc0fjWzHVDCPuq9bJ0WIKXA==} - '@ecl/utility-float@5.0.0-RC6': - resolution: {integrity: sha512-ukq+pPLXar88nrH907EtdgRHkaS/ykQtb49M8EA17ufOIU3sn+zcnD1g2pn8kmwysdW83tl1reMuw3jPz7FJZw==} + '@ecl/utility-typography@5.1.0': + resolution: {integrity: sha512-dgnYvE8M5qLQFGvH4DBU4aD0DE7wIJ24+voh7D9JTXBjgPBKwnoRDRdqLqtcChdLFZn2oILwxdJGwB4gUdxaIA==} - '@ecl/utility-media@5.0.0-RC6': - resolution: {integrity: sha512-AYvKEkXqIxOoI7SnmT/h7wxDaZyPbx+PGKyAJd95KIH90lPJrImR37UTGdvLBrdQAPBM0u9xLHDPpIa8lWBBzQ==} + '@ecl/utility-z-index@5.1.0': + resolution: {integrity: sha512-gItbJUCJCtEZHme0k39YLJTx/33MHTiJvjs5haTqbqfNv5JpLnKQNAmnVkXWvpWJ4E1q1+O3fUW+fL23+fc9vw==} - '@ecl/utility-print@5.0.0-RC6': - resolution: {integrity: sha512-Ith0/rkf6pMa7BSj0b12lCpw4FWQ2mSDPD4MDPY3CIUvglQy/8hvfHt/I0Lxedq6OTkQ9TEs5dyFroGP8Cdgig==} + '@ecl/video@5.1.0': + resolution: {integrity: sha512-N9Tix7Ut6w/tXENKzd2yU2DBEif0pR7Xci1hR/d0wKhYy7nSR1iz6hPS/vSh5Mwk2EgzX4uxwovevor+B6JHug==} - '@ecl/utility-screen-reader@5.0.0-RC6': - resolution: {integrity: sha512-naZUt5P6rtzlhJaxSIPplNnllCQteDsG8NYq49ChhjxqotVaSoz+ROlY2jeB1mGZfPN/wZ/IKarNI6NvdzYpoQ==} + '@emnapi/core@1.11.2': + resolution: {integrity: sha512-TC8MkTuZUtcTSiFeuC0ksCh9QIJ5+F21MvZ4Wn4ORfYaFJ/0dsiudv5tVkejgwZlwQ39jL9WWDe2lz8x0WglOA==} - '@ecl/utility-shadow@5.0.0-RC6': - resolution: {integrity: sha512-+X2M4M5gjrKMCEL2uvhXkXPju8gJc2DjWz5zYiPBAFK6J/uW8UL6DCsSmmEfLC8JWoWtf1JaK4rUdc0szlqDYQ==} - - '@ecl/utility-spacing@5.0.0-RC6': - resolution: {integrity: sha512-AbMSi7yAsV7nF0eQ8UWNKXsyoAQpopuwMUi/Lof+qsnLeQeQIVbtbgg2kNFHDc02taKiRjEgL5dsdbf3s/OWiw==} - - '@ecl/utility-typography@5.0.0-RC6': - resolution: {integrity: sha512-1hg3BO6dOmfcg5YNPbvyvJVbjapFjkeEvyUOKfSdMJAsyZruq2miYoDuA0+3GElNgnr/jCpFVNUwt1qsFVELKA==} - - '@ecl/utility-z-index@5.0.0-RC6': - resolution: {integrity: sha512-brt6zApQQmkrUjJfjfyQzo+PIwQADU9EtG/s6kcrQtrogCAKz29rnZ48n+t/6qi0AM+Kxw5CRVdtgQ1lFAR9Mw==} - - '@ecl/video@5.0.0-RC6': - resolution: {integrity: sha512-LEmBMTIh63kwQTyWpcwbg/Jj0+MGwxg/iPv6cwIwtEGtfKKEYZpeve7hiINHMvLwpgMz8Nsc/DnkG2HJKK8lVw==} - - '@emnapi/core@1.10.0': - resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} + '@emnapi/core@1.4.5': + resolution: {integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==} '@emnapi/core@1.9.2': resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} - '@emnapi/runtime@1.10.0': - resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} + '@emnapi/runtime@1.11.2': + resolution: {integrity: sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==} + + '@emnapi/runtime@1.4.5': + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} '@emnapi/runtime@1.9.2': resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} + '@emnapi/wasi-threads@1.0.4': + resolution: {integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==} + '@emnapi/wasi-threads@1.2.1': resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} + '@emnapi/wasi-threads@1.2.2': + resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} + '@emotion/unitless@0.10.0': resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} @@ -4513,8 +4090,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.27.7': - resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==} + '@esbuild/aix-ppc64@0.28.1': + resolution: {integrity: sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -4537,8 +4114,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.27.7': - resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==} + '@esbuild/android-arm64@0.28.1': + resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -4561,8 +4138,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.27.7': - resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==} + '@esbuild/android-arm@0.28.1': + resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -4585,8 +4162,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.27.7': - resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==} + '@esbuild/android-x64@0.28.1': + resolution: {integrity: sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -4609,8 +4186,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.27.7': - resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==} + '@esbuild/darwin-arm64@0.28.1': + resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -4633,8 +4210,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.27.7': - resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==} + '@esbuild/darwin-x64@0.28.1': + resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4657,8 +4234,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.27.7': - resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==} + '@esbuild/freebsd-arm64@0.28.1': + resolution: {integrity: sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4681,8 +4258,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.27.7': - resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==} + '@esbuild/freebsd-x64@0.28.1': + resolution: {integrity: sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4705,8 +4282,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.27.7': - resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==} + '@esbuild/linux-arm64@0.28.1': + resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4729,8 +4306,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.27.7': - resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==} + '@esbuild/linux-arm@0.28.1': + resolution: {integrity: sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -4753,8 +4330,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.27.7': - resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==} + '@esbuild/linux-ia32@0.28.1': + resolution: {integrity: sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -4777,8 +4354,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.27.7': - resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==} + '@esbuild/linux-loong64@0.28.1': + resolution: {integrity: sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -4801,8 +4378,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.27.7': - resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==} + '@esbuild/linux-mips64el@0.28.1': + resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -4825,8 +4402,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.27.7': - resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==} + '@esbuild/linux-ppc64@0.28.1': + resolution: {integrity: sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -4849,8 +4426,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.27.7': - resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==} + '@esbuild/linux-riscv64@0.28.1': + resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -4873,8 +4450,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.27.7': - resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==} + '@esbuild/linux-s390x@0.28.1': + resolution: {integrity: sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -4897,14 +4474,14 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.27.7': - resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==} + '@esbuild/linux-x64@0.28.1': + resolution: {integrity: sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.27.7': - resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==} + '@esbuild/netbsd-arm64@0.28.1': + resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -4927,8 +4504,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.27.7': - resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==} + '@esbuild/netbsd-x64@0.28.1': + resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -4945,8 +4522,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.27.7': - resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==} + '@esbuild/openbsd-arm64@0.28.1': + resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -4969,14 +4546,14 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.27.7': - resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==} + '@esbuild/openbsd-x64@0.28.1': + resolution: {integrity: sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/openharmony-arm64@0.27.7': - resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==} + '@esbuild/openharmony-arm64@0.28.1': + resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==} engines: {node: '>=18'} cpu: [arm64] os: [openharmony] @@ -4999,8 +4576,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.27.7': - resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==} + '@esbuild/sunos-x64@0.28.1': + resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -5023,8 +4600,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.27.7': - resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==} + '@esbuild/win32-arm64@0.28.1': + resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -5047,8 +4624,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.27.7': - resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==} + '@esbuild/win32-ia32@0.28.1': + resolution: {integrity: sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -5071,14 +4648,14 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.27.7': - resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==} + '@esbuild/win32-x64@0.28.1': + resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==} engines: {node: '>=18'} cpu: [x64] os: [win32] - '@eslint-community/eslint-utils@4.9.1': - resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} + '@eslint-community/eslint-utils@4.10.1': + resolution: {integrity: sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 @@ -5103,8 +4680,8 @@ packages: resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/eslintrc@3.3.5': - resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==} + '@eslint/eslintrc@3.3.6': + resolution: {integrity: sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/js@8.44.0': @@ -5123,8 +4700,8 @@ packages: resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@exodus/bytes@1.15.0': - resolution: {integrity: sha512-UY0nlA+feH81UGSHv92sLEPLCeZFjXOuHhrIo0HQydScuQc8s0A7kL/UdgwgDq8g8ilksmuoF35YVTNphV2aBQ==} + '@exodus/bytes@1.15.1': + resolution: {integrity: sha512-S6mL0yNB/Abt9Ei4tq8gDhcczc4S3+vQ4ra7vxnAf+YHC02srtqxKKZghx2Dq6p0e66THKwR6r8N6P95wEty7Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: '@noble/hashes': ^1.8.0 || ^2.0.0 @@ -5394,8 +4971,12 @@ packages: node-notifier: optional: true - '@jest/diff-sequences@30.3.0': - resolution: {integrity: sha512-cG51MVnLq1ecVUaQ3fr6YuuAOitHK1S4WUJHnsPFE/quQr33ADUx1FfrTCpMCRxvy0Yr9BThKpDjSlcTi91tMA==} + '@jest/diff-sequences@30.0.1': + resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/diff-sequences@30.4.0': + resolution: {integrity: sha512-zOpzlfUs45l6u7jm39qr87JCHUDsaeCtvL+kQe/Vn9jSnRB4/5IPXISm0h9I1vZW/o00Kn4UTJ2MOlhnUGwv3g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/environment@28.1.3': @@ -5435,8 +5016,8 @@ packages: resolution: {integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - '@jest/schemas@30.0.5': - resolution: {integrity: sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==} + '@jest/schemas@30.4.1': + resolution: {integrity: sha512-i6b4qw5qnP8c5FEeBJg/uZQ4ddrkN6Ca8qISJh0pr7a5hfn3h3v5x60BEbOC7OYAGZNMs1LfFLwnW2CuK8F57Q==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/source-map@28.1.2': @@ -5514,50 +5095,50 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/fs-core@4.57.2': - resolution: {integrity: sha512-SVjwklkpIV5wrynpYtuYnfYH1QF4/nDuLBX7VXdb+3miglcAgBVZb/5y0cOsehRV/9Vb+3UqhkMq3/NR3ztdkQ==} + '@jsonjoy.com/fs-core@4.68.0': + resolution: {integrity: sha512-OAioDU3UGV34ECVTB4pt641OfUzuyDuyUmgrlVM+Fp9g4YyavZrB4xxWuupYrU66+81+um9D0DAzYhjXto5ysQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-fsa@4.57.2': - resolution: {integrity: sha512-fhO8+iR2I+OCw668ISDJdn1aArc9zx033sWejIyzQ8RBeXa9bDSaUeA3ix0poYOfrj1KdOzytmYNv2/uLDfV6g==} + '@jsonjoy.com/fs-fsa@4.68.0': + resolution: {integrity: sha512-dC6VeW8uqXMF9Hkqb7qYST/t165XCHG+bNwwMzRetoNZRxJC8anr5XCJSAk5B+YLHGn6SP+noNltU6OFg/oa7A==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-builtins@4.57.2': - resolution: {integrity: sha512-xhiegylRmhw43Ki2HO1ZBL7DQ5ja/qpRsL29VtQ2xuUHiuDGbgf2uD4p9Qd8hJI5P6RCtGYD50IXHXVq/Ocjcg==} + '@jsonjoy.com/fs-node-builtins@4.68.0': + resolution: {integrity: sha512-j3bb+k4NuqpqXQzinCLeagS7LGLCUvPqA6TnpaBkBqhnPjbzETYiQFpD7pWaV8cGOhhZcAv9dmpzk5mxNb1qsg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-to-fsa@4.57.2': - resolution: {integrity: sha512-18LmWTSONhoAPW+IWRuf8w/+zRolPFGPeGwMxlAhhfY11EKzX+5XHDBPAw67dBF5dxDErHJbl40U+3IXSDRXSQ==} + '@jsonjoy.com/fs-node-to-fsa@4.68.0': + resolution: {integrity: sha512-dtLpmLQxw3IBcGxoK9tVvftwmQLl9qmQyivt8DZpeEwDUcQkxk2CLMZERXtmOlF1mWXfT9CqtjjMiswkb03rKw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-utils@4.57.2': - resolution: {integrity: sha512-rsPSJgekz43IlNbLyAM/Ab+ouYLWGp5DDBfYBNNEqDaSpsbXfthBn29Q4muFA9L0F+Z3mKo+CWlgSCXrf+mOyQ==} + '@jsonjoy.com/fs-node-utils@4.68.0': + resolution: {integrity: sha512-Q84pogSfRaz0WNrBBy+HzBmhNu4m6tWoM0po8bLwW4pKvrwrSadOgFpm1sku08sfg0QAtUubkWuZEBDpNI3toQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node@4.57.2': - resolution: {integrity: sha512-nX2AdL6cOFwLdju9G4/nbRnYevmCJbh7N7hvR3gGm97Cs60uEjyd0rpR+YBS7cTg175zzl22pGKXR5USaQMvKg==} + '@jsonjoy.com/fs-node@4.68.0': + resolution: {integrity: sha512-xYDlpSk3UDHjcI0kiz6kNJ/oVTEzlS7kUzAoAsgJh2/+yOtYV/eZW7M8O9Fj+ED3BDONYKt7+8OiPlWl6xpFeA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-print@4.57.2': - resolution: {integrity: sha512-wK9NSow48i4DbDl9F1CQE5TqnyZOJ04elU3WFG5aJ76p+YxO/ulyBBQvKsessPxdo381Bc2pcEoyPujMOhcRqQ==} + '@jsonjoy.com/fs-print@4.68.0': + resolution: {integrity: sha512-sdy9F6N9QEcyAcU8OxEQmB91mlgiyuMphTFeijQ+qFgigCOeT16lW3X1dCWNzD7wwKLOKXnnYqsFyeq4LWSlYQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-snapshot@4.57.2': - resolution: {integrity: sha512-GdduDZuoP5V/QCgJkx9+BZ6SC0EZ/smXAdTS7PfMqgMTGXLlt/bH/FqMYaqB9JmLf05sJPtO0XRbAwwkEEPbVw==} + '@jsonjoy.com/fs-snapshot@4.68.0': + resolution: {integrity: sha512-eV44t9KY9LH47aPR1a4Nv4xYxM1vQ+OKEw9Mx/3zkuxGOILwmtFddlh5HakdMFpFHwuFNPw1s+NGq2eVYFpQRA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -5657,36 +5238,42 @@ packages: '@types/react': '>=16' react: '>=16' - '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': - resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==} + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.4': + resolution: {integrity: sha512-LCkGo6JDfaBhgST7UpPWgNgLINpcpabaHfyz5OBx75nUYxBsaEPxjnyNjWpeb/xBup/682QnBfRBy2/LvPutZQ==} cpu: [arm64] os: [darwin] - '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3': - resolution: {integrity: sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==} + '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.4': + resolution: {integrity: sha512-zExlW9zUJKZH/tOtVMttwjKa4Xm/3KcNjnE3dPN92uCktwavMxpgCA3MoJK/DOnTWsQgo224OaST27/mPNAf+w==} cpu: [x64] os: [darwin] - '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3': - resolution: {integrity: sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==} + '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.4': + resolution: {integrity: sha512-dgX0P/9wGPJeHFBG+ZmhgE6bmtMt7NP5CRBGyyktpopdk/mW4POnrpQsSLtKI1dwpc+pPLuXHDh6vvskyQE/sw==} cpu: [arm64] os: [linux] - '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3': - resolution: {integrity: sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==} + '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.4': + resolution: {integrity: sha512-Tg3yX65f5GbtXLkrYEHE5oibZG9epyYWas7FogTTEJeDEF9JlXJzKgXaNhT3UXlTOeA+AfZpYZYZ0uPj7Cfquw==} cpu: [arm] os: [linux] - '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3': - resolution: {integrity: sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==} + '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.4': + resolution: {integrity: sha512-8TNXMEjJc3QEy7R/x1INhgiU+XakDAFUzBhaz7+Rbrs8NH5UQeHQxxmzsSBJGyV6I1jW79undiQm8tOI+D+8FQ==} cpu: [x64] os: [linux] - '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3': - resolution: {integrity: sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==} + '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.4': + resolution: {integrity: sha512-CmCXPQrkbwExx3j946/PtHWHbYJiCRBRDl4BlkRQcJB/YOwQxJRTpoo7aTsortjgoJ1x7opzTSxn7C+ASSLVjQ==} cpu: [x64] os: [win32] + '@napi-rs/lzma-linux-x64-gnu@1.5.1': + resolution: {integrity: sha512-oTXEIha4SsuXdTA4Iyskj0kpdx2yVXdhd75c2v3xGrHFfVMsbhTPZU/nMPL4sWKo4pBHm3aucLaqGlF696dTyQ==} + engines: {node: ^22.20 || ^24.12 || >=25} + cpu: [x64] + os: [linux] + '@napi-rs/nice-android-arm-eabi@1.1.1': resolution: {integrity: sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==} engines: {node: '>= 10'} @@ -5796,11 +5383,12 @@ packages: '@napi-rs/wasm-runtime@0.2.4': resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} - '@napi-rs/wasm-runtime@1.1.4': - resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} + '@napi-rs/wasm-runtime@1.2.2': + resolution: {integrity: sha512-JfB4kuJQjaoHuCTseIINHtHWeJnvgEcxjwA5t/Y00ZgaOO1Crz3fjT/p8kT28zA/Caz7oiUMn3d6H2yOVCVwuw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=23.5.0} peerDependencies: - '@emnapi/core': ^1.7.1 - '@emnapi/runtime': ^1.7.1 + '@emnapi/core': ^1.7.1 || ^2.0.0-alpha.3 + '@emnapi/runtime': ^1.7.1 || ^2.0.0-alpha.3 '@ngtools/webpack@18.2.0': resolution: {integrity: sha512-a6hbkYzh/KUlI52huiU4vztqIuxzyddg6kJGcelUJx3Ju6MJeziu+XmJ6wqFRvfH89zmJeaSADKsGFQaBHtJLg==} @@ -5829,8 +5417,8 @@ packages: resolution: {integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==} engines: {node: ^16.14.0 || >=18.0.0} - '@npmcli/agent@4.0.0': - resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} + '@npmcli/agent@4.0.2': + resolution: {integrity: sha512-EUEuWAxnL07Sp5/iC/1X6Xj+XThUvnbei9zfRWZdEXa7lss9RTHMhAHBeg+MZ5To9s/gGaSI+UwZTPdYMvKSeg==} engines: {node: ^20.17.0 || >=22.9.0} '@npmcli/arborist@9.1.6': @@ -5957,58 +5545,58 @@ packages: resolution: {integrity: sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==} engines: {node: ^16.14.0 || >=18.0.0} - '@nx/devkit@22.6.5': - resolution: {integrity: sha512-9kvAI+kk2pfEXLqS8OyjI9XvWmp+Gdn7jPfxDAz8BOqxMyPy3p5hYl+jc4TIsLOWunAFl8azqrcYsHzEpaWCIA==} + '@nx/devkit@22.7.8': + resolution: {integrity: sha512-aQe6wSJY7eIsJXE+DSHEgCMf4UBLeRbW0o1WNoF2TlLxE7N3Navb6aWiebe2wv/eaQ2IDKJXLuNxdJJJK/6zCg==} peerDependencies: nx: '>= 21 <= 23 || ^22.0.0-0' - '@nx/nx-darwin-arm64@22.6.5': - resolution: {integrity: sha512-qT77Omkg5xQuL2+pDbneX2tI+XW5ZeayMylu7UUgK8OhTrAkJLKjpuYRH4xT5XBipxbDtlxmO3aLS3Ib1pKzJQ==} + '@nx/nx-darwin-arm64@22.7.8': + resolution: {integrity: sha512-IM1geDyWPFsS565de9dByYNZ5I3j8FQZvNUp9LIYw1dNu70sCWbAT0glw0anholOwlAb7JWEscoUeV7ouRBW0A==} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@22.6.5': - resolution: {integrity: sha512-9jICxb7vfJ56y/7Yuh3b/n1QJqWxO9xnXKYEs6SO8xPoW/KomVckILGc1C6RQSs6/3ixVJC7k1Dh1wm5tKPFrg==} + '@nx/nx-darwin-x64@22.7.8': + resolution: {integrity: sha512-X/AyooJCmAwHyp9f//bspkAmtaPsv2lPEKe6OiOScsyxJITP4nw+rOfIAJ4Ar64WQcMAY8WLP+ys4ah0K6DZSw==} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@22.6.5': - resolution: {integrity: sha512-6B1wEKpqz5dI3AGMqttAVnA6M3DB/besAtuGyQiymK9ROlta1iuWgCcIYwcCQyhLn2Rx7vqj447KKcgCa8HlVw==} + '@nx/nx-freebsd-x64@22.7.8': + resolution: {integrity: sha512-mgdqiFag8txon4XugDtNj+hq+X9Whn8LBMuqwJSez93L1fralzpQFSUip7XnE7ejQRr5Zewg3BFscGlsk8Cy3A==} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@22.6.5': - resolution: {integrity: sha512-xV50B8mnDPboct7JkAHftajI02s+8FszA8WTzhore+YGR+lEKHTLpucwGEaQuMlSdLplH7pQix4B4uK5pcMhZw==} + '@nx/nx-linux-arm-gnueabihf@22.7.8': + resolution: {integrity: sha512-g7ojIloHGFI7wuMnUdg7io42EL7C7ae4zAolNVj7eXZM54amn3qoNjwbyqaVbBQvUNRiAKJizGyn1IhKpzvG9A==} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@22.6.5': - resolution: {integrity: sha512-2JkWuMGj+HpW6oPAvU5VdAx1afTnEbiM10Y3YOrl3fipWV4BiP5VDx762QTrfCraP4hl6yqTgvTe7F9xaby+jQ==} + '@nx/nx-linux-arm64-gnu@22.7.8': + resolution: {integrity: sha512-Kws8e7W4epfqpTWYaV7KLKaj33o+9JtJa2rErx/XFTtMXhfVzOs5hC4oIrZsYpgk1DuT0APp7UDvX06q2kdAVQ==} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@22.6.5': - resolution: {integrity: sha512-Z/zMqFClnEyqDXouJKEPoWVhMQIif5F0YuECWBYjd3ZLwQsXGTItoh+6Wm3XF/nGMA2uLOHyTq/X7iFXQY3RzA==} + '@nx/nx-linux-arm64-musl@22.7.8': + resolution: {integrity: sha512-fpnyVFL+mSqLdKBPk8+n/rHUEXiem7Xwr9cIOd2Dd5zxQ5wcwj4qSYTNRsBPI2qDFo3esHliwaoFJZULbTHldw==} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@22.6.5': - resolution: {integrity: sha512-FlotSyqNnaXSn0K+yWw+hRdYBwusABrPgKLyixfJIYRzsy+xPKN6pON6vZfqGwzuWF/9mEGReRz+iM8PiW0XSg==} + '@nx/nx-linux-x64-gnu@22.7.8': + resolution: {integrity: sha512-KRbkSthClEwkbpt/LLJmBJhIOvOsyrp9OICisF9p3mOODjaxAuYmyOgrVreg09BT2F4hXN3JXpvt9eIZpTCRsw==} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@22.6.5': - resolution: {integrity: sha512-RVOe2qcwhoIx6mxQURPjUfAW5SEOmT2gdhewvdcvX9ICq1hj5B2VarmkhTg0qroO7xiyqOqwq26mCzoV2I3NgQ==} + '@nx/nx-linux-x64-musl@22.7.8': + resolution: {integrity: sha512-pdPMWko1yZI5ZNI6/t2Y5rQPGgV/ah5DW+mlHo2aFKav4lnxvgisEh9e4HtOsYBfK/9PyYZ5u3M9hLSaMiJ75w==} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@22.6.5': - resolution: {integrity: sha512-ZqurqI8VuYnsr2Kn4K4t+Gx6j/BZdf6qz/6Tv4A7XQQ6oNYVQgTqoNEFj+CCkVaIe6aIdCWpousFLqs+ZgBqYQ==} + '@nx/nx-win32-arm64-msvc@22.7.8': + resolution: {integrity: sha512-yYDu3pj7AXu7LtN/T/bA4TMWWWbmvEE4wa8UW8ZU5JeWYblyXQA7HyYpPAb4fLzCtHb/dIrNDghVBRIeAAcnSw==} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@22.6.5': - resolution: {integrity: sha512-i2QFBJIuaYg9BHxrrnBV4O7W9rVL2k0pSIdk/rRp3EYJEU93iUng+qbZiY9wh1xvmXuUCE2G7TRd+8/SG/RFKg==} + '@nx/nx-win32-x64-msvc@22.7.8': + resolution: {integrity: sha512-cSr0qMt/GgM2aOBFsapxllnIv55j0gAz/6eWvqEOx5sS8d3X1G0IgazZnPbjW2c8gfSYaBZ9UmYnfapWIO/jqg==} cpu: [x64] os: [win32] @@ -6192,303 +5780,292 @@ packages: '@oxc-project/types@0.127.0': resolution: {integrity: sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==} - '@oxc-project/types@0.133.0': - resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==} + '@oxc-project/types@0.143.0': + resolution: {integrity: sha512-u6JZdLBTLotrNC9Vd6vPssINdzcCzleKAH6EJKImQb7GtYvX5keN2dxkoK44stCc4tffE6QQRtZTXVSzsLUlWA==} - '@oxc-resolver/binding-android-arm-eabi@11.19.1': - resolution: {integrity: sha512-aUs47y+xyXHUKlbhqHUjBABjvycq6YSD7bpxSW7vplUmdzAlJ93yXY6ZR0c1o1x5A/QKbENCvs3+NlY8IpIVzg==} + '@oxc-resolver/binding-android-arm-eabi@11.24.2': + resolution: {integrity: sha512-y09e0L0SRI2OA2tUIrjBgoV3eH5hvUKXNkJqXmNo5V2WxIjyC7I7aJfRLMEVpA8yi95f90gFDvO0VMgrDw+vwA==} cpu: [arm] os: [android] - '@oxc-resolver/binding-android-arm64@11.19.1': - resolution: {integrity: sha512-oolbkRX+m7Pq2LNjr/kKgYeC7bRDMVTWPgxBGMjSpZi/+UskVo4jsMU3MLheZV55jL6c3rNelPl4oD60ggYmqA==} + '@oxc-resolver/binding-android-arm64@11.24.2': + resolution: {integrity: sha512-cl4icWaZFnLdg8m6qtnh5rBMuGbxc/ptStFHLeCNwr+2cZjkjNwQu/jYRS0CHlnPecOJMpuS5M6/BH+0J/YkEg==} cpu: [arm64] os: [android] - '@oxc-resolver/binding-darwin-arm64@11.19.1': - resolution: {integrity: sha512-nUC6d2i3R5B12sUW4O646qD5cnMXf2oBGPLIIeaRfU9doJRORAbE2SGv4eW6rMqhD+G7nf2Y8TTJTLiiO3Q/dQ==} + '@oxc-resolver/binding-darwin-arm64@11.24.2': + resolution: {integrity: sha512-At29QEMF6HajbQvgY8K6OXnHD1x9rad74xBEfmCB6ZqCGsdq75aK7tOYcTbOanMy8qdIBrfL3SMr3p/lfSlb9w==} cpu: [arm64] os: [darwin] - '@oxc-resolver/binding-darwin-x64@11.19.1': - resolution: {integrity: sha512-cV50vE5+uAgNcFa3QY1JOeKDSkM/9ReIcc/9wn4TavhW/itkDGrXhw9jaKnkQnGbjJ198Yh5nbX/Gr2mr4Z5jQ==} + '@oxc-resolver/binding-darwin-x64@11.24.2': + resolution: {integrity: sha512-A5Kqr1EUj4oIL5CF4WRssq/o5P0Y11cwoFouMRmQ7YnC/A8V93nv1nb7aSU8HwcgmXropjLNkVTl4MN87cu28Q==} cpu: [x64] os: [darwin] - '@oxc-resolver/binding-freebsd-x64@11.19.1': - resolution: {integrity: sha512-xZOQiYGFxtk48PBKff+Zwoym7ScPAIVp4c14lfLxizO2LTTTJe5sx9vQNGrBymrf/vatSPNMD4FgsaaRigPkqw==} + '@oxc-resolver/binding-freebsd-x64@11.24.2': + resolution: {integrity: sha512-R5xkRBRRz7ceH/P5Jrc6G7FmdUdgpLYyESFAUDVTNQ9K0sGPxcp4ljiwEwEqsvNcQ4sYbMRrWcHHBCu7ksAJVw==} cpu: [x64] os: [freebsd] - '@oxc-resolver/binding-linux-arm-gnueabihf@11.19.1': - resolution: {integrity: sha512-lXZYWAC6kaGe/ky2su94e9jN9t6M0/6c+GrSlCqL//XO1cxi5lpAhnJYdyrKfm0ZEr/c7RNyAx3P7FSBcBd5+A==} + '@oxc-resolver/binding-linux-arm-gnueabihf@11.24.2': + resolution: {integrity: sha512-k/RuYL4L/R58IBn3wT5ma3Wh4k62bp1eYCFRWCmMsasUOqL+H6sW0VGFadEzKWXFFlz+2uIMoeMk9ySSZJHgbg==} cpu: [arm] os: [linux] - '@oxc-resolver/binding-linux-arm-musleabihf@11.19.1': - resolution: {integrity: sha512-veG1kKsuK5+t2IsO9q0DErYVSw2azvCVvWHnfTOS73WE0STdLLB7Q1bB9WR+yHPQM76ASkFyRbogWo1GR1+WbQ==} + '@oxc-resolver/binding-linux-arm-musleabihf@11.24.2': + resolution: {integrity: sha512-bnHAak3ujYfH5pKk4NieFNbvYvernfoQDgwLddbZ3OtMYrem87/qjlA+u+aKG0oZcqSLGCful/6/CEA+aeAgaA==} cpu: [arm] os: [linux] - '@oxc-resolver/binding-linux-arm64-gnu@11.19.1': - resolution: {integrity: sha512-heV2+jmXyYnUrpUXSPugqWDRpnsQcDm2AX4wzTuvgdlZfoNYO0O3W2AVpJYaDn9AG4JdM6Kxom8+foE7/BcSig==} + '@oxc-resolver/binding-linux-arm64-gnu@11.24.2': + resolution: {integrity: sha512-vDT3KHgzYp47gmtNOqL2VNhCyl5Zv643eyxm//A68J8DeUGXrvD1pZFiaT4jSfe+RInfnn1R2yVHye4enx6RnA==} cpu: [arm64] os: [linux] - '@oxc-resolver/binding-linux-arm64-musl@11.19.1': - resolution: {integrity: sha512-jvo2Pjs1c9KPxMuMPIeQsgu0mOJF9rEb3y3TdpsrqwxRM+AN6/nDDwv45n5ZrUnQMsdBy5gIabioMKnQfWo9ew==} + '@oxc-resolver/binding-linux-arm64-musl@11.24.2': + resolution: {integrity: sha512-+kMlQvbzfyEYtu5FcjE4p+ttBLpKW4d/AsAsuE69BxV6V4twZJeIQZFfD8gh/wqglY0MkPSezWXQH0jBV13MUw==} cpu: [arm64] os: [linux] - '@oxc-resolver/binding-linux-ppc64-gnu@11.19.1': - resolution: {integrity: sha512-vLmdNxWCdN7Uo5suays6A/+ywBby2PWBBPXctWPg5V0+eVuzsJxgAn6MMB4mPlshskYbppjpN2Zg83ArHze9gQ==} + '@oxc-resolver/binding-linux-ppc64-gnu@11.24.2': + resolution: {integrity: sha512-shjfMhmZ3gq9fv/w7bi3PnZlgOPG+2QAOFf0BJF0EgBSIGZ6PMLN2zbGEblTUYB/NKVDRyYhE2ff3dJ1QqNPkA==} cpu: [ppc64] os: [linux] - '@oxc-resolver/binding-linux-riscv64-gnu@11.19.1': - resolution: {integrity: sha512-/b+WgR+VTSBxzgOhDO7TlMXC1ufPIMR6Vj1zN+/x+MnyXGW7prTLzU9eW85Aj7Th7CCEG9ArCbTeqxCzFWdg2w==} + '@oxc-resolver/binding-linux-riscv64-gnu@11.24.2': + resolution: {integrity: sha512-zGelwFR5oRo+b69k8Lrzun86DyUHzfKN6cnjbR9l7Z7NIRznOE/2ZvPa1IUKqAL2PzAXOdwkfVqNvO1H2RlpAw==} cpu: [riscv64] os: [linux] - '@oxc-resolver/binding-linux-riscv64-musl@11.19.1': - resolution: {integrity: sha512-YlRdeWb9j42p29ROh+h4eg/OQ3dTJlpHSa+84pUM9+p6i3djtPz1q55yLJhgW9XfDch7FN1pQ/Vd6YP+xfRIuw==} + '@oxc-resolver/binding-linux-riscv64-musl@11.24.2': + resolution: {integrity: sha512-qxZ1SWCXJY0eyhAlP6Lmo9F2Nrtx7EkYj9oCgL8apDPCwXwCEDA2U697bbT81JIc2IrVjxO4KX6WU2N+oN9Z4w==} cpu: [riscv64] os: [linux] - '@oxc-resolver/binding-linux-s390x-gnu@11.19.1': - resolution: {integrity: sha512-EDpafVOQWF8/MJynsjOGFThcqhRHy417sRyLfQmeiamJ8qVhSKAn2Dn2VVKUGCjVB9C46VGjhNo7nOPUi1x6uA==} + '@oxc-resolver/binding-linux-s390x-gnu@11.24.2': + resolution: {integrity: sha512-sGCecF3cx2DFlH4t/z7ApnOnXqN48p5p5mlHDEnHTAukQa2P+qMVE4CwyWE9W+q/m3QJ7kKfGrIjax31f44oFQ==} cpu: [s390x] os: [linux] - '@oxc-resolver/binding-linux-x64-gnu@11.19.1': - resolution: {integrity: sha512-NxjZe+rqWhr+RT8/Ik+5ptA3oz7tUw361Wa5RWQXKnfqwSSHdHyrw6IdcTfYuml9dM856AlKWZIUXDmA9kkiBQ==} + '@oxc-resolver/binding-linux-x64-gnu@11.24.2': + resolution: {integrity: sha512-k/VlMMcSzMlahb3/fENM4rTlsJ0s3fFROA0KXPBmKggqmTSaE383sl8F3KCOXPLmVsYfW6hCitMhXCEtNeZxxg==} cpu: [x64] os: [linux] - '@oxc-resolver/binding-linux-x64-musl@11.19.1': - resolution: {integrity: sha512-cM/hQwsO3ReJg5kR+SpI69DMfvNCp+A/eVR4b4YClE5bVZwz8rh2Nh05InhwI5HR/9cArbEkzMjcKgTHS6UaNw==} + '@oxc-resolver/binding-linux-x64-musl@11.24.2': + resolution: {integrity: sha512-8hbnZyNi97b/8wapYaIF9+t9GmZKBW2vunaOc3h9HGJptH7b7XpvZqOTBSm/MpTjr7H497BlgOaSfLUdhmy2bw==} cpu: [x64] os: [linux] - '@oxc-resolver/binding-openharmony-arm64@11.19.1': - resolution: {integrity: sha512-QF080IowFB0+9Rh6RcD19bdgh49BpQHUW5TajG1qvWHvmrQznTZZjYlgE2ltLXyKY+qs4F/v5xuX1XS7Is+3qA==} + '@oxc-resolver/binding-openharmony-arm64@11.24.2': + resolution: {integrity: sha512-MvyGik3a6pVgZ0t/kWlbmFxFLmXQJwgLsY2eYFHLpy0wGwRbfzeIGgDwQ3kXqE30z+kSXennRkCrT7TUvkptNg==} cpu: [arm64] os: [openharmony] - '@oxc-resolver/binding-wasm32-wasi@11.19.1': - resolution: {integrity: sha512-w8UCKhX826cP/ZLokXDS6+milN8y4X7zidsAttEdWlVoamTNf6lhBJldaWr3ukTDiye7s4HRcuPEPOXNC432Vg==} + '@oxc-resolver/binding-wasm32-wasi@11.24.2': + resolution: {integrity: sha512-vHcssMPwO08RTvj/c0iOBz90attxyG3wQJ0dTcyEQK43LRpcdLWZlV5feBhv6Isn6ahbQIzHbCgfa81+RiML0Q==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-resolver/binding-win32-arm64-msvc@11.19.1': - resolution: {integrity: sha512-nJ4AsUVZrVKwnU/QRdzPCCrO0TrabBqgJ8pJhXITdZGYOV28TIYystV1VFLbQ7DtAcaBHpocT5/ZJnF78YJPtQ==} + '@oxc-resolver/binding-win32-arm64-msvc@11.24.2': + resolution: {integrity: sha512-uokJqro2iBqkFvJdKQLP7d8/BUmFwESQFVmIJUQKj1Xn1a/LysJoe1vmeECLF5b3jsV8CAL5sEMJXX6SdK9Nhg==} cpu: [arm64] os: [win32] - '@oxc-resolver/binding-win32-ia32-msvc@11.19.1': - resolution: {integrity: sha512-EW+ND5q2Tl+a3pH81l1QbfgbF3HmqgwLfDfVithRFheac8OTcnbXt/JxqD2GbDkb7xYEqy1zNaVFRr3oeG8npA==} - cpu: [ia32] - os: [win32] - - '@oxc-resolver/binding-win32-x64-msvc@11.19.1': - resolution: {integrity: sha512-6hIU3RQu45B+VNTY4Ru8ppFwjVS/S5qwYyGhBotmjxfEKk41I2DlGtRfGJndZ5+6lneE2pwloqunlOyZuX/XAw==} + '@oxc-resolver/binding-win32-x64-msvc@11.24.2': + resolution: {integrity: sha512-UqGPmo56KDfLlfXFAFIrNflHT8tFxWGEivWg3Zeyp4Uy2NlKN1FGPr6/BxcLGG3+kZ6Wp14g5Uj+n71boqZfiw==} cpu: [x64] os: [win32] - '@oxlint/binding-android-arm-eabi@1.68.0': - resolution: {integrity: sha512-wEdsIspexXLLMCPAEOcCuFLMt6aE3AzTuA/nQKLPRnoJ+EQTturmGheDkhHuuVHx0GbutjQ3JKmEn+Gz6Ag28Q==} + '@oxlint/binding-android-arm-eabi@1.78.0': + resolution: {integrity: sha512-Bu819lmAfZMUHErrpe0cEWj3iaefuUODHSU8+UbXy67V/r7/7f4K3FL0NmbD85E+wiFLDYuhP8Zlv0XnVeXshw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxlint/binding-android-arm64@1.68.0': - resolution: {integrity: sha512-6aZRNNXQTsYtgaus8HTb9nuCcsrQTlKXGnktwvwW0n/SooRWNxNb3925grDkC63aEYZuCIyOVLV16IdYIoC2aQ==} + '@oxlint/binding-android-arm64@1.78.0': + resolution: {integrity: sha512-CDfxZgB61B7buRdY2FJoAYYPPXCZ1EoC1LKscnC5dg3kjobdxiconvAvvN1BmHyW4PyFT3jRLDag/BY/roSNBQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxlint/binding-darwin-arm64@1.68.0': - resolution: {integrity: sha512-lVTbsE3kO4bLpZELgjRZuAJc8kP98wb83yMXWH8gaPaFZ+cM2IDeZto4ByoUAYj0Mxv2rvw+A1ssZequSepVSg==} + '@oxlint/binding-darwin-arm64@1.78.0': + resolution: {integrity: sha512-2Y2U9Ahrz+OO0Ej88f9SJYq51/jUBp1Mc7iZu0ukrbeeZ3gpRGfzIFnoqfHDY96xr0GEfNrPUBFEy0nN5aD7HA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxlint/binding-darwin-x64@1.68.0': - resolution: {integrity: sha512-nCmw2XrmQskjBUh/sfP5yKs93V68LijQgjd1cuuZ/q4SCARngLYs60/qqyzuMsg8QQ9KArDI98hxs/RDGE4KRQ==} + '@oxlint/binding-darwin-x64@1.78.0': + resolution: {integrity: sha512-rpych6eJq6m9jDRypTEaPD1xysaEW5h9+xuxhGK/QhOg+/xaqPZrCrTNoIl/f3nEjuJeCEmstNDlrE9rJi/3/g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxlint/binding-freebsd-x64@1.68.0': - resolution: {integrity: sha512-TI4ovQJliYE9V6e06cEv+qEI9uj7Ao65fmif4er4HD+aouyYyh0P31q2jh3KtqsOHHcQqv2PZ61TjJFLpBDGWQ==} + '@oxlint/binding-freebsd-x64@1.78.0': + resolution: {integrity: sha512-IcMGrQT3QizkOESUJd5et+rOhVqSkNDfNik1cvrKDqIbzqx9KMtRswpFgkCuNTSwylCFLKhGUu8KmqY1ZnC0Dg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxlint/binding-linux-arm-gnueabihf@1.68.0': - resolution: {integrity: sha512-LcNnEi9g71Cmry5ZpLbKT+oVv+/zYG3hYVAbBBB5X85nOQZSk8l92CnDkxJMcxUg0NCnMCOFZuaVDlMyv4tYJw==} + '@oxlint/binding-linux-arm-gnueabihf@1.78.0': + resolution: {integrity: sha512-/uLdoJ0IXE6vo/0f0LKjinQAp+re+VMaCWaNT8ENIv2EOCkSsc8SGaflXAuW0Jua2dq5+GLVWm1NQK7P3UFSNQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxlint/binding-linux-arm-musleabihf@1.68.0': - resolution: {integrity: sha512-OovHahL3FX4UaK+hgSf11llUx2vszqjSdQQ61Ck9InOEI/ptZoC4XSQJurITqItVvd53JSlmkLMeaNjM1PoQew==} + '@oxlint/binding-linux-arm-musleabihf@1.78.0': + resolution: {integrity: sha512-7xi4Wb/O8NRJhLoUXmDJMUVpNYvB5kefdhFU1Jb8rtae4QoXlTiLwI14X4YvAXVZLNZChP8m5qO9SQAlWQTbkQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxlint/binding-linux-arm64-gnu@1.68.0': - resolution: {integrity: sha512-YbzTglnHLzzi9zv5or8Ztz5fykAoZE8W9iM42/bOrF4HBSB6rJTqdLQWuoP76EHQw9DuKl76K1QmFlG29sPJXQ==} + '@oxlint/binding-linux-arm64-gnu@1.78.0': + resolution: {integrity: sha512-4hFW0+fVXa3OIh1Y4A5SPkmvI4wuuBSrCVKzOyE7PTjhc7yEqZ1pmvEEeS5Lj/MaqvegFxXyF33N+6jkehxdyg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxlint/binding-linux-arm64-musl@1.68.0': - resolution: {integrity: sha512-qVKtCZNic+OoNnOr/hCQAu22HSQzflI7Fsq/Blzkw02SnLuv163k3kfmrVpZjSBlUHgsRKj6WgQiw30d3SX02Q==} + '@oxlint/binding-linux-arm64-musl@1.78.0': + resolution: {integrity: sha512-oC0mvsgBJjlMijSDEhx9KuvR9zYeHXceA9MjbuXB1F8NSR78Yj2unOBrstEvTVaq+pko+kuue6DajC00eqvTdg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxlint/binding-linux-ppc64-gnu@1.68.0': - resolution: {integrity: sha512-zExyZ8ZOUuAyQ0y9jpTcyjKUz62YY9JhKPyVxzvjTpXzZ3ujdqiVwfPWDdnA1SsIOrxdtxHn7KErDHLWskFjXg==} + '@oxlint/binding-linux-ppc64-gnu@1.78.0': + resolution: {integrity: sha512-XAllT5SUZS+ohjuZ3/5S0cwe0r7eboiuigeStCZ5DXRYx/2KVM2UvQXvAfyzXEimtQjAB7cDQ2YxDe2Zl2WNQQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxlint/binding-linux-riscv64-gnu@1.68.0': - resolution: {integrity: sha512-6C4MPuwewyDavA7sxM14wzgRi5GGL68HPIxRCdVyS75U4MDbpFVYzKO9WNR6KLKTMPq2pcz3THwo1sK2uiqngw==} + '@oxlint/binding-linux-riscv64-gnu@1.78.0': + resolution: {integrity: sha512-trucMER/0QtecoXvc1y/UVqE3kwJipDwrx4oHfj+nNm3dq2zjP44WT0CfHNDPM3G1DXIkx/gY6lAD21NSCZVhA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxlint/binding-linux-riscv64-musl@1.68.0': - resolution: {integrity: sha512-bnZooVeHAcvA+dH0EDLgx+7HY/DRi6e0hFszg3P+OBatuUjV6EvfIyNIzWOusmqAVh4L6r21GGTZtiKE4iqM4Q==} + '@oxlint/binding-linux-riscv64-musl@1.78.0': + resolution: {integrity: sha512-cm3O4F/HQbdzOUX5mKHqG5KDL6E5w0pnlZ+fbBy2rmLryPOowkuLagFHTopQsEIpjcaZoPOrL+BmmAytAG9HFg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxlint/binding-linux-s390x-gnu@1.68.0': - resolution: {integrity: sha512-dIqnZnJSmHCMOUpUcWQOiV14o3DDPVx1DSsMaSzvdhNjC1tB1iEPZbdiMSCIEYbkgbsYznHXWqFdKL8WUB3F8g==} + '@oxlint/binding-linux-s390x-gnu@1.78.0': + resolution: {integrity: sha512-33wRf6HqGNsybJ3qX4cGaQN2ODPxNmc1rMa0mrTmx3eFq1VzOnvQooi9bIGVYakW8a/wmqVx1mgsUm8R2xfTiw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxlint/binding-linux-x64-gnu@1.68.0': - resolution: {integrity: sha512-zc9lEnfV/HreDTY6gdMlZe+irkwHSxQ4/B1pS9GyK7RVaA5LxhoZY/w6/o2vIwLLEYiXQ5ujGxOM1ZazeFAAIA==} + '@oxlint/binding-linux-x64-gnu@1.78.0': + resolution: {integrity: sha512-rRdISSYegj6VganMZ9tjRjijowfHJ09IZU01i0toBAqr6n5LEtwHq2IeS4FjW2RoskOHlb6efB26H5izYb3GEQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxlint/binding-linux-x64-musl@1.68.0': - resolution: {integrity: sha512-Dl5QEX0TCo/40Cdh1o1JdPS//+YiWqjC+Hrrya5OQmStZZr4svAFtdlqcpCrU9yq2Mo3vRVyO9B3h0dzD8s36Q==} + '@oxlint/binding-linux-x64-musl@1.78.0': + resolution: {integrity: sha512-GmsP4rW0xTL6u5CVdcDsaN5Fbc7hBc382Wmar1kttbnwSEviM+rSINKOMQ+UQ6iH+AGwC+8gaAiwu134Tgh6Lg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxlint/binding-openharmony-arm64@1.68.0': - resolution: {integrity: sha512-/qy6dOvi4S3/LeXq0l5BT5pRKPYA7oj3uKwJOAZOr5HRLL+HK6jdBynvWuXIA2wwfE01RzNYmbBdM7vwYx00sA==} + '@oxlint/binding-openharmony-arm64@1.78.0': + resolution: {integrity: sha512-sy9yeYuADc8a+n4TLBayzMCZiHPW78DcIFVpOXTmdKHWQeM9xe5uzkqIIZmi326D5hY9XVwacipEB1p7tQjPAg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxlint/binding-win32-arm64-msvc@1.68.0': - resolution: {integrity: sha512-fHNtVqPHSYE7UFDSLVFUjxQjnSVXxseNJmRW+XuP4pXXDwePdPda43NL7/BBCFTxHjycOc44JNDaOPtFDNui9A==} + '@oxlint/binding-win32-arm64-msvc@1.78.0': + resolution: {integrity: sha512-rjc2hF1KfMi8fZj1X/m3AmnHbdsF3rL0v6KQg0Uc880Yb2khjz+3U14sfdZ7jWTpRnN1m1NQa/TT7uU9lJWPrA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxlint/binding-win32-ia32-msvc@1.68.0': - resolution: {integrity: sha512-NnKXr4Wgo4nps3erhrE0f8shBvBPZMHg72nDsvX0JyrRvsNiP3f1JNvbCKh+A6VFvpF7ZoJxu904P3cKMhvZnA==} + '@oxlint/binding-win32-ia32-msvc@1.78.0': + resolution: {integrity: sha512-zcuXFVrEFHIafRfkCQT8w/Xe41o07ozl/vwHq7p94vB29xVzsB0sZGYORU1jhcYKv3Lr0J3HbJ2T4fHH5rWmvA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxlint/binding-win32-x64-msvc@1.68.0': - resolution: {integrity: sha512-zg5pA+84AlU6XHJ3ruiRxziO71QTrz8nLsk6u01JGS5+tL9/bnlakFiklFrcy4R1/V7ktWtaNitN3JZWmKnf6g==} + '@oxlint/binding-win32-x64-msvc@1.78.0': + resolution: {integrity: sha512-Sb5ocmLSuYeOuXd+CFOToGKp/gjXUEWDnvIGwhnh8aq8wY4TMmEnKnvbogSW7RdMZv77JSARduS7/gv+khYEjA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@parcel/watcher-android-arm64@2.5.6': - resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} + '@parcel/watcher-android-arm64@2.6.0': + resolution: {integrity: sha512-trgpLSCKRC/huFjXX/Smh+0sWe4+YtKfktIToiMl59ghz7z+qkH6kMvNnUbLyRs9N11t8l4svSCs1+5B3rOAhA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [android] - '@parcel/watcher-darwin-arm64@2.5.6': - resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==} + '@parcel/watcher-darwin-arm64@2.6.0': + resolution: {integrity: sha512-Y3QV0gl7Q1zbfueunkWIERICbEojQFCgpyG7YqOGNFLsckXyI1xu9mAIUpKY9QBYzBtSkN8dBPwd3yiAO9ovMw==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [darwin] - '@parcel/watcher-darwin-x64@2.5.6': - resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==} + '@parcel/watcher-darwin-x64@2.6.0': + resolution: {integrity: sha512-Ohv6OpzhUfKYD7Beb8kDvG0jbIxORCYY1JRdZnaBtnjjkJxgD7ZVL0nw2sCYd0yTMKTvz3nnTnOF3cDifK+kvw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [darwin] - '@parcel/watcher-freebsd-x64@2.5.6': - resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==} + '@parcel/watcher-freebsd-x64@2.6.0': + resolution: {integrity: sha512-5HmXvDgs8VK+74jF9y9/2FE3/OnlcKmc56tjmSrEuZjpSZOGL+fvAu+HKJBdPs9uwoP2hE6TlSUpXZ/C5jUFmQ==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [freebsd] - '@parcel/watcher-linux-arm-glibc@2.5.6': - resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==} + '@parcel/watcher-linux-arm-glibc@2.6.0': + resolution: {integrity: sha512-Ps/hui3A+vMbjdqlqAowK2ZL8+BO8dBjxeWXj6npTBs3jx4wWmbPpaLuqwrQrSqIVMCnpWo238bJ1U37GhQOYg==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@parcel/watcher-linux-arm-musl@2.5.6': - resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==} + '@parcel/watcher-linux-arm-musl@2.6.0': + resolution: {integrity: sha512-9c6AUHgHoG+IY88MRIHupztQiQnrbqHYQjkM2btA+Bf/wQnQMuiD0Wfk1EVv3TlNT3x41uU71rn6E4xh/+zvkw==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@parcel/watcher-linux-arm64-glibc@2.5.6': - resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==} + '@parcel/watcher-linux-arm64-glibc@2.6.0': + resolution: {integrity: sha512-yHRqS2owEXe6Hic9z6Mh1ECsCd+ODVOGvZDyciqRd21+v+o+DnXMOrw50DSpIG2sb8GPEaPPmfeCAWKPJdq46g==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@parcel/watcher-linux-arm64-musl@2.5.6': - resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==} + '@parcel/watcher-linux-arm64-musl@2.6.0': + resolution: {integrity: sha512-WhB2e/V7rqdHHWZusBSPuy5Ei8S6lSz6FE5TKKQz5h3a0O+C+mhY7vxU9b/stqvMb8beLnPY82ZrFTLKs+SrKA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@parcel/watcher-linux-x64-glibc@2.5.6': - resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==} + '@parcel/watcher-linux-x64-glibc@2.6.0': + resolution: {integrity: sha512-ulGE6x6Oz6iAwg75T8YQSoguBWasniIbX+QWpaYPcCnDOpdWX3k+4xbEYPZVLxOuoJI+svJJPD3sEj8G7lrQ3A==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@parcel/watcher-linux-x64-musl@2.5.6': - resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==} + '@parcel/watcher-linux-x64-musl@2.6.0': + resolution: {integrity: sha512-tkBYKt7YQrjIJWYDnto2YgO8MRkjlMTSNoRHzsXinBqbLdeOM3L32wPZJvIZxqaLMfSlS/4sUjH/6STVP/XDLw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@parcel/watcher-win32-arm64@2.5.6': - resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==} + '@parcel/watcher-win32-arm64@2.6.0': + resolution: {integrity: sha512-gIZAP23jaHjGWasY/TY6yL7NHFClf0Ga7FN+iINvk+KN94rhm94lYZhFsbYFNcA04/onvGD9kKmiJLJB2HbNwQ==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [win32] - '@parcel/watcher-win32-ia32@2.5.6': - resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==} - engines: {node: '>= 10.0.0'} - cpu: [ia32] - os: [win32] - - '@parcel/watcher-win32-x64@2.5.6': - resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==} + '@parcel/watcher-win32-x64@2.6.0': + resolution: {integrity: sha512-cA+/pXV2YkfxlIcXOQ5fSWqAzzPyD78/x5qbK/I0vUkrlYHA8TIz+MXjAbGouguKVSI4bOmkTSJ1/poVSsgt+A==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [win32] - '@parcel/watcher@2.5.6': - resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==} + '@parcel/watcher@2.6.0': + resolution: {integrity: sha512-7FNeNl8NCE7aINx7WXiKQrPYZWC/hvrTsmk6zmxbI7LTXE7hVek/n8AfVgpe2y82zl3w0HvCHN0bVKMBoJcC0w==} engines: {node: '>= 10.0.0'} '@pkgjs/parseargs@0.11.0': @@ -6499,9 +6076,9 @@ packages: resolution: {integrity: sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==} engines: {node: ^14.18.0 || >=16.0.0} - '@playwright/test@1.60.0': - resolution: {integrity: sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==} - engines: {node: '>=18'} + '@playwright/test@1.62.1': + resolution: {integrity: sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==} + engines: {node: '>=20'} hasBin: true '@pnpm/config.env-replace@1.1.0': @@ -6512,8 +6089,8 @@ packages: resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} engines: {node: '>=12.22.0'} - '@pnpm/npm-conf@3.0.2': - resolution: {integrity: sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==} + '@pnpm/npm-conf@3.0.3': + resolution: {integrity: sha512-//0sR/cow/s4ICQaYoAobOl4aU8cjU6x/V24V7XkKotb9+O+3zySIYp146vpaobYHnxa4pZX8NkV54Z5AwbDKA==} engines: {node: '>=12'} '@polka/url@1.0.0-next.29': @@ -6524,101 +6101,99 @@ packages: peerDependencies: prettier: ^3.0.0 - '@puppeteer/browsers@3.0.4': - resolution: {integrity: sha512-HGM8iAmGTf+Y7t0373szVbTmt3d7vPkYL/1bpOkOFO0YUYLgSeuYBCzESklogNPvOBnZ/MRD5f07OkpqH1trtA==} + '@puppeteer/browsers@3.2.0': + resolution: {integrity: sha512-LlBrE8oqGfU7b1Nk2d5Q1SbuPhZxTj0cJEMDPEws28OjNMELlflekmPPuf4FnK03x0ZRjKaYwJElUcKK4kyqJA==} engines: {node: '>=22.12.0'} hasBin: true peerDependencies: proxy-agent: '>=8.0.1' + yauzl: ^2.10.0 || ^3.4.0 peerDependenciesMeta: proxy-agent: optional: true + yauzl: + optional: true - '@rolldown/binding-android-arm64@1.0.3': - resolution: {integrity: sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==} + '@rolldown/binding-android-arm64@1.2.3': + resolution: {integrity: sha512-zrJtHDcaZJ1Fp7xf4hNl+7seH9Cn/N5TwLYkhgXREtBwAd/jaqW3uqeHxpDugJLVICWg4eW44kOQEGJ1r6jCGw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.3': - resolution: {integrity: sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==} + '@rolldown/binding-darwin-arm64@1.2.3': + resolution: {integrity: sha512-ieIiibVCp0tX7TLu2cafoNPv8wJyYi01ekXpbf8q2j7F4rGAhhXb/eQh7ge9DRBY78GwmRQtvjZDux7EDbA8kA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.3': - resolution: {integrity: sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==} + '@rolldown/binding-darwin-x64@1.2.3': + resolution: {integrity: sha512-Zh9tCon19eDXJoihx0rqKhMUlMYqzwj3aPsSuHmI4RWZh62dWUL+DJN4C5YQya5TcQBJU/Fe8+rY0jhXTQITqA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.3': - resolution: {integrity: sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==} + '@rolldown/binding-freebsd-x64@1.2.3': + resolution: {integrity: sha512-nGbJWewA1wrXXZiQhjAT5rhibGfns5ZNkDVqxsO6zJ3f3YvpoDNNmGMSbbhLuXKjNScaBJVOAboztAWVespQMg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.3': - resolution: {integrity: sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==} + '@rolldown/binding-linux-arm-gnueabihf@1.2.3': + resolution: {integrity: sha512-QNniJr5Kml0kDEB98jiDOJjXNroxIIi0IXIbdYzY26Xt1pVbeP62+KnoIZLwirOymX/0jDk/2gI/bNUv7A7OIw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.3': - resolution: {integrity: sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==} + '@rolldown/binding-linux-arm64-gnu@1.2.3': + resolution: {integrity: sha512-TkqEAcmmvH3I/q4114NB4RVt6241Dao48pF45uLcFGrwAaIn0iITgTAKP/dLjbN0R4buJjGb91+UHSoFmpgIWw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@rolldown/binding-linux-arm64-musl@1.0.3': - resolution: {integrity: sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==} + '@rolldown/binding-linux-arm64-musl@1.2.3': + resolution: {integrity: sha512-NHqjnxpsndf4MPymxteFAWHHfkTL8HjWh1KB7z23ofZ6QO2euONuxDXjat69dKZRALnGypg8k8SsK8vZJoXv1Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@rolldown/binding-linux-ppc64-gnu@1.0.3': - resolution: {integrity: sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==} + '@rolldown/binding-linux-ppc64-gnu@1.2.3': + resolution: {integrity: sha512-6tbrbwfz5GB9DQ4Jwo6hy9v+vR31xZlvzZ6n5Xut6Hhx5PvrA9q/HsK8KMaYQp063iqZGXwNvZtYNLD7EM/x0w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@rolldown/binding-linux-s390x-gnu@1.0.3': - resolution: {integrity: sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==} + '@rolldown/binding-linux-s390x-gnu@1.2.3': + resolution: {integrity: sha512-oyuXxXmoZHjXC917IAPFAAv4wWAa0cM9afk8nx1+9/jNNOX1uPf8yDA6p7G0RypOfw/X0PQt5IfoquY1um+zSg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@rolldown/binding-linux-x64-gnu@1.0.3': - resolution: {integrity: sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==} + '@rolldown/binding-linux-x64-gnu@1.2.3': + resolution: {integrity: sha512-TytMwF2KVGqP2tgd0I1OY0PAv78dZRAYcF5ssDzjM34SUXCED3uXvSd5+lHoC0bTD6eEdFz7LdQNCO1y0oVk9w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@rolldown/binding-linux-x64-musl@1.0.3': - resolution: {integrity: sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==} + '@rolldown/binding-linux-x64-musl@1.2.3': + resolution: {integrity: sha512-/E9m3qstrJFVPoULV25mVQblSNExY2+kBsYe4sy0Tn0yOOgJ8wZbZt3KnRbF/XeU2Gl1STKUQnDNTqhIE5MD4A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@rolldown/binding-openharmony-arm64@1.0.3': - resolution: {integrity: sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==} + '@rolldown/binding-openharmony-arm64@1.2.3': + resolution: {integrity: sha512-Kr0OcsoQI816i6HOl3vFHpd1K0eZyh76zgfj4c1nTyaTsd5r2Mj1lwM4R90y/qaCfmTn9eHy0SKwi98eitRxug==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.3': - resolution: {integrity: sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==} - engines: {node: ^20.19.0 || >=22.12.0} - cpu: [wasm32] - - '@rolldown/binding-win32-arm64-msvc@1.0.3': - resolution: {integrity: sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==} + '@rolldown/binding-win32-arm64-msvc@1.2.3': + resolution: {integrity: sha512-hOtMwTqnME+/gJcH/PCZ0wn0zPUjiWOgkHpxbSJpfGKMezHltx1S7/k1SitzVa7Ww2cqrDDaFbZEhcJZO8o+Jw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.3': - resolution: {integrity: sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==} + '@rolldown/binding-win32-x64-msvc@1.2.3': + resolution: {integrity: sha512-ekcqMMkI2PlhYnfzQnB/cEdYUVVJViWvoUyLrbzgDoi3Snfc1mVBwdnc306ufA5ejy8JSPjT2RlW1nQSjW7efg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -6626,9 +6201,6 @@ packages: '@rolldown/pluginutils@1.0.0-beta.27': resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==} - '@rolldown/pluginutils@1.0.0-rc.16': - resolution: {integrity: sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==} - '@rolldown/pluginutils@1.0.1': resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} @@ -6699,8 +6271,8 @@ packages: rollup: optional: true - '@rollup/pluginutils@5.3.0': - resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} + '@rollup/pluginutils@5.4.0': + resolution: {integrity: sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -6713,18 +6285,13 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.60.2': - resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==} - cpu: [arm] - os: [android] - - '@rollup/rollup-android-arm-eabi@4.61.0': - resolution: {integrity: sha512-dnxczajOqt0gesZlN5pGQ1s1imQVrsmCw5G2Ci4oM+0WvNz3pyRnlWrT7McoZIb8VlFwCawdmbWRmxRn7HI+VQ==} + '@rollup/rollup-android-arm-eabi@4.62.2': + resolution: {integrity: sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.62.0': - resolution: {integrity: sha512-IPIQ55ythEHkfEd9jMEi32OQ7SxURsGA43JI22lj01OLZNt2NUbJX8YUHxkVWyQ6daHPNn0truF5nSj3DQp6YQ==} + '@rollup/rollup-android-arm-eabi@4.62.4': + resolution: {integrity: sha512-RrPokAb7dmbxFoeO3TloqHyOjgye8RkBhSqmp4aJMIex4c9r46ZstPnleDQOq1t46VOVjwIuwNogIqbodV1Vvg==} cpu: [arm] os: [android] @@ -6733,18 +6300,13 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.60.2': - resolution: {integrity: sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==} - cpu: [arm64] - os: [android] - - '@rollup/rollup-android-arm64@4.61.0': - resolution: {integrity: sha512-Bp3JpGP00Vu3f238ivRrjf7z3xSzVPXqCmaJYA9t2c+c8vKYvOzmXF7LkkeUalTEGd6cZcSWe+PFIP3Vy48fRg==} + '@rollup/rollup-android-arm64@4.62.2': + resolution: {integrity: sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==} cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.62.0': - resolution: {integrity: sha512-M6s9cr10MibETyo8JsOkq+Lo1+lU6hcvb1MApnUql5qte/5hMEgzlN8/ReIKNfRV8rrqX50W1BX9zoUhC192RA==} + '@rollup/rollup-android-arm64@4.62.4': + resolution: {integrity: sha512-JKuJc+pnpks2pjy7L/N3v/cAkZxYlnmuZoD840ldbMI5KDbC4iO9NKwPKYdjYFCMAIIlBzYSFHxIJVYzRo2/8A==} cpu: [arm64] os: [android] @@ -6758,18 +6320,13 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.60.2': - resolution: {integrity: sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==} - cpu: [arm64] - os: [darwin] - - '@rollup/rollup-darwin-arm64@4.61.0': - resolution: {integrity: sha512-zaYIpr670mUmmZ1tVzUFplbQbG7h3Gugx3L5FoqhsC2m/YnLlR1a7zVLmXNPy+iY1tFPEbNG+HHBXZGyId0G5w==} + '@rollup/rollup-darwin-arm64@4.62.2': + resolution: {integrity: sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.62.0': - resolution: {integrity: sha512-BqCoMoIbn0keKys+dEAdBa70EtOwV1bEsQCUgU9FdiZmmMge/Zk7LlkYGqbrdHR+Frnt0E1FOanly+rlwvvQzw==} + '@rollup/rollup-darwin-arm64@4.62.4': + resolution: {integrity: sha512-krw5uS2STmvJ02x0uTXHbqQNuz+9eZ1iw+qXk9dmW2gvV4jV7O2hEoOnuhFrpOPiel1mBFtqbxYZZtC46hXLOw==} cpu: [arm64] os: [darwin] @@ -6783,48 +6340,33 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.60.2': - resolution: {integrity: sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==} + '@rollup/rollup-darwin-x64@4.62.2': + resolution: {integrity: sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==} cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.61.0': - resolution: {integrity: sha512-+P49fvkv2dSoeevUW+lgZ/I2JHSsJCK1Lyjj7Cu6E4UHG4tS9XIefzIjo5qhgELjAclnen1rLzK2PMKJdo+Dyg==} + '@rollup/rollup-darwin-x64@4.62.4': + resolution: {integrity: sha512-wsTxtgApb4PrOsNJIm0FZ1h3WvCC+k9uxLJ4ad75hgoS4NiRes2SoJFlDAyMwiUY8IssDqGcHbXuN0sx1tfF1A==} cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.62.0': - resolution: {integrity: sha512-SIMzST3VFNXDAbeIWDWiFCNM5qncUBDWaEV7NfE7oZbDt2mgfW4MvbKdbYiGOLoM32gbTv608UMd0XktEYSD7w==} - cpu: [x64] - os: [darwin] - - '@rollup/rollup-freebsd-arm64@4.60.2': - resolution: {integrity: sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==} - cpu: [arm64] - os: [freebsd] - - '@rollup/rollup-freebsd-arm64@4.61.0': - resolution: {integrity: sha512-l3FAAOyKJXH2ea6KNFN+MMgC/rnE94YGLXs2ehYqDcCoHt1DpvgWX75BhUJxN38XojP7Ul+4H8PRn7EdyqSDrw==} + '@rollup/rollup-freebsd-arm64@4.62.2': + resolution: {integrity: sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.62.0': - resolution: {integrity: sha512-ezjfSQMP7ArdUsbBwbQIfwAlhE84I2iVnzQNCFSveqV42q+BmKlzVpf7mxv5EchLcoWU4y6/heFzVg1F+hodUQ==} + '@rollup/rollup-freebsd-arm64@4.62.4': + resolution: {integrity: sha512-GUOnQlyZe3yAXhWOtOMsn5Qkrv5E5mZXa0thbARWi5Ei2szlVXJFQhddZ4HbAzh8q92w5twp+CQvs/eFanz9YQ==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.60.2': - resolution: {integrity: sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==} - cpu: [x64] - os: [freebsd] - - '@rollup/rollup-freebsd-x64@4.61.0': - resolution: {integrity: sha512-VokPN3TSctKj65cyCNPaUh4vMFA8awxOot/0sp+4J7ZlNRKQEhXhawqPwajoi8H5ZFt61i0ugZJuTKXBjGJ17Q==} + '@rollup/rollup-freebsd-x64@4.62.2': + resolution: {integrity: sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==} cpu: [x64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.62.0': - resolution: {integrity: sha512-9+qTWGW9AZRhnUgwtTwzNwcPlL87ngkeN0LA+q1bADvmY9aNvWaF2TFW8BZgnQPYxpDI7+rMVLivcd4V737TAQ==} + '@rollup/rollup-freebsd-x64@4.62.4': + resolution: {integrity: sha512-/Y7f3QuxjzPKsjA/rfEDa3+0vXqyjmJ50Ln8dPpCmWkKTrUoWHG1cWhTqaAMLob2m2nESWuC7yGrREz019Ztqg==} cpu: [x64] os: [freebsd] @@ -6833,18 +6375,13 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.60.2': - resolution: {integrity: sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==} - cpu: [arm] - os: [linux] - - '@rollup/rollup-linux-arm-gnueabihf@4.61.0': - resolution: {integrity: sha512-DxH0P3wxm+Yzs/p3zrk9dw1rURu8p0Nv5+MRK/L7OtnLNg5rLZraSBFZ8iUXOd9f2BlhJyEpIZUH/emjq4UJ4g==} + '@rollup/rollup-linux-arm-gnueabihf@4.62.2': + resolution: {integrity: sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.62.0': - resolution: {integrity: sha512-T1dMEQhXA/jkJ/jyMIw9IovK8bSUq7A8kLIlvZTb/6YIVsp2zLavr4F3oyllHWo7eIVJRyE5n3tUjQJEbE1IuQ==} + '@rollup/rollup-linux-arm-gnueabihf@4.62.4': + resolution: {integrity: sha512-81wiiX3v7aqy+T+bT61TJ78yJjRquqFFTTbAPt08imfQQzkPIW8t6aJbkTagtCCrXMNc9D66+geqlK7ydLPNqA==} cpu: [arm] os: [linux] @@ -6853,18 +6390,13 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.60.2': - resolution: {integrity: sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==} + '@rollup/rollup-linux-arm-musleabihf@4.62.2': + resolution: {integrity: sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.61.0': - resolution: {integrity: sha512-T6ZvMNe84kAz6TBWHC7hGAoEtzP1LWYw/AqayGWEF6uISt3Abk/st06LqRD9THd7Xz3NxzurUpzAuEAUbZf+nw==} - cpu: [arm] - os: [linux] - - '@rollup/rollup-linux-arm-musleabihf@4.62.0': - resolution: {integrity: sha512-2as0LgT7qQpyceQq6VUJYnumUMUrgGQCWIiDIN9DE0/tglsk6o66uCB4f3djRawAltvfCNLyZZrsqbPA6inCsA==} + '@rollup/rollup-linux-arm-musleabihf@4.62.4': + resolution: {integrity: sha512-9kmDIvNZqdoHOBZgNtpTBeLWYO/LVipM3H/j62P8848/l/VPEQL6N3uxU9pvP1oZAsXyC2MEnFP3ovRjo7WYNQ==} cpu: [arm] os: [linux] @@ -6878,18 +6410,13 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.60.2': - resolution: {integrity: sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==} - cpu: [arm64] - os: [linux] - - '@rollup/rollup-linux-arm64-gnu@4.61.0': - resolution: {integrity: sha512-q/4hzvQkDs8b4jIBab1pnLiiM0ayTZsN2amBFPDzuyZxjEd4wDwx0UJFYM3cOZzSf5Kw8fnWSprJzIBMkcR44Q==} + '@rollup/rollup-linux-arm64-gnu@4.62.2': + resolution: {integrity: sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.62.0': - resolution: {integrity: sha512-bVURMg+6eNN9C/yc0aVjooZcwTTtYF4YW3xta5pP0//r3o1V8gXEHXWCndj47w/HhwsFroZrFhR+6uQP5T0n0g==} + '@rollup/rollup-linux-arm64-gnu@4.62.4': + resolution: {integrity: sha512-CcnXHWnXg69g+DX5VWL3FHts3qMRN2uVEHX+BZvGLdd07/gXkn3ePjYtO1LDJvxkGKVHMclKBRa1QUTH+6toYQ==} cpu: [arm64] os: [linux] @@ -6903,48 +6430,33 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.60.2': - resolution: {integrity: sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==} - cpu: [arm64] - os: [linux] - - '@rollup/rollup-linux-arm64-musl@4.61.0': - resolution: {integrity: sha512-vvYWX3akdEAY6km+9wAqFDnk6pQsbJKVnj7xawcvs/+fdlYBGp+U+Qq/lLfpIxYIZvZLHMAKD9HLdacSx/r3dw==} + '@rollup/rollup-linux-arm64-musl@4.62.2': + resolution: {integrity: sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.62.0': - resolution: {integrity: sha512-Ful8pM/2yYI83PViWdFdpZhdI8HJ5qsXANe5atypbHDf+KIBBDsZsbyy8hbXnULVvW9NsTh5DHwbcBftyLTfiw==} + '@rollup/rollup-linux-arm64-musl@4.62.4': + resolution: {integrity: sha512-iFOibiHnTRuhrWLlRsOQFdZJJIa7S8OwkneJr4ocALP16u5yk6lWLINFwhHaEqBFMsKDUZofLkGos7+CPzGB3g==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.60.2': - resolution: {integrity: sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==} - cpu: [loong64] - os: [linux] - - '@rollup/rollup-linux-loong64-gnu@4.61.0': - resolution: {integrity: sha512-DePa5cqOxDP/Zp0VOXpeWaGew5iIv5DXp9NYbzkX5PFQyWVX9184WCTh3hvr/7lhXo8ZVlbFLkz8+o/q1dU6gA==} + '@rollup/rollup-linux-loong64-gnu@4.62.2': + resolution: {integrity: sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.62.0': - resolution: {integrity: sha512-9Gp/DgrkzfUBmNPVTyPTvay+4xEP7M/clXpj3efXBcm6uTIVIgDg4rqUpqKXvLEuFRVuEpSAOkhgNeecvaZ4Cg==} + '@rollup/rollup-linux-loong64-gnu@4.62.4': + resolution: {integrity: sha512-XnWYMI7euHlb5a871xPja+Gm7DRCFU+FGRrtS2sMq9N8FvqtpagUy6gD4YOemC5MRk9xbh8+jYMEJbigFQwsgA==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loong64-musl@4.60.2': - resolution: {integrity: sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==} + '@rollup/rollup-linux-loong64-musl@4.62.2': + resolution: {integrity: sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loong64-musl@4.61.0': - resolution: {integrity: sha512-LV8aWMB8UChglMCEzs7RkN0GsH29RJaLLqwm9fCIjlqwxQTiWAqNcc7wjBkH31hV0PU/yVxGYvrYsgfea2qw6g==} - cpu: [loong64] - os: [linux] - - '@rollup/rollup-linux-loong64-musl@4.62.0': - resolution: {integrity: sha512-m9tsJz54LUXkSYM8+8PG81B9IKK5r+2T0clMq4QrS16xFosufU7firBDAZEsDheDs7wTlP7h3++S7lMsU955HA==} + '@rollup/rollup-linux-loong64-musl@4.62.4': + resolution: {integrity: sha512-qGDAlO0U8xedCcsdRm9oaoQY8DAx/QT7uIxJWhCdx0ceIWX783UC9QSYkdpzAe29wNiVfp24+bZdQmn49o45SQ==} cpu: [loong64] os: [linux] @@ -6953,33 +6465,23 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-ppc64-gnu@4.60.2': - resolution: {integrity: sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==} - cpu: [ppc64] - os: [linux] - - '@rollup/rollup-linux-ppc64-gnu@4.61.0': - resolution: {integrity: sha512-QoNSnwQtaeNu5grdBbsL0tt1uyl5EnS8DA8Mr3nluMXbhdQNyhN+G4tBax7VCdxLKj8YJ0/4OO9Ho84jMnJtKA==} - cpu: [ppc64] - os: [linux] - - '@rollup/rollup-linux-ppc64-gnu@4.62.0': - resolution: {integrity: sha512-3UvJ5PNVU16aJf6M3tFI24pWzAl2/ynfbyRN3ICyQajK1lSkrnVYNnLz3v04J32qKa0FczJc22zeToc0lr2A3w==} + '@rollup/rollup-linux-ppc64-gnu@4.62.2': + resolution: {integrity: sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-ppc64-musl@4.60.2': - resolution: {integrity: sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==} + '@rollup/rollup-linux-ppc64-gnu@4.62.4': + resolution: {integrity: sha512-ru4H6ezD7ysA5EiEK6qkkaEb4modH8CTej6kUy/gQi20u3kB3G7Zn8snXXkeJSCOFKG/rbPPtM/+9Wgas1961w==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-ppc64-musl@4.61.0': - resolution: {integrity: sha512-/zZp5MKapIIApE8trN8qLGNSiRN9TUoaUZ1cmVu4XnVdd5LQLOXTtyi+vtfUbNnT3iyjzpPqYeKXmvJ+gJGYWw==} + '@rollup/rollup-linux-ppc64-musl@4.62.2': + resolution: {integrity: sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-ppc64-musl@4.62.0': - resolution: {integrity: sha512-vRWUAbYLGHBZS6Q8Msb2sfnf1fvJf+47t8l/TwOerM2qArzy+IeNMTHrYLHXh95h8MoatPHI5hhSZNs+mGXKPg==} + '@rollup/rollup-linux-ppc64-musl@4.62.4': + resolution: {integrity: sha512-2W4MO5WQVJnbJaZdvDb9rhBDuFU1nKIepPFpJUBsTh2k1YY2g+ODViaWuyOAjQ5cOP7NvrvLzt3wvHOoiAvc7w==} cpu: [ppc64] os: [linux] @@ -6988,33 +6490,23 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.60.2': - resolution: {integrity: sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==} - cpu: [riscv64] - os: [linux] - - '@rollup/rollup-linux-riscv64-gnu@4.61.0': - resolution: {integrity: sha512-RbrzcD3aJ1k3UbtMRRBNwojdVVyXjuVAFTfn/xPa6EEl6GE9Sm/akPgFTb9aAC9pMKGJ6CtWxaGrqWcabH+ySg==} + '@rollup/rollup-linux-riscv64-gnu@4.62.2': + resolution: {integrity: sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.62.0': - resolution: {integrity: sha512-c00T5SYENHAt86cfW47URaP3Us5vLC/4QO7GYud1G5VNRffCwwCuBspwqYrriuJB+5m0WFzClCn9wed0FBjKvg==} + '@rollup/rollup-linux-riscv64-gnu@4.62.4': + resolution: {integrity: sha512-+fxjfuoAmVMCYV5QyjoIpu0cp5DOiOTeqYFk1AVaxGr+/ravWLX89XfQmptsoWcaVy/TGf2hexzbUOrCQIL1CQ==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.60.2': - resolution: {integrity: sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==} + '@rollup/rollup-linux-riscv64-musl@4.62.2': + resolution: {integrity: sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.61.0': - resolution: {integrity: sha512-ZF+onDsBso8PJf1XaG9lB+O9RnBpKGnY6OrzC4CSHrtC1jb6jWLTKK4bRqdoCXHd22gyr2hiYmEAm8Wns/BOCw==} - cpu: [riscv64] - os: [linux] - - '@rollup/rollup-linux-riscv64-musl@4.62.0': - resolution: {integrity: sha512-krrCDilhXOwFkSkO3Wm9I/f9H0L92XHHwy2fwxjukxIbh0dem8gZqOW5Y8BsHrpJv5qwlRBV+Wl4ZFyRWhUpwg==} + '@rollup/rollup-linux-riscv64-musl@4.62.4': + resolution: {integrity: sha512-jTn8JfHGL4djjFxPuM06LmNUJDsst2jeVlsd9OmIH6zc5sC9K6rIuO4YajXatLUpBmBKl6b35ro1QZocLi+tcA==} cpu: [riscv64] os: [linux] @@ -7023,18 +6515,13 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.60.2': - resolution: {integrity: sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==} - cpu: [s390x] - os: [linux] - - '@rollup/rollup-linux-s390x-gnu@4.61.0': - resolution: {integrity: sha512-Atk0aSIk5Zx2Wuh9dgRQgLP0Koc8hOeYpbWryMXyk8G8/HmPkwPPkMqIIDhrXHHYqfUzSJA/I7IWSBv8xSmRBA==} + '@rollup/rollup-linux-s390x-gnu@4.62.2': + resolution: {integrity: sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.62.0': - resolution: {integrity: sha512-7pfYFSTc4/rUC/FtAI0Qp6QthDBCIi6/AuP1xYqFk5vanI6KnL5dWKP60OM/05LOsbwTmIcvr6eXC4CJuJ75IA==} + '@rollup/rollup-linux-s390x-gnu@4.62.4': + resolution: {integrity: sha512-oCJCJL4pXsoDcP2QZ+JVlPTIRc6266zsIaeJJsWImmF7HO0W8nb6HuSgZlMWxJwaPf8ehbSw8yo0EUw925hKsA==} cpu: [s390x] os: [linux] @@ -7048,18 +6535,13 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.60.2': - resolution: {integrity: sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==} - cpu: [x64] - os: [linux] - - '@rollup/rollup-linux-x64-gnu@4.61.0': - resolution: {integrity: sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==} + '@rollup/rollup-linux-x64-gnu@4.62.2': + resolution: {integrity: sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.62.0': - resolution: {integrity: sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==} + '@rollup/rollup-linux-x64-gnu@4.62.4': + resolution: {integrity: sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==} cpu: [x64] os: [linux] @@ -7073,48 +6555,33 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.60.2': - resolution: {integrity: sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==} - cpu: [x64] - os: [linux] - - '@rollup/rollup-linux-x64-musl@4.61.0': - resolution: {integrity: sha512-mvFtE4A/t/7hRJ7X8Ozmu8FsIkAUat2nzl12pgU337BRmq87AQUJztwHz2Zv5/tjo9/C95E66CK03SI/ToEDJw==} + '@rollup/rollup-linux-x64-musl@4.62.2': + resolution: {integrity: sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.62.0': - resolution: {integrity: sha512-eRZevouTH2i1HeAVLqJuLnt256krQkGY0TN6WsTmsIhuzbh457HuWDMakKwmi0Cjadux983CoSr8Lim2QhUIFw==} + '@rollup/rollup-linux-x64-musl@4.62.4': + resolution: {integrity: sha512-qiXbGG2jkjXhzXpsFZSR2Xpb8DN/UaxYsbb/STbuR/6fpaDgRmmaq1B/LmtF2wQFOFOSsK2jdE0RZ3a0zHn4QA==} cpu: [x64] os: [linux] - '@rollup/rollup-openbsd-x64@4.60.2': - resolution: {integrity: sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==} + '@rollup/rollup-openbsd-x64@4.62.2': + resolution: {integrity: sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==} cpu: [x64] os: [openbsd] - '@rollup/rollup-openbsd-x64@4.61.0': - resolution: {integrity: sha512-z9b9+aTxvt8n2rNltMPvyaUfB8NJ+CVyOrGK/MdIKHx7B+lXmZpm/XbRsU7Rpf3fRqJ2uS6mBJiJveCtq8LHDg==} + '@rollup/rollup-openbsd-x64@4.62.4': + resolution: {integrity: sha512-nWeM//hxv8mIo6jD7Hu4o48DVmV9pbV6gsKaWU+4NFyqHoPKwrkRiZGLKUhOBk8qNmDmpwFtPKg80Bo/Tn4xiQ==} cpu: [x64] os: [openbsd] - '@rollup/rollup-openbsd-x64@4.62.0': - resolution: {integrity: sha512-3oVS7FLGa4U1qcvao9ylGxrjXZyUQqR8UwxEcnUEyPX53O/C/mKDZegNXTdHCP+h3e6ta/f1EN38Yif1mmZHYg==} - cpu: [x64] - os: [openbsd] - - '@rollup/rollup-openharmony-arm64@4.60.2': - resolution: {integrity: sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==} - cpu: [arm64] - os: [openharmony] - - '@rollup/rollup-openharmony-arm64@4.61.0': - resolution: {integrity: sha512-jXaXFqKMehsOc+g8R6oo33RRC6w07G9jDBxAE5eAKX7mOcCbZloYIPNhfG9Wl+P9O9IWHFO4OJgPi1Ml2qkt7w==} + '@rollup/rollup-openharmony-arm64@4.62.2': + resolution: {integrity: sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==} cpu: [arm64] os: [openharmony] - '@rollup/rollup-openharmony-arm64@4.62.0': - resolution: {integrity: sha512-yTB9TgfWj5wHe5QgktAgXTLLot1gvEjl1NiPPAUiCs4oPrIWFl5V4nC3GrkNdj9LaAU4s94nVrGbGOCqUpyWsg==} + '@rollup/rollup-openharmony-arm64@4.62.4': + resolution: {integrity: sha512-s62SQ/vgsRSvMwDkOEfTqfgASF0f26ZNaQuTA6Aok5lrikf89yI2W0gFHvZb2Jpgc6N8JnOKZgCK2iciO3CsxQ==} cpu: [arm64] os: [openharmony] @@ -7128,18 +6595,13 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.60.2': - resolution: {integrity: sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==} - cpu: [arm64] - os: [win32] - - '@rollup/rollup-win32-arm64-msvc@4.61.0': - resolution: {integrity: sha512-OXNWVFocS2IA4+QplhTZZ2a+8hPZR7T8KuozsNmJKK8y7cp83StHvGksfHzPG3wczWTczyWHVQuqeiTUbjiyBg==} + '@rollup/rollup-win32-arm64-msvc@4.62.2': + resolution: {integrity: sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.62.0': - resolution: {integrity: sha512-5LOhoaesY3doG1c+ac/2JtgREpKoJr5bUHH8tKY0V8di7+uSV6BwLs2PlR0/yzefGOkR+wE7ZolZphHCsyG5Rw==} + '@rollup/rollup-win32-arm64-msvc@4.62.4': + resolution: {integrity: sha512-J6wGf8TVGbXJq+HH+ttTvrcfNKPbuZecV6KT1B8I18BC5IURUh5kl4Yl5OEP5eFIUoI5BWxCsyYMhFsDx8kekw==} cpu: [arm64] os: [win32] @@ -7148,33 +6610,23 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.60.2': - resolution: {integrity: sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==} - cpu: [ia32] - os: [win32] - - '@rollup/rollup-win32-ia32-msvc@4.61.0': - resolution: {integrity: sha512-AlAbNtBO637LxSldqV43z0FfXoGfl2TW1DgAg/bs7aQswFbDewz2SJm3BUhiGfbOVtW571xbc9p+REdxhyN/Eg==} + '@rollup/rollup-win32-ia32-msvc@4.62.2': + resolution: {integrity: sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.62.0': - resolution: {integrity: sha512-yYkWHhmbhRTWTnWos5HC4GcPQfjlzzCNbM9e/+GXrLuaBXYA3qSDR9f0Vgufd5S8yX81U8jPKp7ZnAjZFMtRnw==} + '@rollup/rollup-win32-ia32-msvc@4.62.4': + resolution: {integrity: sha512-zmfrQd/0wu6oJs8Vq8KwY/YtsKSsLtKe/HwAP4Wqy8LhWjeT55fHRAkOhYQ12wI3ayS4Tt12d5CDRD7N96SAYQ==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-gnu@4.60.2': - resolution: {integrity: sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==} + '@rollup/rollup-win32-x64-gnu@4.62.2': + resolution: {integrity: sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==} cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-gnu@4.61.0': - resolution: {integrity: sha512-QRSrQXyJ1M4tjNXdR0/G/IgV6lzfQQJYBjlWIEYkY2Xs86DRl/iEpQ4blMDjJxSl7n19eDKKXMg0AmuBVYy8pQ==} - cpu: [x64] - os: [win32] - - '@rollup/rollup-win32-x64-gnu@4.62.0': - resolution: {integrity: sha512-SoTb6lPg25xZlA2ibwQ++ahCCnH+FP0qmEuafMJ4gznZKOlXioKEAeJLgCrqjM98ACziXM9V1amFjICVL4IFoA==} + '@rollup/rollup-win32-x64-gnu@4.62.4': + resolution: {integrity: sha512-qPzHqdj9rfUD+w79dtE07zi/kFwKyCJqplp5K5ygeLTp7jLpAoc16OAH39HSmRC9UpozaecsleI8uAdEj6v2yw==} cpu: [x64] os: [win32] @@ -7188,23 +6640,18 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.60.2': - resolution: {integrity: sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==} - cpu: [x64] - os: [win32] - - '@rollup/rollup-win32-x64-msvc@4.61.0': - resolution: {integrity: sha512-tkuFxhvKO/HlGd0VsINF6vHSYH8AF8W0TcNxKDK6JZmrehngFj78pToc8iemtnvwilDjs2G/qSzYFhe9U8q+fw==} + '@rollup/rollup-win32-x64-msvc@4.62.2': + resolution: {integrity: sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==} cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.62.0': - resolution: {integrity: sha512-5L+T1fMX4RIEBoZzT0+sQ0PhTS36NULFmMXtl1TZo44TMAROIMHbZufSOjVWt/Y622BtxgxtaNOokbTDvfsrZA==} + '@rollup/rollup-win32-x64-msvc@4.62.4': + resolution: {integrity: sha512-zD6NdeWEByGE9QF9vCrlJ5YQB4oq9q91kPZS37Jwj5hOkvR1lTBSpsKhKDw4IJtbQ35LsTS1HD9DZYGKIshU1Q==} cpu: [x64] os: [win32] - '@rollup/wasm-node@4.60.2': - resolution: {integrity: sha512-FOfZOg752WSyKNefpSM3WrhggSTSuKuwcSfF7tdWC9PBYYg7BLwBR267uShFAI1ZyA0gNkdqK16LL9mNOPsQ1Q==} + '@rollup/wasm-node@4.62.4': + resolution: {integrity: sha512-GJFM5d4k5dSoY/oyILsKArplGvkss1DOURyXsl6IEM/X9RV3bQwqu9GY6tYfA97ZwIejfAguHa9fo1pGOQcyDg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -7227,8 +6674,8 @@ packages: resolution: {integrity: sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==} engines: {node: ^16.14.0 || >=18.0.0} - '@sigstore/core@3.2.0': - resolution: {integrity: sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==} + '@sigstore/core@3.2.1': + resolution: {integrity: sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==} engines: {node: ^20.17.0 || >=22.9.0} '@sigstore/protobuf-specs@0.3.3': @@ -7259,15 +6706,15 @@ packages: resolution: {integrity: sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==} engines: {node: ^16.14.0 || >=18.0.0} - '@sigstore/verify@3.1.0': - resolution: {integrity: sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==} + '@sigstore/verify@3.1.1': + resolution: {integrity: sha512-qv7+G3J2cc6wwFj3yKvXOamzqhMwSk1ogPGmhpS8iXllcPrJaIIBA+4HbttlHVu1pqWTdmaCH/WE7UOC51kdoA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sinclair/typebox@0.24.51': - resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} + '@sinclair/typebox@0.24.52': + resolution: {integrity: sha512-DNKwjDaMLKWXvjs/zCkSzA3rBzZVv4tuLCEV8ArRyHAqCtPtbUcQj0XS4h7y/CqL9pI6VpCmcH5A6oPOBAD9+Q==} - '@sinclair/typebox@0.34.49': - resolution: {integrity: sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==} + '@sinclair/typebox@0.34.52': + resolution: {integrity: sha512-XiMQh7qqVlxZzcVD+kkGMNGMzcTrDMLWI7S4x7z1MkCkbDPrekpZXEUK0eZqZFMuHQg2a2DZOcDIh9o5v3Gonw==} '@sindresorhus/merge-streams@2.3.0': resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} @@ -7294,10 +6741,10 @@ packages: peerDependencies: '@stencil/core': '>=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0' - '@stencil/angular-output-target@1.3.2': - resolution: {integrity: sha512-/j3Z63c3bhQjd+BejR9fcMJa8Tsnv5cdi1k+TMo48umxs4tvTkIg17WlP1TkQdg+7a6SE+LacihFKeiwiJSx/Q==} + '@stencil/angular-output-target@1.4.1': + resolution: {integrity: sha512-sy+k9B5jcT6hpaVU9n+/ZUjz3qVr9PAdPgy2c3LFQouW1aFSa3Ng0O+Ia3wk7LMeL3vDetCn2X+p2ewdHGc1vA==} peerDependencies: - '@stencil/core': '>=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0' + '@stencil/core': '>=2.0.0 || >=3 || >=4.0.0 || ^5.0.0 || >=5.0.0-alpha.17 <5.0.0-next.0' '@stencil/core@4.43.5': resolution: {integrity: sha512-cgWD+GeuvJpTe1WQn40p02+BJ2j0j1YJ17GdkF2qKIQ23s2e3Zivq5yISXS3dcuV6oUJFN93jprdk+nk/sq99Q==} @@ -7309,10 +6756,10 @@ packages: peerDependencies: '@stencil/core': '>=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0' - '@stencil/react-output-target@1.5.3': - resolution: {integrity: sha512-TZzgbd48+HsfjyXtT4SZfX6LIcEuFNY9hpSYuxJTpglIXfUzc3dAr1vc8aIbrd2qVinwaXFzkwP+7rRiNq1uIA==} + '@stencil/react-output-target@1.6.1': + resolution: {integrity: sha512-QcIZ7tKC9ZsZ+tZiyMljIRCTDOxMi2XfyPOk8ae4VLJKmBxqcoh2paKYiqCx8n0QNlPaPrtWmVrvalN3+aihhg==} peerDependencies: - '@stencil/core': '>=3 || >= 4.0.0-beta.0 || >= 4.0.0' + '@stencil/core': '>=3 || >=4.0.0 || ^5.0.0 || >=5.0.0-alpha.17 <5.0.0-next.0' react: ^18 || ^19 react-dom: ^18 || ^19 @@ -7328,39 +6775,39 @@ packages: vue-router: optional: true - '@storybook/addon-docs@10.4.2': - resolution: {integrity: sha512-CtW1O4xSKZPNtpWgpfp4yB/x4pj/of+3MvlEDfErSlr3Hp3QmEa2pCLaecR08H5LJqJFlt1PtG0UrIynTvgW9w==} + '@storybook/addon-docs@10.5.7': + resolution: {integrity: sha512-KNARJfjICaizinsR3INMEiipZm1ObYo+xw+E26gteu50Bcy2dIZUtk5uHY5XdtardU3AXX6yRXoBZ2HCY3lbHA==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.4.2 + storybook: ^10.5.7 peerDependenciesMeta: '@types/react': optional: true - '@storybook/addon-links@10.4.2': - resolution: {integrity: sha512-cU8h4/m+oAr8UUwF4teZG2N1ilV+vU+98Ii/Ma+IIx9M/V7i5544UxfAz84dV5Rx2Oho6x8XH3gIvmevSyPi/Q==} + '@storybook/addon-links@10.5.7': + resolution: {integrity: sha512-17PxEOocLhAEaPeQ4q+8yul/LF9YEIePS1arknCAS7U1pQXTe0uj+R0pB6uPLVflM5gECQMiP4WzIj4tEiL6+A==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.4.2 + storybook: ^10.5.7 peerDependenciesMeta: '@types/react': optional: true react: optional: true - '@storybook/builder-vite@10.4.2': - resolution: {integrity: sha512-d3+i9vbbUfV6hvT90qabmy1WmC4bEJ7iAYDm0217doeA+S6awF25GF0qOy9gN9waU4NMntHoVpdB1YQO2wUj/w==} + '@storybook/builder-vite@10.5.7': + resolution: {integrity: sha512-fShF/aQaITqcJuMCLr42BGNUAbhDi4IboqvlbZqXAwgrrTslnZEUnY8GcEcvpZmjl11VwlmazhMJdH50fIgBPg==} peerDependencies: - storybook: ^10.4.2 + storybook: ^10.5.7 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - '@storybook/csf-plugin@10.4.2': - resolution: {integrity: sha512-GqX/2DeF3/jKs5D7gpDiuT9gd0c/f2TKcnQ5av4/s3YqeN+0nhm7btkCrDfgF16uzE1Zj3OrkxvB3AOkfxWgDg==} + '@storybook/csf-plugin@10.5.7': + resolution: {integrity: sha512-IaX8FlM0H36HNFhJ2+4L9bCldqfvHGqcLg841SJNyK/DhfMlM7JsvY/GDH2ZFuWrUf8FSOx96GRRnHq6XfRKag==} peerDependencies: esbuild: '*' rollup: '*' - storybook: ^10.4.2 + storybook: ^10.5.7 vite: '*' webpack: '*' peerDependenciesMeta: @@ -7376,31 +6823,30 @@ packages: '@storybook/global@5.0.0': resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} - '@storybook/html-vite@10.4.2': - resolution: {integrity: sha512-VhDHWPszWvhQ04M3wP+dTR1jt+wFltIjevUG9puQi7sT4d6EZjYrelhZLpBlxjgAgXiNZ0nz/m35v/4yTEsWcQ==} + '@storybook/html-vite@10.5.7': + resolution: {integrity: sha512-OlDDAdLzHMFv7OiIazyqMugn9Pv8v2w3aHTEKipu0g9g68seqBFozZYU8pJQItbUfktol4+zcvZzEUQUUNwUUQ==} peerDependencies: - storybook: ^10.4.2 + storybook: ^10.5.7 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - '@storybook/html@10.4.2': - resolution: {integrity: sha512-wXVg6rEPEG/FxwCK9mVUEI+hcB+GoKmXSh0njt1UjoPAlPfpgeCZ8+Cm3VCwFuEHD2og9SjfrBdSxOedAm9TkQ==} + '@storybook/html@10.5.7': + resolution: {integrity: sha512-iKVlwnAB+NZeisGoTXOcvmzjyZOhdlzt4VMj9toXuD9ycTT9ZLpq/JrxL51fXPoaXBWYEhdrWkZyMwGrzuG0ng==} peerDependencies: - storybook: ^10.4.2 + storybook: ^10.5.7 - '@storybook/icons@2.0.2': - resolution: {integrity: sha512-KZBCpXsshAIjczYNXR/rlxEtCUX/eAbpFNwKi8bcOomrLA4t/SyPz5RF+lVPO2oZBUE4sAkt43mfJUevQDSEEw==} + '@storybook/icons@2.1.0': + resolution: {integrity: sha512-Fxh9vYpX9bQqFeHRiY8h2ApeRGDzRSMLwJwNZ/AIRqnyOKHxRKL+yFe+ctEkVJmuptRE9u1Hrn8ZZNHyfDKKNg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@storybook/react-dom-shim@10.4.2': - resolution: {integrity: sha512-Eng3Yt2NCjPX94QcfyLeUFhrMj0hec2yU9J/qafBVbfj9XrFI8o+0ZwYJ7uXb9ECbvPN4y06dgt/2W/LiR417w==} + '@storybook/react-dom-shim@10.5.7': + resolution: {integrity: sha512-lxOkyh+wu/MiBXvYQHjZfD+DRKOa4bHBzbuGuiHXnHXmdOcTRdcrQTsoeN2FPtfugmmOG66cZUEgDwNX+k5eRA==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 '@types/react-dom': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.4.2 + storybook: ^10.5.7 peerDependenciesMeta: '@types/react': optional: true @@ -7415,8 +6861,8 @@ packages: resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - '@testing-library/user-event@14.6.1': - resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==} + '@testing-library/user-event@14.6.3': + resolution: {integrity: sha512-6dBq67jT8lE+JTE8Exm02Kt6ze43hz1jdiSpSJwtTZiT1xQQ6b7nZYTTQ9njdArdU8XklOwaDp/AbT/eYSKF4g==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -7440,8 +6886,8 @@ packages: resolution: {integrity: sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==} engines: {node: ^20.17.0 || >=22.9.0} - '@tybys/wasm-util@0.10.1': - resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} + '@tybys/wasm-util@0.10.3': + resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} '@tybys/wasm-util@0.9.0': resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==} @@ -7503,17 +6949,14 @@ packages: '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.8': - resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/estree@1.0.9': resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==} - '@types/express-serve-static-core@4.19.8': - resolution: {integrity: sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==} + '@types/express-serve-static-core@4.19.9': + resolution: {integrity: sha512-QP2ESEe/ImWY0HDwNAnK9PvEffUyhLTnWkk7KXzHfyeWAnlrDe1fN77bXl6ia8KT3wPlmA7t9/VPRpnf4Ex9sg==} - '@types/express-serve-static-core@5.1.1': - resolution: {integrity: sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==} + '@types/express-serve-static-core@5.1.3': + resolution: {integrity: sha512-dPfW8NFiOF4wOHc7+N/QSxlY9cfSsenewGbAz8C8U/MULPd/YZ27LvJUIlzaXie7e6Ove9YunJGgC9tbHD2cKw==} '@types/express@4.17.25': resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==} @@ -7554,8 +6997,8 @@ packages: '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} - '@types/mdx@2.0.13': - resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==} + '@types/mdx@2.0.14': + resolution: {integrity: sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==} '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} @@ -7572,8 +7015,8 @@ packages: '@types/node-forge@1.3.14': resolution: {integrity: sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==} - '@types/node@22.19.17': - resolution: {integrity: sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==} + '@types/node@22.20.1': + resolution: {integrity: sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==} '@types/node@25.9.2': resolution: {integrity: sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==} @@ -7587,8 +7030,8 @@ packages: '@types/prop-types@15.7.15': resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} - '@types/qs@6.15.0': - resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} + '@types/qs@6.15.1': + resolution: {integrity: sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==} '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} @@ -7644,142 +7087,104 @@ packages: '@types/yargs@17.0.35': resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==} - '@typescript-eslint/eslint-plugin@8.60.1': - resolution: {integrity: sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==} + '@typescript-eslint/eslint-plugin@8.67.0': + resolution: {integrity: sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.60.1 + '@typescript-eslint/parser': ^8.67.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/parser@8.60.1': - resolution: {integrity: sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==} + '@typescript-eslint/parser@8.67.0': + resolution: {integrity: sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/project-service@8.58.2': - resolution: {integrity: sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.1.0' - - '@typescript-eslint/project-service@8.59.4': - resolution: {integrity: sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==} + '@typescript-eslint/project-service@8.66.0': + resolution: {integrity: sha512-7MthGPTt4BP69lSryqpqq8HQqxuzynssckL/jyDyk3+TNMQ3y2jFWkptCrktWvBrP+EH787Nl5N5Qpw7WZg+5g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/project-service@8.60.1': - resolution: {integrity: sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==} + '@typescript-eslint/project-service@8.67.0': + resolution: {integrity: sha512-cvE8c7ulYeXN9fYuszhCeCsbzyVEXuhrRCybnBre7TUmqb5nRmBfQAwCj0O3WJFDeyAZt4VYv51vMCC9LHSdYw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/scope-manager@8.58.2': - resolution: {integrity: sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/scope-manager@8.59.4': - resolution: {integrity: sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/scope-manager@8.60.1': - resolution: {integrity: sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==} + '@typescript-eslint/scope-manager@8.66.0': + resolution: {integrity: sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.58.2': - resolution: {integrity: sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==} + '@typescript-eslint/scope-manager@8.67.0': + resolution: {integrity: sha512-EgvsleTwS4E+WzzSvem8fAUubLwatMNF1B5hHSLQxcvs7q2dtRhGyujHwLJSYlG41niJ7GP24Aha2+0mb1b2kg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/tsconfig-utils@8.59.4': - resolution: {integrity: sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==} + '@typescript-eslint/tsconfig-utils@8.66.0': + resolution: {integrity: sha512-9D5gLYZG4rOjcoag8MQ/fWI8WqA9wcPDyOGyWtWFhvM1lHRbliqUSPIY5J3zqCU1tvSwzXxnnjhQhz5Ne7mJ4g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/tsconfig-utils@8.60.1': - resolution: {integrity: sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==} + '@typescript-eslint/tsconfig-utils@8.67.0': + resolution: {integrity: sha512-vV+LUSv5njUWsknE71fqKTlXUva+R76SaeORd6Zojcunk/6DvKFXONU3BrAs2H49mbygUXt6gbYunzwqNwlhdg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/type-utils@8.60.1': - resolution: {integrity: sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==} + '@typescript-eslint/type-utils@8.67.0': + resolution: {integrity: sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/types@8.58.2': - resolution: {integrity: sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/types@8.59.4': - resolution: {integrity: sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/types@8.60.1': - resolution: {integrity: sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/typescript-estree@8.58.2': - resolution: {integrity: sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==} + '@typescript-eslint/types@8.66.0': + resolution: {integrity: sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/typescript-estree@8.59.4': - resolution: {integrity: sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==} + '@typescript-eslint/types@8.67.0': + resolution: {integrity: sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/typescript-estree@8.60.1': - resolution: {integrity: sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==} + '@typescript-eslint/typescript-estree@8.66.0': + resolution: {integrity: sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/utils@8.58.2': - resolution: {integrity: sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==} + '@typescript-eslint/typescript-estree@8.67.0': + resolution: {integrity: sha512-EKQBCE9yNlRJYm7jdTW5AhDacDUmSwQb0FAJAmK2EKYrNXIsa2vxcSZx6PvJ/dEdI6lS+Y9W+EXckLj0iPFGcw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/utils@8.59.4': - resolution: {integrity: sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==} + '@typescript-eslint/utils@8.66.0': + resolution: {integrity: sha512-jasearZPolBw5NJNYGMwxzHMF83niVWmMU1VdHzG1CyfI2VS7f7nZltnKtHcg20hW+7Uo5GfK4MeDPoU3qI8EA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/utils@8.60.1': - resolution: {integrity: sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==} + '@typescript-eslint/utils@8.67.0': + resolution: {integrity: sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/visitor-keys@8.58.2': - resolution: {integrity: sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/visitor-keys@8.59.4': - resolution: {integrity: sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==} + '@typescript-eslint/visitor-keys@8.66.0': + resolution: {integrity: sha512-dkKR8q+lKciskj1Y3vthHktl+3cMLWGyVUP23bRiPZ5O9BRT++4EqDDV+TVeIKBL1VXVEqrJlz8MYbcnvJcAlg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.60.1': - resolution: {integrity: sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==} + '@typescript-eslint/visitor-keys@8.67.0': + resolution: {integrity: sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@ungap/structured-clone@1.3.0': - resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - deprecated: Potential CWE-502 - Update to 1.3.1 or higher + '@ungap/structured-clone@1.3.3': + resolution: {integrity: sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==} '@vitejs/plugin-basic-ssl@1.1.0': resolution: {integrity: sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==} @@ -7793,22 +7198,22 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - '@vitejs/plugin-vue-jsx@5.1.5': - resolution: {integrity: sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==} + '@vitejs/plugin-vue-jsx@5.1.6': + resolution: {integrity: sha512-YXvi4as2clxt6DFw5+a0tTA97ntiQXm/raR8ofNj3aNwwdlVGTiG2gp7EvfZW17P50acL/9bP0ccF4XnqNmlgA==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@6.0.7': - resolution: {integrity: sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==} + '@vitejs/plugin-vue@6.0.8': + resolution: {integrity: sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.6.19': - resolution: {integrity: sha512-zodmXRsVKFsuHxHJILuTFaaKsrsxm0YsiOX65clk+LpCW9JrVXaf6ERXr0caDs+NEk0S62Jyk0K7XYQ7gWXheA==} + '@vitest/eslint-plugin@1.6.27': + resolution: {integrity: sha512-X1RCAfwbatG4GFbJ/1PIHP9MSZMt0JJThqbYID+vS4L783k6QGlLPe421wQE8dHXuGCcenVLsydiM4qzsYWxhg==} engines: {node: '>=18'} peerDependencies: '@typescript-eslint/eslint-plugin': '*' @@ -7826,11 +7231,11 @@ packages: '@vitest/expect@3.2.4': resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} - '@vitest/expect@4.1.8': - resolution: {integrity: sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==} + '@vitest/expect@4.1.10': + resolution: {integrity: sha512-YsCn+qAk1GWjQOWFEsEcL2gNQ0zmVmQu3T03qP6UyjhtmdtwtbuI+DASn/7iQB3HGTXkdBwGddzxPlmiql5vlA==} - '@vitest/mocker@4.1.8': - resolution: {integrity: sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==} + '@vitest/mocker@4.1.10': + resolution: {integrity: sha512-v0xaezt+DKEmKfaxg133ldzADrwLGd7Ze1MfQQTYfvs8OqZIwbxyxaYURivwV7sWy5fqn3rH5uOrSp07bp44Ow==} peerDependencies: msw: ^2.4.9 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -7843,29 +7248,29 @@ packages: '@vitest/pretty-format@3.2.4': resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} - '@vitest/pretty-format@4.1.8': - resolution: {integrity: sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==} + '@vitest/pretty-format@4.1.10': + resolution: {integrity: sha512-W1HsjSH4MXQ9YfmmhLAoIYf1HRfekQCGngeIgcei6MP5QQGWUe0gkopdZQaVCFO+JDJMrAJGwa5pRpNpvy4P8Q==} - '@vitest/runner@4.1.8': - resolution: {integrity: sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==} + '@vitest/runner@4.1.10': + resolution: {integrity: sha512-IKI6kpIH+LmpROplyLwBBaCfMgOZOMsygVa6BARD6ahA04VRuJSa6OaVG7kRvSEMD870Vd91rSSw0eegtWyLGg==} - '@vitest/snapshot@4.1.8': - resolution: {integrity: sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==} + '@vitest/snapshot@4.1.10': + resolution: {integrity: sha512-xRkfOT1qpTAi/Ti4Y1LtfRc3kEuqxGw59eN2jN9pRWMtS/XDevekhcFSqvQqjUNGksfjMJu3Y+oJ+4Ypn2OaJw==} '@vitest/spy@3.2.4': resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} - '@vitest/spy@4.1.8': - resolution: {integrity: sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==} + '@vitest/spy@4.1.10': + resolution: {integrity: sha512-PLf/Ugvoq5wO/b4rwYCR1h2PSIdXz7wnkQFMiUpLdtM7l6pqVFcQIBEHyT1+l+cj7mNwAfZHzqXqDyjvOuwbDw==} '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} - '@vitest/utils@4.1.8': - resolution: {integrity: sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==} + '@vitest/utils@4.1.10': + resolution: {integrity: sha512-fy9am/HWxbaGt/Sawrp90vt6Y6jQwf1RX77cz3uwoJwJVMli/e1IEwRPnMNJ7vKfPTwo0diXifkpPvwH9v7nGA==} - '@vue-macros/common@3.1.2': - resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==} + '@vue-macros/common@3.1.4': + resolution: {integrity: sha512-/5Fv+6DgIcM9ajY05ZmKBv+LMX1M9A0X+IUwDRVdt67ciw8OV9bvG2r34p3RiEadlsQybjhKPRKNXDC8Bp23cw==} engines: {node: '>=20.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -7905,81 +7310,55 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@vue/compiler-core@3.5.32': - resolution: {integrity: sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==} + '@vue/compiler-core@3.5.41': + resolution: {integrity: sha512-q0Xtv/F9w2YO/7htQhtiL+Ev2WCJbe5N2hc+XfgyKkEKqWpSxknmT8QOuGdEKNdjPq0c3F7rNpFkTo3Kfrm7pg==} - '@vue/compiler-core@3.5.34': - resolution: {integrity: sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==} + '@vue/compiler-dom@3.5.41': + resolution: {integrity: sha512-oKacVfNglLvGjnS6BXOlGL7EyG2h8X03pqXCjzotRZUaXGjbrTJUnVAQjrCqUnS+lyu31nwQjZY/d817GmCnfw==} - '@vue/compiler-core@3.5.35': - resolution: {integrity: sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==} + '@vue/compiler-sfc@3.5.41': + resolution: {integrity: sha512-XJhip7R2wy6vX3knCxdZN4KracFaZUef58s1KYewqluedHIJaPIVfXoYT7MF1F8nCvv6k8bWWxDC8opMkg1VTQ==} - '@vue/compiler-dom@3.5.32': - resolution: {integrity: sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==} + '@vue/compiler-ssr@3.5.41': + resolution: {integrity: sha512-U3v5OejKEGqOI0Wy0+Sz7hGuIFZHA4LSXzrNM3IMIeDyJEBBfTpX26n3SDgToRpP2bLc9FfI2j/kSgcJ8Emq5A==} - '@vue/compiler-dom@3.5.34': - resolution: {integrity: sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==} + '@vue/devtools-api@7.7.10': + resolution: {integrity: sha512-KxtEpUOOpFz/qOGRrAwA36QF7DqIA+FXgCYit9mk9wjbaZt0sXOFz81ElOZtKA4HbWHUdwNjZHBFsFFyp5BZiA==} - '@vue/compiler-dom@3.5.35': - resolution: {integrity: sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==} + '@vue/devtools-api@8.2.1': + resolution: {integrity: sha512-6u4vXBlIBAC1wMplIZgpyPn7uh/s4Bf6F5bMzvLv+EdJ0aHs/+4B7Ygv864EStQSjRbsRzTko/kUG1A1IejQ3A==} - '@vue/compiler-sfc@3.5.34': - resolution: {integrity: sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==} - - '@vue/compiler-sfc@3.5.35': - resolution: {integrity: sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==} - - '@vue/compiler-ssr@3.5.34': - resolution: {integrity: sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==} - - '@vue/compiler-ssr@3.5.35': - resolution: {integrity: sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==} - - '@vue/devtools-api@7.7.9': - resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==} - - '@vue/devtools-api@8.1.2': - resolution: {integrity: sha512-vA0O112YqyDuNA1s7Yb2gCgToQ/OxOWiFDO5ThLCcDy0ldHnSd1dUTaSYhOldbqoNgumE4dxtGAoAaSUKUD1Zg==} - - '@vue/devtools-core@8.1.2': - resolution: {integrity: sha512-ZGGyaSBP4/+bN2Nd9ZHNYAVDRIzMw1rv2RyXWtyZlo6mQal+IDmTvKY4V+DjAEBhaXt30mHmsgYp1yXJ/2tIWg==} + '@vue/devtools-core@8.2.1': + resolution: {integrity: sha512-s/VfAY9oDTb/kFEWmy461jaFde2MIV1RO/gi1vwM+PAZBZ/Pc2Ndu3BNBdZUze8QDUuyYvElbEEGA83syjJfzA==} peerDependencies: vue: ^3.0.0 - '@vue/devtools-kit@7.7.9': - resolution: {integrity: sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==} - - '@vue/devtools-kit@8.1.2': - resolution: {integrity: sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==} - - '@vue/devtools-shared@7.7.9': - resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==} + '@vue/devtools-kit@7.7.10': + resolution: {integrity: sha512-3WNi2Kq4tbpVbmhml7RiphmAt0279oh3fKNeWMQIrltfX8Q91b4i5PL8DtyNKdwmcsGrV4fg+erwWOmD05CLIw==} - '@vue/devtools-shared@8.1.2': - resolution: {integrity: sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==} + '@vue/devtools-kit@8.2.1': + resolution: {integrity: sha512-FIGIuq3AWReEpbAHY/cRGeHDfI0qOb8OCQ3YjbEAX04uaxIDbGc9rhkbVcG7rnfHPXE3RsU5KrWOu9V/okd8AQ==} - '@vue/reactivity@3.5.35': - resolution: {integrity: sha512-tVc+SsHConvh/Lz64qq1pP3rYArBmK42xonovEcxY74SQtvctZodG/zhq54P5dr38cVuw25d27cPNRdlMidpGQ==} + '@vue/devtools-shared@7.7.10': + resolution: {integrity: sha512-wOPslzB8vTvpxwdaOcR2qAbwmuSP0L+rhpoC6Cf56V3Jip+HWb7PQQXOUPgBNQARpXsbQX/+mvi8kKucmBGRwQ==} - '@vue/runtime-core@3.5.35': - resolution: {integrity: sha512-A/xFNX9loIcWDygeQuNCfKuh0CoYBzxhqEMNah5TSFg9Z53DrFYEN2qi5CU9necjM1OWYegYREUTHmXTmhfXtg==} + '@vue/devtools-shared@8.2.1': + resolution: {integrity: sha512-Fkac7lUdGReh6pVOi3AYPRGe82LQqRmAfThW7RRligOAP0ZA/Z1z9XLHDM9dv34pV2HRc79DK8uKPeG2fLnA/g==} - '@vue/runtime-dom@3.5.35': - resolution: {integrity: sha512-odrJ1C391dbGnyDRh8U+rnP7J2amIEzfmRk5vXy7xi3aZhEXofTvpi0T4HJb6jlNqQZTNPR5MPHSB3RHNkIORA==} + '@vue/reactivity@3.5.41': + resolution: {integrity: sha512-rznsqKM0np0x18EjzF8x88MpEhdNsffbvFbckLL5+oUKz1BxAImEmO7J1ArRYSyo6aQaVoBDp7jEkT91OOxydA==} - '@vue/server-renderer@3.5.35': - resolution: {integrity: sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==} - peerDependencies: - vue: 3.5.35 + '@vue/runtime-core@3.5.41': + resolution: {integrity: sha512-Vcry58hiAKwGen9Z1jUZE0feFsNArPCMOImYI8el48A9Idf6DuQYD0U05zZIF2Iad1hGhPSvcbBbAOhNr55fhg==} - '@vue/shared@3.5.32': - resolution: {integrity: sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==} + '@vue/runtime-dom@3.5.41': + resolution: {integrity: sha512-3vVBahVBS9+U6cmXBLyb8nE6/yYo4J/CGI9eVFs3KiMc0YHuudwKyShTD65jtJy/L9PUUxNAFu4cj4LiJ0UFbw==} - '@vue/shared@3.5.34': - resolution: {integrity: sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==} + '@vue/server-renderer@3.5.41': + resolution: {integrity: sha512-n6hx/pNFfbD6SuyeuMVkvqox8bwf/ET9JlA/kAz/imw8sw++wkqKe2mHX5KutjPpbKE4Z56yTHszoOjGMI9igQ==} - '@vue/shared@3.5.35': - resolution: {integrity: sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==} + '@vue/shared@3.5.41': + resolution: {integrity: sha512-IOnwSCma8j+9xJT6b8H0dEYidC80NsYmNMlZxRsukYcSoGaDBohog5hDxzeUXdFeGWFA++vWvxqOmrr96VlqMA==} '@vue/test-utils@2.4.11': resolution: {integrity: sha512-GDqaqZsA6m2E5vNzej0aYiIb6BX8xV9pNSbbbXKOfEYwg7ZNblVX8suyqmUBThq8VIrgAJNxn+z72hVtUeiWHA==} @@ -8051,10 +7430,6 @@ packages: '@yarnpkg/lockfile@1.1.0': resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} - '@yarnpkg/parsers@3.0.2': - resolution: {integrity: sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==} - engines: {node: '>=18.12.0'} - '@zkochan/js-yaml@0.0.7': resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} hasBin: true @@ -8089,8 +7464,8 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.16.0: - resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} + acorn@8.18.0: + resolution: {integrity: sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==} engines: {node: '>=0.4.0'} hasBin: true @@ -8143,14 +7518,14 @@ packages: peerDependencies: ajv: ^8.8.2 - ajv@6.14.0: - resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} + ajv@6.15.0: + resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - ajv@8.18.0: - resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} + ajv@8.20.0: + resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==} ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} @@ -8193,8 +7568,8 @@ packages: resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} engines: {node: '>=12'} - ansis@4.2.0: - resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} + ansis@4.3.1: + resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==} engines: {node: '>=14'} any-promise@1.3.0: @@ -8306,8 +7681,8 @@ packages: peerDependencies: postcss: ^8.1.0 - autoprefixer@10.5.0: - resolution: {integrity: sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==} + autoprefixer@10.5.2: + resolution: {integrity: sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -8317,12 +7692,12 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - axe-core@4.11.3: - resolution: {integrity: sha512-zBQouZixDTbo3jMGqHKyePxYxr1e5W8UdTmBQ7sNtaA9M2bE32daxxPLS/jojhKOHxQ7LWwPjfiwf/fhaJWzlg==} + axe-core@4.13.0: + resolution: {integrity: sha512-UzGt8zg7Ny8djbYMhxl2zuEevVa7r2gJjYY5Lwr1xM7+XU2nd6CkIWFTVcCIbAP63vSz71NaVyyuSk9lHKcy0A==} engines: {node: '>=4'} - axios@1.15.0: - resolution: {integrity: sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==} + axios@1.18.1: + resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -8404,6 +7779,10 @@ packages: balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + balanced-match@4.0.3: + resolution: {integrity: sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==} + engines: {node: 20 || >=22} + balanced-match@4.0.4: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} @@ -8415,8 +7794,8 @@ packages: resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} engines: {node: ^4.5.0 || >= 5.9} - baseline-browser-mapping@2.10.20: - resolution: {integrity: sha512-1AaXxEPfXT+GvTBJFuy4yXVHWJBXa4OdbIebGN/wX5DlsIkU0+wzGnd2lOzokSk51d5LUmqjgBLRLlypLUqInQ==} + baseline-browser-mapping@2.11.12: + resolution: {integrity: sha512-r7WnVImvVCeFpf2DOXfy41aPWzeNg3H/A2X4dKmy1QL0MSyyk/e7z8ihJ3N6Nn2PsdhkVlqnEfnUE4a05P2aTA==} engines: {node: '>=6.0.0'} hasBin: true @@ -8443,6 +7822,9 @@ packages: birpc@2.9.0: resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==} + birpc@4.0.0: + resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==} + bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} @@ -8453,12 +7835,12 @@ packages: resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - body-parser@1.20.4: - resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==} + body-parser@1.20.6: + resolution: {integrity: sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - bonjour-service@1.3.0: - resolution: {integrity: sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==} + bonjour-service@1.4.4: + resolution: {integrity: sha512-jCZcVv7eoc4QesRscwEZtSROBen+6LpKAmBIsQYQrsAeVHLyMXWX/t6eIV5KiRZYNUBl8eVqImEEMQ8L5+c/Kw==} boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} @@ -8466,15 +7848,19 @@ packages: bowser@2.14.1: resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==} - brace-expansion@1.1.14: - resolution: {integrity: sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==} + brace-expansion@1.1.18: + resolution: {integrity: sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==} - brace-expansion@2.1.0: - resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==} + brace-expansion@2.1.4: + resolution: {integrity: sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==} - brace-expansion@5.0.5: - resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} - engines: {node: 18 || 20 || >=22} + brace-expansion@5.0.8: + resolution: {integrity: sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==} + engines: {node: 20 || >=22} + + brace-expansion@5.0.9: + resolution: {integrity: sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==} + engines: {node: 20 || >=22} braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} @@ -8495,8 +7881,13 @@ packages: browser-update@3.3.63: resolution: {integrity: sha512-cPzIE5mp6YSJOSI+KLMXM2p5vcBFux2Xq18jLJdn9ZeYCa5QdEPFrOMQ3j/oVWlCH1iUtJqGYqzQLz+VD+9bww==} - browserslist@4.28.2: - resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} + browserslist@4.28.6: + resolution: {integrity: sha512-FQBYNK15VMslhLHpA7+n+n1GOlF1kId2xcCg7/j95f24AOF6VDYMNH4mFxF7KuaTdv627faazpOAjFzMrfJOUw==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + browserslist@4.28.7: + resolution: {integrity: sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -8541,8 +7932,8 @@ packages: resolution: {integrity: sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==} engines: {node: ^20.17.0 || >=22.9.0} - cacheable@2.3.4: - resolution: {integrity: sha512-djgxybDbw9fL/ZWMI3+CE8ZilNxcwFkVtDc1gJ+IlOSSWkSMPQabhV/XCHTQ6pwwN6aivXPZ43omTooZiX06Ew==} + cacheable@2.5.0: + resolution: {integrity: sha512-60cyAOytib/OzBw1JNSoSV/boK1AtHryDIjvVBk7XbN4ugfkM3+Sry7fEjNgPMGgOjuaZPAp8ruZ0Cxafwyq9g==} call-bind-apply-helpers@1.0.2: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} @@ -8575,8 +7966,8 @@ packages: caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} - caniuse-lite@1.0.30001788: - resolution: {integrity: sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==} + caniuse-lite@1.0.30001809: + resolution: {integrity: sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -8617,8 +8008,8 @@ packages: chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - chardet@2.1.1: - resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==} + chardet@2.2.0: + resolution: {integrity: sha512-rddelWYNPRrXq6PtNEN2S3f6t9ILzvqaN5pVgi4kqt9jHQaXIial9PznB5iSPVlQSLNaaH22ItWz3EJtQ10+OA==} check-error@2.1.3: resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} @@ -8631,10 +8022,6 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chokidar@4.0.3: - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} - engines: {node: '>= 14.16.0'} - chokidar@5.0.0: resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} engines: {node: '>= 20.19.0'} @@ -8651,8 +8038,8 @@ packages: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} - chromium-bidi@16.0.1: - resolution: {integrity: sha512-J63PGu/9PpeCwLIcKYyzWP6yaVL5pxuBc0shlYCYM8BaAkmlwiQboXO1iNbOgSDbVklEyYFfNEcHD8oOAWacUA==} + chromium-bidi@17.0.2: + resolution: {integrity: sha512-5v9GQFhTktFvotn/OFNJBmKLKRAb6n9r0bVCwf7sHgWc3/JryK0bj1nn93L3pHFrfgcsu6Be6EWsDi+1XHTGDg==} engines: {node: '>=20.19.0 <22.0.0 || >=22.12.0'} peerDependencies: devtools-protocol: '*' @@ -8711,6 +8098,10 @@ packages: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} + cliui@9.0.1: + resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==} + engines: {node: '>=20'} + clone-deep@4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} @@ -8754,8 +8145,8 @@ packages: color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - color-name@2.1.0: - resolution: {integrity: sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==} + color-name@2.1.1: + resolution: {integrity: sha512-p2FdgwVx1a9yWBHP2wI0VgShkDpgN4kZISkxdNipGBJWpa5G6b04OINlVWCyJj0JmfvcPrgqt95E9k8yvaOJFg==} engines: {node: '>=12.20'} color-parse@2.0.2: @@ -8794,10 +8185,6 @@ packages: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} - commander@14.0.3: - resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} - engines: {node: '>=20'} - commander@15.0.0: resolution: {integrity: sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==} engines: {node: '>=22.12.0'} @@ -8940,11 +8327,12 @@ packages: resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} hasBin: true - core-js-compat@3.49.0: - resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} + core-js-compat@3.50.0: + resolution: {integrity: sha512-XGpFGbMLHwSt74YLTKho7Ib242qi6O8MSX+sRokV4oz7iKXvQWGYZthjIhjRGMxjzVkAubBO512dKGYcefmX3Q==} + engines: {node: '>=6.4.0'} - core-js@3.49.0: - resolution: {integrity: sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==} + core-js@3.50.0: + resolution: {integrity: sha512-BRWgOLKkFeCgRudR6zrs8p9XJZcE14grzKMMssoYrk6krtuEZ7MTKPIY5RzOnqsEKIR9kst7wNzphttraT+Yqw==} core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -8962,8 +8350,8 @@ packages: typescript: optional: true - cosmiconfig@9.0.1: - resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==} + cosmiconfig@9.0.2: + resolution: {integrity: sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==} engines: {node: '>=14'} peerDependencies: typescript: '>=4.9.5' @@ -9033,17 +8421,17 @@ packages: engines: {node: '>=4'} hasBin: true - cssnano-preset-default@7.0.15: - resolution: {integrity: sha512-60kx7lJ40//HA85cIfQXSOJFby2D2V1pOMNHVCxue3KFWCjRzmiQyL9OvI+NAhwUlaojOfF9eK3nGvrJLCBUfQ==} + cssnano-preset-default@7.0.17: + resolution: {integrity: sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - cssnano-utils@5.0.2: - resolution: {integrity: sha512-kt41WLK7FLKfePzPi645Y+/NtW/nNM7Su6nlNUfJyRNW3JcuU3JU7+cWJc+JexTeZ8dRBvFufefdG2XpXkIo0A==} + cssnano-utils@5.0.3: + resolution: {integrity: sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 cssnano@7.1.7: resolution: {integrity: sha512-N5LGn/OlhMxDTvKACwUPMzT34SSj1b022pvUAE/Vh6r2WD1aUCbc+QNIP/JjX9VVxebdJWZQ3352Lt4oF7dQ/g==} @@ -9241,8 +8629,8 @@ packages: devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} - devtools-protocol@0.0.1624250: - resolution: {integrity: sha512-YFAat/lOiIk0ARmBweG+ygrEcbZrq5B9urRyUoeQKp53MlidHXE2TmTbxKcaXoQj7u/aX+jebDO4BW55rs0WwA==} + devtools-protocol@0.0.1653615: + resolution: {integrity: sha512-pGVkY3T/qXxAp2nFPodwYqOevk6ncNMSmvL8QfRCx5ZWGd6Vor7AFNmyaA8Zs6uJyP1QAfjuLandCgvSix1BNA==} di@0.0.1: resolution: {integrity: sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==} @@ -9289,8 +8677,8 @@ packages: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} - dotenv-expand@11.0.7: - resolution: {integrity: sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==} + dotenv-expand@12.0.3: + resolution: {integrity: sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA==} engines: {node: '>=12'} dotenv@16.4.7: @@ -9322,8 +8710,8 @@ packages: engines: {node: '>=0.12.18'} hasBin: true - electron-to-chromium@1.5.340: - resolution: {integrity: sha512-908qahOGocRMinT2nM3ajCEM99H4iPdv84eagPP3FfZy/1ZGeOy2CZYzjhms81ckOPCXPlW7LkY4XpxD8r1DrA==} + electron-to-chromium@1.5.402: + resolution: {integrity: sha512-/oOpMaPT6Yg+6/1XQhyIPlzgj7Ye9zf+nNM2Uh6OcE2G2oNptWazFa+qB2Pdqqbsc9KnIDzgAntoYN0dbwOXwA==} embla-carousel-accessibility@9.0.0-rc02: resolution: {integrity: sha512-i5Q2+MgCgbHyFTx5RaMkcldKaf7rYUXKm66IstPxSB8j2+gyncy5WyHOqKkZv6yPedygLF1XY4HOOPfFGx2YyQ==} @@ -9369,19 +8757,19 @@ packages: end-of-stream@1.4.5: resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} - engine.io-client@6.6.4: - resolution: {integrity: sha512-+kjUJnZGwzewFDw951CDWcwj35vMNf2fcj7xQWOctq1F2i1jkDdVvdFG9kM/BEChymCH36KgjnW0NsL58JYRxw==} + engine.io-client@6.6.6: + resolution: {integrity: sha512-iY6QdftLQ9pyiPoX082bpf/u1UewnOaJrtJIF9T0++QB34lZrj0uP+Q/bj8AlUsAxqhnkTV2BS8SBZSxOmoV5Q==} engine.io-parser@5.2.3: resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==} engines: {node: '>=10.0.0'} - engine.io@6.6.6: - resolution: {integrity: sha512-U2SN0w3OpjFRVlrc17E6TMDmH58Xl9rai1MblNjAdwWp07Kk+llmzX0hjDpQdrDGzwmvOtgM5yI+meYX6iZ2xA==} + engine.io@6.6.9: + resolution: {integrity: sha512-clKkw4C7nJ22mGgoVcCg6V/W/TxdNyIOTr89k2ONZu81qqkddPFDF0LXcbAwhzPD8DjkiRCjzuiO6Y+fkpD4vg==} engines: {node: '>=10.2.0'} - enhanced-resolve@5.20.1: - resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} + enhanced-resolve@5.24.5: + resolution: {integrity: sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==} engines: {node: '>=10.13.0'} enquirer@2.3.6: @@ -9434,6 +8822,10 @@ packages: error-stack-parser-es@1.0.5: resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} + es-abstract-get@1.0.0: + resolution: {integrity: sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==} + engines: {node: '>= 0.4'} + es-abstract@1.24.2: resolution: {integrity: sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==} engines: {node: '>= 0.4'} @@ -9446,20 +8838,24 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-iterator-helpers@1.3.2: - resolution: {integrity: sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==} + es-iterator-helpers@1.4.0: + resolution: {integrity: sha512-c/A0P0oxkACDc+cKWw8evLXK83oBKgn0qPOqCYT4x9uolpCIJAcYvJC9QYKNDRPsTeGyCrQ326jrvgZWdCdK5Q==} engines: {node: '>= 0.4'} es-module-lexer@1.7.0: resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} - es-module-lexer@2.0.0: - resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} + es-module-lexer@2.3.1: + resolution: {integrity: sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==} es-object-atoms@1.1.1: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} + es-object-atoms@1.1.2: + resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==} + engines: {node: '>= 0.4'} + es-set-tostringtag@2.1.0: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} @@ -9468,8 +8864,8 @@ packages: resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} engines: {node: '>= 0.4'} - es-to-primitive@1.3.0: - resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + es-to-primitive@1.3.4: + resolution: {integrity: sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==} engines: {node: '>= 0.4'} es-toolkit@1.39.5: @@ -9495,8 +8891,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.27.7: - resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==} + esbuild@0.28.1: + resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==} engines: {node: '>=18'} hasBin: true @@ -9549,8 +8945,8 @@ packages: eslint-import-resolver-node@0.3.10: resolution: {integrity: sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==} - eslint-module-utils@2.12.1: - resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==} + eslint-module-utils@2.14.0: + resolution: {integrity: sha512-W2WCRZ9Dqntd+2u8jJcVMV2PKulc6RdLgUUoh/yQr3uB6lo/ZOeGx11sv60/8S4QFFKNslAlWhr9u0Ef7ZW6Ig==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -9580,14 +8976,14 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jest@29.15.2: - resolution: {integrity: sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==} + eslint-plugin-jest@29.16.0: + resolution: {integrity: sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==} engines: {node: ^20.12.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^8.0.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 jest: '*' - typescript: '>=4.8.4 <7.0.0' + typescript: '>=4.8.4 <8.0.0' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': optional: true @@ -9602,13 +8998,13 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-oxlint@1.68.0: - resolution: {integrity: sha512-O4VY/iSy2jvqNMqnW9LYrlO38PIsd+HeaApatLjJRE8xQyy6j/Nj9h0LSZ203mjwnRFIJp9SIwZCPTKeCY5fDw==} + eslint-plugin-oxlint@1.78.0: + resolution: {integrity: sha512-kTyevY8wGGOvmOuEoWsP+MN1PEUaAbjka3MqPIcjqp3ZW3lXiu8OX/HyNFhTG8qCZi0qWYqnvgMYOUFAsu/Diw==} peerDependencies: - oxlint: ~1.68.0 + oxlint: ~1.78.0 - eslint-plugin-playwright@2.10.4: - resolution: {integrity: sha512-l0V/VxyqfFbtqCTxj5AdRn3Q6S/hIW4nKBnKZVleVbZ24N2My6Usj//ytX3dKKqAoSbvKck9YtSytfdZ5qjLuA==} + eslint-plugin-playwright@2.11.0: + resolution: {integrity: sha512-zOIEYyv1TSn2izXkyg/yj0LXc4YBQI6pl3xIFWwMCcXt/dgQCz8dBqXiXFMoM3xc/GqZThAtaGYo8aPu/vBd+Q==} engines: {node: '>=16.9.0'} peerDependencies: eslint: '>=8.40.0' @@ -9639,8 +9035,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-vue@10.9.2: - resolution: {integrity: sha512-4g7ZP3pYcuqd7Zp0pzUKcos0W+RkjBz4EGdhJ92FcYk6v03Ti/GK5NwjgsjxHK+98eXDbHeK7VtX1az7/8doZA==} + eslint-plugin-vue@10.10.0: + resolution: {integrity: sha512-dL9x9rBHqqNcByWiLOHK6L0SB97V82/NC0cZRn9cXPjM7pCuWlpQQP9bFH4vjBv80ej1ZpzAkuD8zWH1o9bZbA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -9773,8 +9169,8 @@ packages: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} - expect-type@1.3.0: - resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==} + expect-type@1.4.0: + resolution: {integrity: sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==} engines: {node: '>=12.0.0'} expect@28.1.3: @@ -9788,8 +9184,8 @@ packages: resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} engines: {node: '>= 0.10.0'} - exsolve@1.0.8: - resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} + exsolve@1.1.1: + resolution: {integrity: sha512-9U/jZUgjnSGyntRr6y5Muu1MJcwFl6kPu7k8qLF0IMNfLqvw0NZ4nnVDq0RVoZ0RvCyumib4Ez3KYrVfilrw+g==} extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -9818,8 +9214,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@3.1.0: - resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} + fast-uri@3.1.5: + resolution: {integrity: sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==} fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -9848,8 +9244,8 @@ packages: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} - file-entry-cache@11.1.3: - resolution: {integrity: sha512-oMbq0PD6VIiIwMF6LIa7MEwd/l9huKwmqRKXqmrkqIZv8CvRbfowL+L0ryAl8h//HfAS0zS+4SbYoRyAoA6BJA==} + file-entry-cache@11.1.5: + resolution: {integrity: sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==} file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} @@ -9907,18 +9303,18 @@ packages: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat-cache@6.1.22: - resolution: {integrity: sha512-N2dnzVJIphnNsjHcrxGW7DePckJ6haPrSFqpsBUhHYgwtKGVq4JrBGielEGD2fCVnsGm1zlBVZ8wGhkyuetgug==} + flat-cache@6.1.23: + resolution: {integrity: sha512-f++BY9pTk+983xK1FLzlLpmM0i0z+jHmx3QESGkURMXujQZz1k5wzwX6hjnQ8goaD0B+sYnDK1yZ6MTyZfUaqA==} flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true - flatted@3.4.2: - resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} + flatted@3.4.4: + resolution: {integrity: sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==} - focus-trap@8.2.1: - resolution: {integrity: sha512-6CxwrrFRquH7pDXb1mWxudkU9LSfYBMRZutpgddb2o6iwCk7cIRrBhyY3c8SGKcmIKdeMTrGSNg4Bedh2RSF/w==} + focus-trap@8.2.2: + resolution: {integrity: sha512-qV0g8hRYBqgACcFOH3f9wXc4zPKhr/0z9RI2a6ZijZ72EeBi4g8oBy8zAWuUR1TsMpOzwpUMFvjdasrC41Joug==} follow-redirects@1.16.0: resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==} @@ -9937,8 +9333,8 @@ packages: resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} engines: {node: '>=14'} - form-data@4.0.5: - resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==} + form-data@4.0.6: + resolution: {integrity: sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==} engines: {node: '>= 6'} forwarded@0.2.0: @@ -9955,18 +9351,15 @@ packages: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} - front-matter@4.0.2: - resolution: {integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==} - fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - fs-extra@11.3.4: - resolution: {integrity: sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} engines: {node: '>=14.14'} - fs-extra@11.3.5: - resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} + fs-extra@11.4.0: + resolution: {integrity: sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==} engines: {node: '>=14.14'} fs-extra@3.0.1: @@ -10000,8 +9393,8 @@ packages: function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} - function.prototype.name@1.1.8: - resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} + function.prototype.name@1.2.0: + resolution: {integrity: sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==} engines: {node: '>= 0.4'} functions-have-names@1.2.3: @@ -10022,16 +9415,16 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - get-east-asian-width@1.5.0: - resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} + get-east-asian-width@1.6.0: + resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==} engines: {node: '>=18'} get-intrinsic@1.3.0: resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} engines: {node: '>= 0.4'} - get-it@8.7.2: - resolution: {integrity: sha512-slSwC/BBAnoz9OnHopU+V5pJKAieddoF6dmx2CvbWMRePgup8ftiB+D7d+pr2PZzcqNtZOVDMoLOsXGsERhTEg==} + get-it@8.8.3: + resolution: {integrity: sha512-IfkbWqOGO2kd2Ccgiz/NIzk3bcwjtVqBm3RNa3j/veHg2q7c1DgS3EXrCrvIWH0jbNTbhkdblnxBP7Dm8CiH+A==} engines: {node: '>=14.0.0'} get-latest-version@5.1.0: @@ -10066,7 +9459,7 @@ packages: git-raw-commits@3.0.0: resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} engines: {node: '>=14'} - deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. + deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. hasBin: true git-remote-origin-url@2.0.0: @@ -10076,7 +9469,7 @@ packages: git-semver-tags@5.0.1: resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} engines: {node: '>=14'} - deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. + deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. hasBin: true git-up@7.0.0: @@ -10141,8 +9534,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@17.6.0: - resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==} + globals@17.9.0: + resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==} engines: {node: '>=18'} globalthis@1.0.4: @@ -10153,8 +9546,8 @@ packages: resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} engines: {node: '>=18'} - globby@16.2.0: - resolution: {integrity: sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==} + globby@16.2.2: + resolution: {integrity: sha512-NLvV9ubZ6NDsJaOpKPy3cQeJpKi9DcWiyCiFUpJPA0YihRqiE6RWaLUmgNNPr8MgPpLZjnBjSmou7uZBRJv9wA==} engines: {node: '>=20'} globjoin@0.1.4: @@ -10226,8 +9619,8 @@ packages: resolution: {integrity: sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==} engines: {node: '>=20'} - hasown@2.0.3: - resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} + hasown@2.0.4: + resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} hast-util-embedded@3.0.0: @@ -10287,8 +9680,8 @@ packages: hookified@1.15.1: resolution: {integrity: sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==} - hookified@2.1.1: - resolution: {integrity: sha512-AHb76R16GB5EsPBE2J7Ko5kiEyXwviB9P5SMrAKcuAu4vJPZttViAbj9+tZeaQE5zjDme+1vcHP78Yj/WoAveA==} + hookified@2.2.0: + resolution: {integrity: sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==} hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -10305,8 +9698,8 @@ packages: resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: - resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} + hosted-git-info@9.0.3: + resolution: {integrity: sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==} engines: {node: ^20.17.0 || >=22.9.0} hpack.js@2.1.6: @@ -10376,8 +9769,8 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - http-proxy-middleware@2.0.9: - resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==} + http-proxy-middleware@2.0.10: + resolution: {integrity: sha512-RKzRWNPxUZqbuk3BC5mGVJbBnWgr+diEnjJexIOytFbBzDy88Fbh/YvBr3DsNrl1jYAfjWfpATEv0NO35FDuPQ==} engines: {node: '>=12.0.0'} peerDependencies: '@types/express': ^4.17.13 @@ -10429,8 +9822,8 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - iconv-lite@0.7.2: - resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} + iconv-lite@0.7.3: + resolution: {integrity: sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==} engines: {node: '>=0.10.0'} icss-utils@5.1.0: @@ -10461,6 +9854,10 @@ packages: resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} engines: {node: '>= 4'} + ignore@7.0.6: + resolution: {integrity: sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==} + engines: {node: '>= 4'} + image-size@0.5.5: resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} engines: {node: '>=0.10.0'} @@ -10470,11 +9867,11 @@ packages: resolution: {integrity: sha512-AUY/VyX0E5XlibOmWt10uabJzam1zlYjwiEgQSDc5+UIkFNaF9WM0JxXKaNMGf+F/ffUF+7kRKXM9A7C0xXqMg==} engines: {node: '>=0.10.0'} - immutable@4.3.8: - resolution: {integrity: sha512-d/Ld9aLbKpNwyl0KiM2CT1WYvkitQ1TSvmRtkcV8FKStiDoA7Slzgjmb/1G2yhKM1p0XeNOieaTbFZmU1d3Xuw==} + immutable@4.3.9: + resolution: {integrity: sha512-ObHy4YN7ycwZOUCLI1/6svfyAFu7vL8RhAvVu/bh/RZW9EPlOyDaQ9jDQWCtdqzaXUjgXZCW1migtHE7YI7UGQ==} - immutable@5.1.5: - resolution: {integrity: sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==} + immutable@5.1.9: + resolution: {integrity: sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==} import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} @@ -10549,16 +9946,16 @@ packages: resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} engines: {node: '>= 0.4'} - ip-address@10.1.0: - resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==} + ip-address@10.4.0: + resolution: {integrity: sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==} engines: {node: '>= 12'} ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} - ipaddr.js@2.3.0: - resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==} + ipaddr.js@2.5.0: + resolution: {integrity: sha512-aq+t5NAc+cS6rZQQVWC2x98CPqGtKKTMDd4Gaodv0wShnItdKg/51djkGJ1hqH+Oy0ivDftCbSLCQob8zso01w==} engines: {node: '>= 10'} is-array-buffer@3.0.5: @@ -10592,8 +9989,8 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true - is-core-module@2.16.1: - resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} + is-core-module@2.16.2: + resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==} engines: {node: '>= 0.4'} is-data-view@1.0.2: @@ -10614,6 +10011,10 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true + is-document.all@1.0.0: + resolution: {integrity: sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==} + engines: {node: '>= 0.4'} + is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -10642,6 +10043,10 @@ packages: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} + is-in-ssh@1.0.0: + resolution: {integrity: sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==} + engines: {node: '>=20'} + is-inside-container@1.0.0: resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} engines: {node: '>=14.16'} @@ -10665,8 +10070,8 @@ packages: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} - is-network-error@1.3.1: - resolution: {integrity: sha512-6QCxa49rQbmUWLfk0nuGqzql9U8uaV2H6279bRErPBHe/109hCzsLUBUHfbEtvLIHBd6hyXbgedBSHevm43Edw==} + is-network-error@1.3.2: + resolution: {integrity: sha512-PhBY86zaxNZUuWP6h13Vu5oFe0XY6/UlKzQnYFELzGVHygP3MxmvTfYSG7GN3aIab/iWudSMgjSnG9Dq+nHrgA==} engines: {node: '>=16'} is-number-like@1.0.8: @@ -10896,8 +10301,8 @@ packages: resolution: {integrity: sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - jest-diff@30.3.0: - resolution: {integrity: sha512-n3q4PDQjS4LrKxfWB3Z5KNk1XjXtZTBwQp71OP0Jo03Z6V60x++K5L8k6ZrW8MY8pOFylZvHM0zsjS1RqlHJZQ==} + jest-diff@30.4.1: + resolution: {integrity: sha512-CRpFK0RtLriVDGcPPAnR6HMVI8bSR2jnUIgralhauzYQZIb4RH9AtEInTuQr65LmmGggGcRT6HIASxwqsVsmlA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-docblock@28.1.1: @@ -11008,21 +10413,24 @@ packages: engines: {node: '>=14'} hasBin: true - js-cookie@3.0.5: - resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} - engines: {node: '>=14'} + js-cookie@3.0.8: + resolution: {integrity: sha512-yeJd4aNAdYZQjaon2bpD/Gb0B/omw7HQOsynXXcOiWVCacbBcPlgn8S/d1X6blFSaHao7ozqtW7NZW19xpCtIw==} js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@3.14.2: - resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==} + js-yaml@3.15.1: + resolution: {integrity: sha512-S99WuO3HlhO3XN41EtYUNl9zzXjoJx7QvmipxsJVxtCBT0YHEFy+iOJhjSvrmV12nYhWpZaM8lPHkJm0yUMbag==} hasBin: true js-yaml@4.1.1: resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true + js-yaml@4.3.1: + resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==} + hasBin: true + jsdom@28.1.0: resolution: {integrity: sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} @@ -11095,8 +10503,8 @@ packages: jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} - jsonfile@6.2.0: - resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} + jsonfile@6.2.1: + resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==} jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} @@ -11167,8 +10575,8 @@ packages: resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} engines: {node: '>=0.10'} - launch-editor@2.13.2: - resolution: {integrity: sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==} + launch-editor@2.14.1: + resolution: {integrity: sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==} lerna-changelog@2.2.0: resolution: {integrity: sha512-yjYNAHrbnw8xYFKmYWJEP52Tk4xSdlNmzpYr26+3glbSGDmpe8UMo8f9DlEntjGufL+opup421oVTXcLshwAaQ==} @@ -11198,8 +10606,8 @@ packages: engines: {node: '>=6'} hasBin: true - less@4.6.4: - resolution: {integrity: sha512-OJmO5+HxZLLw0RLzkqaNHzcgEAQG7C0y3aMbwtCzIUFZsLMNNq/1IdAdHEycQ58CwUO3jPTHmoN+tE5I7FQxNg==} + less@4.8.1: + resolution: {integrity: sha512-jQ3lRIo1aUtiWVYXZ7mk4+V4BjCGswF3IxTLJ+4RUta8ZiHh8lhkig2G8dya2eCcyR1dYUvzuV46EkJN8PSwww==} engines: {node: '>=18'} hasBin: true @@ -11227,74 +10635,74 @@ packages: webpack: optional: true - lightningcss-android-arm64@1.32.0: - resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} + lightningcss-android-arm64@1.33.0: + resolution: {integrity: sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [android] - lightningcss-darwin-arm64@1.32.0: - resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} + lightningcss-darwin-arm64@1.33.0: + resolution: {integrity: sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.32.0: - resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} + lightningcss-darwin-x64@1.33.0: + resolution: {integrity: sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.32.0: - resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} + lightningcss-freebsd-x64@1.33.0: + resolution: {integrity: sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.32.0: - resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} + lightningcss-linux-arm-gnueabihf@1.33.0: + resolution: {integrity: sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.32.0: - resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} + lightningcss-linux-arm64-gnu@1.33.0: + resolution: {integrity: sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.32.0: - resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} + lightningcss-linux-arm64-musl@1.33.0: + resolution: {integrity: sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.32.0: - resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} + lightningcss-linux-x64-gnu@1.33.0: + resolution: {integrity: sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.32.0: - resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} + lightningcss-linux-x64-musl@1.33.0: + resolution: {integrity: sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.32.0: - resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} + lightningcss-win32-arm64-msvc@1.33.0: + resolution: {integrity: sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.32.0: - resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} + lightningcss-win32-x64-msvc@1.33.0: + resolution: {integrity: sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.32.0: - resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} + lightningcss@1.33.0: + resolution: {integrity: sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==} engines: {node: '>= 12.0.0'} lilconfig@3.1.3: @@ -11311,15 +10719,11 @@ packages: resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lint-staged@17.0.7: - resolution: {integrity: sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==} + lint-staged@17.3.0: + resolution: {integrity: sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw==} engines: {node: '>=22.22.1'} hasBin: true - listr2@10.2.1: - resolution: {integrity: sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==} - engines: {node: '>=22.13.0'} - listr2@8.2.4: resolution: {integrity: sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==} engines: {node: '>=18.0.0'} @@ -11336,8 +10740,8 @@ packages: resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} engines: {node: '>=8'} - loader-runner@4.3.1: - resolution: {integrity: sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==} + loader-runner@4.3.2: + resolution: {integrity: sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==} engines: {node: '>=6.11.5'} loader-utils@2.0.4: @@ -11348,8 +10752,8 @@ packages: resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==} engines: {node: '>= 12.13.0'} - local-pkg@1.1.2: - resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==} + local-pkg@1.2.1: + resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==} engines: {node: '>=14'} locate-path@2.0.0: @@ -11421,8 +10825,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.3.5: - resolution: {integrity: sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==} + lru-cache@11.5.2: + resolution: {integrity: sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -11458,6 +10862,10 @@ packages: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} + make-dir@5.1.0: + resolution: {integrity: sha512-IfpFq6UM39dUNiphpA6uDezNx/AvWyhwfICWPR3t1VspkgkMZrL+Rk1RbN1bx+aeNYwOrqGJgEgV3yotk+ZUVw==} + engines: {node: '>=18'} + make-fetch-happen@13.0.1: resolution: {integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==} engines: {node: ^16.14.0 || >=18.0.0} @@ -11466,8 +10874,8 @@ packages: resolution: {integrity: sha512-sI1NY4lWlXBAfjmCtVWIIpBypbBdhHtcjnwnv+gtCnsaOffyFil3aidszGC8hgzJe+fT1qix05sWxmD/Bmf/oQ==} engines: {node: ^20.17.0 || >=22.9.0} - make-fetch-happen@15.0.5: - resolution: {integrity: sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg==} + make-fetch-happen@15.0.6: + resolution: {integrity: sha512-Je0fLJ0F5atA7F+eIlLzk+Wkcl57JDf4kf+EW8xiP5E31xOQxkIxTbgf1Oi1Lw9tRI9UEMRdI5Vz2xTzoNU1Jw==} engines: {node: ^20.17.0 || >=22.9.0} make-fetch-happen@9.1.0: @@ -11544,10 +10952,8 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} - memfs@4.57.2: - resolution: {integrity: sha512-2nWzSsJzrukurSDna4Z0WywuScK4Id3tSKejgu74u8KCdW4uNrseKRSIDg75C6Yw5ZRqBe0F0EtMNlTbUq8bAQ==} - peerDependencies: - tslib: '2' + memfs@4.68.0: + resolution: {integrity: sha512-qlU8XrIfXUuZcmXk/GODL47KXXnhSbbaWtW5z+L7cLFfIQbgAOWzL5lqUYn39kfJh+BHLaD/siaM94/UTweGow==} memorystream@0.3.1: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} @@ -11710,14 +11116,14 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - minimatch@10.2.4: - resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} - engines: {node: 18 || 20 || >=22} - minimatch@10.2.5: resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} engines: {node: 18 || 20 || >=22} + minimatch@10.2.6: + resolution: {integrity: sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==} + engines: {node: 18 || 20 || >=22} + minimatch@3.1.4: resolution: {integrity: sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==} @@ -11817,8 +11223,8 @@ packages: mlly@1.8.2: resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==} - modern-tar@0.7.6: - resolution: {integrity: sha512-sweCIVXzx1aIGTCdzcMlSZt1h8k5Tmk08VNAuRk3IU28XamGiOH5ypi11g6De2CH7PhYqSSnGy2A/EFhbWnVKg==} + modern-tar@0.8.4: + resolution: {integrity: sha512-gN54ddmyzEg10orwZ2u4OOv+bjpMWdIl5jIkodK97bMq8QBSL5c0D7YX0lT1Ooz+99S7+PvFbnxzdjgHo1r41g==} engines: {node: '>=18.0.0'} modify-values@1.0.1: @@ -11839,12 +11245,12 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - msgpackr-extract@3.0.3: - resolution: {integrity: sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==} + msgpackr-extract@3.0.4: + resolution: {integrity: sha512-4kmO/MdyUIkLIvTPr8VHLil4AtoKIoniWPIEk5+CDy0xnWC84azhSFmuJ7PxZdsYtiP5kEeQsORAVIeMgxT+Hw==} hasBin: true - msgpackr@1.11.10: - resolution: {integrity: sha512-iCZNq+HszvF+fC3anCm4nBmWEnbeIAfpDs6IStAEKhQ2YSgkjzVG2FF9XJqwwQh5bH3N9OUTUt4QwVN6MLMLtA==} + msgpackr@1.12.1: + resolution: {integrity: sha512-4EUH9tQHnMmEgzW/MdAP0KIfa1T9AF+htl0ffe2n5vb2EKn9y2co8ccpgWko6S52Jy1PQZKwRnx5/KkYjtd9MQ==} muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} @@ -11864,13 +11270,8 @@ packages: mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - nanoid@3.3.11: - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - - nanoid@3.3.12: - resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + nanoid@3.3.17: + resolution: {integrity: sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -11881,6 +11282,11 @@ packages: resolution: {integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==} hasBin: true + needle@2.9.1: + resolution: {integrity: sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==} + engines: {node: '>= 4.4.x'} + hasBin: true + needle@3.5.0: resolution: {integrity: sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==} engines: {node: '>= 4.4.x'} @@ -11930,8 +11336,8 @@ packages: node-addon-api@7.1.1: resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} - node-exports-info@1.6.0: - resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} + node-exports-info@1.6.2: + resolution: {integrity: sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==} engines: {node: '>= 0.4'} node-forge@1.4.0: @@ -11951,16 +11357,17 @@ packages: engines: {node: ^16.14.0 || >=18.0.0} hasBin: true - node-gyp@12.2.0: - resolution: {integrity: sha512-q23WdzrQv48KozXlr0U1v9dwO/k59NHeSzn6loGcasyf0UnSrtzs8kRxM+mfwJSf0DkX0s43hcqgnSO4/VNthQ==} + node-gyp@12.4.0: + resolution: {integrity: sha512-OMcPNvqTCFUnNaBlmdgq+lfNqY7gTiSmNRDjY3uAXRyudeKZEZxu3CLtjMQrx4zZxCX2b/mpNqTtwuCJgXhHkw==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} - node-releases@2.0.37: - resolution: {integrity: sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==} + node-releases@2.0.53: + resolution: {integrity: sha512-D9UOmYG3UH1V+ENW56t5QXBwJw1YEY18ruVeus89Rw+SyIgjPkCO84bRzO3uNIYosJbNwiabWVn48o3uJLjxFQ==} + engines: {node: '>=18'} nodemon@3.1.14: resolution: {integrity: sha512-jakjZi93UtB3jHMWsXL68FXSAosbLfY0In5gtKq3niLSkrWznrVBzXFNOEMJUfc9+Ke7SHWoAZsiMkNP3vq6Jw==} @@ -12007,6 +11414,9 @@ packages: normalize.css@8.0.1: resolution: {integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==} + nostics@1.2.0: + resolution: {integrity: sha512-FGqEfhQjrvo1lL8KFifdTQiNwwQHJxC1jtYE1Rc54qF/jxONUNL+kC9gS1krX8Q65PgrQ5fCqH/I4NhWBvdSqg==} + npm-bundled@3.0.1: resolution: {integrity: sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -12019,9 +11429,9 @@ packages: resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} engines: {node: ^20.17.0 || >=22.9.0} - npm-check-updates@22.2.3: - resolution: {integrity: sha512-n8HZ0ywZugYRgEqIm67hbZC5L/9S/gLX+MkGchJB43pP2xib1+u76OpVEJRZ4QP2BksPRi5M1CCStJVfc16+/A==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: '>=10.0.0'} + npm-check-updates@23.0.2: + resolution: {integrity: sha512-t5tv+d4sP+WbSwcDAFBwDxSUJRomc+TJoURPu7q5B/19toUsR/7eshRxBdWdE7iYw80iE4O4D/7OvCvIcaG8ug==} + engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0, npm: '>=10.0.0'} hasBin: true npm-install-checks@6.3.0: @@ -12105,8 +11515,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nx@22.6.5: - resolution: {integrity: sha512-VRKhDAt684dXNSz9MNjE7MekkCfQF41P2PSx5jEWQjDEP1Z4jFZbyeygWs5ZyOroG7/n0MoWAJTe6ftvIcBOAg==} + nx@22.7.8: + resolution: {integrity: sha512-ceEhmaGCvY7oi7L7G/Nm/UZSnbfwaJxU1XbDLro7CTmVcnrmxAnxExCp0J/Tpf1xQaMZtwxgV7QATdKA/7vLQw==} hasBin: true peerDependencies: '@swc-node/register': ^1.11.1 @@ -12152,8 +11562,9 @@ packages: obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} - obug@2.1.1: - resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} + obug@2.1.4: + resolution: {integrity: sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==} + engines: {node: '>=12.20.0'} ohash@2.0.11: resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} @@ -12189,6 +11600,10 @@ packages: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} + open@11.0.0: + resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==} + engines: {node: '>=20'} + open@8.4.2: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} @@ -12216,23 +11631,23 @@ packages: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} - own-keys@1.0.1: - resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} + own-keys@1.0.2: + resolution: {integrity: sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==} engines: {node: '>= 0.4'} oxc-parser@0.127.0: resolution: {integrity: sha512-bkgD4qHlN7WxLdX8bLXdaU54TtQtAIg/ZBAfm0aje/mo3MRDo3P0hZSgr4U7O3xfX+fQmR5AP04JS/TGcZLcFA==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-resolver@11.19.1: - resolution: {integrity: sha512-qE/CIg/spwrTBFt5aKmwe3ifeDdLfA2NESN30E42X/lII5ClF8V7Wt6WIJhcGZjp0/Q+nQ+9vgxGk//xZNX2hg==} + oxc-resolver@11.24.2: + resolution: {integrity: sha512-FY91FiDBj7ls5MsFS9jN3tjz2o0/zsdSsymlakySaBwVJZorHhkWyICLZMKxlu1R9vYo+sd3z1jwb4J8x7bNDw==} - oxlint@1.68.0: - resolution: {integrity: sha512-dXcbq+xsmLrMy6T8d0euf3IYUfLmjHIE11pOxiUSi5LHkFZaYPv568R6sEjcavVpUxoaQe66UBuK4HEi74NxpA==} + oxlint@1.78.0: + resolution: {integrity: sha512-QgQePuxIqKOzo1KSjG2EnITEeWvWnKAm77eq8nrMtf6AGoA+zyGc4PFYtDNJSD25g/ibOwfQ851hZ4/SPkMVoA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: - oxlint-tsgolint: '>=0.22.1' + oxlint-tsgolint: '>=7.0.2001' vite-plus: '*' peerDependenciesMeta: oxlint-tsgolint: @@ -12288,8 +11703,8 @@ packages: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} - p-map@7.0.4: - resolution: {integrity: sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==} + p-map@7.0.6: + resolution: {integrity: sha512-I4Prw6ivkd6p8PiYR1tXASOAOBzIJwu0TB7fqaX0c/8c3QAehNYmX57EijyGGGBt3c/BIowGwV03RVBtXvHEVg==} engines: {node: '>=18'} p-pipe@3.1.0: @@ -12337,8 +11752,8 @@ packages: engines: {node: ^20.17.0 || >=22.9.0} hasBin: true - pacote@21.5.0: - resolution: {integrity: sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ==} + pacote@21.5.1: + resolution: {integrity: sha512-KvcJ9iy3crysCsgqc4+PknH/w6jkrp8JN36mpZBPwNaDRwTfMZD37YzRazNstiZUOhuF5pno9f78n9mEJBavwg==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true @@ -12466,8 +11881,8 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - picomatch@4.0.4: - resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + picomatch@4.0.5: + resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==} engines: {node: '>=12'} pidtree@0.3.1: @@ -12475,8 +11890,8 @@ packages: engines: {node: '>=0.10'} hasBin: true - pidtree@0.6.0: - resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} + pidtree@0.6.1: + resolution: {integrity: sha512-e0F9AOF1JMrCfBsyJOwU9lNvQ0WtXTq0j/4jk0BQ5JSI9VAybPXmDpPRw/2FQ3e5d3ZFN1mLh7jW99m/jjaptw==} engines: {node: '>=0.10'} hasBin: true @@ -12508,8 +11923,8 @@ packages: piscina@4.6.1: resolution: {integrity: sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==} - piscina@4.9.2: - resolution: {integrity: sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==} + piscina@4.9.3: + resolution: {integrity: sha512-3e3ka9QCE8RJ5I9uszdAADZnkcYi21cqmF3gxox3u884N72qpFHCsIVhHt8cEQ9t3Auq/NqoiCEuhxlxxQuDWA==} pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} @@ -12522,17 +11937,17 @@ packages: pkg-types@1.3.1: resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} - pkg-types@2.3.0: - resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==} + pkg-types@2.3.1: + resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==} - playwright-core@1.60.0: - resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==} - engines: {node: '>=18'} + playwright-core@1.62.1: + resolution: {integrity: sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==} + engines: {node: '>=20'} hasBin: true - playwright@1.60.0: - resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==} - engines: {node: '>=18'} + playwright@1.62.1: + resolution: {integrity: sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==} + engines: {node: '>=20'} hasBin: true portscanner@2.2.0: @@ -12552,41 +11967,41 @@ packages: peerDependencies: postcss: ^8.4.38 - postcss-colormin@7.0.9: - resolution: {integrity: sha512-EZpoUlmbXQUpe+g4ZaGM2kjGlHrQ7Bjzb3xHcNrC9ysI1tGoib6DAYvxg6aB7MGxsjgLF+Qx/jwZQkJ5cKDvXA==} + postcss-colormin@7.0.10: + resolution: {integrity: sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-convert-values@7.0.11: - resolution: {integrity: sha512-H+s7P0f9jJylSysAHs3/5MhAx7GthDO05uw1h56L2xyEqpiLTFLEqBNw3PUYzD5p/AKwWaigCXf6FGELpOw9lw==} + postcss-convert-values@7.0.12: + resolution: {integrity: sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-discard-comments@7.0.7: - resolution: {integrity: sha512-FJhE3fSte7HaRNL4iwD8LTG9vWqj3puxXIdig6LfrFqc1TJRUhY4kXOkeTXZZfTXYny+k+SO7fd2fymj1wduJg==} + postcss-discard-comments@7.0.8: + resolution: {integrity: sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-discard-duplicates@7.0.3: - resolution: {integrity: sha512-9cRxXwhEM/aNZon1qZyToX4NmjbFbxOGbww+0CnbYFDbbPRGZ8jg4IbM8UlA+CzkXxM35itxyaHKNqBBg/RTDg==} + postcss-discard-duplicates@7.0.4: + resolution: {integrity: sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-discard-empty@7.0.2: - resolution: {integrity: sha512-NZFouOmOwtngJVgkNeI1LtkzFdYqIurxgy4wq3qNvIiXFURTZ3b/K7q3dP3QitlWQ5imHDQL0qSorItQhoxb1g==} + postcss-discard-empty@7.0.3: + resolution: {integrity: sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-discard-overridden@7.0.2: - resolution: {integrity: sha512-Ym01X4v6U3sY8X0P1J9P+RTar+7JyLTOzDrxKSeaArFsLmkVu4KcAKPBWDYRIyZ/q4jwpSPnOnekeSSqXSXKUw==} + postcss-discard-overridden@7.0.3: + resolution: {integrity: sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 postcss-input-range@6.0.0: resolution: {integrity: sha512-6kxU+P0G7gM1AWF7tGLK9fM6qUJI7+I+tubPvMDdfBsljpTuVpBxqvWySOLAqi1FHBW0d5ZpqYvgEnwep7zi9A==} @@ -12610,41 +12025,41 @@ packages: postcss-media-query-parser@0.2.3: resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} - postcss-merge-longhand@7.0.6: - resolution: {integrity: sha512-lDsWeKRsssX/9vKFpingoRiuvGajtOGCJhs1kyaTJ5fzaVzs0aPPYe38UZ/ukMFEA5iuRIjQJHIkH2niYO3ubQ==} + postcss-merge-longhand@7.0.7: + resolution: {integrity: sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-merge-rules@7.0.10: - resolution: {integrity: sha512-UXYKxkg8Cy1so/evF7AE/25PNXZb3E0SrvjdbtbGf+MW+doLenKqRLQzz6YZW469ktiXK2MVLFWtel/DftCV0Q==} + postcss-merge-rules@7.0.11: + resolution: {integrity: sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-minify-font-values@7.0.2: - resolution: {integrity: sha512-Z82NUmnvhPrvMUaHfkaAVBmWQq9F8Dox4Dy0LiwbaTxfmDUWLQtS+0WCgKViwdWCPPajiY9YzoQftgqKdXkM5g==} + postcss-minify-font-values@7.0.3: + resolution: {integrity: sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-minify-gradients@7.0.4: - resolution: {integrity: sha512-g8MNeNyN+lbwKy8DCtJ6zU6awBL0InBsSOaKmgZ1MdRLVItLQUNFNAzzzBnOp4qowOcyyB6GetTlQ0/0UNXvag==} + postcss-minify-gradients@7.0.5: + resolution: {integrity: sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-minify-params@7.0.8: - resolution: {integrity: sha512-DIUKM5DZGTmxN7KFKT+rxt0FdPDmRrdK/k3n3+6Po+N/QYn06juwagHcfOVBG0CfCHwcnI612GAUCZc3eT+ZEg==} + postcss-minify-params@7.0.9: + resolution: {integrity: sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-minify-selectors@7.1.0: - resolution: {integrity: sha512-HYl/6I0aL+UvpA10t65BSa7h+tVjBgE6oRI5N/3ylX3vtwvlDL67G3FT3vYDPnTksxr0riiyJcT0tBtyRVoloA==} + postcss-minify-selectors@7.1.2: + resolution: {integrity: sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 postcss-modules-extract-imports@3.1.0: resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==} @@ -12670,77 +12085,77 @@ packages: peerDependencies: postcss: ^8.1.0 - postcss-normalize-charset@7.0.2: - resolution: {integrity: sha512-YoINoiR4YKlzfB95Y93b0DSxWy7FLw+1SADIaznMHb88AKizpzfF80tolmiDEbYr1UM4r4Hw+NZq37SwT5f3uw==} + postcss-normalize-charset@7.0.3: + resolution: {integrity: sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-display-values@7.0.2: - resolution: {integrity: sha512-wu/NTSjnp8sX5TnEHVPN+eScjAtRs18ELtEduG+Ek3GxjeUDUT+VAA3PJjVIXBcVIk6fiLYFj2iKH0q99S3T2Q==} + postcss-normalize-display-values@7.0.3: + resolution: {integrity: sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-positions@7.0.3: - resolution: {integrity: sha512-1CJI++oA3yK/fQlPUcEngUfcSWS08Pkt9fK+jVgL53mmtHDBHi0YiuB0m3D9BXwZjmfvCc2GQmFqCAF/CVcPzQ==} + postcss-normalize-positions@7.0.4: + resolution: {integrity: sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-repeat-style@7.0.3: - resolution: {integrity: sha512-RvImJ2Ml4LZSx31qC2C8LDiz65IgBNATtwEr9r3Aue+D0cCGbj4rjNojb/uGpEm4QxnOTzFqMvaDYuKiT1Cmpg==} + postcss-normalize-repeat-style@7.0.4: + resolution: {integrity: sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-string@7.0.2: - resolution: {integrity: sha512-FqtrUh2BU2MnVeLeWBbJ2rwOjuDnA91XvoImc1BbgMWIxdxiPTaquflBHsmFBA3xh3pC3wPZO9W5MaIc7wU/Xw==} + postcss-normalize-string@7.0.3: + resolution: {integrity: sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-timing-functions@7.0.2: - resolution: {integrity: sha512-5H5fpXBnMACEXzn7k9RP7qWZ1eWg8cuZkUuFygStY7icOj+UucwMWXeMmdkF/iITvTVa7fP85tdRCJeznpdFfQ==} + postcss-normalize-timing-functions@7.0.3: + resolution: {integrity: sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-unicode@7.0.8: - resolution: {integrity: sha512-imCM3cwK3hvlAG4z1AzYM24m8BPA3/Jk/S71wfbn2I6+E2b+UwFaGvlNqydihXTSl3OFPeQXztqCzg+NGeSibQ==} + postcss-normalize-unicode@7.0.9: + resolution: {integrity: sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-url@7.0.2: - resolution: {integrity: sha512-bLnNY7t76NLRb9QQyCVmCN4qwoHxiq6vABH/CXav9wTuR6dNGHGQ72AyO/+h2quWxZk3l7BqxNL1vtDi9H6y1g==} + postcss-normalize-url@7.0.3: + resolution: {integrity: sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-normalize-whitespace@7.0.2: - resolution: {integrity: sha512-TNSVkuhkeOhl36WruQlflxOb7HweoeZowSusNpfsM1+ZvqJ24Mc+xksu05ecMQxlu+0zgI8pyznO2EWqDCQbLA==} + postcss-normalize-whitespace@7.0.3: + resolution: {integrity: sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-ordered-values@7.0.3: - resolution: {integrity: sha512-FTt6R9RF7NAYfpOHa2XFPm89FVuo5GiIbcfwOXFy1MYF38BeiNW9ke8ybw9Pk62eEsUlRVVbxHWA3B7ERYqOOA==} + postcss-ordered-values@7.0.4: + resolution: {integrity: sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-reduce-initial@7.0.8: - resolution: {integrity: sha512-VeVRmbgpgTZuRcDQdqnsB4iYTeS2dBRV07UdwK6V3x61F1xTQ2pgIzHBIR4rQYRlXRNKBTGYYhEL1eNA7w9vaQ==} + postcss-reduce-initial@7.0.9: + resolution: {integrity: sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-reduce-transforms@7.0.2: - resolution: {integrity: sha512-OV5P9hMnf7kEkeXVXyS5ESqxbIls7a3TqFymUAV5JICO/9YCBEU+QQhQjZiDHaLwFdV7/CL481kVeBUk5FdY3w==} + postcss-reduce-transforms@7.0.3: + resolution: {integrity: sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 postcss-resolve-nested-selector@0.1.6: resolution: {integrity: sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==} @@ -12757,8 +12172,8 @@ packages: peerDependencies: postcss: ^8.4.29 - postcss-selector-parser@7.1.1: - resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} + postcss-selector-parser@7.1.5: + resolution: {integrity: sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==} engines: {node: '>=4'} postcss-sorting@10.0.0: @@ -12766,17 +12181,17 @@ packages: peerDependencies: postcss: ^8.4.20 - postcss-svgo@7.1.2: - resolution: {integrity: sha512-ixExc8m+/68yuSYQzV/1DgtTup/7nI2dN9eiDS5GMRUzeCH4q9UcqeZPwcSVhdf8ay9fRwXDUHwcY5/XzQSszQ==} + postcss-svgo@7.1.3: + resolution: {integrity: sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==} engines: {node: ^18.12.0 || ^20.9.0 || >= 18} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 - postcss-unique-selectors@7.0.6: - resolution: {integrity: sha512-cDxnYw1QuBMW5w3svZ0BlYF0IA4Amr+1JoTLXzu6vDFPNwohN2QU+sPZNx15b930LR7ce+/600h28/cYoxO9vw==} + postcss-unique-selectors@7.0.7: + resolution: {integrity: sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -12785,14 +12200,18 @@ packages: resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.10: - resolution: {integrity: sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==} + postcss@8.5.19: + resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.15: - resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} + postcss@8.5.26: + resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==} engines: {node: ^10 || ^12 || >=14} + powershell-utils@0.1.0: + resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==} + engines: {node: '>=20'} + prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -12801,8 +12220,8 @@ packages: resolution: {integrity: sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==} engines: {node: '>=6.0.0'} - prettier@3.8.3: - resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} + prettier@3.9.6: + resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==} engines: {node: '>=14'} hasBin: true @@ -12814,10 +12233,13 @@ packages: resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - pretty-format@30.3.0: - resolution: {integrity: sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ==} + pretty-format@30.4.1: + resolution: {integrity: sha512-K6KiKMHTL4jjX4u3Kir2EW07nRfcqVTXIImx50wbjHQTcZPgg+gjVeNTIT3l3L1Rd4UefxfogquC9J37SoFyyw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + probe-image-size@7.3.0: + resolution: {integrity: sha512-7CaDeBwiAbh6ohXsvLbAZhO7wzsZAmaevfxe39qvCwRh8LyaZfDlBGGLU1CCTgrTLtCOdwBBhjOrIHaIIimHfQ==} + proc-log@4.2.0: resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -12870,8 +12292,8 @@ packages: prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - property-information@7.1.0: - resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} + property-information@7.2.0: + resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==} proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} @@ -12900,17 +12322,17 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - puppeteer-core@25.1.0: - resolution: {integrity: sha512-jKzy5y4WG6uNuFbTWgW1D7mqoT9o0nllc/6a1DGF775T1mPmgw3scdFEtEq67yVFikavQmbYq6NLfbTfxHSlqQ==} + puppeteer-core@25.6.0: + resolution: {integrity: sha512-GJ67rjZdVQzZmD2Ab0cgttfQN9j387QYMv3t6MN3/4nmjursNt6M5Utj4/T/4y0AwNrSwJzjw6Q/zuWFEIizOg==} engines: {node: '>=22.12.0'} - puppeteer@25.1.0: - resolution: {integrity: sha512-7L6/0JM7XStK99lIL4xQySyNEXNfII6pk0BxkI5kKBTOhR7AsoQiv067YTsE/rIXxQiq9ajlO4WcqBjS/FWK1A==} + puppeteer@25.6.0: + resolution: {integrity: sha512-TXUolDddU4AwISjOOrGk2AhJDpbM/ZDt2KvGIqz74EOk+8bKwXFo+acUvP1sQx3hUda7owOeNuuT1UnJT1o0qA==} engines: {node: '>=22.12.0'} hasBin: true - qified@0.9.1: - resolution: {integrity: sha512-n7mar4T0xQ+39dE2vGTAlbxUEpndwPANH0kDef1/MYsB8Bba9wshkybIRx74qgcvKQPEWErf9AqAdYjhzY2Ilg==} + qified@0.10.1: + resolution: {integrity: sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==} engines: {node: '>=20'} qjobs@1.2.0: @@ -12921,8 +12343,8 @@ packages: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} - qs@6.14.2: - resolution: {integrity: sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==} + qs@6.15.3: + resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==} engines: {node: '>=0.6'} quansync@0.2.11: @@ -12942,6 +12364,10 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} + range-parser@1.3.0: + resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==} + engines: {node: '>= 0.6'} + raw-body@2.5.1: resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} engines: {node: '>= 0.8'} @@ -12968,6 +12394,9 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + react-is@19.2.8: + resolution: {integrity: sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==} + react-property@2.0.2: resolution: {integrity: sha512-+PbtI3VuDV0l6CleQMsx2gtK0JZbZKbpdu5ynr+lbsuvtmgbNcS3VM0tuY2QjFNOcWxvXeHjDpy42RO+4U2rug==} @@ -13029,16 +12458,12 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - readdirp@4.1.2: - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} - engines: {node: '>= 14.18.0'} - - readdirp@5.0.0: - resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} + readdirp@5.1.1: + resolution: {integrity: sha512-Kko+Y5XQ6fM+Ce3dq3m9YGxnacYZYl9cA1wZjaF3Vbry2L3i1qVg8+CAgNPsXRArPMUMCaOR7oa9Nqntc43JKA==} engines: {node: '>= 20.19.0'} - recast@0.23.11: - resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==} + recast@0.23.19: + resolution: {integrity: sha512-T98lym7kH+pnZmRaD8yDRdaNqyUbwnbEBx0MuchrzMFOEMray4AO3ZJoTUZ5r78Ao78X/OhzW0DL8GB85w/I2w==} engines: {node: '>= 4'} redent@3.0.0: @@ -13087,8 +12512,8 @@ packages: regjsgen@0.8.0: resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} - regjsparser@0.13.1: - resolution: {integrity: sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==} + regjsparser@0.13.2: + resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} hasBin: true rehype-dom-parse@5.0.2: @@ -13167,8 +12592,8 @@ packages: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true - resolve@2.0.0-next.6: - resolution: {integrity: sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==} + resolve@2.0.0-next.7: + resolution: {integrity: sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==} engines: {node: '>= 0.4'} hasBin: true @@ -13213,8 +12638,8 @@ packages: engines: {node: 20 || >=22} hasBin: true - rolldown@1.0.3: - resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==} + rolldown@1.2.3: + resolution: {integrity: sha512-rn9wpmxplLf7NLNyCk9FyWh3FM43DbY8jOzCdEPzH7uflhTftRbCEpqi6Ly2osgoU8OwObtmavMbWLaWy4LX7A==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -13226,6 +12651,19 @@ packages: rollup-plugin-svg@2.0.0: resolution: {integrity: sha512-DmE7dSQHo1SC5L2uH2qul3Mjyd5oV6U1aVVkyvTLX/mUsRink7f1b1zaIm+32GEBA6EHu8H/JJi3DdWqM53ySQ==} + rollup-plugin-visualizer@7.0.1: + resolution: {integrity: sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==} + engines: {node: '>=22'} + hasBin: true + peerDependencies: + rolldown: 1.x || ^1.0.0-beta || ^1.0.0-rc + rollup: 2.x || 3.x || 4.x + peerDependenciesMeta: + rolldown: + optional: true + rollup: + optional: true + rollup-pluginutils@1.5.2: resolution: {integrity: sha512-SjdWWWO/CUoMpDy8RUbZ/pSpG68YHmhk5ROKNIoi2En9bJ8bTt3IhYi254RWiTclQmL7Awmrq+rZFOhZkJAHmQ==} @@ -13234,18 +12672,13 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.60.2: - resolution: {integrity: sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - - rollup@4.61.0: - resolution: {integrity: sha512-T9mWdbWfQtp0B5lv/HX+wrhYsmXRlcWnXXmJbXqKJhlRaoS6KMhq0gpyzW4UJfclcxrEdLnTgjT2NjruLONu0g==} + rollup@4.62.2: + resolution: {integrity: sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.62.0: - resolution: {integrity: sha512-nc72Wgq62I7rtDV4izT5/aaS0zxy3kttkinf9586ApknY3jZO9NYsmtc24fUckA0X7Q2v+ML4a15pdUlV5V/jA==} + rollup@4.62.4: + resolution: {integrity: sha512-RXOqwaPsBGjMNMa4sQjDjHieHEZDFoj/Rdr46l2MU5DfEs16wHJPC2RPTPHWhNl+M3aI472LLqFkFKut4SblOg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -13311,13 +12744,13 @@ packages: webpack: optional: true - sass@1.100.0: - resolution: {integrity: sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==} + sass@1.101.0: + resolution: {integrity: sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==} engines: {node: '>=20.19.0'} hasBin: true - sass@1.101.0: - resolution: {integrity: sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==} + sass@1.102.0: + resolution: {integrity: sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==} engines: {node: '>=20.19.0'} hasBin: true @@ -13326,13 +12759,8 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - sass@1.99.0: - resolution: {integrity: sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==} - engines: {node: '>=14.0.0'} - hasBin: true - - sax@1.6.0: - resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} + sax@1.6.1: + resolution: {integrity: sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==} engines: {node: '>=11.0.0'} saxes@6.0.0: @@ -13360,8 +12788,8 @@ packages: resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==} engines: {node: '>=10'} - semver@7.7.4: - resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} + semver@7.8.5: + resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} engines: {node: '>=10'} hasBin: true @@ -13376,8 +12804,8 @@ packages: serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - serialize-javascript@7.0.5: - resolution: {integrity: sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==} + serialize-javascript@7.0.7: + resolution: {integrity: sha512-YAy8Od6KV+uuwUuU50np8fGB/Aues6Y0nAhA9y/hId74PlKUcme4pXcBD46NWKr1Q4osN/iseZ17YqO1XfmI8g==} engines: {node: '>=20.0.0'} serve-index@1.9.2: @@ -13430,8 +12858,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-quote@1.8.3: - resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} + shell-quote@1.10.0: + resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==} engines: {node: '>= 0.4'} side-channel-list@1.0.1: @@ -13446,8 +12874,8 @@ packages: resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} engines: {node: '>= 0.4'} - side-channel@1.1.0: - resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + side-channel@1.1.1: + resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==} engines: {node: '>= 0.4'} siginfo@2.0.0: @@ -13464,8 +12892,8 @@ packages: resolution: {integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==} engines: {node: ^16.14.0 || >=18.0.0} - sigstore@4.1.0: - resolution: {integrity: sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==} + sigstore@4.1.1: + resolution: {integrity: sha512-endqECJkfhozrXMK5ngu/UAA0xVcVEFdnHJCElGaExypjW+HK5i6zu3NteLoaX/iFbRUbC3+DjttQs0GARr+5w==} engines: {node: ^20.17.0 || >=22.9.0} simple-update-notifier@2.0.0: @@ -13503,23 +12931,23 @@ packages: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} - smob@1.6.1: - resolution: {integrity: sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==} + smob@1.6.2: + resolution: {integrity: sha512-RQsvleCbF8cVHEv+xuDGaA4pOizFqJ0GgjtMSRo6oP8pnN7WsigHgVGey6aILRBKv4W2YOMHLqbKdnB6hpB9fw==} engines: {node: '>=20.0.0'} smol-toml@1.6.1: resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==} engines: {node: '>= 18'} - socket.io-adapter@2.5.6: - resolution: {integrity: sha512-DkkO/dz7MGln0dHn5bmN3pPy+JmywNICWrJqVWiVOyvXjWQFIv9c2h24JrQLLFJ2aQVQf/Cvl1vblnd4r2apLQ==} + socket.io-adapter@2.5.8: + resolution: {integrity: sha512-6Oy52pbg+kvdCVvjcN+FnY7BvxZ7cIHNScbvztT/It5d0vbwoJoVZmF2gjJmnV0/4WlXRfG15zc45ySk9Ah8bw==} socket.io-client@4.8.3: resolution: {integrity: sha512-uP0bpjWrjQmUt5DTHq9RuoCBdFJF10cdX9X+a368j/Ft0wmaVgxlrjvK3kjvgCODOMMOz9lcaRzxmso0bTWZ/g==} engines: {node: '>=10.0.0'} - socket.io-parser@4.2.6: - resolution: {integrity: sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==} + socket.io-parser@4.2.7: + resolution: {integrity: sha512-IH/iSeO9T6gz1KkFleGDWkG9N3dl4jXVYUtMhIqH10Md0ttMer8nUNWiP1DKuNrybD2xBrixLJdCC9J6ECoYkg==} engines: {node: '>=10.0.0'} socket.io@4.8.3: @@ -13537,8 +12965,8 @@ packages: resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} engines: {node: '>= 14'} - socks@2.8.7: - resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==} + socks@2.8.9: + resolution: {integrity: sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} source-map-js@1.2.1: @@ -13565,6 +12993,10 @@ packages: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} + source-map@0.7.6: + resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==} + engines: {node: '>= 12'} + space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} @@ -13639,8 +13071,8 @@ packages: resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} engines: {node: '>= 0.8'} - std-env@4.1.0: - resolution: {integrity: sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==} + std-env@4.2.0: + resolution: {integrity: sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==} stickyfilljs@2.1.0: resolution: {integrity: sha512-LkG0BXArL5HbW2O09IAXfnBQfpScgGqJuUDUrI3Ire5YKjRz/EhakIZEJogHwgXeQ4qnTicM9sK9uYfWN11qKg==} @@ -13654,13 +13086,13 @@ packages: peerDependencies: storybook: ^10.0.0 - storybook@10.4.5: - resolution: {integrity: sha512-QZuv1gS9Tf9RMCjDw5JOfv1XSB5IhU0uhSKQNS7l/N9zDpmSydirCspkCNT9e0zkFfPkZ9vmQUTzHY/BA07saA==} + storybook@10.5.7: + resolution: {integrity: sha512-oiKvWIwIoOhFP1i6dASYyMXwPHKEtVZMshqSB7EvIVYjWRh0l9H7gHEt1z4Gh2rLGFMekWdsm4s94rvwpR7gkg==} hasBin: true peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 prettier: ^2 || ^3 - vite-plus: ^0.1.15 + vite-plus: ^0.1.15 || ^0.2.0 peerDependenciesMeta: '@types/react': optional: true @@ -13669,6 +13101,9 @@ packages: vite-plus: optional: true + stream-parser@0.3.1: + resolution: {integrity: sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==} + stream-throttle@0.1.3: resolution: {integrity: sha512-889+B9vN9dq7/vLbGyuHeZ6/ctf5sNuGWsDy89uNxkFTAgzy0eK7+w5fL3KLNRTkLle7EgZGvHUphZW0Q26MnQ==} engines: {node: '>= 0.10.0'} @@ -13694,8 +13129,8 @@ packages: resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} engines: {node: '>=18'} - string-width@8.2.1: - resolution: {integrity: sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==} + string-width@8.2.2: + resolution: {integrity: sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==} engines: {node: '>=20'} string.prototype.includes@2.0.1: @@ -13713,12 +13148,12 @@ packages: string.prototype.repeat@1.0.0: resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} - string.prototype.trim@1.2.10: - resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} + string.prototype.trim@1.2.11: + resolution: {integrity: sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==} engines: {node: '>= 0.4'} - string.prototype.trimend@1.0.9: - resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} + string.prototype.trimend@1.0.10: + resolution: {integrity: sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==} engines: {node: '>= 0.4'} string.prototype.trimstart@1.0.8: @@ -13775,11 +13210,11 @@ packages: style-to-object@1.0.14: resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==} - stylehacks@7.0.10: - resolution: {integrity: sha512-sRJ7klmhe/Fl5woJcbJUa2qP1Ueffsl1CQI4ePvqXLkZmcIuAt09aP9uT/FOFPqXh9Rh8M5UkgEnwTdTKn/Aag==} + stylehacks@7.0.11: + resolution: {integrity: sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.5.10 + postcss: ^8.5.13 stylelint-config-css-modules@4.6.0: resolution: {integrity: sha512-LIgfzNmpiwf/eDxQva2g1mj+mqDpvP1XwOKJC7DSWY/iCQAZdIKnY42jbXuY8thcFN4yM/uF1xfCyfd7fJKh6w==} @@ -13837,8 +13272,8 @@ packages: peerDependencies: stylelint: ^16.8.2 || ^17.0.0 - stylelint@17.13.0: - resolution: {integrity: sha512-G1WYzMerp7ihOaIe9VJCHLt12MoAD2QLf1AFerYP37+BCRBUK5UCpq8e/mN+zCIaJPKQcaxhE4WlPmqdiOx/gw==} + stylelint@17.14.1: + resolution: {integrity: sha512-xVQwyiuxALUBNB2fBe0tmNemg9KqLtdj3T64mioFDar79B2cU8LIyz+3KL6LdiHs9NkeNfwxpKSaIVOY8f112g==} engines: {node: '>=20.19.0'} hasBin: true @@ -13866,8 +13301,8 @@ packages: resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} - supports-hyperlinks@4.4.0: - resolution: {integrity: sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==} + supports-hyperlinks@4.5.0: + resolution: {integrity: sha512-ZW2OvfeCXrNTbLakPUzjQG922EeGCOteFSVoek5DKStTh898wf7zgtuFlzQN8HfZCxC3Eh02yJVrRW51hADf+w==} engines: {node: '>=20'} supports-preserve-symlinks-flag@1.0.0: @@ -13877,8 +13312,8 @@ packages: svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} - svgo@4.0.1: - resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==} + svgo@4.0.2: + resolution: {integrity: sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==} engines: {node: '>=16'} hasBin: true @@ -13893,15 +13328,15 @@ packages: resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==} engines: {node: ^14.18.0 || >=16.0.0} - tabbable@6.4.0: - resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==} + tabbable@6.5.0: + resolution: {integrity: sha512-wieBHXygIm7OyQOu5hQlkk62/WyCFYGlWg7L6/ZCUZwx0o398Zkn4pVmMyfYhfMG8kGrj/Krt8eIk6UKC6VzwA==} table@6.9.0: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} - tapable@2.3.2: - resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==} + tapable@2.3.3: + resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==} engines: {node: '>=6'} tar-stream@2.2.0: @@ -13921,19 +13356,46 @@ packages: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} - terser-webpack-plugin@5.4.0: - resolution: {integrity: sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==} + terser-webpack-plugin@5.6.1: + resolution: {integrity: sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==} engines: {node: '>= 10.13.0'} peerDependencies: + '@minify-html/node': '*' '@swc/core': '*' + '@swc/css': '*' + '@swc/html': '*' + clean-css: '*' + cssnano: '*' + csso: '*' esbuild: '*' + html-minifier-terser: '*' + lightningcss: '*' + postcss: '*' uglify-js: '*' webpack: ^5.1.0 peerDependenciesMeta: + '@minify-html/node': + optional: true '@swc/core': optional: true + '@swc/css': + optional: true + '@swc/html': + optional: true + clean-css: + optional: true + cssnano: + optional: true + csso: + optional: true esbuild: optional: true + html-minifier-terser: + optional: true + lightningcss: + optional: true + postcss: + optional: true uglify-js: optional: true @@ -13942,8 +13404,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.46.1: - resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==} + terser@5.49.2: + resolution: {integrity: sha512-rGbJiKeQ4WDe3EXlDAIaQcwftVfv2Q8o1awFNfvXolJYKkb1AuZY1RTOmqx4LJXZENbWZA7eIsYGHuEzHsi1nQ==} engines: {node: '>=10'} hasBin: true @@ -13965,8 +13427,8 @@ packages: thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - thingies@2.6.0: - resolution: {integrity: sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==} + thingies@2.6.1: + resolution: {integrity: sha512-cV/CMGTK3M4MlnJ/0At6ismOw/A0EEniDNScajjz/Br3c1sqE72YD01rGpPTKwd27wAxI5Pr+6+0w8yofzFRYw==} engines: {node: '>=10.18'} peerDependencies: tslib: ^2 @@ -13989,22 +13451,14 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinyexec@1.1.2: - resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} - engines: {node: '>=18'} - - tinyexec@1.2.4: - resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} + tinyexec@1.3.0: + resolution: {integrity: sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==} engines: {node: '>=18'} tinyglobby@0.2.12: resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} engines: {node: '>=12.0.0'} - tinyglobby@0.2.16: - resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} - engines: {node: '>=12.0.0'} - tinyglobby@0.2.17: resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} @@ -14013,27 +13467,27 @@ packages: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} - tinyrainbow@3.1.0: - resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==} + tinyrainbow@3.1.1: + resolution: {integrity: sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==} engines: {node: '>=14.0.0'} tinyspy@4.0.4: resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==} engines: {node: '>=14.0.0'} - tldts-core@7.0.28: - resolution: {integrity: sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==} + tldts-core@7.4.10: + resolution: {integrity: sha512-KnQjp53ZekKgm/r3l+u8kJGGzYgrWdP8+Mql7a4vijh2WE0IrZWspQj/TpTxDho/YxO+AnOZnIjQcCD+q6iJsw==} - tldts@7.0.28: - resolution: {integrity: sha512-+Zg3vWhRUv8B1maGSTFdev9mjoo8Etn2Ayfs4cnjlD3CsGkxXX4QyW3j2WJ0wdjYcYmy7Lx2RDsZMhgCWafKIw==} + tldts@7.4.10: + resolution: {integrity: sha512-GgouD1B+sWwvkaEq8vXC15DjQitxbvs12oIXELpconwm+Tg3zfcEv4jgzq3vtKverDXsg3VI8aRgNL2Nra0Iog==} hasBin: true tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} - tmp@0.2.5: - resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} + tmp@0.2.7: + resolution: {integrity: sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==} engines: {node: '>=14.14'} tmpl@1.0.5: @@ -14055,8 +13509,8 @@ packages: resolution: {integrity: sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==} hasBin: true - tough-cookie@6.0.1: - resolution: {integrity: sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==} + tough-cookie@6.0.2: + resolution: {integrity: sha512-exgYmnmL/sJpR3upZfXG5PoatXQii55xAiXGXzY+sROLZ/Y+SLcp9PgJNI9Vz37HpQ74WvDcLT8eqm+kV3FzrA==} engines: {node: '>=16'} tr46@6.0.0: @@ -14096,8 +13550,8 @@ packages: peerDependencies: typescript: '>=4.8.4' - ts-dedent@2.2.0: - resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} + ts-dedent@2.3.0: + resolution: {integrity: sha512-JfJeIHke7y2egdGGgRAvpCwYFUsHlM2gPcrVOxFkznt/4uzQ7HFmvE63iFHVLBJNDuyDOQgijDK/tXH/f6Msjg==} engines: {node: '>=6.10'} ts-morph@28.0.0: @@ -14171,8 +13625,8 @@ packages: resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} engines: {node: '>= 0.4'} - typed-array-length@1.0.7: - resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} + typed-array-length@1.0.8: + resolution: {integrity: sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==} engines: {node: '>= 0.4'} typed-assert@1.0.9: @@ -14202,8 +13656,8 @@ packages: resolution: {integrity: sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==} hasBin: true - ufo@1.6.3: - resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} + ufo@1.6.4: + resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==} uglify-js@3.19.3: resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} @@ -14223,8 +13677,12 @@ packages: undici-types@7.24.6: resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} - undici@7.25.0: - resolution: {integrity: sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==} + undici@6.28.0: + resolution: {integrity: sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==} + engines: {node: '>=18.17'} + + undici@7.29.0: + resolution: {integrity: sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==} engines: {node: '>=20.18.1'} unicode-canonical-property-names-ecmascript@2.0.1: @@ -14301,17 +13759,46 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - unplugin-utils@0.3.1: - resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==} + unplugin-utils@0.3.2: + resolution: {integrity: sha512-xVToRh2CTmLk2HnEG7ac4rl1MJTT3RFkpS8B++/SnB0kXvuaavD+n3m/vrzyWQOdJNSZQACnbz01pnppbwV5BA==} engines: {node: '>=20.19.0'} unplugin@2.3.11: resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==} engines: {node: '>=18.12.0'} - unplugin@3.0.0: - resolution: {integrity: sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==} + unplugin@3.3.0: + resolution: {integrity: sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==} engines: {node: ^20.19.0 || >=22.12.0} + peerDependencies: + '@farmfe/core': '*' + '@rspack/core': '*' + bun-types-no-globals: '*' + esbuild: '*' + rolldown: '*' + rollup: '*' + unloader: '*' + vite: '*' + webpack: '*' + peerDependenciesMeta: + '@farmfe/core': + optional: true + '@rspack/core': + optional: true + bun-types-no-globals: + optional: true + esbuild: + optional: true + rolldown: + optional: true + rollup: + optional: true + unloader: + optional: true + vite: + optional: true + webpack: + optional: true untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} @@ -14321,8 +13808,8 @@ packages: resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} engines: {node: '>=4'} - update-browserslist-db@1.2.3: - resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} + update-browserslist-db@1.3.0: + resolution: {integrity: sha512-x/M6q3w4Ybp91CNaS4S69UnliqR3BzRpOT6LWbksjth0S/+jhfaPJsWjt/TewpT8j9eLIojUf5jr29WextHroA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -14375,28 +13862,28 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite-dev-rpc@1.1.0: - resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==} + vite-dev-rpc@2.0.0: + resolution: {integrity: sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==} peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0 - vite-hot-client@2.1.0: - resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==} + vite-hot-client@2.2.0: + resolution: {integrity: sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==} peerDependencies: - vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 + vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0 - vite-plugin-inspect@11.3.3: - resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==} + vite-plugin-inspect@11.4.1: + resolution: {integrity: sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==} engines: {node: '>=14'} peerDependencies: '@nuxt/kit': '*' - vite: ^6.0.0 || ^7.0.0-0 + vite: ^6.0.0 || ^7.0.0-0 || ^8.0.0-0 peerDependenciesMeta: '@nuxt/kit': optional: true - vite-plugin-vue-devtools@8.1.2: - resolution: {integrity: sha512-gt5h1CNryR9Hy0tvhSbqY3j0F7aj0pGxBxWLa1lXSiZVkhdWDf0vbCOZyjh8ivFGE6FDHTGy3zkcZGlMZdVHig==} + vite-plugin-vue-devtools@8.2.1: + resolution: {integrity: sha512-5JLxXWWCo5lJMw16/xVeNvJ8k2zLwZPf1vITLzya/2IePrCBeGe/p/iAokgXHZpEi39fcYtPXmO8SaKeXmqCAA==} engines: {node: '>=v14.21.3'} peerDependencies: vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -14437,13 +13924,13 @@ packages: terser: optional: true - vite@8.0.16: - resolution: {integrity: sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==} + vite@8.2.1: + resolution: {integrity: sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 - '@vitejs/devtools': ^0.1.18 + '@vitejs/devtools': ^0.4.0 esbuild: ^0.27.0 || ^0.28.0 jiti: '>=1.21.0' less: ^4.0.0 @@ -14480,20 +13967,20 @@ packages: yaml: optional: true - vitest@4.1.8: - resolution: {integrity: sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==} + vitest@4.1.10: + resolution: {integrity: sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@opentelemetry/api': ^1.9.0 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.1.8 - '@vitest/browser-preview': 4.1.8 - '@vitest/browser-webdriverio': 4.1.8 - '@vitest/coverage-istanbul': 4.1.8 - '@vitest/coverage-v8': 4.1.8 - '@vitest/ui': 4.1.8 + '@vitest/browser-playwright': 4.1.10 + '@vitest/browser-preview': 4.1.10 + '@vitest/browser-webdriverio': 4.1.10 + '@vitest/coverage-istanbul': 4.1.10 + '@vitest/coverage-v8': 4.1.10 + '@vitest/ui': 4.1.10 happy-dom: '*' jsdom: '*' vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -14525,23 +14012,23 @@ packages: resolution: {integrity: sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==} engines: {node: '>=0.10.0'} - vue-component-type-helpers@3.3.0: - resolution: {integrity: sha512-vwR8DDsBysI9NWXa0okPFpCcW+BUC3sPTuLBNo1faMzw4QWMFd+3/lFYFu29ZN0q+8UReXWJHEYesC9dcXYCLg==} + vue-component-type-helpers@3.3.9: + resolution: {integrity: sha512-3c/UfMe0SqyEfcGTyH7mfshHagJ9QTCbppCb0/uGpHZpFug7+If3GeGZN7I0YheKEExemx3xldQPoO7PQSOLQg==} - vue-eslint-parser@10.4.0: - resolution: {integrity: sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==} + vue-eslint-parser@10.4.1: + resolution: {integrity: sha512-Gk6gRDj0n/fkRa3C3l0bBheoBckUq/Rs0F/TvMWIS6nzzx67amAViMe9CkNgsP2tXyQONvGiHQESHwFtZ3aYDA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - vue-router@5.1.0: - resolution: {integrity: sha512-HAbiLzLEHQwxPgvsbOJDAwtavszEgLwri6XfyrsPECIFez8+59xc9LofWVdc/HEaSRT822lJ8H9Ns38VVond5g==} + vue-router@5.2.0: + resolution: {integrity: sha512-QAC5i0LEb1GLG0LXDQmHu8L7FX12j0KwU/JTKmLQUJMrn04gQdKP6Du+p0QwpHb3iy71vBlqnHQ8WAfOSAWhqw==} peerDependencies: '@pinia/colada': '>=0.21.2' - '@vue/compiler-sfc': ^3.5.34 - pinia: ^3.0.4 - vite: ^7.0.0 || ^8.0.0 - vue: ^3.5.34 + '@vue/compiler-sfc': ^3.5.34 || ^4.0.0 + pinia: ^3.0.4 || ^4.0.2 + vite: ^7.3.0 || ^8.0.0 + vue: ^3.5.34 || ^4.0.0 peerDependenciesMeta: '@pinia/colada': optional: true @@ -14552,8 +14039,8 @@ packages: vite: optional: true - vue@3.5.35: - resolution: {integrity: sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==} + vue@3.5.41: + resolution: {integrity: sha512-2laE0p+aK+/AOPG/XL/WepOs/GlK755LJ1XECi9kDUrz1FKNw8rb2Xzlw9JS1rqEV55nb0ttsKxVlTCcd+R5cg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -14620,8 +14107,8 @@ packages: resolution: {integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==} engines: {node: '>=18.0.0'} - webpack-sources@3.3.4: - resolution: {integrity: sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==} + webpack-sources@3.5.1: + resolution: {integrity: sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==} engines: {node: '>=10.13.0'} webpack-subresource-integrity@5.1.0: @@ -14647,8 +14134,8 @@ packages: webpack-cli: optional: true - websocket-driver@0.7.4: - resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} + websocket-driver@0.7.5: + resolution: {integrity: sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==} engines: {node: '>=0.8.0'} websocket-extensions@0.1.4: @@ -14675,8 +14162,8 @@ packages: resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} engines: {node: '>= 0.4'} - which-typed-array@1.1.20: - resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==} + which-typed-array@1.1.22: + resolution: {integrity: sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==} engines: {node: '>= 0.4'} which@1.3.1: @@ -14724,10 +14211,6 @@ packages: workerpool@9.3.4: resolution: {integrity: sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==} - wrap-ansi@10.0.0: - resolution: {integrity: sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==} - engines: {node: '>=20'} - wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -14759,32 +14242,8 @@ packages: resolution: {integrity: sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==} engines: {node: ^20.17.0 || >=22.9.0} - ws@8.18.3: - resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - - ws@8.20.0: - resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - - ws@8.21.0: - resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==} + ws@8.21.2: + resolution: {integrity: sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -14799,9 +14258,9 @@ packages: resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==} engines: {node: '>=18'} - xml-name-validator@4.0.0: - resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} - engines: {node: '>=12'} + wsl-utils@0.3.1: + resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==} + engines: {node: '>=20'} xml-name-validator@5.0.0: resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} @@ -14832,8 +14291,8 @@ packages: resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} engines: {node: '>=18'} - yaml@2.8.3: - resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==} + yaml@2.9.0: + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} engines: {node: '>= 14.6'} hasBin: true @@ -14845,14 +14304,26 @@ packages: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + yargs-parser@22.0.0: + resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} + + yargs@16.2.2: + resolution: {integrity: sha512-Nt9ZJjXTv5R8MHbqby/wXQ6Gi0Bb3TcYZkR1bzuL4yB2OxWPkXknz513gEF0GoA6tn00UpbPvERW8rzCuWCA6w==} engines: {node: '>=10'} yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} + yargs@17.7.3: + resolution: {integrity: sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==} + engines: {node: '>=12'} + + yargs@18.1.0: + resolution: {integrity: sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} + yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -14874,8 +14345,8 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zod@4.3.6: - resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} + zod@4.4.3: + resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==} zone.js@0.13.2: resolution: {integrity: sha512-Lyot3ocK+sixOU16CxmiBjUhkB+YYRRQuFwdJo1EDefHfEGB04it/86bjHnwg/lx4Z9YAmP8TDIalwp5qpDndw==} @@ -14887,7 +14358,7 @@ snapshots: '@acemir/cssom@0.9.31': {} - '@adobe/css-tools@4.4.4': {} + '@adobe/css-tools@4.5.0': {} '@ampproject/remapping@2.3.0': dependencies: @@ -14901,13 +14372,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(browser-sync@3.0.4)(chokidar@3.6.0)(jest@28.1.3(@types/node@25.9.2))(karma@6.4.4)(lightningcss@1.32.0)(ng-packagr@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(tslib@2.8.1)(typescript@5.4.5))(typescript@5.4.5)': + '@angular-devkit/build-angular@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(browser-sync@3.0.4)(chokidar@3.6.0)(jest@28.1.3(@types/node@25.9.2))(karma@6.4.4)(lightningcss@1.33.0)(ng-packagr@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(tslib@2.8.1)(typescript@5.4.5))(typescript@5.4.5)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1802.0(chokidar@3.6.0) - '@angular-devkit/build-webpack': 0.1802.0(chokidar@3.6.0)(webpack-dev-server@5.0.4(tslib@2.6.3)(webpack@5.93.0(esbuild@0.23.0)))(webpack@5.93.0(esbuild@0.23.0)) + '@angular-devkit/build-webpack': 0.1802.0(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)))(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) '@angular-devkit/core': 18.2.0(chokidar@3.6.0) - '@angular/build': 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(chokidar@3.6.0)(less@4.2.0)(lightningcss@1.32.0)(postcss@8.4.41)(terser@5.31.6)(typescript@5.4.5) + '@angular/build': 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(chokidar@3.6.0)(less@4.2.0)(lightningcss@1.33.0)(postcss@8.4.41)(terser@5.31.6)(typescript@5.4.5) '@angular/compiler-cli': 18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5) '@babel/core': 7.25.2 '@babel/generator': 7.25.0 @@ -14919,15 +14390,15 @@ snapshots: '@babel/preset-env': 7.25.3(@babel/core@7.25.2) '@babel/runtime': 7.25.0 '@discoveryjs/json-ext': 0.6.1 - '@ngtools/webpack': 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)) - '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6)) + '@ngtools/webpack': 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6)) ansi-colors: 4.1.3 autoprefixer: 10.4.20(postcss@8.4.41) - babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.23.0)) - browserslist: 4.28.2 - copy-webpack-plugin: 12.0.2(webpack@5.93.0(esbuild@0.23.0)) + babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + browserslist: 4.28.7 + copy-webpack-plugin: 12.0.2(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) critters: 0.0.24 - css-loader: 7.1.2(webpack@5.93.0(esbuild@0.23.0)) + css-loader: 7.1.2(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) esbuild-wasm: 0.23.0 fast-glob: 3.3.2 http-proxy-middleware: 3.0.0 @@ -14936,11 +14407,11 @@ snapshots: jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.2.0 - less-loader: 12.2.0(less@4.2.0)(webpack@5.93.0(esbuild@0.23.0)) - license-webpack-plugin: 4.0.2(webpack@5.93.0(esbuild@0.23.0)) + less-loader: 12.2.0(less@4.2.0)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + license-webpack-plugin: 4.0.2(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) loader-utils: 3.3.1 magic-string: 0.30.11 - mini-css-extract-plugin: 2.9.0(webpack@5.93.0(esbuild@0.23.0)) + mini-css-extract-plugin: 2.9.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) mrmime: 2.0.0 open: 10.1.0 ora: 5.4.1 @@ -14948,25 +14419,25 @@ snapshots: picomatch: 4.0.2 piscina: 4.6.1 postcss: 8.4.41 - postcss-loader: 8.1.1(postcss@8.4.41)(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)) + postcss-loader: 8.1.1(postcss@8.4.41)(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) resolve-url-loader: 5.0.0 rxjs: 7.8.1 sass: 1.77.8 - sass-loader: 16.0.0(sass@1.77.8)(webpack@5.93.0(esbuild@0.23.0)) - semver: 7.7.4 - source-map-loader: 5.0.0(webpack@5.93.0(esbuild@0.23.0)) + sass-loader: 16.0.0(sass@1.77.8)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + semver: 7.8.5 + source-map-loader: 5.0.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) source-map-support: 0.5.21 terser: 5.31.6 tree-kill: 1.2.2 tslib: 2.6.3 typescript: 5.4.5 - vite: 5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6) watchpack: 2.4.1 - webpack: 5.93.0(esbuild@0.27.7) - webpack-dev-middleware: 7.3.0(tslib@2.6.3)(webpack@5.93.0(esbuild@0.23.0)) - webpack-dev-server: 5.0.4(tslib@2.8.1)(webpack@5.93.0(esbuild@0.23.0)) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) + webpack-dev-middleware: 7.3.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + webpack-dev-server: 5.0.4(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(webpack@5.93.0(esbuild@0.23.0)) + webpack-subresource-integrity: 5.1.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) optionalDependencies: browser-sync: 3.0.4 esbuild: 0.23.0 @@ -14974,12 +14445,19 @@ snapshots: karma: 6.4.4 ng-packagr: 18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(tslib@2.8.1)(typescript@5.4.5) transitivePeerDependencies: + - '@minify-html/node' - '@rspack/core' - '@swc/core' + - '@swc/css' + - '@swc/html' - '@types/node' - bufferutil - chokidar + - clean-css + - cssnano + - csso - debug + - html-minifier-terser - html-webpack-plugin - lightningcss - node-sass @@ -14991,12 +14469,12 @@ snapshots: - utf-8-validate - webpack-cli - '@angular-devkit/build-webpack@0.1802.0(chokidar@3.6.0)(webpack-dev-server@5.0.4(tslib@2.6.3)(webpack@5.93.0(esbuild@0.23.0)))(webpack@5.93.0(esbuild@0.23.0))': + '@angular-devkit/build-webpack@0.1802.0(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)))(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41))': dependencies: '@angular-devkit/architect': 0.1802.0(chokidar@3.6.0) rxjs: 7.8.1 - webpack: 5.93.0(esbuild@0.27.7) - webpack-dev-server: 5.0.4(tslib@2.8.1)(webpack@5.93.0(esbuild@0.23.0)) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) + webpack-dev-server: 5.0.4(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) transitivePeerDependencies: - chokidar @@ -15026,7 +14504,7 @@ snapshots: '@angular/core': 18.2.0(rxjs@7.8.2)(zone.js@0.13.2) tslib: 2.8.1 - '@angular/build@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(chokidar@3.6.0)(less@4.2.0)(lightningcss@1.32.0)(postcss@8.4.41)(terser@5.31.6)(typescript@5.4.5)': + '@angular/build@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(@types/node@25.9.2)(chokidar@3.6.0)(less@4.2.0)(lightningcss@1.33.0)(postcss@8.4.41)(terser@5.31.6)(typescript@5.4.5)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1802.0(chokidar@3.6.0) @@ -15036,8 +14514,8 @@ snapshots: '@babel/helper-split-export-declaration': 7.24.7 '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.25.2) '@inquirer/confirm': 3.1.22 - '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6)) - browserslist: 4.28.2 + '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6)) + browserslist: 4.28.7 critters: 0.0.24 esbuild: 0.23.0 fast-glob: 3.3.2 @@ -15051,9 +14529,9 @@ snapshots: piscina: 4.6.1 rollup: 4.20.0 sass: 1.77.8 - semver: 7.7.4 + semver: 7.8.5 typescript: 5.4.5 - vite: 5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6) watchpack: 2.4.1 optionalDependencies: less: 4.2.0 @@ -15084,7 +14562,7 @@ snapshots: npm-pick-manifest: 9.1.0 pacote: 18.0.6 resolve: 1.22.8 - semver: 7.7.4 + semver: 7.8.5 symbol-observable: 4.0.0 yargs: 17.7.2 transitivePeerDependencies: @@ -15106,10 +14584,10 @@ snapshots: chokidar: 3.6.0 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 - semver: 7.7.4 + semver: 7.8.5 tslib: 2.8.1 typescript: 5.4.5 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - supports-color @@ -15160,8 +14638,8 @@ snapshots: '@asamuzakjp/css-color@5.1.11': dependencies: '@asamuzakjp/generational-cache': 1.0.1 - '@csstools/css-calc': 3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) - '@csstools/css-color-parser': 4.1.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-calc': 3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-color-parser': 4.1.10(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 @@ -15171,85 +14649,57 @@ snapshots: bidi-js: 1.0.3 css-tree: 3.2.1 is-potential-custom-element-name: 1.0.1 - lru-cache: 11.3.5 + lru-cache: 11.5.2 '@asamuzakjp/generational-cache@1.0.1': {} '@asamuzakjp/nwsapi@2.3.9': {} - '@babel/code-frame@7.29.0': - dependencies: - '@babel/helper-validator-identifier': 7.28.5 - js-tokens: 4.0.0 - picocolors: 1.1.1 - '@babel/code-frame@7.29.7': dependencies: '@babel/helper-validator-identifier': 7.29.7 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.29.0': {} - '@babel/compat-data@7.29.7': {} '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 '@babel/generator': 7.25.0 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.25.2) - '@babel/helpers': 7.29.2 - '@babel/parser': 7.29.2 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 - convert-source-map: 2.0.0 - debug: 4.4.3(supports-color@5.5.0) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 7.7.4 - transitivePeerDependencies: - - supports-color - - '@babel/core@7.29.0': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) - '@babel/helpers': 7.29.2 - '@babel/parser': 7.29.2 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 - '@jridgewell/remapping': 2.3.5 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.25.2) + '@babel/helpers': 7.29.7 + '@babel/parser': 7.29.8 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 convert-source-map: 2.0.0 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) gensync: 1.0.0-beta.2 json5: 2.2.3 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color '@babel/core@7.29.7': dependencies: '@babel/code-frame': 7.29.7 - '@babel/generator': 7.29.7 + '@babel/generator': 7.29.8 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) '@babel/helpers': 7.29.7 - '@babel/parser': 7.29.7 + '@babel/parser': 7.29.8 '@babel/template': 7.29.7 - '@babel/traverse': 7.29.7 - '@babel/types': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) gensync: 1.0.0-beta.2 json5: 2.2.3 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -15259,35 +14709,27 @@ snapshots: '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 9.39.2(jiti@1.21.7) eslint-visitor-keys: 2.1.0 - semver: 7.7.4 + semver: 7.8.5 '@babel/generator@7.25.0': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.8 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 2.5.2 - '@babel/generator@7.29.1': - dependencies: - '@babel/parser': 7.29.2 - '@babel/types': 7.29.0 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - - '@babel/generator@7.29.7': + '@babel/generator@7.29.8': dependencies: - '@babel/parser': 7.29.7 - '@babel/types': 7.29.7 + '@babel/parser': 7.29.8 + '@babel/types': 7.29.8 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@8.0.0-rc.5': + '@babel/generator@8.0.0': dependencies: - '@babel/parser': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/parser': 8.0.4 + '@babel/types': 8.0.4 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 '@types/jsesc': 2.5.1 @@ -15295,68 +14737,30 @@ snapshots: '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.29.0 - - '@babel/helper-annotate-as-pure@7.27.3': - dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.8 '@babel/helper-annotate-as-pure@7.29.7': dependencies: - '@babel/types': 7.29.7 - - '@babel/helper-compilation-targets@7.28.6': - dependencies: - '@babel/compat-data': 7.29.0 - '@babel/helper-validator-option': 7.27.1 - browserslist: 4.28.2 - lru-cache: 5.1.1 - semver: 7.7.4 + '@babel/types': 7.29.8 '@babel/helper-compilation-targets@7.29.7': dependencies: '@babel/compat-data': 7.29.7 '@babel/helper-validator-option': 7.29.7 - browserslist: 4.28.2 + browserslist: 4.28.7 lru-cache: 5.1.1 - semver: 7.7.4 + semver: 7.8.5 - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.25.2)': + '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.25.2) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.29.0 - semver: 7.7.4 - transitivePeerDependencies: - - supports-color - - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.29.0 - semver: 7.7.4 - transitivePeerDependencies: - - supports-color - - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.7) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.29.0 - semver: 7.7.4 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-member-expression-to-functions': 7.29.7 + '@babel/helper-optimise-call-expression': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.25.2) + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/traverse': 7.29.8 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -15368,38 +14772,31 @@ snapshots: '@babel/helper-optimise-call-expression': 7.29.7 '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/traverse': 7.29.7 - semver: 7.7.4 + '@babel/traverse': 7.29.8 + semver: 7.8.5 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.27.3 - regexpu-core: 6.4.0 - semver: 7.7.4 - '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.29.7 regexpu-core: 6.4.0 - semver: 7.7.4 + semver: 7.8.5 '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 regexpu-core: 6.4.0 - semver: 7.7.4 + semver: 7.8.5 '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) lodash.debounce: 4.0.8 resolve: 1.22.12 transitivePeerDependencies: @@ -15410,59 +14807,34 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) lodash.debounce: 4.0.8 resolve: 1.22.12 transitivePeerDependencies: - supports-color - '@babel/helper-globals@7.28.0': {} - '@babel/helper-globals@7.29.7': {} - '@babel/helper-member-expression-to-functions@7.28.5': - dependencies: - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-member-expression-to-functions@7.29.7': dependencies: - '@babel/traverse': 7.29.7 - '@babel/types': 7.29.7 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-imports@7.28.6': - dependencies: - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.29.7': dependencies: - '@babel/traverse': 7.29.7 - '@babel/types': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.25.2)': + '@babel/helper-module-transforms@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.29.7 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.29.7 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -15471,28 +14843,22 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.27.1': - dependencies: - '@babel/types': 7.29.0 - '@babel/helper-optimise-call-expression@7.29.7': dependencies: - '@babel/types': 7.29.7 - - '@babel/helper-plugin-utils@7.28.6': {} + '@babel/types': 7.29.8 '@babel/helper-plugin-utils@7.29.7': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.25.2)': + '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-wrap-function': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -15501,34 +14867,16 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-wrap-function': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.25.2)': + '@babel/helper-replace-supers@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.29.0 + '@babel/helper-member-expression-to-functions': 7.29.7 + '@babel/helper-optimise-call-expression': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -15537,91 +14885,57 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-member-expression-to-functions': 7.29.7 '@babel/helper-optimise-call-expression': 7.29.7 - '@babel/traverse': 7.29.7 - transitivePeerDependencies: - - supports-color - - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': - dependencies: - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.29.7': dependencies: - '@babel/traverse': 7.29.7 - '@babel/types': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.29.0 - - '@babel/helper-string-parser@7.27.1': {} + '@babel/types': 7.29.8 '@babel/helper-string-parser@7.29.7': {} - '@babel/helper-string-parser@8.0.0-rc.5': {} - - '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-string-parser@8.0.0': {} '@babel/helper-validator-identifier@7.29.7': {} - '@babel/helper-validator-identifier@8.0.0-rc.5': {} - - '@babel/helper-validator-option@7.27.1': {} + '@babel/helper-validator-identifier@8.0.4': {} '@babel/helper-validator-option@7.29.7': {} - '@babel/helper-wrap-function@7.28.6': - dependencies: - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-wrap-function@7.29.7': dependencies: '@babel/template': 7.29.7 - '@babel/traverse': 7.29.7 - '@babel/types': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/helpers@7.29.2': - dependencies: - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 - '@babel/helpers@7.29.7': dependencies: '@babel/template': 7.29.7 - '@babel/types': 7.29.7 - - '@babel/parser@7.29.2': - dependencies: - '@babel/types': 7.29.0 - - '@babel/parser@7.29.3': - dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.8 - '@babel/parser@7.29.7': + '@babel/parser@7.29.8': dependencies: - '@babel/types': 7.29.7 + '@babel/types': 7.29.8 - '@babel/parser@8.0.0-rc.5': + '@babel/parser@8.0.4': dependencies: - '@babel/types': 8.0.0-rc.5 + '@babel/types': 8.0.4 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.25.2)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -15629,24 +14943,24 @@ snapshots: dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@7.29.7)': dependencies: @@ -15661,12 +14975,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -15679,11 +14993,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -15691,16 +15005,16 @@ snapshots: dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.7)': + '@babel/plugin-proposal-decorators@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.7) + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.29.7) + '@babel/plugin-syntax-decorators': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color @@ -15715,9 +15029,9 @@ snapshots: '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -15725,12 +15039,12 @@ snapshots: '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.7)': dependencies: @@ -15740,24 +15054,24 @@ snapshots: '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.7)': + '@babel/plugin-syntax-decorators@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -15765,17 +15079,17 @@ snapshots: '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@7.29.7)': dependencies: @@ -15785,17 +15099,12 @@ snapshots: '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)': dependencies: @@ -15805,29 +15114,19 @@ snapshots: '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.7)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -15840,92 +15139,82 @@ snapshots: '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)': dependencies: @@ -15944,10 +15233,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@7.29.7)': dependencies: @@ -15957,10 +15246,10 @@ snapshots: '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.25.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -15969,16 +15258,16 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.25.2) + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -15991,31 +15280,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-class-properties@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16027,11 +15316,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16043,15 +15332,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-classes@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-globals': 7.28.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.25.2) - '@babel/traverse': 7.29.0 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.25.2) + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -16063,15 +15352,15 @@ snapshots: '@babel/helper-globals': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/template': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/template': 7.29.7 '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16079,11 +15368,11 @@ snapshots: '@babel/helper-plugin-utils': 7.29.7 '@babel/template': 7.29.7 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.25.2)': + '@babel/plugin-transform-destructuring@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -16091,15 +15380,15 @@ snapshots: dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16107,21 +15396,21 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.25.2)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16129,10 +15418,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16147,31 +15436,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-for-of@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color @@ -16183,12 +15472,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-function-name@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -16197,55 +15486,55 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-json-strings@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-json-strings@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-literals@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16257,11 +15546,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16273,31 +15562,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.25.2)': + '@babel/plugin-transform-modules-systemjs@7.29.8(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-systemjs@7.29.8(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16309,11 +15598,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.25.2)': + '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16321,44 +15610,44 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-new-target@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-new-target@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.25.2) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.25.2) - '@babel/traverse': 7.29.0 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.25.2) + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color @@ -16369,15 +15658,15 @@ snapshots: '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-object-super@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -16389,21 +15678,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color @@ -16415,21 +15704,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.25.2)': + '@babel/plugin-transform-parameters@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-parameters@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-private-methods@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16441,12 +15730,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color @@ -16459,10 +15748,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-property-literals@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-property-literals@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16481,15 +15770,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-react-jsx-self@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-react-jsx-source@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16498,7 +15787,7 @@ snapshots: '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/types': 7.29.7 + '@babel/types': 7.29.8 transitivePeerDependencies: - supports-color @@ -16508,12 +15797,12 @@ snapshots: '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.25.2)': + '@babel/plugin-transform-regenerator@7.29.8(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-regenerator@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-regenerator@7.29.8(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -16524,10 +15813,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16537,12 +15826,12 @@ snapshots: '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.25.2) babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.25.2) - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -16554,29 +15843,29 @@ snapshots: babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.7) babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-spread@7.29.8(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-spread@7.29.7(@babel/core@7.29.7)': + '@babel/plugin-transform-spread@7.29.8(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -16584,58 +15873,36 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-template-literals@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-template-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.7)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.7) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.7) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-typescript@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 @@ -16647,21 +15914,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16669,11 +15936,11 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.25.2)': + '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16681,11 +15948,11 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.25.2)': + '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@7.29.7)': dependencies: @@ -16695,24 +15962,24 @@ snapshots: '@babel/preset-env@7.25.3(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.29.0 + '@babel/compat-data': 7.29.7 '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.25.2) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.25.2) + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@7.25.2) '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.25.2) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) @@ -16724,61 +15991,61 @@ snapshots: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.25.2) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.25.2) '@babel/plugin-transform-async-generator-functions': 7.25.0(@babel/core@7.25.2) '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.25.2) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.25.2) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.25.2) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.25.2) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.25.2) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-function-name': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-literals': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-systemjs': 7.29.8(@babel/core@7.25.2) + '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-new-target': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-super': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-regenerator': 7.29.8(@babel/core@7.25.2) + '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-spread': 7.29.8(@babel/core@7.25.2) + '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@7.25.2) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.25.2) babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.25.2) - core-js-compat: 3.49.0 - semver: 7.7.4 + core-js-compat: 3.50.0 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -16824,7 +16091,7 @@ snapshots: '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-systemjs': 7.29.8(@babel/core@7.29.7) '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-new-target': 7.29.7(@babel/core@7.29.7) @@ -16838,11 +16105,11 @@ snapshots: '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-regenerator': 7.29.8(@babel/core@7.29.7) '@babel/plugin-transform-regexp-modifiers': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.8(@babel/core@7.29.7) '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@7.29.7) @@ -16854,8 +16121,8 @@ snapshots: babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) babel-plugin-polyfill-corejs3: 0.14.2(@babel/core@7.29.7) babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) - core-js-compat: 3.49.0 - semver: 7.7.4 + core-js-compat: 3.50.0 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -16863,14 +16130,14 @@ snapshots: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.29.7 - '@babel/types': 7.29.7 + '@babel/types': 7.29.8 esutils: 2.0.3 '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/types': 7.29.7 + '@babel/types': 7.29.8 esutils: 2.0.3 '@babel/preset-react@7.29.7(@babel/core@7.29.7)': @@ -16902,56 +16169,33 @@ snapshots: '@babel/runtime@7.29.7': {} - '@babel/template@7.28.6': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/parser': 7.29.2 - '@babel/types': 7.29.0 - '@babel/template@7.29.7': dependencies: '@babel/code-frame': 7.29.7 - '@babel/parser': 7.29.7 - '@babel/types': 7.29.7 - - '@babel/traverse@7.29.0': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.29.2 - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 - debug: 4.4.3(supports-color@5.5.0) - transitivePeerDependencies: - - supports-color + '@babel/parser': 7.29.8 + '@babel/types': 7.29.8 - '@babel/traverse@7.29.7': + '@babel/traverse@7.29.8': dependencies: '@babel/code-frame': 7.29.7 - '@babel/generator': 7.29.7 + '@babel/generator': 7.29.8 '@babel/helper-globals': 7.29.7 - '@babel/parser': 7.29.7 + '@babel/parser': 7.29.8 '@babel/template': 7.29.7 - '@babel/types': 7.29.7 - debug: 4.4.3(supports-color@5.5.0) + '@babel/types': 7.29.8 + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color - '@babel/types@7.29.0': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - - '@babel/types@7.29.7': + '@babel/types@7.29.8': dependencies: '@babel/helper-string-parser': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 - '@babel/types@8.0.0-rc.5': + '@babel/types@8.0.4': dependencies: - '@babel/helper-string-parser': 8.0.0-rc.5 - '@babel/helper-validator-identifier': 8.0.0-rc.5 + '@babel/helper-string-parser': 8.0.0 + '@babel/helper-validator-identifier': 8.0.4 '@bcoe/v8-coverage@0.2.3': {} @@ -16959,14 +16203,14 @@ snapshots: dependencies: css-tree: 3.2.1 - '@cacheable/memory@2.0.8': + '@cacheable/memory@2.2.0': dependencies: - '@cacheable/utils': 2.4.1 + '@cacheable/utils': 2.5.0 '@keyv/bigmap': 1.3.1(keyv@5.6.0) hookified: 1.15.1 keyv: 5.6.0 - '@cacheable/utils@2.4.1': + '@cacheable/utils@2.5.0': dependencies: hashery: 1.5.1 keyv: 5.6.0 @@ -17347,7 +16591,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@ckeditor/ckeditor5-inspector@5.0.1': {} + '@ckeditor/ckeditor5-inspector@5.0.3': {} '@ckeditor/ckeditor5-language@47.5.0': dependencies: @@ -17620,26 +16864,21 @@ snapshots: ckeditor5: 47.5.0 es-toolkit: 1.39.5 - '@colordx/core@5.2.0': {} + '@colordx/core@5.5.0': {} '@colors/colors@1.5.0': {} - '@csstools/color-helpers@6.0.2': {} - - '@csstools/css-calc@3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': - dependencies: - '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) - '@csstools/css-tokenizer': 4.0.0 + '@csstools/color-helpers@6.1.0': {} - '@csstools/css-calc@3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': + '@csstools/css-calc@3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/css-color-parser@4.1.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': + '@csstools/css-color-parser@4.1.10(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)': dependencies: - '@csstools/color-helpers': 6.0.2 - '@csstools/css-calc': 3.2.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/color-helpers': 6.1.0 + '@csstools/css-calc': 3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 @@ -17647,11 +16886,7 @@ snapshots: dependencies: '@csstools/css-tokenizer': 4.0.0 - '@csstools/css-syntax-patches-for-csstree@1.1.3(css-tree@3.2.1)': - optionalDependencies: - css-tree: 3.2.1 - - '@csstools/css-syntax-patches-for-csstree@1.1.5(css-tree@3.2.1)': + '@csstools/css-syntax-patches-for-csstree@1.1.7(css-tree@3.2.1)': optionalDependencies: css-tree: 3.2.1 @@ -17662,810 +16897,781 @@ snapshots: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/selector-resolve-nested@4.0.0(postcss-selector-parser@7.1.1)': + '@csstools/selector-resolve-nested@4.0.1(postcss-selector-parser@7.1.5)': dependencies: - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.5 - '@csstools/selector-specificity@6.0.0(postcss-selector-parser@7.1.1)': + '@csstools/selector-specificity@6.0.0(postcss-selector-parser@7.1.5)': dependencies: - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.5 '@discoveryjs/json-ext@0.6.1': {} - '@ecl/accordion@5.0.0-RC6': + '@ecl/accordion@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 + '@ecl/icon': 5.1.0 - '@ecl/add-to-calendar@5.0.0-RC6': + '@ecl/add-to-calendar@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 + '@ecl/icon': 5.1.0 - '@ecl/animated-numbers@5.0.0-RC6': + '@ecl/animated-numbers@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 - '@ecl/banner@5.0.0-RC6(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759)': + '@ecl/banner@5.1.0(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759)': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/video': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/video': 5.1.0 - '@ecl/blockquote@5.0.0-RC6': + '@ecl/blockquote@5.1.0': dependencies: - '@ecl/picture': 5.0.0-RC6 + '@ecl/picture': 5.1.0 - '@ecl/breadcrumb@5.0.0-RC6': + '@ecl/breadcrumb@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 - '@ecl/builder@5.0.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': + '@ecl/builder@5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': dependencies: '@babel/core': 7.29.7 '@babel/eslint-parser': 7.29.7(@babel/core@7.29.7)(eslint@9.39.2(jiti@1.21.7)) '@babel/plugin-transform-runtime': 7.29.7(@babel/core@7.29.7) '@babel/preset-env': 7.29.7(@babel/core@7.29.7) '@babel/runtime': 7.29.7 - '@rollup/plugin-babel': 7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.62.0) - '@rollup/plugin-commonjs': 29.0.3(rollup@4.62.0) - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.62.0) - '@rollup/plugin-replace': 6.0.3(rollup@4.62.0) - '@rollup/plugin-terser': 1.0.0(rollup@4.62.0) - autoprefixer: 10.5.0(postcss@8.5.15) + '@rollup/plugin-babel': 7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.62.2) + '@rollup/plugin-commonjs': 29.0.3(rollup@4.62.2) + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.62.2) + '@rollup/plugin-replace': 6.0.3(rollup@4.62.2) + '@rollup/plugin-terser': 1.0.0(rollup@4.62.2) + autoprefixer: 10.5.2(postcss@8.5.19) browser-sync: 3.0.4 - browserslist: 4.28.2 + browserslist: 4.28.6 commander: 15.0.0 - cssnano: 7.1.7(postcss@8.5.15) - fs-extra: 11.3.5 + cssnano: 7.1.7(postcss@8.5.19) + fs-extra: 11.3.6 globby: 14.1.0 - postcss: 8.5.15 + postcss: 8.5.19 postcss-banner: 4.0.1 - postcss-input-range: 6.0.0(postcss@8.5.15) - rollup: 4.62.0 - rollup-plugin-external-globals: 0.13.0(rollup@4.62.0) + postcss-input-range: 6.0.0(postcss@8.5.19) + rollup: 4.62.2 + rollup-plugin-external-globals: 0.13.0(rollup@4.62.2) rollup-plugin-svg: 2.0.0 + rollup-plugin-visualizer: 7.0.1(rolldown@1.2.3)(rollup@4.62.2) sass: 1.101.0 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/builder@5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': - dependencies: - '@babel/core': 7.29.7 - '@babel/eslint-parser': 7.29.7(@babel/core@7.29.7)(eslint@9.39.2(jiti@1.21.7)) - '@babel/plugin-transform-runtime': 7.29.7(@babel/core@7.29.7) - '@babel/preset-env': 7.29.7(@babel/core@7.29.7) - '@babel/runtime': 7.29.7 - '@rollup/plugin-babel': 7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.61.0) - '@rollup/plugin-commonjs': 29.0.3(rollup@4.61.0) - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.61.0) - '@rollup/plugin-replace': 6.0.3(rollup@4.61.0) - '@rollup/plugin-terser': 1.0.0(rollup@4.61.0) - autoprefixer: 10.5.0(postcss@8.5.15) - browser-sync: 3.0.4 - browserslist: 4.28.2 - commander: 14.0.3 - cssnano: 7.1.7(postcss@8.5.15) - fs-extra: 11.3.5 - globby: 14.1.0 - postcss: 8.5.15 - postcss-banner: 4.0.1 - postcss-input-range: 6.0.0(postcss@8.5.15) - rollup: 4.61.0 - rollup-plugin-external-globals: 0.13.0(rollup@4.61.0) - rollup-plugin-svg: 2.0.0 - sass: 1.100.0 - transitivePeerDependencies: - - '@types/babel__core' - - bufferutil - - debug - - eslint - - supports-color - - utf-8-validate - - '@ecl/button@5.0.0-RC6': + '@ecl/button@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 - '@ecl/indicator': 5.0.0-RC6 + '@ecl/icon': 5.1.0 + '@ecl/indicator': 5.1.0 - '@ecl/card@5.0.0-RC6': + '@ecl/card@5.1.0': dependencies: - '@ecl/content-block': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 + '@ecl/content-block': 5.1.0 + '@ecl/picture': 5.1.0 - '@ecl/carousel@5.0.0-RC6(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373)': + '@ecl/carousel@5.1.0(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373)': dependencies: - '@ecl/banner': 5.0.0-RC6(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 + '@ecl/banner': 5.1.0(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 - '@ecl/category-filter@5.0.0-RC6': + '@ecl/category-filter@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 - '@ecl/checkbox@5.0.0-RC6': + '@ecl/checkbox@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 + '@ecl/icon': 5.1.0 - '@ecl/color-modes@5.0.0-RC6': {} + '@ecl/color-modes@5.1.0': {} - '@ecl/content-block@5.0.0-RC6': + '@ecl/content-block@5.1.0': dependencies: - '@ecl/description-list': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/label': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/description-list': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/label': 5.1.0 + '@ecl/link': 5.1.0 - '@ecl/content-item@5.0.0-RC6': + '@ecl/content-item@5.1.0': dependencies: - '@ecl/content-block': 5.0.0-RC6 - '@ecl/date-block': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 + '@ecl/content-block': 5.1.0 + '@ecl/date-block': 5.1.0 + '@ecl/picture': 5.1.0 - '@ecl/date-block@5.0.0-RC6': {} + '@ecl/date-block@5.1.0': {} - '@ecl/datepicker@5.0.0-RC6': {} + '@ecl/datepicker@5.1.0': {} - '@ecl/description-list@5.0.0-RC6': + '@ecl/description-list@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/tag': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/tag': 5.1.0 - '@ecl/dom-utils@5.0.0-RC6': {} + '@ecl/dom-utils@5.1.0': {} - '@ecl/event-manager@5.0.0-RC6': {} + '@ecl/event-manager@5.1.0': {} - '@ecl/expandable@5.0.0-RC6': + '@ecl/expandable@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 - '@ecl/fact-figures@5.0.0-RC6': + '@ecl/fact-figures@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 - '@ecl/featured-item@5.0.0-RC6': + '@ecl/featured-item@5.1.0': dependencies: - '@ecl/link': 5.0.0-RC6 - '@ecl/media-container': 5.0.0-RC6 + '@ecl/link': 5.1.0 + '@ecl/media-container': 5.1.0 - '@ecl/file-upload@5.0.0-RC6': + '@ecl/file-upload@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 - '@ecl/file@5.0.0-RC6': + '@ecl/file@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/description-list': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/label': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/description-list': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/label': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/picture': 5.1.0 - '@ecl/form-group@5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': + '@ecl/form-group@5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': dependencies: - '@ecl/checkbox': 5.0.0-RC6 - '@ecl/datepicker': 5.0.0-RC6 - '@ecl/file-upload': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/radio': 5.0.0-RC6 - '@ecl/range': 5.0.0-RC6 - '@ecl/rating-field': 5.0.0-RC6 - '@ecl/select': 5.0.0-RC6(patch_hash=71e0f930158c534c95bffa0ac7409233517c96f1bd0d823e94525466ceab8076)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/text-area': 5.0.0-RC6 - '@ecl/text-input': 5.0.0-RC6 + '@ecl/checkbox': 5.1.0 + '@ecl/datepicker': 5.1.0 + '@ecl/file-upload': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/radio': 5.1.0 + '@ecl/range': 5.1.0 + '@ecl/rating-field': 5.1.0 + '@ecl/select': 5.1.0(patch_hash=90600884102a755e087577be808da2a3545ebcdc268c63e011c83ece2ce86991)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/text-area': 5.1.0 + '@ecl/text-input': 5.1.0 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/gallery@5.0.0-RC6': + '@ecl/gallery@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/video': 5.0.0-RC6 - focus-trap: 8.2.1 - - '@ecl/grid@5.0.0': {} + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/video': 5.1.0 + focus-trap: 8.2.2 - '@ecl/grid@5.0.0-RC6': {} + '@ecl/grid@5.1.0': {} - '@ecl/highlight-box@5.0.0-RC6': + '@ecl/highlight-box@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 + '@ecl/icon': 5.1.0 - '@ecl/icon@5.0.0': {} - - '@ecl/icon@5.0.0-RC6': {} + '@ecl/highlighted-search@5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': + dependencies: + '@ecl/button': 5.1.0 + '@ecl/form-group': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/icon': 5.1.0 + '@ecl/tag': 5.1.0 + transitivePeerDependencies: + - '@types/babel__core' + - bufferutil + - debug + - eslint + - rolldown + - supports-color + - utf-8-validate - '@ecl/indicator@5.0.0': {} + '@ecl/icon@5.1.0': {} - '@ecl/indicator@5.0.0-RC6': {} + '@ecl/indicator@5.1.0': {} - '@ecl/inpage-navigation@5.0.0-RC6': + '@ecl/inpage-navigation@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 gumshoejs: 5.1.2 stickyfilljs: 2.1.0 - '@ecl/label@5.0.0-RC6': {} - - '@ecl/layout-form@5.0.0-RC6': - dependencies: - '@ecl/grid': 5.0.0-RC6 + '@ecl/label@5.1.0': {} - '@ecl/layout-wrapper@5.0.0-RC6': + '@ecl/layout-form@5.1.0': dependencies: - '@ecl/card': 5.0.0-RC6 - '@ecl/content-item': 5.0.0-RC6 - '@ecl/file': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/list-illustration': 5.0.0-RC6 - '@ecl/navigation-list': 5.0.0-RC6 + '@ecl/grid': 5.1.0 - '@ecl/link@5.0.0': + '@ecl/layout-wrapper@5.1.0': dependencies: - '@ecl/icon': 5.0.0 - '@ecl/indicator': 5.0.0 + '@ecl/card': 5.1.0 + '@ecl/content-item': 5.1.0 + '@ecl/file': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/list-illustration': 5.1.0 + '@ecl/navigation-list': 5.1.0 - '@ecl/link@5.0.0-RC6': + '@ecl/link@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 - '@ecl/indicator': 5.0.0-RC6 + '@ecl/icon': 5.1.0 + '@ecl/indicator': 5.1.0 - '@ecl/list-illustration@5.0.0-RC6': + '@ecl/list-illustration@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 + '@ecl/icon': 5.1.0 + '@ecl/picture': 5.1.0 - '@ecl/media-container@5.0.0-RC6': + '@ecl/media-container@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/expandable': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/video': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/expandable': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/video': 5.1.0 - '@ecl/mega-menu@5.0.0-RC6': + '@ecl/mega-menu@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - focus-trap: 8.2.1 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/picture': 5.1.0 + focus-trap: 8.2.2 - '@ecl/menu@5.0.0-RC6': + '@ecl/menu@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/link': 5.1.0 bowser: 2.14.1 - focus-trap: 8.2.1 - - '@ecl/mixins-color@5.0.0-RC6': {} - - '@ecl/mixins-typography@5.0.0': - dependencies: - '@ecl/grid': 5.0.0 - - '@ecl/mixins-typography@5.0.0-RC6': - dependencies: - '@ecl/grid': 5.0.0-RC6 - - '@ecl/modal@5.0.0-RC6': - dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - focus-trap: 8.2.1 - - '@ecl/navigation-list@5.0.0-RC6': - dependencies: - '@ecl/content-block': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - - '@ecl/news-ticker@5.0.0-RC6': - dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - - '@ecl/notification@5.0.0-RC6': - dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - - '@ecl/ordered-list@5.0.0-RC6': {} - - '@ecl/page-header@5.0.0-RC6': - dependencies: - '@ecl/breadcrumb': 5.0.0-RC6 - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - - '@ecl/page-information@5.0.0-RC6': {} - - '@ecl/page-summary@5.0.0-RC6': - dependencies: - '@ecl/icon': 5.0.0-RC6 - - '@ecl/pagination@5.0.0-RC6': - dependencies: - '@ecl/link': 5.0.0-RC6 - - '@ecl/picture@5.0.0': {} - - '@ecl/picture@5.0.0-RC6': {} - - '@ecl/popover@5.0.0-RC6': - dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - - '@ecl/preset-ec@5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': - dependencies: - '@ecl/accordion': 5.0.0-RC6 - '@ecl/add-to-calendar': 5.0.0-RC6 - '@ecl/animated-numbers': 5.0.0-RC6 - '@ecl/banner': 5.0.0-RC6(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) - '@ecl/blockquote': 5.0.0-RC6 - '@ecl/breadcrumb': 5.0.0-RC6 - '@ecl/button': 5.0.0-RC6 - '@ecl/card': 5.0.0-RC6 - '@ecl/carousel': 5.0.0-RC6(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373) - '@ecl/category-filter': 5.0.0-RC6 - '@ecl/checkbox': 5.0.0-RC6 - '@ecl/color-modes': 5.0.0-RC6 - '@ecl/content-block': 5.0.0-RC6 - '@ecl/content-item': 5.0.0-RC6 - '@ecl/date-block': 5.0.0-RC6 - '@ecl/datepicker': 5.0.0-RC6 - '@ecl/description-list': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/expandable': 5.0.0-RC6 - '@ecl/fact-figures': 5.0.0-RC6 - '@ecl/featured-item': 5.0.0-RC6 - '@ecl/file': 5.0.0-RC6 - '@ecl/file-upload': 5.0.0-RC6 - '@ecl/form-group': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/gallery': 5.0.0-RC6 - '@ecl/grid': 5.0.0-RC6 - '@ecl/highlight-box': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/indicator': 5.0.0-RC6 - '@ecl/inpage-navigation': 5.0.0-RC6 - '@ecl/label': 5.0.0-RC6 - '@ecl/layout-form': 5.0.0-RC6 - '@ecl/layout-wrapper': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/list-illustration': 5.0.0-RC6 - '@ecl/media-container': 5.0.0-RC6 - '@ecl/mega-menu': 5.0.0-RC6 - '@ecl/menu': 5.0.0-RC6 - '@ecl/mixins-color': 5.0.0-RC6 - '@ecl/mixins-typography': 5.0.0-RC6 - '@ecl/modal': 5.0.0-RC6 - '@ecl/navigation-list': 5.0.0-RC6 - '@ecl/news-ticker': 5.0.0-RC6 - '@ecl/notification': 5.0.0-RC6 - '@ecl/ordered-list': 5.0.0-RC6 - '@ecl/page-header': 5.0.0-RC6 - '@ecl/page-information': 5.0.0-RC6 - '@ecl/page-summary': 5.0.0-RC6 - '@ecl/pagination': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/popover': 5.0.0-RC6 - '@ecl/quiz': 5.0.0-RC6 - '@ecl/radio': 5.0.0-RC6 - '@ecl/range': 5.0.0-RC6 - '@ecl/rating-field': 5.0.0-RC6 - '@ecl/search-form': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/select': 5.0.0-RC6(patch_hash=71e0f930158c534c95bffa0ac7409233517c96f1bd0d823e94525466ceab8076)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/separator': 5.0.0-RC6 - '@ecl/site-footer': 5.0.0-RC6 - '@ecl/site-header': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/skip-link': 5.0.0-RC6 - '@ecl/slogan-ticker': 5.0.0-RC6 - '@ecl/social-media-follow': 5.0.0-RC6 - '@ecl/spinner': 5.0.0-RC6 - '@ecl/splash-page': 5.0.0-RC6 - '@ecl/spotlight': 5.0.0-RC6 - '@ecl/table': 5.0.0-RC6(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/tabs': 5.0.0-RC6(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a) - '@ecl/tag': 5.0.0-RC6 - '@ecl/text-area': 5.0.0-RC6 - '@ecl/text-input': 5.0.0-RC6 - '@ecl/text-media': 5.0.0-RC6 - '@ecl/theme-ec': 5.0.0-RC6 - '@ecl/timeline': 5.0.0-RC6 - '@ecl/tooltip': 5.0.0-RC6 - '@ecl/unordered-list': 5.0.0-RC6 - '@ecl/utility-background': 5.0.0-RC6 - '@ecl/utility-border': 5.0.0-RC6 - '@ecl/utility-clearfix': 5.0.0-RC6 - '@ecl/utility-dimension': 5.0.0-RC6 - '@ecl/utility-disablescroll': 5.0.0-RC6 - '@ecl/utility-display': 5.0.0-RC6 - '@ecl/utility-flex': 5.0.0-RC6 - '@ecl/utility-float': 5.0.0-RC6 - '@ecl/utility-media': 5.0.0-RC6 - '@ecl/utility-print': 5.0.0-RC6 - '@ecl/utility-screen-reader': 5.0.0-RC6 - '@ecl/utility-shadow': 5.0.0-RC6 - '@ecl/utility-spacing': 5.0.0-RC6 - '@ecl/utility-typography': 5.0.0-RC6 - '@ecl/utility-z-index': 5.0.0-RC6 - '@ecl/video': 5.0.0-RC6 + focus-trap: 8.2.2 + + '@ecl/mixins-color@5.1.0': {} + + '@ecl/mixins-typography@5.1.0': + dependencies: + '@ecl/grid': 5.1.0 + + '@ecl/modal@5.1.0': + dependencies: + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + focus-trap: 8.2.2 + + '@ecl/navigation-list@5.1.0': + dependencies: + '@ecl/content-block': 5.1.0 + '@ecl/picture': 5.1.0 + + '@ecl/news-ticker@5.1.0': + dependencies: + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 + + '@ecl/notification@5.1.0': + dependencies: + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 + + '@ecl/ordered-list@5.1.0': {} + + '@ecl/page-header@5.1.0': + dependencies: + '@ecl/breadcrumb': 5.1.0 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/picture': 5.1.0 + + '@ecl/page-information@5.1.0': {} + + '@ecl/page-summary@5.1.0': + dependencies: + '@ecl/icon': 5.1.0 + + '@ecl/pagination@5.1.0': + dependencies: + '@ecl/link': 5.1.0 + + '@ecl/picture@5.1.0': {} + + '@ecl/popover@5.1.0': + dependencies: + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/link': 5.1.0 + + '@ecl/preset-ec@5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': + dependencies: + '@ecl/accordion': 5.1.0 + '@ecl/add-to-calendar': 5.1.0 + '@ecl/animated-numbers': 5.1.0 + '@ecl/banner': 5.1.0(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) + '@ecl/blockquote': 5.1.0 + '@ecl/breadcrumb': 5.1.0 + '@ecl/button': 5.1.0 + '@ecl/card': 5.1.0 + '@ecl/carousel': 5.1.0(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373) + '@ecl/category-filter': 5.1.0 + '@ecl/checkbox': 5.1.0 + '@ecl/color-modes': 5.1.0 + '@ecl/content-block': 5.1.0 + '@ecl/content-item': 5.1.0 + '@ecl/date-block': 5.1.0 + '@ecl/datepicker': 5.1.0 + '@ecl/description-list': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/expandable': 5.1.0 + '@ecl/fact-figures': 5.1.0 + '@ecl/featured-item': 5.1.0 + '@ecl/file': 5.1.0 + '@ecl/file-upload': 5.1.0 + '@ecl/form-group': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/gallery': 5.1.0 + '@ecl/grid': 5.1.0 + '@ecl/highlight-box': 5.1.0 + '@ecl/highlighted-search': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/icon': 5.1.0 + '@ecl/indicator': 5.1.0 + '@ecl/inpage-navigation': 5.1.0 + '@ecl/label': 5.1.0 + '@ecl/layout-form': 5.1.0 + '@ecl/layout-wrapper': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/list-illustration': 5.1.0 + '@ecl/media-container': 5.1.0 + '@ecl/mega-menu': 5.1.0 + '@ecl/menu': 5.1.0 + '@ecl/mixins-color': 5.1.0 + '@ecl/mixins-typography': 5.1.0 + '@ecl/modal': 5.1.0 + '@ecl/navigation-list': 5.1.0 + '@ecl/news-ticker': 5.1.0 + '@ecl/notification': 5.1.0 + '@ecl/ordered-list': 5.1.0 + '@ecl/page-header': 5.1.0 + '@ecl/page-information': 5.1.0 + '@ecl/page-summary': 5.1.0 + '@ecl/pagination': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/popover': 5.1.0 + '@ecl/quiz': 5.1.0 + '@ecl/radio': 5.1.0 + '@ecl/range': 5.1.0 + '@ecl/rating-field': 5.1.0 + '@ecl/search-form': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/select': 5.1.0(patch_hash=90600884102a755e087577be808da2a3545ebcdc268c63e011c83ece2ce86991)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/separator': 5.1.0 + '@ecl/site-footer': 5.1.0 + '@ecl/site-header': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/skip-link': 5.1.0 + '@ecl/slogan-ticker': 5.1.0 + '@ecl/social-media-follow': 5.1.0 + '@ecl/spinner': 5.1.0 + '@ecl/splash-page': 5.1.0 + '@ecl/spotlight': 5.1.0 + '@ecl/story-card': 5.1.0 + '@ecl/table': 5.1.0(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/tabs': 5.1.0(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a) + '@ecl/tag': 5.1.0 + '@ecl/text-area': 5.1.0 + '@ecl/text-input': 5.1.0 + '@ecl/text-media': 5.1.0 + '@ecl/theme-ec': 5.1.0 + '@ecl/timeline': 5.1.0 + '@ecl/tooltip': 5.1.0 + '@ecl/unordered-list': 5.1.0 + '@ecl/utility-background': 5.1.0 + '@ecl/utility-border': 5.1.0 + '@ecl/utility-clearfix': 5.1.0 + '@ecl/utility-dimension': 5.1.0 + '@ecl/utility-disablescroll': 5.1.0 + '@ecl/utility-display': 5.1.0 + '@ecl/utility-flex': 5.1.0 + '@ecl/utility-float': 5.1.0 + '@ecl/utility-media': 5.1.0 + '@ecl/utility-print': 5.1.0 + '@ecl/utility-screen-reader': 5.1.0 + '@ecl/utility-shadow': 5.1.0 + '@ecl/utility-spacing': 5.1.0 + '@ecl/utility-typography': 5.1.0 + '@ecl/utility-z-index': 5.1.0 + '@ecl/video': 5.1.0 normalize.css: 8.0.1 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/preset-eu@5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': - dependencies: - '@ecl/accordion': 5.0.0-RC6 - '@ecl/add-to-calendar': 5.0.0-RC6 - '@ecl/animated-numbers': 5.0.0-RC6 - '@ecl/banner': 5.0.0-RC6(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) - '@ecl/blockquote': 5.0.0-RC6 - '@ecl/breadcrumb': 5.0.0-RC6 - '@ecl/button': 5.0.0-RC6 - '@ecl/card': 5.0.0-RC6 - '@ecl/carousel': 5.0.0-RC6(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373) - '@ecl/category-filter': 5.0.0-RC6 - '@ecl/checkbox': 5.0.0-RC6 - '@ecl/content-block': 5.0.0-RC6 - '@ecl/content-item': 5.0.0-RC6 - '@ecl/date-block': 5.0.0-RC6 - '@ecl/datepicker': 5.0.0-RC6 - '@ecl/description-list': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/expandable': 5.0.0-RC6 - '@ecl/fact-figures': 5.0.0-RC6 - '@ecl/featured-item': 5.0.0-RC6 - '@ecl/file': 5.0.0-RC6 - '@ecl/file-upload': 5.0.0-RC6 - '@ecl/form-group': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/gallery': 5.0.0-RC6 - '@ecl/grid': 5.0.0-RC6 - '@ecl/highlight-box': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/indicator': 5.0.0-RC6 - '@ecl/inpage-navigation': 5.0.0-RC6 - '@ecl/label': 5.0.0-RC6 - '@ecl/layout-form': 5.0.0-RC6 - '@ecl/layout-wrapper': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/list-illustration': 5.0.0-RC6 - '@ecl/media-container': 5.0.0-RC6 - '@ecl/mega-menu': 5.0.0-RC6 - '@ecl/menu': 5.0.0-RC6 - '@ecl/mixins-color': 5.0.0-RC6 - '@ecl/mixins-typography': 5.0.0-RC6 - '@ecl/modal': 5.0.0-RC6 - '@ecl/navigation-list': 5.0.0-RC6 - '@ecl/news-ticker': 5.0.0-RC6 - '@ecl/notification': 5.0.0-RC6 - '@ecl/ordered-list': 5.0.0-RC6 - '@ecl/page-header': 5.0.0-RC6 - '@ecl/page-information': 5.0.0-RC6 - '@ecl/page-summary': 5.0.0-RC6 - '@ecl/pagination': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/popover': 5.0.0-RC6 - '@ecl/quiz': 5.0.0-RC6 - '@ecl/radio': 5.0.0-RC6 - '@ecl/range': 5.0.0-RC6 - '@ecl/rating-field': 5.0.0-RC6 - '@ecl/search-form': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/select': 5.0.0-RC6(patch_hash=71e0f930158c534c95bffa0ac7409233517c96f1bd0d823e94525466ceab8076)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/separator': 5.0.0-RC6 - '@ecl/site-footer': 5.0.0-RC6 - '@ecl/site-header': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/skip-link': 5.0.0-RC6 - '@ecl/slogan-ticker': 5.0.0-RC6 - '@ecl/social-media-follow': 5.0.0-RC6 - '@ecl/spinner': 5.0.0-RC6 - '@ecl/splash-page': 5.0.0-RC6 - '@ecl/spotlight': 5.0.0-RC6 - '@ecl/table': 5.0.0-RC6(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/tabs': 5.0.0-RC6(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a) - '@ecl/tag': 5.0.0-RC6 - '@ecl/text-area': 5.0.0-RC6 - '@ecl/text-input': 5.0.0-RC6 - '@ecl/text-media': 5.0.0-RC6 - '@ecl/theme-eu': 5.0.0-RC6 - '@ecl/timeline': 5.0.0-RC6 - '@ecl/tooltip': 5.0.0-RC6 - '@ecl/unordered-list': 5.0.0-RC6 - '@ecl/utility-background': 5.0.0-RC6 - '@ecl/utility-border': 5.0.0-RC6 - '@ecl/utility-clearfix': 5.0.0-RC6 - '@ecl/utility-dimension': 5.0.0-RC6 - '@ecl/utility-disablescroll': 5.0.0-RC6 - '@ecl/utility-display': 5.0.0-RC6 - '@ecl/utility-flex': 5.0.0-RC6 - '@ecl/utility-float': 5.0.0-RC6 - '@ecl/utility-media': 5.0.0-RC6 - '@ecl/utility-print': 5.0.0-RC6 - '@ecl/utility-screen-reader': 5.0.0-RC6 - '@ecl/utility-shadow': 5.0.0-RC6 - '@ecl/utility-spacing': 5.0.0-RC6 - '@ecl/utility-typography': 5.0.0-RC6 - '@ecl/utility-z-index': 5.0.0-RC6 - '@ecl/video': 5.0.0-RC6 + '@ecl/preset-eu@5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': + dependencies: + '@ecl/accordion': 5.1.0 + '@ecl/add-to-calendar': 5.1.0 + '@ecl/animated-numbers': 5.1.0 + '@ecl/banner': 5.1.0(patch_hash=476b7ae78e95674e1bd19c6f2ce04e541fbbcdd9b28bcad13e0424a735e3d759) + '@ecl/blockquote': 5.1.0 + '@ecl/breadcrumb': 5.1.0 + '@ecl/button': 5.1.0 + '@ecl/card': 5.1.0 + '@ecl/carousel': 5.1.0(patch_hash=fc353c2aaf48b4de529ef25b08d11f551a109b7a45ebb6cfe1366967369c0373) + '@ecl/category-filter': 5.1.0 + '@ecl/checkbox': 5.1.0 + '@ecl/content-block': 5.1.0 + '@ecl/content-item': 5.1.0 + '@ecl/date-block': 5.1.0 + '@ecl/datepicker': 5.1.0 + '@ecl/description-list': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/expandable': 5.1.0 + '@ecl/fact-figures': 5.1.0 + '@ecl/featured-item': 5.1.0 + '@ecl/file': 5.1.0 + '@ecl/file-upload': 5.1.0 + '@ecl/form-group': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/gallery': 5.1.0 + '@ecl/grid': 5.1.0 + '@ecl/highlight-box': 5.1.0 + '@ecl/highlighted-search': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/icon': 5.1.0 + '@ecl/indicator': 5.1.0 + '@ecl/inpage-navigation': 5.1.0 + '@ecl/label': 5.1.0 + '@ecl/layout-form': 5.1.0 + '@ecl/layout-wrapper': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/list-illustration': 5.1.0 + '@ecl/media-container': 5.1.0 + '@ecl/mega-menu': 5.1.0 + '@ecl/menu': 5.1.0 + '@ecl/mixins-color': 5.1.0 + '@ecl/mixins-typography': 5.1.0 + '@ecl/modal': 5.1.0 + '@ecl/navigation-list': 5.1.0 + '@ecl/news-ticker': 5.1.0 + '@ecl/notification': 5.1.0 + '@ecl/ordered-list': 5.1.0 + '@ecl/page-header': 5.1.0 + '@ecl/page-information': 5.1.0 + '@ecl/page-summary': 5.1.0 + '@ecl/pagination': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/popover': 5.1.0 + '@ecl/quiz': 5.1.0 + '@ecl/radio': 5.1.0 + '@ecl/range': 5.1.0 + '@ecl/rating-field': 5.1.0 + '@ecl/search-form': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/select': 5.1.0(patch_hash=90600884102a755e087577be808da2a3545ebcdc268c63e011c83ece2ce86991)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/separator': 5.1.0 + '@ecl/site-footer': 5.1.0 + '@ecl/site-header': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/skip-link': 5.1.0 + '@ecl/slogan-ticker': 5.1.0 + '@ecl/social-media-follow': 5.1.0 + '@ecl/spinner': 5.1.0 + '@ecl/splash-page': 5.1.0 + '@ecl/spotlight': 5.1.0 + '@ecl/story-card': 5.1.0 + '@ecl/table': 5.1.0(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/tabs': 5.1.0(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a) + '@ecl/tag': 5.1.0 + '@ecl/text-area': 5.1.0 + '@ecl/text-input': 5.1.0 + '@ecl/text-media': 5.1.0 + '@ecl/theme-eu': 5.1.0 + '@ecl/timeline': 5.1.0 + '@ecl/tooltip': 5.1.0 + '@ecl/unordered-list': 5.1.0 + '@ecl/utility-background': 5.1.0 + '@ecl/utility-border': 5.1.0 + '@ecl/utility-clearfix': 5.1.0 + '@ecl/utility-dimension': 5.1.0 + '@ecl/utility-disablescroll': 5.1.0 + '@ecl/utility-display': 5.1.0 + '@ecl/utility-flex': 5.1.0 + '@ecl/utility-float': 5.1.0 + '@ecl/utility-media': 5.1.0 + '@ecl/utility-print': 5.1.0 + '@ecl/utility-screen-reader': 5.1.0 + '@ecl/utility-shadow': 5.1.0 + '@ecl/utility-spacing': 5.1.0 + '@ecl/utility-typography': 5.1.0 + '@ecl/utility-z-index': 5.1.0 + '@ecl/video': 5.1.0 normalize.css: 8.0.1 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/quiz@5.0.0-RC6': + '@ecl/quiz@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 embla-carousel: 9.0.0-rc02 embla-carousel-accessibility: 9.0.0-rc02(embla-carousel@9.0.0-rc02) - '@ecl/radio@5.0.0-RC6': {} + '@ecl/radio@5.1.0': {} - '@ecl/range@5.0.0-RC6': + '@ecl/range@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 - '@ecl/rating-field@5.0.0-RC6': + '@ecl/rating-field@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 + '@ecl/icon': 5.1.0 - '@ecl/resources-ec-logo@5.0.0': {} + '@ecl/resources-ec-logo@5.1.0': {} - '@ecl/resources-ec-logo@5.0.0-RC6': {} + '@ecl/resources-eu-logo@5.1.0': {} - '@ecl/resources-eu-logo@5.0.0': {} + '@ecl/resources-icons@5.1.0': {} - '@ecl/resources-eu-logo@5.0.0-RC6': {} - - '@ecl/resources-icons@5.0.0-RC6': {} - - '@ecl/search-form@5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': + '@ecl/search-form@5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/form-group': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) + '@ecl/button': 5.1.0 + '@ecl/form-group': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/select@5.0.0-RC6(patch_hash=71e0f930158c534c95bffa0ac7409233517c96f1bd0d823e94525466ceab8076)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': + '@ecl/select@5.1.0(patch_hash=90600884102a755e087577be808da2a3545ebcdc268c63e011c83ece2ce86991)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': dependencies: - '@ecl/builder': 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 + '@ecl/builder': 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/separator@5.0.0-RC6': {} - - '@ecl/site-footer@5.0.0': - dependencies: - '@ecl/link': 5.0.0 - '@ecl/picture': 5.0.0 - '@ecl/social-media-follow': 5.0.0 + '@ecl/separator@5.1.0': {} - '@ecl/site-footer@5.0.0-RC6': + '@ecl/site-footer@5.1.0': dependencies: - '@ecl/link': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/social-media-follow': 5.0.0-RC6 + '@ecl/link': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/social-media-follow': 5.1.0 - '@ecl/site-header@5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': + '@ecl/site-header@5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/icon': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 - '@ecl/mega-menu': 5.0.0-RC6 - '@ecl/menu': 5.0.0-RC6 - '@ecl/notification': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - '@ecl/search-form': 5.0.0-RC6(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - focus-trap: 8.2.1 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/icon': 5.1.0 + '@ecl/link': 5.1.0 + '@ecl/mega-menu': 5.1.0 + '@ecl/menu': 5.1.0 + '@ecl/notification': 5.1.0 + '@ecl/picture': 5.1.0 + '@ecl/search-form': 5.1.0(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + focus-trap: 8.2.2 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/skip-link@5.0.0-RC6': + '@ecl/skip-link@5.1.0': dependencies: - '@ecl/link': 5.0.0-RC6 + '@ecl/link': 5.1.0 - '@ecl/slogan-ticker@5.0.0-RC6': + '@ecl/slogan-ticker@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 embla-carousel: 9.0.0-rc02 embla-carousel-auto-scroll: 9.0.0-rc02(embla-carousel@9.0.0-rc02) - '@ecl/social-media-follow@5.0.0': + '@ecl/social-media-follow@5.1.0': dependencies: - '@ecl/link': 5.0.0 + '@ecl/link': 5.1.0 - '@ecl/social-media-follow@5.0.0-RC6': - dependencies: - '@ecl/link': 5.0.0-RC6 + '@ecl/spinner@5.1.0': {} - '@ecl/spinner@5.0.0-RC6': {} + '@ecl/splash-page@5.1.0': + dependencies: + '@ecl/link': 5.1.0 + '@ecl/picture': 5.1.0 - '@ecl/splash-page@5.0.0-RC6': + '@ecl/spotlight@5.1.0': dependencies: - '@ecl/link': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 + '@ecl/picture': 5.1.0 - '@ecl/spotlight@5.0.0-RC6': + '@ecl/story-card@5.1.0': dependencies: - '@ecl/picture': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + embla-carousel: 9.0.0-rc02 - '@ecl/table@5.0.0-RC6(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))': + '@ecl/table@5.1.0(patch_hash=a2360457d26d7487ebb37094806893f593b21f5d36309c0fec1d110a108b7f77)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3)': dependencies: - '@ecl/builder': 5.0.0-RC6(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7)) - '@ecl/dom-utils': 5.0.0-RC6 + '@ecl/builder': 5.1.0(patch_hash=8c6a0c71bd0fb3a07d589ce348593f4bd7e40881c564b74d670668559b51d904)(@types/babel__core@7.20.5)(eslint@9.39.2(jiti@1.21.7))(rolldown@1.2.3) + '@ecl/dom-utils': 5.1.0 transitivePeerDependencies: - '@types/babel__core' - bufferutil - debug - eslint + - rolldown - supports-color - utf-8-validate - '@ecl/tabs@5.0.0-RC6(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a)': + '@ecl/tabs@5.1.0(patch_hash=2da6491b1f40429f722e0171484c00aab1abf0623944e03ada8a26c4965aee5a)': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 - '@ecl/event-manager': 5.0.0-RC6 - '@ecl/link': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 + '@ecl/event-manager': 5.1.0 + '@ecl/link': 5.1.0 - '@ecl/tag@5.0.0-RC6': + '@ecl/tag@5.1.0': dependencies: - '@ecl/icon': 5.0.0-RC6 + '@ecl/icon': 5.1.0 - '@ecl/text-area@5.0.0-RC6': {} + '@ecl/text-area@5.1.0': {} - '@ecl/text-input@5.0.0-RC6': {} + '@ecl/text-input@5.1.0': {} - '@ecl/text-media@5.0.0-RC6': + '@ecl/text-media@5.1.0': dependencies: - '@ecl/link': 5.0.0-RC6 - '@ecl/media-container': 5.0.0-RC6 - '@ecl/mixins-typography': 5.0.0-RC6 - '@ecl/picture': 5.0.0-RC6 - - '@ecl/theme-ec@5.0.0': {} + '@ecl/link': 5.1.0 + '@ecl/media-container': 5.1.0 + '@ecl/mixins-typography': 5.1.0 + '@ecl/picture': 5.1.0 - '@ecl/theme-ec@5.0.0-RC6': {} + '@ecl/theme-ec@5.1.0': {} - '@ecl/theme-eu@5.0.0': {} + '@ecl/theme-eu@5.1.0': {} - '@ecl/theme-eu@5.0.0-RC6': {} - - '@ecl/timeline@5.0.0-RC6': + '@ecl/timeline@5.1.0': dependencies: - '@ecl/button': 5.0.0-RC6 - '@ecl/dom-utils': 5.0.0-RC6 + '@ecl/button': 5.1.0 + '@ecl/dom-utils': 5.1.0 - '@ecl/tooltip@5.0.0-RC6': + '@ecl/tooltip@5.1.0': dependencies: - '@ecl/dom-utils': 5.0.0-RC6 + '@ecl/dom-utils': 5.1.0 - '@ecl/unordered-list@5.0.0-RC6': {} + '@ecl/unordered-list@5.1.0': {} - '@ecl/utility-background@5.0.0-RC6': + '@ecl/utility-background@5.1.0': dependencies: - '@ecl/mixins-color': 5.0.0-RC6 + '@ecl/mixins-color': 5.1.0 - '@ecl/utility-border@5.0.0-RC6': + '@ecl/utility-border@5.1.0': dependencies: - '@ecl/mixins-color': 5.0.0-RC6 + '@ecl/mixins-color': 5.1.0 - '@ecl/utility-clearfix@5.0.0-RC6': {} + '@ecl/utility-clearfix@5.1.0': {} - '@ecl/utility-dimension@5.0.0-RC6': {} + '@ecl/utility-dimension@5.1.0': {} - '@ecl/utility-disablescroll@5.0.0-RC6': {} + '@ecl/utility-disablescroll@5.1.0': {} - '@ecl/utility-display@5.0.0-RC6': + '@ecl/utility-display@5.1.0': dependencies: - '@ecl/grid': 5.0.0-RC6 + '@ecl/grid': 5.1.0 - '@ecl/utility-flex@5.0.0-RC6': + '@ecl/utility-flex@5.1.0': dependencies: - '@ecl/grid': 5.0.0-RC6 + '@ecl/grid': 5.1.0 - '@ecl/utility-float@5.0.0-RC6': {} + '@ecl/utility-float@5.1.0': {} - '@ecl/utility-media@5.0.0-RC6': + '@ecl/utility-media@5.1.0': dependencies: - '@ecl/grid': 5.0.0-RC6 + '@ecl/grid': 5.1.0 - '@ecl/utility-print@5.0.0-RC6': {} + '@ecl/utility-print@5.1.0': {} - '@ecl/utility-screen-reader@5.0.0-RC6': {} + '@ecl/utility-screen-reader@5.1.0': {} - '@ecl/utility-shadow@5.0.0-RC6': {} + '@ecl/utility-shadow@5.1.0': {} - '@ecl/utility-spacing@5.0.0-RC6': + '@ecl/utility-spacing@5.1.0': dependencies: - '@ecl/grid': 5.0.0-RC6 + '@ecl/grid': 5.1.0 - '@ecl/utility-typography@5.0.0-RC6': + '@ecl/utility-typography@5.1.0': dependencies: - '@ecl/grid': 5.0.0-RC6 - '@ecl/mixins-color': 5.0.0-RC6 - '@ecl/mixins-typography': 5.0.0-RC6 + '@ecl/grid': 5.1.0 + '@ecl/mixins-color': 5.1.0 + '@ecl/mixins-typography': 5.1.0 - '@ecl/utility-z-index@5.0.0-RC6': {} + '@ecl/utility-z-index@5.1.0': {} - '@ecl/video@5.0.0-RC6': {} + '@ecl/video@5.1.0': {} - '@emnapi/core@1.10.0': + '@emnapi/core@1.11.2': dependencies: - '@emnapi/wasi-threads': 1.2.1 + '@emnapi/wasi-threads': 1.2.2 + tslib: 2.8.1 + optional: true + + '@emnapi/core@1.4.5': + dependencies: + '@emnapi/wasi-threads': 1.0.4 tslib: 2.8.1 '@emnapi/core@1.9.2': @@ -18474,7 +17680,12 @@ snapshots: tslib: 2.8.1 optional: true - '@emnapi/runtime@1.10.0': + '@emnapi/runtime@1.11.2': + dependencies: + tslib: 2.8.1 + optional: true + + '@emnapi/runtime@1.4.5': dependencies: tslib: 2.8.1 @@ -18483,9 +17694,19 @@ snapshots: tslib: 2.8.1 optional: true + '@emnapi/wasi-threads@1.0.4': + dependencies: + tslib: 2.8.1 + '@emnapi/wasi-threads@1.2.1': dependencies: tslib: 2.8.1 + optional: true + + '@emnapi/wasi-threads@1.2.2': + dependencies: + tslib: 2.8.1 + optional: true '@emotion/unitless@0.10.0': {} @@ -18500,7 +17721,7 @@ snapshots: '@esbuild/aix-ppc64@0.23.1': optional: true - '@esbuild/aix-ppc64@0.27.7': + '@esbuild/aix-ppc64@0.28.1': optional: true '@esbuild/android-arm64@0.21.5': @@ -18512,7 +17733,7 @@ snapshots: '@esbuild/android-arm64@0.23.1': optional: true - '@esbuild/android-arm64@0.27.7': + '@esbuild/android-arm64@0.28.1': optional: true '@esbuild/android-arm@0.21.5': @@ -18524,7 +17745,7 @@ snapshots: '@esbuild/android-arm@0.23.1': optional: true - '@esbuild/android-arm@0.27.7': + '@esbuild/android-arm@0.28.1': optional: true '@esbuild/android-x64@0.21.5': @@ -18536,7 +17757,7 @@ snapshots: '@esbuild/android-x64@0.23.1': optional: true - '@esbuild/android-x64@0.27.7': + '@esbuild/android-x64@0.28.1': optional: true '@esbuild/darwin-arm64@0.21.5': @@ -18548,7 +17769,7 @@ snapshots: '@esbuild/darwin-arm64@0.23.1': optional: true - '@esbuild/darwin-arm64@0.27.7': + '@esbuild/darwin-arm64@0.28.1': optional: true '@esbuild/darwin-x64@0.21.5': @@ -18560,7 +17781,7 @@ snapshots: '@esbuild/darwin-x64@0.23.1': optional: true - '@esbuild/darwin-x64@0.27.7': + '@esbuild/darwin-x64@0.28.1': optional: true '@esbuild/freebsd-arm64@0.21.5': @@ -18572,7 +17793,7 @@ snapshots: '@esbuild/freebsd-arm64@0.23.1': optional: true - '@esbuild/freebsd-arm64@0.27.7': + '@esbuild/freebsd-arm64@0.28.1': optional: true '@esbuild/freebsd-x64@0.21.5': @@ -18584,7 +17805,7 @@ snapshots: '@esbuild/freebsd-x64@0.23.1': optional: true - '@esbuild/freebsd-x64@0.27.7': + '@esbuild/freebsd-x64@0.28.1': optional: true '@esbuild/linux-arm64@0.21.5': @@ -18596,7 +17817,7 @@ snapshots: '@esbuild/linux-arm64@0.23.1': optional: true - '@esbuild/linux-arm64@0.27.7': + '@esbuild/linux-arm64@0.28.1': optional: true '@esbuild/linux-arm@0.21.5': @@ -18608,7 +17829,7 @@ snapshots: '@esbuild/linux-arm@0.23.1': optional: true - '@esbuild/linux-arm@0.27.7': + '@esbuild/linux-arm@0.28.1': optional: true '@esbuild/linux-ia32@0.21.5': @@ -18620,7 +17841,7 @@ snapshots: '@esbuild/linux-ia32@0.23.1': optional: true - '@esbuild/linux-ia32@0.27.7': + '@esbuild/linux-ia32@0.28.1': optional: true '@esbuild/linux-loong64@0.21.5': @@ -18632,7 +17853,7 @@ snapshots: '@esbuild/linux-loong64@0.23.1': optional: true - '@esbuild/linux-loong64@0.27.7': + '@esbuild/linux-loong64@0.28.1': optional: true '@esbuild/linux-mips64el@0.21.5': @@ -18644,7 +17865,7 @@ snapshots: '@esbuild/linux-mips64el@0.23.1': optional: true - '@esbuild/linux-mips64el@0.27.7': + '@esbuild/linux-mips64el@0.28.1': optional: true '@esbuild/linux-ppc64@0.21.5': @@ -18656,7 +17877,7 @@ snapshots: '@esbuild/linux-ppc64@0.23.1': optional: true - '@esbuild/linux-ppc64@0.27.7': + '@esbuild/linux-ppc64@0.28.1': optional: true '@esbuild/linux-riscv64@0.21.5': @@ -18668,7 +17889,7 @@ snapshots: '@esbuild/linux-riscv64@0.23.1': optional: true - '@esbuild/linux-riscv64@0.27.7': + '@esbuild/linux-riscv64@0.28.1': optional: true '@esbuild/linux-s390x@0.21.5': @@ -18680,7 +17901,7 @@ snapshots: '@esbuild/linux-s390x@0.23.1': optional: true - '@esbuild/linux-s390x@0.27.7': + '@esbuild/linux-s390x@0.28.1': optional: true '@esbuild/linux-x64@0.21.5': @@ -18692,10 +17913,10 @@ snapshots: '@esbuild/linux-x64@0.23.1': optional: true - '@esbuild/linux-x64@0.27.7': + '@esbuild/linux-x64@0.28.1': optional: true - '@esbuild/netbsd-arm64@0.27.7': + '@esbuild/netbsd-arm64@0.28.1': optional: true '@esbuild/netbsd-x64@0.21.5': @@ -18707,7 +17928,7 @@ snapshots: '@esbuild/netbsd-x64@0.23.1': optional: true - '@esbuild/netbsd-x64@0.27.7': + '@esbuild/netbsd-x64@0.28.1': optional: true '@esbuild/openbsd-arm64@0.23.0': @@ -18716,7 +17937,7 @@ snapshots: '@esbuild/openbsd-arm64@0.23.1': optional: true - '@esbuild/openbsd-arm64@0.27.7': + '@esbuild/openbsd-arm64@0.28.1': optional: true '@esbuild/openbsd-x64@0.21.5': @@ -18728,10 +17949,10 @@ snapshots: '@esbuild/openbsd-x64@0.23.1': optional: true - '@esbuild/openbsd-x64@0.27.7': + '@esbuild/openbsd-x64@0.28.1': optional: true - '@esbuild/openharmony-arm64@0.27.7': + '@esbuild/openharmony-arm64@0.28.1': optional: true '@esbuild/sunos-x64@0.21.5': @@ -18743,7 +17964,7 @@ snapshots: '@esbuild/sunos-x64@0.23.1': optional: true - '@esbuild/sunos-x64@0.27.7': + '@esbuild/sunos-x64@0.28.1': optional: true '@esbuild/win32-arm64@0.21.5': @@ -18755,7 +17976,7 @@ snapshots: '@esbuild/win32-arm64@0.23.1': optional: true - '@esbuild/win32-arm64@0.27.7': + '@esbuild/win32-arm64@0.28.1': optional: true '@esbuild/win32-ia32@0.21.5': @@ -18767,7 +17988,7 @@ snapshots: '@esbuild/win32-ia32@0.23.1': optional: true - '@esbuild/win32-ia32@0.27.7': + '@esbuild/win32-ia32@0.28.1': optional: true '@esbuild/win32-x64@0.21.5': @@ -18779,15 +18000,15 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true - '@esbuild/win32-x64@0.27.7': + '@esbuild/win32-x64@0.28.1': optional: true - '@eslint-community/eslint-utils@4.9.1(eslint@8.45.0)': + '@eslint-community/eslint-utils@4.10.1(eslint@8.45.0)': dependencies: eslint: 8.45.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@1.21.7))': + '@eslint-community/eslint-utils@4.10.1(eslint@9.39.2(jiti@1.21.7))': dependencies: eslint: 9.39.2(jiti@1.21.7) eslint-visitor-keys: 3.4.3 @@ -18797,7 +18018,7 @@ snapshots: '@eslint/config-array@0.21.2': dependencies: '@eslint/object-schema': 2.1.7 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) minimatch: 3.1.5 transitivePeerDependencies: - supports-color @@ -18812,27 +18033,27 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: - ajv: 6.14.0 - debug: 4.4.3(supports-color@5.5.0) + ajv: 6.15.0 + debug: 4.4.3(supports-color@7.2.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.1.1 + js-yaml: 4.3.1 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - '@eslint/eslintrc@3.3.5': + '@eslint/eslintrc@3.3.6': dependencies: - ajv: 6.14.0 - debug: 4.4.3(supports-color@5.5.0) + ajv: 6.15.0 + debug: 4.4.3(supports-color@7.2.0) espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.1.1 + js-yaml: 4.3.1 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -18849,7 +18070,7 @@ snapshots: '@eslint/core': 0.17.0 levn: 0.4.1 - '@exodus/bytes@1.15.0': {} + '@exodus/bytes@1.15.1': {} '@gar/promise-retry@1.0.3': {} @@ -18870,7 +18091,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) minimatch: 3.1.5 transitivePeerDependencies: - supports-color @@ -18938,7 +18159,7 @@ snapshots: '@inquirer/figures': 1.0.15 '@inquirer/type': 2.0.0 '@types/mute-stream': 0.0.4 - '@types/node': 22.19.17 + '@types/node': 22.20.1 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 cli-width: 4.1.0 @@ -18978,8 +18199,8 @@ snapshots: '@inquirer/external-editor@1.0.3(@types/node@25.9.2)': dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.2 + chardet: 2.2.0 + iconv-lite: 0.7.3 optionalDependencies: '@types/node': 25.9.2 @@ -19122,7 +18343,7 @@ snapshots: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 - js-yaml: 3.14.2 + js-yaml: 3.15.1 resolve-from: 5.0.0 '@istanbuljs/schema@0.1.6': {} @@ -19171,7 +18392,9 @@ snapshots: - supports-color - ts-node - '@jest/diff-sequences@30.3.0': {} + '@jest/diff-sequences@30.0.1': {} + + '@jest/diff-sequences@30.4.0': {} '@jest/environment@28.1.3': dependencies: @@ -19242,11 +18465,11 @@ snapshots: '@jest/schemas@28.1.3': dependencies: - '@sinclair/typebox': 0.24.51 + '@sinclair/typebox': 0.24.52 - '@jest/schemas@30.0.5': + '@jest/schemas@30.4.1': dependencies: - '@sinclair/typebox': 0.34.49 + '@sinclair/typebox': 0.34.52 '@jest/source-map@28.1.2': dependencies: @@ -19321,132 +18544,133 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/base64@17.67.0(tslib@2.6.3)': + '@jsonjoy.com/base64@17.67.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@17.67.0(tslib@2.6.3)': + '@jsonjoy.com/buffers@17.67.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@17.67.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@17.67.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/fs-core@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-core@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - thingies: 2.6.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/fs-node-builtins': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + thingies: 2.6.1(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/fs-fsa@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-fsa@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - thingies: 2.6.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/fs-core': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + thingies: 2.6.1(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/fs-node-builtins@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-node-builtins@4.68.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/fs-node-to-fsa@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-node-to-fsa@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-fsa': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/fs-fsa': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/fs-node-utils@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-node-utils@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/fs-node-builtins': 4.68.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/fs-node@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-node@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-print': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-snapshot': 4.57.2(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.6.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/fs-core': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.68.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.6.1(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/fs-print@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-print@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/fs-snapshot@4.57.2(tslib@2.6.3)': + '@jsonjoy.com/fs-snapshot@4.68.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/json-pack': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/util': 17.67.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@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.6.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.6.1(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pack@17.67.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@17.67.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/buffers': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/codegen': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/util': 17.67.0(tslib@2.6.3) + '@jsonjoy.com/base64': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/codegen': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.6.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.6.1(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.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@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/json-pointer@17.67.0(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@17.67.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/util': 17.67.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@17.67.0(tslib@2.6.3)': + '@jsonjoy.com/util@17.67.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 17.67.0(tslib@2.6.3) - '@jsonjoy.com/codegen': 17.67.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/codegen': 17.67.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.1(keyv@5.6.0)': dependencies: @@ -19487,26 +18711,29 @@ snapshots: '@mdx-js/react@3.1.1(@types/react@18.2.48)(react@18.2.0)': dependencies: - '@types/mdx': 2.0.13 + '@types/mdx': 2.0.14 '@types/react': 18.2.48 react: 18.2.0 - '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.4': + optional: true + + '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.4': optional: true - '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3': + '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.4': optional: true - '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3': + '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.4': optional: true - '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3': + '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.4': optional: true - '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3': + '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.4': optional: true - '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3': + '@napi-rs/lzma-linux-x64-gnu@1.5.1': optional: true '@napi-rs/nice-android-arm-eabi@1.1.1': @@ -19583,29 +18810,29 @@ snapshots: '@napi-rs/wasm-runtime@0.2.4': dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 + '@emnapi/core': 1.4.5 + '@emnapi/runtime': 1.4.5 '@tybys/wasm-util': 0.9.0 - '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': + '@napi-rs/wasm-runtime@1.2.2(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.2)': dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 - '@tybys/wasm-util': 0.10.1 + '@emnapi/core': 1.11.2 + '@emnapi/runtime': 1.11.2 + '@tybys/wasm-util': 0.10.3 optional: true - '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': + '@napi-rs/wasm-runtime@1.2.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': dependencies: '@emnapi/core': 1.9.2 '@emnapi/runtime': 1.9.2 - '@tybys/wasm-util': 0.10.1 + '@tybys/wasm-util': 0.10.3 optional: true - '@ngtools/webpack@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0))': + '@ngtools/webpack@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41))': dependencies: '@angular/compiler-cli': 18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5) typescript: 5.4.5 - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': dependencies: @@ -19633,12 +18860,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/agent@4.0.0': + '@npmcli/agent@4.0.2': dependencies: agent-base: 7.1.4 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 - lru-cache: 11.3.5 + lru-cache: 11.5.2 socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color @@ -19659,22 +18886,22 @@ snapshots: bin-links: 5.0.0 cacache: 20.0.4 common-ancestor-path: 1.0.1 - hosted-git-info: 9.0.2 + hosted-git-info: 9.0.3 json-stringify-nice: 1.1.4 - lru-cache: 11.3.5 - minimatch: 10.2.5 + lru-cache: 11.5.2 + minimatch: 10.2.6 nopt: 8.1.0 npm-install-checks: 7.1.2 npm-package-arg: 13.0.1 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.0 - pacote: 21.5.0 + pacote: 21.5.1 parse-conflict-json: 4.0.0 proc-log: 5.0.0 proggy: 3.0.0 promise-all-reject-late: 1.0.1 promise-call-limit: 3.0.2 - semver: 7.7.4 + semver: 7.8.5 ssri: 12.0.0 treeverse: 3.0.0 walk-up-path: 4.0.0 @@ -19684,19 +18911,19 @@ snapshots: '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 - semver: 7.7.4 + semver: 7.8.5 '@npmcli/fs@3.1.1': dependencies: - semver: 7.7.4 + semver: 7.8.5 '@npmcli/fs@4.0.0': dependencies: - semver: 7.7.4 + semver: 7.8.5 '@npmcli/fs@5.0.0': dependencies: - semver: 7.7.4 + semver: 7.8.5 '@npmcli/git@5.0.8': dependencies: @@ -19707,7 +18934,7 @@ snapshots: proc-log: 4.2.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.7.4 + semver: 7.8.5 which: 4.0.0 transitivePeerDependencies: - bluebird @@ -19720,7 +18947,7 @@ snapshots: npm-pick-manifest: 10.0.0 proc-log: 5.0.0 promise-retry: 2.0.1 - semver: 7.7.4 + semver: 7.8.5 which: 5.0.0 '@npmcli/git@7.0.2': @@ -19728,10 +18955,10 @@ snapshots: '@gar/promise-retry': 1.0.3 '@npmcli/promise-spawn': 9.0.1 ini: 6.0.0 - lru-cache: 11.3.5 + lru-cache: 11.5.2 npm-pick-manifest: 11.0.3 proc-log: 6.1.0 - semver: 7.7.4 + semver: 7.8.5 which: 6.0.1 '@npmcli/installed-package-contents@2.1.0': @@ -19754,15 +18981,15 @@ snapshots: '@npmcli/name-from-folder': 4.0.0 '@npmcli/package-json': 7.0.2 glob: 13.0.6 - minimatch: 10.2.5 + minimatch: 10.2.6 '@npmcli/metavuln-calculator@9.0.3': dependencies: cacache: 20.0.4 json-parse-even-better-errors: 5.0.0 - pacote: 21.5.0 + pacote: 21.5.1 proc-log: 6.1.0 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -19789,7 +19016,7 @@ snapshots: json-parse-even-better-errors: 3.0.2 normalize-package-data: 6.0.2 proc-log: 4.2.0 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - bluebird @@ -19797,10 +19024,10 @@ snapshots: dependencies: '@npmcli/git': 7.0.2 glob: 11.1.0 - hosted-git-info: 9.0.2 + hosted-git-info: 9.0.3 json-parse-even-better-errors: 5.0.0 proc-log: 6.1.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 '@npmcli/promise-spawn@7.0.2': @@ -19817,7 +19044,7 @@ snapshots: '@npmcli/query@4.0.1': dependencies: - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.5 '@npmcli/redact@2.0.1': {} @@ -19830,11 +19057,9 @@ snapshots: '@npmcli/node-gyp': 5.0.0 '@npmcli/package-json': 7.0.2 '@npmcli/promise-spawn': 9.0.1 - node-gyp: 12.2.0 + node-gyp: 12.4.0 proc-log: 6.1.0 which: 6.0.1 - transitivePeerDependencies: - - supports-color '@npmcli/run-script@8.1.0': dependencies: @@ -19848,45 +19073,45 @@ snapshots: - bluebird - supports-color - '@nx/devkit@22.6.5(nx@22.6.5)': + '@nx/devkit@22.7.8(nx@22.7.8)': dependencies: '@zkochan/js-yaml': 0.0.7 ejs: 5.0.1 enquirer: 2.3.6 - minimatch: 10.2.4 - nx: 22.6.5 - semver: 7.7.4 + minimatch: 10.2.5 + nx: 22.7.8 + semver: 7.8.5 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/nx-darwin-arm64@22.6.5': + '@nx/nx-darwin-arm64@22.7.8': optional: true - '@nx/nx-darwin-x64@22.6.5': + '@nx/nx-darwin-x64@22.7.8': optional: true - '@nx/nx-freebsd-x64@22.6.5': + '@nx/nx-freebsd-x64@22.7.8': optional: true - '@nx/nx-linux-arm-gnueabihf@22.6.5': + '@nx/nx-linux-arm-gnueabihf@22.7.8': optional: true - '@nx/nx-linux-arm64-gnu@22.6.5': + '@nx/nx-linux-arm64-gnu@22.7.8': optional: true - '@nx/nx-linux-arm64-musl@22.6.5': + '@nx/nx-linux-arm64-musl@22.7.8': optional: true - '@nx/nx-linux-x64-gnu@22.6.5': + '@nx/nx-linux-x64-gnu@22.7.8': optional: true - '@nx/nx-linux-x64-musl@22.6.5': + '@nx/nx-linux-x64-musl@22.7.8': optional: true - '@nx/nx-win32-arm64-msvc@22.6.5': + '@nx/nx-win32-arm64-msvc@22.7.8': optional: true - '@nx/nx-win32-x64-msvc@22.6.5': + '@nx/nx-win32-x64-msvc@22.7.8': optional: true '@octokit/auth-token@4.0.0': {} @@ -20008,7 +19233,7 @@ snapshots: dependencies: '@emnapi/core': 1.9.2 '@emnapi/runtime': 1.9.2 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) + '@napi-rs/wasm-runtime': 1.2.2(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) optional: true '@oxc-parser/binding-win32-arm64-msvc@0.127.0': @@ -20022,189 +19247,181 @@ snapshots: '@oxc-project/types@0.127.0': {} - '@oxc-project/types@0.133.0': {} + '@oxc-project/types@0.143.0': {} - '@oxc-resolver/binding-android-arm-eabi@11.19.1': + '@oxc-resolver/binding-android-arm-eabi@11.24.2': optional: true - '@oxc-resolver/binding-android-arm64@11.19.1': + '@oxc-resolver/binding-android-arm64@11.24.2': optional: true - '@oxc-resolver/binding-darwin-arm64@11.19.1': + '@oxc-resolver/binding-darwin-arm64@11.24.2': optional: true - '@oxc-resolver/binding-darwin-x64@11.19.1': + '@oxc-resolver/binding-darwin-x64@11.24.2': optional: true - '@oxc-resolver/binding-freebsd-x64@11.19.1': + '@oxc-resolver/binding-freebsd-x64@11.24.2': optional: true - '@oxc-resolver/binding-linux-arm-gnueabihf@11.19.1': + '@oxc-resolver/binding-linux-arm-gnueabihf@11.24.2': optional: true - '@oxc-resolver/binding-linux-arm-musleabihf@11.19.1': + '@oxc-resolver/binding-linux-arm-musleabihf@11.24.2': optional: true - '@oxc-resolver/binding-linux-arm64-gnu@11.19.1': + '@oxc-resolver/binding-linux-arm64-gnu@11.24.2': optional: true - '@oxc-resolver/binding-linux-arm64-musl@11.19.1': + '@oxc-resolver/binding-linux-arm64-musl@11.24.2': optional: true - '@oxc-resolver/binding-linux-ppc64-gnu@11.19.1': + '@oxc-resolver/binding-linux-ppc64-gnu@11.24.2': optional: true - '@oxc-resolver/binding-linux-riscv64-gnu@11.19.1': + '@oxc-resolver/binding-linux-riscv64-gnu@11.24.2': optional: true - '@oxc-resolver/binding-linux-riscv64-musl@11.19.1': + '@oxc-resolver/binding-linux-riscv64-musl@11.24.2': optional: true - '@oxc-resolver/binding-linux-s390x-gnu@11.19.1': + '@oxc-resolver/binding-linux-s390x-gnu@11.24.2': optional: true - '@oxc-resolver/binding-linux-x64-gnu@11.19.1': + '@oxc-resolver/binding-linux-x64-gnu@11.24.2': optional: true - '@oxc-resolver/binding-linux-x64-musl@11.19.1': + '@oxc-resolver/binding-linux-x64-musl@11.24.2': optional: true - '@oxc-resolver/binding-openharmony-arm64@11.19.1': + '@oxc-resolver/binding-openharmony-arm64@11.24.2': optional: true - '@oxc-resolver/binding-wasm32-wasi@11.19.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': + '@oxc-resolver/binding-wasm32-wasi@11.24.2': dependencies: - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) - transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - optional: true - - '@oxc-resolver/binding-win32-arm64-msvc@11.19.1': - optional: true - - '@oxc-resolver/binding-win32-ia32-msvc@11.19.1': + '@emnapi/core': 1.11.2 + '@emnapi/runtime': 1.11.2 + '@napi-rs/wasm-runtime': 1.2.2(@emnapi/core@1.11.2)(@emnapi/runtime@1.11.2) optional: true - '@oxc-resolver/binding-win32-x64-msvc@11.19.1': + '@oxc-resolver/binding-win32-arm64-msvc@11.24.2': optional: true - '@oxlint/binding-android-arm-eabi@1.68.0': + '@oxc-resolver/binding-win32-x64-msvc@11.24.2': optional: true - '@oxlint/binding-android-arm64@1.68.0': + '@oxlint/binding-android-arm-eabi@1.78.0': optional: true - '@oxlint/binding-darwin-arm64@1.68.0': + '@oxlint/binding-android-arm64@1.78.0': optional: true - '@oxlint/binding-darwin-x64@1.68.0': + '@oxlint/binding-darwin-arm64@1.78.0': optional: true - '@oxlint/binding-freebsd-x64@1.68.0': + '@oxlint/binding-darwin-x64@1.78.0': optional: true - '@oxlint/binding-linux-arm-gnueabihf@1.68.0': + '@oxlint/binding-freebsd-x64@1.78.0': optional: true - '@oxlint/binding-linux-arm-musleabihf@1.68.0': + '@oxlint/binding-linux-arm-gnueabihf@1.78.0': optional: true - '@oxlint/binding-linux-arm64-gnu@1.68.0': + '@oxlint/binding-linux-arm-musleabihf@1.78.0': optional: true - '@oxlint/binding-linux-arm64-musl@1.68.0': + '@oxlint/binding-linux-arm64-gnu@1.78.0': optional: true - '@oxlint/binding-linux-ppc64-gnu@1.68.0': + '@oxlint/binding-linux-arm64-musl@1.78.0': optional: true - '@oxlint/binding-linux-riscv64-gnu@1.68.0': + '@oxlint/binding-linux-ppc64-gnu@1.78.0': optional: true - '@oxlint/binding-linux-riscv64-musl@1.68.0': + '@oxlint/binding-linux-riscv64-gnu@1.78.0': optional: true - '@oxlint/binding-linux-s390x-gnu@1.68.0': + '@oxlint/binding-linux-riscv64-musl@1.78.0': optional: true - '@oxlint/binding-linux-x64-gnu@1.68.0': + '@oxlint/binding-linux-s390x-gnu@1.78.0': optional: true - '@oxlint/binding-linux-x64-musl@1.68.0': + '@oxlint/binding-linux-x64-gnu@1.78.0': optional: true - '@oxlint/binding-openharmony-arm64@1.68.0': + '@oxlint/binding-linux-x64-musl@1.78.0': optional: true - '@oxlint/binding-win32-arm64-msvc@1.68.0': + '@oxlint/binding-openharmony-arm64@1.78.0': optional: true - '@oxlint/binding-win32-ia32-msvc@1.68.0': + '@oxlint/binding-win32-arm64-msvc@1.78.0': optional: true - '@oxlint/binding-win32-x64-msvc@1.68.0': + '@oxlint/binding-win32-ia32-msvc@1.78.0': optional: true - '@parcel/watcher-android-arm64@2.5.6': + '@oxlint/binding-win32-x64-msvc@1.78.0': optional: true - '@parcel/watcher-darwin-arm64@2.5.6': + '@parcel/watcher-android-arm64@2.6.0': optional: true - '@parcel/watcher-darwin-x64@2.5.6': + '@parcel/watcher-darwin-arm64@2.6.0': optional: true - '@parcel/watcher-freebsd-x64@2.5.6': + '@parcel/watcher-darwin-x64@2.6.0': optional: true - '@parcel/watcher-linux-arm-glibc@2.5.6': + '@parcel/watcher-freebsd-x64@2.6.0': optional: true - '@parcel/watcher-linux-arm-musl@2.5.6': + '@parcel/watcher-linux-arm-glibc@2.6.0': optional: true - '@parcel/watcher-linux-arm64-glibc@2.5.6': + '@parcel/watcher-linux-arm-musl@2.6.0': optional: true - '@parcel/watcher-linux-arm64-musl@2.5.6': + '@parcel/watcher-linux-arm64-glibc@2.6.0': optional: true - '@parcel/watcher-linux-x64-glibc@2.5.6': + '@parcel/watcher-linux-arm64-musl@2.6.0': optional: true - '@parcel/watcher-linux-x64-musl@2.5.6': + '@parcel/watcher-linux-x64-glibc@2.6.0': optional: true - '@parcel/watcher-win32-arm64@2.5.6': + '@parcel/watcher-linux-x64-musl@2.6.0': optional: true - '@parcel/watcher-win32-ia32@2.5.6': + '@parcel/watcher-win32-arm64@2.6.0': optional: true - '@parcel/watcher-win32-x64@2.5.6': + '@parcel/watcher-win32-x64@2.6.0': optional: true - '@parcel/watcher@2.5.6': + '@parcel/watcher@2.6.0': dependencies: detect-libc: 2.1.2 is-glob: 4.0.3 node-addon-api: 7.1.1 - picomatch: 4.0.4 + picomatch: 4.0.5 optionalDependencies: - '@parcel/watcher-android-arm64': 2.5.6 - '@parcel/watcher-darwin-arm64': 2.5.6 - '@parcel/watcher-darwin-x64': 2.5.6 - '@parcel/watcher-freebsd-x64': 2.5.6 - '@parcel/watcher-linux-arm-glibc': 2.5.6 - '@parcel/watcher-linux-arm-musl': 2.5.6 - '@parcel/watcher-linux-arm64-glibc': 2.5.6 - '@parcel/watcher-linux-arm64-musl': 2.5.6 - '@parcel/watcher-linux-x64-glibc': 2.5.6 - '@parcel/watcher-linux-x64-musl': 2.5.6 - '@parcel/watcher-win32-arm64': 2.5.6 - '@parcel/watcher-win32-ia32': 2.5.6 - '@parcel/watcher-win32-x64': 2.5.6 + '@parcel/watcher-android-arm64': 2.6.0 + '@parcel/watcher-darwin-arm64': 2.6.0 + '@parcel/watcher-darwin-x64': 2.6.0 + '@parcel/watcher-freebsd-x64': 2.6.0 + '@parcel/watcher-linux-arm-glibc': 2.6.0 + '@parcel/watcher-linux-arm-musl': 2.6.0 + '@parcel/watcher-linux-arm64-glibc': 2.6.0 + '@parcel/watcher-linux-arm64-musl': 2.6.0 + '@parcel/watcher-linux-x64-glibc': 2.6.0 + '@parcel/watcher-linux-x64-musl': 2.6.0 + '@parcel/watcher-win32-arm64': 2.6.0 + '@parcel/watcher-win32-x64': 2.6.0 optional: true '@pkgjs/parseargs@0.11.0': @@ -20212,9 +19429,9 @@ snapshots: '@pkgr/core@0.3.6': {} - '@playwright/test@1.60.0': + '@playwright/test@1.62.1': dependencies: - playwright: 1.60.0 + playwright: 1.62.1 '@pnpm/config.env-replace@1.1.0': {} @@ -20222,7 +19439,7 @@ snapshots: dependencies: graceful-fs: 4.2.10 - '@pnpm/npm-conf@3.0.2': + '@pnpm/npm-conf@3.0.3': dependencies: '@pnpm/config.env-replace': 1.1.0 '@pnpm/network.ca-file': 1.0.2 @@ -20230,231 +19447,159 @@ snapshots: '@polka/url@1.0.0-next.29': {} - '@prettier/plugin-xml@3.4.2(prettier@3.8.3)': + '@prettier/plugin-xml@3.4.2(prettier@3.9.6)': dependencies: '@xml-tools/parser': 1.0.11 - prettier: 3.8.3 + prettier: 3.9.6 - '@puppeteer/browsers@3.0.4': + '@puppeteer/browsers@3.2.0': dependencies: - modern-tar: 0.7.6 - yargs: 17.7.2 - - '@rolldown/binding-android-arm64@1.0.3': - optional: true + modern-tar: 0.8.4 + yargs: 18.1.0 - '@rolldown/binding-darwin-arm64@1.0.3': + '@rolldown/binding-android-arm64@1.2.3': optional: true - '@rolldown/binding-darwin-x64@1.0.3': + '@rolldown/binding-darwin-arm64@1.2.3': optional: true - '@rolldown/binding-freebsd-x64@1.0.3': + '@rolldown/binding-darwin-x64@1.2.3': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.3': + '@rolldown/binding-freebsd-x64@1.2.3': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.3': + '@rolldown/binding-linux-arm-gnueabihf@1.2.3': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.3': + '@rolldown/binding-linux-arm64-gnu@1.2.3': optional: true - '@rolldown/binding-linux-ppc64-gnu@1.0.3': + '@rolldown/binding-linux-arm64-musl@1.2.3': optional: true - '@rolldown/binding-linux-s390x-gnu@1.0.3': + '@rolldown/binding-linux-ppc64-gnu@1.2.3': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.3': + '@rolldown/binding-linux-s390x-gnu@1.2.3': optional: true - '@rolldown/binding-linux-x64-musl@1.0.3': + '@rolldown/binding-linux-x64-gnu@1.2.3': optional: true - '@rolldown/binding-openharmony-arm64@1.0.3': + '@rolldown/binding-linux-x64-musl@1.2.3': optional: true - '@rolldown/binding-wasm32-wasi@1.0.3': - dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + '@rolldown/binding-openharmony-arm64@1.2.3': optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.3': + '@rolldown/binding-win32-arm64-msvc@1.2.3': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.3': + '@rolldown/binding-win32-x64-msvc@1.2.3': optional: true '@rolldown/pluginutils@1.0.0-beta.27': {} - '@rolldown/pluginutils@1.0.0-rc.16': {} - '@rolldown/pluginutils@1.0.1': {} - '@rollup/plugin-babel@7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.61.0)': - dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-imports': 7.29.7 - '@rollup/pluginutils': 5.3.0(rollup@4.61.0) - workerpool: 9.3.4 - optionalDependencies: - '@types/babel__core': 7.20.5 - rollup: 4.61.0 - transitivePeerDependencies: - - supports-color - - '@rollup/plugin-babel@7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.62.0)': + '@rollup/plugin-babel@7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.62.2)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 - '@rollup/pluginutils': 5.3.0(rollup@4.62.0) + '@rollup/pluginutils': 5.4.0(rollup@4.62.2) workerpool: 9.3.4 optionalDependencies: '@types/babel__core': 7.20.5 - rollup: 4.62.0 + rollup: 4.62.2 transitivePeerDependencies: - supports-color - '@rollup/plugin-commonjs@29.0.3(rollup@4.61.0)': - dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.61.0) - commondir: 1.0.1 - estree-walker: 2.0.2 - fdir: 6.5.0(picomatch@4.0.4) - is-reference: 1.2.1 - magic-string: 0.30.21 - picomatch: 4.0.4 - optionalDependencies: - rollup: 4.61.0 - - '@rollup/plugin-commonjs@29.0.3(rollup@4.62.0)': + '@rollup/plugin-commonjs@29.0.3(rollup@4.62.2)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.62.0) + '@rollup/pluginutils': 5.4.0(rollup@4.62.2) commondir: 1.0.1 estree-walker: 2.0.2 - fdir: 6.5.0(picomatch@4.0.4) + fdir: 6.5.0(picomatch@4.0.5) is-reference: 1.2.1 magic-string: 0.30.21 - picomatch: 4.0.4 - optionalDependencies: - rollup: 4.62.0 - - '@rollup/plugin-json@6.1.0(rollup@4.60.2)': - dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.60.2) + picomatch: 4.0.5 optionalDependencies: - rollup: 4.60.2 + rollup: 4.62.2 - '@rollup/plugin-node-resolve@15.3.1(rollup@4.60.2)': + '@rollup/plugin-json@6.1.0(rollup@4.62.4)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.60.2) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-module: 1.0.0 - resolve: 1.22.12 + '@rollup/pluginutils': 5.4.0(rollup@4.62.4) optionalDependencies: - rollup: 4.60.2 + rollup: 4.62.4 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.61.0)': + '@rollup/plugin-node-resolve@15.3.1(rollup@4.62.4)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.61.0) + '@rollup/pluginutils': 5.4.0(rollup@4.62.4) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.12 optionalDependencies: - rollup: 4.61.0 + rollup: 4.62.4 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.62.0)': + '@rollup/plugin-node-resolve@16.0.3(rollup@4.62.2)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.62.0) + '@rollup/pluginutils': 5.4.0(rollup@4.62.2) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.12 optionalDependencies: - rollup: 4.62.0 - - '@rollup/plugin-replace@6.0.3(rollup@4.61.0)': - dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.61.0) - magic-string: 0.30.21 - optionalDependencies: - rollup: 4.61.0 + rollup: 4.62.2 - '@rollup/plugin-replace@6.0.3(rollup@4.62.0)': + '@rollup/plugin-replace@6.0.3(rollup@4.62.2)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.62.0) + '@rollup/pluginutils': 5.4.0(rollup@4.62.2) magic-string: 0.30.21 optionalDependencies: - rollup: 4.62.0 - - '@rollup/plugin-terser@1.0.0(rollup@4.61.0)': - dependencies: - serialize-javascript: 7.0.5 - smob: 1.6.1 - terser: 5.46.1 - optionalDependencies: - rollup: 4.61.0 + rollup: 4.62.2 - '@rollup/plugin-terser@1.0.0(rollup@4.62.0)': + '@rollup/plugin-terser@1.0.0(rollup@4.62.2)': dependencies: - serialize-javascript: 7.0.5 - smob: 1.6.1 - terser: 5.46.1 + serialize-javascript: 7.0.7 + smob: 1.6.2 + terser: 5.49.2 optionalDependencies: - rollup: 4.62.0 + rollup: 4.62.2 - '@rollup/pluginutils@5.3.0(rollup@4.60.2)': + '@rollup/pluginutils@5.4.0(rollup@4.62.2)': dependencies: '@types/estree': 1.0.9 estree-walker: 2.0.2 - picomatch: 4.0.4 + picomatch: 4.0.5 optionalDependencies: - rollup: 4.60.2 + rollup: 4.62.2 - '@rollup/pluginutils@5.3.0(rollup@4.61.0)': + '@rollup/pluginutils@5.4.0(rollup@4.62.4)': dependencies: '@types/estree': 1.0.9 estree-walker: 2.0.2 - picomatch: 4.0.4 + picomatch: 4.0.5 optionalDependencies: - rollup: 4.61.0 - - '@rollup/pluginutils@5.3.0(rollup@4.62.0)': - dependencies: - '@types/estree': 1.0.9 - estree-walker: 2.0.2 - picomatch: 4.0.4 - optionalDependencies: - rollup: 4.62.0 - - '@rollup/rollup-android-arm-eabi@4.20.0': - optional: true + rollup: 4.62.4 - '@rollup/rollup-android-arm-eabi@4.60.2': + '@rollup/rollup-android-arm-eabi@4.20.0': optional: true - '@rollup/rollup-android-arm-eabi@4.61.0': + '@rollup/rollup-android-arm-eabi@4.62.2': optional: true - '@rollup/rollup-android-arm-eabi@4.62.0': + '@rollup/rollup-android-arm-eabi@4.62.4': optional: true '@rollup/rollup-android-arm64@4.20.0': optional: true - '@rollup/rollup-android-arm64@4.60.2': - optional: true - - '@rollup/rollup-android-arm64@4.61.0': + '@rollup/rollup-android-arm64@4.62.2': optional: true - '@rollup/rollup-android-arm64@4.62.0': + '@rollup/rollup-android-arm64@4.62.4': optional: true '@rollup/rollup-darwin-arm64@4.20.0': @@ -20463,13 +19608,10 @@ snapshots: '@rollup/rollup-darwin-arm64@4.44.0': optional: true - '@rollup/rollup-darwin-arm64@4.60.2': - optional: true - - '@rollup/rollup-darwin-arm64@4.61.0': + '@rollup/rollup-darwin-arm64@4.62.2': optional: true - '@rollup/rollup-darwin-arm64@4.62.0': + '@rollup/rollup-darwin-arm64@4.62.4': optional: true '@rollup/rollup-darwin-x64@4.20.0': @@ -20478,55 +19620,40 @@ snapshots: '@rollup/rollup-darwin-x64@4.44.0': optional: true - '@rollup/rollup-darwin-x64@4.60.2': - optional: true - - '@rollup/rollup-darwin-x64@4.61.0': - optional: true - - '@rollup/rollup-darwin-x64@4.62.0': - optional: true - - '@rollup/rollup-freebsd-arm64@4.60.2': + '@rollup/rollup-darwin-x64@4.62.2': optional: true - '@rollup/rollup-freebsd-arm64@4.61.0': + '@rollup/rollup-darwin-x64@4.62.4': optional: true - '@rollup/rollup-freebsd-arm64@4.62.0': + '@rollup/rollup-freebsd-arm64@4.62.2': optional: true - '@rollup/rollup-freebsd-x64@4.60.2': + '@rollup/rollup-freebsd-arm64@4.62.4': optional: true - '@rollup/rollup-freebsd-x64@4.61.0': + '@rollup/rollup-freebsd-x64@4.62.2': optional: true - '@rollup/rollup-freebsd-x64@4.62.0': + '@rollup/rollup-freebsd-x64@4.62.4': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.20.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.60.2': - optional: true - - '@rollup/rollup-linux-arm-gnueabihf@4.61.0': + '@rollup/rollup-linux-arm-gnueabihf@4.62.2': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.62.0': + '@rollup/rollup-linux-arm-gnueabihf@4.62.4': optional: true '@rollup/rollup-linux-arm-musleabihf@4.20.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.60.2': - optional: true - - '@rollup/rollup-linux-arm-musleabihf@4.61.0': + '@rollup/rollup-linux-arm-musleabihf@4.62.2': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.62.0': + '@rollup/rollup-linux-arm-musleabihf@4.62.4': optional: true '@rollup/rollup-linux-arm64-gnu@4.20.0': @@ -20535,13 +19662,10 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.44.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.60.2': - optional: true - - '@rollup/rollup-linux-arm64-gnu@4.61.0': + '@rollup/rollup-linux-arm64-gnu@4.62.2': optional: true - '@rollup/rollup-linux-arm64-gnu@4.62.0': + '@rollup/rollup-linux-arm64-gnu@4.62.4': optional: true '@rollup/rollup-linux-arm64-musl@4.20.0': @@ -20550,85 +19674,61 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.44.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.60.2': - optional: true - - '@rollup/rollup-linux-arm64-musl@4.61.0': - optional: true - - '@rollup/rollup-linux-arm64-musl@4.62.0': - optional: true - - '@rollup/rollup-linux-loong64-gnu@4.60.2': + '@rollup/rollup-linux-arm64-musl@4.62.2': optional: true - '@rollup/rollup-linux-loong64-gnu@4.61.0': + '@rollup/rollup-linux-arm64-musl@4.62.4': optional: true - '@rollup/rollup-linux-loong64-gnu@4.62.0': + '@rollup/rollup-linux-loong64-gnu@4.62.2': optional: true - '@rollup/rollup-linux-loong64-musl@4.60.2': + '@rollup/rollup-linux-loong64-gnu@4.62.4': optional: true - '@rollup/rollup-linux-loong64-musl@4.61.0': + '@rollup/rollup-linux-loong64-musl@4.62.2': optional: true - '@rollup/rollup-linux-loong64-musl@4.62.0': + '@rollup/rollup-linux-loong64-musl@4.62.4': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.60.2': - optional: true - - '@rollup/rollup-linux-ppc64-gnu@4.61.0': - optional: true - - '@rollup/rollup-linux-ppc64-gnu@4.62.0': + '@rollup/rollup-linux-ppc64-gnu@4.62.2': optional: true - '@rollup/rollup-linux-ppc64-musl@4.60.2': + '@rollup/rollup-linux-ppc64-gnu@4.62.4': optional: true - '@rollup/rollup-linux-ppc64-musl@4.61.0': + '@rollup/rollup-linux-ppc64-musl@4.62.2': optional: true - '@rollup/rollup-linux-ppc64-musl@4.62.0': + '@rollup/rollup-linux-ppc64-musl@4.62.4': optional: true '@rollup/rollup-linux-riscv64-gnu@4.20.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.60.2': - optional: true - - '@rollup/rollup-linux-riscv64-gnu@4.61.0': - optional: true - - '@rollup/rollup-linux-riscv64-gnu@4.62.0': + '@rollup/rollup-linux-riscv64-gnu@4.62.2': optional: true - '@rollup/rollup-linux-riscv64-musl@4.60.2': + '@rollup/rollup-linux-riscv64-gnu@4.62.4': optional: true - '@rollup/rollup-linux-riscv64-musl@4.61.0': + '@rollup/rollup-linux-riscv64-musl@4.62.2': optional: true - '@rollup/rollup-linux-riscv64-musl@4.62.0': + '@rollup/rollup-linux-riscv64-musl@4.62.4': optional: true '@rollup/rollup-linux-s390x-gnu@4.20.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.60.2': - optional: true - - '@rollup/rollup-linux-s390x-gnu@4.61.0': + '@rollup/rollup-linux-s390x-gnu@4.62.2': optional: true - '@rollup/rollup-linux-s390x-gnu@4.62.0': + '@rollup/rollup-linux-s390x-gnu@4.62.4': optional: true '@rollup/rollup-linux-x64-gnu@4.20.0': @@ -20637,13 +19737,10 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.44.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.60.2': - optional: true - - '@rollup/rollup-linux-x64-gnu@4.61.0': + '@rollup/rollup-linux-x64-gnu@4.62.2': optional: true - '@rollup/rollup-linux-x64-gnu@4.62.0': + '@rollup/rollup-linux-x64-gnu@4.62.4': optional: true '@rollup/rollup-linux-x64-musl@4.20.0': @@ -20652,31 +19749,22 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.44.0': optional: true - '@rollup/rollup-linux-x64-musl@4.60.2': - optional: true - - '@rollup/rollup-linux-x64-musl@4.61.0': - optional: true - - '@rollup/rollup-linux-x64-musl@4.62.0': - optional: true - - '@rollup/rollup-openbsd-x64@4.60.2': + '@rollup/rollup-linux-x64-musl@4.62.2': optional: true - '@rollup/rollup-openbsd-x64@4.61.0': + '@rollup/rollup-linux-x64-musl@4.62.4': optional: true - '@rollup/rollup-openbsd-x64@4.62.0': + '@rollup/rollup-openbsd-x64@4.62.2': optional: true - '@rollup/rollup-openharmony-arm64@4.60.2': + '@rollup/rollup-openbsd-x64@4.62.4': optional: true - '@rollup/rollup-openharmony-arm64@4.61.0': + '@rollup/rollup-openharmony-arm64@4.62.2': optional: true - '@rollup/rollup-openharmony-arm64@4.62.0': + '@rollup/rollup-openharmony-arm64@4.62.4': optional: true '@rollup/rollup-win32-arm64-msvc@4.20.0': @@ -20685,34 +19773,25 @@ snapshots: '@rollup/rollup-win32-arm64-msvc@4.44.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.60.2': - optional: true - - '@rollup/rollup-win32-arm64-msvc@4.61.0': + '@rollup/rollup-win32-arm64-msvc@4.62.2': optional: true - '@rollup/rollup-win32-arm64-msvc@4.62.0': + '@rollup/rollup-win32-arm64-msvc@4.62.4': optional: true '@rollup/rollup-win32-ia32-msvc@4.20.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.60.2': - optional: true - - '@rollup/rollup-win32-ia32-msvc@4.61.0': - optional: true - - '@rollup/rollup-win32-ia32-msvc@4.62.0': + '@rollup/rollup-win32-ia32-msvc@4.62.2': optional: true - '@rollup/rollup-win32-x64-gnu@4.60.2': + '@rollup/rollup-win32-ia32-msvc@4.62.4': optional: true - '@rollup/rollup-win32-x64-gnu@4.61.0': + '@rollup/rollup-win32-x64-gnu@4.62.2': optional: true - '@rollup/rollup-win32-x64-gnu@4.62.0': + '@rollup/rollup-win32-x64-gnu@4.62.4': optional: true '@rollup/rollup-win32-x64-msvc@4.20.0': @@ -20721,19 +19800,17 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.44.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.60.2': - optional: true - - '@rollup/rollup-win32-x64-msvc@4.61.0': + '@rollup/rollup-win32-x64-msvc@4.62.2': optional: true - '@rollup/rollup-win32-x64-msvc@4.62.0': + '@rollup/rollup-win32-x64-msvc@4.62.4': optional: true - '@rollup/wasm-node@4.60.2': + '@rollup/wasm-node@4.62.4': dependencies: - '@types/estree': 1.0.8 + '@types/estree': 1.0.9 optionalDependencies: + '@napi-rs/lzma-linux-x64-gnu': 1.5.1 fsevents: 2.3.3 '@rtsao/scc@1.1.0': {} @@ -20756,7 +19833,7 @@ snapshots: '@sigstore/core@1.1.0': {} - '@sigstore/core@3.2.0': {} + '@sigstore/core@3.2.1': {} '@sigstore/protobuf-specs@0.3.3': {} @@ -20777,9 +19854,9 @@ snapshots: dependencies: '@gar/promise-retry': 1.0.3 '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.2.0 + '@sigstore/core': 3.2.1 '@sigstore/protobuf-specs': 0.5.1 - make-fetch-happen: 15.0.5 + make-fetch-happen: 15.0.6 proc-log: 6.1.0 transitivePeerDependencies: - supports-color @@ -20804,15 +19881,15 @@ snapshots: '@sigstore/core': 1.1.0 '@sigstore/protobuf-specs': 0.3.3 - '@sigstore/verify@3.1.0': + '@sigstore/verify@3.1.1': dependencies: '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.2.0 + '@sigstore/core': 3.2.1 '@sigstore/protobuf-specs': 0.5.1 - '@sinclair/typebox@0.24.51': {} + '@sinclair/typebox@0.24.52': {} - '@sinclair/typebox@0.34.49': {} + '@sinclair/typebox@0.34.52': {} '@sindresorhus/merge-streams@2.3.0': {} @@ -20834,7 +19911,7 @@ snapshots: dependencies: '@stencil/core': 4.43.5 - '@stencil/angular-output-target@1.3.2(@stencil/core@4.43.5)': + '@stencil/angular-output-target@1.4.1(@stencil/core@4.43.5)': dependencies: '@stencil/core': 4.43.5 @@ -20853,7 +19930,7 @@ snapshots: dependencies: '@stencil/core': 4.43.5 - '@stencil/react-output-target@1.5.3(@stencil/core@4.43.5)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@stencil/react-output-target@1.6.1(@stencil/core@4.43.5)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@lit/react': 1.0.8(@types/react@18.2.48) '@stencil/core': 4.43.5 @@ -20865,30 +19942,30 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@stencil/vue-output-target@0.13.2(@stencil/core@4.43.5)(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.35(typescript@5.4.5)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@5.4.5)))(vue@3.5.35(typescript@5.4.5))': + '@stencil/vue-output-target@0.13.2(@stencil/core@4.43.5)(vue-router@5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.41(typescript@5.4.5)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@5.4.5))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)))(vue@3.5.41(typescript@5.4.5))': dependencies: - vue: 3.5.35(typescript@5.4.5) + vue: 3.5.41(typescript@5.4.5) optionalDependencies: '@stencil/core': 4.43.5 - vue-router: 5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.35(typescript@5.4.5)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@5.4.5)) + vue-router: 5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.41(typescript@5.4.5)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@5.4.5))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) - '@stencil/vue-output-target@0.13.2(@stencil/core@4.43.5)(vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@stencil/vue-output-target@0.13.2(@stencil/core@4.43.5)(vue-router@5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)))(vue@3.5.41(typescript@6.0.3))': dependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.41(typescript@6.0.3) optionalDependencies: '@stencil/core': 4.43.5 - vue-router: 5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)) + vue-router: 5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) - '@storybook/addon-docs@10.4.2(@types/react-dom@18.2.21)(@types/react@18.2.48)(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7))': + '@storybook/addon-docs@10.5.7(@types/react-dom@18.2.21)(@types/react@18.2.48)(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.2.48)(react@18.2.0) - '@storybook/csf-plugin': 10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7)) - '@storybook/icons': 2.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@storybook/react-dom-shim': 10.4.2(@types/react-dom@18.2.21)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) + '@storybook/csf-plugin': 10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) + '@storybook/icons': 2.1.0(react@18.2.0) + '@storybook/react-dom-shim': 10.5.7(@types/react-dom@18.2.21)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0)) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - ts-dedent: 2.2.0 + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) + ts-dedent: 2.3.0 optionalDependencies: '@types/react': 18.2.48 transitivePeerDependencies: @@ -20898,64 +19975,63 @@ snapshots: - vite - webpack - '@storybook/addon-links@10.4.2(@types/react@18.2.48)(react@18.2.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': + '@storybook/addon-links@10.5.7(@types/react@18.2.48)(react@18.2.0)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))': dependencies: '@storybook/global': 5.0.0 - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) optionalDependencies: '@types/react': 18.2.48 react: 18.2.0 - '@storybook/builder-vite@10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7))': + '@storybook/builder-vite@10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26))': dependencies: - '@storybook/csf-plugin': 10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7)) - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - ts-dedent: 2.2.0 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + '@storybook/csf-plugin': 10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) + ts-dedent: 2.3.0 + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) transitivePeerDependencies: - esbuild - rollup - webpack - '@storybook/csf-plugin@10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7))': + '@storybook/csf-plugin@10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26))': dependencies: - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) unplugin: 2.3.11 optionalDependencies: - esbuild: 0.27.7 - rollup: 4.62.0 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) - webpack: 5.93.0(esbuild@0.27.7) + esbuild: 0.28.1 + rollup: 4.62.4 + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + webpack: 5.93.0(esbuild@0.28.1)(postcss@8.5.26) '@storybook/global@5.0.0': {} - '@storybook/html-vite@10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7))': + '@storybook/html-vite@10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26))': dependencies: - '@storybook/builder-vite': 10.4.2(esbuild@0.27.7)(rollup@4.62.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.93.0(esbuild@0.27.7)) - '@storybook/html': 10.4.2(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + '@storybook/builder-vite': 10.5.7(esbuild@0.28.1)(rollup@4.62.4)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) + '@storybook/html': 10.5.7(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0)) + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) transitivePeerDependencies: - esbuild - rollup - webpack - '@storybook/html@10.4.2(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': + '@storybook/html@10.5.7(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))': dependencies: '@storybook/global': 5.0.0 - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - ts-dedent: 2.2.0 + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) + ts-dedent: 2.3.0 - '@storybook/icons@2.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@storybook/icons@2.1.0(react@18.2.0)': dependencies: react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - '@storybook/react-dom-shim@10.4.2(@types/react-dom@18.2.21)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': + '@storybook/react-dom-shim@10.5.7(@types/react-dom@18.2.21)(@types/react@18.2.48)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0))': dependencies: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) optionalDependencies: '@types/react': 18.2.48 '@types/react-dom': 18.2.21 @@ -20973,14 +20049,14 @@ snapshots: '@testing-library/jest-dom@6.9.1': dependencies: - '@adobe/css-tools': 4.4.4 + '@adobe/css-tools': 4.5.0 aria-query: 5.3.2 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': + '@testing-library/user-event@14.6.3(@testing-library/dom@10.4.1)': dependencies: '@testing-library/dom': 10.4.1 @@ -20988,9 +20064,9 @@ snapshots: '@ts-morph/common@0.29.0': dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 path-browserify: 1.0.1 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 '@tufjs/canonical-json@2.0.0': {} @@ -21002,9 +20078,9 @@ snapshots: '@tufjs/models@4.1.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 10.2.5 + minimatch: 10.2.6 - '@tybys/wasm-util@0.10.1': + '@tybys/wasm-util@0.10.3': dependencies: tslib: 2.8.1 optional: true @@ -21017,24 +20093,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.29.2 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.8 + '@babel/types': 7.29.8 '@types/babel__generator': 7.27.0 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.28.0 '@types/babel__generator@7.27.0': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.8 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.29.2 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.8 + '@babel/types': 7.29.8 '@types/babel__traverse@7.28.0': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.8 '@types/body-parser@1.19.6': dependencies: @@ -21058,7 +20134,7 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: - '@types/express-serve-static-core': 5.1.1 + '@types/express-serve-static-core': 5.1.3 '@types/node': 25.9.2 '@types/connect@3.4.38': @@ -21078,7 +20154,7 @@ snapshots: '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 9.6.1 - '@types/estree': 1.0.8 + '@types/estree': 1.0.9 '@types/eslint@9.6.1': dependencies: @@ -21089,29 +20165,27 @@ snapshots: '@types/estree@1.0.5': {} - '@types/estree@1.0.8': {} - '@types/estree@1.0.9': {} - '@types/express-serve-static-core@4.19.8': + '@types/express-serve-static-core@4.19.9': dependencies: '@types/node': 25.9.2 - '@types/qs': 6.15.0 + '@types/qs': 6.15.1 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 - '@types/express-serve-static-core@5.1.1': + '@types/express-serve-static-core@5.1.3': dependencies: '@types/node': 25.9.2 - '@types/qs': 6.15.0 + '@types/qs': 6.15.1 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 '@types/express@4.17.25': dependencies: '@types/body-parser': 1.19.6 - '@types/express-serve-static-core': 4.19.8 - '@types/qs': 6.15.0 + '@types/express-serve-static-core': 4.19.9 + '@types/qs': 6.15.1 '@types/serve-static': 1.15.10 '@types/graceful-fs@4.1.9': @@ -21153,7 +20227,7 @@ snapshots: dependencies: '@types/unist': 3.0.3 - '@types/mdx@2.0.13': {} + '@types/mdx@2.0.14': {} '@types/mime@1.3.5': {} @@ -21169,7 +20243,7 @@ snapshots: dependencies: '@types/node': 25.9.2 - '@types/node@22.19.17': + '@types/node@22.20.1': dependencies: undici-types: 6.21.0 @@ -21183,7 +20257,7 @@ snapshots: '@types/prop-types@15.7.15': {} - '@types/qs@6.15.0': {} + '@types/qs@6.15.1': {} '@types/range-parser@1.2.7': {} @@ -21246,244 +20320,193 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) - '@typescript-eslint/scope-manager': 8.60.1 - '@typescript-eslint/type-utils': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) - '@typescript-eslint/utils': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 8.60.1 + '@typescript-eslint/parser': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.67.0 + '@typescript-eslint/type-utils': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/utils': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.67.0 eslint: 9.39.2(jiti@1.21.7) - ignore: 7.0.5 + ignore: 7.0.6 natural-compare: 1.4.0 ts-api-utils: 2.5.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': + '@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': dependencies: - '@typescript-eslint/scope-manager': 8.60.1 - '@typescript-eslint/types': 8.60.1 - '@typescript-eslint/typescript-estree': 8.60.1(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 8.60.1 - debug: 4.4.3(supports-color@5.5.0) + '@typescript-eslint/scope-manager': 8.67.0 + '@typescript-eslint/types': 8.67.0 + '@typescript-eslint/typescript-estree': 8.67.0(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.67.0 + debug: 4.4.3(supports-color@7.2.0) eslint: 9.39.2(jiti@1.21.7) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.58.2(typescript@5.4.5)': - dependencies: - '@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.4.5) - '@typescript-eslint/types': 8.59.4 - debug: 4.4.3(supports-color@5.5.0) - typescript: 5.4.5 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/project-service@8.59.4(typescript@5.4.5)': + '@typescript-eslint/project-service@8.66.0(typescript@5.4.5)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.4.5) - '@typescript-eslint/types': 8.59.4 - debug: 4.4.3(supports-color@5.5.0) + '@typescript-eslint/tsconfig-utils': 8.66.0(typescript@5.4.5) + '@typescript-eslint/types': 8.66.0 + debug: 4.4.3(supports-color@7.2.0) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.60.1(typescript@5.4.5)': + '@typescript-eslint/project-service@8.67.0(typescript@5.4.5)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.60.1(typescript@5.4.5) - '@typescript-eslint/types': 8.60.1 - debug: 4.4.3(supports-color@5.5.0) + '@typescript-eslint/tsconfig-utils': 8.67.0(typescript@5.4.5) + '@typescript-eslint/types': 8.67.0 + debug: 4.4.3(supports-color@7.2.0) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.58.2': - dependencies: - '@typescript-eslint/types': 8.58.2 - '@typescript-eslint/visitor-keys': 8.58.2 - - '@typescript-eslint/scope-manager@8.59.4': + '@typescript-eslint/scope-manager@8.66.0': dependencies: - '@typescript-eslint/types': 8.59.4 - '@typescript-eslint/visitor-keys': 8.59.4 + '@typescript-eslint/types': 8.66.0 + '@typescript-eslint/visitor-keys': 8.66.0 - '@typescript-eslint/scope-manager@8.60.1': + '@typescript-eslint/scope-manager@8.67.0': dependencies: - '@typescript-eslint/types': 8.60.1 - '@typescript-eslint/visitor-keys': 8.60.1 + '@typescript-eslint/types': 8.67.0 + '@typescript-eslint/visitor-keys': 8.67.0 - '@typescript-eslint/tsconfig-utils@8.58.2(typescript@5.4.5)': + '@typescript-eslint/tsconfig-utils@8.66.0(typescript@5.4.5)': dependencies: typescript: 5.4.5 - '@typescript-eslint/tsconfig-utils@8.59.4(typescript@5.4.5)': + '@typescript-eslint/tsconfig-utils@8.67.0(typescript@5.4.5)': dependencies: typescript: 5.4.5 - '@typescript-eslint/tsconfig-utils@8.60.1(typescript@5.4.5)': + '@typescript-eslint/type-utils@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': dependencies: - typescript: 5.4.5 - - '@typescript-eslint/type-utils@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': - dependencies: - '@typescript-eslint/types': 8.60.1 - '@typescript-eslint/typescript-estree': 8.60.1(typescript@5.4.5) - '@typescript-eslint/utils': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) - debug: 4.4.3(supports-color@5.5.0) + '@typescript-eslint/types': 8.67.0 + '@typescript-eslint/typescript-estree': 8.67.0(typescript@5.4.5) + '@typescript-eslint/utils': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + debug: 4.4.3(supports-color@7.2.0) eslint: 9.39.2(jiti@1.21.7) ts-api-utils: 2.5.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.58.2': {} + '@typescript-eslint/types@8.66.0': {} - '@typescript-eslint/types@8.59.4': {} - - '@typescript-eslint/types@8.60.1': {} - - '@typescript-eslint/typescript-estree@8.58.2(typescript@5.4.5)': - dependencies: - '@typescript-eslint/project-service': 8.58.2(typescript@5.4.5) - '@typescript-eslint/tsconfig-utils': 8.58.2(typescript@5.4.5) - '@typescript-eslint/types': 8.58.2 - '@typescript-eslint/visitor-keys': 8.58.2 - debug: 4.4.3(supports-color@5.5.0) - minimatch: 10.2.5 - semver: 7.7.4 - tinyglobby: 0.2.16 - ts-api-utils: 2.5.0(typescript@5.4.5) - typescript: 5.4.5 - transitivePeerDependencies: - - supports-color + '@typescript-eslint/types@8.67.0': {} - '@typescript-eslint/typescript-estree@8.59.4(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@8.66.0(typescript@5.4.5)': dependencies: - '@typescript-eslint/project-service': 8.59.4(typescript@5.4.5) - '@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.4.5) - '@typescript-eslint/types': 8.59.4 - '@typescript-eslint/visitor-keys': 8.59.4 - debug: 4.4.3(supports-color@5.5.0) - minimatch: 10.2.5 - semver: 7.7.4 - tinyglobby: 0.2.16 + '@typescript-eslint/project-service': 8.66.0(typescript@5.4.5) + '@typescript-eslint/tsconfig-utils': 8.66.0(typescript@5.4.5) + '@typescript-eslint/types': 8.66.0 + '@typescript-eslint/visitor-keys': 8.66.0 + debug: 4.4.3(supports-color@7.2.0) + minimatch: 10.2.6 + semver: 7.8.5 + tinyglobby: 0.2.17 ts-api-utils: 2.5.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.60.1(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@8.67.0(typescript@5.4.5)': dependencies: - '@typescript-eslint/project-service': 8.60.1(typescript@5.4.5) - '@typescript-eslint/tsconfig-utils': 8.60.1(typescript@5.4.5) - '@typescript-eslint/types': 8.60.1 - '@typescript-eslint/visitor-keys': 8.60.1 - debug: 4.4.3(supports-color@5.5.0) - minimatch: 10.2.5 - semver: 7.7.4 - tinyglobby: 0.2.16 + '@typescript-eslint/project-service': 8.67.0(typescript@5.4.5) + '@typescript-eslint/tsconfig-utils': 8.67.0(typescript@5.4.5) + '@typescript-eslint/types': 8.67.0 + '@typescript-eslint/visitor-keys': 8.67.0 + debug: 4.4.3(supports-color@7.2.0) + minimatch: 10.2.6 + semver: 7.8.5 + tinyglobby: 0.2.17 ts-api-utils: 2.5.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.58.2(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@1.21.7)) - '@typescript-eslint/scope-manager': 8.58.2 - '@typescript-eslint/types': 8.58.2 - '@typescript-eslint/typescript-estree': 8.58.2(typescript@5.4.5) - eslint: 9.39.2(jiti@1.21.7) - typescript: 5.4.5 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/utils@8.59.4(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': + '@typescript-eslint/utils@8.66.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@1.21.7)) - '@typescript-eslint/scope-manager': 8.59.4 - '@typescript-eslint/types': 8.59.4 - '@typescript-eslint/typescript-estree': 8.59.4(typescript@5.4.5) + '@eslint-community/eslint-utils': 4.10.1(eslint@9.39.2(jiti@1.21.7)) + '@typescript-eslint/scope-manager': 8.66.0 + '@typescript-eslint/types': 8.66.0 + '@typescript-eslint/typescript-estree': 8.66.0(typescript@5.4.5) eslint: 9.39.2(jiti@1.21.7) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': + '@typescript-eslint/utils@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)': dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@1.21.7)) - '@typescript-eslint/scope-manager': 8.60.1 - '@typescript-eslint/types': 8.60.1 - '@typescript-eslint/typescript-estree': 8.60.1(typescript@5.4.5) + '@eslint-community/eslint-utils': 4.10.1(eslint@9.39.2(jiti@1.21.7)) + '@typescript-eslint/scope-manager': 8.67.0 + '@typescript-eslint/types': 8.67.0 + '@typescript-eslint/typescript-estree': 8.67.0(typescript@5.4.5) eslint: 9.39.2(jiti@1.21.7) typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.58.2': - dependencies: - '@typescript-eslint/types': 8.58.2 - eslint-visitor-keys: 5.0.1 - - '@typescript-eslint/visitor-keys@8.59.4': + '@typescript-eslint/visitor-keys@8.66.0': dependencies: - '@typescript-eslint/types': 8.59.4 + '@typescript-eslint/types': 8.66.0 eslint-visitor-keys: 5.0.1 - '@typescript-eslint/visitor-keys@8.60.1': + '@typescript-eslint/visitor-keys@8.67.0': dependencies: - '@typescript-eslint/types': 8.60.1 + '@typescript-eslint/types': 8.67.0 eslint-visitor-keys: 5.0.1 - '@ungap/structured-clone@1.3.0': {} + '@ungap/structured-clone@1.3.3': {} - '@vitejs/plugin-basic-ssl@1.1.0(vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6))': + '@vitejs/plugin-basic-ssl@1.1.0(vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6))': dependencies: - vite: 5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6) + vite: 5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6) - '@vitejs/plugin-react@4.7.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))': + '@vitejs/plugin-react@4.7.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))': dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0) + '@babel/core': 7.29.7 + '@babel/plugin-transform-react-jsx-self': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx-source': 7.29.7(@babel/core@7.29.7) '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@5.1.5(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3))': + '@vitejs/plugin-vue-jsx@5.1.6(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))': dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0) - '@rolldown/pluginutils': 1.0.0-rc.16 - '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0) - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) - vue: 3.5.35(typescript@6.0.3) + '@babel/core': 7.29.7 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) + '@rolldown/pluginutils': 1.0.1 + '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.7) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + vue: 3.5.41(typescript@6.0.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@6.0.7(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3))': + '@vitejs/plugin-vue@6.0.8(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))': dependencies: '@rolldown/pluginutils': 1.0.1 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) - vue: 3.5.35(typescript@6.0.3) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + vue: 3.5.41(typescript@6.0.3) - '@vitest/eslint-plugin@1.6.19(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)(vitest@4.1.8(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)))': + '@vitest/eslint-plugin@1.6.27(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5)(vitest@4.1.10(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)))': dependencies: - '@typescript-eslint/scope-manager': 8.59.4 - '@typescript-eslint/utils': 8.59.4(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.66.0 + '@typescript-eslint/utils': 8.66.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) eslint: 9.39.2(jiti@1.21.7) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) typescript: 5.4.5 - vitest: 4.1.8(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) + vitest: 4.1.10(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) transitivePeerDependencies: - supports-color @@ -21495,40 +20518,40 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/expect@4.1.8': + '@vitest/expect@4.1.10': dependencies: '@standard-schema/spec': 1.1.0 '@types/chai': 5.2.3 - '@vitest/spy': 4.1.8 - '@vitest/utils': 4.1.8 + '@vitest/spy': 4.1.10 + '@vitest/utils': 4.1.10 chai: 6.2.2 - tinyrainbow: 3.1.0 + tinyrainbow: 3.1.1 - '@vitest/mocker@4.1.8(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))': + '@vitest/mocker@4.1.10(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))': dependencies: - '@vitest/spy': 4.1.8 + '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) '@vitest/pretty-format@3.2.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/pretty-format@4.1.8': + '@vitest/pretty-format@4.1.10': dependencies: - tinyrainbow: 3.1.0 + tinyrainbow: 3.1.1 - '@vitest/runner@4.1.8': + '@vitest/runner@4.1.10': dependencies: - '@vitest/utils': 4.1.8 + '@vitest/utils': 4.1.10 pathe: 2.0.3 - '@vitest/snapshot@4.1.8': + '@vitest/snapshot@4.1.10': dependencies: - '@vitest/pretty-format': 4.1.8 - '@vitest/utils': 4.1.8 + '@vitest/pretty-format': 4.1.10 + '@vitest/utils': 4.1.10 magic-string: 0.30.21 pathe: 2.0.3 @@ -21536,7 +20559,7 @@ snapshots: dependencies: tinyspy: 4.0.4 - '@vitest/spy@4.1.8': {} + '@vitest/spy@4.1.10': {} '@vitest/utils@3.2.4': dependencies: @@ -21544,32 +20567,32 @@ snapshots: loupe: 3.2.1 tinyrainbow: 2.0.0 - '@vitest/utils@4.1.8': + '@vitest/utils@4.1.10': dependencies: - '@vitest/pretty-format': 4.1.8 + '@vitest/pretty-format': 4.1.10 convert-source-map: 2.0.0 - tinyrainbow: 3.1.0 + tinyrainbow: 3.1.1 - '@vue-macros/common@3.1.2(vue@3.5.35(typescript@5.4.5))': + '@vue-macros/common@3.1.4(vue@3.5.41(typescript@5.4.5))': dependencies: - '@vue/compiler-sfc': 3.5.34 + '@vue/compiler-sfc': 3.5.41 ast-kit: 2.2.0 - local-pkg: 1.1.2 + local-pkg: 1.2.1 magic-string-ast: 1.0.3 - unplugin-utils: 0.3.1 + unplugin-utils: 0.3.2 optionalDependencies: - vue: 3.5.35(typescript@5.4.5) + vue: 3.5.41(typescript@5.4.5) optional: true - '@vue-macros/common@3.1.2(vue@3.5.35(typescript@6.0.3))': + '@vue-macros/common@3.1.4(vue@3.5.41(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.34 + '@vue/compiler-sfc': 3.5.41 ast-kit: 2.2.0 - local-pkg: 1.1.2 + local-pkg: 1.2.1 magic-string-ast: 1.0.3 - unplugin-utils: 0.3.1 + unplugin-utils: 0.3.2 optionalDependencies: - vue: 3.5.35(typescript@6.0.3) + vue: 3.5.41(typescript@6.0.3) '@vue/babel-helper-vue-transform-on@1.5.0': {} @@ -21579,146 +20602,103 @@ snapshots: dependencies: '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.7) - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 '@vue/babel-helper-vue-transform-on': 1.5.0 '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.29.7) - '@vue/shared': 3.5.34 + '@vue/shared': 3.5.41 optionalDependencies: '@babel/core': 7.29.7 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.29.0)': + '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.29.7)': dependencies: - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 '@vue/babel-helper-vue-transform-on': 2.0.1 - '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.0) - '@vue/shared': 3.5.32 + '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.7) + '@vue/shared': 3.5.41 optionalDependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.7 transitivePeerDependencies: - supports-color '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.29.7)': dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/parser': 7.29.3 - '@vue/compiler-sfc': 3.5.34 + '@babel/parser': 7.29.8 + '@vue/compiler-sfc': 3.5.41 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.0)': + '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.7)': dependencies: - '@babel/code-frame': 7.29.0 - '@babel/core': 7.29.0 + '@babel/code-frame': 7.29.7 + '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/parser': 7.29.2 - '@vue/compiler-sfc': 3.5.34 + '@babel/parser': 7.29.8 + '@vue/compiler-sfc': 3.5.41 transitivePeerDependencies: - supports-color - '@vue/compiler-core@3.5.32': - dependencies: - '@babel/parser': 7.29.3 - '@vue/shared': 3.5.32 - entities: 7.0.1 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - - '@vue/compiler-core@3.5.34': - dependencies: - '@babel/parser': 7.29.3 - '@vue/shared': 3.5.34 - entities: 7.0.1 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - - '@vue/compiler-core@3.5.35': + '@vue/compiler-core@3.5.41': dependencies: - '@babel/parser': 7.29.3 - '@vue/shared': 3.5.35 + '@babel/parser': 7.29.8 + '@vue/shared': 3.5.41 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.32': - dependencies: - '@vue/compiler-core': 3.5.32 - '@vue/shared': 3.5.32 - - '@vue/compiler-dom@3.5.34': - dependencies: - '@vue/compiler-core': 3.5.34 - '@vue/shared': 3.5.34 - - '@vue/compiler-dom@3.5.35': - dependencies: - '@vue/compiler-core': 3.5.35 - '@vue/shared': 3.5.35 - - '@vue/compiler-sfc@3.5.34': + '@vue/compiler-dom@3.5.41': dependencies: - '@babel/parser': 7.29.3 - '@vue/compiler-core': 3.5.34 - '@vue/compiler-dom': 3.5.34 - '@vue/compiler-ssr': 3.5.34 - '@vue/shared': 3.5.34 - estree-walker: 2.0.2 - magic-string: 0.30.21 - postcss: 8.5.15 - source-map-js: 1.2.1 + '@vue/compiler-core': 3.5.41 + '@vue/shared': 3.5.41 - '@vue/compiler-sfc@3.5.35': + '@vue/compiler-sfc@3.5.41': dependencies: - '@babel/parser': 7.29.3 - '@vue/compiler-core': 3.5.35 - '@vue/compiler-dom': 3.5.35 - '@vue/compiler-ssr': 3.5.35 - '@vue/shared': 3.5.35 + '@babel/parser': 7.29.8 + '@vue/compiler-core': 3.5.41 + '@vue/compiler-dom': 3.5.41 + '@vue/compiler-ssr': 3.5.41 + '@vue/shared': 3.5.41 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.15 + postcss: 8.5.26 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.34': - dependencies: - '@vue/compiler-dom': 3.5.34 - '@vue/shared': 3.5.34 - - '@vue/compiler-ssr@3.5.35': + '@vue/compiler-ssr@3.5.41': dependencies: - '@vue/compiler-dom': 3.5.35 - '@vue/shared': 3.5.35 + '@vue/compiler-dom': 3.5.41 + '@vue/shared': 3.5.41 - '@vue/devtools-api@7.7.9': + '@vue/devtools-api@7.7.10': dependencies: - '@vue/devtools-kit': 7.7.9 + '@vue/devtools-kit': 7.7.10 - '@vue/devtools-api@8.1.2': + '@vue/devtools-api@8.2.1': dependencies: - '@vue/devtools-kit': 8.1.2 + '@vue/devtools-kit': 8.2.1 - '@vue/devtools-core@8.1.2(vue@3.5.35(typescript@6.0.3))': + '@vue/devtools-core@8.2.1(vue@3.5.41(typescript@6.0.3))': dependencies: - '@vue/devtools-kit': 8.1.2 - '@vue/devtools-shared': 8.1.2 - vue: 3.5.35(typescript@6.0.3) + '@vue/devtools-kit': 8.2.1 + '@vue/devtools-shared': 8.2.1 + vue: 3.5.41(typescript@6.0.3) - '@vue/devtools-kit@7.7.9': + '@vue/devtools-kit@7.7.10': dependencies: - '@vue/devtools-shared': 7.7.9 + '@vue/devtools-shared': 7.7.10 birpc: 2.9.0 hookable: 5.5.3 mitt: 3.0.1 @@ -21726,61 +20706,51 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.6 - '@vue/devtools-kit@8.1.2': + '@vue/devtools-kit@8.2.1': dependencies: - '@vue/devtools-shared': 8.1.2 + '@vue/devtools-shared': 8.2.1 birpc: 2.9.0 hookable: 5.5.3 perfect-debounce: 2.1.0 - '@vue/devtools-shared@7.7.9': + '@vue/devtools-shared@7.7.10': dependencies: rfdc: 1.4.1 - '@vue/devtools-shared@8.1.2': {} + '@vue/devtools-shared@8.2.1': {} - '@vue/reactivity@3.5.35': + '@vue/reactivity@3.5.41': dependencies: - '@vue/shared': 3.5.35 + '@vue/shared': 3.5.41 - '@vue/runtime-core@3.5.35': + '@vue/runtime-core@3.5.41': dependencies: - '@vue/reactivity': 3.5.35 - '@vue/shared': 3.5.35 + '@vue/reactivity': 3.5.41 + '@vue/shared': 3.5.41 - '@vue/runtime-dom@3.5.35': + '@vue/runtime-dom@3.5.41': dependencies: - '@vue/reactivity': 3.5.35 - '@vue/runtime-core': 3.5.35 - '@vue/shared': 3.5.35 + '@vue/reactivity': 3.5.41 + '@vue/runtime-core': 3.5.41 + '@vue/shared': 3.5.41 csstype: 3.2.3 - '@vue/server-renderer@3.5.35(vue@3.5.35(typescript@5.4.5))': + '@vue/server-renderer@3.5.41': dependencies: - '@vue/compiler-ssr': 3.5.35 - '@vue/shared': 3.5.35 - vue: 3.5.35(typescript@5.4.5) - - '@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3))': - dependencies: - '@vue/compiler-ssr': 3.5.35 - '@vue/shared': 3.5.35 - vue: 3.5.35(typescript@6.0.3) - - '@vue/shared@3.5.32': {} - - '@vue/shared@3.5.34': {} + '@vue/compiler-ssr': 3.5.41 + '@vue/runtime-dom': 3.5.41 + '@vue/shared': 3.5.41 - '@vue/shared@3.5.35': {} + '@vue/shared@3.5.41': {} - '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.35)(@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3)))(vue@3.5.35(typescript@6.0.3))': + '@vue/test-utils@2.4.11(@vue/compiler-dom@3.5.41)(@vue/server-renderer@3.5.41)(vue@3.5.41(typescript@6.0.3))': dependencies: - '@vue/compiler-dom': 3.5.35 + '@vue/compiler-dom': 3.5.41 js-beautify: 1.15.4 - vue: 3.5.35(typescript@6.0.3) - vue-component-type-helpers: 3.3.0 + vue: 3.5.41(typescript@6.0.3) + vue-component-type-helpers: 3.3.9 optionalDependencies: - '@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@6.0.3)) + '@vue/server-renderer': 3.5.41 '@webassemblyjs/ast@1.14.1': dependencies: @@ -21870,11 +20840,6 @@ snapshots: '@yarnpkg/lockfile@1.1.0': {} - '@yarnpkg/parsers@3.0.2': - dependencies: - js-yaml: 3.14.2 - tslib: 2.8.1 - '@zkochan/js-yaml@0.0.7': dependencies: argparse: 2.0.1 @@ -21895,15 +20860,15 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - acorn-import-attributes@1.9.5(acorn@8.16.0): + acorn-import-attributes@1.9.5(acorn@8.18.0): dependencies: - acorn: 8.16.0 + acorn: 8.18.0 - acorn-jsx@5.3.2(acorn@8.16.0): + acorn-jsx@5.3.2(acorn@8.18.0): dependencies: - acorn: 8.16.0 + acorn: 8.18.0 - acorn@8.16.0: {} + acorn@8.18.0: {} add-stream@1.0.0: {} @@ -21912,9 +20877,9 @@ snapshots: loader-utils: 2.0.4 regex-parser: 2.3.1 - agent-base@6.0.2: + agent-base@6.0.2(supports-color@7.2.0): dependencies: - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color @@ -21929,24 +20894,24 @@ snapshots: clean-stack: 2.2.0 indent-string: 4.0.0 - ajv-formats@2.1.1(ajv@8.18.0): + ajv-formats@2.1.1(ajv@8.20.0): optionalDependencies: - ajv: 8.18.0 + ajv: 8.20.0 ajv-formats@3.0.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 - ajv-keywords@3.5.2(ajv@6.14.0): + ajv-keywords@3.5.2(ajv@6.15.0): dependencies: - ajv: 6.14.0 + ajv: 6.15.0 - ajv-keywords@5.1.0(ajv@8.18.0): + ajv-keywords@5.1.0(ajv@8.20.0): dependencies: - ajv: 8.18.0 + ajv: 8.20.0 fast-deep-equal: 3.1.3 - ajv@6.14.0: + ajv@6.15.0: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -21956,14 +20921,14 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.0 + fast-uri: 3.1.5 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - ajv@8.18.0: + ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.0 + fast-uri: 3.1.5 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -21995,7 +20960,7 @@ snapshots: ansi-styles@6.2.3: {} - ansis@4.2.0: {} + ansis@4.3.1: {} any-promise@1.3.0: {} @@ -22033,7 +20998,7 @@ snapshots: call-bound: 1.0.4 define-properties: 1.2.1 es-abstract: 1.24.2 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 get-intrinsic: 1.3.0 is-string: 1.1.1 math-intrinsics: 1.1.0 @@ -22044,7 +21009,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.24.2 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 es-shim-unscopables: 1.1.0 array.prototype.findlastindex@1.2.6: @@ -22054,7 +21019,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.24.2 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 es-shim-unscopables: 1.1.0 array.prototype.flat@1.3.3: @@ -22095,7 +21060,7 @@ snapshots: ast-kit@2.2.0: dependencies: - '@babel/parser': 7.29.3 + '@babel/parser': 7.29.8 pathe: 2.0.3 ast-types-flow@0.0.8: {} @@ -22106,8 +21071,8 @@ snapshots: ast-walker-scope@0.9.0: dependencies: - '@babel/parser': 7.29.3 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.8 + '@babel/types': 7.29.8 ast-kit: 2.2.0 astral-regex@2.0.0: {} @@ -22124,36 +21089,38 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.41): dependencies: - browserslist: 4.28.2 - caniuse-lite: 1.0.30001788 + browserslist: 4.28.7 + caniuse-lite: 1.0.30001809 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 postcss: 8.4.41 postcss-value-parser: 4.2.0 - autoprefixer@10.5.0(postcss@8.5.15): + autoprefixer@10.5.2(postcss@8.5.19): dependencies: - browserslist: 4.28.2 - caniuse-lite: 1.0.30001788 + browserslist: 4.28.6 + caniuse-lite: 1.0.30001809 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.1.0 - axe-core@4.11.3: {} + axe-core@4.13.0: {} - axios@1.15.0: + axios@1.18.1(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0): dependencies: - follow-redirects: 1.16.0(debug@4.4.3) - form-data: 4.0.5 + follow-redirects: 1.16.0(debug@4.4.3(supports-color@7.2.0)) + form-data: 4.0.6 + https-proxy-agent: 5.0.1(supports-color@7.2.0) proxy-from-env: 2.1.0 transitivePeerDependencies: - debug + - supports-color axobject-query@4.1.0: {} @@ -22170,19 +21137,19 @@ snapshots: transitivePeerDependencies: - supports-color - babel-loader@10.1.1(@babel/core@7.29.7)(webpack@5.93.0(esbuild@0.27.7)): + babel-loader@10.1.1(@babel/core@7.29.7)(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)): dependencies: '@babel/core': 7.29.7 find-up: 5.0.0 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(postcss@8.5.26) - babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.23.0)): + babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: '@babel/core': 7.25.2 find-cache-dir: 4.0.0 schema-utils: 4.3.3 - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) babel-plugin-istanbul@6.1.1: dependencies: @@ -22197,25 +21164,25 @@ snapshots: babel-plugin-jest-hoist@28.1.3: dependencies: '@babel/template': 7.29.7 - '@babel/types': 7.29.7 + '@babel/types': 7.29.8 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.25.2): dependencies: - '@babel/compat-data': 7.29.0 + '@babel/compat-data': 7.29.7 '@babel/core': 7.25.2 '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.25.2) - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.7): dependencies: - '@babel/compat-data': 7.29.0 + '@babel/compat-data': 7.29.7 '@babel/core': 7.29.7 '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -22223,7 +21190,7 @@ snapshots: dependencies: '@babel/core': 7.25.2 '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.25.2) - core-js-compat: 3.49.0 + core-js-compat: 3.50.0 transitivePeerDependencies: - supports-color @@ -22231,7 +21198,7 @@ snapshots: dependencies: '@babel/core': 7.29.7 '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) - core-js-compat: 3.49.0 + core-js-compat: 3.50.0 transitivePeerDependencies: - supports-color @@ -22239,7 +21206,7 @@ snapshots: dependencies: '@babel/core': 7.29.7 '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) - core-js-compat: 3.49.0 + core-js-compat: 3.50.0 transitivePeerDependencies: - supports-color @@ -22286,13 +21253,15 @@ snapshots: balanced-match@1.0.2: {} + balanced-match@4.0.3: {} + balanced-match@4.0.4: {} base64-js@1.5.1: {} base64id@2.0.0: {} - baseline-browser-mapping@2.10.20: {} + baseline-browser-mapping@2.11.12: {} batch@0.6.1: {} @@ -22316,6 +21285,8 @@ snapshots: birpc@2.9.0: {} + birpc@4.0.0: {} + bl@4.1.0: dependencies: buffer: 5.7.1 @@ -22341,7 +21312,7 @@ snapshots: transitivePeerDependencies: - supports-color - body-parser@1.20.4: + body-parser@1.20.6: dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -22351,14 +21322,14 @@ snapshots: http-errors: 2.0.1 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.14.2 + qs: 6.15.3 raw-body: 2.5.3 type-is: 1.6.18 unpipe: 1.0.0 transitivePeerDependencies: - supports-color - bonjour-service@1.3.0: + bonjour-service@1.4.4: dependencies: fast-deep-equal: 3.1.3 multicast-dns: 7.2.5 @@ -22367,16 +21338,20 @@ snapshots: bowser@2.14.1: {} - brace-expansion@1.1.14: + brace-expansion@1.1.18: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@2.1.0: + brace-expansion@2.1.4: dependencies: balanced-match: 1.0.2 - brace-expansion@5.0.5: + brace-expansion@5.0.8: + dependencies: + balanced-match: 4.0.3 + + brace-expansion@5.0.9: dependencies: balanced-match: 4.0.4 @@ -22419,7 +21394,7 @@ snapshots: etag: 1.8.1 fresh: 0.5.2 fs-extra: 3.0.1 - http-proxy: 1.18.1(debug@4.4.3) + http-proxy: 1.18.1 immutable: 3.8.3 micromatch: 4.0.8 opn: 5.3.0 @@ -22433,7 +21408,7 @@ snapshots: server-destroy: 1.0.1 socket.io: 4.8.3 ua-parser-js: 1.0.41 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - bufferutil - debug @@ -22442,13 +21417,21 @@ snapshots: browser-update@3.3.63: {} - browserslist@4.28.2: + browserslist@4.28.6: + dependencies: + baseline-browser-mapping: 2.11.12 + caniuse-lite: 1.0.30001809 + electron-to-chromium: 1.5.402 + node-releases: 2.0.53 + update-browserslist-db: 1.3.0(browserslist@4.28.6) + + browserslist@4.28.7: dependencies: - baseline-browser-mapping: 2.10.20 - caniuse-lite: 1.0.30001788 - electron-to-chromium: 1.5.340 - node-releases: 2.0.37 - update-browserslist-db: 1.2.3(browserslist@4.28.2) + baseline-browser-mapping: 2.11.12 + caniuse-lite: 1.0.30001809 + electron-to-chromium: 1.5.402 + node-releases: 2.0.53 + update-browserslist-db: 1.3.0(browserslist@4.28.7) bs-recipes@1.3.4: {} @@ -22516,21 +21499,21 @@ snapshots: '@npmcli/fs': 5.0.0 fs-minipass: 3.0.3 glob: 13.0.6 - lru-cache: 11.3.5 + lru-cache: 11.5.2 minipass: 7.1.3 minipass-collect: 2.0.1 minipass-flush: 1.0.7 minipass-pipeline: 1.2.4 - p-map: 7.0.4 + p-map: 7.0.6 ssri: 13.0.1 - cacheable@2.3.4: + cacheable@2.5.0: dependencies: - '@cacheable/memory': 2.0.8 - '@cacheable/utils': 2.4.1 + '@cacheable/memory': 2.2.0 + '@cacheable/utils': 2.5.0 hookified: 1.15.1 keyv: 5.6.0 - qified: 0.9.1 + qified: 0.10.1 call-bind-apply-helpers@1.0.2: dependencies: @@ -22563,12 +21546,12 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.28.2 - caniuse-lite: 1.0.30001788 + browserslist: 4.28.6 + caniuse-lite: 1.0.30001809 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - caniuse-lite@1.0.30001788: {} + caniuse-lite@1.0.30001809: {} ccount@2.0.1: {} @@ -22608,7 +21591,7 @@ snapshots: chardet@0.7.0: {} - chardet@2.1.1: {} + chardet@2.2.0: {} check-error@2.1.3: {} @@ -22628,13 +21611,9 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chokidar@4.0.3: - dependencies: - readdirp: 4.1.2 - chokidar@5.0.0: dependencies: - readdirp: 5.0.0 + readdirp: 5.1.1 chownr@2.0.0: {} @@ -22642,9 +21621,9 @@ snapshots: chrome-trace-event@1.0.4: {} - chromium-bidi@16.0.1(devtools-protocol@0.0.1624250): + chromium-bidi@17.0.2(devtools-protocol@0.0.1653615): dependencies: - devtools-protocol: 0.0.1624250 + devtools-protocol: 0.0.1653615 mitt: 3.0.1 zod: 3.25.76 @@ -22737,7 +21716,7 @@ snapshots: mz: 2.7.0 parse5: 5.1.1 parse5-htmlparser2-tree-adapter: 6.0.1 - yargs: 16.2.0 + yargs: 16.2.2 cli-spinners@2.6.1: {} @@ -22762,6 +21741,12 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + cliui@9.0.1: + dependencies: + string-width: 7.2.0 + strip-ansi: 7.2.0 + wrap-ansi: 9.0.2 + clone-deep@4.0.1: dependencies: is-plain-object: 2.0.4 @@ -22790,17 +21775,17 @@ snapshots: color-convert@3.1.0: dependencies: - color-name: 2.1.0 + color-name: 2.1.1 color-name@1.1.3: {} color-name@1.1.4: {} - color-name@2.1.0: {} + color-name@2.1.1: {} color-parse@2.0.2: dependencies: - color-name: 2.1.0 + color-name: 2.1.1 color-support@1.1.3: {} @@ -22825,8 +21810,6 @@ snapshots: commander@12.1.0: {} - commander@14.0.3: {} - commander@15.0.0: {} commander@2.20.3: {} @@ -22935,7 +21918,7 @@ snapshots: handlebars: 4.7.9 json-stringify-safe: 5.0.1 meow: 8.1.2 - semver: 7.7.4 + semver: 7.8.5 split: 1.0.1 conventional-commits-filter@3.0.0: @@ -22982,7 +21965,7 @@ snapshots: dependencies: is-what: 5.5.0 - copy-webpack-plugin@12.0.2(webpack@5.93.0(esbuild@0.23.0)): + copy-webpack-plugin@12.0.2(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -22990,7 +21973,7 @@ snapshots: normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) copyfiles@2.4.1: dependencies: @@ -23000,13 +21983,13 @@ snapshots: noms: 0.0.0 through2: 2.0.5 untildify: 4.0.0 - yargs: 16.2.0 + yargs: 16.2.2 - core-js-compat@3.49.0: + core-js-compat@3.50.0: dependencies: - browserslist: 4.28.2 + browserslist: 4.28.7 - core-js@3.49.0: {} + core-js@3.50.0: {} core-util-is@1.0.3: {} @@ -23024,11 +22007,11 @@ snapshots: optionalDependencies: typescript: 5.4.5 - cosmiconfig@9.0.1(typescript@5.4.5): + cosmiconfig@9.0.2(typescript@5.4.5): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 4.1.1 + js-yaml: 4.3.1 parse-json: 5.2.0 optionalDependencies: typescript: 5.4.5 @@ -23052,7 +22035,7 @@ snapshots: dependencies: nice-try: 1.0.5 path-key: 2.0.1 - semver: 7.7.4 + semver: 7.8.5 shebang-command: 1.2.0 which: 1.3.1 @@ -23062,13 +22045,13 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - css-declaration-sorter@7.4.0(postcss@8.5.15): + css-declaration-sorter@7.4.0(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 css-functions-list@3.3.3: {} - css-loader@7.1.2(webpack@5.93.0(esbuild@0.23.0)): + css-loader@7.1.2(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: icss-utils: 5.1.0(postcss@8.4.41) postcss: 8.4.41 @@ -23077,9 +22060,9 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.4.41) postcss-modules-values: 4.0.0(postcss@8.4.41) postcss-value-parser: 4.2.0 - semver: 7.7.4 + semver: 7.8.5 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) css-select@5.2.2: dependencies: @@ -23105,49 +22088,49 @@ snapshots: cssesc@3.0.0: {} - cssnano-preset-default@7.0.15(postcss@8.5.15): - dependencies: - browserslist: 4.28.2 - css-declaration-sorter: 7.4.0(postcss@8.5.15) - cssnano-utils: 5.0.2(postcss@8.5.15) - postcss: 8.5.15 - postcss-calc: 10.1.1(postcss@8.5.15) - postcss-colormin: 7.0.9(postcss@8.5.15) - postcss-convert-values: 7.0.11(postcss@8.5.15) - postcss-discard-comments: 7.0.7(postcss@8.5.15) - postcss-discard-duplicates: 7.0.3(postcss@8.5.15) - postcss-discard-empty: 7.0.2(postcss@8.5.15) - postcss-discard-overridden: 7.0.2(postcss@8.5.15) - postcss-merge-longhand: 7.0.6(postcss@8.5.15) - postcss-merge-rules: 7.0.10(postcss@8.5.15) - postcss-minify-font-values: 7.0.2(postcss@8.5.15) - postcss-minify-gradients: 7.0.4(postcss@8.5.15) - postcss-minify-params: 7.0.8(postcss@8.5.15) - postcss-minify-selectors: 7.1.0(postcss@8.5.15) - postcss-normalize-charset: 7.0.2(postcss@8.5.15) - postcss-normalize-display-values: 7.0.2(postcss@8.5.15) - postcss-normalize-positions: 7.0.3(postcss@8.5.15) - postcss-normalize-repeat-style: 7.0.3(postcss@8.5.15) - postcss-normalize-string: 7.0.2(postcss@8.5.15) - postcss-normalize-timing-functions: 7.0.2(postcss@8.5.15) - postcss-normalize-unicode: 7.0.8(postcss@8.5.15) - postcss-normalize-url: 7.0.2(postcss@8.5.15) - postcss-normalize-whitespace: 7.0.2(postcss@8.5.15) - postcss-ordered-values: 7.0.3(postcss@8.5.15) - postcss-reduce-initial: 7.0.8(postcss@8.5.15) - postcss-reduce-transforms: 7.0.2(postcss@8.5.15) - postcss-svgo: 7.1.2(postcss@8.5.15) - postcss-unique-selectors: 7.0.6(postcss@8.5.15) - - cssnano-utils@5.0.2(postcss@8.5.15): - dependencies: - postcss: 8.5.15 - - cssnano@7.1.7(postcss@8.5.15): - dependencies: - cssnano-preset-default: 7.0.15(postcss@8.5.15) + cssnano-preset-default@7.0.17(postcss@8.5.19): + dependencies: + browserslist: 4.28.6 + css-declaration-sorter: 7.4.0(postcss@8.5.19) + cssnano-utils: 5.0.3(postcss@8.5.19) + postcss: 8.5.19 + postcss-calc: 10.1.1(postcss@8.5.19) + postcss-colormin: 7.0.10(postcss@8.5.19) + postcss-convert-values: 7.0.12(postcss@8.5.19) + postcss-discard-comments: 7.0.8(postcss@8.5.19) + postcss-discard-duplicates: 7.0.4(postcss@8.5.19) + postcss-discard-empty: 7.0.3(postcss@8.5.19) + postcss-discard-overridden: 7.0.3(postcss@8.5.19) + postcss-merge-longhand: 7.0.7(postcss@8.5.19) + postcss-merge-rules: 7.0.11(postcss@8.5.19) + postcss-minify-font-values: 7.0.3(postcss@8.5.19) + postcss-minify-gradients: 7.0.5(postcss@8.5.19) + postcss-minify-params: 7.0.9(postcss@8.5.19) + postcss-minify-selectors: 7.1.2(postcss@8.5.19) + postcss-normalize-charset: 7.0.3(postcss@8.5.19) + postcss-normalize-display-values: 7.0.3(postcss@8.5.19) + postcss-normalize-positions: 7.0.4(postcss@8.5.19) + postcss-normalize-repeat-style: 7.0.4(postcss@8.5.19) + postcss-normalize-string: 7.0.3(postcss@8.5.19) + postcss-normalize-timing-functions: 7.0.3(postcss@8.5.19) + postcss-normalize-unicode: 7.0.9(postcss@8.5.19) + postcss-normalize-url: 7.0.3(postcss@8.5.19) + postcss-normalize-whitespace: 7.0.3(postcss@8.5.19) + postcss-ordered-values: 7.0.4(postcss@8.5.19) + postcss-reduce-initial: 7.0.9(postcss@8.5.19) + postcss-reduce-transforms: 7.0.3(postcss@8.5.19) + postcss-svgo: 7.1.3(postcss@8.5.19) + postcss-unique-selectors: 7.0.7(postcss@8.5.19) + + cssnano-utils@5.0.3(postcss@8.5.19): + dependencies: + postcss: 8.5.19 + + cssnano@7.1.7(postcss@8.5.19): + dependencies: + cssnano-preset-default: 7.0.17(postcss@8.5.19) lilconfig: 3.1.3 - postcss: 8.5.15 + postcss: 8.5.19 csso@5.0.5: dependencies: @@ -23156,9 +22139,9 @@ snapshots: cssstyle@6.2.0: dependencies: '@asamuzakjp/css-color': 5.1.11 - '@csstools/css-syntax-patches-for-csstree': 1.1.3(css-tree@3.2.1) + '@csstools/css-syntax-patches-for-csstree': 1.1.7(css-tree@3.2.1) css-tree: 3.2.1 - lru-cache: 11.3.5 + lru-cache: 11.5.2 csstype@3.2.3: {} @@ -23211,6 +22194,12 @@ snapshots: optionalDependencies: supports-color: 5.5.0 + debug@4.4.3(supports-color@7.2.0): + dependencies: + ms: 2.1.3 + optionalDependencies: + supports-color: 7.2.0 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -23297,7 +22286,7 @@ snapshots: dependencies: dequal: 2.0.3 - devtools-protocol@0.0.1624250: {} + devtools-protocol@0.0.1653615: {} di@0.0.1: {} @@ -23348,7 +22337,7 @@ snapshots: dependencies: is-obj: 2.0.0 - dotenv-expand@11.0.7: + dotenv-expand@12.0.3: dependencies: dotenv: 16.4.7 @@ -23373,13 +22362,13 @@ snapshots: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.9 - semver: 7.7.4 + semver: 7.8.5 ee-first@1.1.1: {} ejs@5.0.1: {} - electron-to-chromium@1.5.340: {} + electron-to-chromium@1.5.402: {} embla-carousel-accessibility@9.0.0-rc02(embla-carousel@9.0.0-rc02): dependencies: @@ -23414,12 +22403,12 @@ snapshots: dependencies: once: 1.4.0 - engine.io-client@6.6.4: + engine.io-client@6.6.6: dependencies: '@socket.io/component-emitter': 3.1.2 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) engine.io-parser: 5.2.3 - ws: 8.18.3 + ws: 8.21.2 xmlhttprequest-ssl: 2.1.2 transitivePeerDependencies: - bufferutil @@ -23428,7 +22417,7 @@ snapshots: engine.io-parser@5.2.3: {} - engine.io@6.6.6: + engine.io@6.6.9: dependencies: '@types/cors': 2.8.19 '@types/node': 25.9.2 @@ -23437,18 +22426,18 @@ snapshots: base64id: 2.0.0 cookie: 0.7.2 cors: 2.8.6 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) engine.io-parser: 5.2.3 - ws: 8.18.3 + ws: 8.21.2 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - enhanced-resolve@5.20.1: + enhanced-resolve@5.24.5: dependencies: graceful-fs: 4.2.11 - tapable: 2.3.2 + tapable: 2.3.3 enquirer@2.3.6: dependencies: @@ -23488,6 +22477,13 @@ snapshots: error-stack-parser-es@1.0.5: {} + es-abstract-get@1.0.0: + dependencies: + es-errors: 1.3.0 + es-object-atoms: 1.1.2 + is-callable: 1.2.7 + object-inspect: 1.13.4 + es-abstract@1.24.2: dependencies: array-buffer-byte-length: 1.0.2 @@ -23500,10 +22496,10 @@ snapshots: data-view-byte-offset: 1.0.1 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 es-set-tostringtag: 2.1.0 - es-to-primitive: 1.3.0 - function.prototype.name: 1.1.8 + es-to-primitive: 1.3.4 + function.prototype.name: 1.2.0 get-intrinsic: 1.3.0 get-proto: 1.0.1 get-symbol-description: 1.1.0 @@ -23512,7 +22508,7 @@ snapshots: has-property-descriptors: 1.0.2 has-proto: 1.2.0 has-symbols: 1.1.0 - hasown: 2.0.3 + hasown: 2.0.4 internal-slot: 1.1.0 is-array-buffer: 3.0.5 is-callable: 1.2.7 @@ -23528,28 +22524,28 @@ snapshots: object-inspect: 1.13.4 object-keys: 1.1.1 object.assign: 4.1.7 - own-keys: 1.0.1 + own-keys: 1.0.2 regexp.prototype.flags: 1.5.4 safe-array-concat: 1.1.4 safe-push-apply: 1.0.0 safe-regex-test: 1.1.0 set-proto: 1.0.0 stop-iteration-iterator: 1.1.0 - string.prototype.trim: 1.2.10 - string.prototype.trimend: 1.0.9 + string.prototype.trim: 1.2.11 + string.prototype.trimend: 1.0.10 string.prototype.trimstart: 1.0.8 typed-array-buffer: 1.0.3 typed-array-byte-length: 1.0.3 typed-array-byte-offset: 1.0.4 - typed-array-length: 1.0.7 + typed-array-length: 1.0.8 unbox-primitive: 1.1.0 - which-typed-array: 1.1.20 + which-typed-array: 1.1.22 es-define-property@1.0.1: {} es-errors@1.3.0: {} - es-iterator-helpers@1.3.2: + es-iterator-helpers@1.4.0: dependencies: call-bind: 1.0.9 call-bound: 1.0.4 @@ -23570,25 +22566,32 @@ snapshots: es-module-lexer@1.7.0: {} - es-module-lexer@2.0.0: {} + es-module-lexer@2.3.1: {} es-object-atoms@1.1.1: dependencies: es-errors: 1.3.0 + es-object-atoms@1.1.2: + dependencies: + es-errors: 1.3.0 + es-set-tostringtag@2.1.0: dependencies: es-errors: 1.3.0 get-intrinsic: 1.3.0 has-tostringtag: 1.0.2 - hasown: 2.0.3 + hasown: 2.0.4 es-shim-unscopables@1.1.0: dependencies: - hasown: 2.0.3 + hasown: 2.0.4 - es-to-primitive@1.3.0: + es-to-primitive@1.3.4: dependencies: + es-abstract-get: 1.0.0 + es-define-property: 1.0.1 + es-errors: 1.3.0 is-callable: 1.2.7 is-date-object: 1.1.0 is-symbol: 1.1.1 @@ -23677,34 +22680,34 @@ snapshots: '@esbuild/win32-ia32': 0.23.1 '@esbuild/win32-x64': 0.23.1 - esbuild@0.27.7: + esbuild@0.28.1: optionalDependencies: - '@esbuild/aix-ppc64': 0.27.7 - '@esbuild/android-arm': 0.27.7 - '@esbuild/android-arm64': 0.27.7 - '@esbuild/android-x64': 0.27.7 - '@esbuild/darwin-arm64': 0.27.7 - '@esbuild/darwin-x64': 0.27.7 - '@esbuild/freebsd-arm64': 0.27.7 - '@esbuild/freebsd-x64': 0.27.7 - '@esbuild/linux-arm': 0.27.7 - '@esbuild/linux-arm64': 0.27.7 - '@esbuild/linux-ia32': 0.27.7 - '@esbuild/linux-loong64': 0.27.7 - '@esbuild/linux-mips64el': 0.27.7 - '@esbuild/linux-ppc64': 0.27.7 - '@esbuild/linux-riscv64': 0.27.7 - '@esbuild/linux-s390x': 0.27.7 - '@esbuild/linux-x64': 0.27.7 - '@esbuild/netbsd-arm64': 0.27.7 - '@esbuild/netbsd-x64': 0.27.7 - '@esbuild/openbsd-arm64': 0.27.7 - '@esbuild/openbsd-x64': 0.27.7 - '@esbuild/openharmony-arm64': 0.27.7 - '@esbuild/sunos-x64': 0.27.7 - '@esbuild/win32-arm64': 0.27.7 - '@esbuild/win32-ia32': 0.27.7 - '@esbuild/win32-x64': 0.27.7 + '@esbuild/aix-ppc64': 0.28.1 + '@esbuild/android-arm': 0.28.1 + '@esbuild/android-arm64': 0.28.1 + '@esbuild/android-x64': 0.28.1 + '@esbuild/darwin-arm64': 0.28.1 + '@esbuild/darwin-x64': 0.28.1 + '@esbuild/freebsd-arm64': 0.28.1 + '@esbuild/freebsd-x64': 0.28.1 + '@esbuild/linux-arm': 0.28.1 + '@esbuild/linux-arm64': 0.28.1 + '@esbuild/linux-ia32': 0.28.1 + '@esbuild/linux-loong64': 0.28.1 + '@esbuild/linux-mips64el': 0.28.1 + '@esbuild/linux-ppc64': 0.28.1 + '@esbuild/linux-riscv64': 0.28.1 + '@esbuild/linux-s390x': 0.28.1 + '@esbuild/linux-x64': 0.28.1 + '@esbuild/netbsd-arm64': 0.28.1 + '@esbuild/netbsd-x64': 0.28.1 + '@esbuild/openbsd-arm64': 0.28.1 + '@esbuild/openbsd-x64': 0.28.1 + '@esbuild/openharmony-arm64': 0.28.1 + '@esbuild/sunos-x64': 0.28.1 + '@esbuild/win32-arm64': 0.28.1 + '@esbuild/win32-ia32': 0.28.1 + '@esbuild/win32-x64': 0.28.1 escalade@3.2.0: {} @@ -23718,20 +22721,20 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)): + eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)): dependencies: confusing-browser-globals: 1.0.11 eslint: 9.39.2(jiti@1.21.7) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)) object.assign: 4.1.7 object.entries: 1.1.9 - semver: 7.7.4 + semver: 7.8.5 - eslint-config-airbnb@19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react-hooks@7.1.1(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)): + eslint-config-airbnb@19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react-hooks@7.1.1(eslint@9.39.2(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)): dependencies: eslint: 9.39.2(jiti@1.21.7) - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)) + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-react: 7.37.5(eslint@9.39.2(jiti@1.21.7)) eslint-plugin-react-hooks: 7.1.1(eslint@9.39.2(jiti@1.21.7)) @@ -23745,22 +22748,22 @@ snapshots: eslint-import-resolver-node@0.3.10: dependencies: debug: 3.2.7 - is-core-module: 2.16.1 - resolve: 2.0.0-next.6 + is-core-module: 2.16.2 + resolve: 2.0.0-next.7 transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint-import-resolver-node@0.3.10)(eslint@9.39.2(jiti@1.21.7)): + eslint-module-utils@2.14.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint-import-resolver-node@0.3.10)(eslint@9.39.2(jiti@1.21.7)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/parser': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) eslint: 9.39.2(jiti@1.21.7) eslint-import-resolver-node: 0.3.10 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -23771,30 +22774,30 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.2(jiti@1.21.7) eslint-import-resolver-node: 0.3.10 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint-import-resolver-node@0.3.10)(eslint@9.39.2(jiti@1.21.7)) - hasown: 2.0.3 - is-core-module: 2.16.1 + eslint-module-utils: 2.14.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint-import-resolver-node@0.3.10)(eslint@9.39.2(jiti@1.21.7)) + hasown: 2.0.4 + is-core-module: 2.16.2 is-glob: 4.0.3 minimatch: 3.1.5 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.1 - semver: 7.7.4 - string.prototype.trimend: 1.0.9 + semver: 7.8.5 + string.prototype.trimend: 1.0.10 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/parser': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jest@29.15.2(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(jest@28.1.3(@types/node@25.9.2))(typescript@5.4.5): + eslint-plugin-jest@29.16.0(@typescript-eslint/eslint-plugin@8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(jest@28.1.3(@types/node@25.9.2))(typescript@5.4.5): dependencies: - '@typescript-eslint/utils': 8.58.2(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/utils': 8.66.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) eslint: 9.39.2(jiti@1.21.7) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.60.1(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 8.67.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) jest: 28.1.3(@types/node@25.9.2) typescript: 5.4.5 transitivePeerDependencies: @@ -23806,12 +22809,12 @@ snapshots: array-includes: 3.1.9 array.prototype.flatmap: 1.3.3 ast-types-flow: 0.0.8 - axe-core: 4.11.3 + axe-core: 4.13.0 axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 eslint: 9.39.2(jiti@1.21.7) - hasown: 2.0.3 + hasown: 2.0.4 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 minimatch: 3.1.5 @@ -23819,20 +22822,20 @@ snapshots: safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 - eslint-plugin-oxlint@1.68.0(oxlint@1.68.0): + eslint-plugin-oxlint@1.78.0(oxlint@1.78.0): dependencies: jsonc-parser: 3.3.1 - oxlint: 1.68.0 + oxlint: 1.78.0 - eslint-plugin-playwright@2.10.4(eslint@9.39.2(jiti@1.21.7)): + eslint-plugin-playwright@2.11.0(eslint@9.39.2(jiti@1.21.7)): dependencies: eslint: 9.39.2(jiti@1.21.7) - globals: 17.6.0 + globals: 17.9.0 - eslint-plugin-prettier@5.5.6(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7))(prettier@3.8.3): + eslint-plugin-prettier@5.5.6(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@1.21.7)))(eslint@9.39.2(jiti@1.21.7))(prettier@3.9.6): dependencies: eslint: 9.39.2(jiti@1.21.7) - prettier: 3.8.3 + prettier: 3.9.6 prettier-linter-helpers: 1.0.1 synckit: 0.11.13 optionalDependencies: @@ -23842,11 +22845,11 @@ snapshots: eslint-plugin-react-hooks@7.1.1(eslint@9.39.2(jiti@1.21.7)): dependencies: '@babel/core': 7.29.7 - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.8 eslint: 9.39.2(jiti@1.21.7) hermes-parser: 0.25.1 - zod: 4.3.6 - zod-validation-error: 4.0.2(zod@4.3.6) + zod: 4.4.3 + zod-validation-error: 4.0.2(zod@4.4.3) transitivePeerDependencies: - supports-color @@ -23857,33 +22860,33 @@ snapshots: array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.3.2 + es-iterator-helpers: 1.4.0 eslint: 9.39.2(jiti@1.21.7) estraverse: 5.3.0 - hasown: 2.0.3 + hasown: 2.0.4 jsx-ast-utils: 3.3.5 minimatch: 3.1.5 object.entries: 1.1.9 object.fromentries: 2.0.8 object.values: 1.2.1 prop-types: 15.8.1 - resolve: 2.0.0-next.6 - semver: 7.7.4 + resolve: 2.0.0-next.7 + semver: 7.8.5 string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(vue-eslint-parser@10.4.0(eslint@9.39.2(jiti@1.21.7))): + eslint-plugin-vue@10.10.0(@typescript-eslint/parser@8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5))(eslint@9.39.2(jiti@1.21.7))(vue-eslint-parser@10.4.1(eslint@9.39.2(jiti@1.21.7))): dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@1.21.7)) + '@eslint-community/eslint-utils': 4.10.1(eslint@9.39.2(jiti@1.21.7)) eslint: 9.39.2(jiti@1.21.7) natural-compare: 1.4.0 nth-check: 2.1.1 - postcss-selector-parser: 7.1.1 - semver: 7.7.4 - vue-eslint-parser: 10.4.0(eslint@9.39.2(jiti@1.21.7)) - xml-name-validator: 4.0.0 + postcss-selector-parser: 7.1.5 + semver: 7.8.5 + vue-eslint-parser: 10.4.1(eslint@9.39.2(jiti@1.21.7)) + xml-name-validator: 5.0.0 optionalDependencies: - '@typescript-eslint/parser': 8.60.1(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) + '@typescript-eslint/parser': 8.67.0(eslint@9.39.2(jiti@1.21.7))(typescript@5.4.5) eslint-scope@5.1.1: dependencies: @@ -23917,17 +22920,17 @@ snapshots: eslint@8.45.0: dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@8.45.0) + '@eslint-community/eslint-utils': 4.10.1(eslint@8.45.0) '@eslint-community/regexpp': 4.12.2 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.44.0 '@humanwhocodes/config-array': 0.11.14 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 - ajv: 6.14.0 + ajv: 6.15.0 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -23945,7 +22948,7 @@ snapshots: imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-yaml: 4.1.1 + js-yaml: 4.3.1 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 @@ -23959,22 +22962,22 @@ snapshots: eslint@9.39.2(jiti@1.21.7): dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@1.21.7)) + '@eslint-community/eslint-utils': 4.10.1(eslint@9.39.2(jiti@1.21.7)) '@eslint-community/regexpp': 4.12.2 '@eslint/config-array': 0.21.2 '@eslint/config-helpers': 0.4.2 '@eslint/core': 0.17.0 - '@eslint/eslintrc': 3.3.5 + '@eslint/eslintrc': 3.3.6 '@eslint/js': 9.39.2 '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.8 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 - '@types/estree': 1.0.8 - ajv: 6.14.0 + '@types/estree': 1.0.9 + ajv: 6.15.0 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) escape-string-regexp: 4.0.0 eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 @@ -24000,20 +23003,20 @@ snapshots: espree@10.4.0: dependencies: - acorn: 8.16.0 - acorn-jsx: 5.3.2(acorn@8.16.0) + acorn: 8.18.0 + acorn-jsx: 5.3.2(acorn@8.18.0) eslint-visitor-keys: 4.2.1 espree@11.2.0: dependencies: - acorn: 8.16.0 - acorn-jsx: 5.3.2(acorn@8.16.0) + acorn: 8.18.0 + acorn-jsx: 5.3.2(acorn@8.18.0) eslint-visitor-keys: 5.0.1 espree@9.6.1: dependencies: - acorn: 8.16.0 - acorn-jsx: 5.3.2(acorn@8.16.0) + acorn: 8.18.0 + acorn-jsx: 5.3.2(acorn@8.18.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -24074,7 +23077,7 @@ snapshots: exit@0.1.2: {} - expect-type@1.3.0: {} + expect-type@1.4.0: {} expect@28.1.3: dependencies: @@ -24122,7 +23125,7 @@ snapshots: transitivePeerDependencies: - supports-color - exsolve@1.0.8: {} + exsolve@1.1.1: {} extend@3.0.2: {} @@ -24156,7 +23159,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@3.1.0: {} + fast-uri@3.1.5: {} fastest-levenshtein@1.0.16: {} @@ -24166,23 +23169,23 @@ snapshots: faye-websocket@0.11.4: dependencies: - websocket-driver: 0.7.4 + websocket-driver: 0.7.5 fb-watchman@2.0.2: dependencies: bser: 2.1.1 - fdir@6.5.0(picomatch@4.0.4): + fdir@6.5.0(picomatch@4.0.5): optionalDependencies: - picomatch: 4.0.4 + picomatch: 4.0.5 figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 - file-entry-cache@11.1.3: + file-entry-cache@11.1.5: dependencies: - flat-cache: 6.1.22 + flat-cache: 6.1.23 file-entry-cache@6.0.1: dependencies: @@ -24264,32 +23267,36 @@ snapshots: flat-cache@3.2.0: dependencies: - flatted: 3.4.2 + flatted: 3.4.4 keyv: 4.5.4 rimraf: 3.0.2 flat-cache@4.0.1: dependencies: - flatted: 3.4.2 + flatted: 3.4.4 keyv: 4.5.4 - flat-cache@6.1.22: + flat-cache@6.1.23: dependencies: - cacheable: 2.3.4 - flatted: 3.4.2 + cacheable: 2.5.0 + flatted: 3.4.4 hookified: 1.15.1 flat@5.0.2: {} - flatted@3.4.2: {} + flatted@3.4.4: {} - focus-trap@8.2.1: + focus-trap@8.2.2: dependencies: - tabbable: 6.4.0 + tabbable: 6.5.0 + + follow-redirects@1.16.0(debug@4.4.3(supports-color@7.2.0)): + optionalDependencies: + debug: 4.4.3(supports-color@7.2.0) follow-redirects@1.16.0(debug@4.4.3): optionalDependencies: - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) for-each@0.3.5: dependencies: @@ -24300,12 +23307,12 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 - form-data@4.0.5: + form-data@4.0.6: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 - hasown: 2.0.3 + hasown: 2.0.4 mime-types: 2.1.35 forwarded@0.2.0: {} @@ -24316,22 +23323,18 @@ snapshots: fresh@0.5.2: {} - front-matter@4.0.2: - dependencies: - js-yaml: 3.14.2 - fs-constants@1.0.0: {} - fs-extra@11.3.4: + fs-extra@11.3.6: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.2.1 universalify: 2.0.1 - fs-extra@11.3.5: + fs-extra@11.4.0: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.2.1 universalify: 2.0.1 fs-extra@3.0.1: @@ -24364,14 +23367,17 @@ snapshots: function-bind@1.1.2: {} - function.prototype.name@1.1.8: + function.prototype.name@1.2.0: dependencies: call-bind: 1.0.9 call-bound: 1.0.4 - define-properties: 1.2.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 functions-have-names: 1.2.3 - hasown: 2.0.3 + has-property-descriptors: 1.0.2 + hasown: 2.0.4 is-callable: 1.2.7 + is-document.all: 1.0.0 functions-have-names@1.2.3: {} @@ -24383,22 +23389,22 @@ snapshots: get-caller-file@2.0.5: {} - get-east-asian-width@1.5.0: {} + get-east-asian-width@1.6.0: {} get-intrinsic@1.3.0: dependencies: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 function-bind: 1.1.2 get-proto: 1.0.1 gopd: 1.2.0 has-symbols: 1.1.0 - hasown: 2.0.3 + hasown: 2.0.4 math-intrinsics: 1.1.0 - get-it@8.7.2: + get-it@8.8.3: dependencies: decompress-response: 7.0.0 is-retry-allowed: 2.2.0 @@ -24407,10 +23413,10 @@ snapshots: get-latest-version@5.1.0: dependencies: - get-it: 8.7.2 + get-it: 8.8.3 registry-auth-token: 5.1.1 registry-url: 5.1.0 - semver: 7.7.4 + semver: 7.8.5 get-package-type@0.1.0: {} @@ -24419,7 +23425,7 @@ snapshots: '@hutson/parse-repository-url': 3.0.2 hosted-git-info: 4.1.0 through2: 2.0.5 - yargs: 16.2.0 + yargs: 16.2.2 get-proto@1.0.1: dependencies: @@ -24450,7 +23456,7 @@ snapshots: git-semver-tags@5.0.1: dependencies: meow: 8.1.2 - semver: 7.7.4 + semver: 7.8.5 git-up@7.0.0: dependencies: @@ -24469,9 +23475,9 @@ snapshots: dependencies: is-glob: 4.0.3 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -24488,14 +23494,14 @@ snapshots: dependencies: foreground-child: 3.3.1 jackspeak: 2.1.1 - minimatch: 10.2.5 + minimatch: 10.2.6 minipass: 7.1.3 package-json-from-dist: 1.0.1 path-scurry: 2.0.2 glob@13.0.6: dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 minipass: 7.1.3 path-scurry: 2.0.2 @@ -24532,7 +23538,7 @@ snapshots: globals@14.0.0: {} - globals@17.6.0: {} + globals@17.9.0: {} globalthis@1.0.4: dependencies: @@ -24543,16 +23549,16 @@ snapshots: dependencies: '@sindresorhus/merge-streams': 2.3.0 fast-glob: 3.3.3 - ignore: 7.0.5 + ignore: 7.0.6 path-type: 6.0.0 slash: 5.1.0 unicorn-magic: 0.3.0 - globby@16.2.0: + globby@16.2.2: dependencies: '@sindresorhus/merge-streams': 4.0.0 fast-glob: 3.3.3 - ignore: 7.0.5 + ignore: 7.0.6 is-path-inside: 4.0.0 slash: 5.1.0 unicorn-magic: 0.4.0 @@ -24610,7 +23616,7 @@ snapshots: dependencies: hookified: 1.15.1 - hasown@2.0.3: + hasown@2.0.4: dependencies: function-bind: 1.1.2 @@ -24660,7 +23666,7 @@ snapshots: hast-util-to-dom@4.0.1: dependencies: '@types/hast': 3.0.4 - property-information: 7.1.0 + property-information: 7.2.0 web-namespaces: 2.0.1 hast-util-to-html@9.0.5: @@ -24672,7 +23678,7 @@ snapshots: hast-util-whitespace: 3.0.0 html-void-elements: 3.0.0 mdast-util-to-hast: 13.2.1 - property-information: 7.1.0 + property-information: 7.2.0 space-separated-tokens: 2.0.2 stringify-entities: 4.0.4 zwitch: 2.0.4 @@ -24681,7 +23687,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.3.0 + '@ungap/structured-clone': 1.3.3 hast-util-phrasing: 3.0.1 hast-util-to-html: 9.0.5 hast-util-to-text: 4.0.2 @@ -24710,7 +23716,7 @@ snapshots: '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 4.0.0 - property-information: 7.1.0 + property-information: 7.2.0 space-separated-tokens: 2.0.2 hermes-estree@0.25.1: {} @@ -24725,7 +23731,7 @@ snapshots: hookified@1.15.1: {} - hookified@2.1.1: {} + hookified@2.2.0: {} hosted-git-info@2.8.9: {} @@ -24741,9 +23747,9 @@ snapshots: dependencies: lru-cache: 10.4.3 - hosted-git-info@9.0.2: + hosted-git-info@9.0.3: dependencies: - lru-cache: 11.3.5 + lru-cache: 11.5.2 hpack.js@2.1.6: dependencies: @@ -24759,7 +23765,7 @@ snapshots: html-encoding-sniffer@6.0.0: dependencies: - '@exodus/bytes': 1.15.0 + '@exodus/bytes': 1.15.1 transitivePeerDependencies: - '@noble/hashes' @@ -24828,22 +23834,22 @@ snapshots: http-proxy-agent@4.0.1: dependencies: '@tootallnate/once': 1.1.2 - agent-base: 6.0.2 - debug: 4.4.3(supports-color@5.5.0) + agent-base: 6.0.2(supports-color@7.2.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.4 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.9(@types/express@4.17.25): + http-proxy-middleware@2.0.10(@types/express@4.17.25): dependencies: '@types/http-proxy': 1.17.17 - http-proxy: 1.18.1(debug@4.4.3) + http-proxy: 1.18.1 is-glob: 4.0.3 is-plain-obj: 3.0.0 micromatch: 4.0.8 @@ -24855,7 +23861,7 @@ snapshots: http-proxy-middleware@3.0.0: dependencies: '@types/http-proxy': 1.17.17 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) http-proxy: 1.18.1(debug@4.4.3) is-glob: 4.0.3 is-plain-obj: 3.0.0 @@ -24863,6 +23869,14 @@ snapshots: transitivePeerDependencies: - supports-color + http-proxy@1.18.1: + dependencies: + eventemitter3: 4.0.7 + follow-redirects: 1.16.0(debug@4.4.3(supports-color@7.2.0)) + requires-port: 1.0.0 + transitivePeerDependencies: + - debug + http-proxy@1.18.1(debug@4.4.3): dependencies: eventemitter3: 4.0.7 @@ -24871,24 +23885,24 @@ snapshots: transitivePeerDependencies: - debug - https-proxy-agent@5.0.1: + https-proxy-agent@5.0.1(supports-color@7.2.0): dependencies: - agent-base: 6.0.2 - debug: 4.4.3(supports-color@5.5.0) + agent-base: 6.0.2(supports-color@7.2.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.4 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.4 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color @@ -24910,7 +23924,7 @@ snapshots: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.7.2: + iconv-lite@0.7.3: dependencies: safer-buffer: 2.1.2 @@ -24928,20 +23942,22 @@ snapshots: ignore-walk@8.0.0: dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 ignore@5.3.2: {} ignore@7.0.5: {} + ignore@7.0.6: {} + image-size@0.5.5: optional: true immutable@3.8.3: {} - immutable@4.3.8: {} + immutable@4.3.9: {} - immutable@5.1.5: {} + immutable@5.1.9: {} import-fresh@3.3.1: dependencies: @@ -24987,7 +24003,7 @@ snapshots: npm-package-arg: 13.0.1 promzard: 2.0.0 read: 4.1.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 validate-npm-package-name: 6.0.2 @@ -25012,14 +24028,14 @@ snapshots: internal-slot@1.1.0: dependencies: es-errors: 1.3.0 - hasown: 2.0.3 - side-channel: 1.1.0 + hasown: 2.0.4 + side-channel: 1.1.1 - ip-address@10.1.0: {} + ip-address@10.4.0: {} ipaddr.js@1.9.1: {} - ipaddr.js@2.3.0: {} + ipaddr.js@2.5.0: {} is-array-buffer@3.0.5: dependencies: @@ -25056,9 +24072,9 @@ snapshots: dependencies: ci-info: 3.9.0 - is-core-module@2.16.1: + is-core-module@2.16.2: dependencies: - hasown: 2.0.3 + hasown: 2.0.4 is-data-view@1.0.2: dependencies: @@ -25075,6 +24091,10 @@ snapshots: is-docker@3.0.0: {} + is-document.all@1.0.0: + dependencies: + call-bound: 1.0.4 + is-extglob@2.1.1: {} is-finalizationregistry@1.1.1: @@ -25085,7 +24105,7 @@ snapshots: is-fullwidth-code-point@5.1.0: dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 is-generator-fn@2.1.0: {} @@ -25101,6 +24121,8 @@ snapshots: dependencies: is-extglob: 2.1.1 + is-in-ssh@1.0.0: {} + is-inside-container@1.0.0: dependencies: is-docker: 3.0.0 @@ -25115,7 +24137,7 @@ snapshots: is-negative-zero@2.0.3: {} - is-network-error@1.3.1: {} + is-network-error@1.3.2: {} is-number-like@1.0.8: dependencies: @@ -25161,7 +24183,7 @@ snapshots: call-bound: 1.0.4 gopd: 1.2.0 has-tostringtag: 1.0.2 - hasown: 2.0.3 + hasown: 2.0.4 is-retry-allowed@2.2.0: {} @@ -25194,7 +24216,7 @@ snapshots: is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.20 + which-typed-array: 1.1.22 is-unicode-supported@0.1.0: {} @@ -25246,20 +24268,20 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.29.7 - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.8 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color istanbul-lib-instrument@6.0.3: dependencies: '@babel/core': 7.29.7 - '@babel/parser': 7.29.2 + '@babel/parser': 7.29.8 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -25271,7 +24293,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -25285,7 +24307,7 @@ snapshots: iterator.prototype@1.1.5: dependencies: define-data-property: 1.1.4 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 get-intrinsic: 1.3.0 get-proto: 1.0.1 has-symbols: 1.1.0 @@ -25341,7 +24363,7 @@ snapshots: jest-util: 28.1.3 jest-validate: 28.1.3 prompts: 2.4.2 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - '@types/node' - supports-color @@ -25383,12 +24405,12 @@ snapshots: jest-get-type: 28.0.2 pretty-format: 28.1.3 - jest-diff@30.3.0: + jest-diff@30.4.1: dependencies: - '@jest/diff-sequences': 30.3.0 + '@jest/diff-sequences': 30.4.0 '@jest/get-type': 30.1.0 chalk: 4.1.2 - pretty-format: 30.3.0 + pretty-format: 30.4.1 jest-docblock@28.1.1: dependencies: @@ -25443,7 +24465,7 @@ snapshots: jest-message-util@28.1.3: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 '@jest/types': 28.1.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -25539,10 +24561,10 @@ snapshots: jest-snapshot@28.1.3: dependencies: '@babel/core': 7.29.7 - '@babel/generator': 7.29.1 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.7) - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/generator': 7.29.8 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/traverse': 7.29.8 + '@babel/types': 7.29.8 '@jest/expect-utils': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 @@ -25560,7 +24582,7 @@ snapshots: jest-util: 28.1.3 natural-compare: 1.4.0 pretty-format: 28.1.3 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color @@ -25623,14 +24645,14 @@ snapshots: config-chain: 1.1.13 editorconfig: 1.0.7 glob: 10.5.0 - js-cookie: 3.0.5 + js-cookie: 3.0.8 nopt: 7.2.1 - js-cookie@3.0.5: {} + js-cookie@3.0.8: {} js-tokens@4.0.0: {} - js-yaml@3.14.2: + js-yaml@3.15.1: dependencies: argparse: 1.0.10 esprima: 4.0.1 @@ -25639,12 +24661,16 @@ snapshots: dependencies: argparse: 2.0.1 + js-yaml@4.3.1: + dependencies: + argparse: 2.0.1 + jsdom@28.1.0: dependencies: '@acemir/cssom': 0.9.31 '@asamuzakjp/dom-selector': 6.8.1 '@bramus/specificity': 2.4.2 - '@exodus/bytes': 1.15.0 + '@exodus/bytes': 1.15.1 cssstyle: 6.2.0 data-urls: 7.0.0 decimal.js: 10.6.0 @@ -25655,8 +24681,8 @@ snapshots: parse5: 8.0.1 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 6.0.1 - undici: 7.25.0 + tough-cookie: 6.0.2 + undici: 7.29.0 w3c-xmlserializer: 5.0.0 webidl-conversions: 8.0.1 whatwg-mimetype: 5.0.0 @@ -25706,7 +24732,7 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - jsonfile@6.2.0: + jsonfile@6.2.1: dependencies: universalify: 2.0.1 optionalDependencies: @@ -25758,7 +24784,7 @@ snapshots: karma@6.4.4: dependencies: '@colors/colors': 1.5.0 - body-parser: 1.20.4 + body-parser: 1.20.6 braces: 3.0.3 chokidar: 3.6.0 connect: 3.7.0 @@ -25766,7 +24792,7 @@ snapshots: dom-serialize: 2.2.1 glob: 7.2.3 graceful-fs: 4.2.11 - http-proxy: 1.18.1(debug@4.4.3) + http-proxy: 1.18.1 isbinaryfile: 4.0.10 lodash: 4.18.1 log4js: 6.9.1 @@ -25774,13 +24800,13 @@ snapshots: minimatch: 3.1.5 mkdirp: 0.5.6 qjobs: 1.2.0 - range-parser: 1.2.1 + range-parser: 1.3.0 rimraf: 3.0.2 socket.io: 4.8.3 source-map: 0.6.1 - tmp: 0.2.5 + tmp: 0.2.7 ua-parser-js: 0.7.41 - yargs: 16.2.0 + yargs: 16.2.2 transitivePeerDependencies: - bufferutil - debug @@ -25809,10 +24835,10 @@ snapshots: dependencies: language-subtag-registry: 0.3.23 - launch-editor@2.13.2: + launch-editor@2.14.1: dependencies: picocolors: 1.1.1 - shell-quote: 1.8.3 + shell-quote: 1.10.0 lerna-changelog@2.2.0: dependencies: @@ -25823,7 +24849,7 @@ snapshots: make-fetch-happen: 9.1.0 p-map: 3.0.0 progress: 2.0.3 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - bluebird - supports-color @@ -25833,7 +24859,7 @@ snapshots: '@npmcli/arborist': 9.1.6 '@npmcli/package-json': 7.0.2 '@npmcli/run-script': 10.0.3 - '@nx/devkit': 22.6.5(nx@22.6.5) + '@nx/devkit': 22.7.8(nx@22.7.8) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 20.1.2 aproba: 2.0.0 @@ -25851,7 +24877,7 @@ snapshots: dedent: 1.5.3 envinfo: 7.13.0 execa: 5.0.0 - fs-extra: 11.3.4 + fs-extra: 11.4.0 get-stream: 6.0.0 git-url-parse: 14.0.0 glob-parent: 6.0.2 @@ -25861,7 +24887,7 @@ snapshots: init-package-json: 8.2.2 inquirer: 12.9.6(@types/node@25.9.2) is-ci: 3.0.1 - jest-diff: 30.3.0 + jest-diff: 30.4.1 js-yaml: 4.1.1 libnpmaccess: 10.0.3 libnpmpublish: 11.1.2 @@ -25871,7 +24897,7 @@ snapshots: npm-package-arg: 13.0.1 npm-packlist: 10.0.3 npm-registry-fetch: 19.1.0 - nx: 22.6.5 + nx: 22.7.8 p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -25880,7 +24906,7 @@ snapshots: p-waterfall: 2.1.1 pacote: 21.0.1 read-cmd-shim: 4.0.0 - semver: 7.7.4 + semver: 7.8.5 signal-exit: 3.0.7 slash: 3.0.0 ssri: 12.0.0 @@ -25901,14 +24927,13 @@ snapshots: - '@swc/core' - '@types/node' - babel-plugin-macros - - debug - supports-color - less-loader@12.2.0(less@4.2.0)(webpack@5.93.0(esbuild@0.23.0)): + less-loader@12.2.0(less@4.2.0)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: less: 4.2.0 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) less@4.2.0: dependencies: @@ -25924,18 +24949,20 @@ snapshots: needle: 3.5.0 source-map: 0.6.1 - less@4.6.4: + less@4.8.1: dependencies: copy-anything: 3.0.5 parse-node-version: 1.0.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 - image-size: 0.5.5 - make-dir: 2.1.0 + make-dir: 5.1.0 mime: 1.6.0 needle: 3.5.0 + probe-image-size: 7.3.0 source-map: 0.6.1 + transitivePeerDependencies: + - supports-color leven@3.1.0: {} @@ -25958,66 +24985,66 @@ snapshots: npm-package-arg: 13.0.1 npm-registry-fetch: 19.1.0 proc-log: 5.0.0 - semver: 7.7.4 - sigstore: 4.1.0 + semver: 7.8.5 + sigstore: 4.1.1 ssri: 12.0.0 transitivePeerDependencies: - supports-color - license-webpack-plugin@4.0.2(webpack@5.93.0(esbuild@0.23.0)): + license-webpack-plugin@4.0.2(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: - webpack-sources: 3.3.4 + webpack-sources: 3.5.1 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) - lightningcss-android-arm64@1.32.0: + lightningcss-android-arm64@1.33.0: optional: true - lightningcss-darwin-arm64@1.32.0: + lightningcss-darwin-arm64@1.33.0: optional: true - lightningcss-darwin-x64@1.32.0: + lightningcss-darwin-x64@1.33.0: optional: true - lightningcss-freebsd-x64@1.32.0: + lightningcss-freebsd-x64@1.33.0: optional: true - lightningcss-linux-arm-gnueabihf@1.32.0: + lightningcss-linux-arm-gnueabihf@1.33.0: optional: true - lightningcss-linux-arm64-gnu@1.32.0: + lightningcss-linux-arm64-gnu@1.33.0: optional: true - lightningcss-linux-arm64-musl@1.32.0: + lightningcss-linux-arm64-musl@1.33.0: optional: true - lightningcss-linux-x64-gnu@1.32.0: + lightningcss-linux-x64-gnu@1.33.0: optional: true - lightningcss-linux-x64-musl@1.32.0: + lightningcss-linux-x64-musl@1.33.0: optional: true - lightningcss-win32-arm64-msvc@1.32.0: + lightningcss-win32-arm64-msvc@1.33.0: optional: true - lightningcss-win32-x64-msvc@1.32.0: + lightningcss-win32-x64-msvc@1.33.0: optional: true - lightningcss@1.32.0: + lightningcss@1.33.0: dependencies: detect-libc: 2.1.2 optionalDependencies: - lightningcss-android-arm64: 1.32.0 - lightningcss-darwin-arm64: 1.32.0 - lightningcss-darwin-x64: 1.32.0 - lightningcss-freebsd-x64: 1.32.0 - lightningcss-linux-arm-gnueabihf: 1.32.0 - lightningcss-linux-arm64-gnu: 1.32.0 - lightningcss-linux-arm64-musl: 1.32.0 - lightningcss-linux-x64-gnu: 1.32.0 - lightningcss-linux-x64-musl: 1.32.0 - lightningcss-win32-arm64-msvc: 1.32.0 - lightningcss-win32-x64-msvc: 1.32.0 + lightningcss-android-arm64: 1.33.0 + lightningcss-darwin-arm64: 1.33.0 + lightningcss-darwin-x64: 1.33.0 + lightningcss-freebsd-x64: 1.33.0 + lightningcss-linux-arm-gnueabihf: 1.33.0 + lightningcss-linux-arm64-gnu: 1.33.0 + lightningcss-linux-arm64-musl: 1.33.0 + lightningcss-linux-x64-gnu: 1.33.0 + lightningcss-linux-x64-musl: 1.33.0 + lightningcss-win32-arm64-msvc: 1.33.0 + lightningcss-win32-x64-msvc: 1.33.0 lilconfig@3.1.3: {} @@ -26027,22 +25054,13 @@ snapshots: lines-and-columns@2.0.3: {} - lint-staged@17.0.7: + lint-staged@17.3.0: dependencies: - listr2: 10.2.1 - picomatch: 4.0.4 + picomatch: 4.0.5 string-argv: 0.3.2 - tinyexec: 1.2.4 + tinyexec: 1.3.0 optionalDependencies: - yaml: 2.8.3 - - listr2@10.2.1: - dependencies: - cli-truncate: 2.1.0 - eventemitter3: 5.0.4 - log-update: 6.1.0 - rfdc: 1.4.1 - wrap-ansi: 10.0.0 + yaml: 2.9.0 listr2@8.2.4: dependencies: @@ -26055,7 +25073,7 @@ snapshots: lmdb@3.0.13: dependencies: - msgpackr: 1.11.10 + msgpackr: 1.12.1 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.2.2 ordered-binary: 1.6.1 @@ -26082,7 +25100,7 @@ snapshots: strip-bom: 4.0.0 type-fest: 0.6.0 - loader-runner@4.3.1: {} + loader-runner@4.3.2: {} loader-utils@2.0.4: dependencies: @@ -26092,10 +25110,10 @@ snapshots: loader-utils@3.3.1: {} - local-pkg@1.1.2: + local-pkg@1.2.1: dependencies: mlly: 1.8.2 - pkg-types: 2.3.0 + pkg-types: 2.3.1 quansync: 0.2.11 locate-path@2.0.0: @@ -26147,8 +25165,8 @@ snapshots: log4js@6.9.1: dependencies: date-format: 4.0.14 - debug: 4.4.3(supports-color@5.5.0) - flatted: 3.4.2 + debug: 4.4.3(supports-color@7.2.0) + flatted: 3.4.4 rfdc: 1.4.1 streamroller: 3.1.5 transitivePeerDependencies: @@ -26166,7 +25184,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.3.5: {} + lru-cache@11.5.2: {} lru-cache@5.1.1: dependencies: @@ -26193,16 +25211,19 @@ snapshots: make-dir@2.1.0: dependencies: pify: 4.0.1 - semver: 7.7.4 + semver: 7.8.5 optional: true make-dir@3.1.0: dependencies: - semver: 7.7.4 + semver: 7.8.5 make-dir@4.0.0: dependencies: - semver: 7.7.4 + semver: 7.8.5 + + make-dir@5.1.0: + optional: true make-fetch-happen@13.0.1: dependencies: @@ -26223,7 +25244,7 @@ snapshots: make-fetch-happen@15.0.2: dependencies: - '@npmcli/agent': 4.0.0 + '@npmcli/agent': 4.0.2 cacache: 20.0.4 http-cache-semantics: 4.2.0 minipass: 7.1.3 @@ -26237,10 +25258,10 @@ snapshots: transitivePeerDependencies: - supports-color - make-fetch-happen@15.0.5: + make-fetch-happen@15.0.6: dependencies: '@gar/promise-retry': 1.0.3 - '@npmcli/agent': 4.0.0 + '@npmcli/agent': 4.0.2 '@npmcli/redact': 4.0.0 cacache: 20.0.4 http-cache-semantics: 4.2.0 @@ -26260,7 +25281,7 @@ snapshots: cacache: 15.3.0 http-cache-semantics: 4.2.0 http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.1 + https-proxy-agent: 5.0.1(supports-color@7.2.0) is-lambda: 1.0.1 lru-cache: 6.0.0 minipass: 3.3.6 @@ -26385,7 +25406,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.3.0 + '@ungap/structured-clone': 1.3.3 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.1 trim-lines: 3.0.1 @@ -26415,22 +25436,22 @@ snapshots: media-typer@0.3.0: {} - memfs@4.57.2(tslib@2.6.3): - dependencies: - '@jsonjoy.com/fs-core': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-fsa': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-builtins': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-to-fsa': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-node-utils': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-print': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/fs-snapshot': 4.57.2(tslib@2.6.3) - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.6.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + memfs@4.68.0: + dependencies: + '@jsonjoy.com/fs-core': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-to-fsa': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.68.0(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.68.0(tslib@2.8.1) + '@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.6.1(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memorystream@0.3.1: {} @@ -26630,7 +25651,7 @@ snapshots: micromark@4.0.2: dependencies: '@types/debug': 4.1.13 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) decode-named-character-reference: 1.3.0 devlop: 1.1.0 micromark-core-commonmark: 2.0.3 @@ -26674,37 +25695,37 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.0(webpack@5.93.0(esbuild@0.23.0)): + mini-css-extract-plugin@2.9.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: schema-utils: 4.3.3 - tapable: 2.3.2 - webpack: 5.93.0(esbuild@0.27.7) + tapable: 2.3.3 + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) minimalistic-assert@1.0.1: {} - minimatch@10.2.4: + minimatch@10.2.5: dependencies: - brace-expansion: 5.0.5 + brace-expansion: 5.0.8 - minimatch@10.2.5: + minimatch@10.2.6: dependencies: - brace-expansion: 5.0.5 + brace-expansion: 5.0.9 minimatch@3.1.4: dependencies: - brace-expansion: 1.1.14 + brace-expansion: 1.1.18 minimatch@3.1.5: dependencies: - brace-expansion: 1.1.14 + brace-expansion: 1.1.18 minimatch@5.1.9: dependencies: - brace-expansion: 2.1.0 + brace-expansion: 2.1.4 minimatch@9.0.9: dependencies: - brace-expansion: 2.1.0 + brace-expansion: 2.1.4 minimist-options@4.1.0: dependencies: @@ -26752,7 +25773,7 @@ snapshots: minipass-sized: 2.0.0 minizlib: 3.1.0 optionalDependencies: - iconv-lite: 0.7.2 + iconv-lite: 0.7.3 minipass-flush@1.0.7: dependencies: @@ -26799,12 +25820,12 @@ snapshots: mlly@1.8.2: dependencies: - acorn: 8.16.0 + acorn: 8.18.0 pathe: 2.0.3 pkg-types: 1.3.1 - ufo: 1.6.3 + ufo: 1.6.4 - modern-tar@0.7.6: {} + modern-tar@0.8.4: {} modify-values@1.0.1: {} @@ -26816,21 +25837,21 @@ snapshots: ms@2.1.3: {} - msgpackr-extract@3.0.3: + msgpackr-extract@3.0.4: dependencies: node-gyp-build-optional-packages: 5.2.2 optionalDependencies: - '@msgpackr-extract/msgpackr-extract-darwin-arm64': 3.0.3 - '@msgpackr-extract/msgpackr-extract-darwin-x64': 3.0.3 - '@msgpackr-extract/msgpackr-extract-linux-arm': 3.0.3 - '@msgpackr-extract/msgpackr-extract-linux-arm64': 3.0.3 - '@msgpackr-extract/msgpackr-extract-linux-x64': 3.0.3 - '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.3 + '@msgpackr-extract/msgpackr-extract-darwin-arm64': 3.0.4 + '@msgpackr-extract/msgpackr-extract-darwin-x64': 3.0.4 + '@msgpackr-extract/msgpackr-extract-linux-arm': 3.0.4 + '@msgpackr-extract/msgpackr-extract-linux-arm64': 3.0.4 + '@msgpackr-extract/msgpackr-extract-linux-x64': 3.0.4 + '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.4 optional: true - msgpackr@1.11.10: + msgpackr@1.12.1: optionalDependencies: - msgpackr-extract: 3.0.3 + msgpackr-extract: 3.0.4 muggle-string@0.4.1: {} @@ -26849,18 +25870,25 @@ snapshots: object-assign: 4.1.1 thenify-all: 1.6.0 - nanoid@3.3.11: {} - - nanoid@3.3.12: {} + nanoid@3.3.17: {} natural-compare@1.4.0: {} ncp@2.0.0: {} + needle@2.9.1: + dependencies: + debug: 3.2.7 + iconv-lite: 0.4.24 + sax: 1.6.1 + transitivePeerDependencies: + - supports-color + optional: true + needle@3.5.0: dependencies: iconv-lite: 0.6.3 - sax: 1.6.0 + sax: 1.6.1 optional: true negotiator@0.6.3: {} @@ -26874,12 +25902,12 @@ snapshots: ng-packagr@18.2.0(@angular/compiler-cli@18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5))(tslib@2.8.1)(typescript@5.4.5): dependencies: '@angular/compiler-cli': 18.2.0(@angular/compiler@18.2.0(@angular/core@18.2.0(rxjs@7.8.2)(zone.js@0.13.2)))(typescript@5.4.5) - '@rollup/plugin-json': 6.1.0(rollup@4.60.2) - '@rollup/plugin-node-resolve': 15.3.1(rollup@4.60.2) - '@rollup/wasm-node': 4.60.2 - ajv: 8.18.0 + '@rollup/plugin-json': 6.1.0(rollup@4.62.4) + '@rollup/plugin-node-resolve': 15.3.1(rollup@4.62.4) + '@rollup/wasm-node': 4.62.4 + ajv: 8.20.0 ansi-colors: 4.1.3 - browserslist: 4.28.2 + browserslist: 4.28.7 cacache: 18.0.4 chokidar: 3.6.0 commander: 12.1.0 @@ -26890,16 +25918,18 @@ snapshots: find-cache-dir: 3.3.2 injection-js: 2.6.1 jsonc-parser: 3.3.1 - less: 4.6.4 + less: 4.8.1 ora: 5.4.1 - piscina: 4.9.2 - postcss: 8.5.10 + piscina: 4.9.3 + postcss: 8.5.26 rxjs: 7.8.2 - sass: 1.99.0 + sass: 1.102.0 tslib: 2.8.1 typescript: 5.4.5 optionalDependencies: - rollup: 4.60.2 + rollup: 4.62.4 + transitivePeerDependencies: + - supports-color nice-napi@1.0.2: dependencies: @@ -26917,12 +25947,12 @@ snapshots: node-addon-api@7.1.1: optional: true - node-exports-info@1.6.0: + node-exports-info@1.6.2: dependencies: array.prototype.flatmap: 1.3.3 es-errors: 1.3.0 object.entries: 1.1.9 - semver: 7.7.4 + semver: 7.8.5 node-forge@1.4.0: {} @@ -26942,39 +25972,37 @@ snapshots: make-fetch-happen: 13.0.1 nopt: 7.2.1 proc-log: 4.2.0 - semver: 7.7.4 + semver: 7.8.5 tar: 6.2.1 which: 4.0.0 transitivePeerDependencies: - supports-color - node-gyp@12.2.0: + node-gyp@12.4.0: dependencies: env-paths: 2.2.1 exponential-backoff: 3.1.3 graceful-fs: 4.2.11 - make-fetch-happen: 15.0.2 nopt: 9.0.0 proc-log: 6.1.0 - semver: 7.7.4 + semver: 7.8.5 tar: 7.5.11 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 + undici: 6.28.0 which: 6.0.1 - transitivePeerDependencies: - - supports-color node-int64@0.4.0: {} - node-releases@2.0.37: {} + node-releases@2.0.53: {} nodemon@3.1.14: dependencies: chokidar: 3.6.0 debug: 4.4.3(supports-color@5.5.0) ignore-by-default: 1.0.1 - minimatch: 10.2.5 + minimatch: 10.2.6 pstree.remy: 1.1.8 - semver: 7.7.4 + semver: 7.8.5 simple-update-notifier: 2.0.0 supports-color: 5.5.0 touch: 3.1.1 @@ -27001,20 +26029,20 @@ snapshots: dependencies: hosted-git-info: 2.8.9 resolve: 1.22.12 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-package-data@3.0.3: dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.16.1 - semver: 7.7.4 + is-core-module: 2.16.2 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -27023,6 +26051,8 @@ snapshots: normalize.css@8.0.1: {} + nostics@1.2.0: {} + npm-bundled@3.0.1: dependencies: npm-normalize-package-bin: 3.0.1 @@ -27035,19 +26065,19 @@ snapshots: dependencies: npm-normalize-package-bin: 5.0.0 - npm-check-updates@22.2.3: {} + npm-check-updates@23.0.2: {} npm-install-checks@6.3.0: dependencies: - semver: 7.7.4 + semver: 7.8.5 npm-install-checks@7.1.2: dependencies: - semver: 7.7.4 + semver: 7.8.5 npm-install-checks@8.0.0: dependencies: - semver: 7.7.4 + semver: 7.8.5 npm-normalize-package-bin@3.0.1: {} @@ -27059,21 +26089,21 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-name: 5.0.1 npm-package-arg@12.0.2: dependencies: hosted-git-info: 8.1.0 proc-log: 5.0.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-name: 6.0.2 npm-package-arg@13.0.1: dependencies: - hosted-git-info: 9.0.2 + hosted-git-info: 9.0.3 proc-log: 5.0.0 - semver: 7.7.4 + semver: 7.8.5 validate-npm-package-name: 6.0.2 npm-packlist@10.0.3: @@ -27090,21 +26120,21 @@ snapshots: npm-install-checks: 7.1.2 npm-normalize-package-bin: 4.0.0 npm-package-arg: 12.0.2 - semver: 7.7.4 + semver: 7.8.5 npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 npm-normalize-package-bin: 5.0.0 npm-package-arg: 13.0.1 - semver: 7.7.4 + semver: 7.8.5 npm-pick-manifest@9.1.0: dependencies: npm-install-checks: 6.3.0 npm-normalize-package-bin: 3.0.1 npm-package-arg: 11.0.3 - semver: 7.7.4 + semver: 7.8.5 npm-registry-fetch@17.1.0: dependencies: @@ -27137,10 +26167,10 @@ snapshots: ansi-styles: 6.2.3 cross-spawn: 7.0.6 memorystream: 0.3.1 - picomatch: 4.0.4 - pidtree: 0.6.0 + picomatch: 4.0.5 + pidtree: 0.6.1 read-package-json-fast: 4.0.0 - shell-quote: 1.8.3 + shell-quote: 1.10.0 which: 5.0.0 npm-run-all@4.1.5: @@ -27152,7 +26182,7 @@ snapshots: minimatch: 3.1.5 pidtree: 0.3.1 read-pkg: 3.0.0 - shell-quote: 1.8.3 + shell-quote: 1.10.0 string.prototype.padend: 3.1.6 npm-run-path@4.0.1: @@ -27163,57 +26193,133 @@ snapshots: dependencies: boolbase: 1.0.0 - nx@22.6.5: + nx@22.7.8: dependencies: + '@emnapi/core': 1.4.5 + '@emnapi/runtime': 1.4.5 + '@emnapi/wasi-threads': 1.0.4 + '@jest/diff-sequences': 30.0.1 '@napi-rs/wasm-runtime': 0.2.4 + '@tybys/wasm-util': 0.9.0 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.15.0 + agent-base: 6.0.2(supports-color@7.2.0) + ansi-colors: 4.1.3 + ansi-regex: 5.0.1 + ansi-styles: 4.3.0 + argparse: 2.0.1 + asynckit: 0.4.0 + axios: 1.18.1(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) + balanced-match: 4.0.3 + base64-js: 1.5.1 + bl: 4.1.0 + brace-expansion: 5.0.8 + buffer: 5.7.1 + call-bind-apply-helpers: 1.0.2 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 + clone: 1.0.4 + color-convert: 2.0.1 + color-name: 1.1.4 + combined-stream: 1.0.8 + debug: 4.4.3(supports-color@7.2.0) + defaults: 1.0.4 + define-lazy-prop: 2.0.0 + delayed-stream: 1.0.0 dotenv: 16.4.7 - dotenv-expand: 11.0.7 + dotenv-expand: 12.0.3 + dunder-proto: 1.0.1 ejs: 5.0.1 + emoji-regex: 8.0.0 + end-of-stream: 1.4.5 enquirer: 2.3.6 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-set-tostringtag: 2.1.0 + escalade: 3.2.0 + escape-string-regexp: 1.0.5 figures: 3.2.0 flat: 5.0.2 - front-matter: 4.0.2 + follow-redirects: 1.16.0(debug@4.4.3(supports-color@7.2.0)) + form-data: 4.0.6 + fs-constants: 1.0.0 + function-bind: 1.1.2 + get-caller-file: 2.0.5 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + gopd: 1.2.0 + has-flag: 4.0.0 + has-symbols: 1.1.0 + has-tostringtag: 1.0.2 + hasown: 2.0.4 + https-proxy-agent: 5.0.1(supports-color@7.2.0) + ieee754: 1.2.1 ignore: 7.0.5 - jest-diff: 30.3.0 + inherits: 2.0.4 + is-docker: 2.2.1 + is-fullwidth-code-point: 3.0.0 + is-interactive: 1.0.0 + is-unicode-supported: 0.1.0 + is-wsl: 2.2.0 + json5: 2.2.3 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 - minimatch: 10.2.4 + log-symbols: 4.1.0 + math-intrinsics: 1.1.0 + mime-db: 1.52.0 + mime-types: 2.1.35 + mimic-fn: 2.1.0 + minimatch: 10.2.5 + minimist: 1.2.8 + ms: 2.1.3 npm-run-path: 4.0.1 + once: 1.4.0 + onetime: 5.1.2 open: 8.4.2 ora: 5.3.0 + path-key: 3.1.1 picocolors: 1.1.1 + proxy-from-env: 2.1.0 + readable-stream: 3.6.2 + require-directory: 2.1.1 resolve.exports: 2.0.3 - semver: 7.7.4 + restore-cursor: 3.1.0 + safe-buffer: 5.2.1 + semver: 7.8.5 + signal-exit: 3.0.7 smol-toml: 1.6.1 string-width: 4.2.3 + string_decoder: 1.3.0 + strip-ansi: 6.0.1 + strip-bom: 3.0.0 + supports-color: 7.2.0 tar-stream: 2.2.0 - tmp: 0.2.5 + tmp: 0.2.7 tree-kill: 1.2.2 tsconfig-paths: 4.2.0 tslib: 2.8.1 - yaml: 2.8.3 + util-deprecate: 1.0.2 + wcwidth: 1.0.1 + wrap-ansi: 7.0.0 + wrappy: 1.0.2 + y18n: 5.0.8 + yaml: 2.9.0 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 22.6.5 - '@nx/nx-darwin-x64': 22.6.5 - '@nx/nx-freebsd-x64': 22.6.5 - '@nx/nx-linux-arm-gnueabihf': 22.6.5 - '@nx/nx-linux-arm64-gnu': 22.6.5 - '@nx/nx-linux-arm64-musl': 22.6.5 - '@nx/nx-linux-x64-gnu': 22.6.5 - '@nx/nx-linux-x64-musl': 22.6.5 - '@nx/nx-win32-arm64-msvc': 22.6.5 - '@nx/nx-win32-x64-msvc': 22.6.5 - transitivePeerDependencies: - - debug + '@nx/nx-darwin-arm64': 22.7.8 + '@nx/nx-darwin-x64': 22.7.8 + '@nx/nx-freebsd-x64': 22.7.8 + '@nx/nx-linux-arm-gnueabihf': 22.7.8 + '@nx/nx-linux-arm64-gnu': 22.7.8 + '@nx/nx-linux-arm64-musl': 22.7.8 + '@nx/nx-linux-x64-gnu': 22.7.8 + '@nx/nx-linux-x64-musl': 22.7.8 + '@nx/nx-win32-arm64-msvc': 22.7.8 + '@nx/nx-win32-x64-msvc': 22.7.8 object-assign@4.1.1: {} @@ -27226,7 +26332,7 @@ snapshots: call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 has-symbols: 1.1.0 object-keys: 1.1.1 @@ -27235,14 +26341,14 @@ snapshots: call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 object.fromentries@2.0.8: dependencies: call-bind: 1.0.9 define-properties: 1.2.1 es-abstract: 1.24.2 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 object.groupby@1.0.3: dependencies: @@ -27255,11 +26361,11 @@ snapshots: call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 obuf@1.1.2: {} - obug@2.1.1: {} + obug@2.1.4: {} ohash@2.0.11: {} @@ -27299,6 +26405,15 @@ snapshots: is-inside-container: 1.0.0 wsl-utils: 0.1.0 + open@11.0.0: + dependencies: + default-browser: 5.5.0 + define-lazy-prop: 3.0.0 + is-in-ssh: 1.0.0 + is-inside-container: 1.0.0 + powershell-utils: 0.1.0 + wsl-utils: 0.3.1 + open@8.4.2: dependencies: define-lazy-prop: 2.0.0 @@ -27345,8 +26460,9 @@ snapshots: os-tmpdir@1.0.2: {} - own-keys@1.0.1: + own-keys@1.0.2: dependencies: + call-bound: 1.0.4 get-intrinsic: 1.3.0 object-keys: 1.1.1 safe-push-apply: 1.0.0 @@ -27376,53 +26492,49 @@ snapshots: '@oxc-parser/binding-win32-ia32-msvc': 0.127.0 '@oxc-parser/binding-win32-x64-msvc': 0.127.0 - oxc-resolver@11.19.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): + oxc-resolver@11.24.2: optionalDependencies: - '@oxc-resolver/binding-android-arm-eabi': 11.19.1 - '@oxc-resolver/binding-android-arm64': 11.19.1 - '@oxc-resolver/binding-darwin-arm64': 11.19.1 - '@oxc-resolver/binding-darwin-x64': 11.19.1 - '@oxc-resolver/binding-freebsd-x64': 11.19.1 - '@oxc-resolver/binding-linux-arm-gnueabihf': 11.19.1 - '@oxc-resolver/binding-linux-arm-musleabihf': 11.19.1 - '@oxc-resolver/binding-linux-arm64-gnu': 11.19.1 - '@oxc-resolver/binding-linux-arm64-musl': 11.19.1 - '@oxc-resolver/binding-linux-ppc64-gnu': 11.19.1 - '@oxc-resolver/binding-linux-riscv64-gnu': 11.19.1 - '@oxc-resolver/binding-linux-riscv64-musl': 11.19.1 - '@oxc-resolver/binding-linux-s390x-gnu': 11.19.1 - '@oxc-resolver/binding-linux-x64-gnu': 11.19.1 - '@oxc-resolver/binding-linux-x64-musl': 11.19.1 - '@oxc-resolver/binding-openharmony-arm64': 11.19.1 - '@oxc-resolver/binding-wasm32-wasi': 11.19.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) - '@oxc-resolver/binding-win32-arm64-msvc': 11.19.1 - '@oxc-resolver/binding-win32-ia32-msvc': 11.19.1 - '@oxc-resolver/binding-win32-x64-msvc': 11.19.1 - transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - - oxlint@1.68.0: + '@oxc-resolver/binding-android-arm-eabi': 11.24.2 + '@oxc-resolver/binding-android-arm64': 11.24.2 + '@oxc-resolver/binding-darwin-arm64': 11.24.2 + '@oxc-resolver/binding-darwin-x64': 11.24.2 + '@oxc-resolver/binding-freebsd-x64': 11.24.2 + '@oxc-resolver/binding-linux-arm-gnueabihf': 11.24.2 + '@oxc-resolver/binding-linux-arm-musleabihf': 11.24.2 + '@oxc-resolver/binding-linux-arm64-gnu': 11.24.2 + '@oxc-resolver/binding-linux-arm64-musl': 11.24.2 + '@oxc-resolver/binding-linux-ppc64-gnu': 11.24.2 + '@oxc-resolver/binding-linux-riscv64-gnu': 11.24.2 + '@oxc-resolver/binding-linux-riscv64-musl': 11.24.2 + '@oxc-resolver/binding-linux-s390x-gnu': 11.24.2 + '@oxc-resolver/binding-linux-x64-gnu': 11.24.2 + '@oxc-resolver/binding-linux-x64-musl': 11.24.2 + '@oxc-resolver/binding-openharmony-arm64': 11.24.2 + '@oxc-resolver/binding-wasm32-wasi': 11.24.2 + '@oxc-resolver/binding-win32-arm64-msvc': 11.24.2 + '@oxc-resolver/binding-win32-x64-msvc': 11.24.2 + + oxlint@1.78.0: optionalDependencies: - '@oxlint/binding-android-arm-eabi': 1.68.0 - '@oxlint/binding-android-arm64': 1.68.0 - '@oxlint/binding-darwin-arm64': 1.68.0 - '@oxlint/binding-darwin-x64': 1.68.0 - '@oxlint/binding-freebsd-x64': 1.68.0 - '@oxlint/binding-linux-arm-gnueabihf': 1.68.0 - '@oxlint/binding-linux-arm-musleabihf': 1.68.0 - '@oxlint/binding-linux-arm64-gnu': 1.68.0 - '@oxlint/binding-linux-arm64-musl': 1.68.0 - '@oxlint/binding-linux-ppc64-gnu': 1.68.0 - '@oxlint/binding-linux-riscv64-gnu': 1.68.0 - '@oxlint/binding-linux-riscv64-musl': 1.68.0 - '@oxlint/binding-linux-s390x-gnu': 1.68.0 - '@oxlint/binding-linux-x64-gnu': 1.68.0 - '@oxlint/binding-linux-x64-musl': 1.68.0 - '@oxlint/binding-openharmony-arm64': 1.68.0 - '@oxlint/binding-win32-arm64-msvc': 1.68.0 - '@oxlint/binding-win32-ia32-msvc': 1.68.0 - '@oxlint/binding-win32-x64-msvc': 1.68.0 + '@oxlint/binding-android-arm-eabi': 1.78.0 + '@oxlint/binding-android-arm64': 1.78.0 + '@oxlint/binding-darwin-arm64': 1.78.0 + '@oxlint/binding-darwin-x64': 1.78.0 + '@oxlint/binding-freebsd-x64': 1.78.0 + '@oxlint/binding-linux-arm-gnueabihf': 1.78.0 + '@oxlint/binding-linux-arm-musleabihf': 1.78.0 + '@oxlint/binding-linux-arm64-gnu': 1.78.0 + '@oxlint/binding-linux-arm64-musl': 1.78.0 + '@oxlint/binding-linux-ppc64-gnu': 1.78.0 + '@oxlint/binding-linux-riscv64-gnu': 1.78.0 + '@oxlint/binding-linux-riscv64-musl': 1.78.0 + '@oxlint/binding-linux-s390x-gnu': 1.78.0 + '@oxlint/binding-linux-x64-gnu': 1.78.0 + '@oxlint/binding-linux-x64-musl': 1.78.0 + '@oxlint/binding-openharmony-arm64': 1.78.0 + '@oxlint/binding-win32-arm64-msvc': 1.78.0 + '@oxlint/binding-win32-ia32-msvc': 1.78.0 + '@oxlint/binding-win32-x64-msvc': 1.78.0 p-finally@1.0.0: {} @@ -27468,7 +26580,7 @@ snapshots: dependencies: aggregate-error: 3.1.0 - p-map@7.0.4: {} + p-map@7.0.6: {} p-pipe@3.1.0: {} @@ -27482,7 +26594,7 @@ snapshots: p-retry@6.2.1: dependencies: '@types/retry': 0.12.2 - is-network-error: 1.3.1 + is-network-error: 1.3.2 retry: 0.13.1 p-timeout@3.2.0: @@ -27538,13 +26650,13 @@ snapshots: npm-registry-fetch: 19.1.0 proc-log: 5.0.0 promise-retry: 2.0.1 - sigstore: 4.1.0 + sigstore: 4.1.1 ssri: 12.0.0 tar: 7.5.11 transitivePeerDependencies: - supports-color - pacote@21.5.0: + pacote@21.5.1: dependencies: '@gar/promise-retry': 1.0.3 '@npmcli/git': 7.0.2 @@ -27560,7 +26672,7 @@ snapshots: npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.0 proc-log: 6.1.0 - sigstore: 4.1.0 + sigstore: 4.1.1 ssri: 13.0.1 tar: 7.5.11 transitivePeerDependencies: @@ -27583,7 +26695,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 error-ex: 1.3.4 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -27649,7 +26761,7 @@ snapshots: path-scurry@2.0.2: dependencies: - lru-cache: 11.3.5 + lru-cache: 11.5.2 minipass: 7.1.3 path-to-regexp@0.1.7: {} @@ -27674,11 +26786,11 @@ snapshots: picomatch@4.0.2: {} - picomatch@4.0.4: {} + picomatch@4.0.5: {} pidtree@0.3.1: {} - pidtree@0.6.0: {} + pidtree@0.6.1: {} pify@2.3.0: {} @@ -27687,18 +26799,18 @@ snapshots: pify@4.0.1: optional: true - pinia@3.0.4(typescript@5.4.5)(vue@3.5.35(typescript@5.4.5)): + pinia@3.0.4(typescript@5.4.5)(vue@3.5.41(typescript@5.4.5)): dependencies: - '@vue/devtools-api': 7.7.9 - vue: 3.5.35(typescript@5.4.5) + '@vue/devtools-api': 7.7.10 + vue: 3.5.41(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 optional: true - pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)): + pinia@3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)): dependencies: - '@vue/devtools-api': 7.7.9 - vue: 3.5.35(typescript@6.0.3) + '@vue/devtools-api': 7.7.10 + vue: 3.5.41(typescript@6.0.3) optionalDependencies: typescript: 6.0.3 @@ -27708,7 +26820,7 @@ snapshots: optionalDependencies: nice-napi: 1.0.2 - piscina@4.9.2: + piscina@4.9.3: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -27726,17 +26838,17 @@ snapshots: mlly: 1.8.2 pathe: 2.0.3 - pkg-types@2.3.0: + pkg-types@2.3.1: dependencies: confbox: 0.2.4 - exsolve: 1.0.8 + exsolve: 1.1.1 pathe: 2.0.3 - playwright-core@1.60.0: {} + playwright-core@1.62.1: {} - playwright@1.60.0: + playwright@1.62.1: dependencies: - playwright-core: 1.60.0 + playwright-core: 1.62.1 optionalDependencies: fsevents: 2.3.2 @@ -27749,103 +26861,103 @@ snapshots: postcss-banner@4.0.1: dependencies: - postcss: 8.5.15 + postcss: 8.5.26 - postcss-calc@10.1.1(postcss@8.5.15): + postcss-calc@10.1.1(postcss@8.5.19): dependencies: - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 postcss-value-parser: 4.2.0 - postcss-colormin@7.0.9(postcss@8.5.15): + postcss-colormin@7.0.10(postcss@8.5.19): dependencies: - '@colordx/core': 5.2.0 - browserslist: 4.28.2 + '@colordx/core': 5.5.0 + browserslist: 4.28.6 caniuse-api: 3.0.0 - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-convert-values@7.0.11(postcss@8.5.15): + postcss-convert-values@7.0.12(postcss@8.5.19): dependencies: - browserslist: 4.28.2 - postcss: 8.5.15 + browserslist: 4.28.6 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-discard-comments@7.0.7(postcss@8.5.15): + postcss-discard-comments@7.0.8(postcss@8.5.19): dependencies: - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 - postcss-discard-duplicates@7.0.3(postcss@8.5.15): + postcss-discard-duplicates@7.0.4(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 - postcss-discard-empty@7.0.2(postcss@8.5.15): + postcss-discard-empty@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 - postcss-discard-overridden@7.0.2(postcss@8.5.15): + postcss-discard-overridden@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 - postcss-input-range@6.0.0(postcss@8.5.15): + postcss-input-range@6.0.0(postcss@8.5.19): dependencies: - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 - postcss-loader@8.1.1(postcss@8.4.41)(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)): + postcss-loader@8.1.1(postcss@8.4.41)(typescript@5.4.5)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: - cosmiconfig: 9.0.1(typescript@5.4.5) + cosmiconfig: 9.0.2(typescript@5.4.5) jiti: 1.21.7 postcss: 8.4.41 - semver: 7.7.4 + semver: 7.8.5 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) transitivePeerDependencies: - typescript postcss-media-query-parser@0.2.3: {} - postcss-merge-longhand@7.0.6(postcss@8.5.15): + postcss-merge-longhand@7.0.7(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - stylehacks: 7.0.10(postcss@8.5.15) + stylehacks: 7.0.11(postcss@8.5.19) - postcss-merge-rules@7.0.10(postcss@8.5.15): + postcss-merge-rules@7.0.11(postcss@8.5.19): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.6 caniuse-api: 3.0.0 - cssnano-utils: 5.0.2(postcss@8.5.15) - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + cssnano-utils: 5.0.3(postcss@8.5.19) + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 - postcss-minify-font-values@7.0.2(postcss@8.5.15): + postcss-minify-font-values@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-minify-gradients@7.0.4(postcss@8.5.15): + postcss-minify-gradients@7.0.5(postcss@8.5.19): dependencies: - '@colordx/core': 5.2.0 - cssnano-utils: 5.0.2(postcss@8.5.15) - postcss: 8.5.15 + '@colordx/core': 5.5.0 + cssnano-utils: 5.0.3(postcss@8.5.19) + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-minify-params@7.0.8(postcss@8.5.15): + postcss-minify-params@7.0.9(postcss@8.5.19): dependencies: - browserslist: 4.28.2 - cssnano-utils: 5.0.2(postcss@8.5.15) - postcss: 8.5.15 + browserslist: 4.28.6 + cssnano-utils: 5.0.3(postcss@8.5.19) + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-minify-selectors@7.1.0(postcss@8.5.15): + postcss-minify-selectors@7.1.2(postcss@8.5.19): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.6 caniuse-api: 3.0.0 cssesc: 3.0.0 - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 postcss-modules-extract-imports@3.1.0(postcss@8.4.41): dependencies: @@ -27855,138 +26967,140 @@ snapshots: dependencies: icss-utils: 5.1.0(postcss@8.4.41) postcss: 8.4.41 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.5 postcss-value-parser: 4.2.0 postcss-modules-scope@3.2.1(postcss@8.4.41): dependencies: postcss: 8.4.41 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.5 postcss-modules-values@4.0.0(postcss@8.4.41): dependencies: icss-utils: 5.1.0(postcss@8.4.41) postcss: 8.4.41 - postcss-normalize-charset@7.0.2(postcss@8.5.15): + postcss-normalize-charset@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 - postcss-normalize-display-values@7.0.2(postcss@8.5.15): + postcss-normalize-display-values@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-positions@7.0.3(postcss@8.5.15): + postcss-normalize-positions@7.0.4(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-repeat-style@7.0.3(postcss@8.5.15): + postcss-normalize-repeat-style@7.0.4(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-string@7.0.2(postcss@8.5.15): + postcss-normalize-string@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-timing-functions@7.0.2(postcss@8.5.15): + postcss-normalize-timing-functions@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-unicode@7.0.8(postcss@8.5.15): + postcss-normalize-unicode@7.0.9(postcss@8.5.19): dependencies: - browserslist: 4.28.2 - postcss: 8.5.15 + browserslist: 4.28.6 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-url@7.0.2(postcss@8.5.15): + postcss-normalize-url@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-normalize-whitespace@7.0.2(postcss@8.5.15): + postcss-normalize-whitespace@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-ordered-values@7.0.3(postcss@8.5.15): + postcss-ordered-values@7.0.4(postcss@8.5.19): dependencies: - cssnano-utils: 5.0.2(postcss@8.5.15) - postcss: 8.5.15 + cssnano-utils: 5.0.3(postcss@8.5.19) + postcss: 8.5.19 postcss-value-parser: 4.2.0 - postcss-reduce-initial@7.0.8(postcss@8.5.15): + postcss-reduce-initial@7.0.9(postcss@8.5.19): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.6 caniuse-api: 3.0.0 - postcss: 8.5.15 + postcss: 8.5.19 - postcss-reduce-transforms@7.0.2(postcss@8.5.15): + postcss-reduce-transforms@7.0.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 postcss-resolve-nested-selector@0.1.6: {} - postcss-safe-parser@7.0.1(postcss@8.5.15): + postcss-safe-parser@7.0.1(postcss@8.5.26): dependencies: - postcss: 8.5.15 + postcss: 8.5.26 - postcss-scss@4.0.9(postcss@8.5.10): + postcss-scss@4.0.9(postcss@8.5.26): dependencies: - postcss: 8.5.10 + postcss: 8.5.26 - postcss-selector-parser@7.1.1: + postcss-selector-parser@7.1.5: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-sorting@10.0.0(postcss@8.5.10): + postcss-sorting@10.0.0(postcss@8.5.26): dependencies: - postcss: 8.5.10 + postcss: 8.5.26 - postcss-svgo@7.1.2(postcss@8.5.15): + postcss-svgo@7.1.3(postcss@8.5.19): dependencies: - postcss: 8.5.15 + postcss: 8.5.19 postcss-value-parser: 4.2.0 - svgo: 4.0.1 + svgo: 4.0.2 - postcss-unique-selectors@7.0.6(postcss@8.5.15): + postcss-unique-selectors@7.0.7(postcss@8.5.19): dependencies: - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 postcss-value-parser@4.2.0: {} postcss@8.4.41: dependencies: - nanoid: 3.3.11 + nanoid: 3.3.17 picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.10: + postcss@8.5.19: dependencies: - nanoid: 3.3.11 + nanoid: 3.3.17 picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.15: + postcss@8.5.26: dependencies: - nanoid: 3.3.12 + nanoid: 3.3.17 picocolors: 1.1.1 source-map-js: 1.2.1 + powershell-utils@0.1.0: {} + prelude-ls@1.2.1: {} prettier-linter-helpers@1.0.1: dependencies: fast-diff: 1.3.0 - prettier@3.8.3: {} + prettier@3.9.6: {} pretty-format@27.5.1: dependencies: @@ -28001,11 +27115,21 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 - pretty-format@30.3.0: + pretty-format@30.4.1: dependencies: - '@jest/schemas': 30.0.5 + '@jest/schemas': 30.4.1 ansi-styles: 5.2.0 - react-is: 18.3.1 + react-is-18: react-is@18.3.1 + react-is-19: react-is@19.2.8 + + probe-image-size@7.3.0: + dependencies: + lodash.merge: 4.6.2 + needle: 2.9.1 + stream-parser: 0.3.1 + transitivePeerDependencies: + - supports-color + optional: true proc-log@4.2.0: {} @@ -28045,7 +27169,7 @@ snapshots: object-assign: 4.1.1 react-is: 16.13.1 - property-information@7.1.0: {} + property-information@7.2.0: {} proto-list@1.2.4: {} @@ -28067,45 +27191,48 @@ snapshots: punycode@2.3.1: {} - puppeteer-core@25.1.0: + puppeteer-core@25.6.0: dependencies: - '@puppeteer/browsers': 3.0.4 - chromium-bidi: 16.0.1(devtools-protocol@0.0.1624250) - devtools-protocol: 0.0.1624250 + '@puppeteer/browsers': 3.2.0 + chromium-bidi: 17.0.2(devtools-protocol@0.0.1653615) + devtools-protocol: 0.0.1653615 typed-query-selector: 2.12.2 webdriver-bidi-protocol: 0.4.2 - ws: 8.21.0 + ws: 8.21.2 transitivePeerDependencies: - bufferutil - proxy-agent - utf-8-validate + - yauzl - puppeteer@25.1.0: + puppeteer@25.6.0: dependencies: - '@puppeteer/browsers': 3.0.4 - chromium-bidi: 16.0.1(devtools-protocol@0.0.1624250) - devtools-protocol: 0.0.1624250 + '@puppeteer/browsers': 3.2.0 + chromium-bidi: 17.0.2(devtools-protocol@0.0.1653615) + devtools-protocol: 0.0.1653615 lilconfig: 3.1.3 - puppeteer-core: 25.1.0 + puppeteer-core: 25.6.0 typed-query-selector: 2.12.2 transitivePeerDependencies: - bufferutil - proxy-agent - utf-8-validate + - yauzl - qified@0.9.1: + qified@0.10.1: dependencies: - hookified: 2.1.1 + hookified: 2.2.0 qjobs@1.2.0: {} qs@6.11.0: dependencies: - side-channel: 1.1.0 + side-channel: 1.1.1 - qs@6.14.2: + qs@6.15.3: dependencies: - side-channel: 1.1.0 + es-define-property: 1.0.1 + side-channel: 1.1.1 quansync@0.2.11: {} @@ -28119,6 +27246,8 @@ snapshots: range-parser@1.2.1: {} + range-parser@1.3.0: {} + raw-body@2.5.1: dependencies: bytes: 3.1.2 @@ -28152,6 +27281,8 @@ snapshots: react-is@18.3.1: {} + react-is@19.2.8: {} + react-property@2.0.2: {} react-refresh@0.17.0: {} @@ -28228,11 +27359,9 @@ snapshots: dependencies: picomatch: 2.3.2 - readdirp@4.1.2: {} - - readdirp@5.0.0: {} + readdirp@5.1.1: {} - recast@0.23.11: + recast@0.23.19: dependencies: ast-types: 0.16.1 esprima: 4.0.1 @@ -28253,7 +27382,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.24.2 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 get-intrinsic: 1.3.0 get-proto: 1.0.1 which-builtin-type: 1.2.1 @@ -28284,13 +27413,13 @@ snapshots: regenerate: 1.4.2 regenerate-unicode-properties: 10.2.2 regjsgen: 0.8.0 - regjsparser: 0.13.1 + regjsparser: 0.13.2 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.2.1 registry-auth-token@5.1.1: dependencies: - '@pnpm/npm-conf': 3.0.2 + '@pnpm/npm-conf': 3.0.3 registry-url@5.1.0: dependencies: @@ -28298,7 +27427,7 @@ snapshots: regjsgen@0.8.0: {} - regjsparser@0.13.1: + regjsparser@0.13.2: dependencies: jsesc: 3.1.0 @@ -28371,7 +27500,7 @@ snapshots: dependencies: chalk: 4.1.2 glob: 8.1.0 - yargs: 17.7.2 + yargs: 17.7.3 require-directory@2.1.1: {} @@ -28402,21 +27531,21 @@ snapshots: resolve@1.22.12: dependencies: es-errors: 1.3.0 - is-core-module: 2.16.1 + is-core-module: 2.16.2 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 resolve@1.22.8: dependencies: - is-core-module: 2.16.1 + is-core-module: 2.16.2 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - resolve@2.0.0-next.6: + resolve@2.0.0-next.7: dependencies: es-errors: 1.3.0 - is-core-module: 2.16.1 - node-exports-info: 1.6.0 + is-core-module: 2.16.2 + node-exports-info: 1.6.2 object-keys: 1.1.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -28459,47 +27588,48 @@ snapshots: glob: 13.0.6 package-json-from-dist: 1.0.1 - rolldown@1.0.3: + rolldown@1.2.3: dependencies: - '@oxc-project/types': 0.133.0 + '@oxc-project/types': 0.143.0 '@rolldown/pluginutils': 1.0.1 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.3 - '@rolldown/binding-darwin-arm64': 1.0.3 - '@rolldown/binding-darwin-x64': 1.0.3 - '@rolldown/binding-freebsd-x64': 1.0.3 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.3 - '@rolldown/binding-linux-arm64-gnu': 1.0.3 - '@rolldown/binding-linux-arm64-musl': 1.0.3 - '@rolldown/binding-linux-ppc64-gnu': 1.0.3 - '@rolldown/binding-linux-s390x-gnu': 1.0.3 - '@rolldown/binding-linux-x64-gnu': 1.0.3 - '@rolldown/binding-linux-x64-musl': 1.0.3 - '@rolldown/binding-openharmony-arm64': 1.0.3 - '@rolldown/binding-wasm32-wasi': 1.0.3 - '@rolldown/binding-win32-arm64-msvc': 1.0.3 - '@rolldown/binding-win32-x64-msvc': 1.0.3 - - rollup-plugin-external-globals@0.13.0(rollup@4.61.0): - dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.61.0) + '@rolldown/binding-android-arm64': 1.2.3 + '@rolldown/binding-darwin-arm64': 1.2.3 + '@rolldown/binding-darwin-x64': 1.2.3 + '@rolldown/binding-freebsd-x64': 1.2.3 + '@rolldown/binding-linux-arm-gnueabihf': 1.2.3 + '@rolldown/binding-linux-arm64-gnu': 1.2.3 + '@rolldown/binding-linux-arm64-musl': 1.2.3 + '@rolldown/binding-linux-ppc64-gnu': 1.2.3 + '@rolldown/binding-linux-s390x-gnu': 1.2.3 + '@rolldown/binding-linux-x64-gnu': 1.2.3 + '@rolldown/binding-linux-x64-musl': 1.2.3 + '@rolldown/binding-openharmony-arm64': 1.2.3 + '@rolldown/binding-win32-arm64-msvc': 1.2.3 + '@rolldown/binding-win32-x64-msvc': 1.2.3 + + rollup-plugin-external-globals@0.13.0(rollup@4.62.2): + dependencies: + '@rollup/pluginutils': 5.4.0(rollup@4.62.2) estree-walker: 3.0.3 is-reference: 3.0.3 magic-string: 0.30.21 - rollup: 4.61.0 - - rollup-plugin-external-globals@0.13.0(rollup@4.62.0): - dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.62.0) - estree-walker: 3.0.3 - is-reference: 3.0.3 - magic-string: 0.30.21 - rollup: 4.62.0 + rollup: 4.62.2 rollup-plugin-svg@2.0.0: dependencies: rollup-pluginutils: 1.5.2 + rollup-plugin-visualizer@7.0.1(rolldown@1.2.3)(rollup@4.62.2): + dependencies: + open: 11.0.0 + picomatch: 4.0.5 + source-map: 0.7.6 + yargs: 18.1.0 + optionalDependencies: + rolldown: 1.2.3 + rollup: 4.62.2 + rollup-pluginutils@1.5.2: dependencies: estree-walker: 0.2.1 @@ -28527,97 +27657,67 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.20.0 fsevents: 2.3.3 - rollup@4.60.2: - dependencies: - '@types/estree': 1.0.8 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.60.2 - '@rollup/rollup-android-arm64': 4.60.2 - '@rollup/rollup-darwin-arm64': 4.60.2 - '@rollup/rollup-darwin-x64': 4.60.2 - '@rollup/rollup-freebsd-arm64': 4.60.2 - '@rollup/rollup-freebsd-x64': 4.60.2 - '@rollup/rollup-linux-arm-gnueabihf': 4.60.2 - '@rollup/rollup-linux-arm-musleabihf': 4.60.2 - '@rollup/rollup-linux-arm64-gnu': 4.60.2 - '@rollup/rollup-linux-arm64-musl': 4.60.2 - '@rollup/rollup-linux-loong64-gnu': 4.60.2 - '@rollup/rollup-linux-loong64-musl': 4.60.2 - '@rollup/rollup-linux-ppc64-gnu': 4.60.2 - '@rollup/rollup-linux-ppc64-musl': 4.60.2 - '@rollup/rollup-linux-riscv64-gnu': 4.60.2 - '@rollup/rollup-linux-riscv64-musl': 4.60.2 - '@rollup/rollup-linux-s390x-gnu': 4.60.2 - '@rollup/rollup-linux-x64-gnu': 4.60.2 - '@rollup/rollup-linux-x64-musl': 4.60.2 - '@rollup/rollup-openbsd-x64': 4.60.2 - '@rollup/rollup-openharmony-arm64': 4.60.2 - '@rollup/rollup-win32-arm64-msvc': 4.60.2 - '@rollup/rollup-win32-ia32-msvc': 4.60.2 - '@rollup/rollup-win32-x64-gnu': 4.60.2 - '@rollup/rollup-win32-x64-msvc': 4.60.2 - fsevents: 2.3.3 - - rollup@4.61.0: + rollup@4.62.2: dependencies: '@types/estree': 1.0.9 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.61.0 - '@rollup/rollup-android-arm64': 4.61.0 - '@rollup/rollup-darwin-arm64': 4.61.0 - '@rollup/rollup-darwin-x64': 4.61.0 - '@rollup/rollup-freebsd-arm64': 4.61.0 - '@rollup/rollup-freebsd-x64': 4.61.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.61.0 - '@rollup/rollup-linux-arm-musleabihf': 4.61.0 - '@rollup/rollup-linux-arm64-gnu': 4.61.0 - '@rollup/rollup-linux-arm64-musl': 4.61.0 - '@rollup/rollup-linux-loong64-gnu': 4.61.0 - '@rollup/rollup-linux-loong64-musl': 4.61.0 - '@rollup/rollup-linux-ppc64-gnu': 4.61.0 - '@rollup/rollup-linux-ppc64-musl': 4.61.0 - '@rollup/rollup-linux-riscv64-gnu': 4.61.0 - '@rollup/rollup-linux-riscv64-musl': 4.61.0 - '@rollup/rollup-linux-s390x-gnu': 4.61.0 - '@rollup/rollup-linux-x64-gnu': 4.61.0 - '@rollup/rollup-linux-x64-musl': 4.61.0 - '@rollup/rollup-openbsd-x64': 4.61.0 - '@rollup/rollup-openharmony-arm64': 4.61.0 - '@rollup/rollup-win32-arm64-msvc': 4.61.0 - '@rollup/rollup-win32-ia32-msvc': 4.61.0 - '@rollup/rollup-win32-x64-gnu': 4.61.0 - '@rollup/rollup-win32-x64-msvc': 4.61.0 + '@rollup/rollup-android-arm-eabi': 4.62.2 + '@rollup/rollup-android-arm64': 4.62.2 + '@rollup/rollup-darwin-arm64': 4.62.2 + '@rollup/rollup-darwin-x64': 4.62.2 + '@rollup/rollup-freebsd-arm64': 4.62.2 + '@rollup/rollup-freebsd-x64': 4.62.2 + '@rollup/rollup-linux-arm-gnueabihf': 4.62.2 + '@rollup/rollup-linux-arm-musleabihf': 4.62.2 + '@rollup/rollup-linux-arm64-gnu': 4.62.2 + '@rollup/rollup-linux-arm64-musl': 4.62.2 + '@rollup/rollup-linux-loong64-gnu': 4.62.2 + '@rollup/rollup-linux-loong64-musl': 4.62.2 + '@rollup/rollup-linux-ppc64-gnu': 4.62.2 + '@rollup/rollup-linux-ppc64-musl': 4.62.2 + '@rollup/rollup-linux-riscv64-gnu': 4.62.2 + '@rollup/rollup-linux-riscv64-musl': 4.62.2 + '@rollup/rollup-linux-s390x-gnu': 4.62.2 + '@rollup/rollup-linux-x64-gnu': 4.62.2 + '@rollup/rollup-linux-x64-musl': 4.62.2 + '@rollup/rollup-openbsd-x64': 4.62.2 + '@rollup/rollup-openharmony-arm64': 4.62.2 + '@rollup/rollup-win32-arm64-msvc': 4.62.2 + '@rollup/rollup-win32-ia32-msvc': 4.62.2 + '@rollup/rollup-win32-x64-gnu': 4.62.2 + '@rollup/rollup-win32-x64-msvc': 4.62.2 fsevents: 2.3.3 - rollup@4.62.0: + rollup@4.62.4: dependencies: '@types/estree': 1.0.9 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.62.0 - '@rollup/rollup-android-arm64': 4.62.0 - '@rollup/rollup-darwin-arm64': 4.62.0 - '@rollup/rollup-darwin-x64': 4.62.0 - '@rollup/rollup-freebsd-arm64': 4.62.0 - '@rollup/rollup-freebsd-x64': 4.62.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.62.0 - '@rollup/rollup-linux-arm-musleabihf': 4.62.0 - '@rollup/rollup-linux-arm64-gnu': 4.62.0 - '@rollup/rollup-linux-arm64-musl': 4.62.0 - '@rollup/rollup-linux-loong64-gnu': 4.62.0 - '@rollup/rollup-linux-loong64-musl': 4.62.0 - '@rollup/rollup-linux-ppc64-gnu': 4.62.0 - '@rollup/rollup-linux-ppc64-musl': 4.62.0 - '@rollup/rollup-linux-riscv64-gnu': 4.62.0 - '@rollup/rollup-linux-riscv64-musl': 4.62.0 - '@rollup/rollup-linux-s390x-gnu': 4.62.0 - '@rollup/rollup-linux-x64-gnu': 4.62.0 - '@rollup/rollup-linux-x64-musl': 4.62.0 - '@rollup/rollup-openbsd-x64': 4.62.0 - '@rollup/rollup-openharmony-arm64': 4.62.0 - '@rollup/rollup-win32-arm64-msvc': 4.62.0 - '@rollup/rollup-win32-ia32-msvc': 4.62.0 - '@rollup/rollup-win32-x64-gnu': 4.62.0 - '@rollup/rollup-win32-x64-msvc': 4.62.0 + '@napi-rs/lzma-linux-x64-gnu': 1.5.1 + '@rollup/rollup-android-arm-eabi': 4.62.4 + '@rollup/rollup-android-arm64': 4.62.4 + '@rollup/rollup-darwin-arm64': 4.62.4 + '@rollup/rollup-darwin-x64': 4.62.4 + '@rollup/rollup-freebsd-arm64': 4.62.4 + '@rollup/rollup-freebsd-x64': 4.62.4 + '@rollup/rollup-linux-arm-gnueabihf': 4.62.4 + '@rollup/rollup-linux-arm-musleabihf': 4.62.4 + '@rollup/rollup-linux-arm64-gnu': 4.62.4 + '@rollup/rollup-linux-arm64-musl': 4.62.4 + '@rollup/rollup-linux-loong64-gnu': 4.62.4 + '@rollup/rollup-linux-loong64-musl': 4.62.4 + '@rollup/rollup-linux-ppc64-gnu': 4.62.4 + '@rollup/rollup-linux-ppc64-musl': 4.62.4 + '@rollup/rollup-linux-riscv64-gnu': 4.62.4 + '@rollup/rollup-linux-riscv64-musl': 4.62.4 + '@rollup/rollup-linux-s390x-gnu': 4.62.4 + '@rollup/rollup-linux-x64-gnu': 4.62.4 + '@rollup/rollup-linux-x64-musl': 4.62.4 + '@rollup/rollup-openbsd-x64': 4.62.4 + '@rollup/rollup-openharmony-arm64': 4.62.4 + '@rollup/rollup-win32-arm64-msvc': 4.62.4 + '@rollup/rollup-win32-ia32-msvc': 4.62.4 + '@rollup/rollup-win32-x64-gnu': 4.62.4 + '@rollup/rollup-win32-x64-msvc': 4.62.4 fsevents: 2.3.3 run-applescript@7.1.0: {} @@ -28663,44 +27763,36 @@ snapshots: safer-buffer@2.1.2: {} - sass-loader@16.0.0(sass@1.77.8)(webpack@5.93.0(esbuild@0.23.0)): + sass-loader@16.0.0(sass@1.77.8)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.77.8 - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) - sass@1.100.0: + sass@1.101.0: dependencies: chokidar: 5.0.0 - immutable: 5.1.5 + immutable: 5.1.9 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.6 + '@parcel/watcher': 2.6.0 - sass@1.101.0: + sass@1.102.0: dependencies: chokidar: 5.0.0 - immutable: 5.1.5 + immutable: 5.1.9 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.6 + '@parcel/watcher': 2.6.0 sass@1.77.8: dependencies: chokidar: 3.6.0 - immutable: 4.3.8 - source-map-js: 1.2.1 - - sass@1.99.0: - dependencies: - chokidar: 4.0.3 - immutable: 5.1.5 + immutable: 4.3.9 source-map-js: 1.2.1 - optionalDependencies: - '@parcel/watcher': 2.5.6 - sax@1.6.0: {} + sax@1.6.1: {} saxes@6.0.0: dependencies: @@ -28713,15 +27805,15 @@ snapshots: schema-utils@3.3.0: dependencies: '@types/json-schema': 7.0.15 - ajv: 6.14.0 - ajv-keywords: 3.5.2(ajv@6.14.0) + ajv: 6.15.0 + ajv-keywords: 3.5.2(ajv@6.15.0) schema-utils@4.3.3: dependencies: '@types/json-schema': 7.0.15 - ajv: 8.18.0 - ajv-formats: 2.1.1(ajv@8.18.0) - ajv-keywords: 5.1.0(ajv@8.18.0) + ajv: 8.20.0 + ajv-formats: 2.1.1(ajv@8.20.0) + ajv-keywords: 5.1.0(ajv@8.20.0) scule@1.3.0: {} @@ -28732,7 +27824,7 @@ snapshots: '@types/node-forge': 1.3.14 node-forge: 1.4.0 - semver@7.7.4: {} + semver@7.8.5: {} send@0.18.0: dependencies: @@ -28774,7 +27866,7 @@ snapshots: dependencies: randombytes: 2.1.0 - serialize-javascript@7.0.5: {} + serialize-javascript@7.0.7: {} serve-index@1.9.2: dependencies: @@ -28828,7 +27920,7 @@ snapshots: dependencies: dunder-proto: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 setprototypeof@1.2.0: {} @@ -28848,7 +27940,7 @@ snapshots: shebang-regex@3.0.0: {} - shell-quote@1.8.3: {} + shell-quote@1.10.0: {} side-channel-list@1.0.1: dependencies: @@ -28870,7 +27962,7 @@ snapshots: object-inspect: 1.13.4 side-channel-map: 1.0.1 - side-channel@1.1.0: + side-channel@1.1.1: dependencies: es-errors: 1.3.0 object-inspect: 1.13.4 @@ -28895,20 +27987,20 @@ snapshots: transitivePeerDependencies: - supports-color - sigstore@4.1.0: + sigstore@4.1.1: dependencies: '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.2.0 + '@sigstore/core': 3.2.1 '@sigstore/protobuf-specs': 0.5.1 '@sigstore/sign': 4.1.1 '@sigstore/tuf': 4.0.2 - '@sigstore/verify': 3.1.0 + '@sigstore/verify': 3.1.1 transitivePeerDependencies: - supports-color simple-update-notifier@2.0.0: dependencies: - semver: 7.7.4 + semver: 7.8.5 sirv@3.0.2: dependencies: @@ -28941,14 +28033,14 @@ snapshots: smart-buffer@4.2.0: {} - smob@1.6.1: {} + smob@1.6.2: {} smol-toml@1.6.1: {} - socket.io-adapter@2.5.6: + socket.io-adapter@2.5.8: dependencies: - debug: 4.4.3(supports-color@5.5.0) - ws: 8.18.3 + debug: 4.4.3(supports-color@7.2.0) + ws: 8.21.2 transitivePeerDependencies: - bufferutil - supports-color @@ -28957,18 +28049,18 @@ snapshots: socket.io-client@4.8.3: dependencies: '@socket.io/component-emitter': 3.1.2 - debug: 4.4.3(supports-color@5.5.0) - engine.io-client: 6.6.4 - socket.io-parser: 4.2.6 + debug: 4.4.3(supports-color@7.2.0) + engine.io-client: 6.6.6 + socket.io-parser: 4.2.7 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - socket.io-parser@4.2.6: + socket.io-parser@4.2.7: dependencies: '@socket.io/component-emitter': 3.1.2 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) transitivePeerDependencies: - supports-color @@ -28977,10 +28069,10 @@ snapshots: accepts: 1.3.8 base64id: 2.0.0 cors: 2.8.6 - debug: 4.4.3(supports-color@5.5.0) - engine.io: 6.6.6 - socket.io-adapter: 2.5.6 - socket.io-parser: 4.2.6 + debug: 4.4.3(supports-color@7.2.0) + engine.io: 6.6.9 + socket.io-adapter: 2.5.8 + socket.io-parser: 4.2.7 transitivePeerDependencies: - bufferutil - supports-color @@ -28990,36 +28082,36 @@ snapshots: dependencies: faye-websocket: 0.11.4 uuid: 8.3.2 - websocket-driver: 0.7.4 + websocket-driver: 0.7.5 socks-proxy-agent@6.2.1: dependencies: - agent-base: 6.0.2 - debug: 4.4.3(supports-color@5.5.0) - socks: 2.8.7 + agent-base: 6.0.2(supports-color@7.2.0) + debug: 4.4.3(supports-color@7.2.0) + socks: 2.8.9 transitivePeerDependencies: - supports-color socks-proxy-agent@8.0.5: dependencies: agent-base: 7.1.4 - debug: 4.4.3(supports-color@5.5.0) - socks: 2.8.7 + debug: 4.4.3(supports-color@7.2.0) + socks: 2.8.9 transitivePeerDependencies: - supports-color - socks@2.8.7: + socks@2.8.9: dependencies: - ip-address: 10.1.0 + ip-address: 10.4.0 smart-buffer: 4.2.0 source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.93.0(esbuild@0.23.0)): + source-map-loader@5.0.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) source-map-support@0.5.13: dependencies: @@ -29035,6 +28127,8 @@ snapshots: source-map@0.7.4: {} + source-map@0.7.6: {} + space-separated-tokens@2.0.2: {} spdx-correct@3.2.0: @@ -29053,7 +28147,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -29064,7 +28158,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -29114,7 +28208,7 @@ snapshots: statuses@2.0.2: {} - std-env@4.1.0: {} + std-env@4.2.0: {} stickyfilljs@2.1.0: {} @@ -29123,39 +28217,44 @@ snapshots: es-errors: 1.3.0 internal-slot: 1.1.0 - storybook-addon-rtl@3.0.2(storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)): + storybook-addon-rtl@3.0.2(storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0)): dependencies: - storybook: 10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + storybook: 10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0) - storybook@10.4.5(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@testing-library/dom@10.4.1)(@types/react@18.2.48)(prettier@3.8.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + storybook@10.5.7(@types/react@18.2.48)(prettier@3.9.6)(react@18.2.0): dependencies: '@storybook/global': 5.0.0 - '@storybook/icons': 2.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@storybook/icons': 2.1.0(react@18.2.0) + '@testing-library/dom': 10.4.1 '@testing-library/jest-dom': 6.9.1 - '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1) + '@testing-library/user-event': 14.6.3(@testing-library/dom@10.4.1) '@vitest/expect': 3.2.4 '@vitest/spy': 3.2.4 '@webcontainer/env': 1.1.1 - esbuild: 0.27.7 + esbuild: 0.28.1 + jsonc-parser: 3.3.1 open: 10.2.0 oxc-parser: 0.127.0 - oxc-resolver: 11.19.1(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) - recast: 0.23.11 - semver: 7.7.4 + oxc-resolver: 11.24.2 + recast: 0.23.19 + semver: 7.8.5 use-sync-external-store: 1.6.0(react@18.2.0) - ws: 8.21.0 + ws: 8.21.2 optionalDependencies: '@types/react': 18.2.48 - prettier: 3.8.3 + prettier: 3.9.6 transitivePeerDependencies: - - '@emnapi/core' - - '@emnapi/runtime' - - '@testing-library/dom' - bufferutil - react - - react-dom - utf-8-validate + stream-parser@0.3.1: + dependencies: + debug: 2.6.9 + transitivePeerDependencies: + - supports-color + optional: true + stream-throttle@0.1.3: dependencies: commander: 2.20.3 @@ -29164,7 +28263,7 @@ snapshots: streamroller@3.1.5: dependencies: date-format: 4.0.14 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) fs-extra: 8.1.0 transitivePeerDependencies: - supports-color @@ -29185,12 +28284,12 @@ snapshots: string-width@7.2.0: dependencies: emoji-regex: 10.6.0 - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 strip-ansi: 7.2.0 - string-width@8.2.1: + string-width@8.2.2: dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 strip-ansi: 7.2.0 string.prototype.includes@2.0.1: @@ -29206,49 +28305,50 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.24.2 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 get-intrinsic: 1.3.0 gopd: 1.2.0 has-symbols: 1.1.0 internal-slot: 1.1.0 regexp.prototype.flags: 1.5.4 set-function-name: 2.0.2 - side-channel: 1.1.0 + side-channel: 1.1.1 string.prototype.padend@3.1.6: dependencies: call-bind: 1.0.9 define-properties: 1.2.1 es-abstract: 1.24.2 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 es-abstract: 1.24.2 - string.prototype.trim@1.2.10: + string.prototype.trim@1.2.11: dependencies: call-bind: 1.0.9 call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 es-abstract: 1.24.2 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 has-property-descriptors: 1.0.2 + safe-regex-test: 1.1.0 - string.prototype.trimend@1.0.9: + string.prototype.trimend@1.0.10: dependencies: call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 string.prototype.trimstart@1.0.8: dependencies: call-bind: 1.0.9 define-properties: 1.2.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 string_decoder@0.10.31: {} @@ -29295,103 +28395,103 @@ snapshots: dependencies: inline-style-parser: 0.2.7 - stylehacks@7.0.10(postcss@8.5.15): + stylehacks@7.0.11(postcss@8.5.19): dependencies: - browserslist: 4.28.2 - postcss: 8.5.15 - postcss-selector-parser: 7.1.1 + browserslist: 4.28.6 + postcss: 8.5.19 + postcss-selector-parser: 7.1.5 - stylelint-config-css-modules@4.6.0(stylelint@17.13.0(typescript@5.4.5)): + stylelint-config-css-modules@4.6.0(stylelint@17.14.1(typescript@5.4.5)): dependencies: - stylelint: 17.13.0(typescript@5.4.5) + stylelint: 17.14.1(typescript@5.4.5) optionalDependencies: - stylelint-scss: 7.2.0(stylelint@17.13.0(typescript@5.4.5)) + stylelint-scss: 7.2.0(stylelint@17.14.1(typescript@5.4.5)) - stylelint-config-prettier@9.0.5(stylelint@17.13.0(typescript@5.4.5)): + stylelint-config-prettier@9.0.5(stylelint@17.14.1(typescript@5.4.5)): dependencies: - stylelint: 17.13.0(typescript@5.4.5) + stylelint: 17.14.1(typescript@5.4.5) - stylelint-config-recommended-scss@17.0.1(postcss@8.5.10)(stylelint@17.13.0(typescript@5.4.5)): + stylelint-config-recommended-scss@17.0.1(postcss@8.5.26)(stylelint@17.14.1(typescript@5.4.5)): dependencies: - postcss-scss: 4.0.9(postcss@8.5.10) - stylelint: 17.13.0(typescript@5.4.5) - stylelint-config-recommended: 18.0.0(stylelint@17.13.0(typescript@5.4.5)) - stylelint-scss: 7.2.0(stylelint@17.13.0(typescript@5.4.5)) + postcss-scss: 4.0.9(postcss@8.5.26) + stylelint: 17.14.1(typescript@5.4.5) + stylelint-config-recommended: 18.0.0(stylelint@17.14.1(typescript@5.4.5)) + stylelint-scss: 7.2.0(stylelint@17.14.1(typescript@5.4.5)) optionalDependencies: - postcss: 8.5.10 + postcss: 8.5.26 - stylelint-config-recommended@18.0.0(stylelint@17.13.0(typescript@5.4.5)): + stylelint-config-recommended@18.0.0(stylelint@17.14.1(typescript@5.4.5)): dependencies: - stylelint: 17.13.0(typescript@5.4.5) + stylelint: 17.14.1(typescript@5.4.5) - stylelint-config-standard-scss@17.0.0(postcss@8.5.10)(stylelint@17.13.0(typescript@5.4.5)): + stylelint-config-standard-scss@17.0.0(postcss@8.5.26)(stylelint@17.14.1(typescript@5.4.5)): dependencies: - stylelint: 17.13.0(typescript@5.4.5) - stylelint-config-recommended-scss: 17.0.1(postcss@8.5.10)(stylelint@17.13.0(typescript@5.4.5)) - stylelint-config-standard: 40.0.0(stylelint@17.13.0(typescript@5.4.5)) + stylelint: 17.14.1(typescript@5.4.5) + stylelint-config-recommended-scss: 17.0.1(postcss@8.5.26)(stylelint@17.14.1(typescript@5.4.5)) + stylelint-config-standard: 40.0.0(stylelint@17.14.1(typescript@5.4.5)) optionalDependencies: - postcss: 8.5.10 + postcss: 8.5.26 - stylelint-config-standard@40.0.0(stylelint@17.13.0(typescript@5.4.5)): + stylelint-config-standard@40.0.0(stylelint@17.14.1(typescript@5.4.5)): dependencies: - stylelint: 17.13.0(typescript@5.4.5) - stylelint-config-recommended: 18.0.0(stylelint@17.13.0(typescript@5.4.5)) + stylelint: 17.14.1(typescript@5.4.5) + stylelint-config-recommended: 18.0.0(stylelint@17.14.1(typescript@5.4.5)) - stylelint-order@8.1.1(stylelint@17.13.0(typescript@5.4.5)): + stylelint-order@8.1.1(stylelint@17.14.1(typescript@5.4.5)): dependencies: - postcss: 8.5.10 - postcss-sorting: 10.0.0(postcss@8.5.10) - stylelint: 17.13.0(typescript@5.4.5) + postcss: 8.5.26 + postcss-sorting: 10.0.0(postcss@8.5.26) + stylelint: 17.14.1(typescript@5.4.5) - stylelint-scss@7.2.0(stylelint@17.13.0(typescript@5.4.5)): + stylelint-scss@7.2.0(stylelint@17.14.1(typescript@5.4.5)): dependencies: - '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-calc': 3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) - '@csstools/css-syntax-patches-for-csstree': 1.1.5(css-tree@3.2.1) + '@csstools/css-syntax-patches-for-csstree': 1.1.7(css-tree@3.2.1) '@csstools/css-tokenizer': 4.0.0 css-tree: 3.2.1 is-plain-object: 5.0.0 known-css-properties: 0.37.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.1.5 postcss-value-parser: 4.2.0 - stylelint: 17.13.0(typescript@5.4.5) + stylelint: 17.14.1(typescript@5.4.5) - stylelint@17.13.0(typescript@5.4.5): + stylelint@17.14.1(typescript@5.4.5): dependencies: - '@csstools/css-calc': 3.2.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) + '@csstools/css-calc': 3.3.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) - '@csstools/css-syntax-patches-for-csstree': 1.1.5(css-tree@3.2.1) + '@csstools/css-syntax-patches-for-csstree': 1.1.7(css-tree@3.2.1) '@csstools/css-tokenizer': 4.0.0 '@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) - '@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1) - '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) + '@csstools/selector-resolve-nested': 4.0.1(postcss-selector-parser@7.1.5) + '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.5) colord: 2.9.3 - cosmiconfig: 9.0.1(typescript@5.4.5) + cosmiconfig: 9.0.2(typescript@5.4.5) css-functions-list: 3.3.3 css-tree: 3.2.1 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 - file-entry-cache: 11.1.3 + file-entry-cache: 11.1.5 global-modules: 2.0.0 - globby: 16.2.0 + globby: 16.2.2 globjoin: 0.1.4 html-tags: 5.1.0 - ignore: 7.0.5 + ignore: 7.0.6 import-meta-resolve: 4.2.0 mathml-tag-names: 4.0.0 meow: 14.1.0 micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.15 - postcss-safe-parser: 7.0.1(postcss@8.5.15) - postcss-selector-parser: 7.1.1 + postcss: 8.5.26 + postcss-safe-parser: 7.0.1(postcss@8.5.26) + postcss-selector-parser: 7.1.5 postcss-value-parser: 4.2.0 - string-width: 8.2.1 - supports-hyperlinks: 4.4.0 + string-width: 8.2.2 + supports-hyperlinks: 4.5.0 svg-tags: 1.0.0 table: 6.9.0 write-file-atomic: 7.0.1 @@ -29422,7 +28522,7 @@ snapshots: has-flag: 4.0.0 supports-color: 7.2.0 - supports-hyperlinks@4.4.0: + supports-hyperlinks@4.5.0: dependencies: has-flag: 5.0.1 supports-color: 10.2.2 @@ -29431,7 +28531,7 @@ snapshots: svg-tags@1.0.0: {} - svgo@4.0.1: + svgo@4.0.2: dependencies: commander: 11.1.0 css-select: 5.2.2 @@ -29439,7 +28539,7 @@ snapshots: css-what: 6.2.2 csso: 5.0.5 picocolors: 1.1.1 - sax: 1.6.0 + sax: 1.6.1 symbol-observable@4.0.0: {} @@ -29449,17 +28549,17 @@ snapshots: dependencies: '@pkgr/core': 0.3.6 - tabbable@6.4.0: {} + tabbable@6.5.0: {} table@6.9.0: dependencies: - ajv: 8.18.0 + ajv: 8.20.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 strip-ansi: 6.0.1 - tapable@2.3.2: {} + tapable@2.3.3: {} tar-stream@2.2.0: dependencies: @@ -29491,27 +28591,41 @@ snapshots: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - terser-webpack-plugin@5.4.0(esbuild@0.27.7)(webpack@5.93.0(esbuild@0.23.0)): + terser-webpack-plugin@5.6.1(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + jest-worker: 27.5.1 + schema-utils: 4.3.3 + terser: 5.31.6 + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) + optionalDependencies: + esbuild: 0.28.1 + lightningcss: 1.33.0 + postcss: 8.4.41 + + terser-webpack-plugin@5.6.1(esbuild@0.28.1)(postcss@8.5.26)(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.1 - webpack: 5.93.0(esbuild@0.27.7) + terser: 5.31.6 + webpack: 5.93.0(esbuild@0.28.1)(postcss@8.5.26) optionalDependencies: - esbuild: 0.27.7 + esbuild: 0.28.1 + postcss: 8.5.26 + optional: true terser@5.31.6: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.16.0 + acorn: 8.18.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.46.1: + terser@5.49.2: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.16.0 + acorn: 8.18.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -29533,9 +28647,9 @@ snapshots: dependencies: any-promise: 1.3.0 - thingies@2.6.0(tslib@2.6.3): + thingies@2.6.1(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2@2.0.5: dependencies: @@ -29554,42 +28668,35 @@ snapshots: tinybench@2.9.0: {} - tinyexec@1.1.2: {} - - tinyexec@1.2.4: {} + tinyexec@1.3.0: {} tinyglobby@0.2.12: dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 - - tinyglobby@0.2.16: - dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 + fdir: 6.5.0(picomatch@4.0.5) + picomatch: 4.0.5 tinyglobby@0.2.17: dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 + fdir: 6.5.0(picomatch@4.0.5) + picomatch: 4.0.5 tinyrainbow@2.0.0: {} - tinyrainbow@3.1.0: {} + tinyrainbow@3.1.1: {} tinyspy@4.0.4: {} - tldts-core@7.0.28: {} + tldts-core@7.4.10: {} - tldts@7.0.28: + tldts@7.4.10: dependencies: - tldts-core: 7.0.28 + tldts-core: 7.4.10 tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 - tmp@0.2.5: {} + tmp@0.2.7: {} tmpl@1.0.5: {} @@ -29603,17 +28710,17 @@ snapshots: touch@3.1.1: {} - tough-cookie@6.0.1: + tough-cookie@6.0.2: dependencies: - tldts: 7.0.28 + tldts: 7.4.10 tr46@6.0.0: dependencies: punycode: 2.3.1 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -29631,7 +28738,7 @@ snapshots: dependencies: typescript: 5.4.5 - ts-dedent@2.2.0: {} + ts-dedent@2.3.0: {} ts-morph@28.0.0: dependencies: @@ -29658,7 +28765,7 @@ snapshots: tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) make-fetch-happen: 13.0.1 transitivePeerDependencies: - supports-color @@ -29666,7 +28773,7 @@ snapshots: tuf-js@4.1.0: dependencies: '@tufjs/models': 4.1.0 - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) make-fetch-happen: 15.0.2 transitivePeerDependencies: - supports-color @@ -29720,7 +28827,7 @@ snapshots: is-typed-array: 1.1.15 reflect.getprototypeof: 1.0.10 - typed-array-length@1.0.7: + typed-array-length@1.0.8: dependencies: call-bind: 1.0.9 for-each: 0.3.5 @@ -29743,7 +28850,7 @@ snapshots: ua-parser-js@1.0.41: {} - ufo@1.6.3: {} + ufo@1.6.4: {} uglify-js@3.19.3: optional: true @@ -29761,7 +28868,9 @@ snapshots: undici-types@7.24.6: {} - undici@7.25.0: {} + undici@6.28.0: {} + + undici@7.29.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -29840,31 +28949,43 @@ snapshots: unpipe@1.0.0: {} - unplugin-utils@0.3.1: + unplugin-utils@0.3.2: dependencies: pathe: 2.0.3 - picomatch: 4.0.4 + picomatch: 4.0.5 unplugin@2.3.11: dependencies: '@jridgewell/remapping': 2.3.5 - acorn: 8.16.0 - picomatch: 4.0.4 + acorn: 8.18.0 + picomatch: 4.0.5 webpack-virtual-modules: 0.6.2 - unplugin@3.0.0: + unplugin@3.3.0(esbuild@0.28.1)(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)): dependencies: '@jridgewell/remapping': 2.3.5 - picomatch: 4.0.4 + picomatch: 4.0.5 webpack-virtual-modules: 0.6.2 + optionalDependencies: + esbuild: 0.28.1 + rolldown: 1.2.3 + rollup: 4.62.4 + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + webpack: 5.93.0(esbuild@0.28.1)(postcss@8.5.26) untildify@4.0.0: {} upath@2.0.1: {} - update-browserslist-db@1.2.3(browserslist@4.28.2): + update-browserslist-db@1.3.0(browserslist@4.28.6): + dependencies: + browserslist: 4.28.6 + escalade: 3.2.0 + picocolors: 1.1.1 + + update-browserslist-db@1.3.0(browserslist@4.28.7): dependencies: - browserslist: 4.28.2 + browserslist: 4.28.7 escalade: 3.2.0 picocolors: 1.1.1 @@ -29911,111 +29032,109 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite-dev-rpc@1.1.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)): + vite-dev-rpc@2.0.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)): dependencies: - birpc: 2.9.0 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) - vite-hot-client: 2.1.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) + birpc: 4.0.0 + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + vite-hot-client: 2.2.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) - vite-hot-client@2.1.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)): + vite-hot-client@2.2.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)): dependencies: - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) - vite-plugin-inspect@11.3.3(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)): + vite-plugin-inspect@11.4.1(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)): dependencies: - ansis: 4.2.0 - debug: 4.4.3(supports-color@5.5.0) + ansis: 4.3.1 error-stack-parser-es: 1.0.5 + obug: 2.1.4 ohash: 2.0.11 - open: 10.2.0 + open: 11.0.0 perfect-debounce: 2.1.0 sirv: 3.0.2 - unplugin-utils: 0.3.1 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) - vite-dev-rpc: 1.1.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) - transitivePeerDependencies: - - supports-color + unplugin-utils: 0.3.2 + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + vite-dev-rpc: 2.0.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) - vite-plugin-vue-devtools@8.1.2(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)): + vite-plugin-vue-devtools@8.2.1(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3)): dependencies: - '@vue/devtools-core': 8.1.2(vue@3.5.35(typescript@6.0.3)) - '@vue/devtools-kit': 8.1.2 - '@vue/devtools-shared': 8.1.2 + '@vue/devtools-core': 8.2.1(vue@3.5.41(typescript@6.0.3)) + '@vue/devtools-kit': 8.2.1 + '@vue/devtools-shared': 8.2.1 sirv: 3.0.2 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) - vite-plugin-inspect: 11.3.3(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) - vite-plugin-vue-inspector: 6.0.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + vite-plugin-inspect: 11.4.1(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) + vite-plugin-vue-inspector: 6.0.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) transitivePeerDependencies: - '@nuxt/kit' - supports-color - vue - vite-plugin-vue-inspector@6.0.0(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)): + vite-plugin-vue-inspector@6.0.0(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)): dependencies: '@babel/core': 7.29.7 - '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.7) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.7) + '@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7) - '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.7) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.7) - '@vue/compiler-dom': 3.5.32 + '@vue/compiler-dom': 3.5.41 kolorist: 1.8.0 magic-string: 0.30.21 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) transitivePeerDependencies: - supports-color - vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.32.0)(sass@1.77.8)(terser@5.31.6): + vite@5.4.0(@types/node@25.9.2)(less@4.2.0)(lightningcss@1.33.0)(sass@1.77.8)(terser@5.31.6): dependencies: esbuild: 0.21.5 postcss: 8.4.41 - rollup: 4.60.2 + rollup: 4.62.4 optionalDependencies: '@types/node': 25.9.2 fsevents: 2.3.3 less: 4.2.0 - lightningcss: 1.32.0 + lightningcss: 1.33.0 sass: 1.77.8 terser: 5.31.6 - vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3): + vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0): dependencies: - lightningcss: 1.32.0 - picomatch: 4.0.4 - postcss: 8.5.15 - rolldown: 1.0.3 + lightningcss: 1.33.0 + picomatch: 4.0.5 + postcss: 8.5.26 + rolldown: 1.2.3 tinyglobby: 0.2.17 optionalDependencies: '@types/node': 25.9.2 - esbuild: 0.27.7 + esbuild: 0.28.1 fsevents: 2.3.3 jiti: 1.21.7 - less: 4.6.4 - sass: 1.101.0 - terser: 5.46.1 - yaml: 2.8.3 - - vitest@4.1.8(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)): - dependencies: - '@vitest/expect': 4.1.8 - '@vitest/mocker': 4.1.8(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3)) - '@vitest/pretty-format': 4.1.8 - '@vitest/runner': 4.1.8 - '@vitest/snapshot': 4.1.8 - '@vitest/spy': 4.1.8 - '@vitest/utils': 4.1.8 - es-module-lexer: 2.0.0 - expect-type: 1.3.0 + less: 4.8.1 + sass: 1.102.0 + terser: 5.49.2 + yaml: 2.9.0 + + vitest@4.1.10(@types/node@25.9.2)(jsdom@28.1.0)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)): + dependencies: + '@vitest/expect': 4.1.10 + '@vitest/mocker': 4.1.10(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0)) + '@vitest/pretty-format': 4.1.10 + '@vitest/runner': 4.1.10 + '@vitest/snapshot': 4.1.10 + '@vitest/spy': 4.1.10 + '@vitest/utils': 4.1.10 + es-module-lexer: 2.3.1 + expect-type: 1.4.0 magic-string: 0.30.21 - obug: 2.1.1 + obug: 2.1.4 pathe: 2.0.3 - picomatch: 4.0.4 - std-env: 4.1.0 + picomatch: 4.0.5 + std-env: 4.2.0 tinybench: 2.9.0 - tinyexec: 1.1.2 - tinyglobby: 0.2.16 - tinyrainbow: 3.1.0 - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + tinyexec: 1.3.0 + tinyglobby: 0.2.17 + tinyrainbow: 3.1.1 + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 25.9.2 @@ -30025,88 +29144,108 @@ snapshots: void-elements@2.0.1: {} - vue-component-type-helpers@3.3.0: {} + vue-component-type-helpers@3.3.9: {} - vue-eslint-parser@10.4.0(eslint@9.39.2(jiti@1.21.7)): + vue-eslint-parser@10.4.1(eslint@9.39.2(jiti@1.21.7)): dependencies: - debug: 4.4.3(supports-color@5.5.0) + debug: 4.4.3(supports-color@7.2.0) eslint: 9.39.2(jiti@1.21.7) eslint-scope: 9.1.2 eslint-visitor-keys: 5.0.1 espree: 11.2.0 esquery: 1.7.0 - semver: 7.7.4 + semver: 7.8.5 transitivePeerDependencies: - supports-color - vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.35(typescript@5.4.5)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@5.4.5)): + vue-router@5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@5.4.5)(vue@3.5.41(typescript@5.4.5)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@5.4.5))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)): dependencies: - '@babel/generator': 8.0.0-rc.5 - '@vue-macros/common': 3.1.2(vue@3.5.35(typescript@5.4.5)) - '@vue/devtools-api': 8.1.2 + '@babel/generator': 8.0.0 + '@vue-macros/common': 3.1.4(vue@3.5.41(typescript@5.4.5)) + '@vue/devtools-api': 8.2.1 ast-walker-scope: 0.9.0 chokidar: 5.0.0 json5: 2.2.3 - local-pkg: 1.1.2 + local-pkg: 1.2.1 magic-string: 0.30.21 mlly: 1.8.2 muggle-string: 0.4.1 + nostics: 1.2.0 pathe: 2.0.3 - picomatch: 4.0.4 + picomatch: 4.0.5 scule: 1.3.0 - tinyglobby: 0.2.16 - unplugin: 3.0.0 - unplugin-utils: 0.3.1 - vue: 3.5.35(typescript@5.4.5) - yaml: 2.8.3 + tinyglobby: 0.2.17 + unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) + unplugin-utils: 0.3.2 + vue: 3.5.41(typescript@5.4.5) + yaml: 2.9.0 optionalDependencies: - '@vue/compiler-sfc': 3.5.35 - pinia: 3.0.4(typescript@5.4.5)(vue@3.5.35(typescript@5.4.5)) - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + '@vue/compiler-sfc': 3.5.41 + pinia: 3.0.4(typescript@5.4.5)(vue@3.5.41(typescript@5.4.5)) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + transitivePeerDependencies: + - '@farmfe/core' + - '@rspack/core' + - bun-types-no-globals + - esbuild + - rolldown + - rollup + - unloader + - webpack optional: true - vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)))(vite@8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.35(typescript@6.0.3)): + vue-router@5.2.0(@vue/compiler-sfc@3.5.41)(esbuild@0.28.1)(pinia@3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)))(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)): dependencies: - '@babel/generator': 8.0.0-rc.5 - '@vue-macros/common': 3.1.2(vue@3.5.35(typescript@6.0.3)) - '@vue/devtools-api': 8.1.2 + '@babel/generator': 8.0.0 + '@vue-macros/common': 3.1.4(vue@3.5.41(typescript@6.0.3)) + '@vue/devtools-api': 8.2.1 ast-walker-scope: 0.9.0 chokidar: 5.0.0 json5: 2.2.3 - local-pkg: 1.1.2 + local-pkg: 1.2.1 magic-string: 0.30.21 mlly: 1.8.2 muggle-string: 0.4.1 + nostics: 1.2.0 pathe: 2.0.3 - picomatch: 4.0.4 + picomatch: 4.0.5 scule: 1.3.0 - tinyglobby: 0.2.16 - unplugin: 3.0.0 - unplugin-utils: 0.3.1 - vue: 3.5.35(typescript@6.0.3) - yaml: 2.8.3 + tinyglobby: 0.2.17 + unplugin: 3.3.0(esbuild@0.28.1)(rolldown@1.2.3)(rollup@4.62.4)(vite@8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0))(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) + unplugin-utils: 0.3.2 + vue: 3.5.41(typescript@6.0.3) + yaml: 2.9.0 optionalDependencies: - '@vue/compiler-sfc': 3.5.35 - pinia: 3.0.4(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3)) - vite: 8.0.16(@types/node@25.9.2)(esbuild@0.27.7)(jiti@1.21.7)(less@4.6.4)(sass@1.101.0)(terser@5.46.1)(yaml@2.8.3) + '@vue/compiler-sfc': 3.5.41 + pinia: 3.0.4(typescript@6.0.3)(vue@3.5.41(typescript@6.0.3)) + vite: 8.2.1(@types/node@25.9.2)(esbuild@0.28.1)(jiti@1.21.7)(less@4.8.1)(sass@1.102.0)(terser@5.49.2)(yaml@2.9.0) + transitivePeerDependencies: + - '@farmfe/core' + - '@rspack/core' + - bun-types-no-globals + - esbuild + - rolldown + - rollup + - unloader + - webpack - vue@3.5.35(typescript@5.4.5): + vue@3.5.41(typescript@5.4.5): dependencies: - '@vue/compiler-dom': 3.5.35 - '@vue/compiler-sfc': 3.5.35 - '@vue/runtime-dom': 3.5.35 - '@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@5.4.5)) - '@vue/shared': 3.5.35 + '@vue/compiler-dom': 3.5.41 + '@vue/compiler-sfc': 3.5.41 + '@vue/runtime-dom': 3.5.41 + '@vue/server-renderer': 3.5.41 + '@vue/shared': 3.5.41 optionalDependencies: typescript: 5.4.5 - vue@3.5.35(typescript@6.0.3): + vue@3.5.41(typescript@6.0.3): dependencies: - '@vue/compiler-dom': 3.5.35 - '@vue/compiler-sfc': 3.5.35 - '@vue/runtime-dom': 3.5.35 - '@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@6.0.3)) - '@vue/shared': 3.5.35 + '@vue/compiler-dom': 3.5.41 + '@vue/compiler-sfc': 3.5.41 + '@vue/runtime-dom': 3.5.41 + '@vue/server-renderer': 3.5.41 + '@vue/shared': 3.5.41 optionalDependencies: typescript: 6.0.3 @@ -30141,20 +29280,18 @@ snapshots: webidl-conversions@8.0.1: {} - webpack-dev-middleware@7.3.0(tslib@2.6.3)(webpack@5.93.0(esbuild@0.23.0)): + webpack-dev-middleware@7.3.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: colorette: 2.0.20 - memfs: 4.57.2(tslib@2.6.3) + memfs: 4.68.0 mime-types: 2.1.35 on-finished: 2.4.1 - range-parser: 1.2.1 + range-parser: 1.3.0 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) - transitivePeerDependencies: - - tslib + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) - webpack-dev-server@5.0.4(tslib@2.8.1)(webpack@5.93.0(esbuild@0.23.0)): + webpack-dev-server@5.0.4(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -30164,7 +29301,7 @@ snapshots: '@types/sockjs': 0.3.36 '@types/ws': 8.18.1 ansi-html-community: 0.0.8 - bonjour-service: 1.3.0 + bonjour-service: 1.4.4 chokidar: 3.6.0 colorette: 2.0.20 compression: 1.8.1 @@ -30173,9 +29310,9 @@ snapshots: express: 4.18.2 graceful-fs: 4.2.11 html-entities: 2.6.0 - http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.3.0 - launch-editor: 2.13.2 + http-proxy-middleware: 2.0.10(@types/express@4.17.25) + ipaddr.js: 2.5.0 + launch-editor: 2.14.1 open: 10.1.0 p-retry: 6.2.1 rimraf: 5.0.10 @@ -30184,15 +29321,14 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.3.0(tslib@2.6.3)(webpack@5.93.0(esbuild@0.23.0)) - ws: 8.20.0 + webpack-dev-middleware: 7.3.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + ws: 8.21.2 optionalDependencies: - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) transitivePeerDependencies: - bufferutil - debug - supports-color - - tslib - utf-8-validate webpack-merge@6.0.1: @@ -30201,47 +29337,97 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 - webpack-sources@3.3.4: {} + webpack-sources@3.5.1: {} - webpack-subresource-integrity@5.1.0(webpack@5.93.0(esbuild@0.23.0)): + webpack-subresource-integrity@5.1.0(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)): dependencies: typed-assert: 1.0.9 - webpack: 5.93.0(esbuild@0.27.7) + webpack: 5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41) webpack-virtual-modules@0.6.2: {} - webpack@5.93.0(esbuild@0.27.7): + webpack@5.93.0(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41): + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.9 + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/wasm-edit': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + acorn: 8.18.0 + acorn-import-attributes: 1.9.5(acorn@8.18.0) + browserslist: 4.28.7 + chrome-trace-event: 1.0.4 + enhanced-resolve: 5.24.5 + es-module-lexer: 1.7.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.2 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.3.3 + terser-webpack-plugin: 5.6.1(esbuild@0.28.1)(lightningcss@1.33.0)(postcss@8.4.41)(webpack@5.93.0(esbuild@0.23.0)(lightningcss@1.33.0)(postcss@8.4.41)) + watchpack: 2.4.1 + webpack-sources: 3.5.1 + transitivePeerDependencies: + - '@minify-html/node' + - '@swc/core' + - '@swc/css' + - '@swc/html' + - clean-css + - cssnano + - csso + - esbuild + - html-minifier-terser + - lightningcss + - postcss + - uglify-js + + webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26): dependencies: '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 + '@types/estree': 1.0.9 '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.16.0 - acorn-import-attributes: 1.9.5(acorn@8.16.0) - browserslist: 4.28.2 + acorn: 8.18.0 + acorn-import-attributes: 1.9.5(acorn@8.18.0) + browserslist: 4.28.7 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.24.5 es-module-lexer: 1.7.0 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 + loader-runner: 4.3.2 mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.3.0 - tapable: 2.3.2 - terser-webpack-plugin: 5.4.0(esbuild@0.27.7)(webpack@5.93.0(esbuild@0.23.0)) + tapable: 2.3.3 + terser-webpack-plugin: 5.6.1(esbuild@0.28.1)(postcss@8.5.26)(webpack@5.93.0(esbuild@0.28.1)(postcss@8.5.26)) watchpack: 2.4.1 - webpack-sources: 3.3.4 + webpack-sources: 3.5.1 transitivePeerDependencies: + - '@minify-html/node' - '@swc/core' + - '@swc/css' + - '@swc/html' + - clean-css + - cssnano + - csso - esbuild + - html-minifier-terser + - lightningcss + - postcss - uglify-js + optional: true - websocket-driver@0.7.4: + websocket-driver@0.7.5: dependencies: http-parser-js: 0.5.10 safe-buffer: 5.2.1 @@ -30253,7 +29439,7 @@ snapshots: whatwg-url@16.0.1: dependencies: - '@exodus/bytes': 1.15.0 + '@exodus/bytes': 1.15.1 tr46: 6.0.0 webidl-conversions: 8.0.1 transitivePeerDependencies: @@ -30270,7 +29456,7 @@ snapshots: which-builtin-type@1.2.1: dependencies: call-bound: 1.0.4 - function.prototype.name: 1.1.8 + function.prototype.name: 1.2.0 has-tostringtag: 1.0.2 is-async-function: 2.1.1 is-date-object: 1.1.0 @@ -30281,7 +29467,7 @@ snapshots: isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.20 + which-typed-array: 1.1.22 which-collection@1.0.2: dependencies: @@ -30290,7 +29476,7 @@ snapshots: is-weakmap: 2.0.2 is-weakset: 2.0.4 - which-typed-array@1.1.20: + which-typed-array@1.1.22: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.9 @@ -30337,12 +29523,6 @@ snapshots: workerpool@9.3.4: {} - wrap-ansi@10.0.0: - dependencies: - ansi-styles: 6.2.3 - string-width: 8.2.1 - strip-ansi: 7.2.0 - wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 @@ -30382,17 +29562,16 @@ snapshots: dependencies: signal-exit: 4.1.0 - ws@8.18.3: {} - - ws@8.20.0: {} - - ws@8.21.0: {} + ws@8.21.2: {} wsl-utils@0.1.0: dependencies: is-wsl: 3.1.1 - xml-name-validator@4.0.0: {} + wsl-utils@0.3.1: + dependencies: + is-wsl: 3.1.1 + powershell-utils: 0.1.0 xml-name-validator@5.0.0: {} @@ -30410,13 +29589,15 @@ snapshots: yallist@5.0.0: {} - yaml@2.8.3: {} + yaml@2.9.0: {} yargs-parser@20.2.9: {} yargs-parser@21.1.1: {} - yargs@16.2.0: + yargs-parser@22.0.0: {} + + yargs@16.2.2: dependencies: cliui: 7.0.4 escalade: 3.2.0 @@ -30436,19 +29617,38 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yargs@17.7.3: + dependencies: + cliui: 8.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + + yargs@18.1.0: + dependencies: + cliui: 9.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + string-width: 8.2.2 + y18n: 5.0.8 + yargs-parser: 22.0.0 + yocto-queue@0.1.0: {} yocto-queue@1.2.2: {} yoctocolors-cjs@2.1.3: {} - zod-validation-error@4.0.2(zod@4.3.6): + zod-validation-error@4.0.2(zod@4.4.3): dependencies: - zod: 4.3.6 + zod: 4.4.3 zod@3.25.76: {} - zod@4.3.6: {} + zod@4.4.3: {} zone.js@0.13.2: dependencies: diff --git a/src/components.d.ts b/src/components.d.ts index 21a450ae..c3c2a042 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -27,6 +27,14 @@ export namespace Components { } interface EclAccordionItem { "expanded": boolean; + /** + * @default 'plus' + */ + "iconCollapsed": string; + /** + * @default 'minus' + */ + "iconExpanded": string; "label": string; /** * @default false @@ -100,6 +108,14 @@ export namespace Components { "itemPrefixLabel": string; "itemSuffix": string; "itemSuffixLabel": string; + /** + * @default '' + */ + "sources": string; + /** + * @default '' + */ + "sourcesLabel": string; "styleClass": string; "theme": string; "value": string; @@ -149,6 +165,7 @@ export namespace Components { "horizontal": string; "image": string; "imageAlt": string; + "imageAnchor": string; /** * @default false */ @@ -595,6 +612,14 @@ export namespace Components { "icon": string; "iconTransform": string; "itemTitle": string; + /** + * @default '' + */ + "sources": string; + /** + * @default '' + */ + "sourcesLabel": string; "styleClass": string; "theme": string; "value": string; @@ -661,6 +686,7 @@ export namespace Components { */ "fileTitleId": string; "fileTitlePath": string; + "icon": string; "image": string; "imageAlt": string; "labels": string; @@ -674,12 +700,12 @@ export namespace Components { "taxonomies": string; "taxonomiesLabel": string; "theme": string; - /** - * @default 'default' - */ - "variant": string; } interface EclFileTranslations { + /** + * @default `ecl-file-translations-${Math.random().toString(36).slice(2, 10)}` + */ + "elId": string; /** * @default false */ @@ -1020,6 +1046,61 @@ export namespace Components { */ "titleIcon": string; } + interface EclHighlightedSearch { + /** + * @default '' + */ + "colorMode": string; + /** + * @default `ecl-highlighted-search-${Math.random().toString(36).substring(2, 9)}` + */ + "elId": string; + /** + * @default '' + */ + "elTitle": string; + /** + * @default '' + */ + "formAttrs": string; + /** + * @default false + */ + "hasDescription": boolean; + /** + * @default '' + */ + "helperText": string; + /** + * @default '' + */ + "inputAttrs": string; + /** + * @default `${this.elId}-input` + */ + "inputId": string; + /** + * @default '' + */ + "inputLabel": string; + /** + * @default 'highlighted-search-input-name' + */ + "inputName": string; + /** + * @default '' + */ + "styleClass": string; + /** + * @default '' + */ + "submitLabel": string; + /** + * @default '' + */ + "suggestionLabel": string; + "theme": string; + } interface EclIcon { "color": string; /** @@ -1104,6 +1185,7 @@ export namespace Components { * @default false */ "hideLabel": boolean; + "inputAttrs": string; "inputClass": string; "inputId": string; /** @@ -1465,6 +1547,7 @@ export namespace Components { interface EclModal { "closeLabel": string; "itemId": string; + "itemTitle": string; /** * @default false */ @@ -1694,10 +1777,14 @@ export namespace Components { "truncation": boolean; } interface EclPicture { + /** + * @default false + */ + "debugPosition": boolean; "image": string; "imageAlt": string; /** - * @default 'center' + * @default '' */ "imageAnchor": string; "imgClass": string; @@ -1705,6 +1792,10 @@ export namespace Components { * @default false */ "lazy": boolean; + /** + * @default false + */ + "noScript": boolean; /** * @default '' */ @@ -2286,6 +2377,135 @@ export namespace Components { "styleClass": string; "theme": string; } + interface EclStoryCard { + /** + * @default '' + */ + "colorMode": string; + /** + * @default '' + */ + "description": string; + /** + * @default `ecl-story-card-${Math.random().toString(36).substring(2, 9)}` + */ + "elId": string; + /** + * @default '' + */ + "elTitle": string; + /** + * @default '' + */ + "nextLabel": string; + /** + * @default false + */ + "noScript": boolean; + /** + * @default '' + */ + "pauseLabel": string; + /** + * @default '' + */ + "playLabel": string; + /** + * @default '' + */ + "prevLabel": string; + /** + * @default '' + */ + "styleClass": string; + "theme": string; + /** + * @default 'story' + */ + "variant": string; + } + interface EclStoryCardItem { + /** + * @default '' + */ + "articleClass": string; + /** + * @default '' + */ + "author": string; + /** + * @default '' + */ + "elRole": string; + /** + * @default '' + */ + "elTitle": string; + /** + * @default '' + */ + "linkHref": string; + /** + * @default '' + */ + "linkIcon": string; + /** + * @default '' + */ + "linkLabel": string; + /** + * @default 0 + */ + "order": number; + /** + * @default '' + */ + "picture": string; + /** + * @default '' + */ + "pictureAlt": string; + /** + * @default '' + */ + "slotName": string; + /** + * @default '' + */ + "source": string; + /** + * @default '' + */ + "styleClass": string; + /** + * @default '' + */ + "teaserLabel": string; + "theme": string; + /** + * @default 'story' + */ + "variant": string; + } + interface EclStoryCardTab { + /** + * @default '0' + */ + "order": string; + /** + * @default '' + */ + "picture": string; + /** + * @default '' + */ + "styleClass": string; + /** + * @default '' + */ + "teaserLabel": string; + "theme": string; + } interface EclTable { "caption"?: string; "colorMode": string; @@ -2848,6 +3068,12 @@ declare global { prototype: HTMLEclHighlightBoxElement; new (): HTMLEclHighlightBoxElement; }; + interface HTMLEclHighlightedSearchElement extends Components.EclHighlightedSearch, HTMLStencilElement { + } + var HTMLEclHighlightedSearchElement: { + prototype: HTMLEclHighlightedSearchElement; + new (): HTMLEclHighlightedSearchElement; + }; interface HTMLEclIconElement extends Components.EclIcon, HTMLStencilElement { } var HTMLEclIconElement: { @@ -3182,6 +3408,24 @@ declare global { prototype: HTMLEclSpotlightElement; new (): HTMLEclSpotlightElement; }; + interface HTMLEclStoryCardElement extends Components.EclStoryCard, HTMLStencilElement { + } + var HTMLEclStoryCardElement: { + prototype: HTMLEclStoryCardElement; + new (): HTMLEclStoryCardElement; + }; + interface HTMLEclStoryCardItemElement extends Components.EclStoryCardItem, HTMLStencilElement { + } + var HTMLEclStoryCardItemElement: { + prototype: HTMLEclStoryCardItemElement; + new (): HTMLEclStoryCardItemElement; + }; + interface HTMLEclStoryCardTabElement extends Components.EclStoryCardTab, HTMLStencilElement { + } + var HTMLEclStoryCardTabElement: { + prototype: HTMLEclStoryCardTabElement; + new (): HTMLEclStoryCardTabElement; + }; interface HTMLEclTableElement extends Components.EclTable, HTMLStencilElement { } var HTMLEclTableElement: { @@ -3318,6 +3562,7 @@ declare global { "ecl-gallery-item": HTMLEclGalleryItemElement; "ecl-grid": HTMLEclGridElement; "ecl-highlight-box": HTMLEclHighlightBoxElement; + "ecl-highlighted-search": HTMLEclHighlightedSearchElement; "ecl-icon": HTMLEclIconElement; "ecl-indicator": HTMLEclIndicatorElement; "ecl-inpage-navigation": HTMLEclInpageNavigationElement; @@ -3365,6 +3610,9 @@ declare global { "ecl-splash-page": HTMLEclSplashPageElement; "ecl-splash-page-language-item": HTMLEclSplashPageLanguageItemElement; "ecl-spotlight": HTMLEclSpotlightElement; + "ecl-story-card": HTMLEclStoryCardElement; + "ecl-story-card-item": HTMLEclStoryCardItemElement; + "ecl-story-card-tab": HTMLEclStoryCardTabElement; "ecl-table": HTMLEclTableElement; "ecl-tabs": HTMLEclTabsElement; "ecl-tabs-item": HTMLEclTabsItemElement; @@ -3403,6 +3651,14 @@ declare namespace LocalJSX { } interface EclAccordionItem { "expanded"?: boolean; + /** + * @default 'plus' + */ + "iconCollapsed"?: string; + /** + * @default 'minus' + */ + "iconExpanded"?: string; "label"?: string; /** * @default false @@ -3476,6 +3732,14 @@ declare namespace LocalJSX { "itemPrefixLabel"?: string; "itemSuffix"?: string; "itemSuffixLabel"?: string; + /** + * @default '' + */ + "sources"?: string; + /** + * @default '' + */ + "sourcesLabel"?: string; "styleClass"?: string; "theme"?: string; "value"?: string; @@ -3525,6 +3789,7 @@ declare namespace LocalJSX { "horizontal"?: string; "image"?: string; "imageAlt"?: string; + "imageAnchor"?: string; /** * @default false */ @@ -3974,6 +4239,14 @@ declare namespace LocalJSX { "icon"?: string; "iconTransform"?: string; "itemTitle"?: string; + /** + * @default '' + */ + "sources"?: string; + /** + * @default '' + */ + "sourcesLabel"?: string; "styleClass"?: string; "theme"?: string; "value"?: string; @@ -4040,6 +4313,7 @@ declare namespace LocalJSX { */ "fileTitleId"?: string; "fileTitlePath"?: string; + "icon"?: string; "image"?: string; "imageAlt"?: string; "labels"?: string; @@ -4053,12 +4327,12 @@ declare namespace LocalJSX { "taxonomies"?: string; "taxonomiesLabel"?: string; "theme"?: string; - /** - * @default 'default' - */ - "variant"?: string; } interface EclFileTranslations { + /** + * @default `ecl-file-translations-${Math.random().toString(36).slice(2, 10)}` + */ + "elId"?: string; /** * @default false */ @@ -4399,6 +4673,61 @@ declare namespace LocalJSX { */ "titleIcon"?: string; } + interface EclHighlightedSearch { + /** + * @default '' + */ + "colorMode"?: string; + /** + * @default `ecl-highlighted-search-${Math.random().toString(36).substring(2, 9)}` + */ + "elId"?: string; + /** + * @default '' + */ + "elTitle"?: string; + /** + * @default '' + */ + "formAttrs"?: string; + /** + * @default false + */ + "hasDescription"?: boolean; + /** + * @default '' + */ + "helperText"?: string; + /** + * @default '' + */ + "inputAttrs"?: string; + /** + * @default `${this.elId}-input` + */ + "inputId"?: string; + /** + * @default '' + */ + "inputLabel"?: string; + /** + * @default 'highlighted-search-input-name' + */ + "inputName"?: string; + /** + * @default '' + */ + "styleClass"?: string; + /** + * @default '' + */ + "submitLabel"?: string; + /** + * @default '' + */ + "suggestionLabel"?: string; + "theme"?: string; + } interface EclIcon { "color"?: string; /** @@ -4483,6 +4812,7 @@ declare namespace LocalJSX { * @default false */ "hideLabel"?: boolean; + "inputAttrs"?: string; "inputClass"?: string; "inputId"?: string; /** @@ -4847,6 +5177,7 @@ declare namespace LocalJSX { interface EclModal { "closeLabel"?: string; "itemId"?: string; + "itemTitle"?: string; /** * @default false */ @@ -5076,10 +5407,14 @@ declare namespace LocalJSX { "truncation"?: boolean; } interface EclPicture { + /** + * @default false + */ + "debugPosition"?: boolean; "image"?: string; "imageAlt"?: string; /** - * @default 'center' + * @default '' */ "imageAnchor"?: string; "imgClass"?: string; @@ -5087,6 +5422,10 @@ declare namespace LocalJSX { * @default false */ "lazy"?: boolean; + /** + * @default false + */ + "noScript"?: boolean; /** * @default '' */ @@ -5677,6 +6016,135 @@ declare namespace LocalJSX { "styleClass"?: string; "theme"?: string; } + interface EclStoryCard { + /** + * @default '' + */ + "colorMode"?: string; + /** + * @default '' + */ + "description"?: string; + /** + * @default `ecl-story-card-${Math.random().toString(36).substring(2, 9)}` + */ + "elId"?: string; + /** + * @default '' + */ + "elTitle"?: string; + /** + * @default '' + */ + "nextLabel"?: string; + /** + * @default false + */ + "noScript"?: boolean; + /** + * @default '' + */ + "pauseLabel"?: string; + /** + * @default '' + */ + "playLabel"?: string; + /** + * @default '' + */ + "prevLabel"?: string; + /** + * @default '' + */ + "styleClass"?: string; + "theme"?: string; + /** + * @default 'story' + */ + "variant"?: string; + } + interface EclStoryCardItem { + /** + * @default '' + */ + "articleClass"?: string; + /** + * @default '' + */ + "author"?: string; + /** + * @default '' + */ + "elRole"?: string; + /** + * @default '' + */ + "elTitle"?: string; + /** + * @default '' + */ + "linkHref"?: string; + /** + * @default '' + */ + "linkIcon"?: string; + /** + * @default '' + */ + "linkLabel"?: string; + /** + * @default 0 + */ + "order"?: number; + /** + * @default '' + */ + "picture"?: string; + /** + * @default '' + */ + "pictureAlt"?: string; + /** + * @default '' + */ + "slotName"?: string; + /** + * @default '' + */ + "source"?: string; + /** + * @default '' + */ + "styleClass"?: string; + /** + * @default '' + */ + "teaserLabel"?: string; + "theme"?: string; + /** + * @default 'story' + */ + "variant"?: string; + } + interface EclStoryCardTab { + /** + * @default '0' + */ + "order"?: string; + /** + * @default '' + */ + "picture"?: string; + /** + * @default '' + */ + "styleClass"?: string; + /** + * @default '' + */ + "teaserLabel"?: string; + "theme"?: string; + } interface EclTable { "caption"?: string; "colorMode"?: string; @@ -5978,6 +6446,8 @@ declare namespace LocalJSX { "styleClass": string; "label": string; "sidebar": boolean; + "iconCollapsed": string; + "iconExpanded": string; "expanded": boolean; "theme": string; } @@ -6013,6 +6483,8 @@ declare namespace LocalJSX { "itemPrefixLabel": string; "itemSuffixLabel": string; "value": string; + "sources": string; + "sourcesLabel": string; } interface EclBannerAttributes { "colorMode": string; @@ -6024,6 +6496,7 @@ declare namespace LocalJSX { "bannerTitleLink": string; "descriptionLink": string; "image": string; + "imageAnchor": string; "noScript": boolean; "sources": string; "tracks": string; @@ -6231,6 +6704,8 @@ declare namespace LocalJSX { "value": string; "itemTitle": string; "iconTransform": string; + "sources": string; + "sourcesLabel": string; } interface EclFeaturedItemAttributes { "theme": string; @@ -6256,7 +6731,6 @@ declare namespace LocalJSX { "elId": string; "theme": string; "styleClass": string; - "variant": string; "downloadAttribute": boolean; "downloadId": string; "downloadLabel": string; @@ -6267,6 +6741,7 @@ declare namespace LocalJSX { "fileTitlePath": string; "detailMeta": string; "language": string; + "icon": string; "meta": string; "image": string; "imageAlt": string; @@ -6278,6 +6753,7 @@ declare namespace LocalJSX { } interface EclFileTranslationsAttributes { "theme": string; + "elId": string; "styleClass": string; "toggleLabel": string; "others": boolean; @@ -6445,6 +6921,22 @@ declare namespace LocalJSX { "titleIcon": string; "colorMode": string; } + interface EclHighlightedSearchAttributes { + "theme": string; + "styleClass": string; + "colorMode": string; + "elId": string; + "elTitle": string; + "helperText": string; + "submitLabel": string; + "suggestionLabel": string; + "hasDescription": boolean; + "inputId": string; + "inputLabel": string; + "inputAttrs": string; + "formAttrs": string; + "inputName": string; + } interface EclIconAttributes { "styleClass": string; "theme": string; @@ -6494,6 +6986,7 @@ declare namespace LocalJSX { "inputId": string; "name": string; "defaultValue": string; + "inputAttrs": string; "hasChanged": boolean; "isFocused": boolean; } @@ -6672,6 +7165,7 @@ declare namespace LocalJSX { "size": string; "closeLabel": string; "itemId": string; + "itemTitle": string; } interface EclNavigationListAttributes { "theme": string; @@ -6776,7 +7270,9 @@ declare namespace LocalJSX { "image": string; "imgClass": string; "imageAlt": string; + "noScript": boolean; "imageAnchor": string; + "debugPosition": boolean; "lazy": boolean; "zoom": boolean; } @@ -7027,6 +7523,45 @@ declare namespace LocalJSX { "header": string; "fontSize": string; } + interface EclStoryCardAttributes { + "styleClass": string; + "noScript": boolean; + "elId": string; + "elTitle": string; + "description": string; + "prevLabel": string; + "nextLabel": string; + "playLabel": string; + "pauseLabel": string; + "theme": string; + "variant": string; + "colorMode": string; + } + interface EclStoryCardItemAttributes { + "styleClass": string; + "articleClass": string; + "theme": string; + "variant": string; + "elTitle": string; + "author": string; + "elRole": string; + "source": string; + "linkHref": string; + "teaserLabel": string; + "linkLabel": string; + "linkIcon": string; + "picture": string; + "pictureAlt": string; + "slotName": string; + "order": number; + } + interface EclStoryCardTabAttributes { + "styleClass": string; + "picture": string; + "theme": string; + "teaserLabel": string; + "order": string; + } interface EclTableAttributes { "elId": string; "theme": string; @@ -7206,6 +7741,7 @@ declare namespace LocalJSX { "ecl-gallery-item": Omit & { [K in keyof EclGalleryItem & keyof EclGalleryItemAttributes]?: EclGalleryItem[K] } & { [K in keyof EclGalleryItem & keyof EclGalleryItemAttributes as `attr:${K}`]?: EclGalleryItemAttributes[K] } & { [K in keyof EclGalleryItem & keyof EclGalleryItemAttributes as `prop:${K}`]?: EclGalleryItem[K] }; "ecl-grid": Omit & { [K in keyof EclGrid & keyof EclGridAttributes]?: EclGrid[K] } & { [K in keyof EclGrid & keyof EclGridAttributes as `attr:${K}`]?: EclGridAttributes[K] } & { [K in keyof EclGrid & keyof EclGridAttributes as `prop:${K}`]?: EclGrid[K] }; "ecl-highlight-box": Omit & { [K in keyof EclHighlightBox & keyof EclHighlightBoxAttributes]?: EclHighlightBox[K] } & { [K in keyof EclHighlightBox & keyof EclHighlightBoxAttributes as `attr:${K}`]?: EclHighlightBoxAttributes[K] } & { [K in keyof EclHighlightBox & keyof EclHighlightBoxAttributes as `prop:${K}`]?: EclHighlightBox[K] }; + "ecl-highlighted-search": Omit & { [K in keyof EclHighlightedSearch & keyof EclHighlightedSearchAttributes]?: EclHighlightedSearch[K] } & { [K in keyof EclHighlightedSearch & keyof EclHighlightedSearchAttributes as `attr:${K}`]?: EclHighlightedSearchAttributes[K] } & { [K in keyof EclHighlightedSearch & keyof EclHighlightedSearchAttributes as `prop:${K}`]?: EclHighlightedSearch[K] }; "ecl-icon": Omit & { [K in keyof EclIcon & keyof EclIconAttributes]?: EclIcon[K] } & { [K in keyof EclIcon & keyof EclIconAttributes as `attr:${K}`]?: EclIconAttributes[K] } & { [K in keyof EclIcon & keyof EclIconAttributes as `prop:${K}`]?: EclIcon[K] }; "ecl-indicator": Omit & { [K in keyof EclIndicator & keyof EclIndicatorAttributes]?: EclIndicator[K] } & { [K in keyof EclIndicator & keyof EclIndicatorAttributes as `attr:${K}`]?: EclIndicatorAttributes[K] } & { [K in keyof EclIndicator & keyof EclIndicatorAttributes as `prop:${K}`]?: EclIndicator[K] }; "ecl-inpage-navigation": Omit & { [K in keyof EclInpageNavigation & keyof EclInpageNavigationAttributes]?: EclInpageNavigation[K] } & { [K in keyof EclInpageNavigation & keyof EclInpageNavigationAttributes as `attr:${K}`]?: EclInpageNavigationAttributes[K] } & { [K in keyof EclInpageNavigation & keyof EclInpageNavigationAttributes as `prop:${K}`]?: EclInpageNavigation[K] }; @@ -7253,6 +7789,9 @@ declare namespace LocalJSX { "ecl-splash-page": Omit & { [K in keyof EclSplashPage & keyof EclSplashPageAttributes]?: EclSplashPage[K] } & { [K in keyof EclSplashPage & keyof EclSplashPageAttributes as `attr:${K}`]?: EclSplashPageAttributes[K] } & { [K in keyof EclSplashPage & keyof EclSplashPageAttributes as `prop:${K}`]?: EclSplashPage[K] }; "ecl-splash-page-language-item": Omit & { [K in keyof EclSplashPageLanguageItem & keyof EclSplashPageLanguageItemAttributes]?: EclSplashPageLanguageItem[K] } & { [K in keyof EclSplashPageLanguageItem & keyof EclSplashPageLanguageItemAttributes as `attr:${K}`]?: EclSplashPageLanguageItemAttributes[K] } & { [K in keyof EclSplashPageLanguageItem & keyof EclSplashPageLanguageItemAttributes as `prop:${K}`]?: EclSplashPageLanguageItem[K] }; "ecl-spotlight": Omit & { [K in keyof EclSpotlight & keyof EclSpotlightAttributes]?: EclSpotlight[K] } & { [K in keyof EclSpotlight & keyof EclSpotlightAttributes as `attr:${K}`]?: EclSpotlightAttributes[K] } & { [K in keyof EclSpotlight & keyof EclSpotlightAttributes as `prop:${K}`]?: EclSpotlight[K] }; + "ecl-story-card": Omit & { [K in keyof EclStoryCard & keyof EclStoryCardAttributes]?: EclStoryCard[K] } & { [K in keyof EclStoryCard & keyof EclStoryCardAttributes as `attr:${K}`]?: EclStoryCardAttributes[K] } & { [K in keyof EclStoryCard & keyof EclStoryCardAttributes as `prop:${K}`]?: EclStoryCard[K] }; + "ecl-story-card-item": Omit & { [K in keyof EclStoryCardItem & keyof EclStoryCardItemAttributes]?: EclStoryCardItem[K] } & { [K in keyof EclStoryCardItem & keyof EclStoryCardItemAttributes as `attr:${K}`]?: EclStoryCardItemAttributes[K] } & { [K in keyof EclStoryCardItem & keyof EclStoryCardItemAttributes as `prop:${K}`]?: EclStoryCardItem[K] }; + "ecl-story-card-tab": Omit & { [K in keyof EclStoryCardTab & keyof EclStoryCardTabAttributes]?: EclStoryCardTab[K] } & { [K in keyof EclStoryCardTab & keyof EclStoryCardTabAttributes as `attr:${K}`]?: EclStoryCardTabAttributes[K] } & { [K in keyof EclStoryCardTab & keyof EclStoryCardTabAttributes as `prop:${K}`]?: EclStoryCardTab[K] }; "ecl-table": Omit & { [K in keyof EclTable & keyof EclTableAttributes]?: EclTable[K] } & { [K in keyof EclTable & keyof EclTableAttributes as `attr:${K}`]?: EclTableAttributes[K] } & { [K in keyof EclTable & keyof EclTableAttributes as `prop:${K}`]?: EclTable[K] }; "ecl-tabs": Omit & { [K in keyof EclTabs & keyof EclTabsAttributes]?: EclTabs[K] } & { [K in keyof EclTabs & keyof EclTabsAttributes as `attr:${K}`]?: EclTabsAttributes[K] } & { [K in keyof EclTabs & keyof EclTabsAttributes as `prop:${K}`]?: EclTabs[K] }; "ecl-tabs-item": Omit & { [K in keyof EclTabsItem & keyof EclTabsItemAttributes]?: EclTabsItem[K] } & { [K in keyof EclTabsItem & keyof EclTabsItemAttributes as `attr:${K}`]?: EclTabsItemAttributes[K] } & { [K in keyof EclTabsItem & keyof EclTabsItemAttributes as `prop:${K}`]?: EclTabsItem[K] }; @@ -7310,6 +7849,7 @@ declare module "@stencil/core" { "ecl-gallery-item": LocalJSX.IntrinsicElements["ecl-gallery-item"] & JSXBase.HTMLAttributes; "ecl-grid": LocalJSX.IntrinsicElements["ecl-grid"] & JSXBase.HTMLAttributes; "ecl-highlight-box": LocalJSX.IntrinsicElements["ecl-highlight-box"] & JSXBase.HTMLAttributes; + "ecl-highlighted-search": LocalJSX.IntrinsicElements["ecl-highlighted-search"] & JSXBase.HTMLAttributes; "ecl-icon": LocalJSX.IntrinsicElements["ecl-icon"] & JSXBase.HTMLAttributes; "ecl-indicator": LocalJSX.IntrinsicElements["ecl-indicator"] & JSXBase.HTMLAttributes; "ecl-inpage-navigation": LocalJSX.IntrinsicElements["ecl-inpage-navigation"] & JSXBase.HTMLAttributes; @@ -7357,6 +7897,9 @@ declare module "@stencil/core" { "ecl-splash-page": LocalJSX.IntrinsicElements["ecl-splash-page"] & JSXBase.HTMLAttributes; "ecl-splash-page-language-item": LocalJSX.IntrinsicElements["ecl-splash-page-language-item"] & JSXBase.HTMLAttributes; "ecl-spotlight": LocalJSX.IntrinsicElements["ecl-spotlight"] & JSXBase.HTMLAttributes; + "ecl-story-card": LocalJSX.IntrinsicElements["ecl-story-card"] & JSXBase.HTMLAttributes; + "ecl-story-card-item": LocalJSX.IntrinsicElements["ecl-story-card-item"] & JSXBase.HTMLAttributes; + "ecl-story-card-tab": LocalJSX.IntrinsicElements["ecl-story-card-tab"] & JSXBase.HTMLAttributes; "ecl-table": LocalJSX.IntrinsicElements["ecl-table"] & JSXBase.HTMLAttributes; "ecl-tabs": LocalJSX.IntrinsicElements["ecl-tabs"] & JSXBase.HTMLAttributes; "ecl-tabs-item": LocalJSX.IntrinsicElements["ecl-tabs-item"] & JSXBase.HTMLAttributes; diff --git a/src/components/ecl-accordion/ecl-accordion-item.tsx b/src/components/ecl-accordion/ecl-accordion-item.tsx index 02abe056..0358d503 100644 --- a/src/components/ecl-accordion/ecl-accordion-item.tsx +++ b/src/components/ecl-accordion/ecl-accordion-item.tsx @@ -12,6 +12,8 @@ export class EclAccordionItem { @Prop() styleClass: string; @Prop() label: string; @Prop() sidebar: boolean = false; + @Prop() iconCollapsed: string = 'plus'; + @Prop() iconExpanded: string = 'minus'; @Prop({reflect:true}) expanded: boolean; @Prop({ mutable: true }) theme: string; @@ -38,13 +40,15 @@ export class EclAccordionItem { > {this.label} diff --git a/src/components/ecl-accordion/ecl-accordion.stories.ts b/src/components/ecl-accordion/ecl-accordion.stories.ts index d003efe4..ea6cf1d8 100644 --- a/src/components/ecl-accordion/ecl-accordion.stories.ts +++ b/src/components/ecl-accordion/ecl-accordion.stories.ts @@ -51,8 +51,10 @@ const TemplateSidebar = () => - + @@ -63,10 +65,9 @@ const TemplateSidebar = () => - + Main content - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer pretium hendrerit dolor in bibendum. Vivamus tincidunt tristique metus volutpat egestas. Duis accumsan, ante ac ornare rhoncus, lectus tortor venenatis sapien, vel mattis magna libero non tellus. In quis mattis diam. Duis ac lacus sed ligula efficitur ultricies sit amet at augue. diff --git a/src/components/ecl-accordion/package.json b/src/components/ecl-accordion/package.json index 85b5c6eb..5d1d0ac5 100644 --- a/src/components/ecl-accordion/package.json +++ b/src/components/ecl-accordion/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/accordion": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/accordion": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "dependencies": { diff --git a/src/components/ecl-accordion/readme.md b/src/components/ecl-accordion/readme.md index 27961c6e..9a0d21b2 100644 --- a/src/components/ecl-accordion/readme.md +++ b/src/components/ecl-accordion/readme.md @@ -7,13 +7,15 @@ ## Properties -| Property | Attribute | Description | Type | Default | -| ------------ | ------------- | ----------- | --------- | ----------- | -| `expanded` | `expanded` | | `boolean` | `undefined` | -| `label` | `label` | | `string` | `undefined` | -| `sidebar` | `sidebar` | | `boolean` | `false` | -| `styleClass` | `style-class` | | `string` | `undefined` | -| `theme` | `theme` | | `string` | `undefined` | +| Property | Attribute | Description | Type | Default | +| --------------- | ---------------- | ----------- | --------- | ----------- | +| `expanded` | `expanded` | | `boolean` | `undefined` | +| `iconCollapsed` | `icon-collapsed` | | `string` | `'plus'` | +| `iconExpanded` | `icon-expanded` | | `string` | `'minus'` | +| `label` | `label` | | `string` | `undefined` | +| `sidebar` | `sidebar` | | `boolean` | `false` | +| `styleClass` | `style-class` | | `string` | `undefined` | +| `theme` | `theme` | | `string` | `undefined` | ## Dependencies diff --git a/src/components/ecl-accordion/test/__snapshots__/ecl-accordion.spec.tsx.snap b/src/components/ecl-accordion/test/__snapshots__/ecl-accordion.spec.tsx.snap index ebff63f0..ad0d052b 100644 --- a/src/components/ecl-accordion/test/__snapshots__/ecl-accordion.spec.tsx.snap +++ b/src/components/ecl-accordion/test/__snapshots__/ecl-accordion.spec.tsx.snap @@ -10,10 +10,10 @@ exports[`ecl-accordion renders 1`] = ` Protecting citizens and freedoms - + - +
@@ -27,10 +27,10 @@ exports[`ecl-accordion renders 1`] = ` Developing a strong and vibrant economic base - + - +
@@ -44,10 +44,10 @@ exports[`ecl-accordion renders 1`] = ` Building a climate-neutral, green, fair and social Europe - + - +
@@ -61,10 +61,10 @@ exports[`ecl-accordion renders 1`] = ` Promoting European interests and values on the global stage - + - +
diff --git a/src/components/ecl-add-to-calendar/package.json b/src/components/ecl-add-to-calendar/package.json index 03e905d0..83df9957 100644 --- a/src/components/ecl-add-to-calendar/package.json +++ b/src/components/ecl-add-to-calendar/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/add-to-calendar": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/add-to-calendar": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-animated-numbers/ecl-animated-numbers-item.tsx b/src/components/ecl-animated-numbers/ecl-animated-numbers-item.tsx index 15788bd2..e24b7be0 100644 --- a/src/components/ecl-animated-numbers/ecl-animated-numbers-item.tsx +++ b/src/components/ecl-animated-numbers/ecl-animated-numbers-item.tsx @@ -19,6 +19,8 @@ export class EclAnimatedNumbersItem { @Prop() itemPrefixLabel: string; @Prop() itemSuffixLabel: string; @Prop() value: string; + @Prop() sources: string = ''; + @Prop() sourcesLabel: string = ''; getClass(): string { const styleClasses = [ @@ -35,6 +37,8 @@ export class EclAnimatedNumbersItem { } render() { + const sourcesArray = this.sources ? JSON.parse(this.sources) : ''; + return ( } + { this.description && +
+ {this.description} +
+ } + { this.sources && +
+ { this.sourcesLabel && + + {this.sourcesLabel} + + } +
    + {sourcesArray.map((source) => ( +
  • + { source.path ? ( + + {source.label} + + ) : ( + + {source.label} + + ) + } +
  • + ))} +
+
+ }
- { this.description && -
- {this.description} -
- } ); } diff --git a/src/components/ecl-animated-numbers/ecl-animated-numbers.stories.ts b/src/components/ecl-animated-numbers/ecl-animated-numbers.stories.ts index a5c5241d..2dd9b8d3 100644 --- a/src/components/ecl-animated-numbers/ecl-animated-numbers.stories.ts +++ b/src/components/ecl-animated-numbers/ecl-animated-numbers.stories.ts @@ -124,6 +124,10 @@ const Template = (args) => { item-suffix-label="${item.itemSuffixLabel}" category="${item.category}" description="${item.description}" + sources-label="Sources:" + sources='[ + { "label": "Eurostat", "path": "/example.html" } + ]' >`) .join(''); diff --git a/src/components/ecl-animated-numbers/ecl-animated-numbers.tsx b/src/components/ecl-animated-numbers/ecl-animated-numbers.tsx index fc9aa9a2..e1308199 100644 --- a/src/components/ecl-animated-numbers/ecl-animated-numbers.tsx +++ b/src/components/ecl-animated-numbers/ecl-animated-numbers.tsx @@ -62,6 +62,15 @@ export class EclAnimatedNumbers { const animatedNumbers = new AnimatedNumbers(this.el.firstElementChild); animatedNumbers.init(); } + + // Find all the sources link and make them inverted if a bckground is used + if (this.withBackground) { + const sources = this.el.querySelectorAll('.ecl-animated-numbers__sources-item a'); + + sources.forEach((source) => { + source.classList.add('ecl-link--inverted'); + }); + } } render() { diff --git a/src/components/ecl-animated-numbers/package.json b/src/components/ecl-animated-numbers/package.json index 4f3106cf..87ac1e72 100644 --- a/src/components/ecl-animated-numbers/package.json +++ b/src/components/ecl-animated-numbers/package.json @@ -17,13 +17,13 @@ "@ecl/web-components-icon": "0.28.0" }, "devDependencies": { - "@ecl/animated-numbers": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/animated-numbers": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-animated-numbers/readme.md b/src/components/ecl-animated-numbers/readme.md index 4fcba29f..d1a2a9cb 100644 --- a/src/components/ecl-animated-numbers/readme.md +++ b/src/components/ecl-animated-numbers/readme.md @@ -17,6 +17,8 @@ | `itemPrefixLabel` | `item-prefix-label` | | `string` | `undefined` | | `itemSuffix` | `item-suffix` | | `string` | `undefined` | | `itemSuffixLabel` | `item-suffix-label` | | `string` | `undefined` | +| `sources` | `sources` | | `string` | `''` | +| `sourcesLabel` | `sources-label` | | `string` | `''` | | `styleClass` | `style-class` | | `string` | `undefined` | | `theme` | `theme` | | `string` | `undefined` | | `value` | `value` | | `string` | `undefined` | @@ -27,11 +29,15 @@ ### Depends on - [ecl-icon](../ecl-icon) +- [ecl-link](../ecl-link) ### Graph ```mermaid graph TD; ecl-animated-numbers-item --> ecl-icon + ecl-animated-numbers-item --> ecl-link + ecl-link --> ecl-icon + ecl-link --> ecl-indicator style ecl-animated-numbers-item fill:#f9f,stroke:#333,stroke-width:4px ``` diff --git a/src/components/ecl-animated-numbers/test/__snapshots__/ecl-animated-numbers.spec.ts.snap b/src/components/ecl-animated-numbers/test/__snapshots__/ecl-animated-numbers.spec.ts.snap index 56741510..3288e49e 100644 --- a/src/components/ecl-animated-numbers/test/__snapshots__/ecl-animated-numbers.spec.ts.snap +++ b/src/components/ecl-animated-numbers/test/__snapshots__/ecl-animated-numbers.spec.ts.snap @@ -9,7 +9,9 @@ exports[`ecl-animated-numbers renders correctly 1`] = `
- +
Revenue @@ -29,12 +31,29 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. +
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. +
+
+ + Sources: + + +
- +
Revenue @@ -55,12 +74,29 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +
+ Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +
+
+ + Sources: + + +
- +
Revenue @@ -81,12 +117,29 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. +
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. +
+
+ + Sources: + + +
- +
Revenue @@ -107,12 +160,29 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. +
+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. +
+
+ + Sources: + + +
- +
Revenue @@ -133,12 +203,29 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Curabitur ut mauris quam. Fusce non consequat ipsum +
+ Curabitur ut mauris quam. Fusce non consequat ipsum +
+
+ + Sources: + + +
- +
Revenue @@ -159,12 +246,29 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Curabitur ut mauris quam. Fusce non consequat ipsum +
+ Curabitur ut mauris quam. Fusce non consequat ipsum +
+
+ + Sources: + + +
- +
Revenue @@ -185,9 +289,24 @@ exports[`ecl-animated-numbers renders correctly 1`] = ` -
-
- Integer pharetra lacinia tristique +
+ Integer pharetra lacinia tristique +
+
+ + Sources: + + +
diff --git a/src/components/ecl-animated-numbers/test/ecl-animated-numbers.spec.ts b/src/components/ecl-animated-numbers/test/ecl-animated-numbers.spec.ts index 06d7cea6..fb92dcf5 100644 --- a/src/components/ecl-animated-numbers/test/ecl-animated-numbers.spec.ts +++ b/src/components/ecl-animated-numbers/test/ecl-animated-numbers.spec.ts @@ -29,6 +29,10 @@ describe('ecl-animated-numbers', () => { item-suffix-label="euro" category="Revenue" description="Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris." + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' >
{ item-suffix-label="euro" category="Revenue" description="Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > { item-suffix-label="less than" category="Revenue" description="Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris." + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > { item-suffix="billions" category="Revenue" description="Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit." + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > { item-suffix="millions" category="Revenue" description="Curabitur ut mauris quam. Fusce non consequat ipsum" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > { item-suffix="billions" category="Revenue" description="Curabitur ut mauris quam. Fusce non consequat ipsum" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > { item-suffix="billions" category="Revenue" description="Integer pharetra lacinia tristique" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > ` diff --git a/src/components/ecl-banner/ecl-banner.stories.ts b/src/components/ecl-banner/ecl-banner.stories.ts index 4cf13789..0d631b47 100644 --- a/src/components/ecl-banner/ecl-banner.stories.ts +++ b/src/components/ecl-banner/ecl-banner.stories.ts @@ -9,6 +9,8 @@ const getArgs = () => ({ ctaLink: "/example.html", credit: '© Copyright or credit', image: 'https://inno-ecl.s3.amazonaws.com/media/examples/example-image.jpg', + imageAnchor: '', + imageAlt: 'alternative text for the image', size: 'm', fullWidth: false, horizontal: 'left', @@ -98,6 +100,16 @@ const getArgTypes = () => ({ type: { name: 'string' }, description: 'Image path or url', }, + imageAlt: { + name: 'image-alt', + type: { name: 'string' }, + description: 'Image alternative text', + }, + imageAnchor: { + name: 'image-anchor', + type: { name: 'string' }, + description: 'Image position', + }, credit: { type: { name: 'string' }, description: 'Credit of the image', @@ -195,6 +207,7 @@ const Template = args => cta-label="${args.ctaLabel}" full-width="${args.fullWidth}" image="${args.image}" + image-alt="${args.imageAlt}" banner-title="${args.bannerTitle}" credit="${args.credit}" horizontal="${args.horizontal}" @@ -202,6 +215,7 @@ const Template = args => font-size="${args.fontSize}" font-weight="${args.fontWeight}" box-background="${args.boxBackground}" + image-anchor="${args.imageAnchor}" size="${args.size}" banner-title-link="${args.bannerTitleLink ? randomizedLink('/example.html') : ''}" description-link="${args.descriptionLink ? randomizedLink('/example.html') : ''}" diff --git a/src/components/ecl-banner/ecl-banner.tsx b/src/components/ecl-banner/ecl-banner.tsx index ca41e062..a2cb6901 100644 --- a/src/components/ecl-banner/ecl-banner.tsx +++ b/src/components/ecl-banner/ecl-banner.tsx @@ -24,6 +24,7 @@ export class EclBanner { @Prop() bannerTitleLink: string; @Prop() descriptionLink: string; @Prop() image: string; + @Prop() imageAnchor: string; @Prop() noScript: boolean = false; @Prop() sources: string; @Prop() tracks: string; @@ -124,8 +125,9 @@ export class EclBanner { diff --git a/src/components/ecl-banner/package.json b/src/components/ecl-banner/package.json index 83a74d3d..681f8646 100644 --- a/src/components/ecl-banner/package.json +++ b/src/components/ecl-banner/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/banner": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/banner": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "dependencies": { diff --git a/src/components/ecl-banner/readme.md b/src/components/ecl-banner/readme.md index f53cefd1..07db0449 100644 --- a/src/components/ecl-banner/readme.md +++ b/src/components/ecl-banner/readme.md @@ -26,6 +26,7 @@ | `horizontal` | `horizontal` | | `string` | `'left'` | | `image` | `image` | | `string` | `undefined` | | `imageAlt` | `image-alt` | | `string` | `undefined` | +| `imageAnchor` | `image-anchor` | | `string` | `undefined` | | `noScript` | `no-script` | | `boolean` | `false` | | `size` | `size` | | `string` | `'m'` | | `sources` | `sources` | | `string` | `undefined` | diff --git a/src/components/ecl-banner/test/__snapshots__/ecl-banner.spec.tsx.snap b/src/components/ecl-banner/test/__snapshots__/ecl-banner.spec.tsx.snap index e607cdb8..5deb3276 100644 --- a/src/components/ecl-banner/test/__snapshots__/ecl-banner.spec.tsx.snap +++ b/src/components/ecl-banner/test/__snapshots__/ecl-banner.spec.tsx.snap @@ -32,7 +32,7 @@ exports[`ecl-banner renders correctly in full width, with large size, text on th exports[`ecl-banner renders correctly with a video 1`] = ` -
+
@@ -91,9 +91,9 @@ exports[`ecl-banner renders correctly with a video 1`] = ` exports[`ecl-banner renders correctly with an image 1`] = ` -
+
- + diff --git a/src/components/ecl-blockquote/package.json b/src/components/ecl-blockquote/package.json index 161cc08b..54a8f284 100644 --- a/src/components/ecl-blockquote/package.json +++ b/src/components/ecl-blockquote/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/blockquote": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/blockquote": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-breadcrumb/package.json b/src/components/ecl-breadcrumb/package.json index 12061385..3d7befe9 100644 --- a/src/components/ecl-breadcrumb/package.json +++ b/src/components/ecl-breadcrumb/package.json @@ -13,14 +13,14 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/breadcrumb": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/button": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/breadcrumb": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/button": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "dependencies": { diff --git a/src/components/ecl-button/package.json b/src/components/ecl-button/package.json index 47f01fa1..6b0c82e3 100644 --- a/src/components/ecl-button/package.json +++ b/src/components/ecl-button/package.json @@ -13,16 +13,16 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/button": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/icon": "5.0.0-RC6", - "@ecl/link": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/resources-icons": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/button": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/icon": "5.1.0", + "@ecl/link": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/resources-icons": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "dependencies": { diff --git a/src/components/ecl-button/readme.md b/src/components/ecl-button/readme.md index 77dc63e7..32331f5e 100644 --- a/src/components/ecl-button/readme.md +++ b/src/components/ecl-button/readme.md @@ -30,8 +30,9 @@ - [ecl-breadcrumb-item](../ecl-breadcrumb) - [ecl-carousel](../ecl-carousel) - [ecl-expandable](../ecl-expandable) - - [ecl-file-translations](../ecl-file) + - [ecl-file](../ecl-file) - [ecl-gallery](../ecl-gallery) + - [ecl-highlighted-search](../ecl-highlighted-search) - [ecl-media-container](../ecl-media-container) - [ecl-mega-menu](../ecl-mega-menu) - [ecl-mega-menu-item](../ecl-mega-menu) @@ -47,6 +48,7 @@ - [ecl-select](../ecl-select) - [ecl-site-header](../ecl-site-header) - [ecl-slogan-ticker](../ecl-slogan-ticker) + - [ecl-story-card](../ecl-story-card) - [ecl-tabs](../ecl-tabs) - [ecl-timeline-item](../ecl-timeline) @@ -62,8 +64,9 @@ graph TD; ecl-breadcrumb-item --> ecl-button ecl-carousel --> ecl-button ecl-expandable --> ecl-button - ecl-file-translations --> ecl-button + ecl-file --> ecl-button ecl-gallery --> ecl-button + ecl-highlighted-search --> ecl-button ecl-media-container --> ecl-button ecl-mega-menu --> ecl-button ecl-mega-menu-item --> ecl-button @@ -79,6 +82,7 @@ graph TD; ecl-select --> ecl-button ecl-site-header --> ecl-button ecl-slogan-ticker --> ecl-button + ecl-story-card --> ecl-button ecl-tabs --> ecl-button ecl-timeline-item --> ecl-button style ecl-button fill:#f9f,stroke:#333,stroke-width:4px diff --git a/src/components/ecl-card/ecl-card.tsx b/src/components/ecl-card/ecl-card.tsx index a3256b20..5938be4e 100644 --- a/src/components/ecl-card/ecl-card.tsx +++ b/src/components/ecl-card/ecl-card.tsx @@ -31,6 +31,7 @@ export class EclCard { render() { return (
+ { this.image && + }
diff --git a/src/components/ecl-card/package.json b/src/components/ecl-card/package.json index 4121ae7d..e045fc52 100644 --- a/src/components/ecl-card/package.json +++ b/src/components/ecl-card/package.json @@ -13,11 +13,11 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/card": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/card": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-carousel/package.json b/src/components/ecl-carousel/package.json index 2aaa4884..d3d86960 100644 --- a/src/components/ecl-carousel/package.json +++ b/src/components/ecl-carousel/package.json @@ -17,12 +17,12 @@ "@ecl/web-components-icon": "0.28.0" }, "devDependencies": { - "@ecl/banner": "5.0.0-RC6", - "@ecl/builder": "5.0.0-RC6", - "@ecl/carousel": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/banner": "5.1.0", + "@ecl/builder": "5.1.0", + "@ecl/carousel": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-category-filter/package.json b/src/components/ecl-category-filter/package.json index 69efe9c6..42283973 100644 --- a/src/components/ecl-category-filter/package.json +++ b/src/components/ecl-category-filter/package.json @@ -13,10 +13,10 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/category-filter": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/category-filter": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-content-block/package.json b/src/components/ecl-content-block/package.json index ab02c300..b9dd84dc 100644 --- a/src/components/ecl-content-block/package.json +++ b/src/components/ecl-content-block/package.json @@ -13,17 +13,17 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/content-block": "5.0.0-RC6", - "@ecl/description-list": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/icon": "5.0.0-RC6", - "@ecl/label": "5.0.0-RC6", - "@ecl/link": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/content-block": "5.1.0", + "@ecl/description-list": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/icon": "5.1.0", + "@ecl/label": "5.1.0", + "@ecl/link": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-content-item/package.json b/src/components/ecl-content-item/package.json index 0be2e4f4..51828e90 100644 --- a/src/components/ecl-content-item/package.json +++ b/src/components/ecl-content-item/package.json @@ -13,11 +13,11 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/content-item": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/content-item": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-date-block/package.json b/src/components/ecl-date-block/package.json index e145a91a..4a54f279 100644 --- a/src/components/ecl-date-block/package.json +++ b/src/components/ecl-date-block/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/date-block": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/date-block": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-datepicker/package.json b/src/components/ecl-datepicker/package.json index 2aafe688..15f14c99 100644 --- a/src/components/ecl-datepicker/package.json +++ b/src/components/ecl-datepicker/package.json @@ -13,14 +13,14 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/datepicker": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/layout-form": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/text-input": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/datepicker": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/layout-form": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/text-input": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-description-list/package.json b/src/components/ecl-description-list/package.json index bc57dfc7..26dcfdba 100644 --- a/src/components/ecl-description-list/package.json +++ b/src/components/ecl-description-list/package.json @@ -13,14 +13,14 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/description-list": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/link": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/description-list": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/link": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-divider/package.json b/src/components/ecl-divider/package.json index e36f9c2a..bcabcb07 100644 --- a/src/components/ecl-divider/package.json +++ b/src/components/ecl-divider/package.json @@ -13,10 +13,10 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/separator": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/separator": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-expandable/package.json b/src/components/ecl-expandable/package.json index 18b9ec2d..21b7e0f6 100644 --- a/src/components/ecl-expandable/package.json +++ b/src/components/ecl-expandable/package.json @@ -13,14 +13,14 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/button": "5.0.0-RC6", - "@ecl/expandable": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/button": "5.1.0", + "@ecl/expandable": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "@ecl/web-components-button": "0.28.0", "cross-env": "10.1.0", "rimraf": "6.1.3" diff --git a/src/components/ecl-fact-figures/ecl-fact-figures-item.tsx b/src/components/ecl-fact-figures/ecl-fact-figures-item.tsx index 555ab95a..235b06b2 100644 --- a/src/components/ecl-fact-figures/ecl-fact-figures-item.tsx +++ b/src/components/ecl-fact-figures/ecl-fact-figures-item.tsx @@ -7,7 +7,7 @@ import { Component, h, Prop, Element } from '@stencil/core'; ec: './build/styles/ecl-fact-figures-item-ec.css', eu: './build/styles/ecl-fact-figures-item-eu.css', }, - scoped: true, + scoped: false, }) export class EclFactFiguresItem { @@ -18,6 +18,8 @@ export class EclFactFiguresItem { @Prop() value: string; @Prop() itemTitle: string; @Prop() iconTransform: string; + @Prop() sources: string = ''; + @Prop() sourcesLabel: string = ''; getClass(): string { const styleClasses = [ @@ -46,27 +48,57 @@ export class EclFactFiguresItem { } render() { + const sourcesArray = this.sources ? JSON.parse(this.sources) : ''; + return (
{ this.value && ( -
{this.value} +
{this.value} { this.itemTitle && ( - {this.itemTitle} + {this.itemTitle} )}
)} { (!this.value && this.itemTitle) && -
{this.itemTitle}
+
{this.itemTitle}
} -
+
+ { this.sources && +
+ { this.sourcesLabel && + + {this.sourcesLabel} + + } +
    + {sourcesArray.map((source) => ( +
  • + { source.path ? ( + + {source.label} + + ) : ( + + {source.label} + + ) + } +
  • + ))} +
+
+ }
); } diff --git a/src/components/ecl-fact-figures/ecl-fact-figures.stories.ts b/src/components/ecl-fact-figures/ecl-fact-figures.stories.ts index 787c58cb..ab6a942f 100644 --- a/src/components/ecl-fact-figures/ecl-fact-figures.stories.ts +++ b/src/components/ecl-fact-figures/ecl-fact-figures.stories.ts @@ -81,7 +81,10 @@ const Template = (args) => item-title="Lorem ipsum", value="00.0 million" icon="infographic" - theme="${args.theme}" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Nunc condimentum sapien ut nibh finibus suscipit vitae at justo. Morbi quis odio faucibus, commodo tortor id, elementum libero. @@ -90,7 +93,10 @@ const Template = (args) => item-title="Sed hendrerit", value="00.0 million" icon="spreadsheet" - theme="${args.theme}" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Turpis varius congue venenatis, erat dui feugiat felis. @@ -99,7 +105,10 @@ const Template = (args) => item-title="Donec suscipit interdum augue, ac dapibus eros finibus a.", value="00.0 million" icon="growth" - theme="${args.theme}" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Cras vestibulum efficitur mi, quis porta tellus rutrum ut. Quisque at pulvinar sem. @@ -108,7 +117,10 @@ const Template = (args) => item-title="Aenean dapibus", value="00.0 million" icon="digital" - theme="${args.theme}" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Aliquam lacinia diam eu sem malesuada, in interdum ante bibendum. @@ -117,7 +129,10 @@ const Template = (args) => item-title="Aliquam faucibus nulla eget eleifend", value="00.0 million" icon="regulation" - theme="${args.theme}" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis nec lectus tortor. @@ -126,7 +141,10 @@ const Template = (args) => item-title="Aliquam faucibus nulla eget eleifend", value="00.0 million" icon="image" - theme="${args.theme}" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis nec lectus tortor. diff --git a/src/components/ecl-fact-figures/package.json b/src/components/ecl-fact-figures/package.json index d64c8db6..58d59965 100644 --- a/src/components/ecl-fact-figures/package.json +++ b/src/components/ecl-fact-figures/package.json @@ -13,14 +13,14 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/fact-figures": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/link": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/fact-figures": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/link": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "dependencies": { diff --git a/src/components/ecl-fact-figures/readme.md b/src/components/ecl-fact-figures/readme.md index 69fe6239..250d2084 100644 --- a/src/components/ecl-fact-figures/readme.md +++ b/src/components/ecl-fact-figures/readme.md @@ -12,6 +12,8 @@ | `icon` | `icon` | | `string` | `undefined` | | `iconTransform` | `icon-transform` | | `string` | `undefined` | | `itemTitle` | `item-title` | | `string` | `undefined` | +| `sources` | `sources` | | `string` | `''` | +| `sourcesLabel` | `sources-label` | | `string` | `''` | | `styleClass` | `style-class` | | `string` | `undefined` | | `theme` | `theme` | | `string` | `undefined` | | `value` | `value` | | `string` | `undefined` | @@ -22,11 +24,15 @@ ### Depends on - [ecl-icon](../ecl-icon) +- [ecl-link](../ecl-link) ### Graph ```mermaid graph TD; ecl-fact-figures-item --> ecl-icon + ecl-fact-figures-item --> ecl-link + ecl-link --> ecl-icon + ecl-link --> ecl-indicator style ecl-fact-figures-item fill:#f9f,stroke:#333,stroke-width:4px ``` diff --git a/src/components/ecl-fact-figures/test/__snapshots__/ecl-fact-figures.spec.tsx.snap b/src/components/ecl-fact-figures/test/__snapshots__/ecl-fact-figures.spec.tsx.snap index 7cc0eb2e..6f75a7db 100644 --- a/src/components/ecl-fact-figures/test/__snapshots__/ecl-fact-figures.spec.tsx.snap +++ b/src/components/ecl-fact-figures/test/__snapshots__/ecl-fact-figures.spec.tsx.snap @@ -8,106 +8,208 @@ exports[`ecl-fact-figures renders 1`] = `
- +
- - + + -
+
00.0 million - + Lorem ipsum
-
+
Nunc condimentum sapien ut nibh finibus suscipit vitae at justo. Morbi quis odio faucibus, commodo tortor id, elementum libero.
+
+ + Sources: + + +
- +
- - + + -
+
00.0 million - + Sed hendrerit
-
+
Turpis varius congue venenatis, erat dui feugiat felis.
+
+ + Sources: + + +
- +
- - + + -
+
00.0 million - + Donec suscipit interdum augue, ac dapibus eros finibus
-
+
Cras vestibulum efficitur mi, quis porta tellus rutrum ut. Quisque at pulvinar sem.
+
+ + Sources: + + +
- +
- - + + -
+
00.0 million - + Aenean dapibus
-
+
Aliquam lacinia diam eu sem malesuada, in interdum ante bibendum.
+
+ + Sources: + + +
- +
- - + + -
+
00.0 million - + Aliquam faucibus nulla eget eleifend
-
+
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis nec lectus tortor.
+
+ + Sources: + + +
- +
- - + + -
+
00.0 million - + Aliquam faucibus nulla eget eleifend
-
+
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis nec lectus tortor.
+
+ + Sources: + + +
@@ -160,13 +262,13 @@ exports[`ecl-fact-figures renders correctly without a value and with a title 1`
- - + + -
+
Lorem ipsum
-
+
Nunc condimentum sapien ut nibh finibus suscipit vitae at justo. Morbi quis odio faucibus, commodo tortor id, elementum libero.
@@ -174,13 +276,13 @@ exports[`ecl-fact-figures renders correctly without a value and with a title 1`
- - + + -
+
Sed hendrerit
-
+
Turpis varius congue venenatis, erat dui feugiat felis.
@@ -188,13 +290,13 @@ exports[`ecl-fact-figures renders correctly without a value and with a title 1`
- - + + -
+
Donec suscipit interdum augue, ac dapibus eros finibus
-
+
Cras vestibulum efficitur mi, quis porta tellus rutrum ut. Quisque at pulvinar sem.
diff --git a/src/components/ecl-fact-figures/test/ecl-fact-figures.spec.tsx b/src/components/ecl-fact-figures/test/ecl-fact-figures.spec.tsx index 2cb0fd40..daffd5b6 100644 --- a/src/components/ecl-fact-figures/test/ecl-fact-figures.spec.tsx +++ b/src/components/ecl-fact-figures/test/ecl-fact-figures.spec.tsx @@ -24,6 +24,10 @@ describe('ecl-fact-figures', () => { item-title="Lorem ipsum" value="00.0 million" icon="infographic" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Nunc condimentum sapien ut nibh finibus suscipit vitae at justo. Morbi quis odio faucibus, commodo tortor id, elementum libero. @@ -32,7 +36,10 @@ describe('ecl-fact-figures', () => { item-title="Sed hendrerit" value="00.0 million" icon="spreadsheet" - theme="ec" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Turpis varius congue venenatis, erat dui feugiat felis. @@ -41,6 +48,10 @@ describe('ecl-fact-figures', () => { item-title="Donec suscipit interdum augue, ac dapibus eros finibus" value="00.0 million" icon="growth" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Cras vestibulum efficitur mi, quis porta tellus rutrum ut. Quisque at pulvinar sem. @@ -49,6 +60,10 @@ describe('ecl-fact-figures', () => { item-title="Aenean dapibus" value="00.0 million" icon="digital" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Aliquam lacinia diam eu sem malesuada, in interdum ante bibendum. @@ -57,6 +72,10 @@ describe('ecl-fact-figures', () => { item-title="Aliquam faucibus nulla eget eleifend", value="00.0 million" icon="regulation" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis nec lectus tortor. @@ -65,6 +84,10 @@ describe('ecl-fact-figures', () => { item-title="Aliquam faucibus nulla eget eleifend" value="00.0 million" icon="image" + sources-label="Sources:" + sources='[ + { "label": "DG CNECT", "path": "/example.html" } + ]' > Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis nec lectus tortor. diff --git a/src/components/ecl-featured-item/package.json b/src/components/ecl-featured-item/package.json index ccbaa9cf..0de99d48 100644 --- a/src/components/ecl-featured-item/package.json +++ b/src/components/ecl-featured-item/package.json @@ -13,13 +13,16 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/featured-item": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/media-container": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/featured-item": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/media-container": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/mixins-color": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/link": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-featured-item/src/styles/ecl-featured-item-ec.scss b/src/components/ecl-featured-item/src/styles/ecl-featured-item-ec.scss index 8d52d0a3..f3c1efa2 100644 --- a/src/components/ecl-featured-item/src/styles/ecl-featured-item-ec.scss +++ b/src/components/ecl-featured-item/src/styles/ecl-featured-item-ec.scss @@ -7,6 +7,11 @@ $theme: theme.$theme, $typography: var.$typography ); +@use '@ecl/link/link' with ( + $theme: theme.$theme, + $link: var.$link, + $button: var.$button +); @use '@ecl/featured-item/featured-item' with ( $theme: theme.$theme, $featured-item: var.$featured-item diff --git a/src/components/ecl-featured-item/src/styles/ecl-featured-item-eu.scss b/src/components/ecl-featured-item/src/styles/ecl-featured-item-eu.scss index 6fbf8bef..e476373a 100644 --- a/src/components/ecl-featured-item/src/styles/ecl-featured-item-eu.scss +++ b/src/components/ecl-featured-item/src/styles/ecl-featured-item-eu.scss @@ -7,6 +7,11 @@ $theme: theme.$theme, $typography: var.$typography ); +@use '@ecl/link/link' with ( + $theme: theme.$theme, + $button: var.$button, + $link: var.$link +); @use '@ecl/featured-item/featured-item' with ( $theme: theme.$theme, $featured-item: var.$featured-item diff --git a/src/components/ecl-featured-item/test/__snapshots__/ecl-featured-item.spec.tsx.snap b/src/components/ecl-featured-item/test/__snapshots__/ecl-featured-item.spec.tsx.snap index 1e0f0748..b2d106cd 100644 --- a/src/components/ecl-featured-item/test/__snapshots__/ecl-featured-item.spec.tsx.snap +++ b/src/components/ecl-featured-item/test/__snapshots__/ecl-featured-item.spec.tsx.snap @@ -39,8 +39,8 @@ exports[`ecl-featured-item renders correctly 1`] = `
- - + +
@@ -97,7 +97,7 @@ exports[`ecl-featured-item renders correctly with all the options specified 1`]
- + diff --git a/src/components/ecl-featured-item/test/ecl-featured-item.spec.tsx b/src/components/ecl-featured-item/test/ecl-featured-item.spec.tsx index 49f94a92..6f055432 100644 --- a/src/components/ecl-featured-item/test/ecl-featured-item.spec.tsx +++ b/src/components/ecl-featured-item/test/ecl-featured-item.spec.tsx @@ -6,6 +6,17 @@ import { EclLink } from '../../ecl-link/ecl-link'; import { EclIcon } from '../../ecl-icon/ecl-icon'; describe('ecl-featured-item', () => { + beforeEach(() => { + global.ResizeObserver = class { + observe() {} + unobserve() {} + disconnect() {} + }; + + (global as any).ECL = {}; + (global as any).ECL.components = new Map(); + }); + it('renders correctly', async () => { const page = await newSpecPage({ components: [EclFeaturedItem, EclLink, EclIcon, EclPicture, EclMediaContainer], diff --git a/src/components/ecl-file-upload/ecl-file-upload.stories.ts b/src/components/ecl-file-upload/ecl-file-upload.stories.ts index 63c55823..e5879e04 100644 --- a/src/components/ecl-file-upload/ecl-file-upload.stories.ts +++ b/src/components/ecl-file-upload/ecl-file-upload.stories.ts @@ -38,9 +38,9 @@ const getArgTypes = () => { }, }, inputId: { - name: 'FileUpload id', + name: 'input-id', type: { name: 'string' }, - description: 'FileUpload variant', + description: 'FileUpload input id ', table: { category: 'Content', }, diff --git a/src/components/ecl-file-upload/ecl-file-upload.tsx b/src/components/ecl-file-upload/ecl-file-upload.tsx index e9fa39fa..805b2526 100644 --- a/src/components/ecl-file-upload/ecl-file-upload.tsx +++ b/src/components/ecl-file-upload/ecl-file-upload.tsx @@ -135,10 +135,11 @@ export class EclFileUpload { htmlFor={this.inputId} > {this.buttonChooseLabel} diff --git a/src/components/ecl-file-upload/package.json b/src/components/ecl-file-upload/package.json index e5e543cb..365cafc8 100644 --- a/src/components/ecl-file-upload/package.json +++ b/src/components/ecl-file-upload/package.json @@ -13,14 +13,14 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/button": "5.0.0-RC6", - "@ecl/file-upload": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", - "@ecl/utility-screen-reader": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/button": "5.1.0", + "@ecl/file-upload": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", + "@ecl/utility-screen-reader": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-file-upload/src/styles/ecl-file-upload-ec.scss b/src/components/ecl-file-upload/src/styles/ecl-file-upload-ec.scss index 27890e15..48e7dd0d 100644 --- a/src/components/ecl-file-upload/src/styles/ecl-file-upload-ec.scss +++ b/src/components/ecl-file-upload/src/styles/ecl-file-upload-ec.scss @@ -7,6 +7,10 @@ $theme: theme.$theme, $typography: var.$typography ); +@use '@ecl/button/button' with ( + $button: var.$button, + $theme: theme.$theme +); @use '@ecl/file-upload/file-upload' with ( $button: var.$button, $theme: theme.$theme, diff --git a/src/components/ecl-file-upload/src/styles/ecl-file-upload-eu.scss b/src/components/ecl-file-upload/src/styles/ecl-file-upload-eu.scss index ce333b95..97663145 100644 --- a/src/components/ecl-file-upload/src/styles/ecl-file-upload-eu.scss +++ b/src/components/ecl-file-upload/src/styles/ecl-file-upload-eu.scss @@ -7,6 +7,10 @@ $theme: theme.$theme, $typography: var.$typography ); +@use '@ecl/button/button' with ( + $button: var.$button, + $theme: theme.$theme +); @use '@ecl/file-upload/file-upload' with ( $theme: theme.$theme, $button: var.$button, diff --git a/src/components/ecl-file/ecl-file-translation-item.tsx b/src/components/ecl-file/ecl-file-translation-item.tsx index 5ab5e45c..00917892 100644 --- a/src/components/ecl-file/ecl-file-translation-item.tsx +++ b/src/components/ecl-file/ecl-file-translation-item.tsx @@ -49,16 +49,14 @@ export class EclFileTranslationsItem { } componentWillLoad() { - this.theme = document.documentElement.getAttribute('data-ecl-theme') ?? (this.theme || 'ec'); - } - - componentDidLoad() { const parentFile = this.el.closest('.ecl-file'); if (parentFile) { this.parentId = parentFile.id; this.downloadAttribute = parentFile.hasAttribute('download-attribute'); } + + this.theme = document.documentElement.getAttribute('data-ecl-theme') ?? (this.theme || 'ec'); } render() { diff --git a/src/components/ecl-file/ecl-file-translations.tsx b/src/components/ecl-file/ecl-file-translations.tsx index 9dd5e296..3d7b6d4b 100644 --- a/src/components/ecl-file/ecl-file-translations.tsx +++ b/src/components/ecl-file/ecl-file-translations.tsx @@ -8,13 +8,14 @@ import { Component, Prop, h, Element } from '@stencil/core'; export class EclFileTranslations { @Element() el: HTMLElement; @Prop({ mutable: true }) theme: string; + @Prop() elId: string = `ecl-file-translations-${Math.random().toString(36).slice(2, 10)}`; @Prop() styleClass: string; @Prop() toggleLabel: string; @Prop() others: boolean = false; getClass(): string { const styleClasses = [ - `ecl-file__translation-container`, + `ecl-file__translation-list`, `sc-ecl-file-${this.theme}`, this.styleClass ]; @@ -26,46 +27,20 @@ export class EclFileTranslations { this.theme = document.documentElement.getAttribute('data-ecl-theme') ?? (this.theme || 'ec'); } - componentDidRender() { - const translationsTotal = this.el.querySelectorAll('.ecl-file__translation-item').length as unknown as string; - const text = document.createTextNode(` (${translationsTotal}) `); - if (this.el.querySelector('.ecl-file__translation-toggle')) { - this.el.querySelector('.ecl-file__translation-toggle .ecl-button__icon').before(text); - } - } - render() { return ( ); } diff --git a/src/components/ecl-file/ecl-file.stories.ts b/src/components/ecl-file/ecl-file.stories.ts index 06a8a744..e09ce7a2 100644 --- a/src/components/ecl-file/ecl-file.stories.ts +++ b/src/components/ecl-file/ecl-file.stories.ts @@ -1,8 +1,8 @@ const getArgs = () => ({ - labels: false, - variant: 'thumbnail', - fileTitle: 'State of the Union 2018 brochure', - fileTitlePath: '/example.html', + labels: true, + fileTitle: 'In-Depth Comprehensive Report on Emissions Standards, Their Impacts, and Future Projections in the European Union for the Year 2023 and Beyond', + fileTitlePath: '', + media: 'icon', downloadAttribute: false, downloadLabel: 'Download', downloadLink: '/example.html', @@ -21,11 +21,6 @@ const getArgTypes = () => ({ type: { name: 'boolean' }, description: 'Show file labels', }, - variant: { - type: { name: 'select' }, - options: ['default', 'thumbnail'], - description: 'File variants', - }, description: { type: { name: 'string' }, description: 'only for the thumbnail variant' @@ -39,6 +34,13 @@ const getArgTypes = () => ({ type: { name: 'string' }, description: 'href of the title, when is is a link' }, + media: { + type: { name: 'select' }, + options: [ + 'image', + 'icon', + ], + }, downloadAttribute: { name: 'download-attribute', type: { name: 'boolean' }, @@ -82,7 +84,6 @@ export default { const TemplateWithTranslation = args => ` download-label="${args.downloadLabel}" download-attribute=${args.downloadAttribute} language="${args.language}" + icon="${args.media === 'icon' ? 'file-pdf' : ''}" meta="${args.meta}" - image="https://inno-ecl.s3.amazonaws.com/media/examples/example-image.jpg" + image="${args.media === 'image' ? 'https://inno-ecl.s3.amazonaws.com/media/examples/example-image.jpg' : ''}" image-alt="thumbnail alt" detail-meta='["Resource type", "Publication date"]' aria-label="Download file State of the Union 2018 brochure" - taxonomies-label="Taxonomy list" + taxonomies-label="List" taxonomies='["Taxonomy item 1",{"label": "Taxonomy item 2", "path": "/example.html"}]' - labels='${args.labels && args.variant === 'thumbnail' ? '[{"variant": "highlight", "label": "Highlighted"}]' : ''}' + labels='${args.labels ? '[{"variant": "highlight", "label": "Highlight"}]' : ''}' > - ${args.variant === 'thumbnail' ? args.description : ''} + ${args.description} ${args.previewLink ? `Preview (placeholder) + branded + variant="standalone">View (placeholder) ` : '' } ( -
- - {label.label} - -
- )); + const labelsArray = this.labels ? JSON.parse(this.labels) : null; + + if (!labelsArray?.length) { + return null; } - - return labelsMarkup; - } - - getMeta() { - return
{this.meta}
+ + return ( +
+ {labelsArray.map((label) => ( +
+ + {label.label} + +
+ ))} +
+ ); } getDetailedMeta() { @@ -96,9 +91,9 @@ export class EclFile { if (detailMetaArray) { detailMetaMarkup = -
+
{detailMetaArray.map((meta) => ( - { meta } + { meta } ))}
; } @@ -115,7 +110,24 @@ export class EclFile { } getLanguage() { - return
{this.language}
+ return ; } getDownload() { @@ -123,15 +135,17 @@ export class EclFile { - {this.downloadLabel} + {this.downloadLabel} {this.meta} @@ -141,24 +155,26 @@ export class EclFile { } render() { - const isDefault = this.variant == 'default'; - return (
-
- { isDefault && - - } - { !isDefault && this.image && +
+
+ { this.icon && +
+ +
+ } + { this.image && - } - { !isDefault && -
- {this.getLabels()} - {this.getDetailedMeta()} - {this.getTitle()} -
- -
- { this.taxonomies && -
- - - {this.taxonomiesLabel} - - + {this.getLabels()} + {this.getTitle()} +
+ +
+ {this.getDetailedMeta()} + { this.taxonomies && +
+ - - + + {this.taxonomiesLabel} + + + + +
+ }
- } -
- } - { isDefault && -
- {this.getTitle()}
- } -
- +
+ {this.getLanguage()} +
+ + {this.getDownload()} +
+
+
); diff --git a/src/components/ecl-file/package.json b/src/components/ecl-file/package.json index ee93cde5..9854168e 100644 --- a/src/components/ecl-file/package.json +++ b/src/components/ecl-file/package.json @@ -13,11 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/file": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/file": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-file/src/styles/ecl-file-ec.scss b/src/components/ecl-file/src/styles/ecl-file-ec.scss index 845fa243..c5963a6d 100644 --- a/src/components/ecl-file/src/styles/ecl-file-ec.scss +++ b/src/components/ecl-file/src/styles/ecl-file-ec.scss @@ -3,12 +3,17 @@ @use '@ecl/grid/grid' with ( $theme: theme.$theme ); +@use '@ecl/mixins-typography/mixins' with ( + $theme: theme.$theme, + $typography: var.$typography +); @use '@ecl/file/file' with ( $theme: theme.$theme, $file: var.$file ); -.ecl-link__icon--after .ecl-link__icon { +.ecl-link__icon--after .ecl-link__icon, +.ecl-button .ecl-icon { margin-inline-start: 0.5rem !important; } @@ -26,7 +31,11 @@ } @container ecl-file (width >= 768px) { - :host .ecl-file--thumbnail.sc-ecl-file-ec .ecl-file__container { + :host .ecl-file__info { flex-direction: row; } + + :host .ecl-file__footer { + justify-content: flex-end; + } } diff --git a/src/components/ecl-file/src/styles/ecl-file-eu.scss b/src/components/ecl-file/src/styles/ecl-file-eu.scss index a0773f6d..c60efb1d 100644 --- a/src/components/ecl-file/src/styles/ecl-file-eu.scss +++ b/src/components/ecl-file/src/styles/ecl-file-eu.scss @@ -3,41 +3,38 @@ @use '@ecl/grid/grid' with ( $theme: theme.$theme ); +@use '@ecl/mixins-typography/mixins' with ( + $theme: theme.$theme, + $typography: var.$typography +); @use '@ecl/file/file' with ( $theme: theme.$theme, $file: var.$file ); -.ecl-file__icon { - fill: #0e47cb !important; -} - -.ecl-file__taxonomy * { - margin-top: 0 !important; -} - -.ecl-file__container > *:first-child { - align-self: start !important; -} - -.ecl-link__icon--after { +.ecl-link__icon--after .ecl-link__icon { margin-inline-start: 0.5rem !important; } -.ecl-file__translation-container > *:first-child { - align-self: flex-end; +.ecl-file__description { + white-space: normal; } -.ecl-link--icon-after .ecl-icon.sc-ecl-icon-eu { - margin-inline-start: 0.5rem; +.ecl-file__taxonomy * { + margin-top: 0 !important; } -.ecl-file__description { - white-space: normal; +.ecl-file .ecl-file__translation-toggle { + margin-block: 1rem; + margin-inline-end: var(--s-xs); } @container ecl-file (width >= 768px) { - :host .ecl-file--thumbnail.sc-ecl-file-eu .ecl-file__container { + :host .ecl-file__info { flex-direction: row; } + + :host .ecl-file__footer { + justify-content: flex-end; + } } diff --git a/src/components/ecl-file/test/__snapshots__/ecl-file.spec.tsx.snap b/src/components/ecl-file/test/__snapshots__/ecl-file.spec.tsx.snap index 9c522e1e..f9dfaa01 100644 --- a/src/components/ecl-file/test/__snapshots__/ecl-file.spec.tsx.snap +++ b/src/components/ecl-file/test/__snapshots__/ecl-file.spec.tsx.snap @@ -1,99 +1,127 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ecl-file renders 1`] = ` - + -
@@ -91,8 +66,8 @@ exports[`ecl-media-container renders correctly with an image 1`] = `
- - Alternative text + + Alternative text
diff --git a/src/components/ecl-media-container/test/ecl-media-container.spec.tsx b/src/components/ecl-media-container/test/ecl-media-container.spec.tsx index b46714c7..b52523d8 100644 --- a/src/components/ecl-media-container/test/ecl-media-container.spec.tsx +++ b/src/components/ecl-media-container/test/ecl-media-container.spec.tsx @@ -7,8 +7,14 @@ import { EclPicture } from '../../ecl-picture/ecl-picture'; describe('ecl-media-container', () => { beforeEach(() => { - // create a global ECL object so your components can attach classes + global.ResizeObserver = class { + observe() {} + unobserve() {} + disconnect() {} + }; + (global as any).ECL = {}; + (global as any).ECL.components = new Map(); }); it('renders correctly with an image', async () => { @@ -46,9 +52,7 @@ describe('ecl-media-container', () => { components: [EclMediaContainer, EclVideo, EclButton, EclIcon, EclPicture], html: ` caption for the media container `, diff --git a/src/components/ecl-mega-menu/package.json b/src/components/ecl-mega-menu/package.json index deaccce6..4c187b51 100644 --- a/src/components/ecl-mega-menu/package.json +++ b/src/components/ecl-mega-menu/package.json @@ -18,12 +18,12 @@ "@ecl/web-components-icon": "0.28.0" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mega-menu": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mega-menu": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-menu/package.json b/src/components/ecl-menu/package.json index dfca8dd8..a13d3dd4 100644 --- a/src/components/ecl-menu/package.json +++ b/src/components/ecl-menu/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/menu": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/menu": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-modal/ecl-modal.stories.ts b/src/components/ecl-modal/ecl-modal.stories.ts index 4ca8ad64..ddbbf807 100644 --- a/src/components/ecl-modal/ecl-modal.stories.ts +++ b/src/components/ecl-modal/ecl-modal.stories.ts @@ -57,8 +57,8 @@ const Template = args => with-body-fixed toggle-id="modal-demo-toggle" close-label="Close" + item-title="Modal title" > - Lorem ipsum dolor sit amet Scrollable content:
@@ -74,20 +74,22 @@ const Template = args => label="Option label" >
-
+
- Close + Button - Submit + Button
`; diff --git a/src/components/ecl-modal/ecl-modal.tsx b/src/components/ecl-modal/ecl-modal.tsx index f4d75a28..0822a094 100644 --- a/src/components/ecl-modal/ecl-modal.tsx +++ b/src/components/ecl-modal/ecl-modal.tsx @@ -25,6 +25,7 @@ export class EclModal { @Prop() size: string = 'l'; @Prop() closeLabel: string; @Prop() itemId: string; + @Prop() itemTitle: string; getClass(): string { return [ @@ -72,6 +73,7 @@ export class EclModal { ) : ''} {this.withHeader ? (
+ {this.itemTitle}
) : ''} @@ -80,6 +82,7 @@ export class EclModal { type="button" variant="tertiary" hide-label + size="m" buttonStyle="neutral" styleClass={`ecl-modal__close sc-ecl-modal-${this.theme}`} data-ecl-modal-close @@ -87,7 +90,6 @@ export class EclModal { {this.closeLabel} diff --git a/src/components/ecl-modal/package.json b/src/components/ecl-modal/package.json index 91106949..ac6fbcf6 100644 --- a/src/components/ecl-modal/package.json +++ b/src/components/ecl-modal/package.json @@ -13,12 +13,12 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/modal": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/modal": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "dependencies": { diff --git a/src/components/ecl-modal/readme.md b/src/components/ecl-modal/readme.md index 16c65d51..48038cd1 100644 --- a/src/components/ecl-modal/readme.md +++ b/src/components/ecl-modal/readme.md @@ -11,6 +11,7 @@ | --------------- | ----------------- | ----------- | --------- | ----------- | | `closeLabel` | `close-label` | | `string` | `undefined` | | `itemId` | `item-id` | | `string` | `undefined` | +| `itemTitle` | `item-title` | | `string` | `undefined` | | `noScript` | `no-script` | | `boolean` | `false` | | `size` | `size` | | `string` | `'l'` | | `styleClass` | `style-class` | | `string` | `undefined` | diff --git a/src/components/ecl-modal/src/styles/ecl-modal-ec.scss b/src/components/ecl-modal/src/styles/ecl-modal-ec.scss index cd1e6ffe..cdca11fb 100644 --- a/src/components/ecl-modal/src/styles/ecl-modal-ec.scss +++ b/src/components/ecl-modal/src/styles/ecl-modal-ec.scss @@ -11,3 +11,12 @@ $theme: theme.$theme, $modal: var.$modal ); + +.ecl-modal__button:first-of-type { + margin-inline-end: var(--s-m); +} + +.ecl-modal__close { + position: relative; + top: -0.5rem; +} diff --git a/src/components/ecl-modal/src/styles/ecl-modal-eu.scss b/src/components/ecl-modal/src/styles/ecl-modal-eu.scss index c28ac726..62cb82ad 100644 --- a/src/components/ecl-modal/src/styles/ecl-modal-eu.scss +++ b/src/components/ecl-modal/src/styles/ecl-modal-eu.scss @@ -11,3 +11,12 @@ $theme: theme.$theme, $modal: var.$modal ); + +.ecl-modal__button:first-of-type { + margin-inline-end: var(--s-m); +} + +.ecl-modal__close { + position: relative; + top: -0.5rem; +} diff --git a/src/components/ecl-modal/test/__snapshots__/ecl-modal.spec.tsx.snap b/src/components/ecl-modal/test/__snapshots__/ecl-modal.spec.tsx.snap index a3137aa0..534f4414 100644 --- a/src/components/ecl-modal/test/__snapshots__/ecl-modal.spec.tsx.snap +++ b/src/components/ecl-modal/test/__snapshots__/ecl-modal.spec.tsx.snap @@ -19,13 +19,13 @@ exports[`ecl-modal renders 1`] = `
- diff --git a/src/components/ecl-navigation-list/package.json b/src/components/ecl-navigation-list/package.json index 55c7783b..2841a366 100644 --- a/src/components/ecl-navigation-list/package.json +++ b/src/components/ecl-navigation-list/package.json @@ -13,11 +13,11 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/navigation-list": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/navigation-list": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-news-ticker/package.json b/src/components/ecl-news-ticker/package.json index 09cc9fd3..a2aa8c98 100644 --- a/src/components/ecl-news-ticker/package.json +++ b/src/components/ecl-news-ticker/package.json @@ -13,11 +13,11 @@ "prepublish": "npm run build" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/news-ticker": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/news-ticker": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-notification/ecl-notification.tsx b/src/components/ecl-notification/ecl-notification.tsx index 8c812ccc..06124b89 100644 --- a/src/components/ecl-notification/ecl-notification.tsx +++ b/src/components/ecl-notification/ecl-notification.tsx @@ -35,6 +35,10 @@ export class EclNotification { return this.variant === 'information' ? 'info' : this.variant; } + getIcon() : string { + return `${this.variant}-outline`; + } + componentWillLoad() { this.theme = document.documentElement.getAttribute('data-ecl-theme') ?? (this.theme || 'ec'); } @@ -45,7 +49,7 @@ export class EclNotification { links.forEach((link) => { const wrapper = document.createElement('div'); wrapper.classList.add('ecl-notification__link', `sc-ecl-notification-${this.theme}`); - link.firstElementChild.classList.add(`ecl-notification__link`, `sc-ecl-notification-${this.theme}`); + link.firstElementChild.classList.add(`ecl-notification__link-item`, `sc-ecl-notification-${this.theme}`); link.parentNode.insertBefore(wrapper, link); wrapper.appendChild(link); @@ -68,8 +72,8 @@ export class EclNotification { data-ecl-notification role="alert" > @@ -78,6 +82,7 @@ export class EclNotification { : '' diff --git a/src/components/ecl-notification/package.json b/src/components/ecl-notification/package.json index 494a4a25..f0126d80 100644 --- a/src/components/ecl-notification/package.json +++ b/src/components/ecl-notification/package.json @@ -17,12 +17,12 @@ "@ecl/web-components-icon": "0.28.0" }, "devDependencies": { - "@ecl/builder": "5.0.0-RC6", - "@ecl/grid": "5.0.0-RC6", - "@ecl/mixins-typography": "5.0.0-RC6", - "@ecl/notification": "5.0.0-RC6", - "@ecl/theme-ec": "5.0.0-RC6", - "@ecl/theme-eu": "5.0.0-RC6", + "@ecl/builder": "5.1.0", + "@ecl/grid": "5.1.0", + "@ecl/mixins-typography": "5.1.0", + "@ecl/notification": "5.1.0", + "@ecl/theme-ec": "5.1.0", + "@ecl/theme-eu": "5.1.0", "cross-env": "10.1.0" }, "repository": { diff --git a/src/components/ecl-notification/test/__snapshots__/ecl-notification.spec.tsx.snap b/src/components/ecl-notification/test/__snapshots__/ecl-notification.spec.tsx.snap index 9863d3d0..1378076f 100644 --- a/src/components/ecl-notification/test/__snapshots__/ecl-notification.spec.tsx.snap +++ b/src/components/ecl-notification/test/__snapshots__/ecl-notification.spec.tsx.snap @@ -5,12 +5,12 @@ exports[`ecl-notification renders correctly in the information variant 1`] = `