From bb2b2fd7a57d765065fbacc24a76c6cf8066bb45 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Thu, 9 May 2024 18:54:30 +0530 Subject: [PATCH] [core] Update dependencies --- apps/pigment-css-next-app/package.json | 25 +- apps/pigment-css-vite-app/package.json | 28 +- packages/pigment-css-react/package.json | 26 +- packages/pigment-css-react/tsup.config.ts | 1 + packages/pigment-css-unplugin/package.json | 6 +- pnpm-lock.yaml | 852 ++++++++++++--------- 6 files changed, 537 insertions(+), 401 deletions(-) diff --git a/apps/pigment-css-next-app/package.json b/apps/pigment-css-next-app/package.json index f885ae805..d5113137f 100644 --- a/apps/pigment-css-next-app/package.json +++ b/apps/pigment-css-next-app/package.json @@ -13,23 +13,22 @@ "@mui/utils": "next", "@mui/base": "next", "@mui/lab": "next", - "@mui/material": "next", - "@mui/system": "next", - "@mui/material-nextjs": "next", - "@mui/icons-material": "next", - "@emotion/cache": "latest", + "@mui/material": "^6.0.0-alpha.6", + "@mui/system": "^6.0.0-alpha.5", + "@mui/material-nextjs": "^6.0.0-alpha.6", + "@mui/icons-material": "^6.0.0-alpha.6", + "@emotion/cache": "11.11.0", "local-ui-lib": "workspace:^", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "next": "latest" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "next": "^14.2.3" }, "devDependencies": { "@pigment-css/nextjs-plugin": "workspace:^", - "@types/node": "^20.5.7", - "@types/react": "^18.2.55", - "@types/react-dom": "^18.2.19", - "eslint": "^8.57.0", - "typescript": "^5.4.4" + "@types/node": "^20.12.11", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", + "eslint": "^8.57.0" }, "nx": { "targets": { diff --git a/apps/pigment-css-vite-app/package.json b/apps/pigment-css-vite-app/package.json index 5edad801b..9dfa809b9 100644 --- a/apps/pigment-css-vite-app/package.json +++ b/apps/pigment-css-vite-app/package.json @@ -10,30 +10,30 @@ }, "dependencies": { "@pigment-css/react": "workspace:^", - "@mui/utils": "next", - "@mui/base": "next", - "@mui/lab": "next", - "@mui/material": "next", - "@mui/system": "next", - "@mui/icons-material": "next", - "clsx": "^2.1.0", + "@mui/utils": "^6.0.0-alpha.5", + "@mui/base": "^5.0.0-beta.44", + "@mui/lab": "^6.0.0-alpha.6", + "@mui/material": "^6.0.0-alpha.6", + "@mui/system": "^6.0.0-alpha.5", + "@mui/icons-material": "^6.0.0-alpha.6", + "clsx": "^2.1.1", "local-ui-lib": "workspace:^", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13", - "react-router": "^6.22.3", - "react-router-dom": "^6.22.3" + "react-router": "^6.23.0", + "react-router-dom": "^6.23.0" }, "devDependencies": { "@babel/preset-react": "^7.24.1", "@babel/preset-typescript": "^7.24.1", "@pigment-css/vite-plugin": "workspace:^", - "@types/react": "^18.2.55", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1", "postcss": "^8.4.38", "postcss-combine-media-query": "^1.0.1", - "vite": "5.2.8", + "vite": "5.2.11", "vite-plugin-pages": "^0.32.1" }, "nx": { diff --git a/packages/pigment-css-react/package.json b/packages/pigment-css-react/package.json index 4c5b47edf..69996de67 100644 --- a/packages/pigment-css-react/package.json +++ b/packages/pigment-css-react/package.json @@ -31,26 +31,26 @@ "typecheck": "tsc --noEmit -p ." }, "dependencies": { - "@babel/core": "^7.24.4", + "@babel/core": "^7.24.5", "@babel/helper-module-imports": "^7.24.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/parser": "^7.24.4", - "@babel/types": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/types": "^7.24.5", "@emotion/css": "^11.11.2", "@emotion/is-prop-valid": "^1.2.2", "@emotion/react": "^11.11.4", "@emotion/serialize": "^1.1.4", "@emotion/styled": "^11.11.5", - "@mui/system": "^6.0.0-alpha.1", - "@mui/utils": "^6.0.0-alpha.1", + "@mui/system": "^6.0.0-alpha.5", + "@mui/utils": "^6.0.0-alpha.5", "@wyw-in-js/processor-utils": "^0.5.3", "@wyw-in-js/shared": "^0.5.3", "@wyw-in-js/transform": "^0.5.3", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "cssesc": "^3.0.0", "csstype": "^3.1.3", "lodash": "^4.17.21", - "stylis": "^4.3.1", + "stylis": "^4.3.2", "stylis-plugin-rtl": "^2.1.1" }, "devDependencies": { @@ -58,18 +58,18 @@ "@types/babel__core": "^7.20.5", "@types/babel__helper-module-imports": "^7.18.3", "@types/babel__helper-plugin-utils": "^7.10.3", - "@types/chai": "^4.3.14", + "@types/chai": "^4.3.16", "@types/cssesc": "^3.0.2", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.1", "@types/mocha": "^10.0.6", "@types/node": "^18.19.31", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", - "@types/stylis": "^4.2.5", + "@types/react": "^18.3.1", + "@types/stylis": "^4.2.6", "chai": "^4.4.1", "prettier": "^3.2.5", "prop-types": "^15.8.1", - "react": "^18.2.0" + "react": "^18.3.1" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0" diff --git a/packages/pigment-css-react/tsup.config.ts b/packages/pigment-css-react/tsup.config.ts index 5fd527168..d94f0da05 100644 --- a/packages/pigment-css-react/tsup.config.ts +++ b/packages/pigment-css-react/tsup.config.ts @@ -27,6 +27,7 @@ export default defineConfig([ entry: [ './src/utils/index.ts', './src/utils/sx-plugin.ts', + './src/utils/sx-plugin2.ts', './src/utils/remove-prop-types-plugin.ts', ], outDir: 'utils', diff --git a/packages/pigment-css-unplugin/package.json b/packages/pigment-css-unplugin/package.json index dec22cdbf..542c38fb5 100644 --- a/packages/pigment-css-unplugin/package.json +++ b/packages/pigment-css-unplugin/package.json @@ -30,16 +30,16 @@ "test:ci": "cd ../../ && cross-env NODE_ENV=test BABEL_ENV=coverage nyc --reporter=lcov --report-dir=./coverage/pigment-css-unplugin mocha 'packages/pigment-css-unplugin/**/*.test.{js,ts,tsx}'" }, "dependencies": { - "@babel/core": "^7.24.4", + "@babel/core": "^7.24.5", "@pigment-css/react": "workspace:^", "@wyw-in-js/shared": "^0.5.3", "@wyw-in-js/transform": "^0.5.3", "babel-plugin-define-var": "^0.1.0", - "unplugin": "^1.7.1" + "unplugin": "^1.10.1" }, "devDependencies": { "@types/babel__core": "^7.20.5", - "@types/chai": "^4.3.14", + "@types/chai": "^4.3.16", "@types/mocha": "^10.0.6", "chai": "^4.4.1", "webpack": "^5.91.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c19774f56..b2d7307c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,7 +75,7 @@ importers: version: 1.0.3 '@mui/internal-test-utils': specifier: https://pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils - version: '@pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils(@babel/core@7.24.4)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)' + version: '@pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils(@babel/core@7.24.4)(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1)' '@mui/monorepo': specifier: github:mui/material-ui#73c88b6c3f71287a4a1f0b1b5d7d37ab268dca49 version: github.com/mui/material-ui/73c88b6c3f71287a4a1f0b1b5d7d37ab268dca49 @@ -252,34 +252,34 @@ importers: dependencies: '@pigment-css/react': specifier: file:../../packages/pigment-css-react - version: file:packages/pigment-css-react(@types/react@18.2.75)(react@18.2.0)(typescript@5.4.4) + version: file:packages/pigment-css-react(@types/react@18.2.75)(react@18.3.1)(typescript@5.4.4) apps/pigment-css-next-app: dependencies: '@emotion/cache': - specifier: latest + specifier: 11.11.0 version: 11.11.0 '@mui/base': specifier: next - version: 5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@mui/icons-material': - specifier: next - version: 6.0.0-alpha.2(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.6 + version: 6.0.0-alpha.6(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react@18.3.1) '@mui/lab': specifier: next - version: 6.0.0-alpha.2(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + version: 6.0.0-alpha.2(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@mui/material': - specifier: next - version: 6.0.0-alpha.2(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.0.0-alpha.6 + version: 6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@mui/material-nextjs': - specifier: next - version: 6.0.0-alpha.0(@emotion/cache@11.11.0)(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(next@14.1.4)(react@18.2.0) + specifier: ^6.0.0-alpha.6 + version: 6.0.0-dev.240424162023-9968b4889d(@emotion/cache@11.11.0)(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(next@14.2.3)(react@18.3.1) '@mui/system': - specifier: next - version: 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.5 + version: 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) '@mui/utils': specifier: next - version: 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + version: 6.0.0-alpha.1(@types/react@18.2.75)(react@18.3.1) '@pigment-css/react': specifier: workspace:^ version: link:../../packages/pigment-css-react @@ -287,14 +287,14 @@ importers: specifier: workspace:^ version: link:../local-ui-lib next: - specifier: latest - version: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.2.3 + version: 14.2.3(@babel/core@7.24.4)(@playwright/test@1.43.0)(react-dom@18.3.1)(react@18.3.1) react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-dom: - specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) devDependencies: '@pigment-css/nextjs-plugin': specifier: workspace:^ @@ -311,54 +311,51 @@ importers: eslint: specifier: ^8.57.0 version: 8.57.0 - typescript: - specifier: ^5.4.4 - version: 5.4.4 apps/pigment-css-vite-app: dependencies: '@mui/base': - specifier: next - version: 5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + specifier: ^5.0.0-beta.44 + version: 5.0.0-beta.44(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@mui/icons-material': - specifier: next - version: 6.0.0-alpha.2(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.6 + version: 6.0.0-alpha.6(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react@18.3.1) '@mui/lab': - specifier: next - version: 6.0.0-alpha.2(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.0.0-alpha.6 + version: 6.0.0-alpha.6(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@mui/material': - specifier: next - version: 6.0.0-alpha.2(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.0.0-alpha.6 + version: 6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@mui/system': - specifier: next - version: 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.5 + version: 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) '@mui/utils': - specifier: next - version: 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.5 + version: 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) '@pigment-css/react': specifier: workspace:^ version: link:../../packages/pigment-css-react clsx: - specifier: ^2.1.0 - version: 2.1.0 + specifier: ^2.1.1 + version: 2.1.1 local-ui-lib: specifier: workspace:^ version: link:../local-ui-lib react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 react-dom: - specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) react-error-boundary: specifier: ^4.0.13 - version: 4.0.13(react@18.2.0) + version: 4.0.13(react@18.3.1) react-router: - specifier: ^6.22.3 - version: 6.22.3(react@18.2.0) + specifier: ^6.23.0 + version: 6.23.0(react@18.3.1) react-router-dom: - specifier: ^6.22.3 - version: 6.22.3(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.23.0 + version: 6.23.0(react-dom@18.3.1)(react@18.3.1) devDependencies: '@babel/preset-react': specifier: ^7.24.1 @@ -377,7 +374,7 @@ importers: version: 18.2.24 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.2.8) + version: 4.2.1(vite@5.2.11) postcss: specifier: ^8.4.38 version: 8.4.38 @@ -385,11 +382,11 @@ importers: specifier: ^1.0.1 version: 1.0.1 vite: - specifier: 5.2.8 - version: 5.2.8(@types/node@18.19.31) + specifier: 5.2.11 + version: 5.2.11(@types/node@18.19.31) vite-plugin-pages: specifier: ^0.32.1 - version: 0.32.1(vite@5.2.8) + version: 0.32.1(vite@5.2.11) packages/eslint-plugin-material-ui: devDependencies: @@ -411,7 +408,7 @@ importers: devDependencies: next: specifier: ^13.5.1 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) + version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) packages/pigment-css-react: dependencies: @@ -422,11 +419,11 @@ importers: specifier: ^7.24.3 version: 7.24.3 '@babel/helper-plugin-utils': - specifier: ^7.24.0 - version: 7.24.0 + specifier: ^7.24.5 + version: 7.24.5 '@babel/parser': - specifier: ^7.24.4 - version: 7.24.4 + specifier: ^7.24.5 + version: 7.24.5 '@babel/types': specifier: ^7.24.0 version: 7.24.0 @@ -438,19 +435,19 @@ importers: version: 1.2.2 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.75)(react@18.2.0) + version: 11.11.4(@types/react@18.2.75)(react@18.3.1) '@emotion/serialize': specifier: ^1.1.4 version: 1.1.4 '@emotion/styled': specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.2.0) + version: 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.3.1) '@mui/system': - specifier: ^6.0.0-alpha.1 - version: 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.5 + version: 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) '@mui/utils': - specifier: ^6.0.0-alpha.1 - version: 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + specifier: ^6.0.0-alpha.5 + version: 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) '@wyw-in-js/processor-utils': specifier: ^0.5.3 version: 0.5.3 @@ -461,8 +458,8 @@ importers: specifier: ^0.5.3 version: 0.5.3(typescript@5.4.4) clsx: - specifier: ^2.1.0 - version: 2.1.0 + specifier: ^2.1.1 + version: 2.1.1 cssesc: specifier: ^3.0.0 version: 3.0.0 @@ -473,11 +470,11 @@ importers: specifier: ^4.17.21 version: 4.17.21 stylis: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 stylis-plugin-rtl: specifier: ^2.1.1 - version: 2.1.1(stylis@4.3.1) + version: 2.1.1(stylis@4.3.2) devDependencies: '@babel/plugin-syntax-jsx': specifier: ^7.24.1 @@ -492,14 +489,14 @@ importers: specifier: ^7.10.3 version: 7.10.3 '@types/chai': - specifier: ^4.3.14 - version: 4.3.14 + specifier: ^4.3.16 + version: 4.3.16 '@types/cssesc': specifier: ^3.0.2 version: 3.0.2 '@types/lodash': - specifier: ^4.17.0 - version: 4.17.0 + specifier: ^4.17.1 + version: 4.17.1 '@types/mocha': specifier: ^10.0.6 version: 10.0.6 @@ -513,8 +510,8 @@ importers: specifier: ^18.2.74 version: 18.2.75 '@types/stylis': - specifier: ^4.2.5 - version: 4.2.5 + specifier: ^4.2.6 + version: 4.2.6 chai: specifier: ^4.4.1 version: 4.4.1 @@ -525,8 +522,8 @@ importers: specifier: ^15.8.1 version: 15.8.1 react: - specifier: ^18.2.0 - version: 18.2.0 + specifier: ^18.3.1 + version: 18.3.1 packages/pigment-css-unplugin: dependencies: @@ -546,15 +543,15 @@ importers: specifier: ^0.1.0 version: 0.1.0 unplugin: - specifier: ^1.7.1 + specifier: ^1.10.1 version: 1.10.1 devDependencies: '@types/babel__core': specifier: ^7.20.5 version: 7.20.5 '@types/chai': - specifier: ^4.3.14 - version: 4.3.14 + specifier: ^4.3.16 + version: 4.3.16 '@types/mocha': specifier: ^10.0.6 version: 10.0.6 @@ -668,7 +665,7 @@ packages: '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) '@babel/helpers': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 '@babel/template': 7.24.0 '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 @@ -748,7 +745,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 debug: 4.3.4(supports-color@8.1.1) lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -808,6 +805,10 @@ packages: resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} engines: {node: '>=6.9.0'} + /@babel/helper-plugin-utils@7.24.5: + resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==} + engines: {node: '>=6.9.0'} + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.4): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} @@ -905,8 +906,8 @@ packages: v8flags: 3.2.0 dev: true - /@babel/parser@7.24.4: - resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} + /@babel/parser@7.24.5: + resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: @@ -920,7 +921,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.4): @@ -930,7 +931,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.4): @@ -940,7 +941,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4) dev: true @@ -953,7 +954,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4): @@ -971,7 +972,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4): @@ -980,7 +981,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.4): @@ -990,7 +991,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.4): @@ -999,7 +1000,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.4): @@ -1008,7 +1009,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.4): @@ -1018,7 +1019,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.4): @@ -1028,7 +1029,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4): @@ -1037,7 +1038,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4): @@ -1046,7 +1047,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4): @@ -1056,7 +1057,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -1064,7 +1065,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4): @@ -1073,7 +1074,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4): @@ -1082,7 +1083,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4): @@ -1091,7 +1092,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4): @@ -1100,7 +1101,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4): @@ -1109,7 +1110,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.4): @@ -1119,7 +1120,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4): @@ -1129,7 +1130,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4): @@ -1139,7 +1140,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.4): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} @@ -1149,7 +1150,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4): @@ -1159,7 +1160,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.4): @@ -1170,7 +1171,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) dev: true @@ -1183,7 +1184,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) dev: true @@ -1194,7 +1195,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.24.4): @@ -1204,7 +1205,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4): @@ -1215,7 +1216,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.4): @@ -1226,7 +1227,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) dev: true @@ -1241,7 +1242,7 @@ packages: '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 @@ -1254,7 +1255,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/template': 7.24.0 dev: true @@ -1266,7 +1267,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.4): @@ -1276,7 +1277,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.4): @@ -1286,7 +1287,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) dev: true @@ -1298,7 +1299,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.4): @@ -1308,7 +1309,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) dev: true @@ -1319,7 +1320,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true @@ -1332,7 +1333,7 @@ packages: '@babel/core': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.4): @@ -1342,7 +1343,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) dev: true @@ -1353,7 +1354,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.4): @@ -1363,7 +1364,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) dev: true @@ -1374,7 +1375,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.4): @@ -1385,7 +1386,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4): @@ -1396,7 +1397,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-simple-access': 7.22.5 /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.4): @@ -1408,7 +1409,7 @@ packages: '@babel/core': 7.24.4 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-identifier': 7.22.20 dev: true @@ -1420,7 +1421,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.4): @@ -1431,7 +1432,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.4): @@ -1441,7 +1442,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.4): @@ -1451,7 +1452,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) dev: true @@ -1462,7 +1463,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) dev: true @@ -1474,7 +1475,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) dev: true @@ -1486,7 +1487,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) dev: true @@ -1497,7 +1498,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) dev: true @@ -1508,7 +1509,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) dev: true @@ -1520,7 +1521,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.4): @@ -1531,7 +1532,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.4): @@ -1543,7 +1544,7 @@ packages: '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) dev: true @@ -1554,7 +1555,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-react-constant-elements@7.24.1(@babel/core@7.24.4): @@ -1564,7 +1565,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.4): @@ -1574,7 +1575,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.4): @@ -1594,7 +1595,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.4): @@ -1604,7 +1605,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4): @@ -1616,7 +1617,7 @@ packages: '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) '@babel/types': 7.24.0 dev: true @@ -1629,7 +1630,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.4): @@ -1639,7 +1640,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 regenerator-transform: 0.15.2 dev: true @@ -1650,7 +1651,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.4): @@ -1661,7 +1662,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.4) babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.4) babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.24.4) @@ -1677,7 +1678,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.4): @@ -1687,7 +1688,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true @@ -1698,7 +1699,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.4): @@ -1708,7 +1709,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.4): @@ -1718,7 +1719,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4): @@ -1730,7 +1731,7 @@ packages: '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) /@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.4): @@ -1740,7 +1741,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.4): @@ -1751,7 +1752,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.4): @@ -1762,7 +1763,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.4): @@ -1773,7 +1774,7 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true /@babel/preset-env@7.24.4(@babel/core@7.24.4): @@ -1785,7 +1786,7 @@ packages: '@babel/compat-data': 7.24.4 '@babel/core': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.24.4) '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.4) @@ -1874,7 +1875,7 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/types': 7.24.0 esutils: 2.0.3 dev: true @@ -1936,7 +1937,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 '@babel/types': 7.24.0 /@babel/traverse@7.24.1: @@ -1949,7 +1950,7 @@ packages: '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 '@babel/types': 7.24.0 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 @@ -2060,7 +2061,7 @@ packages: /@emotion/memoize@0.8.1: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} - /@emotion/react@11.11.4(@types/react@18.2.75)(react@18.2.0): + /@emotion/react@11.11.4(@types/react@18.2.75)(react@18.3.1): resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} peerDependencies: '@types/react': '*' @@ -2073,12 +2074,12 @@ packages: '@emotion/babel-plugin': 11.11.0 '@emotion/cache': 11.11.0 '@emotion/serialize': 1.1.4 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) + '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) '@emotion/utils': 1.2.1 '@emotion/weak-memoize': 0.3.1 '@types/react': 18.2.75 hoist-non-react-statics: 3.3.2 - react: 18.2.0 + react: 18.3.1 /@emotion/serialize@1.1.4: resolution: {integrity: sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==} @@ -2092,7 +2093,7 @@ packages: /@emotion/sheet@1.2.2: resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} - /@emotion/styled@11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.2.0): + /@emotion/styled@11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.3.1): resolution: {integrity: sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==} peerDependencies: '@emotion/react': ^11.0.0-rc.0 @@ -2105,23 +2106,23 @@ packages: '@babel/runtime': 7.24.4 '@emotion/babel-plugin': 11.11.0 '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.2.0) + '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.3.1) '@emotion/serialize': 1.1.4 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) + '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) '@emotion/utils': 1.2.1 '@types/react': 18.2.75 - react: 18.2.0 + react: 18.3.1 dev: false /@emotion/unitless@0.8.1: resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} - /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0): + /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.3.1): resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} peerDependencies: react: '>=16.8.0' dependencies: - react: 18.2.0 + react: 18.3.1 /@emotion/utils@1.2.1: resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} @@ -2593,15 +2594,15 @@ packages: '@floating-ui/utils': 0.2.1 dev: false - /@floating-ui/react-dom@2.0.8(react-dom@18.2.0)(react@18.2.0): + /@floating-ui/react-dom@2.0.8(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: '@floating-ui/dom': 1.6.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) dev: false /@floating-ui/utils@0.2.1: @@ -3015,10 +3016,10 @@ packages: '@babel/core': ^7.24.4 dependencies: '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 dev: true - /@mnajdova/enzyme-adapter-react-18@0.2.0(enzyme@3.11.0)(react-dom@18.2.0)(react@18.2.0): + /@mnajdova/enzyme-adapter-react-18@0.2.0(enzyme@3.11.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-BOnjlVa7FHI1YUnYe+FdUtQu6szI1wLJ+C1lHyqmF3T9gu/J/WCYqqcD44dPkrU+8eYvvk/gQducsqna4HFiAg==} peerDependencies: enzyme: ^3.0.0 @@ -3026,21 +3027,21 @@ packages: react-dom: ^18.0.0 dependencies: enzyme: 3.11.0 - enzyme-adapter-utils: 1.14.2(react@18.2.0) + enzyme-adapter-utils: 1.14.2(react@18.3.1) enzyme-shallow-equal: 1.0.7 has: 1.0.4 object.assign: 4.1.5 object.values: 1.2.0 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) react-is: 18.2.0 - react-reconciler: 0.29.0(react@18.2.0) - react-test-renderer: 18.2.0(react@18.2.0) + react-reconciler: 0.29.0(react@18.3.1) + react-test-renderer: 18.2.0(react@18.3.1) semver: 5.7.2 dev: true - /@mui/base@5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): + /@mui/base@5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-fWRiUJVCHCPF+mxd5drn08bY2qRw3jj5f1SSQdUXmaJ/yKpk23ys8MgLO2KGVTRtbks/+ctRfgffGPbXifj0Ug==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3052,26 +3053,49 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) + '@floating-ui/react-dom': 2.0.8(react-dom@18.3.1)(react@18.3.1) '@mui/types': 7.2.14(@types/react@18.2.75) - '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.3.1) '@popperjs/core': 2.11.8 '@types/react': 18.2.75 clsx: 2.1.0 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: false + + /@mui/base@5.0.0-beta.44(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-JLh+Lr6JiciiZ9Cy5ohWoJB6eSSlbUOIY168WpA4GagCyJlJb6CNGvBYczdCyhIBDhh2H6+jTTgi2JCUz4N1hw==} + engines: {node: '>=12.0.0'} + peerDependencies: + '@types/react': ^18.2.74 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.24.4 + '@floating-ui/react-dom': 2.0.8(react-dom@18.3.1)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.2.75) + '@mui/utils': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) + '@popperjs/core': 2.11.8 + '@types/react': 18.2.75 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) dev: false - /@mui/core-downloads-tracker@6.0.0-alpha.2: - resolution: {integrity: sha512-6JSNsfMePoLZ0tKZzQ2i+W8mcZCbP9snFNf/pQGOsMK2igkPGqOfqgdsda2OJrD5tP9VGjEDrrmYGHuX3ir29g==} + /@mui/core-downloads-tracker@6.0.0-dev.240424162023-9968b4889d: + resolution: {integrity: sha512-doh3M3U7HUGSBIWGe1yvesSbfDguMRjP0N09ogWSBM2hovXAlgULhMgcRTepAZLLwfRxFII0bCohq6B9NqoKuw==} dev: false - /@mui/icons-material@6.0.0-alpha.2(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(react@18.2.0): - resolution: {integrity: sha512-guOv2Uo0UkxA3R/TZL9JoS4qUOfsHTmDWvlyoVb4f24+oUCAgqiZyPrajK0PR6UDpSPBv2qxeheylCzAeLxJUQ==} + /@mui/icons-material@6.0.0-alpha.6(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react@18.3.1): + resolution: {integrity: sha512-+SGEmI+iBaNfXgApnTTde6RR+L05nIF2zRKYbwGAjC0+NvYinnhO0g20V94wmpJpuZC3xgXv64iwer9RAcc8jw==} engines: {node: '>=12.0.0'} peerDependencies: - '@mui/material': ^6.0.0-alpha.2 + '@mui/material': ^6.0.0-alpha.6 '@types/react': ^18.2.74 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -3079,9 +3103,9 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@mui/material': 6.0.0-alpha.2(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + '@mui/material': 6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@types/react': 18.2.75 - react: 18.2.0 + react: 18.3.1 dev: false /@mui/internal-docs-utils@1.0.4: @@ -3117,7 +3141,7 @@ packages: - supports-color dev: true - /@mui/lab@6.0.0-alpha.2(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): + /@mui/lab@6.0.0-alpha.2(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-6vFoUap3Vtt4+AhX+yTiD0bDZ4O4aG8vf1iZ0kb591hxMgrrpQ+oc6L4n0FxoxAb4sPGiXYe8aBScxMuyg0g+g==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3136,25 +3160,56 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@mui/base': 5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) - '@mui/material': 6.0.0-alpha.2(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0) + '@mui/base': 5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) + '@mui/system': 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) '@mui/types': 7.2.14(@types/react@18.2.75) - '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.3.1) '@types/react': 18.2.75 clsx: 2.1.0 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + dev: false + + /@mui/lab@6.0.0-alpha.6(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-eEjyBcR9HQNmXwXEJwzgYzCZyis25MBtkQj2Cify46G7juyoUNCBcLz0Q6RbcNA0JE68L0Du+a8kq6a/+Vl7mg==} + engines: {node: '>=12.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@mui/material': ^6.0.0-alpha.6 + '@types/react': ^18.2.74 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.24.4 + '@mui/base': 5.0.0-beta.44(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) + '@mui/material': 6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) + '@mui/system': 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.2.75) + '@mui/utils': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) + '@types/react': 18.2.75 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) dev: false - /@mui/material-nextjs@6.0.0-alpha.0(@emotion/cache@11.11.0)(@mui/material@6.0.0-alpha.2)(@types/react@18.2.75)(next@14.1.4)(react@18.2.0): - resolution: {integrity: sha512-6yvp3yOgX1kYWpC44DUMgFl7AEnJRnA6imj3kfWa0yZGv/rIdDoMiuEyZtAE+I5fUNXiQVZ0cO5tzLBs4fN7jQ==} + /@mui/material-nextjs@6.0.0-dev.240424162023-9968b4889d(@emotion/cache@11.11.0)(@mui/material@6.0.0-alpha.6)(@types/react@18.2.75)(next@14.2.3)(react@18.3.1): + resolution: {integrity: sha512-AO2oep2oIf585eYPT9c4ZlRioa2g1HbXyVvtfJjjMpou+eYqSqd0MWuC6IQeOZM8uUuujcEq7FiQLP8EwrgmFw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/cache': ^11.11.0 '@emotion/server': ^11.11.0 - '@mui/material': ^6.0.0-alpha.0 + '@mui/material': ^6.0.0-dev.240424162023-9968b4889d '@types/react': ^18.2.74 next: ^13.0.0 || ^14.0.0 react: ^17.0.0 || ^18.0.0 @@ -3168,14 +3223,14 @@ packages: dependencies: '@babel/runtime': 7.24.4 '@emotion/cache': 11.11.0 - '@mui/material': 6.0.0-alpha.2(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) + '@mui/material': 6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) '@types/react': 18.2.75 - next: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 + next: 14.2.3(@babel/core@7.24.4)(@playwright/test@1.43.0)(react-dom@18.3.1)(react@18.3.1) + react: 18.3.1 dev: false - /@mui/material@6.0.0-alpha.2(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-p1GpE1a7dQTns0yp0anSNX/Bh1xafTdUCt0roTyqEuL/3hCBKTURE/9/CDttwwQ+Q8oDm5KcsdtXJXJh1ts6Kw==} + /@mui/material@6.0.0-alpha.6(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-wtPu8u3h83DIA24aEBMTtkvN4QCOXxZgpC8+ImrZdlJy4c28goseSGJCZIVLQmMMqQ4kasp91OkPTqOkUKD4gQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3192,24 +3247,24 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@mui/base': 5.0.0-beta.42(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0) - '@mui/core-downloads-tracker': 6.0.0-alpha.2 - '@mui/system': 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0) + '@mui/base': 5.0.0-beta.44(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1) + '@mui/core-downloads-tracker': 6.0.0-dev.240424162023-9968b4889d + '@mui/system': 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) '@mui/types': 7.2.14(@types/react@18.2.75) - '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + '@mui/utils': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) '@types/react': 18.2.75 '@types/react-transition-group': 4.4.10 - clsx: 2.1.0 + clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) react-is: 18.2.0 - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.3.1)(react@18.3.1) dev: false - /@mui/private-theming@6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0): - resolution: {integrity: sha512-S+vlRxja0ncLT1KK+Qkqy6ZNpIsw5ZxoTd70KR8foLtPQXs0XGWQkq9IotbcZnYyKUUhM/5Cqo3w8Q/zNNVzBQ==} + /@mui/private-theming@6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1): + resolution: {integrity: sha512-jMo45tVNOA0t2GEIgOiroPHWkranirwNGdzElxjbNmNXhxniFHDISKzCvEljCEfU88syAwm9fi22CwmqwIbfag==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^18.2.74 @@ -3219,14 +3274,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + '@mui/utils': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) '@types/react': 18.2.75 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 dev: false - /@mui/styled-engine@6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.2.0): - resolution: {integrity: sha512-lJmMF1D3SD9unSh5gjXYU3ChiCrNGrpT36cPOmGv7wiH2qLMov5Wo23nK7UfuaQVA4c4/JAS43SLT2O2z6hx4Q==} + /@mui/styled-engine@6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1): + resolution: {integrity: sha512-M+nvgL6V9JAnJTy9WJLXXWKfe5YnkIpzheXszsvwi0Yoig/er1DcUwhd7fiKhrgSzEhB9eKXA93fdzFdf1+mcQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -3240,15 +3295,15 @@ packages: dependencies: '@babel/runtime': 7.24.4 '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.2.0) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.2.0) + '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.3.1) csstype: 3.1.3 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 dev: false - /@mui/system@6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0): - resolution: {integrity: sha512-NqOFHCT/lvi4v696b0pEEz2Jc3MgjjGRsbFNN+IW5EuIInHr/JEznnPw0GpEU8tgU544MdfMTlFpDgR1LmvmLA==} + /@mui/system@6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1): + resolution: {integrity: sha512-dDPGlPOeU7lLSrtveqIVyNnDaGxRaC2/8P9viKLyKbJj8vZKR8SaW9+SlXo5dUDLNT12YUOc0iiZd0HSZiWrPw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3264,17 +3319,17 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.4 - '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.2.0) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.2.0) - '@mui/private-theming': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) - '@mui/styled-engine': 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.2.0) + '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.3.1) + '@mui/private-theming': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) + '@mui/styled-engine': 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.3.1) '@mui/types': 7.2.14(@types/react@18.2.75) - '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + '@mui/utils': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) '@types/react': 18.2.75 - clsx: 2.1.0 + clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 dev: false /@mui/types@7.2.14(@types/react@18.2.75): @@ -3288,7 +3343,7 @@ packages: '@types/react': 18.2.75 dev: false - /@mui/utils@6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0): + /@mui/utils@6.0.0-alpha.1(@types/react@18.2.75)(react@18.3.1): resolution: {integrity: sha512-BvTVWvW6JDxMjDfEfTTEb6/CLgj87HyS3hYA4hbk0LdFsXeRnFSK6yDj8Dw3gxvXBymQ26kHDyFK3pEoAFlurw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3302,7 +3357,25 @@ packages: '@types/prop-types': 15.7.12 '@types/react': 18.2.75 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 + react-is: 18.2.0 + dev: false + + /@mui/utils@6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1): + resolution: {integrity: sha512-E0MNO8pfIkxsF/Ql+W0J0t4uTgXsTjGHrKr3UhnyFRLqP+JFg5tCvGcSqL0bCDck60Kuc77JCYMr4wbJrhk3LA==} + engines: {node: '>=12.0.0'} + peerDependencies: + '@types/react': ^18.2.74 + react: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@babel/runtime': 7.24.4 + '@types/prop-types': 15.7.12 + '@types/react': 18.2.75 + prop-types: 15.8.1 + react: 18.3.1 react-is: 18.2.0 dev: false @@ -3330,8 +3403,8 @@ packages: resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==} dev: true - /@next/env@14.1.4: - resolution: {integrity: sha512-e7X7bbn3Z6DWnDi75UWn+REgAbLEqxI8Tq2pkFOFAMpWAWApz/YCUhtWMWn410h8Q2fYiYL7Yg5OlxMOCfFjJQ==} + /@next/env@14.2.3: + resolution: {integrity: sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==} dev: false /@next/eslint-plugin-next@14.1.4: @@ -3349,8 +3422,8 @@ packages: dev: true optional: true - /@next/swc-darwin-arm64@14.1.4: - resolution: {integrity: sha512-ubmUkbmW65nIAOmoxT1IROZdmmJMmdYvXIe8211send9ZYJu+SqxSnJM4TrPj9wmL6g9Atvj0S/2cFmMSS99jg==} + /@next/swc-darwin-arm64@14.2.3: + resolution: {integrity: sha512-3pEYo/RaGqPP0YzwnlmPN2puaF2WMLM3apt5jLW2fFdXD9+pqcoTzRk+iZsf8ta7+quAe4Q6Ms0nR0SFGFdS1A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -3367,8 +3440,8 @@ packages: dev: true optional: true - /@next/swc-darwin-x64@14.1.4: - resolution: {integrity: sha512-b0Xo1ELj3u7IkZWAKcJPJEhBop117U78l70nfoQGo4xUSvv0PJSTaV4U9xQBLvZlnjsYkc8RwQN1HoH/oQmLlQ==} + /@next/swc-darwin-x64@14.2.3: + resolution: {integrity: sha512-6adp7waE6P1TYFSXpY366xwsOnEXM+y1kgRpjSRVI2CBDOcbRjsJ67Z6EgKIqWIue52d2q/Mx8g9MszARj8IEA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -3385,8 +3458,8 @@ packages: dev: true optional: true - /@next/swc-linux-arm64-gnu@14.1.4: - resolution: {integrity: sha512-457G0hcLrdYA/u1O2XkRMsDKId5VKe3uKPvrKVOyuARa6nXrdhJOOYU9hkKKyQTMru1B8qEP78IAhf/1XnVqKA==} + /@next/swc-linux-arm64-gnu@14.2.3: + resolution: {integrity: sha512-cuzCE/1G0ZSnTAHJPUT1rPgQx1w5tzSX7POXSLaS7w2nIUJUD+e25QoXD/hMfxbsT9rslEXugWypJMILBj/QsA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3403,8 +3476,8 @@ packages: dev: true optional: true - /@next/swc-linux-arm64-musl@14.1.4: - resolution: {integrity: sha512-l/kMG+z6MB+fKA9KdtyprkTQ1ihlJcBh66cf0HvqGP+rXBbOXX0dpJatjZbHeunvEHoBBS69GYQG5ry78JMy3g==} + /@next/swc-linux-arm64-musl@14.2.3: + resolution: {integrity: sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3421,8 +3494,8 @@ packages: dev: true optional: true - /@next/swc-linux-x64-gnu@14.1.4: - resolution: {integrity: sha512-BapIFZ3ZRnvQ1uWbmqEGJuPT9cgLwvKtxhK/L2t4QYO7l+/DxXuIGjvp1x8rvfa/x1FFSsipERZK70pewbtJtw==} + /@next/swc-linux-x64-gnu@14.2.3: + resolution: {integrity: sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3439,8 +3512,8 @@ packages: dev: true optional: true - /@next/swc-linux-x64-musl@14.1.4: - resolution: {integrity: sha512-mqVxTwk4XuBl49qn2A5UmzFImoL1iLm0KQQwtdRJRKl21ylQwwGCxJtIYo2rbfkZHoSKlh/YgztY0qH3wG1xIg==} + /@next/swc-linux-x64-musl@14.2.3: + resolution: {integrity: sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3457,8 +3530,8 @@ packages: dev: true optional: true - /@next/swc-win32-arm64-msvc@14.1.4: - resolution: {integrity: sha512-xzxF4ErcumXjO2Pvg/wVGrtr9QQJLk3IyQX1ddAC/fi6/5jZCZ9xpuL9Tzc4KPWMFq8GGWFVDMshZOdHGdkvag==} + /@next/swc-win32-arm64-msvc@14.2.3: + resolution: {integrity: sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -3475,8 +3548,8 @@ packages: dev: true optional: true - /@next/swc-win32-ia32-msvc@14.1.4: - resolution: {integrity: sha512-WZiz8OdbkpRw6/IU/lredZWKKZopUMhcI2F+XiMAcPja0uZYdMTZQRoQ0WZcvinn9xZAidimE7tN9W5v9Yyfyw==} + /@next/swc-win32-ia32-msvc@14.2.3: + resolution: {integrity: sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -3493,8 +3566,8 @@ packages: dev: true optional: true - /@next/swc-win32-x64-msvc@14.1.4: - resolution: {integrity: sha512-4Rto21sPfw555sZ/XNLqfxDUNeLhNYGO2dlPqsnuCg8N8a2a9u1ltqBOPQ4vj1Gf7eJC0W2hHG2eYUHuiXgY2w==} + /@next/swc-win32-x64-msvc@14.2.3: + resolution: {integrity: sha512-Q1/zm43RWynxrO7lW4ehciQVj+5ePBhOK+/K2P7pLFX3JaJ/IZVC69SHidrmZSOkqz7ECIOhhy7XhAFG4JYyHA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -4088,14 +4161,13 @@ packages: hasBin: true dependencies: playwright: 1.43.0 - dev: true /@popperjs/core@2.11.8: resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} dev: false - /@remix-run/router@1.15.3: - resolution: {integrity: sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==} + /@remix-run/router@1.16.0: + resolution: {integrity: sha512-Quz1KOffeEf/zwkCBM3kBtH4ZoZ+pT3xIXBG4PPW/XFtDP7EGhtTiC2+gpL9GnR7+Qdet5Oa6cYSvwKYg6kN9Q==} engines: {node: '>=14.0.0'} dev: false @@ -4447,10 +4519,22 @@ packages: - debug dev: true + /@swc/counter@0.1.3: + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + dev: false + /@swc/helpers@0.5.2: resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==} dependencies: tslib: 2.6.2 + dev: true + + /@swc/helpers@0.5.5: + resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} + dependencies: + '@swc/counter': 0.1.3 + tslib: 2.6.2 + dev: false /@szmarczak/http-timer@4.0.6: resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} @@ -4473,7 +4557,7 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/react@14.3.0(react-dom@18.2.0)(react@18.2.0): + /@testing-library/react@14.3.0(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==} engines: {node: '>=14'} peerDependencies: @@ -4483,8 +4567,8 @@ packages: '@babel/runtime': 7.24.4 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.2.24 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) dev: true /@tootallnate/once@2.0.0: @@ -4525,7 +4609,7 @@ packages: /@types/babel__core@7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 '@babel/types': 7.24.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 @@ -4554,7 +4638,7 @@ packages: /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 '@babel/types': 7.24.0 dev: true @@ -4580,8 +4664,8 @@ packages: '@types/responselike': 1.0.3 dev: true - /@types/chai@4.3.14: - resolution: {integrity: sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==} + /@types/chai@4.3.16: + resolution: {integrity: sha512-PatH4iOdyh3MyWtmHVFXLWCCIhUbopaltqddG9BzB+gMIzee2MJrvd+jouii9Z3wzQJruGWAm7WOMjgfG8hQlQ==} dev: true /@types/connect@3.4.38: @@ -4691,6 +4775,10 @@ packages: resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} dev: true + /@types/lodash@4.17.1: + resolution: {integrity: sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==} + dev: true + /@types/mdast@3.0.15: resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} dependencies: @@ -4796,8 +4884,8 @@ packages: '@types/send': 0.17.4 dev: true - /@types/stylis@4.2.5: - resolution: {integrity: sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==} + /@types/stylis@4.2.6: + resolution: {integrity: sha512-4nebF2ZJGzQk0ka0O6+FZUWceyFv4vWq/0dXBMmrSeAwzOuOd/GxE5Pa64d/ndeNLG73dXoBsRzvtsVsYUv6Uw==} dev: true /@types/tsscmp@1.0.2: @@ -5035,7 +5123,7 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-react@4.2.1(vite@5.2.8): + /@vitejs/plugin-react@4.2.1(vite@5.2.11): resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -5046,7 +5134,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.4) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.2.8(@types/node@18.19.31) + vite: 5.2.11(@types/node@18.19.31) transitivePeerDependencies: - supports-color dev: true @@ -5195,7 +5283,7 @@ packages: cosmiconfig: 8.3.6(typescript@5.4.4) happy-dom: 12.10.3 source-map: 0.7.4 - stylis: 4.3.1 + stylis: 4.3.2 ts-invariant: 0.10.3 transitivePeerDependencies: - supports-color @@ -5320,7 +5408,7 @@ packages: indent-string: 5.0.0 dev: true - /airbnb-prop-types@2.16.0(react@18.2.0): + /airbnb-prop-types@2.16.0(react@18.3.1): resolution: {integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==} peerDependencies: react: ^0.14 || ^15.0.0 || ^16.0.0-alpha @@ -5333,7 +5421,7 @@ packages: object.entries: 1.1.8 prop-types: 15.8.1 prop-types-exact: 1.2.0 - react: 18.2.0 + react: 18.3.1 react-is: 16.13.1 dev: true @@ -5751,7 +5839,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -6365,6 +6453,11 @@ packages: engines: {node: '>=6'} dev: false + /clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + dev: false + /cmd-shim@6.0.1: resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -7261,18 +7354,18 @@ packages: hasBin: true dev: true - /enzyme-adapter-utils@1.14.2(react@18.2.0): + /enzyme-adapter-utils@1.14.2(react@18.3.1): resolution: {integrity: sha512-1ZC++RlsYRaiOWE5NRaF5OgsMt7F5rn/VuaJIgc7eW/fmgg8eS1/Ut7EugSPPi7VMdWMLcymRnMF+mJUJ4B8KA==} peerDependencies: react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 dependencies: - airbnb-prop-types: 2.16.0(react@18.2.0) + airbnb-prop-types: 2.16.0(react@18.3.1) function.prototype.name: 1.1.6 hasown: 2.0.2 object.assign: 4.1.5 object.fromentries: 2.0.8 prop-types: 15.8.1 - react: 18.2.0 + react: 18.3.1 semver: 6.3.1 dev: true @@ -8385,7 +8478,6 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true - dev: true optional: true /fsevents@2.3.3: @@ -9602,7 +9694,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -10901,7 +10993,7 @@ packages: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: true - /next@13.5.6(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): + /next@13.5.6(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-Y2wTcTbO4WwEsVb4A8VSnOsG1I9ok+h74q0ZdxkwM3EODqrs4pasq7O0iUxbcS9VtWMicG7f3+HAj0r1+NtKSw==} engines: {node: '>=16.14.0'} hasBin: true @@ -10921,9 +11013,9 @@ packages: busboy: 1.6.0 caniuse-lite: 1.0.30001608 postcss: 8.4.31 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.3.1) watchpack: 2.4.0 optionalDependencies: '@next/swc-darwin-arm64': 13.5.6 @@ -10940,40 +11032,44 @@ packages: - babel-plugin-macros dev: true - /next@14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-1WTaXeSrUwlz/XcnhGTY7+8eiaFvdet5z9u3V2jb+Ek1vFo0VhHKSAIJvDWfQpttWjnyw14kBeq28TPq7bTeEQ==} + /next@14.2.3(@babel/core@7.24.4)(@playwright/test@1.43.0)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 peerDependenciesMeta: '@opentelemetry/api': optional: true + '@playwright/test': + optional: true sass: optional: true dependencies: - '@next/env': 14.1.4 - '@swc/helpers': 0.5.2 + '@next/env': 14.2.3 + '@playwright/test': 1.43.0 + '@swc/helpers': 0.5.5 busboy: 1.6.0 caniuse-lite: 1.0.30001608 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.3.1) optionalDependencies: - '@next/swc-darwin-arm64': 14.1.4 - '@next/swc-darwin-x64': 14.1.4 - '@next/swc-linux-arm64-gnu': 14.1.4 - '@next/swc-linux-arm64-musl': 14.1.4 - '@next/swc-linux-x64-gnu': 14.1.4 - '@next/swc-linux-x64-musl': 14.1.4 - '@next/swc-win32-arm64-msvc': 14.1.4 - '@next/swc-win32-ia32-msvc': 14.1.4 - '@next/swc-win32-x64-msvc': 14.1.4 + '@next/swc-darwin-arm64': 14.2.3 + '@next/swc-darwin-x64': 14.2.3 + '@next/swc-linux-arm64-gnu': 14.2.3 + '@next/swc-linux-arm64-musl': 14.2.3 + '@next/swc-linux-x64-gnu': 14.2.3 + '@next/swc-linux-x64-musl': 14.2.3 + '@next/swc-win32-arm64-msvc': 14.2.3 + '@next/swc-win32-ia32-msvc': 14.2.3 + '@next/swc-win32-x64-msvc': 14.2.3 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -12017,7 +12113,6 @@ packages: resolution: {integrity: sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==} engines: {node: '>=16'} hasBin: true - dev: true /playwright@1.43.0: resolution: {integrity: sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==} @@ -12027,7 +12122,6 @@ packages: playwright-core: 1.43.0 optionalDependencies: fsevents: 2.3.2 - dev: true /please-upgrade-node@3.2.0: resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} @@ -12413,22 +12507,22 @@ packages: - supports-color dev: true - /react-dom@18.2.0(react@18.2.0): - resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + /react-dom@18.3.1(react@18.3.1): + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} peerDependencies: - react: ^18.2.0 + react: ^18.3.1 dependencies: loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.23.0 + react: 18.3.1 + scheduler: 0.23.2 - /react-error-boundary@4.0.13(react@18.2.0): + /react-error-boundary@4.0.13(react@18.3.1): resolution: {integrity: sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==} peerDependencies: react: '>=16.13.1' dependencies: '@babel/runtime': 7.24.4 - react: 18.2.0 + react: 18.3.1 dev: false /react-is@16.13.1: @@ -12441,14 +12535,14 @@ packages: /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-reconciler@0.29.0(react@18.2.0): + /react-reconciler@0.29.0(react@18.3.1): resolution: {integrity: sha512-wa0fGj7Zht1EYMRhKWwoo1H9GApxYLBuhoAuXN0TlltESAjDssB+Apf0T/DngVqaMyPypDmabL37vw/2aRM98Q==} engines: {node: '>=0.10.0'} peerDependencies: react: ^18.2.0 dependencies: loose-envify: 1.4.0 - react: 18.2.0 + react: 18.3.1 scheduler: 0.23.0 dev: true @@ -12457,51 +12551,51 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-router-dom@6.22.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==} + /react-router-dom@6.23.0(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-Q9YaSYvubwgbal2c9DJKfx6hTNoBp3iJDsl+Duva/DwxoJH+OTXkxGpql4iUK2sla/8z4RpjAm6EWx1qUDuopQ==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.15.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-router: 6.22.3(react@18.2.0) + '@remix-run/router': 1.16.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-router: 6.23.0(react@18.3.1) dev: false - /react-router@6.22.3(react@18.2.0): - resolution: {integrity: sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==} + /react-router@6.23.0(react@18.3.1): + resolution: {integrity: sha512-wPMZ8S2TuPadH0sF5irFGjkNLIcRvOSaEe7v+JER8508dyJumm6XZB1u5kztlX0RVq6AzRVndzqcUh6sFIauzA==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.15.3 - react: 18.2.0 + '@remix-run/router': 1.16.0 + react: 18.3.1 dev: false - /react-shallow-renderer@16.15.0(react@18.2.0): + /react-shallow-renderer@16.15.0(react@18.3.1): resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: object-assign: 4.1.1 - react: 18.2.0 + react: 18.3.1 react-is: 18.2.0 dev: true - /react-test-renderer@18.2.0(react@18.2.0): + /react-test-renderer@18.2.0(react@18.3.1): resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==} peerDependencies: react: ^18.2.0 dependencies: - react: 18.2.0 + react: 18.3.1 react-is: 18.2.0 - react-shallow-renderer: 16.15.0(react@18.2.0) + react-shallow-renderer: 16.15.0(react@18.3.1) scheduler: 0.23.0 dev: true - /react-transition-group@4.4.5(react-dom@18.2.0)(react@18.2.0): + /react-transition-group@4.4.5(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: react: '>=16.6.0' @@ -12511,12 +12605,12 @@ packages: dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) dev: false - /react@18.2.0: - resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + /react@18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 @@ -12976,6 +13070,12 @@ packages: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: loose-envify: 1.4.0 + dev: true + + /scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + dependencies: + loose-envify: 1.4.0 /schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} @@ -13561,7 +13661,7 @@ packages: through: 2.3.8 dev: true - /styled-jsx@5.1.1(@babel/core@7.24.4)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.24.4)(react@18.3.1): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -13576,7 +13676,7 @@ packages: dependencies: '@babel/core': 7.24.4 client-only: 0.0.1 - react: 18.2.0 + react: 18.3.1 /stylelint-config-recommended@14.0.0(stylelint@16.3.1): resolution: {integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==} @@ -13646,20 +13746,20 @@ packages: - typescript dev: true - /stylis-plugin-rtl@2.1.1(stylis@4.3.1): + /stylis-plugin-rtl@2.1.1(stylis@4.3.2): resolution: {integrity: sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==} peerDependencies: stylis: 4.x dependencies: cssjanus: 2.1.0 - stylis: 4.3.1 + stylis: 4.3.2 dev: false /stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} - /stylis@4.3.1: - resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==} + /stylis@4.3.2: + resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} dev: false /sucrase@3.35.0: @@ -14420,7 +14520,7 @@ packages: vfile-message: 2.0.4 dev: true - /vite-plugin-pages@0.32.1(vite@5.2.8): + /vite-plugin-pages@0.32.1(vite@5.2.11): resolution: {integrity: sha512-4oPlIbb+J+zpJGfT2xI/27xqY+qTkRc3MBgWKfbW6IWM3CTcSyybuL9kRMCFRdBHfmgkF28qDs7fqVf/HjH1Xw==} peerDependencies: '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 @@ -14437,12 +14537,48 @@ packages: json5: 2.2.3 local-pkg: 0.5.0 picocolors: 1.0.0 - vite: 5.2.8(@types/node@18.19.31) + vite: 5.2.11(@types/node@18.19.31) yaml: 2.4.1 transitivePeerDependencies: - supports-color dev: true + /vite@5.2.11(@types/node@18.19.31): + resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.19.30 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.19.31 + esbuild: 0.20.2 + postcss: 8.4.38 + rollup: 4.14.1 + optionalDependencies: + fsevents: 2.3.3 + dev: true + /vite@5.2.8(@types/node@18.19.31): resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -14943,7 +15079,7 @@ packages: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} dev: true - '@pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils(@babel/core@7.24.4)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)': + '@pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils(@babel/core@7.24.4)(@types/react@18.2.75)(react-dom@18.3.1)(react@18.3.1)': resolution: {registry: https://registry.npmjs.org/, tarball: https://pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils} id: '@pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils' name: '@mui/internal-test-utils' @@ -14957,10 +15093,10 @@ packages: '@babel/register': 7.23.7(@babel/core@7.24.4) '@babel/runtime': 7.24.4 '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.2.0) - '@mnajdova/enzyme-adapter-react-18': 0.2.0(enzyme@3.11.0)(react-dom@18.2.0)(react@18.2.0) + '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.3.1) + '@mnajdova/enzyme-adapter-react-18': 0.2.0(enzyme@3.11.0)(react-dom@18.3.1)(react@18.3.1) '@testing-library/dom': 9.3.4 - '@testing-library/react': 14.3.0(react-dom@18.2.0)(react@18.2.0) + '@testing-library/react': 14.3.0(react-dom@18.3.1)(react@18.3.1) chai: 4.4.1 chai-dom: 1.12.0(chai@4.4.1) dom-accessibility-api: 0.6.3 @@ -14972,9 +15108,9 @@ packages: mocha: 10.4.0 playwright: 1.43.0 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-test-renderer: 18.2.0(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-test-renderer: 18.2.0(react@18.3.1) sinon: 15.2.0 transitivePeerDependencies: - '@babel/core' @@ -14985,7 +15121,7 @@ packages: - utf-8-validate dev: true - file:packages/pigment-css-react(@types/react@18.2.75)(react@18.2.0)(typescript@5.4.4): + file:packages/pigment-css-react(@types/react@18.2.75)(react@18.3.1)(typescript@5.4.4): resolution: {directory: packages/pigment-css-react, type: directory} id: file:packages/pigment-css-react name: '@pigment-css/react' @@ -14994,26 +15130,26 @@ packages: dependencies: '@babel/core': 7.24.4 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/parser': 7.24.4 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/parser': 7.24.5 '@babel/types': 7.24.0 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.2.0) + '@emotion/react': 11.11.4(@types/react@18.2.75)(react@18.3.1) '@emotion/serialize': 1.1.4 - '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.2.0) - '@mui/system': 6.0.0-alpha.1(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.2.0) - '@mui/utils': 6.0.0-alpha.1(@types/react@18.2.75)(react@18.2.0) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.75)(react@18.3.1) + '@mui/system': 6.0.0-alpha.5(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.75)(react@18.3.1) + '@mui/utils': 6.0.0-alpha.5(@types/react@18.2.75)(react@18.3.1) '@wyw-in-js/processor-utils': 0.5.3 '@wyw-in-js/shared': 0.5.3 '@wyw-in-js/transform': 0.5.3(typescript@5.4.4) - clsx: 2.1.0 + clsx: 2.1.1 cssesc: 3.0.0 csstype: 3.1.3 lodash: 4.17.21 - react: 18.2.0 - stylis: 4.3.1 - stylis-plugin-rtl: 2.1.1(stylis@4.3.1) + react: 18.3.1 + stylis: 4.3.2 + stylis-plugin-rtl: 2.1.1(stylis@4.3.2) transitivePeerDependencies: - '@types/react' - supports-color