diff --git a/apps/decap-test/package.json b/apps/decap-test/package.json index 0bcdb423f..6d2778664 100644 --- a/apps/decap-test/package.json +++ b/apps/decap-test/package.json @@ -22,10 +22,10 @@ "devDependencies": { "@types/react": "18.3.1", "@types/react-dom": "18.3.0", - "@typescript-eslint/eslint-plugin": "7.8.0", - "@typescript-eslint/parser": "7.8.0", + "@typescript-eslint/eslint-plugin": "8.7.0", + "@typescript-eslint/parser": "8.7.0", "@vitejs/plugin-react-swc": "3.6.0", - "eslint": "8.57.0", + "eslint": "9.11.1", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-refresh": "0.4.7", "typescript": "5.4.5", diff --git a/apps/silverback-drupal/composer.json b/apps/silverback-drupal/composer.json index 78caf1881..fcb5a8ad3 100644 --- a/apps/silverback-drupal/composer.json +++ b/apps/silverback-drupal/composer.json @@ -44,7 +44,7 @@ "drupal/default_content": "^2.0.0-alpha2", "drupal/entity_usage": "^2.0.0-beta12", "drupal/graphql": "^4.7.0", - "drupal/gutenberg": "^2.8.0", + "drupal/gutenberg": "^3.0.0", "drupal/hal": "^2.0.2", "drupal/key_auth": "^2.1.0", "drupal/linkit": "^6.1.4", diff --git a/apps/silverback-drupal/composer.lock b/apps/silverback-drupal/composer.lock index 2a1adfbcf..28b1f7d8f 100644 --- a/apps/silverback-drupal/composer.lock +++ b/apps/silverback-drupal/composer.lock @@ -4,15 +4,15 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a28904dcdfe011b75200503dc9f8ecc8", + "content-hash": "ecb31f80ca69bc84d21572af07fa444e", "packages": [ { "name": "amazeelabs/default-content", - "version": "1.2.17", + "version": "1.2.18", "dist": { "type": "path", "url": "../../packages/composer/amazeelabs/default-content", - "reference": "2c5dd8945b29004b424434c91a7bb7dff399a779" + "reference": "d02b6f0b8bc091d3c0a9157e14f8b45b3dc250fb" }, "require": { "cweagans/composer-patches": "^1.7.3", @@ -215,11 +215,11 @@ }, { "name": "amazeelabs/silverback_gatsby", - "version": "3.6.3", + "version": "3.7.1", "dist": { "type": "path", "url": "../../packages/composer/amazeelabs/silverback_gatsby", - "reference": "99d7784e3028a13c39f2ec0b1032ba6bc6f15255" + "reference": "21665a7ce32418046c17af24b590f50177f73a55" }, "type": "drupal-module", "extra": { @@ -261,10 +261,10 @@ "dist": { "type": "path", "url": "../../packages/composer/amazeelabs/silverback_gutenberg", - "reference": "f12be43aace27168e7c07b8628bb6346c8ab8ac7" + "reference": "b92f418e12943a2c412659fef2f27fe5942354b3" }, "require": { - "drupal/gutenberg": "^2.8.0" + "drupal/gutenberg": "^3.0.5" }, "type": "drupal-module", "license": [ @@ -3548,20 +3548,20 @@ }, { "name": "drupal/gutenberg", - "version": "2.11.0", + "version": "3.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gutenberg.git", - "reference": "8.x-2.11" + "reference": "3.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.11.zip", - "reference": "8.x-2.11", - "shasum": "d88d5969e96b493f46ed2355b66661a153582ff0" + "url": "https://ftp.drupal.org/files/projects/gutenberg-3.0.5.zip", + "reference": "3.0.5", + "shasum": "1a53da41261145a4e1c1b7c52a7a5d853639389f" }, "require": { - "drupal/core": "^9 || ^10 || ^11", + "drupal/core": "^9.5 || ^10", "ext-json": "*", "php": ">=7.4" }, @@ -3571,8 +3571,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.11", - "datestamp": "1723623338", + "version": "3.0.5", + "datestamp": "1728492453", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14166,6 +14166,6 @@ "platform": { "php": "^8.3 <8.4" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" } diff --git a/apps/silverback-drupal/web/modules/custom/gutenberg_custom_blocks/package.json b/apps/silverback-drupal/web/modules/custom/gutenberg_custom_blocks/package.json index b76d1a408..b57a3fcd7 100644 --- a/apps/silverback-drupal/web/modules/custom/gutenberg_custom_blocks/package.json +++ b/apps/silverback-drupal/web/modules/custom/gutenberg_custom_blocks/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@amazeelabs/eslint-config": "1.4.43", "@types/jest": "29.5.12", - "eslint": "8.57.0", + "eslint": "9.11.1", "prettier": "3.2.5", "typescript": "5.4.5" } diff --git a/apps/silverback-gatsby-directives/package.json b/apps/silverback-gatsby-directives/package.json index c849064ec..428485603 100644 --- a/apps/silverback-gatsby-directives/package.json +++ b/apps/silverback-gatsby-directives/package.json @@ -17,7 +17,7 @@ "@amazeelabs/eslint-config": "1.4.43", "@types/node": "16.18.97", "@types/react": "18.3.1", - "eslint": "8.57.0", + "eslint": "9.11.1", "husky": "9.0.11", "typescript": "5.4.5" }, diff --git a/apps/silverback-gatsby/package.json b/apps/silverback-gatsby/package.json index a91382ee2..cd26dbffd 100644 --- a/apps/silverback-gatsby/package.json +++ b/apps/silverback-gatsby/package.json @@ -44,13 +44,13 @@ "@graphql-codegen/typescript": "4.0.6", "@graphql-codegen/typescript-operations": "4.2.0", "@types/classnames": "2.3.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "16.18.97", "@types/react": "18.3.1", "@types/tmp": "0.2.6", "babel-plugin-formatjs": "10.5.14", "babel-preset-gatsby": "3.13.2", - "eslint": "8.57.0", + "eslint": "9.11.1", "gatsby-source-filesystem": "5.13.1", "husky": "9.0.11", "ts-node": "10.9.2", diff --git a/package.json b/package.json index 242a864a1..86c55c1be 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "lerna": "8.1.2", "prettier": "3.2.5", "typescript": "5.4.5", - "verdaccio": "5.30.3", + "verdaccio": "6.0.0", "verdaccio-git": "workspace:*" }, "commitlint": { diff --git a/packages/composer/amazeelabs/proxy-gutenberg/composer.json b/packages/composer/amazeelabs/proxy-gutenberg/composer.json index 00612f566..70ab9fefb 100644 --- a/packages/composer/amazeelabs/proxy-gutenberg/composer.json +++ b/packages/composer/amazeelabs/proxy-gutenberg/composer.json @@ -24,6 +24,6 @@ ], "require": { "cweagans/composer-patches": "^1.7.3", - "drupal/gutenberg": "^2.8.0" + "drupal/gutenberg": "^3.0.5" } } diff --git a/packages/composer/amazeelabs/silverback_gutenberg/composer.json b/packages/composer/amazeelabs/silverback_gutenberg/composer.json index 030fb08ca..d30c01ab4 100644 --- a/packages/composer/amazeelabs/silverback_gutenberg/composer.json +++ b/packages/composer/amazeelabs/silverback_gutenberg/composer.json @@ -12,6 +12,6 @@ } ], "require": { - "drupal/gutenberg": "^2.8.0" + "drupal/gutenberg": "^3.0.5" } } diff --git a/packages/composer/amazeelabs/silverback_gutenberg/package.json b/packages/composer/amazeelabs/silverback_gutenberg/package.json index 7eb73e011..a5f8aac6e 100644 --- a/packages/composer/amazeelabs/silverback_gutenberg/package.json +++ b/packages/composer/amazeelabs/silverback_gutenberg/package.json @@ -17,7 +17,7 @@ "@amazeelabs/eslint-config": "1.4.43", "@amazeelabs/sync-composer-version": "workspace:*", "@types/jest": "29.5.12", - "eslint": "8.57.0", + "eslint": "9.11.1", "typescript": "5.4.5" } } diff --git a/packages/npm/@amazeelabs/bridge-gatsby/package.json b/packages/npm/@amazeelabs/bridge-gatsby/package.json index 7ab3232cd..a3e10e1ad 100644 --- a/packages/npm/@amazeelabs/bridge-gatsby/package.json +++ b/packages/npm/@amazeelabs/bridge-gatsby/package.json @@ -27,7 +27,7 @@ "@types/reach__router": "1.3.15", "@types/react": "^18.2.78", "typescript": "^5.4.5", - "vitest": "^1.5.0" + "vitest": "^2.0.0" }, "keywords": [], "author": "AmazeeLabs " diff --git a/packages/npm/@amazeelabs/bridge-storybook/package.json b/packages/npm/@amazeelabs/bridge-storybook/package.json index 7fd13c121..ab4f842ab 100644 --- a/packages/npm/@amazeelabs/bridge-storybook/package.json +++ b/packages/npm/@amazeelabs/bridge-storybook/package.json @@ -25,7 +25,7 @@ "@swc/core": "1.5.5", "@types/react": "^18.3.1", "typescript": "^5.4.5", - "vitest": "^1.6.0" + "vitest": "^2.0.0" }, "keywords": [], "author": "AmazeeLabs " diff --git a/packages/npm/@amazeelabs/bridge-waku/package.json b/packages/npm/@amazeelabs/bridge-waku/package.json index 8ab9b1f56..6451c50c9 100644 --- a/packages/npm/@amazeelabs/bridge-waku/package.json +++ b/packages/npm/@amazeelabs/bridge-waku/package.json @@ -42,7 +42,7 @@ "@amazeelabs/prettier-config": "1.1.3", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "eslint": "8.57.0", + "eslint": "9.11.1", "prettier": "3.2.5", "typescript": "5.4.5", "waku": "0.21.1" diff --git a/packages/npm/@amazeelabs/bridge/package.json b/packages/npm/@amazeelabs/bridge/package.json index 3e15bdea7..fd5af18f4 100644 --- a/packages/npm/@amazeelabs/bridge/package.json +++ b/packages/npm/@amazeelabs/bridge/package.json @@ -23,7 +23,7 @@ "@swc/core": "1.5.5", "@types/react": "^18.3.1", "typescript": "^5.4.5", - "vitest": "^1.6.0" + "vitest": "^2.0.0" }, "keywords": [], "author": "AmazeeLabs " diff --git a/packages/npm/@amazeelabs/cloudinary-responsive-image/package.json b/packages/npm/@amazeelabs/cloudinary-responsive-image/package.json index 1246a1a24..bd8e9cafd 100644 --- a/packages/npm/@amazeelabs/cloudinary-responsive-image/package.json +++ b/packages/npm/@amazeelabs/cloudinary-responsive-image/package.json @@ -26,9 +26,9 @@ "@amazeelabs/eslint-config": "1.4.43", "@types/crypto-js": "4.2.2", "@types/node": "20.12.11", - "eslint": "8.57.0", + "eslint": "9.11.1", "tsup": "8.0.2", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" } } diff --git a/packages/npm/@amazeelabs/codegen-autoloader/package.json b/packages/npm/@amazeelabs/codegen-autoloader/package.json index f1357e011..e97017a4b 100644 --- a/packages/npm/@amazeelabs/codegen-autoloader/package.json +++ b/packages/npm/@amazeelabs/codegen-autoloader/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@graphql-codegen/core": "4.0.2", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "dependencies": { "@graphql-codegen/plugin-helpers": "^5.0.3", diff --git a/packages/npm/@amazeelabs/codegen-gatsby-fragments/package.json b/packages/npm/@amazeelabs/codegen-gatsby-fragments/package.json index d72bacd85..8e42cab44 100644 --- a/packages/npm/@amazeelabs/codegen-gatsby-fragments/package.json +++ b/packages/npm/@amazeelabs/codegen-gatsby-fragments/package.json @@ -19,7 +19,7 @@ "optionalDependencies": { "@graphql-codegen/plugin-helpers": "^5.0.3", "typescript": "^5.4.5", - "vitest": "^1.6.0" + "vitest": "^2.1.1" }, "keywords": [], "author": "AmazeeLabs ", @@ -27,7 +27,7 @@ "@amazeelabs/eslint-config": "1.4.43", "@swc/cli": "0.3.12", "@swc/core": "1.5.5", - "eslint": "8.57.0", + "eslint": "9.11.1", "typescript": "5.4.5" } } diff --git a/packages/npm/@amazeelabs/codegen-operation-ids/package.json b/packages/npm/@amazeelabs/codegen-operation-ids/package.json index 4d1599883..fed6b87cd 100644 --- a/packages/npm/@amazeelabs/codegen-operation-ids/package.json +++ b/packages/npm/@amazeelabs/codegen-operation-ids/package.json @@ -32,10 +32,10 @@ "@graphql-codegen/typescript": "4.0.6", "@graphql-codegen/typescript-operations": "4.2.0", "change-case-all": "2.1.0", - "eslint": "8.57.0", + "eslint": "9.11.1", "graphql": "16.8.1", "typescript": "5.4.5", "vite": "5.2.11", - "vitest": "1.6.0" + "vitest": "2.1.1" } } diff --git a/packages/npm/@amazeelabs/decap-cms-backend-token-auth/package.json b/packages/npm/@amazeelabs/decap-cms-backend-token-auth/package.json index 2149489af..224d12ba1 100644 --- a/packages/npm/@amazeelabs/decap-cms-backend-token-auth/package.json +++ b/packages/npm/@amazeelabs/decap-cms-backend-token-auth/package.json @@ -52,7 +52,7 @@ "@types/semaphore": "1.1.4", "js-cookie": "3.0.5", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "keywords": [], "author": "", diff --git a/packages/npm/@amazeelabs/estimator/package.json b/packages/npm/@amazeelabs/estimator/package.json index c2e7e5f4b..89eb4da05 100644 --- a/packages/npm/@amazeelabs/estimator/package.json +++ b/packages/npm/@amazeelabs/estimator/package.json @@ -20,7 +20,7 @@ "commander": "^12.1.0", "cosmiconfig": "^9.0.0", "effect": "^3.1.4", - "glob": "8.0.3", + "glob": "11.0.0", "glob-watcher": "6.0.0", "graphql": "^16.8.1", "ink": "^5.0.0", @@ -41,7 +41,7 @@ "prettier": "^3.2.5", "tsup": "^8.0.2", "typescript": "^5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "scripts": { "build": "tsup src/cli.ts --format esm && tsup src/index.ts --dts --format esm", diff --git a/packages/npm/@amazeelabs/executors/package.json b/packages/npm/@amazeelabs/executors/package.json index e52f11536..95c28f37a 100644 --- a/packages/npm/@amazeelabs/executors/package.json +++ b/packages/npm/@amazeelabs/executors/package.json @@ -44,13 +44,13 @@ "@amazeelabs/eslint-config": "1.4.43", "@amazeelabs/prettier-config": "1.1.3", "@playwright/test": "^1.44.1", - "@testing-library/react": "14.3.1", + "@testing-library/react": "16.0.1", "@types/lodash-es": "4.17.12", "@types/node": "^20.14.5", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", - "jsdom": "^24.1.0", + "eslint": "9.11.1", + "jsdom": "^25.0.0", "playwright": "^1.44.1", "prettier": "3.2.5", "react": "^19.0.0-rc.0", @@ -58,7 +58,7 @@ "ts-expect": "^1.3.0", "tsup": "^8.0.1", "typescript": "5.4.5", - "vitest": "1.5.0", + "vitest": "2.1.1", "waku": "0.21.0-alpha.2" } } diff --git a/packages/npm/@amazeelabs/gatsby-fragments/package.json b/packages/npm/@amazeelabs/gatsby-fragments/package.json index 961f52346..82e2379a1 100644 --- a/packages/npm/@amazeelabs/gatsby-fragments/package.json +++ b/packages/npm/@amazeelabs/gatsby-fragments/package.json @@ -14,15 +14,15 @@ "devDependencies": { "@amazeelabs/eslint-config": "1.4.43", "@amazeelabs/jest-preset": "1.3.47", - "@rollup/plugin-commonjs": "25.0.7", + "@rollup/plugin-commonjs": "28.0.0", "@rollup/plugin-node-resolve": "15.2.3", - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.0", "@types/glob": "8.1.0", "@types/jest": "29.5.12", "@types/mock-fs": "4.13.4", "commander": "12.0.0", - "eslint": "8.57.0", - "glob": "10.3.14", + "eslint": "9.11.1", + "glob": "11.0.0", "jest": "29.7.0", "mock-fs": "5.2.0", "rollup": "4.17.2", diff --git a/packages/npm/@amazeelabs/gatsby-plugin-operations/package.json b/packages/npm/@amazeelabs/gatsby-plugin-operations/package.json index 81cee3247..5dfa8486a 100644 --- a/packages/npm/@amazeelabs/gatsby-plugin-operations/package.json +++ b/packages/npm/@amazeelabs/gatsby-plugin-operations/package.json @@ -24,7 +24,7 @@ "babel-plugin-tester": "11.0.4", "gatsby": "5.13.4", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "dependencies": { "@babel/core": "^7.24.5", diff --git a/packages/npm/@amazeelabs/gatsby-silverback-cloudinary/package.json b/packages/npm/@amazeelabs/gatsby-silverback-cloudinary/package.json index 1728abe67..e4e429c47 100644 --- a/packages/npm/@amazeelabs/gatsby-silverback-cloudinary/package.json +++ b/packages/npm/@amazeelabs/gatsby-silverback-cloudinary/package.json @@ -12,11 +12,11 @@ "@amazeelabs/eslint-config": "1.4.43", "@amazeelabs/gatsby-source-silverback": "workspace:*", "@types/node": "16.18.97", - "eslint": "8.57.0", + "eslint": "9.11.1", "gatsby": "5.13.4", "typescript": "5.4.5", "vite": "5.2.11", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "scripts": { "build": "tsc", diff --git a/packages/npm/@amazeelabs/gatsby-source-silverback/package.json b/packages/npm/@amazeelabs/gatsby-source-silverback/package.json index c58b2a0f3..26347ecb8 100644 --- a/packages/npm/@amazeelabs/gatsby-source-silverback/package.json +++ b/packages/npm/@amazeelabs/gatsby-source-silverback/package.json @@ -20,13 +20,13 @@ "@types/isomorphic-fetch": "0.0.39", "@types/lodash-es": "4.17.12", "@types/react": "18.3.1", - "eslint": "8.57.0", + "eslint": "9.11.1", "gatsby": "5.13.4", "gatsby-plugin-sharp": "5.13.1", "gatsby-source-filesystem": "5.13.1", "react": "18.3.1", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "scripts": { "build": "tsc -p tsconfig.dist.json", diff --git a/packages/npm/@amazeelabs/graphql-directives/package.json b/packages/npm/@amazeelabs/graphql-directives/package.json index f6e5892b8..014e3b4ff 100644 --- a/packages/npm/@amazeelabs/graphql-directives/package.json +++ b/packages/npm/@amazeelabs/graphql-directives/package.json @@ -23,7 +23,7 @@ "@types/lodash-es": "4.17.12", "graphql": "16.8.1", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "keywords": [], "author": "AmazeeLabs " diff --git a/packages/npm/@amazeelabs/image/package.json b/packages/npm/@amazeelabs/image/package.json index e96c9d502..9b8b40b33 100644 --- a/packages/npm/@amazeelabs/image/package.json +++ b/packages/npm/@amazeelabs/image/package.json @@ -42,12 +42,12 @@ "@amazeelabs/eslint-config": "1.4.43", "@amazeelabs/prettier-config": "1.1.3", "@playwright/test": "^1.44.1", - "@testing-library/react": "14.3.1", + "@testing-library/react": "16.0.1", "@types/lodash-es": "4.17.12", "@types/node": "^20.14.5", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", - "eslint": "8.57.0", + "eslint": "9.11.1", "playwright": "^1.44.1", "prettier": "3.2.5", "react": "^19.0.0-rc.0", @@ -57,7 +57,7 @@ "ts-expect": "^1.3.0", "typescript": "5.4.5", "vite": "^5.3.5", - "vitest": "1.5.0", + "vitest": "2.1.1", "waku": "0.21.0-alpha.2" }, "keywords": [], diff --git a/packages/npm/@amazeelabs/molecules/package.json b/packages/npm/@amazeelabs/molecules/package.json index 866c3b634..29176fc7c 100644 --- a/packages/npm/@amazeelabs/molecules/package.json +++ b/packages/npm/@amazeelabs/molecules/package.json @@ -48,17 +48,17 @@ "@storybook/react": "8.0.10", "@storybook/react-vite": "8.0.10", "@storybook/testing-library": "0.2.2", - "@testing-library/react": "14.3.1", + "@testing-library/react": "16.0.1", "@types/lodash": "4.17.1", "@types/react": "18.3.1", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.2.1", - "@vitest/ui": "1.6.0", + "@vitest/ui": "2.1.1", "babel-loader": "9.1.3", - "eslint": "8.57.0", - "eslint-plugin-promise": "6.1.1", + "eslint": "9.11.1", + "eslint-plugin-promise": "7.1.0", "eslint-plugin-storybook": "0.8.0", - "happy-dom": "14.10.1", + "happy-dom": "15.7.4", "imagetools-core": "7.0.0", "lodash": "4.17.21", "netlify-cli": "17.23.2", @@ -70,12 +70,12 @@ "typescript": "5.4.5", "vite": "5.2.11", "vite-imagetools": "7.0.2", - "vite-plugin-dts": "3.9.1", - "vitest": "1.6.0", + "vite-plugin-dts": "4.2.2", + "vitest": "2.1.1", "zustand": "4.5.2" }, "dependencies": { - "@headlessui/react": "^1.7.19", + "@headlessui/react": "^2.1.8", "clsx": "^2.1.1", "gsap": "^3.12.5" } diff --git a/packages/npm/@amazeelabs/mzx/package.json b/packages/npm/@amazeelabs/mzx/package.json index ecd42df84..baeac7809 100644 --- a/packages/npm/@amazeelabs/mzx/package.json +++ b/packages/npm/@amazeelabs/mzx/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "commander": "^12.0.0", - "diff": "^5.2.0", + "diff": "^7.0.0", "fs-extra": "^11.2.0", "js-yaml": "^4.1.0", "prompts": "^2.4.2", @@ -23,18 +23,18 @@ "devDependencies": { "@amazeelabs/eslint-config": "1.4.43", "@rollup/plugin-node-resolve": "15.2.3", - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.0", "@types/diff": "5.2.1", "@types/fs-extra": "11.0.4", "@types/js-yaml": "4.0.9", "@types/mdast": "3.0.11", "@types/prompts": "2.4.9", - "eslint": "8.57.0", + "eslint": "9.11.1", "rollup": "4.17.2", "rollup-plugin-auto-external": "2.0.0", "typescript": "5.4.5", "vite": "5.2.11", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "scripts": { "build": "rollup -c rollup.config.js", diff --git a/packages/npm/@amazeelabs/publisher-ui/package.json b/packages/npm/@amazeelabs/publisher-ui/package.json index 6932d26de..e745ca4f6 100644 --- a/packages/npm/@amazeelabs/publisher-ui/package.json +++ b/packages/npm/@amazeelabs/publisher-ui/package.json @@ -17,7 +17,7 @@ "@amazeelabs/eslint-config": "1.4.43", "@amazeelabs/publisher-shared": "workspace:*", "@babel/core": "7.24.5", - "@headlessui/react": "1.7.19", + "@headlessui/react": "2.1.8", "@react-rxjs/core": "0.10.7", "@storybook/addon-actions": "8.0.10", "@storybook/addon-essentials": "8.0.10", @@ -33,7 +33,7 @@ "autoprefixer": "10.4.19", "babel-loader": "9.1.3", "clsx": "2.1.1", - "eslint": "8.57.0", + "eslint": "9.11.1", "postcss": "8.4.38", "prop-types": "15.8.1", "react": "18.3.1", diff --git a/packages/npm/@amazeelabs/publisher/package.json b/packages/npm/@amazeelabs/publisher/package.json index d8f1d42ea..da85e7ec2 100644 --- a/packages/npm/@amazeelabs/publisher/package.json +++ b/packages/npm/@amazeelabs/publisher/package.json @@ -46,20 +46,20 @@ "@amazeelabs/eslint-config": "1.4.43", "@types/cookie-parser": "1.4.7", "@types/cors": "2.8.17", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/express-session": "1.18.0", "@types/express-ws": "3.0.4", "@types/fs-extra": "11.0.4", "@types/node": "16.18.97", "@types/simple-oauth2": "5.0.7", "esbuild": "0.21.1", - "eslint": "8.57.0", + "eslint": "9.11.1", "nodemon": "3.1.0", "rollup": "4.17.2", "rollup-plugin-dts": "6.1.0", "rollup-plugin-esbuild": "6.1.1", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "engines": { "node": ">=16" diff --git a/packages/npm/@amazeelabs/scalars/package.json b/packages/npm/@amazeelabs/scalars/package.json index 26dab10f6..fd2777f0c 100644 --- a/packages/npm/@amazeelabs/scalars/package.json +++ b/packages/npm/@amazeelabs/scalars/package.json @@ -21,7 +21,7 @@ "rehype-parse": "^8.0.4", "rehype-react": "^7.2.0", "rehype-slug": "^5.1.0", - "remeda": "^1.61.0", + "remeda": "^2.14.0", "unified": "^10.1.2" }, "peerDependencies": { @@ -33,9 +33,9 @@ "@swc/core": "1.5.5", "@types/hast": "^2.3.4", "@types/react": "^18.3.1", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "typescript": "^5.4.5", - "vitest": "^1.6.0" + "vitest": "^2.0.0" }, "keywords": [], "author": "AmazeeLabs " diff --git a/packages/npm/@amazeelabs/silverback-iframe/package.json b/packages/npm/@amazeelabs/silverback-iframe/package.json index de35da26a..b0b477b88 100644 --- a/packages/npm/@amazeelabs/silverback-iframe/package.json +++ b/packages/npm/@amazeelabs/silverback-iframe/package.json @@ -19,7 +19,7 @@ "@amazeelabs/jest-preset": "1.3.47", "@types/jest": "29.5.12", "@types/react": "18.3.1", - "eslint": "8.57.0", + "eslint": "9.11.1", "jest": "29.7.0", "react": "18.3.1", "typescript": "5.4.5" diff --git a/packages/npm/@amazeelabs/silverback-playwright/package.json b/packages/npm/@amazeelabs/silverback-playwright/package.json index 024410209..3030c6c8d 100644 --- a/packages/npm/@amazeelabs/silverback-playwright/package.json +++ b/packages/npm/@amazeelabs/silverback-playwright/package.json @@ -10,7 +10,7 @@ "@amazeelabs/eslint-config": "1.4.43", "@playwright/test": "1.44.0", "@types/node": "20.12.11", - "eslint": "8.57.0", + "eslint": "9.11.1", "typescript": "5.4.5" }, "scripts": { diff --git a/packages/npm/@amazeelabs/strangler-netlify/package.json b/packages/npm/@amazeelabs/strangler-netlify/package.json index c3bf9fb28..a77e2fdd8 100644 --- a/packages/npm/@amazeelabs/strangler-netlify/package.json +++ b/packages/npm/@amazeelabs/strangler-netlify/package.json @@ -26,7 +26,7 @@ "@swc/core": "1.5.5", "@types/node": "18.19.33", "typescript": "^5.4.5", - "vitest": "^1.6.0" + "vitest": "^2.0.0" }, "keywords": [], "author": "AmazeeLabs " diff --git a/packages/npm/@amazeelabs/token-auth-middleware/package.json b/packages/npm/@amazeelabs/token-auth-middleware/package.json index 5d218f44c..a20d73c7c 100644 --- a/packages/npm/@amazeelabs/token-auth-middleware/package.json +++ b/packages/npm/@amazeelabs/token-auth-middleware/package.json @@ -27,7 +27,7 @@ "netlify-cli": "17.23.2", "tsup": "8.0.2", "typescript": "5.4.5", - "vitest": "1.6.0" + "vitest": "2.1.1" }, "keywords": [], "author": "", diff --git a/packages/npm/verdaccio-git/package.json b/packages/npm/verdaccio-git/package.json index f586e6368..9f8709b76 100644 --- a/packages/npm/verdaccio-git/package.json +++ b/packages/npm/verdaccio-git/package.json @@ -18,27 +18,27 @@ "fs-extra": "^11.2.0", "simple-git": "^3.24.0", "sync-directory": "^6.0.5", - "tar": "^6.2.1" + "tar": "^7.4.3" }, "devDependencies": { "@amazeelabs/eslint-config": "1.4.43", "@babel/preset-env": "7.24.5", "@babel/preset-typescript": "7.24.1", "@tsconfig/recommended": "1.0.6", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.12", "@types/mock-fs": "4.13.4", "@types/node": "16.18.97", "@types/tar": "6.1.13", - "@typescript-eslint/eslint-plugin": "7.8.0", + "@typescript-eslint/eslint-plugin": "8.7.0", "@verdaccio/types": "10.8.0", - "eslint": "8.57.0", + "eslint": "9.11.1", "jest": "29.7.0", "mock-fs": "5.2.0", "standard-version": "9.5.0", "typescript": "5.4.5", - "verdaccio": "5.30.3" + "verdaccio": "6.0.0" }, "keywords": [ "verdaccio,plugin,storage,git,verdaccio-git" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a853c20d..301f52482 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: 5.4.5 version: 5.4.5 verdaccio: - specifier: 5.30.3 - version: 5.30.3(typanion@3.14.0) + specifier: 6.0.0 + version: 6.0.0(typanion@3.14.0) verdaccio-git: specifier: workspace:* version: link:packages/npm/verdaccio-git @@ -74,23 +74,23 @@ importers: specifier: 18.3.0 version: 18.3.0 '@typescript-eslint/eslint-plugin': - specifier: 7.8.0 - version: 7.8.0(@typescript-eslint/parser@7.8.0)(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.7.0 + version: 8.7.0(@typescript-eslint/parser@8.7.0)(eslint@9.11.1)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: 7.8.0 - version: 7.8.0(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.7.0 + version: 8.7.0(eslint@9.11.1)(typescript@5.4.5) '@vitejs/plugin-react-swc': specifier: 3.6.0 version: 3.6.0(vite@5.2.11) eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 eslint-plugin-react-hooks: specifier: 4.6.2 - version: 4.6.2(eslint@8.57.0) + version: 4.6.2(eslint@9.11.1) eslint-plugin-react-refresh: specifier: 0.4.7 - version: 0.4.7(eslint@8.57.0) + version: 0.4.7(eslint@9.11.1) typescript: specifier: 5.4.5 version: 5.4.5 @@ -133,13 +133,13 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@types/jest': specifier: 29.5.12 version: 29.5.12 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 prettier: specifier: 3.2.5 version: 3.2.5 @@ -214,7 +214,7 @@ importers: version: 5.1.10(@types/react@18.3.1)(react@18.3.1) netlify-cli: specifier: 17.23.2 - version: 17.23.2(@types/express@4.17.21)(@types/node@16.18.97) + version: 17.23.2(@types/express@5.0.0)(@types/node@16.18.97) postcss-import: specifier: 16.1.0 version: 16.1.0(postcss@8.4.38) @@ -245,7 +245,7 @@ importers: version: link:../../packages/npm/@amazeelabs/codegen-operation-ids '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@formatjs/cli': specifier: 6.2.10 version: 6.2.10 @@ -262,8 +262,8 @@ importers: specifier: 2.3.1 version: 2.3.1 '@types/express': - specifier: 4.17.21 - version: 4.17.21 + specifier: 5.0.0 + version: 5.0.0 '@types/node': specifier: 16.18.97 version: 16.18.97 @@ -280,8 +280,8 @@ importers: specifier: 3.13.2 version: 3.13.2(@babel/core@7.24.5)(core-js@3.38.1) eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 gatsby-source-filesystem: specifier: 5.13.1 version: 5.13.1(gatsby@5.13.4) @@ -321,7 +321,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@types/node': specifier: 16.18.97 version: 16.18.97 @@ -329,8 +329,8 @@ importers: specifier: 18.3.1 version: 18.3.1 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 husky: specifier: 9.0.11 version: 9.0.11 @@ -426,7 +426,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/sync-composer-version': specifier: workspace:* version: link:../../../npm/@amazeelabs/sync-composer-version @@ -434,8 +434,8 @@ importers: specifier: 29.5.12 version: 29.5.12 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 typescript: specifier: 5.4.5 version: 5.4.5 @@ -492,8 +492,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: ^1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: ^2.0.0 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/bridge-gatsby: dependencies: @@ -529,8 +529,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: ^1.5.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: ^2.0.0 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/bridge-storybook: dependencies: @@ -560,8 +560,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: ^1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: ^2.0.0 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/bridge-waku: dependencies: @@ -583,7 +583,7 @@ importers: version: link:../bridge '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/prettier-config': specifier: 1.1.3 version: 1.1.3(prettier@3.2.5) @@ -594,8 +594,8 @@ importers: specifier: ^18.3.0 version: 18.3.0 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 prettier: specifier: 3.2.5 version: 3.2.5 @@ -617,7 +617,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@types/crypto-js': specifier: 4.2.2 version: 4.2.2 @@ -625,8 +625,8 @@ importers: specifier: 20.12.11 version: 20.12.11 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 tsup: specifier: 8.0.2 version: 8.0.2(postcss@8.4.38)(typescript@5.4.5) @@ -634,8 +634,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.12.11) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.12.11) packages/npm/@amazeelabs/codegen-autoloader: dependencies: @@ -653,8 +653,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/codegen-gatsby-fragments: dependencies: @@ -669,12 +669,12 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: ^1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: ^2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@swc/cli': specifier: 0.3.12 version: 0.3.12(@swc/core@1.5.5) @@ -682,8 +682,8 @@ importers: specifier: 1.5.5 version: 1.5.5 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 packages/npm/@amazeelabs/codegen-operation-ids: dependencies: @@ -696,7 +696,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@graphql-codegen/cli': specifier: 5.0.2 version: 5.0.2(@types/node@20.16.5)(graphql@16.8.1)(typescript@5.4.5) @@ -710,8 +710,8 @@ importers: specifier: 2.1.0 version: 2.1.0 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 graphql: specifier: 16.8.1 version: 16.8.1 @@ -722,8 +722,8 @@ importers: specifier: 5.2.11 version: 5.2.11(@types/node@20.16.5) vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/decap-cms-backend-token-auth: dependencies: @@ -774,8 +774,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@18.19.33)(@vitest/ui@1.6.0) + specifier: 2.1.1 + version: 2.1.1(@types/node@18.19.33) packages/npm/@amazeelabs/estimator: dependencies: @@ -801,8 +801,8 @@ importers: specifier: ^3.1.4 version: 3.1.4 glob: - specifier: 8.0.3 - version: 8.0.3 + specifier: 11.0.0 + version: 11.0.0 glob-watcher: specifier: 6.0.0 version: 6.0.0 @@ -836,7 +836,7 @@ importers: version: 1.1.3(prettier@3.2.5) '@effect/vitest': specifier: ^0.4.3 - version: 0.4.3(effect@3.1.4)(vitest@1.6.0) + version: 0.4.3(effect@3.1.4)(vitest@2.1.1) '@types/glob': specifier: ^8.1.0 version: 8.1.0 @@ -859,8 +859,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(msw@2.3.1) packages/npm/@amazeelabs/executors: dependencies: @@ -879,7 +879,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/prettier-config': specifier: 1.1.3 version: 1.1.3(prettier@3.2.5) @@ -887,8 +887,8 @@ importers: specifier: ^1.44.1 version: 1.44.1 '@testing-library/react': - specifier: 14.3.1 - version: 14.3.1(react-dom@19.0.0-rc.0)(react@19.0.0-rc.0) + specifier: 16.0.1 + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc.0)(react@19.0.0-rc.0) '@types/lodash-es': specifier: 4.17.12 version: 4.17.12 @@ -902,11 +902,11 @@ importers: specifier: 18.3.0 version: 18.3.0 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 jsdom: - specifier: ^24.1.0 - version: 24.1.0 + specifier: ^25.0.0 + version: 25.0.1 playwright: specifier: ^1.44.1 version: 1.44.1 @@ -929,8 +929,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.5.0 - version: 1.5.0(@types/node@20.14.5)(jsdom@24.1.0) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.14.5)(jsdom@25.0.1) waku: specifier: 0.21.0-alpha.2 version: 0.21.0-alpha.2(@types/node@20.14.5)(react-dom@19.0.0-rc.0)(react-server-dom-webpack@19.0.0-rc.0)(react@19.0.0-rc.0) @@ -939,19 +939,19 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/jest-preset': specifier: 1.3.47 - version: 1.3.47(@types/jest@29.5.12)(eslint@8.57.0)(jest@29.7.0)(react-dom@18.3.1)(react@18.3.1) + version: 1.3.47(@types/jest@29.5.12)(eslint@9.11.1)(jest@29.7.0)(react-dom@18.3.1)(react@18.3.1) '@rollup/plugin-commonjs': - specifier: 25.0.7 - version: 25.0.7(rollup@4.17.2) + specifier: 28.0.0 + version: 28.0.0(rollup@4.17.2) '@rollup/plugin-node-resolve': specifier: 15.2.3 version: 15.2.3(rollup@4.17.2) '@rollup/plugin-typescript': - specifier: 11.1.6 - version: 11.1.6(rollup@4.17.2)(typescript@5.4.5) + specifier: 12.1.0 + version: 12.1.0(rollup@4.17.2)(typescript@5.4.5) '@types/glob': specifier: 8.1.0 version: 8.1.0 @@ -965,11 +965,11 @@ importers: specifier: 12.0.0 version: 12.0.0 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 glob: - specifier: 10.3.14 - version: 10.3.14 + specifier: 11.0.0 + version: 11.0.0 jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.16.5) @@ -1014,8 +1014,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@18.19.33)(@vitest/ui@1.6.0) + specifier: 2.1.1 + version: 2.1.1(@types/node@18.19.33) packages/npm/@amazeelabs/gatsby-plugin-static-dirs: dependencies: @@ -1037,7 +1037,7 @@ importers: version: link:../cloudinary-responsive-image '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/gatsby-source-silverback': specifier: workspace:* version: link:../gatsby-source-silverback @@ -1045,8 +1045,8 @@ importers: specifier: 16.18.97 version: 16.18.97 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 gatsby: specifier: 5.13.4 version: 5.13.4(babel-eslint@10.1.0)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) @@ -1057,8 +1057,8 @@ importers: specifier: 5.2.11 version: 5.2.11(@types/node@16.18.97) vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@16.18.97) + specifier: 2.1.1 + version: 2.1.1(@types/node@16.18.97) packages/npm/@amazeelabs/gatsby-source-silverback: dependencies: @@ -1092,7 +1092,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@rollup/plugin-node-resolve': specifier: 15.2.3 version: 15.2.3(rollup@4.17.2) @@ -1106,8 +1106,8 @@ importers: specifier: 18.3.1 version: 18.3.1 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 gatsby: specifier: 5.13.4 version: 5.13.4(babel-eslint@10.1.0)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) @@ -1124,8 +1124,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/graphql-directives: dependencies: @@ -1146,8 +1146,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/image: dependencies: @@ -1163,7 +1163,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/prettier-config': specifier: 1.1.3 version: 1.1.3(prettier@3.2.5) @@ -1171,8 +1171,8 @@ importers: specifier: ^1.44.1 version: 1.44.1 '@testing-library/react': - specifier: 14.3.1 - version: 14.3.1(react-dom@19.0.0-rc.0)(react@19.0.0-rc.0) + specifier: 16.0.1 + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc.0)(react@19.0.0-rc.0) '@types/lodash-es': specifier: 4.17.12 version: 4.17.12 @@ -1186,8 +1186,8 @@ importers: specifier: 18.3.0 version: 18.3.0 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 playwright: specifier: ^1.44.1 version: 1.44.1 @@ -1216,8 +1216,8 @@ importers: specifier: ^5.3.5 version: 5.3.5(@types/node@20.14.5) vitest: - specifier: 1.5.0 - version: 1.5.0(@types/node@20.14.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.14.5)(jsdom@25.0.1) waku: specifier: 0.21.0-alpha.2 version: 0.21.0-alpha.2(@types/node@20.14.5)(react-dom@19.0.0-rc.0)(react-server-dom-webpack@19.0.0-rc.0)(react@19.0.0-rc.0) @@ -1225,8 +1225,8 @@ importers: packages/npm/@amazeelabs/molecules: dependencies: '@headlessui/react': - specifier: ^1.7.19 - version: 1.7.19(react-dom@18.3.1)(react@18.3.1) + specifier: ^2.1.8 + version: 2.1.8(react-dom@18.3.1)(react@18.3.1) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -1236,7 +1236,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@babel/core': specifier: 7.24.5 version: 7.24.5 @@ -1295,8 +1295,8 @@ importers: specifier: 0.2.2 version: 0.2.2 '@testing-library/react': - specifier: 14.3.1 - version: 14.3.1(react-dom@18.3.1)(react@18.3.1) + specifier: 16.0.1 + version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1)(react@18.3.1) '@types/lodash': specifier: 4.17.1 version: 4.17.1 @@ -1310,23 +1310,23 @@ importers: specifier: 4.2.1 version: 4.2.1(vite@5.2.11) '@vitest/ui': - specifier: 1.6.0 - version: 1.6.0(vitest@1.6.0) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1) babel-loader: specifier: 9.1.3 version: 9.1.3(@babel/core@7.24.5)(webpack@5.94.0) eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 eslint-plugin-promise: - specifier: 6.1.1 - version: 6.1.1(eslint@8.57.0) + specifier: 7.1.0 + version: 7.1.0(eslint@9.11.1) eslint-plugin-storybook: specifier: 0.8.0 - version: 0.8.0(eslint@8.57.0)(typescript@5.4.5) + version: 0.8.0(eslint@9.11.1)(typescript@5.4.5) happy-dom: - specifier: 14.10.1 - version: 14.10.1 + specifier: 15.7.4 + version: 15.7.4 imagetools-core: specifier: 7.0.0 version: 7.0.0 @@ -1361,11 +1361,11 @@ importers: specifier: 7.0.2 version: 7.0.2 vite-plugin-dts: - specifier: 3.9.1 - version: 3.9.1(@types/node@20.16.5)(typescript@5.4.5)(vite@5.2.11) + specifier: 4.2.2 + version: 4.2.2(@types/node@20.16.5)(typescript@5.4.5)(vite@5.2.11) vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) zustand: specifier: 4.5.2 version: 4.5.2(@types/react@18.3.1)(react@18.3.1) @@ -1376,8 +1376,8 @@ importers: specifier: ^12.0.0 version: 12.0.0 diff: - specifier: ^5.2.0 - version: 5.2.0 + specifier: ^7.0.0 + version: 7.0.0 fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -1399,13 +1399,13 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@rollup/plugin-node-resolve': specifier: 15.2.3 version: 15.2.3(rollup@4.17.2) '@rollup/plugin-typescript': - specifier: 11.1.6 - version: 11.1.6(rollup@4.17.2)(typescript@5.4.5) + specifier: 12.1.0 + version: 12.1.0(rollup@4.17.2)(typescript@5.4.5) '@types/diff': specifier: 5.2.1 version: 5.2.1 @@ -1422,8 +1422,8 @@ importers: specifier: 2.4.9 version: 2.4.9 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 rollup: specifier: 4.17.2 version: 4.17.2 @@ -1437,8 +1437,8 @@ importers: specifier: 5.2.11 version: 5.2.11(@types/node@20.16.5) vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/publisher: dependencies: @@ -1514,7 +1514,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@types/cookie-parser': specifier: 1.4.7 version: 1.4.7 @@ -1522,8 +1522,8 @@ importers: specifier: 2.8.17 version: 2.8.17 '@types/express': - specifier: 4.17.21 - version: 4.17.21 + specifier: 5.0.0 + version: 5.0.0 '@types/express-session': specifier: 1.18.0 version: 1.18.0 @@ -1543,8 +1543,8 @@ importers: specifier: 0.21.1 version: 0.21.1 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 nodemon: specifier: 3.1.0 version: 3.1.0 @@ -1561,8 +1561,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@16.18.97) + specifier: 2.1.1 + version: 2.1.1(@types/node@16.18.97) packages/npm/@amazeelabs/publisher-shared: dependencies: @@ -1590,7 +1590,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/publisher-shared': specifier: workspace:* version: link:../publisher-shared @@ -1598,8 +1598,8 @@ importers: specifier: 7.24.5 version: 7.24.5 '@headlessui/react': - specifier: 1.7.19 - version: 1.7.19(react-dom@18.3.1)(react@18.3.1) + specifier: 2.1.8 + version: 2.1.8(react-dom@18.3.1)(react@18.3.1) '@react-rxjs/core': specifier: 0.10.7 version: 0.10.7(react@18.3.1)(rxjs@7.8.1) @@ -1620,7 +1620,7 @@ importers: version: 8.0.10(esbuild@0.20.2)(typescript@5.4.5) '@storybook/manager-webpack5': specifier: 6.5.16 - version: 6.5.16(esbuild@0.20.2)(eslint@8.57.0)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) + version: 6.5.16(esbuild@0.20.2)(eslint@9.11.1)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) '@storybook/react': specifier: 8.0.10 version: 8.0.10(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) @@ -1646,8 +1646,8 @@ importers: specifier: 2.1.1 version: 2.1.1 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 postcss: specifier: 8.4.38 version: 8.4.38 @@ -1737,15 +1737,15 @@ importers: specifier: ^5.1.0 version: 5.1.0 remeda: - specifier: ^1.61.0 - version: 1.61.0 + specifier: ^2.14.0 + version: 2.16.0 unified: specifier: ^10.1.2 version: 10.1.2 devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@swc/cli': specifier: 0.3.12 version: 0.3.12(@swc/core@1.5.5) @@ -1759,14 +1759,14 @@ importers: specifier: ^18.3.1 version: 18.3.3 eslint: - specifier: ^8.57.0 - version: 8.57.0 + specifier: ^9.0.0 + version: 9.11.1 typescript: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: ^1.6.0 - version: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + specifier: ^2.0.0 + version: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) packages/npm/@amazeelabs/silverback-iframe: dependencies: @@ -1776,10 +1776,10 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@amazeelabs/jest-preset': specifier: 1.3.47 - version: 1.3.47(@types/jest@29.5.12)(eslint@8.57.0)(jest@29.7.0)(react-dom@18.3.1)(react@18.3.1) + version: 1.3.47(@types/jest@29.5.12)(eslint@9.11.1)(jest@29.7.0)(react-dom@18.3.1)(react@18.3.1) '@types/jest': specifier: 29.5.12 version: 29.5.12 @@ -1787,8 +1787,8 @@ importers: specifier: 18.3.1 version: 18.3.1 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.16.5) @@ -1803,7 +1803,7 @@ importers: devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@playwright/test': specifier: 1.44.0 version: 1.44.0 @@ -1811,8 +1811,8 @@ importers: specifier: 20.12.11 version: 20.12.11 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 typescript: specifier: 5.4.5 version: 5.4.5 @@ -1842,8 +1842,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitest: - specifier: ^1.6.0 - version: 1.6.0(@types/node@18.19.33)(@vitest/ui@1.6.0) + specifier: ^2.0.0 + version: 2.1.1(@types/node@18.19.33) packages/npm/@amazeelabs/sync-composer-version: {} @@ -1877,8 +1877,8 @@ importers: specifier: 5.4.5 version: 5.4.5 vitest: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.12.11) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.12.11) packages/npm/gatsby-plugin-schema-export: dependencies: @@ -1910,12 +1910,12 @@ importers: specifier: ^6.0.5 version: 6.0.5 tar: - specifier: ^6.2.1 - version: 6.2.1 + specifier: ^7.4.3 + version: 7.4.3 devDependencies: '@amazeelabs/eslint-config': specifier: 1.4.43 - version: 1.4.43(eslint@8.57.0)(tailwindcss@3.4.3)(typescript@5.4.5) + version: 1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5) '@babel/preset-env': specifier: 7.24.5 version: 7.24.5(@babel/core@7.24.5) @@ -1926,8 +1926,8 @@ importers: specifier: 1.0.6 version: 1.0.6 '@types/express': - specifier: 4.17.21 - version: 4.17.21 + specifier: 5.0.0 + version: 5.0.0 '@types/fs-extra': specifier: 11.0.4 version: 11.0.4 @@ -1944,14 +1944,14 @@ importers: specifier: 6.1.13 version: 6.1.13 '@typescript-eslint/eslint-plugin': - specifier: 7.8.0 - version: 7.8.0(@typescript-eslint/parser@7.8.0)(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.7.0 + version: 8.7.0(@typescript-eslint/parser@8.7.0)(eslint@9.11.1)(typescript@5.4.5) '@verdaccio/types': specifier: 10.8.0 version: 10.8.0 eslint: - specifier: 8.57.0 - version: 8.57.0 + specifier: 9.11.1 + version: 9.11.1 jest: specifier: 29.7.0 version: 29.7.0(@types/node@16.18.97) @@ -1965,8 +1965,8 @@ importers: specifier: 5.4.5 version: 5.4.5 verdaccio: - specifier: 5.30.3 - version: 5.30.3(typanion@3.14.0) + specifier: 6.0.0 + version: 6.0.0(typanion@3.14.0) packages/tests/schema: devDependencies: @@ -2124,7 +2124,31 @@ packages: - typescript dev: true - /@amazeelabs/jest-preset@1.3.47(@types/jest@29.5.12)(eslint@8.57.0)(jest@29.7.0)(react-dom@18.3.1)(react@18.3.1): + /@amazeelabs/eslint-config@1.4.43(eslint@9.11.1)(tailwindcss@3.4.3)(typescript@5.4.5): + resolution: {integrity: sha512-PsXbfV/R1Xu26ToEZFrnJKzC6MlTH2MLV4XbyX9nT4CO9Y+SHbDJu9qUeXYENbUYED1TyRv6BsCw+NEmRBg39A==} + peerDependencies: + eslint: ^8.36.0 + dependencies: + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + eslint: 9.11.1 + eslint-config-prettier: 8.10.0(eslint@9.11.1) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1) + eslint-plugin-no-only-tests: 3.3.0 + eslint-plugin-promise: 6.1.1(eslint@9.11.1) + eslint-plugin-react: 7.36.0(eslint@9.11.1) + eslint-plugin-react-hooks: 4.6.2(eslint@9.11.1) + eslint-plugin-simple-import-sort: 10.0.0(eslint@9.11.1) + eslint-plugin-tailwindcss: 3.17.4(tailwindcss@3.4.3) + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + - tailwindcss + - typescript + dev: true + + /@amazeelabs/jest-preset@1.3.47(@types/jest@29.5.12)(eslint@9.11.1)(jest@29.7.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-oaL4QzQPGjAe5M5VGYbbupHRJYWgj9f82ZSlyxnyAOPFLpcAABCaX7tlqDfwDZNUeiUyRGIrZ8bTE/Sc9h4GHg==} peerDependencies: '@types/jest': ^29.5.0 @@ -2138,7 +2162,7 @@ packages: identity-obj-proxy: 3.0.0 jest: 29.7.0(@types/node@20.16.5) jest-environment-jsdom: 29.7.0 - jest-runner-eslint: 1.2.0(eslint@8.57.0)(jest@29.7.0) + jest-runner-eslint: 1.2.0(eslint@9.11.1)(jest@29.7.0) jest-watch-select-projects: 2.0.0 jest-watch-typeahead: 2.2.2(jest@29.7.0) transitivePeerDependencies: @@ -3762,7 +3786,7 @@ packages: byline: 5.0.0 error-stack-parser: 2.1.4 iserror: 0.0.2 - pump: 3.0.0 + pump: 3.0.2 stack-generator: 2.0.10 /@bugsnag/safe-json-stringify@6.0.0: @@ -3776,13 +3800,11 @@ packages: resolution: {integrity: sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==} dependencies: cookie: 0.5.0 - dev: true /@bundled-es-modules/statuses@1.0.1: resolution: {integrity: sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==} dependencies: statuses: 2.0.1 - dev: true /@cloudinary/transformation-builder-sdk@1.15.1: resolution: {integrity: sha512-Dvm5DzGPq6NtXRLhpubu7SVfD+TLEWbU9q/FOxpGelWpn3NaTSOH/b+jRbpTL+EgYSHeaTeK6kHMraousPkNQg==} @@ -3975,8 +3997,8 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.9 - /@cypress/request@3.0.1: - resolution: {integrity: sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==} + /@cypress/request@3.0.5: + resolution: {integrity: sha512-v+XHd9XmWbufxF1/bTaVm2yhbxY+TB4YtWRqF2zaXBlDNMkls34KiATz0AVDLavL3iB6bQk9/7n3oY1EoLSWGA==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 @@ -3985,14 +4007,14 @@ packages: combined-stream: 1.0.8 extend: 3.0.2 forever-agent: 0.6.1 - form-data: 2.3.3 - http-signature: 1.3.6 + form-data: 4.0.0 + http-signature: 1.4.0 is-typedarray: 1.0.0 isstream: 0.1.2 json-stringify-safe: 5.0.1 mime-types: 2.1.35 performance-now: 2.1.0 - qs: 6.10.4 + qs: 6.13.0 safe-buffer: 5.2.1 tough-cookie: 4.1.4 tunnel-agent: 0.6.0 @@ -4124,14 +4146,14 @@ packages: fast-check: 3.22.0 dev: false - /@effect/vitest@0.4.3(effect@3.1.4)(vitest@1.6.0): + /@effect/vitest@0.4.3(effect@3.1.4)(vitest@2.1.1): resolution: {integrity: sha512-PRpEwbTBGQC4hNV+/Jem9tcRqYG0xAdaqSRFoPB2XayxmcLkt+wDcQii9t1QxQqWUOlSadXwdPZusTX3iv/IrA==} peerDependencies: effect: ^3.1.4 vitest: ^1.4.0 dependencies: effect: 3.1.4 - vitest: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + vitest: 2.1.1(@types/node@20.16.5)(msw@2.3.1) dev: true /@emnapi/runtime@1.2.0: @@ -5237,10 +5259,33 @@ packages: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 + /@eslint-community/eslint-utils@4.4.0(eslint@9.11.1): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 9.11.1 + eslint-visitor-keys: 3.4.3 + /@eslint-community/regexpp@4.11.0: resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + /@eslint/config-array@0.18.0: + resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + '@eslint/object-schema': 2.1.4 + debug: 4.3.7(supports-color@5.5.0) + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + /@eslint/core@0.6.0: + resolution: {integrity: sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + /@eslint/eslintrc@0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -5273,10 +5318,40 @@ packages: transitivePeerDependencies: - supports-color + /@eslint/eslintrc@3.1.0: + resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.7(supports-color@5.5.0) + espree: 10.2.0 + globals: 14.0.0 + ignore: 5.3.2 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + /@eslint/js@8.57.0: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@eslint/js@9.11.1: + resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + /@eslint/object-schema@2.1.4: + resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + /@eslint/plugin-kit@0.2.1: + resolution: {integrity: sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + levn: 0.4.1 + /@fal-works/esbuild-plugin-global-externals@2.1.2: resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==} dev: true @@ -5324,6 +5399,42 @@ packages: glob: 8.0.3 p-limit: 3.1.0 + /@floating-ui/core@1.6.8: + resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==} + dependencies: + '@floating-ui/utils': 0.2.8 + + /@floating-ui/dom@1.6.11: + resolution: {integrity: sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==} + dependencies: + '@floating-ui/core': 1.6.8 + '@floating-ui/utils': 0.2.8 + + /@floating-ui/react-dom@2.1.2(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + '@floating-ui/dom': 1.6.11 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + + /@floating-ui/react@0.26.25(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-hZOmgN0NTOzOuZxI1oIrDu3Gcl8WViIkvPMpB4xdd4QD6xAMtwgwr3VPoiyH/bLtRcS1cDnhxLSD1NsMJmwh/A==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@18.3.1)(react@18.3.1) + '@floating-ui/utils': 0.2.8 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + tabbable: 6.2.0 + + /@floating-ui/utils@0.2.8: + resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} + /@formatjs/cli@6.2.10: resolution: {integrity: sha512-JdFw5oqPNB4qahie2Mcg6yXxyUJouN60OaEaejjMtGsgoPbFjS7X/9/Nj5vW+rAUTi0UNbOW+JPW9XNx6EuoHw==} engines: {node: '>= 16'} @@ -6241,7 +6352,7 @@ packages: dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.7.0 /@graphql-tools/merge@9.0.7(graphql@16.8.1): resolution: {integrity: sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA==} @@ -6251,7 +6362,7 @@ packages: dependencies: '@graphql-tools/utils': 10.5.4(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.6.3 + tslib: 2.7.0 /@graphql-tools/optimize@1.4.0(graphql@16.8.1): resolution: {integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==} @@ -6259,7 +6370,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.7.0 /@graphql-tools/optimize@2.0.0(graphql@16.8.1): resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==} @@ -6340,7 +6451,7 @@ packages: '@ardatan/relay-compiler': 12.0.0(graphql@16.8.1) '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.7.0 transitivePeerDependencies: - encoding - supports-color @@ -6379,7 +6490,7 @@ packages: '@graphql-tools/merge': 8.4.2(graphql@16.8.1) '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.7.0 value-or-promise: 1.0.12 /@graphql-tools/url-loader@8.0.2(@types/node@16.18.97)(graphql@16.8.1): @@ -6453,7 +6564,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.7.0 /@graphql-tools/utils@9.2.1(graphql@16.8.1): resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} @@ -6462,7 +6573,7 @@ packages: dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.7.0 /@graphql-tools/wrap@10.0.5(graphql@16.8.1): resolution: {integrity: sha512-Cbr5aYjr3HkwdPvetZp1cpDWTGdD1Owgsb3z/ClzhmrboiK86EnQDxDvOJiQkDCPWE9lNBwj8Y4HfxroY0D9DQ==} @@ -6518,15 +6629,17 @@ packages: '@hapi/hoek': 11.0.4 dev: false - /@headlessui/react@1.7.19(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw==} + /@headlessui/react@2.1.8(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-uajqVkAcVG/wHwG9Fh5PFMcFpf2VxM4vNRNKxRjuK009kePVur8LkuuygHfIE+2uZ7z7GnlTtYsyUe6glPpTLg==} engines: {node: '>=10'} peerDependencies: - react: ^16 || ^17 || ^18 - react-dom: ^16 || ^17 || ^18 + react: ^18 + react-dom: ^18 dependencies: + '@floating-ui/react': 0.26.25(react-dom@18.3.1)(react@18.3.1) + '@react-aria/focus': 3.18.4(react@18.3.1) + '@react-aria/interactions': 3.22.4(react@18.3.1) '@tanstack/react-virtual': 3.10.7(react-dom@18.3.1)(react@18.3.1) - client-only: 0.0.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -6582,6 +6695,10 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} deprecated: Use @eslint/object-schema instead + /@humanwhocodes/retry@0.3.1: + resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} + engines: {node: '>=18.18'} + /@hutson/parse-repository-url@3.0.2: resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} @@ -6776,7 +6893,6 @@ packages: dependencies: '@inquirer/core': 9.1.0 '@inquirer/type': 1.5.3 - dev: true /@inquirer/core@9.1.0: resolution: {integrity: sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==} @@ -6795,19 +6911,16 @@ packages: strip-ansi: 6.0.1 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 - dev: true /@inquirer/figures@1.0.5: resolution: {integrity: sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==} engines: {node: '>=18'} - dev: true /@inquirer/type@1.5.3: resolution: {integrity: sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==} engines: {node: '>=18'} dependencies: mute-stream: 1.0.0 - dev: true /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} @@ -6820,6 +6933,13 @@ packages: wrap-ansi: 8.1.0 wrap-ansi-cjs: /wrap-ansi@7.0.0 + /@isaacs/fs-minipass@4.0.1: + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + dependencies: + minipass: 7.1.2 + dev: false + /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} @@ -6991,6 +7111,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.27.8 + dev: true /@jest/source-map@29.6.3: resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} @@ -7346,11 +7467,11 @@ packages: detect-libc: 2.0.3 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.12 + node-fetch: 2.7.0 nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.6.0 + semver: 7.6.3 tar: 6.2.1 transitivePeerDependencies: - encoding @@ -7363,11 +7484,11 @@ packages: detect-libc: 2.0.3 https-proxy-agent: 5.0.1(supports-color@9.4.0) make-dir: 3.1.0 - node-fetch: 2.6.12 + node-fetch: 2.7.0 nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.6.0 + semver: 7.6.3 tar: 6.2.1 transitivePeerDependencies: - encoding @@ -7411,27 +7532,27 @@ packages: react: 18.3.1 dev: true - /@microsoft/api-extractor-model@7.28.13(@types/node@20.16.5): - resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==} + /@microsoft/api-extractor-model@7.29.6(@types/node@20.16.5): + resolution: {integrity: sha512-gC0KGtrZvxzf/Rt9oMYD2dHvtN/1KPEYsrQPyMKhLHnlVuO/f4AFN3E4toqZzD2pt4LhkKoYmL2H9tX3yCOyRw==} dependencies: - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.16.5) + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.7.0(@types/node@20.16.5) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.43.0(@types/node@20.16.5): - resolution: {integrity: sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w==} + /@microsoft/api-extractor@7.47.7(@types/node@20.16.5): + resolution: {integrity: sha512-fNiD3G55ZJGhPOBPMKD/enozj8yxJSYyVJWxRWdcUtw842rvthDHJgUWq9gXQTensFlMHv2wGuCjjivPv53j0A==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.16.5) - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.16.5) - '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@20.16.5) - '@rushstack/ts-command-line': 4.19.1(@types/node@20.16.5) + '@microsoft/api-extractor-model': 7.29.6(@types/node@20.16.5) + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.7.0(@types/node@20.16.5) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.14.0(@types/node@20.16.5) + '@rushstack/ts-command-line': 4.22.6(@types/node@20.16.5) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -7442,17 +7563,17 @@ packages: - '@types/node' dev: true - /@microsoft/tsdoc-config@0.16.2: - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + /@microsoft/tsdoc-config@0.17.0: + resolution: {integrity: sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==} dependencies: - '@microsoft/tsdoc': 0.14.2 - ajv: 6.12.6 + '@microsoft/tsdoc': 0.15.0 + ajv: 8.12.0 jju: 1.4.0 - resolve: 1.19.0 + resolve: 1.22.8 dev: true - /@microsoft/tsdoc@0.14.2: - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + /@microsoft/tsdoc@0.15.0: + resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} dev: true /@mischnic/json-sourcemap@0.1.1: @@ -7530,7 +7651,6 @@ packages: /@mswjs/cookies@1.1.1: resolution: {integrity: sha512-W68qOHEjx1iD+4VjQudlx26CPIoxmIAtK4ZCexU0/UJBG6jYhcuyzKJx+Iw8uhBIGd9eba64XgWVgo20it1qwA==} engines: {node: '>=18'} - dev: true /@mswjs/interceptors@0.27.2: resolution: {integrity: sha512-mE6PhwcoW70EX8+h+Y/4dLfHk33GFt/y5PzDJz56ktMyaVGFXMJ5BYLbUjdmGEABfE0x5GgAGyKbrbkYww2s3A==} @@ -7554,7 +7674,6 @@ packages: is-node-process: 1.2.0 outvariant: 1.4.3 strict-event-emitter: 0.5.1 - dev: true /@ndelangen/get-tarball@3.0.9: resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==} @@ -7582,7 +7701,7 @@ packages: find-up: 6.3.0 minimatch: 9.0.5 read-pkg: 7.1.0 - semver: 7.6.0 + semver: 7.6.3 yaml: 2.5.1 yargs: 17.7.2 @@ -7615,7 +7734,7 @@ packages: chalk: 5.3.0 clean-stack: 4.2.0 execa: 6.1.0 - fdir: 6.3.0 + fdir: 6.3.0(picomatch@2.3.1) figures: 5.0.0 filter-obj: 5.1.0 got: 12.6.1 @@ -7647,7 +7766,7 @@ packages: resolve: 2.0.0-next.5 rfdc: 1.4.1 safe-json-stringify: 1.2.0 - semver: 7.6.0 + semver: 7.6.3 string-width: 5.1.2 strip-ansi: 7.1.0 supports-color: 9.4.0 @@ -7693,7 +7812,7 @@ packages: chalk: 5.3.0 clean-stack: 4.2.0 execa: 6.1.0 - fdir: 6.3.0 + fdir: 6.3.0(picomatch@2.3.1) figures: 5.0.0 filter-obj: 5.1.0 got: 12.6.1 @@ -7725,7 +7844,7 @@ packages: resolve: 2.0.0-next.5 rfdc: 1.4.1 safe-json-stringify: 1.2.0 - semver: 7.6.0 + semver: 7.6.3 string-width: 5.1.2 strip-ansi: 7.1.0 supports-color: 9.4.0 @@ -7771,7 +7890,7 @@ packages: chalk: 5.3.0 clean-stack: 4.2.0 execa: 6.1.0 - fdir: 6.3.0 + fdir: 6.3.0(picomatch@2.3.1) figures: 5.0.0 filter-obj: 5.1.0 got: 12.6.1 @@ -7803,7 +7922,7 @@ packages: resolve: 2.0.0-next.5 rfdc: 1.4.1 safe-json-stringify: 1.2.0 - semver: 7.6.0 + semver: 7.6.3 string-width: 5.1.2 strip-ansi: 7.1.0 supports-color: 9.4.0 @@ -7885,7 +8004,7 @@ packages: p-retry: 5.1.2 p-wait-for: 4.1.0 path-key: 4.0.0 - semver: 7.6.0 + semver: 7.6.3 tmp-promise: 3.0.3 urlpattern-polyfill: 8.0.2 uuid: 9.0.1 @@ -7916,7 +8035,7 @@ packages: p-retry: 5.1.2 p-wait-for: 4.1.0 path-key: 4.0.0 - semver: 7.6.0 + semver: 7.6.3 tmp-promise: 3.0.3 urlpattern-polyfill: 8.0.2 uuid: 9.0.1 @@ -7943,7 +8062,7 @@ packages: p-locate: 6.0.0 process: 0.11.10 read-pkg-up: 9.1.0 - semver: 7.6.0 + semver: 7.6.3 /@netlify/functions-utils@5.2.81(supports-color@9.4.0): resolution: {integrity: sha512-Uzai0VU/M7gL4EVP36ExUfKFHB1nqNCHDLNczvrwfpILSgwQEKO5n0xXTvUDeehzCFfgItcQbh+l55a4AvA2Xg==} @@ -8168,7 +8287,7 @@ packages: precinct: 11.0.5 require-package-name: 2.0.1 resolve: 2.0.0-next.5 - semver: 7.6.0 + semver: 7.6.3 tmp-promise: 3.0.3 toml: 3.0.0 unixify: 1.0.0 @@ -8210,7 +8329,7 @@ packages: precinct: 11.0.5(supports-color@9.4.0) require-package-name: 2.0.1 resolve: 2.0.0-next.5 - semver: 7.6.0 + semver: 7.6.3 tmp-promise: 3.0.3 toml: 3.0.0 unixify: 1.0.0 @@ -8252,7 +8371,7 @@ packages: precinct: 11.0.5(supports-color@9.4.0) require-package-name: 2.0.1 resolve: 2.0.0-next.5 - semver: 7.6.0 + semver: 7.6.3 tmp-promise: 3.0.3 toml: 3.0.0 unixify: 1.0.0 @@ -8602,7 +8721,7 @@ packages: '@octokit/request-error': 3.0.3 '@octokit/types': 9.3.2 is-plain-object: 5.0.0 - node-fetch: 2.6.7 + node-fetch: 2.7.0 universal-user-agent: 6.0.1 transitivePeerDependencies: - encoding @@ -9385,6 +9504,50 @@ packages: react: 18.3.1 dev: true + /@react-aria/focus@3.18.4(react@18.3.1): + resolution: {integrity: sha512-91J35077w9UNaMK1cpMUEFRkNNz0uZjnSwiyBCFuRdaVuivO53wNC9XtWSDNDdcO5cGy87vfJRVAiyoCn/mjqA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + dependencies: + '@react-aria/interactions': 3.22.4(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) + '@swc/helpers': 0.5.13 + clsx: 2.1.1 + react: 18.3.1 + + /@react-aria/interactions@3.22.4(react@18.3.1): + resolution: {integrity: sha512-E0vsgtpItmknq/MJELqYJwib+YN18Qag8nroqwjk1qOnBa9ROIkUhWJerLi1qs5diXq9LHKehZDXRlwPvdEFww==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + dependencies: + '@react-aria/ssr': 3.9.6(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) + '@swc/helpers': 0.5.13 + react: 18.3.1 + + /@react-aria/ssr@3.9.6(react@18.3.1): + resolution: {integrity: sha512-iLo82l82ilMiVGy342SELjshuWottlb5+VefO3jOQqQRNYnJBFpUSadswDPbRimSgJUZuFwIEYs6AabkP038fA==} + engines: {node: '>= 12'} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + dependencies: + '@swc/helpers': 0.5.13 + react: 18.3.1 + + /@react-aria/utils@3.25.3(react@18.3.1): + resolution: {integrity: sha512-PR5H/2vaD8fSq0H/UB9inNbc8KDcVmW6fYAfSWkkn+OAdhTTMVKqXXrZuZBWyFfSD5Ze7VN6acr4hrOQm2bmrA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + dependencies: + '@react-aria/ssr': 3.9.6(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) + '@swc/helpers': 0.5.13 + clsx: 2.1.1 + react: 18.3.1 + /@react-dnd/asap@4.0.1: resolution: {integrity: sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg==} dev: false @@ -9409,6 +9572,21 @@ packages: use-sync-external-store: 1.2.2(react@18.3.1) dev: true + /@react-stately/utils@3.10.4(react@18.3.1): + resolution: {integrity: sha512-gBEQEIMRh5f60KCm7QKQ2WfvhB2gLUr9b72sqUdIZ2EG+xuPgaIlCBeSicvjmjBvYZwOjoOEnmIkcx2GHp/HWw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + dependencies: + '@swc/helpers': 0.5.13 + react: 18.3.1 + + /@react-types/shared@3.25.0(react@18.3.1): + resolution: {integrity: sha512-OZSyhzU6vTdW3eV/mz5i6hQwQUhkRs7xwY2d1aqPvTdMe0+2cY7Fwp45PAiwYLEj73i9ro2FxF9qC4DvHGSCgQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + dependencies: + react: 18.3.1 + /@reduxjs/toolkit@1.9.7(react-redux@7.2.9)(react@18.3.1): resolution: {integrity: sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==} peerDependencies: @@ -9431,9 +9609,9 @@ packages: /@repeaterjs/repeater@3.0.6: resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - /@rollup/plugin-commonjs@25.0.7(rollup@4.17.2): - resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} - engines: {node: '>=14.0.0'} + /@rollup/plugin-commonjs@28.0.0(rollup@4.17.2): + resolution: {integrity: sha512-BJcu+a+Mpq476DMXG+hevgPSl56bkUoi88dKT8t3RyUp8kGuOh+2bU8Gs7zXDlu+fyZggnJ+iOBGrb/O1SorYg==} + engines: {node: '>=16.0.0 || 14 >= 14.17'} peerDependencies: rollup: ^2.68.0||^3.0.0||^4.0.0 peerDependenciesMeta: @@ -9443,9 +9621,10 @@ packages: '@rollup/pluginutils': 5.1.0(rollup@4.17.2) commondir: 1.0.1 estree-walker: 2.0.2 - glob: 8.0.3 + fdir: 6.3.0(picomatch@2.3.1) is-reference: 1.2.1 magic-string: 0.30.11 + picomatch: 2.3.1 rollup: 4.17.2 dev: true @@ -9467,8 +9646,8 @@ packages: rollup: 4.17.2 dev: true - /@rollup/plugin-typescript@11.1.6(rollup@4.17.2)(typescript@5.4.5): - resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} + /@rollup/plugin-typescript@12.1.0(rollup@4.17.2)(typescript@5.4.5): + resolution: {integrity: sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.14.0||^3.0.0||^4.0.0 @@ -9751,8 +9930,8 @@ packages: /@rtsao/scc@1.1.0: resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} - /@rushstack/node-core-library@4.0.2(@types/node@20.16.5): - resolution: {integrity: sha512-hyES82QVpkfQMeBMteQUnrhASL/KHPhd7iJ8euduwNJG4mu2GSOKybf0rOEjOm1Wz7CwJEUm9y0yD7jg2C1bfg==} + /@rushstack/node-core-library@5.7.0(@types/node@20.16.5): + resolution: {integrity: sha512-Ff9Cz/YlWu9ce4dmqNBZpA45AEya04XaBFIjV7xTVeEf+y/kTjEasmozqFELXlNG4ROdevss75JrrZ5WgufDkQ==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -9760,38 +9939,40 @@ packages: optional: true dependencies: '@types/node': 20.16.5 + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 semver: 7.5.4 - z-schema: 5.0.5 dev: true - /@rushstack/rig-package@0.5.2: - resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} + /@rushstack/rig-package@0.5.3: + resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 dev: true - /@rushstack/terminal@0.10.0(@types/node@20.16.5): - resolution: {integrity: sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==} + /@rushstack/terminal@0.14.0(@types/node@20.16.5): + resolution: {integrity: sha512-juTKMAMpTIJKudeFkG5slD8Z/LHwNwGZLtU441l/u82XdTBfsP+LbGKJLCNwP5se+DMCT55GB8x9p6+C4UL7jw==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@20.16.5) + '@rushstack/node-core-library': 5.7.0(@types/node@20.16.5) '@types/node': 20.16.5 supports-color: 8.1.1 dev: true - /@rushstack/ts-command-line@4.19.1(@types/node@20.16.5): - resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} + /@rushstack/ts-command-line@4.22.6(@types/node@20.16.5): + resolution: {integrity: sha512-QSRqHT/IfoC5nk9zn6+fgyqOPXHME0BfchII9EUPR19pocsNp/xSbeBCbD3PIR2Lg+Q5qk7OFqk1VhWPMdKHJg==} dependencies: - '@rushstack/terminal': 0.10.0(@types/node@20.16.5) + '@rushstack/terminal': 0.14.0(@types/node@20.16.5) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -9914,6 +10095,7 @@ packages: /@sinclair/typebox@0.27.8: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + dev: true /@sindresorhus/is@4.6.0: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} @@ -10688,7 +10870,7 @@ packages: webpack: 5.94.0(esbuild@0.20.2) dev: true - /@storybook/core-common@6.5.16(eslint@8.57.0)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5): + /@storybook/core-common@6.5.16(eslint@9.11.1)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5): resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10732,7 +10914,7 @@ packages: express: 4.19.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.0)(typescript@5.4.5)(webpack@4.47.0) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.11.1)(typescript@5.4.5)(webpack@4.47.0) fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.8 @@ -11015,7 +11197,7 @@ packages: - react-dom dev: true - /@storybook/manager-webpack5@6.5.16(esbuild@0.20.2)(eslint@8.57.0)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5): + /@storybook/manager-webpack5@6.5.16(esbuild@0.20.2)(eslint@9.11.1)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5): resolution: {integrity: sha512-OtxXv8JCe0r/0rE5HxaFicsNsXA+fqZxzokxquFFgrYf/1Jg4d7QX6/pG5wINF+5qInJfVkRG6xhPzv1s5bk9Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -11030,7 +11212,7 @@ packages: '@babel/preset-react': 7.24.7(@babel/core@7.24.5) '@storybook/addons': 6.5.16(react-dom@18.3.1)(react@18.3.1) '@storybook/core-client': 6.5.16(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5)(webpack@5.94.0) - '@storybook/core-common': 6.5.16(eslint@8.57.0)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) + '@storybook/core-common': 6.5.16(eslint@9.11.1)(react-dom@18.3.1)(react@18.3.1)(typescript@5.4.5) '@storybook/node-logger': 6.5.16 '@storybook/theming': 6.5.16(react-dom@18.3.1)(react@18.3.1) '@storybook/ui': 6.5.16(react-dom@18.3.1)(react@18.3.1) @@ -11977,6 +12159,11 @@ packages: legacy-swc-helpers: /@swc/helpers@0.4.14 tslib: 2.7.0 + /@swc/helpers@0.5.13: + resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} + dependencies: + tslib: 2.7.0 + /@swc/jest@0.2.36(@swc/core@1.5.5): resolution: {integrity: sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw==} engines: {npm: '>= 7.0.0'} @@ -12019,6 +12206,20 @@ packages: /@tanstack/virtual-core@3.10.7: resolution: {integrity: sha512-ND5dfsU0n9F4gROzwNNDJmg6y8n9pI8YWxtgbfJ5UcNn7Hx+MxEXtXcQ189tS7sh8pmCObgz2qSiyRKTZxT4dg==} + /@testing-library/dom@10.4.0: + resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} + engines: {node: '>=18'} + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/runtime': 7.25.6 + '@types/aria-query': 5.0.4 + aria-query: 5.3.0 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + dev: true + /@testing-library/dom@9.3.4: resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} engines: {node: '>=14'} @@ -12060,15 +12261,47 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: true - /@testing-library/react@14.3.1(react-dom@19.0.0-rc.0)(react@19.0.0-rc.0): - resolution: {integrity: sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==} - engines: {node: '>=14'} + /@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.1)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==} + engines: {node: '>=18'} peerDependencies: + '@testing-library/dom': ^10.0.0 + '@types/react': ^18.0.0 + '@types/react-dom': ^18.0.0 react: ^18.0.0 react-dom: ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true dependencies: '@babel/runtime': 7.25.6 - '@testing-library/dom': 9.3.4 + '@testing-library/dom': 10.4.0 + '@types/react': 18.3.1 + '@types/react-dom': 18.3.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: true + + /@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc.0)(react@19.0.0-rc.0): + resolution: {integrity: sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==} + engines: {node: '>=18'} + peerDependencies: + '@testing-library/dom': ^10.0.0 + '@types/react': ^18.0.0 + '@types/react-dom': ^18.0.0 + react: ^18.0.0 + react-dom: ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + dependencies: + '@babel/runtime': 7.25.6 + '@testing-library/dom': 10.4.0 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 react: 19.0.0-rc.0 react-dom: 19.0.0-rc.0(react@19.0.0-rc.0) @@ -12247,7 +12480,7 @@ packages: /@types/cookie-parser@1.4.7: resolution: {integrity: sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw==} dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 dev: true /@types/cookie@0.4.1: @@ -12255,7 +12488,6 @@ packages: /@types/cookie@0.6.0: resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} - dev: true /@types/cors@2.8.17: resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} @@ -12325,6 +12557,9 @@ packages: /@types/estree@1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + /@types/estree@1.0.6: + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + /@types/express-serve-static-core@4.19.5: resolution: {integrity: sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==} dependencies: @@ -12332,17 +12567,26 @@ packages: '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 + dev: true + + /@types/express-serve-static-core@5.0.1: + resolution: {integrity: sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==} + dependencies: + '@types/node': 20.16.5 + '@types/qs': 6.9.15 + '@types/range-parser': 1.2.7 + '@types/send': 0.17.4 /@types/express-session@1.18.0: resolution: {integrity: sha512-27JdDRgor6PoYlURY+Y5kCakqp5ulC0kmf7y+QwaY+hv9jEFuQOThgkjyA53RP3jmKuBsH5GR6qEfFmvb8mwOA==} dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 dev: true /@types/express-ws@3.0.4: resolution: {integrity: sha512-Yjj18CaivG5KndgcvzttWe8mPFinPCHJC2wvyQqVzA7hqeufM8EtWMj6mpp5omg3s8XALUexhOu8aXAyi/DyJQ==} dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/express-serve-static-core': 4.19.5 '@types/ws': 8.5.12 dev: true @@ -12354,6 +12598,15 @@ packages: '@types/express-serve-static-core': 4.19.5 '@types/qs': 6.9.15 '@types/serve-static': 1.15.7 + dev: true + + /@types/express@5.0.0: + resolution: {integrity: sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==} + dependencies: + '@types/body-parser': 1.19.5 + '@types/express-serve-static-core': 5.0.1 + '@types/qs': 6.9.15 + '@types/serve-static': 1.15.7 /@types/find-cache-dir@3.2.1: resolution: {integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==} @@ -12564,7 +12817,6 @@ packages: resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} dependencies: '@types/node': 20.16.5 - dev: true /@types/node-fetch@2.6.11: resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} @@ -12602,7 +12854,6 @@ packages: resolution: {integrity: sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==} dependencies: undici-types: 6.19.8 - dev: true /@types/node@8.10.66: resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==} @@ -12738,7 +12989,6 @@ packages: /@types/statuses@2.0.5: resolution: {integrity: sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==} - dev: true /@types/tar@6.1.13: resolution: {integrity: sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==} @@ -12806,7 +13056,6 @@ packages: /@types/wrap-ansi@3.0.0: resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} - dev: true /@types/ws@8.5.12: resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==} @@ -12868,29 +13117,54 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/eslint-plugin@7.8.0(@typescript-eslint/parser@7.8.0)(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/parser': ^7.0.0 - eslint: ^8.56.0 + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 7.8.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 7.8.0 - '@typescript-eslint/type-utils': 7.8.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.8.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.8.0 + '@typescript-eslint/parser': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@9.11.1)(typescript@5.4.5) debug: 4.3.7(supports-color@5.5.0) - eslint: 8.57.0 + eslint: 9.11.1 graphemer: 1.4.0 ignore: 5.3.2 - natural-compare: 1.4.0 + natural-compare-lite: 1.4.0 semver: 7.6.3 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + /@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0)(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@eslint-community/regexpp': 4.11.0 + '@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.7.0 + '@typescript-eslint/type-utils': 8.7.0(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.7.0 + eslint: 9.11.1 + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare: 1.4.0 ts-api-utils: 1.3.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: @@ -12936,22 +13210,41 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/parser@7.8.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/parser@5.62.0(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^8.56.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 7.8.0 - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.8.0 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) debug: 4.3.7(supports-color@5.5.0) - eslint: 8.57.0 + eslint: 9.11.1 + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + /@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 8.7.0 + '@typescript-eslint/types': 8.7.0 + '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.7.0 + debug: 4.3.7(supports-color@5.5.0) + eslint: 9.11.1 typescript: 5.4.5 transitivePeerDependencies: - supports-color @@ -12964,12 +13257,12 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - /@typescript-eslint/scope-manager@7.8.0: - resolution: {integrity: sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/scope-manager@8.7.0: + resolution: {integrity: sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/visitor-keys': 7.8.0 + '@typescript-eslint/types': 8.7.0 + '@typescript-eslint/visitor-keys': 8.7.0 dev: true /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.4.5): @@ -12991,23 +13284,41 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/type-utils@7.8.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/type-utils@5.62.0(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^8.56.0 + eslint: '*' typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) - '@typescript-eslint/utils': 7.8.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + debug: 4.3.7(supports-color@5.5.0) + eslint: 9.11.1 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + /@typescript-eslint/type-utils@8.7.0(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.4.5) + '@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.4.5) debug: 4.3.7(supports-color@5.5.0) - eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: + - eslint - supports-color dev: true @@ -13015,9 +13326,9 @@ packages: resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/types@7.8.0: - resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/types@8.7.0: + resolution: {integrity: sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true /@typescript-eslint/typescript-estree@5.62.0(supports-color@9.4.0)(typescript@5.4.5): @@ -13060,19 +13371,19 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/typescript-estree@7.8.0(typescript@5.4.5): - resolution: {integrity: sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/typescript-estree@8.7.0(typescript@5.4.5): + resolution: {integrity: sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/visitor-keys': 7.8.0 + '@typescript-eslint/types': 8.7.0 + '@typescript-eslint/visitor-keys': 8.7.0 debug: 4.3.7(supports-color@5.5.0) - globby: 11.1.0 + fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 @@ -13101,23 +13412,39 @@ packages: - supports-color - typescript - /@typescript-eslint/utils@7.8.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/utils@5.62.0(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^8.56.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.8.0 - '@typescript-eslint/types': 7.8.0 - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) - eslint: 8.57.0 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) + eslint: 9.11.1 + eslint-scope: 5.1.1 semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript + + /@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.4.5): + resolution: {integrity: sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1) + '@typescript-eslint/scope-manager': 8.7.0 + '@typescript-eslint/types': 8.7.0 + '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.4.5) + eslint: 9.11.1 + transitivePeerDependencies: + - supports-color + - typescript dev: true /@typescript-eslint/visitor-keys@5.62.0: @@ -13127,11 +13454,11 @@ packages: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 - /@typescript-eslint/visitor-keys@7.8.0: - resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==} - engines: {node: ^18.18.0 || >=20.0.0} + /@typescript-eslint/visitor-keys@8.7.0: + resolution: {integrity: sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 7.8.0 + '@typescript-eslint/types': 8.7.0 eslint-visitor-keys: 3.4.3 dev: true @@ -13246,6 +13573,23 @@ packages: dependencies: resolve: 1.22.8 + /@verdaccio/auth@8.0.0-next-8.1: + resolution: {integrity: sha512-sPmHdnYuRSMgABCsTJEfz8tb/smONsWVg0g4KK2QycyYZ/A+RwZLV1JLiQb4wzu9zvS0HSloqWqkWlyNHW3mtw==} + engines: {node: '>=18'} + dependencies: + '@verdaccio/config': 8.0.0-next-8.1 + '@verdaccio/core': 8.0.0-next-8.1 + '@verdaccio/loaders': 8.0.0-next-8.1 + '@verdaccio/logger': 8.0.0-next-8.1 + '@verdaccio/signature': 8.0.0-next-8.0 + '@verdaccio/utils': 7.0.1-next-8.1 + debug: 4.3.7(supports-color@5.5.0) + lodash: 4.17.21 + verdaccio-htpasswd: 13.0.0-next-8.1 + transitivePeerDependencies: + - supports-color + dev: true + /@verdaccio/commons-api@10.2.0: resolution: {integrity: sha512-F/YZANu4DmpcEV0jronzI7v2fGVWkQ5Mwi+bVmV+ACJ+EzR0c9Jbhtbe5QyLUuzR97t8R5E/Xe53O0cc2LukdQ==} engines: {node: '>=8'} @@ -13253,33 +13597,20 @@ packages: http-errors: 2.0.0 http-status-codes: 2.2.0 - /@verdaccio/config@7.0.0-next-7.13: - resolution: {integrity: sha512-QM0uvbLoK8IJMXCr9yYTlR9ZfoO26/sPt0ZGtzEp6yLZ4CZnI4C+eC6KlV/jPTSYf3s8GFAE9ZPvhnQyhX2DoA==} - engines: {node: '>=12'} + /@verdaccio/config@8.0.0-next-8.1: + resolution: {integrity: sha512-goDVOH4e8xMUxjHybJpi5HwIecVFqzJ9jeNFrRUgtUUn0PtFuNMHgxOeqDKRVboZhc5HK90yed8URK/1O6VsUw==} + engines: {node: '>=14'} dependencies: - '@verdaccio/core': 7.0.0-next-7.13 - '@verdaccio/utils': 7.0.0-next-7.13 - debug: 4.3.4 + '@verdaccio/core': 8.0.0-next-8.1 + '@verdaccio/utils': 7.0.1-next-8.1 + debug: 4.3.7(supports-color@5.5.0) js-yaml: 4.1.0 lodash: 4.17.21 minimatch: 7.4.6 - yup: 0.32.11 transitivePeerDependencies: - supports-color dev: true - /@verdaccio/core@7.0.0-next-7.13: - resolution: {integrity: sha512-95cSbuXc3GMaDjlSAEOkDIbN8YaYVq0E4yj/M6oIu4N4XK7DdbuB6k7YAr/TeUJU+2KFPHk3caDEj2a129jNCA==} - engines: {node: '>=12'} - dependencies: - ajv: 8.12.0 - core-js: 3.35.0 - http-errors: 2.0.0 - http-status-codes: 2.3.0 - process-warning: 1.0.0 - semver: 7.6.0 - dev: true - /@verdaccio/core@7.0.0-next.1: resolution: {integrity: sha512-0cHibUcA7EFjMzBq06WEQ4CQxnds+OZX5jVY6MEpQMtWbSiH40pIi9lDiQFKs6lbXXqidNjvY4J19T1zevQLlw==} engines: {node: '>=12'} @@ -13292,19 +13623,42 @@ packages: semver: 7.5.4 dev: false + /@verdaccio/core@8.0.0-next-8.1: + resolution: {integrity: sha512-kQRCB2wgXEh8H88G51eQgAFK9IxmnBtkQ8sY5FbmB6PbBkyHrbGcCp+2mtRqqo36j0W1VAlfM3XzoknMy6qQnw==} + engines: {node: '>=14'} + dependencies: + ajv: 8.17.1 + core-js: 3.37.1 + http-errors: 2.0.0 + http-status-codes: 2.3.0 + process-warning: 1.0.0 + semver: 7.6.3 + dev: true + /@verdaccio/file-locking@10.3.1: resolution: {integrity: sha512-oqYLfv3Yg3mAgw9qhASBpjD50osj2AX4IwbkUtyuhhKGyoFU9eZdrbeW6tpnqUnj6yBMtAPm2eGD4BwQuX400g==} engines: {node: '>=12'} dependencies: lockfile: 1.0.4 - /@verdaccio/file-locking@12.0.0-next.1: - resolution: {integrity: sha512-Zb5G2HEhVRB0jCq4z7QA4dqTdRv/2kIsw2Nkm3j2HqC1OeJRxas3MJAF/OxzbAb1IN32lbg1zycMSk6NcbQkgQ==} + /@verdaccio/file-locking@13.0.0-next-8.0: + resolution: {integrity: sha512-28XRwpKiE3Z6KsnwE7o8dEM+zGWOT+Vef7RVJyUlG176JVDbGGip3HfCmFioE1a9BklLyGEFTu6D69BzfbRkzA==} engines: {node: '>=12'} dependencies: lockfile: 1.0.4 dev: true + /@verdaccio/loaders@8.0.0-next-8.1: + resolution: {integrity: sha512-mqGCUBs862g8mICZwX8CG92p1EZ1Un0DJ2DB7+iVu2TYaEeKoHoIdafabVdiYrbOjLcAOOBrMKE1Wnn14eLxpA==} + engines: {node: '>=18'} + dependencies: + '@verdaccio/logger': 8.0.0-next-8.1 + debug: 4.3.7(supports-color@5.5.0) + lodash: 4.17.21 + transitivePeerDependencies: + - supports-color + dev: true + /@verdaccio/local-storage-legacy@11.0.2: resolution: {integrity: sha512-7AXG7qlcVFmF+Nue2oKaraprGRtaBvrQIOvc/E89+7hAe399V01KnZI6E/ET56u7U9fq0MSlp92HBcdotlpUXg==} engines: {node: '>=12'} @@ -13337,49 +13691,49 @@ packages: - supports-color dev: false - /@verdaccio/logger-7@7.0.0-next-7.13: - resolution: {integrity: sha512-uiKIC6rSarSdYVdGKSw1JnDC04xCv6kKvqCjVV4GN9QeIaMzMBpPUZRwEEmq7Emc6tm+VPURVtbUy1aLRxWsmQ==} - engines: {node: '>=12'} - dependencies: - '@verdaccio/logger-commons': 7.0.0-next-7.13 - pino: 7.11.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@verdaccio/logger-commons@7.0.0-next-7.13: - resolution: {integrity: sha512-C45E+e/yMc54hXzRkiUZjl/fXObfcAGE1EMXxZjIqjPUx4gnAWEuTpT1NVRxZbMU6HdpOOKrgijwYkBpo5pgCg==} + /@verdaccio/logger-commons@8.0.0-next-8.1: + resolution: {integrity: sha512-jCge//RT4uaK7MarhpzcJeJ5Uvtu/DbJ1wvJQyGiFe+9AvxDGm3EUFXvawLFZ0lzYhmLt1nvm7kevcc3vOm2ZQ==} engines: {node: '>=12'} dependencies: - '@verdaccio/core': 7.0.0-next-7.13 - '@verdaccio/logger-prettify': 7.0.0-next-7.2 + '@verdaccio/core': 8.0.0-next-8.1 + '@verdaccio/logger-prettify': 8.0.0-next-8.0 colorette: 2.0.20 - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: true - /@verdaccio/logger-prettify@7.0.0-next-7.2: - resolution: {integrity: sha512-vGIcXW8DkVBsk0g/iufMZWKBMgC774Vz0zT0g+3NErBUmAhvCby+rrrNDy64jJ8XfJEn+eMiXq7wM/tRWbwYKQ==} + /@verdaccio/logger-prettify@8.0.0-next-8.0: + resolution: {integrity: sha512-7mAFHZF2NPTubrOXYp2+fbMjRW5MMWXMeS3LcpupMAn5uPp6jkKEM8NC4IVJEevC5Ph4vPVZqpoPDpgXHEaV3Q==} engines: {node: '>=12'} dependencies: colorette: 2.0.20 - dayjs: 1.11.10 + dayjs: 1.11.13 lodash: 4.17.21 pino-abstract-transport: 1.1.0 sonic-boom: 3.8.0 dev: true - /@verdaccio/middleware@7.0.0-next-7.13: - resolution: {integrity: sha512-SwStOZeOJ9GFgJEeOhXP3AZpx35HNl66Ru8zKUb0VrOw8mna/4d+/wL+5bAaYfG/k5uO1eOJoTBMQLJkFfQyZA==} + /@verdaccio/logger@8.0.0-next-8.1: + resolution: {integrity: sha512-w5kR0/umQkfH2F4PK5Fz9T6z3xz+twewawKLPTUfAgrVAOiWxcikGhhcHWhSGiJ0lPqIa+T0VYuLWMeVeDirGw==} + engines: {node: '>=18'} + dependencies: + '@verdaccio/logger-commons': 8.0.0-next-8.1 + pino: 8.17.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@verdaccio/middleware@8.0.0-next-8.1: + resolution: {integrity: sha512-GpAdJYky1WmOERpxPoCkVSwTTJIsVAjqf2a2uQNvi7R3UZhs059JKhWcZjJMVCGV0uz9xgQvtb3DEuYGHqyaOg==} engines: {node: '>=12'} dependencies: - '@verdaccio/config': 7.0.0-next-7.13 - '@verdaccio/core': 7.0.0-next-7.13 - '@verdaccio/url': 12.0.0-next-7.13 - '@verdaccio/utils': 7.0.0-next-7.13 - debug: 4.3.4 - express: 4.18.3 + '@verdaccio/config': 8.0.0-next-8.1 + '@verdaccio/core': 8.0.0-next-8.1 + '@verdaccio/url': 13.0.0-next-8.1 + '@verdaccio/utils': 7.0.1-next-8.1 + debug: 4.3.7(supports-color@5.5.0) + express: 4.21.0 express-rate-limit: 5.5.1 lodash: 4.17.21 lru-cache: 7.18.3 @@ -13388,16 +13742,16 @@ packages: - supports-color dev: true - /@verdaccio/search-indexer@7.0.0-next-7.2: - resolution: {integrity: sha512-ZkhqHHWP530dFr8EuicAa5sXFDlAYqiSgpNDPIyMaz1FkfqngeffhWdydXQgVb60d1OeJkpaf3utPE2kQwIXxQ==} + /@verdaccio/search-indexer@8.0.0-next-8.0: + resolution: {integrity: sha512-VS9axVt8XAueiPceVCgaj9nlvYj5s/T4MkAILSf2rVZeFFOMUyxU3mddUCajSHzL+YpqCuzLLL9865sRRzOJ9w==} engines: {node: '>=12'} dev: true - /@verdaccio/signature@7.0.0-next.3: - resolution: {integrity: sha512-egs1VmEe+COUUZ83I6gzDy79Jo3b/AExPvp9EDuJHkmwxJj+9gb231Rv4wk+UoNPrQRNLljUepQwVrDmbqP5DQ==} - engines: {node: '>=12'} + /@verdaccio/signature@8.0.0-next-8.0: + resolution: {integrity: sha512-klcc2UlCvQxXDV65Qewo2rZOfv7S1y8NekS/8uurSaCTjU35T+fz+Pbqz1S9XK9oQlMp4vCQ7w3iMPWQbvphEQ==} + engines: {node: '>=14'} dependencies: - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) jsonwebtoken: 9.0.2 transitivePeerDependencies: - supports-color @@ -13407,15 +13761,17 @@ packages: resolution: {integrity: sha512-OojIG/f7UYKxC4dYX8x5ax8QhRx1b8OYUAMz82rUottCuzrssX/4nn5QE7Ank0DUSX3C9l/HPthc4d9uKRJqJQ==} engines: {node: '>=12', npm: '>=5'} - /@verdaccio/tarball@12.0.0-next-7.13: - resolution: {integrity: sha512-O74anmOdpeUL52LtYRso8UQMKKRqDsnEaTLRACOEQevhyBp/ySs2XwVLPoHymDaXiUQfKUP06HekujdedTpO+A==} - engines: {node: '>=12'} + /@verdaccio/tarball@13.0.0-next-8.1: + resolution: {integrity: sha512-58uimU2Bqt9+s+9ixy7wK/nPCqbOXhhhr/MQjl+otIlsUhSeATndhFzEctz/W+4MhUDg0tUnE9HC2yeNHHAo1Q==} + engines: {node: '>=14'} dependencies: - '@verdaccio/core': 7.0.0-next-7.13 - '@verdaccio/url': 12.0.0-next-7.13 - '@verdaccio/utils': 7.0.0-next-7.13 - debug: 4.3.4 + '@verdaccio/core': 8.0.0-next-8.1 + '@verdaccio/url': 13.0.0-next-8.1 + '@verdaccio/utils': 7.0.1-next-8.1 + debug: 4.3.7(supports-color@5.5.0) + gunzip-maybe: 1.4.2 lodash: 4.17.21 + tar-stream: 3.1.7 transitivePeerDependencies: - supports-color dev: true @@ -13424,30 +13780,30 @@ packages: resolution: {integrity: sha512-FuJyCRFPdy+gqCi0v29dE1xKn99Ztq6fuY9fb7ezeP1SRbUL/hgDaNkpjYvSIMCyb+dLFKOFBeZPyIUBLOSdlA==} dev: true - /@verdaccio/ui-theme@7.0.0-next-7.13: - resolution: {integrity: sha512-qRIGVahav3y70fIX35iqUxvyzhJ6fQmGZP+b0ODu0zCOn3zFCwS5bkTXuRITIACo26pZIMauw9LTqqsb1GPmLA==} + /@verdaccio/ui-theme@8.0.0-next-8.1: + resolution: {integrity: sha512-9PxV8+jE2Tr+iy9DQW/bzny4YqOlW0mCZ9ct6jhcUW4GdfzU//gY2fBN/DDtQVmfbTy8smuj4Enyv5f0wCsnYg==} dev: true - /@verdaccio/url@12.0.0-next-7.13: - resolution: {integrity: sha512-Ag2sF4Q6DewKJtFIayo21KCgp9azdfsgvgjM8nlQkuWduHYgack5w/paTX5z2hfyFtbXyO648DvBBvmkjcBjbA==} + /@verdaccio/url@13.0.0-next-8.1: + resolution: {integrity: sha512-h6pkJf+YtogImKgOrmPP9UVG3p3gtb67gqkQU0bZnK+SEKQt6Rkek/QvtJ8MbmciagYS18bDhpI8DxqLHjDfZQ==} engines: {node: '>=12'} dependencies: - '@verdaccio/core': 7.0.0-next-7.13 - debug: 4.3.4 + '@verdaccio/core': 8.0.0-next-8.1 + debug: 4.3.7(supports-color@5.5.0) lodash: 4.17.21 - validator: 13.11.0 + validator: 13.12.0 transitivePeerDependencies: - supports-color dev: true - /@verdaccio/utils@7.0.0-next-7.13: - resolution: {integrity: sha512-ZtQZjUyxHZHQSjbajncdPLuJt5D0k3r6RQ8Wg0jM5LAoAJM5L+ISC0lcDZI3VRY6mq/LhU6hKfUygBK8o7VQmQ==} + /@verdaccio/utils@7.0.1-next-8.1: + resolution: {integrity: sha512-cyJdRrVa+8CS7UuIQb3K3IJFjMe64v38tYiBnohSmhRbX7dX9IT3jWbjrwkqWh4KeS1CS6BYENrGG1evJ2ggrQ==} engines: {node: '>=12'} dependencies: - '@verdaccio/core': 7.0.0-next-7.13 + '@verdaccio/core': 8.0.0-next-8.1 lodash: 4.17.21 minimatch: 7.4.6 - semver: 7.6.0 + semver: 7.6.3 dev: true /@vitejs/plugin-react-swc@3.6.0(vite@5.2.11): @@ -13517,28 +13873,49 @@ packages: chai: 4.5.0 dev: true - /@vitest/expect@1.5.0: - resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==} - dependencies: - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 - chai: 4.5.0 - dev: true - /@vitest/expect@1.6.0: resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} dependencies: '@vitest/spy': 1.6.0 '@vitest/utils': 1.6.0 chai: 4.5.0 + dev: true - /@vitest/runner@1.5.0: - resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==} + /@vitest/expect@2.1.1: + resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} dependencies: - '@vitest/utils': 1.5.0 - p-limit: 5.0.0 - pathe: 1.1.2 - dev: true + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 + chai: 5.1.2 + tinyrainbow: 1.2.0 + + /@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4): + resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==} + peerDependencies: + '@vitest/spy': 2.1.1 + msw: ^2.3.5 + vite: ^5.0.0 + peerDependenciesMeta: + msw: + optional: true + vite: + optional: true + dependencies: + '@vitest/spy': 2.1.1 + estree-walker: 3.0.3 + magic-string: 0.30.11 + msw: 2.3.1(typescript@5.4.5) + vite: 5.4.4(@types/node@20.16.5) + + /@vitest/pretty-format@2.1.1: + resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==} + dependencies: + tinyrainbow: 1.2.0 + + /@vitest/pretty-format@2.1.3: + resolution: {integrity: sha512-XH1XdtoLZCpqV59KRbPrIhFCOO0hErxrQCMcvnQete3Vibb9UeIOX02uFPfVn3Z9ZXsq78etlfyhnkmIZSzIwQ==} + dependencies: + tinyrainbow: 1.2.0 /@vitest/runner@1.6.0: resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==} @@ -13546,14 +13923,13 @@ packages: '@vitest/utils': 1.6.0 p-limit: 5.0.0 pathe: 1.1.2 + dev: true - /@vitest/snapshot@1.5.0: - resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==} + /@vitest/runner@2.1.1: + resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==} dependencies: - magic-string: 0.30.11 + '@vitest/utils': 2.1.1 pathe: 1.1.2 - pretty-format: 29.7.0 - dev: true /@vitest/snapshot@1.6.0: resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==} @@ -13561,6 +13937,14 @@ packages: magic-string: 0.30.11 pathe: 1.1.2 pretty-format: 29.7.0 + dev: true + + /@vitest/snapshot@2.1.1: + resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==} + dependencies: + '@vitest/pretty-format': 2.1.1 + magic-string: 0.30.11 + pathe: 1.1.2 /@vitest/spy@1.3.1: resolution: {integrity: sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==} @@ -13568,16 +13952,16 @@ packages: tinyspy: 2.2.1 dev: true - /@vitest/spy@1.5.0: - resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==} + /@vitest/spy@1.6.0: + resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} dependencies: tinyspy: 2.2.1 dev: true - /@vitest/spy@1.6.0: - resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} + /@vitest/spy@2.1.1: + resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==} dependencies: - tinyspy: 2.2.1 + tinyspy: 3.0.2 /@vitest/ui@1.6.0(vitest@1.6.0): resolution: {integrity: sha512-k3Lyo+ONLOgylctiGovRKy7V4+dIN2yxstX3eY5cWFXH6WP+ooVX79YSyi0GagdTQzLmT43BF27T0s6dOIPBXA==} @@ -13591,7 +13975,22 @@ packages: pathe: 1.1.2 picocolors: 1.1.0 sirv: 2.0.4 - vitest: 1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1) + vitest: 1.6.0(@types/node@18.19.33)(@vitest/ui@1.6.0) + dev: true + + /@vitest/ui@2.1.1(vitest@2.1.1): + resolution: {integrity: sha512-IIxo2LkQDA+1TZdPLYPclzsXukBWd5dX2CKpGqH8CCt8Wh0ZuDn4+vuQ9qlppEju6/igDGzjWF/zyorfsf+nHg==} + peerDependencies: + vitest: 2.1.1 + dependencies: + '@vitest/utils': 2.1.1 + fflate: 0.8.2 + flatted: 3.3.1 + pathe: 1.1.2 + sirv: 2.0.4 + tinyglobby: 0.2.10 + tinyrainbow: 1.2.0 + vitest: 2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4) /@vitest/utils@1.3.1: resolution: {integrity: sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==} @@ -13602,8 +14001,8 @@ packages: pretty-format: 29.7.0 dev: true - /@vitest/utils@1.5.0: - resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==} + /@vitest/utils@1.6.0: + resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -13611,31 +14010,29 @@ packages: pretty-format: 29.7.0 dev: true - /@vitest/utils@1.6.0: - resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} + /@vitest/utils@2.1.1: + resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} dependencies: - diff-sequences: 29.6.3 - estree-walker: 3.0.3 - loupe: 2.3.7 - pretty-format: 29.7.0 + '@vitest/pretty-format': 2.1.1 + loupe: 3.1.2 + tinyrainbow: 1.2.0 - /@volar/language-core@1.11.1: - resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} + /@volar/language-core@2.4.7: + resolution: {integrity: sha512-G/EB0vkArVB04F8DVBf30AlRK/QAOx63CzsuKKuda2ZIJamQlv4t6gEJrFVmYF560kbslFtaAJcmn8cyg7QmLA==} dependencies: - '@volar/source-map': 1.11.1 + '@volar/source-map': 2.4.7 dev: true - /@volar/source-map@1.11.1: - resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} - dependencies: - muggle-string: 0.3.1 + /@volar/source-map@2.4.7: + resolution: {integrity: sha512-c+7IJrD4mht1s8FLlCf6dAUC1aTUY9leKeLosfUiuMxavcG/sY3IPBiD1rdLL5qrhzYVmUWRGxhWvJeyYa/bsQ==} dev: true - /@volar/typescript@1.11.1: - resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} + /@volar/typescript@2.4.7: + resolution: {integrity: sha512-sp3mFLmMtXY47S8GrMwFnwjGiW7aVtCLMAwnePRJA4P7CfSkrRj2DjoSxl//0pt+KR7oGG/48T2q413b8TvPbg==} dependencies: - '@volar/language-core': 1.11.1 + '@volar/language-core': 2.4.7 path-browserify: 1.0.1 + vscode-uri: 3.0.8 dev: true /@vue/compiler-core@3.5.4: @@ -13655,24 +14052,30 @@ packages: '@vue/shared': 3.5.4 dev: true - /@vue/language-core@1.8.27(typescript@5.4.5): - resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} + /@vue/compiler-vue2@2.7.16: + resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + dev: true + + /@vue/language-core@2.1.6(typescript@5.4.5): + resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@volar/language-core': 1.11.1 - '@volar/source-map': 1.11.1 + '@volar/language-core': 2.4.7 '@vue/compiler-dom': 3.5.4 + '@vue/compiler-vue2': 2.7.16 '@vue/shared': 3.5.4 computeds: 0.0.1 minimatch: 9.0.5 - muggle-string: 0.3.1 + muggle-string: 0.4.1 path-browserify: 1.0.1 typescript: 5.4.5 - vue-template-compiler: 2.7.16 dev: true /@vue/shared@3.5.4: @@ -14219,7 +14622,7 @@ packages: resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} dependencies: - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) transitivePeerDependencies: - supports-color @@ -14265,6 +14668,17 @@ packages: symbol.prototype.description: 1.0.6 dev: true + /ajv-draft-04@1.0.0(ajv@8.13.0): + resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} + peerDependencies: + ajv: ^8.5.0 + peerDependenciesMeta: + ajv: + optional: true + dependencies: + ajv: 8.13.0 + dev: true + /ajv-errors@1.0.1(ajv@6.12.6): resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} peerDependencies: @@ -14298,6 +14712,17 @@ packages: dependencies: ajv: 8.17.1 + /ajv-formats@3.0.1(ajv@8.13.0): + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + dependencies: + ajv: 8.13.0 + dev: true + /ajv-formats@3.0.1(ajv@8.17.1): resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} peerDependencies: @@ -14374,6 +14799,15 @@ packages: require-from-string: 2.0.2 uri-js: 4.4.1 + /ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + dev: true + /ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} dependencies: @@ -14392,7 +14826,7 @@ packages: global-cache-dir: 4.4.0 is-plain-obj: 4.1.0 path-exists: 5.0.0 - semver: 7.6.0 + semver: 7.6.3 write-file-atomic: 4.0.2 /anser@2.1.1: @@ -14951,6 +15385,11 @@ packages: /assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + dev: true + + /assertion-error@2.0.1: + resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} + engines: {node: '>=12'} /assign-symbols@1.0.0: resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} @@ -15001,10 +15440,6 @@ packages: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: true - /async@3.2.5: - resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} - dev: true - /async@3.2.6: resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} @@ -15160,7 +15595,7 @@ packages: '@babel/core': 7.24.5 dev: true - /babel-eslint@10.1.0(eslint@8.57.0): + /babel-eslint@10.1.0(eslint@9.11.1): resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -15171,7 +15606,7 @@ packages: '@babel/parser': 7.25.6 '@babel/traverse': 7.25.6 '@babel/types': 7.24.5 - eslint: 8.57.0 + eslint: 9.11.1 eslint-visitor-keys: 1.3.0 resolve: 1.22.8 transitivePeerDependencies: @@ -16448,6 +16883,26 @@ packages: transitivePeerDependencies: - supports-color + /body-parser@1.20.3: + resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.13.0 + raw-body: 2.5.2 + type-is: 1.6.18 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: true + /boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} @@ -16474,7 +16929,7 @@ packages: dependencies: ansi-align: 3.0.1 camelcase: 7.0.1 - chalk: 5.0.1 + chalk: 5.3.0 cli-boxes: 3.0.0 string-width: 5.1.2 type-fest: 2.19.0 @@ -17041,6 +17496,17 @@ packages: loupe: 2.3.7 pathval: 1.1.1 type-detect: 4.1.0 + dev: true + + /chai@5.1.2: + resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} + engines: {node: '>=12'} + dependencies: + assertion-error: 2.0.1 + check-error: 2.1.1 + deep-eql: 5.0.2 + loupe: 3.1.2 + pathval: 2.0.0 /chain-function@1.0.1: resolution: {integrity: sha512-SxltgMwL9uCko5/ZCLiyG2B7R9fY4pDZUw7hJ4MhirdjBLosoDqkWABi3XMucddHdLiFJMb7PD2MZifZriuMTg==} @@ -17201,6 +17667,11 @@ packages: resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} dependencies: get-func-name: 2.0.2 + dev: true + + /check-error@2.1.1: + resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} + engines: {node: '>= 16'} /check-more-types@2.24.0: resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==} @@ -17272,6 +17743,11 @@ packages: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} + /chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + dev: false + /chrome-trace-event@1.0.4: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} @@ -17429,13 +17905,9 @@ packages: /cli-width@4.1.0: resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} engines: {node: '>= 12'} - dev: true - - /client-only@0.0.1: - resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} - /clipanion@3.2.1(typanion@3.14.0): - resolution: {integrity: sha512-dYFdjLb7y1ajfxQopN05mylEpK9ZX0sO1/RfMXdfmwjlIsPkbh4p7A682x++zFPLDCo1x3p82dtljHf5cW2LKA==} + /clipanion@4.0.0-rc.3(typanion@3.14.0): + resolution: {integrity: sha512-+rJOJMt2N6Oikgtfqmo/Duvme7uz3SIedL2b6ycgCztQMiTfr3aQh2DDyLHl+QUPClKMNpSg3gDJFvNQYIcq1g==} peerDependencies: typanion: '*' dependencies: @@ -17754,6 +18226,10 @@ packages: dot-prop: 5.3.0 dev: true + /compare-versions@6.1.1: + resolution: {integrity: sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==} + dev: true + /component-emitter@1.3.1: resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==} @@ -17836,7 +18312,7 @@ packages: js-string-escape: 1.0.1 lodash: 4.17.21 md5-hex: 3.0.1 - semver: 7.6.0 + semver: 7.6.3 well-known-symbols: 2.0.0 /confbox@0.1.7: @@ -18227,14 +18703,6 @@ packages: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} - /cookies@0.9.1: - resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==} - engines: {node: '>= 0.8'} - dependencies: - depd: 2.0.0 - keygrip: 1.1.0 - dev: true - /copy-concurrently@1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} deprecated: This package is no longer supported. @@ -18296,8 +18764,8 @@ packages: requiresBuild: true dev: false - /core-js@3.35.0: - resolution: {integrity: sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==} + /core-js@3.37.1: + resolution: {integrity: sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==} requiresBuild: true dev: true @@ -18972,13 +19440,8 @@ packages: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /dayjs@1.11.10: - resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} - dev: true - /dayjs@1.11.13: resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} - dev: false /de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -19926,6 +20389,11 @@ packages: engines: {node: '>=6'} dependencies: type-detect: 4.1.0 + dev: true + + /deep-eql@5.0.2: + resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} + engines: {node: '>=6'} /deep-equal@2.2.3: resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} @@ -20268,6 +20736,7 @@ packages: /diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true /diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} @@ -20278,6 +20747,11 @@ packages: engines: {node: '>=0.3.1'} dev: false + /diff@7.0.0: + resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==} + engines: {node: '>=0.3.1'} + dev: false + /diffie-hellman@5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: @@ -20549,15 +21023,6 @@ packages: stream-shift: 1.0.3 dev: true - /duplexify@4.1.3: - resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==} - dependencies: - end-of-stream: 1.4.4 - inherits: 2.0.4 - readable-stream: 3.6.2 - stream-shift: 1.0.3 - dev: true - /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} @@ -20632,6 +21097,11 @@ packages: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} + /encodeurl@2.0.0: + resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} + engines: {node: '>= 0.8'} + dev: true + /encoding@0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} requiresBuild: true @@ -20729,16 +21199,16 @@ packages: resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - /envinfo@7.11.1: - resolution: {integrity: sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==} + /envinfo@7.13.0: + resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==} engines: {node: '>=4'} hasBin: true - dev: true - /envinfo@7.13.0: - resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==} + /envinfo@7.14.0: + resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} engines: {node: '>=4'} hasBin: true + dev: true /envinfo@7.8.1: resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} @@ -21159,7 +21629,7 @@ packages: dependencies: confusing-browser-globals: 1.0.11 eslint: 4.19.1 - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1) object.assign: 4.1.5 object.entries: 1.1.8 dev: false @@ -21175,9 +21645,9 @@ packages: dependencies: eslint: 4.19.1 eslint-config-airbnb-base: 13.2.0(eslint-plugin-import@2.30.0)(eslint@4.19.1) - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.0) - eslint-plugin-react: 7.36.0(eslint@8.57.0) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1) + eslint-plugin-jsx-a11y: 6.10.0(eslint@9.11.1) + eslint-plugin-react: 7.36.0(eslint@9.11.1) object.assign: 4.1.5 object.entries: 1.1.8 dev: false @@ -21201,6 +21671,15 @@ packages: eslint: 8.57.0 dev: true + /eslint-config-prettier@8.10.0(eslint@9.11.1): + resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} + hasBin: true + peerDependencies: + eslint: '>=7.0.0' + dependencies: + eslint: 9.11.1 + dev: true + /eslint-config-react-app@6.0.0(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.10.0)(eslint-plugin-import@2.30.0)(eslint-plugin-jsx-a11y@6.10.0)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.36.0)(eslint@7.32.0)(typescript@5.4.5): resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==} engines: {node: ^10.12.0 || >=12.0.0} @@ -21225,16 +21704,16 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.5) - babel-eslint: 10.1.0(eslint@8.57.0) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + babel-eslint: 10.1.0(eslint@9.11.1) confusing-browser-globals: 1.0.11 eslint: 7.32.0 - eslint-plugin-flowtype: 5.10.0(eslint@8.57.0) - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.0) - eslint-plugin-react: 7.36.0(eslint@8.57.0) - eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) + eslint-plugin-flowtype: 5.10.0(eslint@9.11.1) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1) + eslint-plugin-jsx-a11y: 6.10.0(eslint@9.11.1) + eslint-plugin-react: 7.36.0(eslint@9.11.1) + eslint-plugin-react-hooks: 4.6.2(eslint@9.11.1) typescript: 5.4.5 /eslint-import-resolver-node@0.3.9: @@ -21274,6 +21753,34 @@ packages: transitivePeerDependencies: - supports-color + /eslint-module-utils@2.11.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@9.11.1): + resolution: {integrity: sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + dependencies: + '@typescript-eslint/parser': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + debug: 3.2.7 + eslint: 9.11.1 + eslint-import-resolver-node: 0.3.9 + transitivePeerDependencies: + - supports-color + /eslint-plugin-flowtype@5.10.0(eslint@8.57.0): resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -21283,6 +21790,17 @@ packages: eslint: 8.57.0 lodash: 4.17.21 string-natural-compare: 3.0.1 + dev: false + + /eslint-plugin-flowtype@5.10.0(eslint@9.11.1): + resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^7.1.0 + dependencies: + eslint: 9.11.1 + lodash: 4.17.21 + string-natural-compare: 3.0.1 /eslint-plugin-import@2.30.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0): resolution: {integrity: sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==} @@ -21319,6 +21837,41 @@ packages: - eslint-import-resolver-webpack - supports-color + /eslint-plugin-import@2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1): + resolution: {integrity: sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + dependencies: + '@rtsao/scc': 1.1.0 + '@typescript-eslint/parser': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + array-includes: 3.1.8 + array.prototype.findlastindex: 1.2.5 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 9.11.1 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.11.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@9.11.1) + hasown: 2.0.2 + is-core-module: 2.15.1 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.0 + semver: 6.3.1 + tsconfig-paths: 3.15.0 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + /eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.0): resolution: {integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==} engines: {node: '>=4.0'} @@ -21342,6 +21895,31 @@ packages: object.fromentries: 2.0.8 safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 + dev: false + + /eslint-plugin-jsx-a11y@6.10.0(eslint@9.11.1): + resolution: {integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==} + engines: {node: '>=4.0'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + dependencies: + aria-query: 5.1.3 + array-includes: 3.1.8 + array.prototype.flatmap: 1.3.2 + ast-types-flow: 0.0.8 + axe-core: 4.10.0 + axobject-query: 4.1.0 + damerau-levenshtein: 1.0.8 + emoji-regex: 9.2.2 + es-iterator-helpers: 1.0.19 + eslint: 9.11.1 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + language-tags: 1.0.9 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + safe-regex-test: 1.0.3 + string.prototype.includes: 2.0.0 /eslint-plugin-no-only-tests@3.3.0: resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} @@ -21368,6 +21946,24 @@ packages: eslint: 8.57.0 dev: true + /eslint-plugin-promise@6.1.1(eslint@9.11.1): + resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + eslint: 9.11.1 + dev: true + + /eslint-plugin-promise@7.1.0(eslint@9.11.1): + resolution: {integrity: sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + dependencies: + eslint: 9.11.1 + dev: true + /eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} engines: {node: '>=10'} @@ -21376,12 +21972,20 @@ packages: dependencies: eslint: 8.57.0 - /eslint-plugin-react-refresh@0.4.7(eslint@8.57.0): + /eslint-plugin-react-hooks@4.6.2(eslint@9.11.1): + resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + dependencies: + eslint: 9.11.1 + + /eslint-plugin-react-refresh@0.4.7(eslint@9.11.1): resolution: {integrity: sha512-yrj+KInFmwuQS2UQcg1SF83ha1tuHC1jMQbRNyuWtlEzzKRDgAl7L4Yp4NlDUZTZNlWvHEzOtJhMi40R7JxcSw==} peerDependencies: eslint: '>=7' dependencies: - eslint: 8.57.0 + eslint: 9.11.1 dev: true /eslint-plugin-react@7.36.0(eslint@8.57.0): @@ -21410,6 +22014,32 @@ packages: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 + /eslint-plugin-react@7.36.0(eslint@9.11.1): + resolution: {integrity: sha512-c+RvVxBH0JE2kHt/8p043nPPhIohSnyQOZApIzGJqM2tXnjEzcZzyKIAg72gymLtuwuKfgGxW2H2aqTJqRgTfQ==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + dependencies: + array-includes: 3.1.8 + array.prototype.findlast: 1.2.5 + array.prototype.flatmap: 1.3.2 + array.prototype.tosorted: 1.1.4 + doctrine: 2.1.0 + es-iterator-helpers: 1.0.19 + eslint: 9.11.1 + estraverse: 5.3.0 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.8 + object.fromentries: 2.0.8 + object.values: 1.2.0 + prop-types: 15.8.1 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.11 + string.prototype.repeat: 1.0.0 + /eslint-plugin-simple-import-sort@10.0.0(eslint@8.57.0): resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==} peerDependencies: @@ -21418,15 +22048,23 @@ packages: eslint: 8.57.0 dev: true - /eslint-plugin-storybook@0.8.0(eslint@8.57.0)(typescript@5.4.5): + /eslint-plugin-simple-import-sort@10.0.0(eslint@9.11.1): + resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==} + peerDependencies: + eslint: '>=5.0.0' + dependencies: + eslint: 9.11.1 + dev: true + + /eslint-plugin-storybook@0.8.0(eslint@9.11.1)(typescript@5.4.5): resolution: {integrity: sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==} engines: {node: '>= 18'} peerDependencies: eslint: '>=6' dependencies: '@storybook/csf': 0.0.1 - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) - eslint: 8.57.0 + '@typescript-eslint/utils': 5.62.0(eslint@9.11.1)(typescript@5.4.5) + eslint: 9.11.1 requireindex: 1.2.0 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -21475,6 +22113,13 @@ packages: esrecurse: 4.3.0 estraverse: 5.3.0 + /eslint-scope@8.1.0: + resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + /eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} @@ -21493,6 +22138,10 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-visitor-keys@4.1.0: + resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + /eslint-webpack-plugin@2.7.0(eslint@7.32.0)(webpack@5.94.0): resolution: {integrity: sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==} engines: {node: '>= 10.13.0'} @@ -21512,6 +22161,7 @@ packages: /eslint@4.19.1: resolution: {integrity: sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==} engines: {node: '>=4'} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true dependencies: ajv: 5.5.2 @@ -21559,6 +22209,7 @@ packages: /eslint@7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true dependencies: '@babel/code-frame': 7.12.11 @@ -21650,6 +22301,56 @@ packages: transitivePeerDependencies: - supports-color + /eslint@9.11.1: + resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1) + '@eslint-community/regexpp': 4.11.0 + '@eslint/config-array': 0.18.0 + '@eslint/core': 0.6.0 + '@eslint/eslintrc': 3.1.0 + '@eslint/js': 9.11.1 + '@eslint/plugin-kit': 0.2.1 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.3.1 + '@nodelib/fs.walk': 1.2.8 + '@types/estree': 1.0.6 + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.7(supports-color@5.5.0) + escape-string-regexp: 4.0.0 + eslint-scope: 8.1.0 + eslint-visitor-keys: 4.1.0 + espree: 10.2.0 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + /esniff@2.0.1: resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==} engines: {node: '>=0.10'} @@ -21659,6 +22360,14 @@ packages: event-emitter: 0.3.5 type: 2.7.3 + /espree@10.2.0: + resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + dependencies: + acorn: 8.12.1 + acorn-jsx: 5.3.2(acorn@8.12.1) + eslint-visitor-keys: 4.1.0 + /espree@3.5.4: resolution: {integrity: sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==} engines: {node: '>=0.10.0'} @@ -21961,45 +22670,6 @@ packages: - utf-8-validate dev: false - /express@4.18.3: - resolution: {integrity: sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==} - engines: {node: '>= 0.10.0'} - dependencies: - accepts: 1.3.8 - array-flatten: 1.1.1 - body-parser: 1.20.2 - content-disposition: 0.5.4 - content-type: 1.0.5 - cookie: 0.5.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 2.0.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.2.0 - fresh: 0.5.2 - http-errors: 2.0.0 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.4.1 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.7 - qs: 6.11.0 - range-parser: 1.2.1 - safe-buffer: 5.2.1 - send: 0.18.0 - serve-static: 1.15.0 - setprototypeof: 1.2.0 - statuses: 2.0.1 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - dev: true - /express@4.19.2: resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==} engines: {node: '>= 0.10.0'} @@ -22038,6 +22708,45 @@ packages: transitivePeerDependencies: - supports-color + /express@4.21.0: + resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==} + engines: {node: '>= 0.10.0'} + dependencies: + accepts: 1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.3 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookie: 0.6.0 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: 2.0.0 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.3.1 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.3 + methods: 1.1.2 + on-finished: 2.4.1 + parseurl: 1.3.3 + path-to-regexp: 0.1.10 + proxy-addr: 2.0.7 + qs: 6.13.0 + range-parser: 1.2.1 + safe-buffer: 5.2.1 + send: 0.19.0 + serve-static: 1.16.2 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: true + /ext-list@2.2.2: resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==} engines: {node: '>=0.10.0'} @@ -22113,7 +22822,7 @@ packages: engines: {node: '>= 10.17.0'} hasBin: true dependencies: - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -22251,7 +22960,7 @@ packages: proxy-addr: 2.0.7 rfdc: 1.4.1 secure-json-parse: 2.7.0 - semver: 7.6.0 + semver: 7.6.3 tiny-lru: 11.2.11 /fastq@1.17.1: @@ -22285,13 +22994,25 @@ packages: dependencies: pend: 1.2.0 - /fdir@6.3.0: + /fdir@6.3.0(picomatch@2.3.1): resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: picomatch: optional: true + dependencies: + picomatch: 2.3.1 + + /fdir@6.4.2(picomatch@4.0.2): + resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + dependencies: + picomatch: 4.0.2 /fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} @@ -22380,6 +23101,12 @@ packages: dependencies: flat-cache: 3.2.0 + /file-entry-cache@8.0.0: + resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} + engines: {node: '>=16.0.0'} + dependencies: + flat-cache: 4.0.1 + /file-loader@6.2.0(webpack@5.94.0): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} @@ -22520,6 +23247,21 @@ packages: transitivePeerDependencies: - supports-color + /finalhandler@1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} + engines: {node: '>= 0.8'} + dependencies: + debug: 2.6.9 + encodeurl: 2.0.0 + escape-html: 1.0.3 + on-finished: 2.4.1 + parseurl: 1.3.3 + statuses: 2.0.1 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: true + /find-cache-dir@2.1.0: resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} engines: {node: '>=6'} @@ -22657,6 +23399,13 @@ packages: keyv: 4.5.4 rimraf: 3.0.2 + /flat-cache@4.0.1: + resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} + engines: {node: '>=16'} + dependencies: + flatted: 3.3.1 + keyv: 4.5.4 + /flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true @@ -22776,7 +23525,7 @@ packages: typescript: 5.4.5 webpack: 5.94.0 - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.0)(typescript@5.4.5)(webpack@4.47.0): + /fork-ts-checker-webpack-plugin@6.5.3(eslint@9.11.1)(typescript@5.4.5)(webpack@4.47.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -22796,7 +23545,7 @@ packages: chokidar: 3.6.0 cosmiconfig: 6.0.0 deepmerge: 4.3.1 - eslint: 8.57.0 + eslint: 9.11.1 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.5.3 @@ -22840,15 +23589,6 @@ packages: engines: {node: '>= 18'} dev: true - /form-data@2.3.3: - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} - engines: {node: '>= 0.12'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: true - /form-data@2.5.1: resolution: {integrity: sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==} engines: {node: '>= 0.12'} @@ -23702,8 +24442,8 @@ packages: '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(webpack@5.94.0) '@sigmacomputing/babel-plugin-lodash': 3.3.5 '@types/http-proxy': 1.17.15 - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@9.11.1)(typescript@5.4.5) '@vercel/webpack-asset-relocator-loader': 1.7.4 acorn-loose: 8.4.0 acorn-walk: 8.3.4 @@ -23742,11 +24482,11 @@ packages: error-stack-parser: 2.1.4 eslint: 7.32.0 eslint-config-react-app: 6.0.0(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.10.0)(eslint-plugin-import@2.30.0)(eslint-plugin-jsx-a11y@6.10.0)(eslint-plugin-react-hooks@4.6.2)(eslint-plugin-react@7.36.0)(eslint@7.32.0)(typescript@5.4.5) - eslint-plugin-flowtype: 5.10.0(eslint@8.57.0) - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.0) - eslint-plugin-react: 7.36.0(eslint@8.57.0) - eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) + eslint-plugin-flowtype: 5.10.0(eslint@9.11.1) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1) + eslint-plugin-jsx-a11y: 6.10.0(eslint@9.11.1) + eslint-plugin-react: 7.36.0(eslint@9.11.1) + eslint-plugin-react-hooks: 4.6.2(eslint@9.11.1) eslint-webpack-plugin: 2.7.0(eslint@7.32.0)(webpack@5.94.0) event-source-polyfill: 1.0.31 execa: 5.1.1 @@ -23937,6 +24677,7 @@ packages: /get-func-name@2.0.2: resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + dev: true /get-intrinsic@1.2.4: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} @@ -24012,7 +24753,7 @@ packages: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} dependencies: - pump: 3.0.0 + pump: 3.0.2 /get-stream@6.0.0: resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} @@ -24057,7 +24798,7 @@ packages: dependencies: '@xhmikosr/downloader': 13.0.1 node-fetch: 3.3.2 - semver: 7.6.0 + semver: 7.6.3 /giget@1.2.3: resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==} @@ -24219,16 +24960,17 @@ packages: minipass: 7.1.2 path-scurry: 1.11.1 - /glob@6.0.4: - resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==} - deprecated: Glob versions prior to v9 are no longer supported + /glob@11.0.0: + resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} + engines: {node: 20 || >=22} + hasBin: true dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true + foreground-child: 3.3.0 + jackspeak: 4.0.2 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 2.0.0 /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} @@ -24333,6 +25075,10 @@ packages: dependencies: type-fest: 0.20.2 + /globals@14.0.0: + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} + engines: {node: '>=18'} + /globals@9.18.0: resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} engines: {node: '>=0.10.0'} @@ -24653,9 +25399,9 @@ packages: uglify-js: 3.19.3 dev: true - /happy-dom@14.10.1: - resolution: {integrity: sha512-GRbrZYIezi8+tTtffF4v2QcF8bk1h2loUTO5VYQz3GZdrL08Vk0fI+bwf/vFEBf4C/qVf/easLJ/MY1wwdhytA==} - engines: {node: '>=16.0.0'} + /happy-dom@15.7.4: + resolution: {integrity: sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==} + engines: {node: '>=18.0.0'} dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -24985,7 +25731,6 @@ packages: /headers-polyfill@4.0.3: resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==} - dev: true /history@4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} @@ -25257,7 +26002,7 @@ packages: - supports-color dev: true - /http-proxy-middleware@2.0.6(@types/express@4.17.21)(debug@4.3.4): + /http-proxy-middleware@2.0.6(@types/express@5.0.0)(debug@4.3.4): resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -25266,7 +26011,7 @@ packages: '@types/express': optional: true dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/http-proxy': 1.17.15 http-proxy: 1.18.1(debug@4.3.4) is-glob: 4.0.3 @@ -25314,8 +26059,8 @@ packages: resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - /http-signature@1.3.6: - resolution: {integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==} + /http-signature@1.4.0: + resolution: {integrity: sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==} engines: {node: '>=0.10'} dependencies: assert-plus: 1.0.0 @@ -25381,7 +26126,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) transitivePeerDependencies: - supports-color @@ -25409,6 +26154,7 @@ packages: /humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + requiresBuild: true dependencies: ms: 2.1.3 @@ -25857,6 +26603,7 @@ packages: /ip-address@9.0.5: resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} engines: {node: '>= 12'} + requiresBuild: true dependencies: jsbn: 1.1.0 sprintf-js: 1.1.3 @@ -26689,13 +27436,19 @@ packages: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + /jackspeak@4.0.2: + resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} + engines: {node: 20 || >=22} + dependencies: + '@isaacs/cliui': 8.0.2 + /jake@10.9.2: resolution: {integrity: sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==} engines: {node: '>=10'} hasBin: true dependencies: async: 3.2.6 - chalk: 4.1.0 + chalk: 4.1.2 filelist: 1.0.4 minimatch: 3.1.2 dev: true @@ -26881,7 +27634,7 @@ packages: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - chalk: 4.1.0 + chalk: 4.1.2 diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 @@ -27056,7 +27809,7 @@ packages: slash: 3.0.0 dev: true - /jest-runner-eslint@1.2.0(eslint@8.57.0)(jest@29.7.0): + /jest-runner-eslint@1.2.0(eslint@9.11.1)(jest@29.7.0): resolution: {integrity: sha512-E9atYFQ4GxM2+831KqhGArS1x97srm0f62YieQon63du8dEJz8wgsUs7JAy2SBRIaowQQF/kWhmCd+5H6ThYBA==} engines: {node: '>=8.10.0'} peerDependencies: @@ -27067,7 +27820,7 @@ packages: cosmiconfig: 6.0.0 create-jest-runner: 0.6.0 dot-prop: 5.3.0 - eslint: 8.57.0 + eslint: 9.11.1 jest: 29.7.0(@types/node@20.16.5) dev: true @@ -27367,6 +28120,7 @@ packages: /js-tokens@9.0.0: resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} + dev: true /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} @@ -27387,6 +28141,7 @@ packages: /jsbn@1.1.0: resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + requiresBuild: true /jscodeshift@0.15.2(@babel/preset-env@7.24.5): resolution: {integrity: sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==} @@ -27463,8 +28218,8 @@ packages: - utf-8-validate dev: true - /jsdom@24.1.0: - resolution: {integrity: sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==} + /jsdom@25.0.1: + resolution: {integrity: sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==} engines: {node: '>=18'} peerDependencies: canvas: ^2.11.2 @@ -27485,7 +28240,7 @@ packages: rrweb-cssom: 0.7.1 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.4 + tough-cookie: 5.0.0 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 @@ -27639,7 +28394,7 @@ packages: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.6.0 + semver: 7.6.3 /jsprim@2.0.2: resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==} @@ -27696,13 +28451,6 @@ packages: dependencies: mimic-fn: 4.0.0 - /keygrip@1.1.0: - resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} - engines: {node: '>= 0.6'} - dependencies: - tsscmp: 1.0.6 - dev: true - /keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} dependencies: @@ -28129,6 +28877,7 @@ packages: dependencies: mlly: 1.7.1 pkg-types: 1.2.0 + dev: true /localforage@1.10.0: resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==} @@ -28203,6 +28952,7 @@ packages: /lodash.get@4.4.2: resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + dev: false /lodash.has@4.5.2: resolution: {integrity: sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==} @@ -28217,10 +28967,6 @@ packages: /lodash.isempty@4.4.0: resolution: {integrity: sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg==} - /lodash.isequal@4.5.0: - resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} - dev: true - /lodash.isinteger@4.0.4: resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==} @@ -28296,7 +29042,7 @@ packages: jest-validate: 27.5.1 map-obj: 5.0.2 moize: 6.1.6 - semver: 7.6.0 + semver: 7.6.3 /log-symbols@1.0.2: resolution: {integrity: sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ==} @@ -28387,6 +29133,10 @@ packages: resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} dependencies: get-func-name: 2.0.2 + dev: true + + /loupe@3.1.2: + resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==} /lowdb@1.0.0: resolution: {integrity: sha512-2+x8esE/Wb9SQ1F9IHaYWfsC9FIecLOPrK4g17FGEayjUWH172H6nwicRovGvSE2CPZouc2MCIqCI7h9d+GftQ==} @@ -28419,6 +29169,10 @@ packages: /lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + /lru-cache@11.0.1: + resolution: {integrity: sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==} + engines: {node: 20 || >=22} + /lru-cache@4.0.0: resolution: {integrity: sha512-WKhDkjlLwzE8jAQdQlsxLUQTPXLCKX/4cJk6s5AlRtJkDBk0IKH5O51bVDH61K9N4bhbbyvLM6EiOuE8ovApPA==} dependencies: @@ -29144,6 +29898,10 @@ packages: /merge-descriptors@1.0.1: resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + /merge-descriptors@1.0.3: + resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} + dev: true + /merge-options@3.0.4: resolution: {integrity: sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==} engines: {node: '>=10'} @@ -29818,6 +30576,12 @@ packages: resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} dev: true + /minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + dependencies: + brace-expansion: 2.0.1 + /minimatch@3.0.5: resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} dependencies: @@ -29985,6 +30749,14 @@ packages: minipass: 3.3.6 yallist: 4.0.0 + /minizlib@3.0.1: + resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} + engines: {node: '>= 18'} + dependencies: + minipass: 7.1.2 + rimraf: 5.0.10 + dev: false + /mississippi@3.0.0: resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} engines: {node: '>=4.0.0'} @@ -30025,6 +30797,12 @@ packages: engines: {node: '>=10'} hasBin: true + /mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + dev: false + /mlly@1.7.1: resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} dependencies: @@ -30150,10 +30928,9 @@ packages: type-fest: 4.26.1 typescript: 5.4.5 yargs: 17.7.2 - dev: true - /muggle-string@0.3.1: - resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} + /muggle-string@0.4.1: + resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} dev: true /multer@1.4.5-lts.1: @@ -30176,7 +30953,7 @@ packages: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.0.5 + minimatch: 3.1.2 dev: true /multiparty@4.2.3: @@ -30200,16 +30977,6 @@ packages: /mute-stream@1.0.0: resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true - - /mv@2.1.1: - resolution: {integrity: sha512-at/ZndSy3xEGJ8i0ygALh8ru9qy7gWW1cmkaqBN29JmMlIvM//MEO9y1sk/avxuwnPcfhkejkLsuPxH81BrkSg==} - engines: {node: '>=0.8.0'} - dependencies: - mkdirp: 0.5.6 - ncp: 2.0.0 - rimraf: 2.4.5 - dev: true /mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} @@ -30229,10 +30996,6 @@ packages: big-integer: 1.6.52 dev: false - /nanoclone@0.2.1: - resolution: {integrity: sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==} - dev: true - /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -30266,11 +31029,6 @@ packages: /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - /ncp@2.0.0: - resolution: {integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==} - hasBin: true - dev: true - /needle@2.9.1: resolution: {integrity: sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==} engines: {node: '>= 4.4.x'} @@ -30292,7 +31050,7 @@ packages: /nested-error-stacks@2.1.1: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} - /netlify-cli@17.23.2(@types/express@4.17.21)(@types/node@16.18.97): + /netlify-cli@17.23.2(@types/express@5.0.0)(@types/node@16.18.97): resolution: {integrity: sha512-C/9gr4Gx5v4oONlzMGtk898AA6hIqe26XN4Fmbz537JIAIeJF86NoePljS4ukIlMu+5Kzr4J7maeDBhHVfRX1w==} engines: {node: '>=18.14.0'} hasBin: true @@ -30354,7 +31112,7 @@ packages: hasbin: 1.2.3 hasha: 5.2.2 http-proxy: 1.18.1(debug@4.3.4) - http-proxy-middleware: 2.0.6(@types/express@4.17.21)(debug@4.3.4) + http-proxy-middleware: 2.0.6(@types/express@5.0.0)(debug@4.3.4) https-proxy-agent: 7.0.4 inquirer: 6.5.2 inquirer-autocomplete-prompt: 1.4.0(inquirer@6.5.2) @@ -30498,7 +31256,7 @@ packages: hasbin: 1.2.3 hasha: 5.2.2 http-proxy: 1.18.1(debug@4.3.4) - http-proxy-middleware: 2.0.6(@types/express@4.17.21)(debug@4.3.4) + http-proxy-middleware: 2.0.6(@types/express@5.0.0)(debug@4.3.4) https-proxy-agent: 7.0.4 inquirer: 6.5.2 inquirer-autocomplete-prompt: 1.4.0(inquirer@6.5.2) @@ -30642,7 +31400,7 @@ packages: hasbin: 1.2.3 hasha: 5.2.2 http-proxy: 1.18.1(debug@4.3.4) - http-proxy-middleware: 2.0.6(@types/express@4.17.21)(debug@4.3.4) + http-proxy-middleware: 2.0.6(@types/express@5.0.0)(debug@4.3.4) https-proxy-agent: 7.0.4 inquirer: 6.5.2 inquirer-autocomplete-prompt: 1.4.0(inquirer@6.5.2) @@ -30840,6 +31598,7 @@ packages: optional: true dependencies: whatwg-url: 5.0.0 + dev: true /node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} @@ -30997,7 +31756,7 @@ packages: is-plain-obj: 4.1.0 normalize-node-version: 12.4.0 path-exists: 5.0.0 - semver: 7.6.0 + semver: 7.6.3 /nodemon@3.1.0: resolution: {integrity: sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==} @@ -31044,7 +31803,7 @@ packages: dependencies: all-node-versions: 11.3.0 filter-obj: 5.1.0 - semver: 7.6.0 + semver: 7.6.3 /normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} @@ -31078,7 +31837,7 @@ packages: engines: {node: ^16.14.0 || >=18.0.0} dependencies: hosted-git-info: 7.0.2 - semver: 7.6.0 + semver: 7.6.3 validate-npm-package-license: 3.0.4 /normalize-path@2.1.1: @@ -31315,7 +32074,7 @@ packages: '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 axios: 1.6.8 - chalk: 4.1.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 @@ -31507,10 +32266,6 @@ packages: /omit.js@2.0.2: resolution: {integrity: sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg==} - /on-exit-leak-free@0.2.0: - resolution: {integrity: sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==} - dev: true - /on-exit-leak-free@2.1.2: resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==} engines: {node: '>=14.0.0'} @@ -31759,6 +32514,7 @@ packages: engines: {node: '>=18'} dependencies: yocto-queue: 1.1.1 + dev: true /p-locate@2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} @@ -31899,6 +32655,9 @@ packages: p-reduce: 2.1.0 dev: true + /package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + /package-json@8.1.1: resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==} engines: {node: '>=14.16'} @@ -32177,6 +32936,17 @@ packages: lru-cache: 10.4.3 minipass: 7.1.2 + /path-scurry@2.0.0: + resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} + engines: {node: 20 || >=22} + dependencies: + lru-cache: 11.0.1 + minipass: 7.1.2 + + /path-to-regexp@0.1.10: + resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} + dev: true + /path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} @@ -32192,7 +32962,6 @@ packages: /path-to-regexp@6.3.0: resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} - dev: true /path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} @@ -32213,6 +32982,11 @@ packages: /pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: true + + /pathval@2.0.0: + resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} + engines: {node: '>= 14.16'} /pause-stream@0.0.11: resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} @@ -32279,6 +33053,10 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} + /picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} + /pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} @@ -32296,13 +33074,6 @@ packages: engines: {node: '>=10'} dev: true - /pino-abstract-transport@0.5.0: - resolution: {integrity: sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==} - dependencies: - duplexify: 4.1.3 - split2: 4.2.0 - dev: true - /pino-abstract-transport@1.1.0: resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==} dependencies: @@ -32316,28 +33087,24 @@ packages: readable-stream: 4.5.2 split2: 4.2.0 - /pino-std-serializers@4.0.0: - resolution: {integrity: sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==} - dev: true - /pino-std-serializers@6.2.2: resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==} - /pino@7.11.0: - resolution: {integrity: sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==} + /pino@8.17.2: + resolution: {integrity: sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==} hasBin: true dependencies: atomic-sleep: 1.0.0 fast-redact: 3.5.0 - on-exit-leak-free: 0.2.0 - pino-abstract-transport: 0.5.0 - pino-std-serializers: 4.0.0 - process-warning: 1.0.0 + on-exit-leak-free: 2.1.2 + pino-abstract-transport: 1.1.0 + pino-std-serializers: 6.2.2 + process-warning: 3.0.0 quick-format-unescaped: 4.0.4 - real-require: 0.1.0 + real-require: 0.2.0 safe-stable-stringify: 2.5.0 - sonic-boom: 2.8.0 - thread-stream: 0.15.2 + sonic-boom: 3.8.1 + thread-stream: 2.7.0 dev: true /pino@8.21.0: @@ -33166,6 +33933,7 @@ packages: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.3.1 + dev: true /pretty-hrtime@1.0.3: resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} @@ -33302,10 +34070,6 @@ packages: retry: 0.12.0 signal-exit: 3.0.7 - /property-expr@2.0.6: - resolution: {integrity: sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==} - dev: true - /property-information@5.6.0: resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==} dependencies: @@ -33442,13 +34206,6 @@ packages: (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) dev: true - /qs@6.10.4: - resolution: {integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==} - engines: {node: '>=0.6'} - dependencies: - side-channel: 1.0.6 - dev: true - /qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} @@ -34459,11 +35216,6 @@ packages: dependencies: picomatch: 2.3.1 - /real-require@0.1.0: - resolution: {integrity: sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==} - engines: {node: '>= 12.13.0'} - dev: true - /real-require@0.2.0: resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} engines: {node: '>= 12.13.0'} @@ -34931,8 +35683,10 @@ packages: - supports-color dev: false - /remeda@1.61.0: - resolution: {integrity: sha512-caKfSz9rDeSKBQQnlJnVW3mbVdFgxgGWQKq1XlFokqjf+hQD5gxutLGTTY2A/x24UxVyJe9gH5fAkFI63ULw4A==} + /remeda@2.16.0: + resolution: {integrity: sha512-HOymkGg58HW4LT8MBEabQEdW76YsqcRNNFPXPrOrnYm+/9Pmk0b9fm8PKgQxoRPa6WDLnRM/LxTXkHdXf9Ab0w==} + dependencies: + type-fest: 4.26.1 dev: false /remedial@1.0.8: @@ -35081,13 +35835,6 @@ packages: engines: {node: '>=10'} dev: true - /resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} - dependencies: - is-core-module: 2.15.1 - path-parse: 1.0.7 - dev: true - /resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true @@ -35163,14 +35910,6 @@ packages: /rfdc@1.4.1: resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} - /rimraf@2.4.5: - resolution: {integrity: sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - dependencies: - glob: 6.0.4 - dev: true - /rimraf@2.6.3: resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} deprecated: Rimraf versions prior to v4 are no longer supported @@ -35200,6 +35939,13 @@ packages: glob: 9.3.5 dev: true + /rimraf@5.0.10: + resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} + hasBin: true + dependencies: + glob: 10.3.14 + dev: false + /ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} dependencies: @@ -35519,7 +36265,7 @@ packages: resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==} engines: {node: '>=12'} dependencies: - semver: 7.6.0 + semver: 7.6.3 /semver-regex@4.0.5: resolution: {integrity: sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==} @@ -35580,6 +36326,27 @@ packages: transitivePeerDependencies: - supports-color + /send@0.19.0: + resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} + engines: {node: '>= 0.8.0'} + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 2.0.0 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: 1.2.1 + statuses: 2.0.1 + transitivePeerDependencies: + - supports-color + dev: true + /sentence-case@3.0.4: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} dependencies: @@ -35686,6 +36453,18 @@ packages: transitivePeerDependencies: - supports-color + /serve-static@1.16.2: + resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} + engines: {node: '>= 0.8.0'} + dependencies: + encodeurl: 2.0.0 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.19.0 + transitivePeerDependencies: + - supports-color + dev: true + /serve@14.2.1: resolution: {integrity: sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==} engines: {node: '>= 14'} @@ -36083,6 +36862,7 @@ packages: /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + requiresBuild: true /snake-case@3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} @@ -36209,12 +36989,6 @@ packages: ip-address: 9.0.5 smart-buffer: 4.2.0 - /sonic-boom@2.8.0: - resolution: {integrity: sha512-kuonw1YOYYNOve5iHdSahXPOK49GqwA+LZhI6Wz/l0rP57iKyXXIHaRagOBHAPmGwJC6od2Z9zgvZ5loSgMlVg==} - dependencies: - atomic-sleep: 1.0.0 - dev: true - /sonic-boom@3.8.0: resolution: {integrity: sha512-ybz6OYOUjoQQCQ/i4LU8kaToD8ACtYP+Cj5qd2AO36bwbdewxWJ3ArmJ2cr6AvxlL2o0PqnCcPGUgkILbfkaCA==} dependencies: @@ -36407,6 +37181,7 @@ packages: /sprintf-js@1.1.3: resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + requiresBuild: true /sqlite3@5.1.7: resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==} @@ -36936,6 +37711,7 @@ packages: resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} dependencies: js-tokens: 9.0.0 + dev: true /strip-outer@1.0.1: resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} @@ -37342,6 +38118,9 @@ packages: resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} engines: {node: '>=18'} + /tabbable@6.2.0: + resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} + /table@4.0.2: resolution: {integrity: sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==} dependencies: @@ -37376,7 +38155,7 @@ packages: /tabtab@3.0.2: resolution: {integrity: sha512-jANKmUe0sIQc/zTALTBy186PoM/k6aPrh3A7p6AaAfF6WPSbTx1JYeGIGH162btpH+mmVEXln+UxwViZHO2Jhg==} dependencies: - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) es6-promisify: 6.1.1 inquirer: 6.5.2 minimist: 1.2.8 @@ -37471,6 +38250,18 @@ packages: mkdirp: 1.0.4 yallist: 4.0.0 + /tar@7.4.3: + resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} + engines: {node: '>=18'} + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.0.1 + mkdirp: 3.0.1 + yallist: 5.0.0 + dev: false + /teeny-tap@0.2.0: resolution: {integrity: sha512-HnA3I2sxRQe/SZgQTQgQvvA17DhfzhBJ1LfSOXZ5VUTbxGLvnAqUef84ZGNNSEbk1ZMEIDeghTHZagJ7LifAgg==} dev: false @@ -37725,12 +38516,6 @@ packages: dependencies: any-promise: 1.3.0 - /thread-stream@0.15.2: - resolution: {integrity: sha512-UkEhKIg2pD+fjkHQKyJO3yoIvAP3N6RlNFt2dUhcS1FGvCD1cQa1M/PGknCLFIyZdtJOWQjejp7bdNqmN7zwdA==} - dependencies: - real-require: 0.1.0 - dev: true - /thread-stream@2.7.0: resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==} dependencies: @@ -37814,21 +38599,52 @@ packages: /tinyexec@0.3.0: resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - dev: true + + /tinyglobby@0.2.10: + resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} + engines: {node: '>=12.0.0'} + dependencies: + fdir: 6.4.2(picomatch@4.0.2) + picomatch: 4.0.2 /tinypool@0.8.4: resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==} engines: {node: '>=14.0.0'} + dev: true + + /tinypool@1.0.1: + resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} + engines: {node: ^18.0.0 || >=20.0.0} + + /tinyrainbow@1.2.0: + resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} + engines: {node: '>=14.0.0'} /tinyspy@2.2.1: resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} engines: {node: '>=14.0.0'} + dev: true + + /tinyspy@3.0.2: + resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} + engines: {node: '>=14.0.0'} /title-case@3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} dependencies: tslib: 2.7.0 + /tldts-core@6.1.55: + resolution: {integrity: sha512-BL+BuKHHaOpntE5BGI6naXjULU6aRlgaYdfDHR3T/hdbNTWkWUZ9yuc11wGnwgpvRwlyUiIK+QohYK3olaVU6Q==} + dev: true + + /tldts@6.1.55: + resolution: {integrity: sha512-HxQR/9roQ07Pwc8RyyrJMAxRz5/ssoF3qIPPUiIo3zUt6yMdmYZjM2OZIFMiZ3jHyz9jrGHEHuQZrUhoc1LkDw==} + hasBin: true + dependencies: + tldts-core: 6.1.55 + dev: true + /tmp-promise@3.0.3: resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} dependencies: @@ -37929,10 +38745,6 @@ packages: resolution: {integrity: sha512-OsLcGGbYF3rMjPUf8oKktyvCiUxSbqMMS39m33MAjLTC1DVIH6x3WSt63/M77ihI09+Sdfk1AXvfhCEeUmC7mg==} dev: false - /toposort@2.0.2: - resolution: {integrity: sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==} - dev: true - /totalist@3.0.1: resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} engines: {node: '>=6'} @@ -37952,6 +38764,13 @@ packages: url-parse: 1.5.10 dev: true + /tough-cookie@5.0.0: + resolution: {integrity: sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==} + engines: {node: '>=16'} + dependencies: + tldts: 6.1.55 + dev: true + /tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} @@ -38216,11 +39035,6 @@ packages: /tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - /tsscmp@1.0.6: - resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} - engines: {node: '>=0.6.x'} - dev: true - /tsup@8.0.2(postcss@8.4.38)(typescript@5.4.5): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} @@ -38330,6 +39144,7 @@ packages: /type-detect@4.1.0: resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} engines: {node: '>=4'} + dev: true /type-fest@0.16.0: resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} @@ -38631,6 +39446,7 @@ packages: /unique-slug@2.0.2: resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} + requiresBuild: true dependencies: imurmurhash: 0.1.4 @@ -38975,7 +39791,7 @@ packages: is-yarn-global: 0.4.1 latest-version: 7.0.0 pupa: 3.1.0 - semver: 7.6.0 + semver: 7.6.3 semver-diff: 4.0.0 xdg-basedir: 5.1.0 @@ -39201,11 +40017,6 @@ packages: builtins: 5.1.0 dev: true - /validator@13.11.0: - resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} - engines: {node: '>= 0.10'} - dev: true - /validator@13.12.0: resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} engines: {node: '>= 0.10'} @@ -39222,13 +40033,13 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /verdaccio-audit@12.0.0-next-7.13: - resolution: {integrity: sha512-vmq0DQjgieEV0oXmNKeQQKLxNSOlWmDP3o4tDSH39o54aDLZLfQ9+xUpZjguJxWvDjZyWmBCpHnJdjAyp2VAiA==} + /verdaccio-audit@13.0.0-next-8.1: + resolution: {integrity: sha512-EEfUeC1kHuErtwF9FC670W+EXHhcl+iuigONkcprwRfkPxmdBs+Hx36745hgAMZ9SCqedNECaycnGF3tZ3VYfw==} engines: {node: '>=12'} dependencies: - '@verdaccio/config': 7.0.0-next-7.13 - '@verdaccio/core': 7.0.0-next-7.13 - express: 4.18.3 + '@verdaccio/config': 8.0.0-next-8.1 + '@verdaccio/core': 8.0.0-next-8.1 + express: 4.21.0 https-proxy-agent: 5.0.1 node-fetch: 2.6.7 transitivePeerDependencies: @@ -39236,49 +40047,49 @@ packages: - supports-color dev: true - /verdaccio-htpasswd@12.0.0-next-7.13: - resolution: {integrity: sha512-1xhKuDYRTPHv1NPeTb83thkApmM1zrvKz9pZk4F6rjlWfkIO1pBslaRXO/Qo6VrvCRSIaw+Qqbci86GCyFaLKg==} + /verdaccio-htpasswd@13.0.0-next-8.1: + resolution: {integrity: sha512-BfvmO+ZdbwfttOwrdTPD6Bccr1ZfZ9Tk/9wpXamxdWB/XPWlk3FtyGsvqCmxsInRLPhQ/FSk9c3zRCGvICTFYg==} engines: {node: '>=12'} dependencies: - '@verdaccio/core': 7.0.0-next-7.13 - '@verdaccio/file-locking': 12.0.0-next.1 + '@verdaccio/core': 8.0.0-next-8.1 + '@verdaccio/file-locking': 13.0.0-next-8.0 apache-md5: 1.1.8 bcryptjs: 2.4.3 - core-js: 3.35.0 - debug: 4.3.4 + core-js: 3.37.1 + debug: 4.3.7(supports-color@5.5.0) http-errors: 2.0.0 unix-crypt-td-js: 1.1.4 transitivePeerDependencies: - supports-color dev: true - /verdaccio@5.30.3(typanion@3.14.0): - resolution: {integrity: sha512-s/ZhSRBusW2o+ZkERyzEIbVL3zo8QLpTQPVoB/pn/Yv6+ngflP+anK4xCYiXXQJhqEdBz3cwApa8UgOEaNSS4Q==} - engines: {node: '>=12.18'} + /verdaccio@6.0.0(typanion@3.14.0): + resolution: {integrity: sha512-iGUIA992DIqjc4bge7L6NgpVDXHEvQ2ASBqBGr2AmZha+6g3+Rd5DV49ZR1z2MAvKmdyBwP9fOFmdh0PAsxa1Q==} + engines: {node: '>=18'} hasBin: true dependencies: - '@cypress/request': 3.0.1 - '@verdaccio/config': 7.0.0-next-7.13 - '@verdaccio/core': 7.0.0-next-7.13 + '@cypress/request': 3.0.5 + '@verdaccio/auth': 8.0.0-next-8.1 + '@verdaccio/config': 8.0.0-next-8.1 + '@verdaccio/core': 8.0.0-next-8.1 '@verdaccio/local-storage-legacy': 11.0.2 - '@verdaccio/logger-7': 7.0.0-next-7.13 - '@verdaccio/middleware': 7.0.0-next-7.13 - '@verdaccio/search-indexer': 7.0.0-next-7.2 - '@verdaccio/signature': 7.0.0-next.3 + '@verdaccio/logger': 8.0.0-next-8.1 + '@verdaccio/middleware': 8.0.0-next-8.1 + '@verdaccio/search-indexer': 8.0.0-next-8.0 + '@verdaccio/signature': 8.0.0-next-8.0 '@verdaccio/streams': 10.2.1 - '@verdaccio/tarball': 12.0.0-next-7.13 - '@verdaccio/ui-theme': 7.0.0-next-7.13 - '@verdaccio/url': 12.0.0-next-7.13 - '@verdaccio/utils': 7.0.0-next-7.13 + '@verdaccio/tarball': 13.0.0-next-8.1 + '@verdaccio/ui-theme': 8.0.0-next-8.1 + '@verdaccio/url': 13.0.0-next-8.1 + '@verdaccio/utils': 7.0.1-next-8.1 JSONStream: 1.3.5 - async: 3.2.5 - clipanion: 3.2.1(typanion@3.14.0) + async: 3.2.6 + clipanion: 4.0.0-rc.3(typanion@3.14.0) compression: 1.7.4 - cookies: 0.9.1 cors: 2.8.5 debug: 4.3.7(supports-color@5.5.0) - envinfo: 7.11.1 - express: 4.18.3 + envinfo: 7.14.0 + express: 4.21.0 express-rate-limit: 5.5.1 fast-safe-stringify: 2.1.1 handlebars: 4.7.8 @@ -39289,12 +40100,11 @@ packages: lru-cache: 7.18.3 mime: 3.0.0 mkdirp: 1.0.4 - mv: 2.1.1 pkginfo: 0.4.1 - semver: 7.6.0 - validator: 13.11.0 - verdaccio-audit: 12.0.0-next-7.13 - verdaccio-htpasswd: 12.0.0-next-7.13 + semver: 7.6.3 + validator: 13.12.0 + verdaccio-audit: 13.0.0-next-8.1 + verdaccio-htpasswd: 13.0.0-next-8.1 transitivePeerDependencies: - encoding - supports-color @@ -39391,8 +40201,8 @@ packages: - rollup dev: true - /vite-node@1.5.0(@types/node@20.14.5): - resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==} + /vite-node@1.6.0(@types/node@18.19.33): + resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -39400,7 +40210,7 @@ packages: debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 picocolors: 1.1.0 - vite: 5.4.4(@types/node@20.14.5) + vite: 5.4.4(@types/node@18.19.33) transitivePeerDependencies: - '@types/node' - less @@ -39413,15 +40223,14 @@ packages: - terser dev: true - /vite-node@1.6.0(@types/node@16.18.97): - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} + /vite-node@2.1.1(@types/node@16.18.97): + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 - picocolors: 1.1.0 vite: 5.4.4(@types/node@16.18.97) transitivePeerDependencies: - '@types/node' @@ -39435,15 +40244,14 @@ packages: - terser dev: true - /vite-node@1.6.0(@types/node@18.19.33): - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} + /vite-node@2.1.1(@types/node@18.19.33): + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 - picocolors: 1.1.0 vite: 5.4.4(@types/node@18.19.33) transitivePeerDependencies: - '@types/node' @@ -39457,15 +40265,14 @@ packages: - terser dev: true - /vite-node@1.6.0(@types/node@20.12.11): - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} + /vite-node@2.1.1(@types/node@20.12.11): + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 - picocolors: 1.1.0 vite: 5.4.4(@types/node@20.12.11) transitivePeerDependencies: - '@types/node' @@ -39479,15 +40286,35 @@ packages: - terser dev: true - /vite-node@1.6.0(@types/node@20.16.5): - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} + /vite-node@2.1.1(@types/node@20.14.5): + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.7(supports-color@5.5.0) + pathe: 1.1.2 + vite: 5.4.4(@types/node@20.14.5) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + dev: true + + /vite-node@2.1.1(@types/node@20.16.5): + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@5.5.0) pathe: 1.1.2 - picocolors: 1.1.0 vite: 5.4.4(@types/node@20.16.5) transitivePeerDependencies: - '@types/node' @@ -39500,8 +40327,8 @@ packages: - supports-color - terser - /vite-plugin-dts@3.9.1(@types/node@20.16.5)(typescript@5.4.5)(vite@5.2.11): - resolution: {integrity: sha512-rVp2KM9Ue22NGWB8dNtWEr+KekN3rIgz1tWD050QnRGlriUCmaDwa7qA5zDEjbXg5lAXhYMSBJtx3q3hQIJZSg==} + /vite-plugin-dts@4.2.2(@types/node@20.16.5)(typescript@5.4.5)(vite@5.2.11): + resolution: {integrity: sha512-USwTMReZFf8yXV+cKkm4WOMqmFjbReAvkyxON5xzdnZzJEBnFgax6BBDZIGGr9WMJYvhHdpaIHLrOjXDcla4OA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -39510,15 +40337,17 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.16.5) + '@microsoft/api-extractor': 7.47.7(@types/node@20.16.5) '@rollup/pluginutils': 5.1.0(rollup@4.17.2) - '@vue/language-core': 1.8.27(typescript@5.4.5) + '@volar/typescript': 2.4.7 + '@vue/language-core': 2.1.6(typescript@5.4.5) + compare-versions: 6.1.1 debug: 4.3.7(supports-color@5.5.0) kolorist: 1.8.0 + local-pkg: 0.5.0 magic-string: 0.30.11 typescript: 5.4.5 vite: 5.2.11(@types/node@20.16.5) - vue-tsc: 1.8.27(typescript@5.4.5) transitivePeerDependencies: - '@types/node' - rollup @@ -39902,15 +40731,15 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vitest@1.5.0(@types/node@20.14.5): - resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==} + /vitest@1.6.0(@types/node@18.19.33)(@vitest/ui@1.6.0): + resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.5.0 - '@vitest/ui': 1.5.0 + '@vitest/browser': 1.6.0 + '@vitest/ui': 1.6.0 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -39927,12 +40756,13 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.14.5 - '@vitest/expect': 1.5.0 - '@vitest/runner': 1.5.0 - '@vitest/snapshot': 1.5.0 - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@types/node': 18.19.33 + '@vitest/expect': 1.6.0 + '@vitest/runner': 1.6.0 + '@vitest/snapshot': 1.6.0 + '@vitest/spy': 1.6.0 + '@vitest/ui': 1.6.0(vitest@1.6.0) + '@vitest/utils': 1.6.0 acorn-walk: 8.3.4 chai: 4.5.0 debug: 4.3.7(supports-color@5.5.0) @@ -39945,8 +40775,8 @@ packages: strip-literal: 2.1.0 tinybench: 2.9.0 tinypool: 0.8.4 - vite: 5.3.5(@types/node@20.14.5) - vite-node: 1.5.0(@types/node@20.14.5) + vite: 5.4.4(@types/node@18.19.33) + vite-node: 1.6.0(@types/node@18.19.33) why-is-node-running: 2.3.0 transitivePeerDependencies: - less @@ -39959,15 +40789,15 @@ packages: - terser dev: true - /vitest@1.5.0(@types/node@20.14.5)(jsdom@24.1.0): - resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==} + /vitest@2.1.1(@types/node@16.18.97): + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.5.0 - '@vitest/ui': 1.5.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -39984,31 +40814,30 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.14.5 - '@vitest/expect': 1.5.0 - '@vitest/runner': 1.5.0 - '@vitest/snapshot': 1.5.0 - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 - acorn-walk: 8.3.4 - chai: 4.5.0 + '@types/node': 16.18.97 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 + chai: 5.1.2 debug: 4.3.7(supports-color@5.5.0) - execa: 8.0.1 - jsdom: 24.1.0 - local-pkg: 0.5.0 magic-string: 0.30.11 pathe: 1.1.2 - picocolors: 1.1.0 std-env: 3.7.0 - strip-literal: 2.1.0 tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.4(@types/node@20.14.5) - vite-node: 1.5.0(@types/node@20.14.5) + tinyexec: 0.3.0 + tinypool: 1.0.1 + tinyrainbow: 1.2.0 + vite: 5.4.4(@types/node@16.18.97) + vite-node: 2.1.1(@types/node@16.18.97) why-is-node-running: 2.3.0 transitivePeerDependencies: - less - lightningcss + - msw - sass - sass-embedded - stylus @@ -40017,15 +40846,15 @@ packages: - terser dev: true - /vitest@1.6.0(@types/node@16.18.97): - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} + /vitest@2.1.1(@types/node@18.19.33): + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -40042,30 +40871,30 @@ packages: jsdom: optional: true dependencies: - '@types/node': 16.18.97 - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 + '@types/node': 18.19.33 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 + chai: 5.1.2 debug: 4.3.7(supports-color@5.5.0) - execa: 8.0.1 - local-pkg: 0.5.0 magic-string: 0.30.11 pathe: 1.1.2 - picocolors: 1.1.0 std-env: 3.7.0 - strip-literal: 2.1.0 tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.4(@types/node@16.18.97) - vite-node: 1.6.0(@types/node@16.18.97) + tinyexec: 0.3.0 + tinypool: 1.0.1 + tinyrainbow: 1.2.0 + vite: 5.4.4(@types/node@18.19.33) + vite-node: 2.1.1(@types/node@18.19.33) why-is-node-running: 2.3.0 transitivePeerDependencies: - less - lightningcss + - msw - sass - sass-embedded - stylus @@ -40074,15 +40903,15 @@ packages: - terser dev: true - /vitest@1.6.0(@types/node@18.19.33)(@vitest/ui@1.6.0): - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} + /vitest@2.1.1(@types/node@20.12.11): + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -40099,31 +40928,30 @@ packages: jsdom: optional: true dependencies: - '@types/node': 18.19.33 - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/ui': 1.6.0(vitest@1.6.0) - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 + '@types/node': 20.12.11 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 + chai: 5.1.2 debug: 4.3.7(supports-color@5.5.0) - execa: 8.0.1 - local-pkg: 0.5.0 magic-string: 0.30.11 pathe: 1.1.2 - picocolors: 1.1.0 std-env: 3.7.0 - strip-literal: 2.1.0 tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.4(@types/node@18.19.33) - vite-node: 1.6.0(@types/node@18.19.33) + tinyexec: 0.3.0 + tinypool: 1.0.1 + tinyrainbow: 1.2.0 + vite: 5.4.4(@types/node@20.12.11) + vite-node: 2.1.1(@types/node@20.12.11) why-is-node-running: 2.3.0 transitivePeerDependencies: - less - lightningcss + - msw - sass - sass-embedded - stylus @@ -40132,15 +40960,15 @@ packages: - terser dev: true - /vitest@1.6.0(@types/node@20.12.11): - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} + /vitest@2.1.1(@types/node@20.14.5)(jsdom@25.0.1): + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -40157,30 +40985,31 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.12.11 - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 + '@types/node': 20.14.5 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 + chai: 5.1.2 debug: 4.3.7(supports-color@5.5.0) - execa: 8.0.1 - local-pkg: 0.5.0 + jsdom: 25.0.1 magic-string: 0.30.11 pathe: 1.1.2 - picocolors: 1.1.0 std-env: 3.7.0 - strip-literal: 2.1.0 tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.4(@types/node@20.12.11) - vite-node: 1.6.0(@types/node@20.12.11) + tinyexec: 0.3.0 + tinypool: 1.0.1 + tinyrainbow: 1.2.0 + vite: 5.4.4(@types/node@20.14.5) + vite-node: 2.1.1(@types/node@20.14.5) why-is-node-running: 2.3.0 transitivePeerDependencies: - less - lightningcss + - msw - sass - sass-embedded - stylus @@ -40189,15 +41018,15 @@ packages: - terser dev: true - /vitest@1.6.0(@types/node@20.16.5)(@vitest/ui@1.6.0)(happy-dom@14.10.1): - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} + /vitest@2.1.1(@types/node@20.16.5)(@vitest/ui@2.1.1)(happy-dom@15.7.4): + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -40215,31 +41044,31 @@ packages: optional: true dependencies: '@types/node': 20.16.5 - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/ui': 1.6.0(vitest@1.6.0) - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/ui': 2.1.1(vitest@2.1.1) + '@vitest/utils': 2.1.1 + chai: 5.1.2 debug: 4.3.7(supports-color@5.5.0) - execa: 8.0.1 - happy-dom: 14.10.1 - local-pkg: 0.5.0 + happy-dom: 15.7.4 magic-string: 0.30.11 pathe: 1.1.2 - picocolors: 1.1.0 std-env: 3.7.0 - strip-literal: 2.1.0 tinybench: 2.9.0 - tinypool: 0.8.4 + tinyexec: 0.3.0 + tinypool: 1.0.1 + tinyrainbow: 1.2.0 vite: 5.4.4(@types/node@20.16.5) - vite-node: 1.6.0(@types/node@20.16.5) + vite-node: 2.1.1(@types/node@20.16.5) why-is-node-running: 2.3.0 transitivePeerDependencies: - less - lightningcss + - msw - sass - sass-embedded - stylus @@ -40247,27 +41076,69 @@ packages: - supports-color - terser - /vm-browserify@1.1.2: - resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} + /vitest@2.1.1(@types/node@20.16.5)(msw@2.3.1): + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@types/node': ^18.0.0 || >=20.0.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@types/node': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + dependencies: + '@types/node': 20.16.5 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(msw@2.3.1)(vite@5.4.4) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 + chai: 5.1.2 + debug: 4.3.7(supports-color@5.5.0) + magic-string: 0.30.11 + pathe: 1.1.2 + std-env: 3.7.0 + tinybench: 2.9.0 + tinyexec: 0.3.0 + tinypool: 1.0.1 + tinyrainbow: 1.2.0 + vite: 5.4.4(@types/node@20.16.5) + vite-node: 2.1.1(@types/node@20.16.5) + why-is-node-running: 2.3.0 + transitivePeerDependencies: + - less + - lightningcss + - msw + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser dev: true - /vue-template-compiler@2.7.16: - resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} - dependencies: - de-indent: 1.0.2 - he: 1.2.0 + /vm-browserify@1.1.2: + resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} dev: true - /vue-tsc@1.8.27(typescript@5.4.5): - resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} - hasBin: true - peerDependencies: - typescript: '*' - dependencies: - '@volar/typescript': 1.11.1 - '@vue/language-core': 1.8.27(typescript@5.4.5) - semver: 7.6.3 - typescript: 5.4.5 + /vscode-uri@3.0.8: + resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} dev: true /w3c-xmlserializer@4.0.0: @@ -40305,7 +41176,7 @@ packages: dependencies: chalk: 4.1.2 commander: 9.5.0 - debug: 4.3.4 + debug: 4.3.7(supports-color@5.5.0) transitivePeerDependencies: - supports-color @@ -41215,6 +42086,11 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + /yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + dev: false + /yaml-ast-parser@0.0.43: resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==} dev: true @@ -41319,7 +42195,6 @@ packages: /yoctocolors-cjs@2.1.2: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} - dev: true /yoga-layout-prebuilt@1.10.0: resolution: {integrity: sha512-YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g==} @@ -41331,19 +42206,6 @@ packages: resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==} dev: false - /yup@0.32.11: - resolution: {integrity: sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==} - engines: {node: '>=10'} - dependencies: - '@babel/runtime': 7.25.6 - '@types/lodash': 4.17.1 - lodash: 4.17.21 - lodash-es: 4.17.21 - nanoclone: 0.2.1 - property-expr: 2.0.6 - toposort: 2.0.2 - dev: true - /yurnalist@2.1.0: resolution: {integrity: sha512-PgrBqosQLM3gN2xBFIMDLACRTV9c365VqityKKpSTWpwR+U4LAFR3rSVyEoscWlu3EzX9+Y0I86GXUKxpHFl6w==} engines: {node: '>=4.0.0'} @@ -41354,18 +42216,6 @@ packages: read: 1.0.7 strip-ansi: 5.2.0 - /z-schema@5.0.5: - resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} - engines: {node: '>=8.0.0'} - hasBin: true - dependencies: - lodash.get: 4.4.2 - lodash.isequal: 4.5.0 - validator: 13.12.0 - optionalDependencies: - commander: 9.5.0 - dev: true - /zen-observable-ts@0.8.21: resolution: {integrity: sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==} dependencies: @@ -41458,10 +42308,10 @@ packages: eslint: 4.19.1 eslint-config-airbnb: 17.1.1(eslint-plugin-import@2.30.0)(eslint-plugin-jsx-a11y@6.10.0)(eslint-plugin-react@7.36.0)(eslint@4.19.1) eslint-config-prettier: 2.10.0(eslint@4.19.1) - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.0) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@5.62.0)(eslint@9.11.1) + eslint-plugin-jsx-a11y: 6.10.0(eslint@9.11.1) eslint-plugin-prettier: 2.7.0(prettier@1.19.1) - eslint-plugin-react: 7.36.0(eslint@8.57.0) + eslint-plugin-react: 7.36.0(eslint@9.11.1) glob: 7.2.3 minimist: 1.2.8 mkdirp: 0.5.6