diff --git a/apps/sfy-chrome-extension/package.json b/apps/sfy-chrome-extension/package.json index e4c59f2..111435b 100644 --- a/apps/sfy-chrome-extension/package.json +++ b/apps/sfy-chrome-extension/package.json @@ -20,7 +20,7 @@ "dependencies": { "@blgc/utils": "^0.0.18", "@repo/ui": "workspace:*", - "feature-fetch": "^0.0.25", + "feature-fetch": "^0.0.26", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/apps/sfy-eu-blocks-app/admin-block-extension/package.json b/apps/sfy-eu-blocks-app/admin-block-extension/package.json index faf55f7..7032d6e 100644 --- a/apps/sfy-eu-blocks-app/admin-block-extension/package.json +++ b/apps/sfy-eu-blocks-app/admin-block-extension/package.json @@ -15,7 +15,7 @@ "@shopify/ui-extensions": "2024.7.0", "@shopify/ui-extensions-react": "2024.7.0", "eprel-client": "^0.0.16", - "feature-fetch": "^0.0.25", + "feature-fetch": "^0.0.26", "feature-form": "^0.0.27", "feature-react": "^0.0.23", "react": "^18.3.1", diff --git a/apps/sfy-eu-blocks-app/admin-block-extension/src/environment/config/core-api.config.ts b/apps/sfy-eu-blocks-app/admin-block-extension/src/environment/config/core-api.config.ts index a45c49e..dfe341e 100644 --- a/apps/sfy-eu-blocks-app/admin-block-extension/src/environment/config/core-api.config.ts +++ b/apps/sfy-eu-blocks-app/admin-block-extension/src/environment/config/core-api.config.ts @@ -1,3 +1,3 @@ export const coreApiConfig = { - baseUrl: 'https://miracle-translate-contributor-cartridge.trycloudflare.com' // TODO: Find way to sync url from api-core-node + baseUrl: 'https://turned-champagne-equal-seeking.trycloudflare.com' // TODO: Find way to sync url from api-core-node }; diff --git a/apps/sfy-eu-blocks-app/app/shopify.app.toml b/apps/sfy-eu-blocks-app/app/shopify.app.toml index 1234d08..01ed7ff 100644 --- a/apps/sfy-eu-blocks-app/app/shopify.app.toml +++ b/apps/sfy-eu-blocks-app/app/shopify.app.toml @@ -8,7 +8,7 @@ extension_directories = [ ] name = "eu-blocks" handle = "eu-blocks" -application_url = "https://supporters-man-proceeds-pichunter.trycloudflare.com" +application_url = "https://campaigns-environment-angels-retired.trycloudflare.com" embedded = true [build] @@ -22,9 +22,9 @@ scopes = "read_files,read_locales,read_products,read_themes,write_files,write_pr [auth] redirect_urls = [ - "https://supporters-man-proceeds-pichunter.trycloudflare.com/auth/callback", - "https://supporters-man-proceeds-pichunter.trycloudflare.com/auth/shopify/callback", - "https://supporters-man-proceeds-pichunter.trycloudflare.com/api/auth/callback" + "https://campaigns-environment-angels-retired.trycloudflare.com/auth/callback", + "https://campaigns-environment-angels-retired.trycloudflare.com/auth/shopify/callback", + "https://campaigns-environment-angels-retired.trycloudflare.com/api/auth/callback" ] [webhooks] diff --git a/apps/sfy-eu-blocks-app/checkout-ui-extension/package.json b/apps/sfy-eu-blocks-app/checkout-ui-extension/package.json index 30b31cb..d1b9d30 100644 --- a/apps/sfy-eu-blocks-app/checkout-ui-extension/package.json +++ b/apps/sfy-eu-blocks-app/checkout-ui-extension/package.json @@ -14,7 +14,7 @@ "@shopify/ui-extensions": "2024.7.0", "@shopify/ui-extensions-react": "2024.7.0", "eprel-client": "^0.0.16", - "feature-fetch": "^0.0.25", + "feature-fetch": "^0.0.26", "feature-react": "^0.0.23", "feature-state": "^0.0.23", "react": "^18.3.1" diff --git a/apps/sfy-eu-blocks-app/checkout-ui-extension/src/environment/config/core-api.config.ts b/apps/sfy-eu-blocks-app/checkout-ui-extension/src/environment/config/core-api.config.ts index a45c49e..dfe341e 100644 --- a/apps/sfy-eu-blocks-app/checkout-ui-extension/src/environment/config/core-api.config.ts +++ b/apps/sfy-eu-blocks-app/checkout-ui-extension/src/environment/config/core-api.config.ts @@ -1,3 +1,3 @@ export const coreApiConfig = { - baseUrl: 'https://miracle-translate-contributor-cartridge.trycloudflare.com' // TODO: Find way to sync url from api-core-node + baseUrl: 'https://turned-champagne-equal-seeking.trycloudflare.com' // TODO: Find way to sync url from api-core-node }; diff --git a/packages/api-core-client/package.json b/packages/api-core-client/package.json index db4aa2a..908d837 100644 --- a/packages/api-core-client/package.json +++ b/packages/api-core-client/package.json @@ -27,7 +27,7 @@ }, "homepage": "", "dependencies": { - "feature-fetch": "^0.0.25" + "feature-fetch": "^0.0.26" }, "devDependencies": { "@blgc/config": "^0.0.23", diff --git a/packages/sfy-app-session-storage-api/package.json b/packages/sfy-app-session-storage-api/package.json index 318613c..eed6e80 100644 --- a/packages/sfy-app-session-storage-api/package.json +++ b/packages/sfy-app-session-storage-api/package.json @@ -27,7 +27,7 @@ }, "homepage": "", "dependencies": { - "feature-fetch": "^0.0.25" + "feature-fetch": "^0.0.26" }, "peerDependencies": { "@shopify/shopify-api": "^11.0.0", diff --git a/packages/sfy-liquid-html/src/__tests__/playground.test.ts b/packages/sfy-liquid-html/src/__tests__/playground.test.ts index d1d3bd5..0aa71c7 100644 --- a/packages/sfy-liquid-html/src/__tests__/playground.test.ts +++ b/packages/sfy-liquid-html/src/__tests__/playground.test.ts @@ -1,7 +1,8 @@ import { readFile } from 'node:fs/promises'; import { beforeAll, describe, expect, it } from 'vitest'; -import { AST, formatLiquidHtmlWithInsertions } from '../liquid-html'; +import { formatLiquidHtmlWithInsertions } from '../format-liquid-html-with-insertions'; +import { AST } from '../prettier-plugin-liquid'; describe('playground', () => { let liquidHtml = ''; diff --git a/packages/sfy-utils/package.json b/packages/sfy-utils/package.json index 3c3a74a..ed3c56a 100644 --- a/packages/sfy-utils/package.json +++ b/packages/sfy-utils/package.json @@ -27,7 +27,7 @@ }, "homepage": "", "dependencies": { - "feature-fetch": "^0.0.25", + "feature-fetch": "^0.0.26", "gql.tada": "^1.8.7" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ade2310..4434b36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,8 +101,8 @@ importers: specifier: workspace:* version: link:../../packages/ui feature-fetch: - specifier: ^0.0.25 - version: 0.0.25 + specifier: ^0.0.26 + version: 0.0.26 react: specifier: ^18.3.1 version: 18.3.1 @@ -121,7 +121,7 @@ importers: version: 18.3.0 '@wxt-dev/module-react': specifier: ^1.1.0 - version: 1.1.1(vite@5.4.3(@types/node@22.5.4)(sass@1.78.0))(wxt@0.19.7(@types/node@22.5.4)(rollup@4.21.2)(sass@1.78.0)) + version: 1.1.1(vite@5.4.3(@types/node@22.5.4)(sass@1.78.0))(wxt@0.19.7(@types/node@22.5.4)(rollup@4.21.3)(sass@1.78.0)) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.41) @@ -133,7 +133,7 @@ importers: version: 3.4.10 wxt: specifier: ^0.19.1 - version: 0.19.7(@types/node@22.5.4)(rollup@4.21.2)(sass@1.78.0) + version: 0.19.7(@types/node@22.5.4)(rollup@4.21.3)(sass@1.78.0) apps/sfy-eu-blocks-app/admin-block-extension: dependencies: @@ -153,8 +153,8 @@ importers: specifier: ^0.0.16 version: 0.0.16 feature-fetch: - specifier: ^0.0.25 - version: 0.0.25 + specifier: ^0.0.26 + version: 0.0.26 feature-form: specifier: ^0.0.27 version: 0.0.27 @@ -266,8 +266,8 @@ importers: specifier: ^0.0.16 version: 0.0.16 feature-fetch: - specifier: ^0.0.25 - version: 0.0.25 + specifier: ^0.0.26 + version: 0.0.26 feature-react: specifier: ^0.0.23 version: 0.0.23(react@18.3.1) @@ -601,8 +601,8 @@ importers: packages/api-core-client: dependencies: feature-fetch: - specifier: ^0.0.25 - version: 0.0.25 + specifier: ^0.0.26 + version: 0.0.26 devDependencies: '@blgc/config': specifier: ^0.0.23 @@ -739,8 +739,8 @@ importers: packages/sfy-app-session-storage-api: dependencies: feature-fetch: - specifier: ^0.0.25 - version: 0.0.25 + specifier: ^0.0.26 + version: 0.0.26 devDependencies: '@blgc/config': specifier: ^0.0.23 @@ -795,8 +795,8 @@ importers: packages/sfy-utils: dependencies: feature-fetch: - specifier: ^0.0.25 - version: 0.0.25 + specifier: ^0.0.26 + version: 0.0.26 gql.tada: specifier: ^1.8.7 version: 1.8.7(graphql@16.9.0)(typescript@5.5.4) @@ -873,7 +873,7 @@ importers: version: 8.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/react-vite': specifier: ^8.2.9 - version: 8.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.21.2)(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8)) + version: 8.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.21.3)(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8)) '@storybook/test': specifier: ^8.2.9 version: 8.2.9(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(vitest@2.0.5(@types/node@22.5.4)(sass@1.77.8)) @@ -900,7 +900,7 @@ importers: version: 18.3.1 rollup-plugin-preserve-directives: specifier: ^0.4.0 - version: 0.4.0(rollup@4.21.2) + version: 0.4.0(rollup@4.21.3) sass: specifier: ^1.77.8 version: 1.77.8 @@ -3346,8 +3346,8 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.21.2': - resolution: {integrity: sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==} + '@rollup/rollup-android-arm-eabi@4.21.3': + resolution: {integrity: sha512-MmKSfaB9GX+zXl6E8z4koOr/xU63AMVleLEa64v7R0QF/ZloMs5vcD1sHgM64GXXS1csaJutG+ddtzcueI/BLg==} cpu: [arm] os: [android] @@ -3361,8 +3361,8 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.21.2': - resolution: {integrity: sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==} + '@rollup/rollup-android-arm64@4.21.3': + resolution: {integrity: sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==} cpu: [arm64] os: [android] @@ -3376,8 +3376,8 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.21.2': - resolution: {integrity: sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==} + '@rollup/rollup-darwin-arm64@4.21.3': + resolution: {integrity: sha512-P0UxIOrKNBFTQaXTxOH4RxuEBVCgEA5UTNV6Yz7z9QHnUJ7eLX9reOd/NYMO3+XZO2cco19mXTxDMXxit4R/eQ==} cpu: [arm64] os: [darwin] @@ -3391,8 +3391,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.21.2': - resolution: {integrity: sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==} + '@rollup/rollup-darwin-x64@4.21.3': + resolution: {integrity: sha512-L1M0vKGO5ASKntqtsFEjTq/fD91vAqnzeaF6sfNAy55aD+Hi2pBI5DKwCO+UNDQHWsDViJLqshxOahXyLSh3EA==} cpu: [x64] os: [darwin] @@ -3406,8 +3406,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.21.2': - resolution: {integrity: sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==} + '@rollup/rollup-linux-arm-gnueabihf@4.21.3': + resolution: {integrity: sha512-btVgIsCjuYFKUjopPoWiDqmoUXQDiW2A4C3Mtmp5vACm7/GnyuprqIDPNczeyR5W8rTXEbkmrJux7cJmD99D2g==} cpu: [arm] os: [linux] @@ -3421,8 +3421,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.21.2': - resolution: {integrity: sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==} + '@rollup/rollup-linux-arm-musleabihf@4.21.3': + resolution: {integrity: sha512-zmjbSphplZlau6ZTkxd3+NMtE4UKVy7U4aVFMmHcgO5CUbw17ZP6QCgyxhzGaU/wFFdTfiojjbLG3/0p9HhAqA==} cpu: [arm] os: [linux] @@ -3436,8 +3436,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.21.2': - resolution: {integrity: sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==} + '@rollup/rollup-linux-arm64-gnu@4.21.3': + resolution: {integrity: sha512-nSZfcZtAnQPRZmUkUQwZq2OjQciR6tEoJaZVFvLHsj0MF6QhNMg0fQ6mUOsiCUpTqxTx0/O6gX0V/nYc7LrgPw==} cpu: [arm64] os: [linux] @@ -3451,8 +3451,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.21.2': - resolution: {integrity: sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==} + '@rollup/rollup-linux-arm64-musl@4.21.3': + resolution: {integrity: sha512-MnvSPGO8KJXIMGlQDYfvYS3IosFN2rKsvxRpPO2l2cum+Z3exiExLwVU+GExL96pn8IP+GdH8Tz70EpBhO0sIQ==} cpu: [arm64] os: [linux] @@ -3466,8 +3466,8 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': - resolution: {integrity: sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==} + '@rollup/rollup-linux-powerpc64le-gnu@4.21.3': + resolution: {integrity: sha512-+W+p/9QNDr2vE2AXU0qIy0qQE75E8RTwTwgqS2G5CRQ11vzq0tbnfBd6brWhS9bCRjAjepJe2fvvkvS3dno+iw==} cpu: [ppc64] os: [linux] @@ -3481,8 +3481,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.21.2': - resolution: {integrity: sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==} + '@rollup/rollup-linux-riscv64-gnu@4.21.3': + resolution: {integrity: sha512-yXH6K6KfqGXaxHrtr+Uoy+JpNlUlI46BKVyonGiaD74ravdnF9BUNC+vV+SIuB96hUMGShhKV693rF9QDfO6nQ==} cpu: [riscv64] os: [linux] @@ -3496,8 +3496,8 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.21.2': - resolution: {integrity: sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==} + '@rollup/rollup-linux-s390x-gnu@4.21.3': + resolution: {integrity: sha512-R8cwY9wcnApN/KDYWTH4gV/ypvy9yZUHlbJvfaiXSB48JO3KpwSpjOGqO4jnGkLDSk1hgjYkTbTt6Q7uvPf8eg==} cpu: [s390x] os: [linux] @@ -3511,8 +3511,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.21.2': - resolution: {integrity: sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==} + '@rollup/rollup-linux-x64-gnu@4.21.3': + resolution: {integrity: sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==} cpu: [x64] os: [linux] @@ -3526,8 +3526,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.21.2': - resolution: {integrity: sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==} + '@rollup/rollup-linux-x64-musl@4.21.3': + resolution: {integrity: sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==} cpu: [x64] os: [linux] @@ -3541,8 +3541,8 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.21.2': - resolution: {integrity: sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==} + '@rollup/rollup-win32-arm64-msvc@4.21.3': + resolution: {integrity: sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==} cpu: [arm64] os: [win32] @@ -3556,8 +3556,8 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.21.2': - resolution: {integrity: sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==} + '@rollup/rollup-win32-ia32-msvc@4.21.3': + resolution: {integrity: sha512-nMIdKnfZfzn1Vsk+RuOvl43ONTZXoAPUUxgcU0tXooqg4YrAqzfKzVenqqk2g5efWh46/D28cKFrOzDSW28gTA==} cpu: [ia32] os: [win32] @@ -3571,8 +3571,8 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.21.2': - resolution: {integrity: sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==} + '@rollup/rollup-win32-x64-msvc@4.21.3': + resolution: {integrity: sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA==} cpu: [x64] os: [win32] @@ -6138,8 +6138,8 @@ packages: feature-fetch@0.0.21: resolution: {integrity: sha512-okHNrplaXBjBkxffJpvw+lR8+ijiZAj03tdbWE8lkH7zJCNR5gAjsp+qwgFBwmeW5ZBi4GAvlus/gubsJQhkPg==} - feature-fetch@0.0.25: - resolution: {integrity: sha512-agwL5i7tvUkL3WyiOvjJ69Ca2hOC4ZTA+q2xLhjw62i6dZR+PdiuO5Nw/GqBCY1xVQGBXiCu+jYo2Lh86xO8Bw==} + feature-fetch@0.0.26: + resolution: {integrity: sha512-QEujpzW28GhJSH3bcOqmUeyEI8kk4bZNU7hrA3cjKP9GFvGCn/RexAcj1rgt0BfyBuKwanzHx0OELO5X/MhGOg==} feature-form@0.0.27: resolution: {integrity: sha512-CzU3e5jFNnaDx0jYZM2D6WiQ4QLoXdh2trwRlWwcFign9NTUFUxKy1QHnG0faPnolvVbhS2GUt0ovZVrDb9xww==} @@ -9334,8 +9334,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.21.2: - resolution: {integrity: sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==} + rollup@4.21.3: + resolution: {integrity: sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -10837,14 +10837,14 @@ snapshots: '@adobe/css-tools@4.4.0': {} - '@aklinker1/rollup-plugin-visualizer@5.12.0(rollup@4.21.2)': + '@aklinker1/rollup-plugin-visualizer@5.12.0(rollup@4.21.3)': dependencies: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 yargs: 17.7.2 optionalDependencies: - rollup: 4.21.2 + rollup: 4.21.3 '@alloc/quick-lru@5.2.0': {} @@ -10903,7 +10903,7 @@ snapshots: '@babel/traverse': 7.25.4 '@babel/types': 7.25.4 convert-source-map: 2.0.0 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -10977,7 +10977,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: @@ -11764,7 +11764,7 @@ snapshots: '@babel/parser': 7.25.4 '@babel/template': 7.25.0 '@babel/types': 7.25.4 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -11888,7 +11888,7 @@ snapshots: '@devicefarmer/adbkit-monkey': 1.2.1 bluebird: 3.7.2 commander: 9.5.0 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) node-forge: 1.3.1 split: 1.0.1 transitivePeerDependencies: @@ -12281,7 +12281,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -12686,12 +12686,12 @@ snapshots: '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.9.21 chalk: 4.1.2 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) dotenv: 16.4.5 graphql: 16.9.0 graphql-request: 6.1.0(graphql@16.9.0) http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.5 + https-proxy-agent: 7.0.5(supports-color@9.4.0) jose: 5.7.0 js-yaml: 4.1.0 lodash: 4.17.21 @@ -12773,7 +12773,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -13264,7 +13264,7 @@ snapshots: '@redocly/cli@1.21.1(enzyme@3.11.0)': dependencies: - '@redocly/openapi-core': 1.21.1 + '@redocly/openapi-core': 1.21.1(supports-color@9.4.0) abort-controller: 3.0.0 chokidar: 3.6.0 colorette: 1.4.0 @@ -13293,23 +13293,6 @@ snapshots: '@redocly/config@0.10.1': {} - '@redocly/openapi-core@1.21.1': - dependencies: - '@redocly/ajv': 8.11.0 - '@redocly/config': 0.10.1 - colorette: 1.4.0 - https-proxy-agent: 7.0.5 - js-levenshtein: 1.1.6 - js-yaml: 4.1.0 - lodash.isequal: 4.5.0 - minimatch: 5.1.6 - node-fetch: 2.7.0 - pluralize: 8.0.0 - yaml-ast-parser: 0.0.43 - transitivePeerDependencies: - - encoding - - supports-color - '@redocly/openapi-core@1.21.1(supports-color@9.4.0)': dependencies: '@redocly/ajv': 8.11.0 @@ -13563,13 +13546,13 @@ snapshots: optionalDependencies: rollup: 4.21.1 - '@rollup/pluginutils@5.1.0(rollup@4.21.2)': + '@rollup/pluginutils@5.1.0(rollup@4.21.3)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.21.2 + rollup: 4.21.3 '@rollup/rollup-android-arm-eabi@4.21.0': optional: true @@ -13577,7 +13560,7 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.21.1': optional: true - '@rollup/rollup-android-arm-eabi@4.21.2': + '@rollup/rollup-android-arm-eabi@4.21.3': optional: true '@rollup/rollup-android-arm64@4.21.0': @@ -13586,7 +13569,7 @@ snapshots: '@rollup/rollup-android-arm64@4.21.1': optional: true - '@rollup/rollup-android-arm64@4.21.2': + '@rollup/rollup-android-arm64@4.21.3': optional: true '@rollup/rollup-darwin-arm64@4.21.0': @@ -13595,7 +13578,7 @@ snapshots: '@rollup/rollup-darwin-arm64@4.21.1': optional: true - '@rollup/rollup-darwin-arm64@4.21.2': + '@rollup/rollup-darwin-arm64@4.21.3': optional: true '@rollup/rollup-darwin-x64@4.21.0': @@ -13604,7 +13587,7 @@ snapshots: '@rollup/rollup-darwin-x64@4.21.1': optional: true - '@rollup/rollup-darwin-x64@4.21.2': + '@rollup/rollup-darwin-x64@4.21.3': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.21.0': @@ -13613,7 +13596,7 @@ snapshots: '@rollup/rollup-linux-arm-gnueabihf@4.21.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.21.2': + '@rollup/rollup-linux-arm-gnueabihf@4.21.3': optional: true '@rollup/rollup-linux-arm-musleabihf@4.21.0': @@ -13622,7 +13605,7 @@ snapshots: '@rollup/rollup-linux-arm-musleabihf@4.21.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.21.2': + '@rollup/rollup-linux-arm-musleabihf@4.21.3': optional: true '@rollup/rollup-linux-arm64-gnu@4.21.0': @@ -13631,7 +13614,7 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.21.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.21.2': + '@rollup/rollup-linux-arm64-gnu@4.21.3': optional: true '@rollup/rollup-linux-arm64-musl@4.21.0': @@ -13640,7 +13623,7 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.21.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.21.2': + '@rollup/rollup-linux-arm64-musl@4.21.3': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': @@ -13649,7 +13632,7 @@ snapshots: '@rollup/rollup-linux-powerpc64le-gnu@4.21.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': + '@rollup/rollup-linux-powerpc64le-gnu@4.21.3': optional: true '@rollup/rollup-linux-riscv64-gnu@4.21.0': @@ -13658,7 +13641,7 @@ snapshots: '@rollup/rollup-linux-riscv64-gnu@4.21.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.21.2': + '@rollup/rollup-linux-riscv64-gnu@4.21.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.21.0': @@ -13667,7 +13650,7 @@ snapshots: '@rollup/rollup-linux-s390x-gnu@4.21.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.21.2': + '@rollup/rollup-linux-s390x-gnu@4.21.3': optional: true '@rollup/rollup-linux-x64-gnu@4.21.0': @@ -13676,7 +13659,7 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.21.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.21.2': + '@rollup/rollup-linux-x64-gnu@4.21.3': optional: true '@rollup/rollup-linux-x64-musl@4.21.0': @@ -13685,7 +13668,7 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.21.1': optional: true - '@rollup/rollup-linux-x64-musl@4.21.2': + '@rollup/rollup-linux-x64-musl@4.21.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.21.0': @@ -13694,7 +13677,7 @@ snapshots: '@rollup/rollup-win32-arm64-msvc@4.21.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.21.2': + '@rollup/rollup-win32-arm64-msvc@4.21.3': optional: true '@rollup/rollup-win32-ia32-msvc@4.21.0': @@ -13703,7 +13686,7 @@ snapshots: '@rollup/rollup-win32-ia32-msvc@4.21.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.21.2': + '@rollup/rollup-win32-ia32-msvc@4.21.3': optional: true '@rollup/rollup-win32-x64-msvc@4.21.0': @@ -13712,7 +13695,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.21.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.21.2': + '@rollup/rollup-win32-x64-msvc@4.21.3': optional: true '@rushstack/eslint-patch@1.10.4': {} @@ -14123,10 +14106,10 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)) - '@storybook/react-vite@8.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.21.2)(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8))': + '@storybook/react-vite@8.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.21.3)(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8))': dependencies: '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.1(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8)) - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) '@storybook/builder-vite': 8.2.9(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8)) '@storybook/react': 8.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.9(@babel/preset-env@7.25.4(@babel/core@7.25.2)))(typescript@5.5.4) find-up: 5.0.0 @@ -14542,7 +14525,7 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) eslint: 8.57.0 optionalDependencies: typescript: 5.5.4 @@ -14555,7 +14538,7 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) eslint: 9.9.1(jiti@1.21.6) optionalDependencies: typescript: 5.5.4 @@ -14576,7 +14559,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.5.4) - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -14588,7 +14571,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) '@typescript-eslint/utils': 7.18.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4) - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) eslint: 9.9.1(jiti@1.21.6) ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -14604,7 +14587,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -14618,7 +14601,7 @@ snapshots: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -14753,10 +14736,10 @@ snapshots: '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) '@typescript-eslint/parser': 7.18.0(eslint@8.57.0)(typescript@5.5.4) eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0)) - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0)) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-playwright: 1.6.2(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) @@ -14953,10 +14936,10 @@ snapshots: fast-querystring: 1.1.2 tslib: 2.7.0 - '@wxt-dev/module-react@1.1.1(vite@5.4.3(@types/node@22.5.4)(sass@1.78.0))(wxt@0.19.7(@types/node@22.5.4)(rollup@4.21.2)(sass@1.78.0))': + '@wxt-dev/module-react@1.1.1(vite@5.4.3(@types/node@22.5.4)(sass@1.78.0))(wxt@0.19.7(@types/node@22.5.4)(rollup@4.21.3)(sass@1.78.0))': dependencies: '@vitejs/plugin-react': 4.3.1(vite@5.4.3(@types/node@22.5.4)(sass@1.78.0)) - wxt: 0.19.7(@types/node@22.5.4)(rollup@4.21.2)(sass@1.78.0) + wxt: 0.19.7(@types/node@22.5.4)(rollup@4.21.3)(sass@1.78.0) transitivePeerDependencies: - supports-color - vite @@ -14999,12 +14982,6 @@ snapshots: adm-zip@0.5.15: {} - agent-base@7.1.1: - dependencies: - debug: 4.3.6(supports-color@8.1.1) - transitivePeerDependencies: - - supports-color - agent-base@7.1.1(supports-color@9.4.0): dependencies: debug: 4.3.6(supports-color@9.4.0) @@ -16536,14 +16513,14 @@ snapshots: esbuild-register@3.6.0(esbuild@0.19.12): dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) esbuild: 0.19.12 transitivePeerDependencies: - supports-color esbuild-register@3.6.0(esbuild@0.21.5): dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) esbuild: 0.21.5 transitivePeerDependencies: - supports-color @@ -16715,9 +16692,9 @@ snapshots: eslint: 9.9.1(jiti@1.21.6) eslint-plugin-turbo: 2.1.1(eslint@9.9.1(jiti@1.21.6)) - eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0)): + eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0)): dependencies: - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@9.9.1(jiti@1.21.6))): dependencies: @@ -16731,19 +16708,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) enhanced-resolve: 5.17.1 eslint: 8.57.0 - eslint-module-utils: 2.8.2(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.2(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.6 is-bun-module: 1.1.0 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node @@ -16753,7 +16730,7 @@ snapshots: eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@9.9.1(jiti@1.21.6)): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) enhanced-resolve: 5.17.1 eslint: 9.9.1(jiti@1.21.6) eslint-module-utils: 2.8.2(@typescript-eslint/parser@7.18.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@9.9.1(jiti@1.21.6)))(eslint@9.9.1(jiti@1.21.6)) @@ -16769,14 +16746,14 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.2(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.8.2(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 7.18.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0) transitivePeerDependencies: - supports-color @@ -16803,7 +16780,7 @@ snapshots: eslint: 9.9.1(jiti@1.21.6) ignore: 5.3.2 - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -16813,7 +16790,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.2(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.2(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -17136,7 +17113,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -17386,7 +17363,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -17463,7 +17440,7 @@ snapshots: '@blgc/types': 0.0.7 '@blgc/utils': 0.0.18 - feature-fetch@0.0.25: + feature-fetch@0.0.26: dependencies: '@blgc/types': 0.0.7 '@blgc/utils': 0.0.18 @@ -18062,8 +18039,8 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.1 - debug: 4.3.6(supports-color@8.1.1) + agent-base: 7.1.1(supports-color@9.4.0) + debug: 4.3.6(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -18074,13 +18051,6 @@ snapshots: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - https-proxy-agent@7.0.5: - dependencies: - agent-base: 7.1.1 - debug: 4.3.6(supports-color@8.1.1) - transitivePeerDependencies: - - supports-color - https-proxy-agent@7.0.5(supports-color@9.4.0): dependencies: agent-base: 7.1.1(supports-color@9.4.0) @@ -19228,7 +19198,7 @@ snapshots: micromark@3.2.0: dependencies: '@types/debug': 4.1.12 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.1.0 micromark-factory-space: 1.1.0 @@ -20664,7 +20634,7 @@ snapshots: redoc@2.1.5(core-js@3.38.1)(enzyme@3.11.0)(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: '@cfaester/enzyme-adapter-react-18': 0.8.0(enzyme@3.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@redocly/openapi-core': 1.21.1 + '@redocly/openapi-core': 1.21.1(supports-color@9.4.0) classnames: 2.5.1 core-js: 3.38.1 decko: 1.2.0 @@ -20908,7 +20878,7 @@ snapshots: rollup-plugin-esbuild@6.1.1(esbuild@0.23.1)(rollup@4.21.1): dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.21.1) - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) es-module-lexer: 1.5.4 esbuild: 0.23.1 get-tsconfig: 4.7.6 @@ -20953,11 +20923,11 @@ snapshots: transitivePeerDependencies: - ts-node - rollup-plugin-preserve-directives@0.4.0(rollup@4.21.2): + rollup-plugin-preserve-directives@0.4.0(rollup@4.21.3): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) magic-string: 0.30.11 - rollup: 4.21.2 + rollup: 4.21.3 rollup-pluginutils@2.8.2: dependencies: @@ -21007,26 +20977,26 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.21.1 fsevents: 2.3.3 - rollup@4.21.2: + rollup@4.21.3: dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.21.2 - '@rollup/rollup-android-arm64': 4.21.2 - '@rollup/rollup-darwin-arm64': 4.21.2 - '@rollup/rollup-darwin-x64': 4.21.2 - '@rollup/rollup-linux-arm-gnueabihf': 4.21.2 - '@rollup/rollup-linux-arm-musleabihf': 4.21.2 - '@rollup/rollup-linux-arm64-gnu': 4.21.2 - '@rollup/rollup-linux-arm64-musl': 4.21.2 - '@rollup/rollup-linux-powerpc64le-gnu': 4.21.2 - '@rollup/rollup-linux-riscv64-gnu': 4.21.2 - '@rollup/rollup-linux-s390x-gnu': 4.21.2 - '@rollup/rollup-linux-x64-gnu': 4.21.2 - '@rollup/rollup-linux-x64-musl': 4.21.2 - '@rollup/rollup-win32-arm64-msvc': 4.21.2 - '@rollup/rollup-win32-ia32-msvc': 4.21.2 - '@rollup/rollup-win32-x64-msvc': 4.21.2 + '@rollup/rollup-android-arm-eabi': 4.21.3 + '@rollup/rollup-android-arm64': 4.21.3 + '@rollup/rollup-darwin-arm64': 4.21.3 + '@rollup/rollup-darwin-x64': 4.21.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.3 + '@rollup/rollup-linux-arm-musleabihf': 4.21.3 + '@rollup/rollup-linux-arm64-gnu': 4.21.3 + '@rollup/rollup-linux-arm64-musl': 4.21.3 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.3 + '@rollup/rollup-linux-riscv64-gnu': 4.21.3 + '@rollup/rollup-linux-s390x-gnu': 4.21.3 + '@rollup/rollup-linux-x64-gnu': 4.21.3 + '@rollup/rollup-linux-x64-musl': 4.21.3 + '@rollup/rollup-win32-arm64-msvc': 4.21.3 + '@rollup/rollup-win32-ia32-msvc': 4.21.3 + '@rollup/rollup-win32-x64-msvc': 4.21.3 fsevents: 2.3.3 rst-selector-parser@2.2.3: @@ -21255,7 +21225,7 @@ snapshots: simple-websocket@9.1.0: dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) queue-microtask: 1.2.3 randombytes: 2.1.0 readable-stream: 3.6.2 @@ -22010,9 +21980,9 @@ snapshots: trough: 2.2.0 vfile: 5.3.7 - unimport@3.11.0(rollup@4.21.2): + unimport@3.11.0(rollup@4.21.3): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) acorn: 8.12.1 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 @@ -22240,7 +22210,7 @@ snapshots: vite-node@1.6.0(@types/node@22.5.4)(sass@1.78.0): dependencies: cac: 6.7.14 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) pathe: 1.1.2 picocolors: 1.0.1 vite: 5.4.2(@types/node@22.5.4)(sass@1.78.0) @@ -22258,7 +22228,7 @@ snapshots: vite-node@2.0.5(@types/node@22.5.4)(sass@1.77.8): dependencies: cac: 6.7.14 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) pathe: 1.1.2 tinyrainbow: 1.2.0 vite: 5.4.2(@types/node@22.5.4)(sass@1.77.8) @@ -22277,7 +22247,7 @@ snapshots: vite-node@2.0.5(@types/node@22.5.4)(sass@1.78.0): dependencies: cac: 6.7.14 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) pathe: 1.1.2 tinyrainbow: 1.2.0 vite: 5.4.2(@types/node@22.5.4)(sass@1.78.0) @@ -22294,7 +22264,7 @@ snapshots: vite-plugin-shopify@3.0.1(vite@5.4.2(@types/node@22.5.4)(sass@1.78.0)): dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) fast-glob: 3.3.2 vite: 5.4.2(@types/node@22.5.4)(sass@1.78.0) transitivePeerDependencies: @@ -22317,7 +22287,7 @@ snapshots: vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.2(@types/node@22.5.4)(sass@1.78.0)): dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.5.4) optionalDependencies: @@ -22328,7 +22298,7 @@ snapshots: vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.77.8)): dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.5.4) optionalDependencies: @@ -22339,7 +22309,7 @@ snapshots: vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.3(@types/node@22.5.4)(sass@1.78.0)): dependencies: - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.5.4) optionalDependencies: @@ -22373,7 +22343,7 @@ snapshots: dependencies: esbuild: 0.21.5 postcss: 8.4.45 - rollup: 4.21.2 + rollup: 4.21.3 optionalDependencies: '@types/node': 22.5.4 fsevents: 2.3.3 @@ -22383,7 +22353,7 @@ snapshots: dependencies: esbuild: 0.21.5 postcss: 8.4.45 - rollup: 4.21.2 + rollup: 4.21.3 optionalDependencies: '@types/node': 22.5.4 fsevents: 2.3.3 @@ -22403,7 +22373,7 @@ snapshots: '@vitest/spy': 2.0.5 '@vitest/utils': 2.0.5 chai: 5.1.1 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) execa: 8.0.1 magic-string: 0.30.11 pathe: 1.1.2 @@ -22437,7 +22407,7 @@ snapshots: '@vitest/spy': 2.0.5 '@vitest/utils': 2.0.5 chai: 5.1.1 - debug: 4.3.6(supports-color@8.1.1) + debug: 4.3.6(supports-color@9.4.0) execa: 8.0.1 magic-string: 0.30.11 pathe: 1.1.2 @@ -22654,9 +22624,9 @@ snapshots: ws@8.18.0: {} - wxt@0.19.7(@types/node@22.5.4)(rollup@4.21.2)(sass@1.78.0): + wxt@0.19.7(@types/node@22.5.4)(rollup@4.21.3)(sass@1.78.0): dependencies: - '@aklinker1/rollup-plugin-visualizer': 5.12.0(rollup@4.21.2) + '@aklinker1/rollup-plugin-visualizer': 5.12.0(rollup@4.21.3) '@types/webextension-polyfill': 0.10.7 '@webext-core/fake-browser': 1.3.1 '@webext-core/isolated-element': 1.1.2 @@ -22693,7 +22663,7 @@ snapshots: picocolors: 1.0.1 prompts: 2.4.2 publish-browser-extension: 2.2.1 - unimport: 3.11.0(rollup@4.21.2) + unimport: 3.11.0(rollup@4.21.3) vite: 5.4.2(@types/node@22.5.4)(sass@1.78.0) vite-node: 2.0.5(@types/node@22.5.4)(sass@1.78.0) web-ext-run: 0.2.1