diff --git a/docs/Development.md b/docs/Development.md index 61490f3c..a764a3c9 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -83,6 +83,20 @@ Some library doesn't fit electron usage, we move their code to this repo and mod - When not installed in package.json, when make release, forge will throw error `An unhandled rejection has occurred inside Forge: Error: ENOENT: no such file or directory, stat '/Users/linonetwo/Desktop/repo/TiddlyGit-Desktop/node_modules/app-path/main'` - [externalApp](https://github.com/desktop/desktop/blob/742b4c44c39d64d01048f1e85364d395432e3413/app/src/lib/editors/lookup.ts): This was used by [Github Desktop](https://github.com/desktop/desktop) to lookup the location of editors like VSCode, we use it in context menu to "open in default text editor" +## Don't upgrade these dependency + +### pure ESM + +Electron forge webpack don't support pure ESM yet + +- default-gateway +- electron-unhandled +- date-fns + +### Use electron forge's recommended version + +- @vercel/webpack-asset-relocator-loader + ## Code Tour [FileProtocol](./features/FileProtocol.md) @@ -94,3 +108,18 @@ TBD ### `Uncaught ReferenceError: require is not defined` `pnpm run clean:cache` can fix this. + +### Electron download slow + +Add `.npmrc` on this project (sometimes the one at home folder is not working). + +```npmrc +electron-mirror=https://registry.npmmirror.com/-/binary/electron/ +electron_custom_dir={{ version }} +``` + +and run `node node_modules/electron/install.js` manually. + +### Preparing native dependencies `Error: ENOENT: no such file or directory, stat 'xxx/node_modules/.pnpm/node_modules/@types/lodash-es'` + +run `rm 'xxx/node_modules/.pnpm/node_modules/@types/lodash-es'` fixes it. Maybe pnpm install gets interrupted, and make a file-like symlink, get recognized as binary file. Remove it will work. diff --git a/package.json b/package.json index 460c5398..7bd3b235 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MPL 2.0", "scripts": { "start": "pnpm run clean && pnpm run init:git-submodule && pnpm run start:without-clean", - "start:without-clean": "pnpm run build:plugin && cross-env NODE_ENV=development electron-forge start", + "start:without-clean": "pnpm run build:plugin && cross-env DEBUG=electron-packager NODE_ENV=development electron-forge start", "clean": "rimraf -- ./out ./userData-dev ./node_modules/tiddlywiki/plugins/linonetwo && cross-env NODE_ENV=development npx ts-node scripts/developmentMkdir.ts", "clean:cache": "rimraf -- ./.webpack ./node_modules/.cache", "start:without-clean:debug-worker": "pnpm run build:plugin && cross-env NODE_ENV=development DEBUG_WORKER=true electron-forge start", @@ -44,76 +44,77 @@ "electron-window-state": "5.0.3", "espree": "^10.3.0", "exponential-backoff": "^3.1.1", - "fs-extra": "11.2.0", + "fs-extra": "11.3.0", "git-sync-js": "^2.0.5", - "i18next": "24.0.0", - "i18next-electron-fs-backend": "3.0.2", + "i18next": "24.2.2", + "i18next-electron-fs-backend": "3.0.3", "i18next-fs-backend": "2.6.0", "intercept-stdout": "0.1.2", - "inversify": "6.1.4", + "inversify": "6.2.1", "inversify-inject-decorators": "3.1.0", "ipaddr.js": "2.2.0", "jimp": "1.6.0", "lodash": "4.17.21", + "material-ui-popup-state": "^5.3.3", "menubar": "9.5.1", - "nanoid": "^5.0.8", + "nanoid": "^5.0.9", "new-github-issue-url": "^1.0.0", "node-fetch": "3.3.2", "reflect-metadata": "0.2.2", "registry-js": "1.16.0", "rotating-file-stream": "^3.2.5", "rxjs": "7.8.1", - "semver": "7.6.3", + "semver": "7.7.0", "source-map-support": "0.5.21", "strip-ansi": "^7.1.0", "threads": "1.7.0", "tiddlywiki": "5.3.6", - "type-fest": "4.27.1", + "type-fest": "4.33.0", "typescript-styled-is": "^2.1.0", "v8-compile-cache-lib": "^3.0.1", "winston": "3.17.0", "winston-daily-rotate-file": "5.0.0", "winston-transport": "4.9.0", - "wouter": "^3.3.5", - "zx": "8.2.2" + "wouter": "^3.5.1", + "zx": "8.3.1" }, "optionalDependencies": { - "@electron-forge/maker-deb": "7.5.0", - "@electron-forge/maker-flatpak": "7.5.0", - "@electron-forge/maker-rpm": "7.5.0", - "@electron-forge/maker-snap": "7.5.0", - "@electron-forge/maker-squirrel": "7.5.0", - "@electron-forge/maker-zip": "7.5.0", + "@electron-forge/maker-deb": "7.6.1", + "@electron-forge/maker-flatpak": "7.6.1", + "@electron-forge/maker-rpm": "7.6.1", + "@electron-forge/maker-snap": "7.6.1", + "@electron-forge/maker-squirrel": "7.6.1", + "@electron-forge/maker-zip": "7.6.1", + "@reforged/maker-appimage": "^4.0.4", "electron-squirrel-startup": "1.0.1" }, "devDependencies": { - "@cucumber/cucumber": "11.1.0", - "@dnd-kit/core": "6.2.0", - "@dnd-kit/modifiers": "8.0.0", - "@dnd-kit/sortable": "9.0.0", + "@cucumber/cucumber": "11.2.0", + "@dnd-kit/core": "6.3.1", + "@dnd-kit/modifiers": "9.0.0", + "@dnd-kit/sortable": "10.0.0", "@dnd-kit/utilities": "3.2.2", - "@electron-forge/cli": "7.5.0", - "@electron-forge/plugin-auto-unpack-natives": "7.5.0", - "@electron-forge/plugin-webpack": "7.5.0", + "@electron-forge/cli": "7.6.1", + "@electron-forge/plugin-auto-unpack-natives": "7.6.1", + "@electron-forge/plugin-webpack": "7.6.1", "@electron/rebuild": "^3.7.1", - "@fontsource/roboto": "^5.1.0", - "@mui/icons-material": "^5.15.21", + "@fontsource/roboto": "^5.1.1", + "@mui/icons-material": "^6.4.2", "@mui/lab": "5.0.0-alpha.170", - "@mui/material": "^5.15.21", - "@mui/styled-engine-sc": "6.0.0-alpha.18", - "@mui/styles": "^5.15.21", - "@mui/x-date-pickers": "^7.8.0", - "@reforged/maker-appimage": "^4.0.2", + "@mui/material": "^6.4.2", + "@mui/styled-engine-sc": "6.4.2", + "@mui/styles": "^6.4.2", + "@mui/x-date-pickers": "^7.25.0", "@types/bluebird": "3.5.42", "@types/chai": "5.0.1", "@types/circular-dependency-plugin": "5.0.8", "@types/fs-extra": "11.0.4", - "@types/i18next-fs-backend": "1.1.5", + "@types/i18next-fs-backend": "1.2.0", "@types/intercept-stdout": "0.1.3", - "@types/lodash": "4.17.13", - "@types/node": "22.9.3", - "@types/react": "18.3.12", - "@types/react-dom": "18.3.1", + "@types/lodash": "4.17.15", + "@types/node": "22.13.0", + "@types/react": "19.0.8", + "@types/react-dom": "19.0.3", "@types/react-helmet": "6.1.11", "@types/semver": "7.5.8", "@types/source-map-support": "0.5.10", @@ -128,32 +129,32 @@ "cross-env": "7.0.3", "css-loader": "6.11.0", "date-fns": "3.6.0", - "dprint": "^0.47.5", - "electron": "33.2.0", - "esbuild": "^0.24.0", + "dprint": "^0.48.0", + "electron": "34.0.2", + "esbuild": "^0.24.2", "esbuild-loader": "^4.2.2", "eslint-config-tidgi": "1.2.3", "fork-ts-checker-webpack-plugin": "9.0.2", - "graphql-hooks": "8.0.1", + "graphql-hooks": "8.2.0", "json5": "^2.2.3", "node-loader": "2.1.0", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.0.0", + "react-dom": "19.0.0", "react-helmet": "6.1.0", - "react-i18next": "15.1.1", + "react-i18next": "15.4.0", "rimraf": "^6.0.1", - "simplebar": "6.2.7", - "simplebar-react": "3.2.6", + "simplebar": "6.3.0", + "simplebar-react": "3.3.0", "style-loader": "4.0.0", - "styled-components": "6.1.13", + "styled-components": "6.1.14", "threads-plugin": "1.4.0", "ts-import-plugin": "3.0.0", - "ts-loader": "9.5.1", + "ts-loader": "9.5.2", "ts-node": "10.9.2", "tw5-typed": "^0.5.14", - "typescript": "5.7.2", + "typescript": "5.7.3", "typescript-plugin-styled-components": "3.0.0", - "typesync": "0.13.4", + "typesync": "0.14.0", "webpack-bundle-analyzer": "4.10.2", "webpack-node-externals": "3.0.0", "webpack5-externals-plugin": "1.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 99714cdf..6d6d2508 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,10 +37,10 @@ importers: version: 4.0.0 electron-ipc-cat: specifier: 2.0.1 - version: 2.0.1(electron@33.2.0)(rxjs@7.8.1) + version: 2.0.1(electron@34.0.2)(rxjs@7.8.1) electron-settings: specifier: 5.0.0 - version: 5.0.0(electron@33.2.0) + version: 5.0.0(electron@34.0.2) electron-unhandled: specifier: 4.0.1 version: 4.0.1 @@ -54,17 +54,17 @@ importers: specifier: ^3.1.1 version: 3.1.1 fs-extra: - specifier: 11.2.0 - version: 11.2.0 + specifier: 11.3.0 + version: 11.3.0 git-sync-js: specifier: ^2.0.5 version: 2.0.5 i18next: - specifier: 24.0.0 - version: 24.0.0(typescript@5.7.2) + specifier: 24.2.2 + version: 24.2.2(typescript@5.7.3) i18next-electron-fs-backend: - specifier: 3.0.2 - version: 3.0.2 + specifier: 3.0.3 + version: 3.0.3 i18next-fs-backend: specifier: 2.6.0 version: 2.6.0 @@ -72,8 +72,8 @@ importers: specifier: 0.1.2 version: 0.1.2 inversify: - specifier: 6.1.4 - version: 6.1.4(reflect-metadata@0.2.2) + specifier: 6.2.1 + version: 6.2.1(reflect-metadata@0.2.2) inversify-inject-decorators: specifier: 3.1.0 version: 3.1.0 @@ -86,12 +86,15 @@ importers: lodash: specifier: 4.17.21 version: 4.17.21 + material-ui-popup-state: + specifier: ^5.3.3 + version: 5.3.3(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0) menubar: specifier: 9.5.1 - version: 9.5.1(electron@33.2.0) + version: 9.5.1(electron@34.0.2) nanoid: - specifier: ^5.0.8 - version: 5.0.8 + specifier: ^5.0.9 + version: 5.0.9 new-github-issue-url: specifier: ^1.0.0 version: 1.0.0 @@ -111,8 +114,8 @@ importers: specifier: 7.8.1 version: 7.8.1 semver: - specifier: 7.6.3 - version: 7.6.3 + specifier: 7.7.0 + version: 7.7.0 source-map-support: specifier: 0.5.21 version: 0.5.21 @@ -126,11 +129,11 @@ importers: specifier: 5.3.6 version: 5.3.6 type-fest: - specifier: 4.27.1 - version: 4.27.1 + specifier: 4.33.0 + version: 4.33.0 typescript-styled-is: specifier: ^2.1.0 - version: 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + version: 2.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) v8-compile-cache-lib: specifier: ^3.0.1 version: 3.0.1 @@ -144,85 +147,85 @@ importers: specifier: 4.9.0 version: 4.9.0 wouter: - specifier: ^3.3.5 - version: 3.3.5(react@18.3.1) + specifier: ^3.5.1 + version: 3.5.1(react@19.0.0) zx: - specifier: 8.2.2 - version: 8.2.2 + specifier: 8.3.1 + version: 8.3.1 optionalDependencies: '@electron-forge/maker-deb': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) '@electron-forge/maker-flatpak': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) '@electron-forge/maker-rpm': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) '@electron-forge/maker-snap': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) '@electron-forge/maker-squirrel': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) '@electron-forge/maker-zip': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) + '@reforged/maker-appimage': + specifier: ^4.0.4 + version: 4.0.4(bluebird@3.7.2) electron-squirrel-startup: specifier: 1.0.1 version: 1.0.1 devDependencies: '@cucumber/cucumber': - specifier: 11.1.0 - version: 11.1.0 + specifier: 11.2.0 + version: 11.2.0 '@dnd-kit/core': - specifier: 6.2.0 - version: 6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 6.3.1 + version: 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@dnd-kit/modifiers': - specifier: 8.0.0 - version: 8.0.0(@dnd-kit/core@6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@dnd-kit/sortable': specifier: 9.0.0 - version: 9.0.0(@dnd-kit/core@6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + '@dnd-kit/sortable': + specifier: 10.0.0 + version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) '@dnd-kit/utilities': specifier: 3.2.2 - version: 3.2.2(react@18.3.1) + version: 3.2.2(react@19.0.0) '@electron-forge/cli': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2)(encoding@0.1.13) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2)(encoding@0.1.13) '@electron-forge/plugin-auto-unpack-natives': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2) '@electron-forge/plugin-webpack': - specifier: 7.5.0 - version: 7.5.0(bluebird@3.7.2)(esbuild@0.24.0) + specifier: 7.6.1 + version: 7.6.1(bluebird@3.7.2)(esbuild@0.24.2) '@electron/rebuild': specifier: ^3.7.1 version: 3.7.1(bluebird@3.7.2) '@fontsource/roboto': - specifier: ^5.1.0 - version: 5.1.0 + specifier: ^5.1.1 + version: 5.1.1 '@mui/icons-material': - specifier: ^5.15.21 - version: 5.15.21(@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) + specifier: ^6.4.2 + version: 6.4.2(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0) '@mui/lab': specifier: 5.0.0-alpha.170 - version: 5.0.0-alpha.170(@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-alpha.170(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@mui/material': - specifier: ^5.15.21 - version: 5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^6.4.2 + version: 6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@mui/styled-engine-sc': - specifier: 6.0.0-alpha.18 - version: 6.0.0-alpha.18(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: 6.4.2 + version: 6.4.2(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@mui/styles': - specifier: ^5.15.21 - version: 5.15.21(@types/react@18.3.12)(react@18.3.1) + specifier: ^6.4.2 + version: 6.4.2(@types/react@19.0.8)(react@19.0.0) '@mui/x-date-pickers': - specifier: ^7.8.0 - version: 7.8.0(@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(date-fns@3.6.0)(luxon@3.2.1)(moment@2.29.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@reforged/maker-appimage': - specifier: ^4.0.2 - version: 4.0.2(bluebird@3.7.2) + specifier: ^7.25.0 + version: 7.25.0(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.4.2(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(date-fns@3.6.0)(luxon@3.5.0)(moment@2.29.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/bluebird': specifier: 3.5.42 version: 3.5.42 @@ -231,28 +234,28 @@ importers: version: 5.0.1 '@types/circular-dependency-plugin': specifier: 5.0.8 - version: 5.0.8(esbuild@0.24.0) + version: 5.0.8(esbuild@0.24.2) '@types/fs-extra': specifier: 11.0.4 version: 11.0.4 '@types/i18next-fs-backend': - specifier: 1.1.5 - version: 1.1.5 + specifier: 1.2.0 + version: 1.2.0 '@types/intercept-stdout': specifier: 0.1.3 version: 0.1.3 '@types/lodash': - specifier: 4.17.13 - version: 4.17.13 + specifier: 4.17.15 + version: 4.17.15 '@types/node': - specifier: 22.9.3 - version: 22.9.3 + specifier: 22.13.0 + version: 22.13.0 '@types/react': - specifier: 18.3.12 - version: 18.3.12 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: 18.3.1 - version: 18.3.1 + specifier: 19.0.3 + version: 19.0.3(@types/react@19.0.8) '@types/react-helmet': specifier: 6.1.11 version: 6.1.11 @@ -267,112 +270,112 @@ importers: version: 5.1.34 '@types/webpack-bundle-analyzer': specifier: 4.7.0 - version: 4.7.0(esbuild@0.24.0) + version: 4.7.0(esbuild@0.24.2) '@types/webpack-node-externals': specifier: 3.0.4 - version: 3.0.4(esbuild@0.24.0) + version: 3.0.4(esbuild@0.24.2) '@vercel/webpack-asset-relocator-loader': specifier: 1.7.3 version: 1.7.3 beautiful-react-hooks: specifier: 5.0.2 - version: 5.0.2(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(rxjs@7.8.1) + version: 5.0.2(react-dom@19.0.0(react@19.0.0))(react-router-dom@6.14.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(rxjs@7.8.1) chai: specifier: 5.1.2 version: 5.1.2 circular-dependency-plugin: specifier: 5.2.2 - version: 5.2.2(webpack@5.88.1(esbuild@0.24.0)) + version: 5.2.2(webpack@5.88.1(esbuild@0.24.2)) copy-webpack-plugin: specifier: 12.0.2 - version: 12.0.2(webpack@5.88.1(esbuild@0.24.0)) + version: 12.0.2(webpack@5.88.1(esbuild@0.24.2)) cross-env: specifier: 7.0.3 version: 7.0.3 css-loader: specifier: 6.11.0 - version: 6.11.0(webpack@5.88.1(esbuild@0.24.0)) + version: 6.11.0(webpack@5.88.1(esbuild@0.24.2)) date-fns: specifier: 3.6.0 version: 3.6.0 dprint: - specifier: ^0.47.5 - version: 0.47.5 + specifier: ^0.48.0 + version: 0.48.0 electron: - specifier: 33.2.0 - version: 33.2.0 + specifier: 34.0.2 + version: 34.0.2 esbuild: - specifier: ^0.24.0 - version: 0.24.0 + specifier: ^0.24.2 + version: 0.24.2 esbuild-loader: specifier: ^4.2.2 - version: 4.2.2(webpack@5.88.1(esbuild@0.24.0)) + version: 4.2.2(webpack@5.88.1(esbuild@0.24.2)) eslint-config-tidgi: specifier: 1.2.3 - version: 1.2.3(typescript@5.7.2) + version: 1.2.3(typescript@5.7.3) fork-ts-checker-webpack-plugin: specifier: 9.0.2 - version: 9.0.2(typescript@5.7.2)(webpack@5.88.1(esbuild@0.24.0)) + version: 9.0.2(typescript@5.7.3)(webpack@5.88.1(esbuild@0.24.2)) graphql-hooks: - specifier: 8.0.1 - version: 8.0.1(react@18.3.1) + specifier: 8.2.0 + version: 8.2.0(react@19.0.0) json5: specifier: ^2.2.3 version: 2.2.3 node-loader: specifier: 2.1.0 - version: 2.1.0(webpack@5.88.1(esbuild@0.24.0)) + version: 2.1.0(webpack@5.88.1(esbuild@0.24.2)) react: - specifier: 18.3.1 - version: 18.3.1 + specifier: 19.0.0 + version: 19.0.0 react-dom: - specifier: 18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 19.0.0 + version: 19.0.0(react@19.0.0) react-helmet: specifier: 6.1.0 - version: 6.1.0(react@18.3.1) + version: 6.1.0(react@19.0.0) react-i18next: - specifier: 15.1.1 - version: 15.1.1(i18next@24.0.0(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 15.4.0 + version: 15.4.0(i18next@24.2.2(typescript@5.7.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) rimraf: specifier: ^6.0.1 version: 6.0.1 simplebar: - specifier: 6.2.7 - version: 6.2.7 + specifier: 6.3.0 + version: 6.3.0 simplebar-react: - specifier: 3.2.6 - version: 3.2.6(react@18.3.1) + specifier: 3.3.0 + version: 3.3.0(react@19.0.0) style-loader: specifier: 4.0.0 - version: 4.0.0(webpack@5.88.1(esbuild@0.24.0)) + version: 4.0.0(webpack@5.88.1(esbuild@0.24.2)) styled-components: - specifier: 6.1.13 - version: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 6.1.14 + version: 6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) threads-plugin: specifier: 1.4.0 - version: 1.4.0(@babel/types@7.22.5)(webpack@5.88.1(esbuild@0.24.0)) + version: 1.4.0(@babel/types@7.22.5)(webpack@5.88.1(esbuild@0.24.2)) ts-import-plugin: specifier: 3.0.0 - version: 3.0.0(typescript@5.7.2) + version: 3.0.0(typescript@5.7.3) ts-loader: - specifier: 9.5.1 - version: 9.5.1(typescript@5.7.2)(webpack@5.88.1(esbuild@0.24.0)) + specifier: 9.5.2 + version: 9.5.2(typescript@5.7.3)(webpack@5.88.1(esbuild@0.24.2)) ts-node: specifier: 10.9.2 - version: 10.9.2(@types/node@22.9.3)(typescript@5.7.2) + version: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) tw5-typed: specifier: ^0.5.14 version: 0.5.14 typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 typescript-plugin-styled-components: specifier: 3.0.0 - version: 3.0.0(typescript@5.7.2) + version: 3.0.0(typescript@5.7.3) typesync: - specifier: 0.13.4 - version: 0.13.4(typescript@5.7.2) + specifier: 0.14.0 + version: 0.14.0(typescript@5.7.3) webpack-bundle-analyzer: specifier: 4.10.2 version: 4.10.2 @@ -384,7 +387,7 @@ importers: version: 1.0.4 webpackbar: specifier: 7.0.0 - version: 7.0.0(webpack@5.88.1(esbuild@0.24.0)) + version: 7.0.0(webpack@5.88.1(esbuild@0.24.2)) packages: @@ -425,6 +428,10 @@ packages: resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.26.2': + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.22.5': resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} @@ -437,6 +444,10 @@ packages: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.9': + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.22.5': resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} engines: {node: '>=6.9.0'} @@ -472,11 +483,11 @@ packages: '@cucumber/ci-environment@10.0.1': resolution: {integrity: sha512-/+ooDMPtKSmvcPMDYnMZt4LuoipfFfHaYspStI4shqw8FyKcfQAmekz6G+QKWjQQrvM+7Hkljwx58MEwPCwwzg==} - '@cucumber/cucumber-expressions@17.1.0': - resolution: {integrity: sha512-PCv/ppsPynniKPWJr5v566daCVe+pbxQpHGrIu/Ev57cCH9Rv+X0F6lio4Id3Z64TaG7btCRLUGewIgLwmrwOA==} + '@cucumber/cucumber-expressions@18.0.1': + resolution: {integrity: sha512-NSid6bI+7UlgMywl5octojY5NXnxR9uq+JisjOrO52VbFsQM6gTWuQFE8syI10KnIBEdPzuEUSVEeZ0VFzRnZA==} - '@cucumber/cucumber@11.1.0': - resolution: {integrity: sha512-INDycPL2AR1Ky3X+81n2MfChvVe8Z8we52GG6I0lld34755Dn3xsiM7a2g9eCr6wRX8+9vnOom1D7Pbc2238RQ==} + '@cucumber/cucumber@11.2.0': + resolution: {integrity: sha512-F69uIPTc7dfgU7/TGAaQaWUz7r/DzoPW39AfJoKQOC7IvBiPQwpvSIo6QEd+63pdpdKNRbtQoVl5vP9IclhhuA==} engines: {node: 18 || 20 || 22 || >=23} hasBin: true @@ -495,13 +506,16 @@ packages: '@cucumber/gherkin@28.0.0': resolution: {integrity: sha512-Ee6zJQq0OmIUPdW0mSnsCsrWA2PZAELNDPICD2pLfs0Oz7RAPgj80UsD2UCtqyAhw2qAR62aqlktKUlai5zl/A==} - '@cucumber/html-formatter@21.6.0': - resolution: {integrity: sha512-Qw1tdObBJrgXgXwVjKVjB3hFhFPI8WhIFb+ULy8g5lDl5AdnKDiyDXAMvAWRX+pphnRMMNdkPCt6ZXEfWvUuAA==} + '@cucumber/gherkin@30.0.4': + resolution: {integrity: sha512-pb7lmAJqweZRADTTsgnC3F5zbTh3nwOB1M83Q9ZPbUKMb3P76PzK6cTcPTJBHWy3l7isbigIv+BkDjaca6C8/g==} + + '@cucumber/html-formatter@21.7.0': + resolution: {integrity: sha512-bv211aY8mErp6CdmhN426E+7KIsVIES4fGx5ASMlUzYWiMus6NhSdI9UL3Vswx8JXJMgySeIcJJKfznREUFLNA==} peerDependencies: '@cucumber/messages': '>=18' - '@cucumber/junit-xml-formatter@0.6.0': - resolution: {integrity: sha512-++PAuxliQhq7yr2Bn9P0fwBUo46OoKAK5f6M4PrwoHBqIsl/6pUS4mqpviuBrgZ8RD7BTrmASk4lUDJClAz/qA==} + '@cucumber/junit-xml-formatter@0.7.1': + resolution: {integrity: sha512-AzhX+xFE/3zfoYeqkT7DNq68wAQfBcx4Dk9qS/ocXM2v5tBv6eFQ+w8zaSfsktCjYzu4oYRH/jh4USD1CYHfaQ==} peerDependencies: '@cucumber/messages': '*' @@ -513,13 +527,16 @@ packages: '@cucumber/messages@24.1.0': resolution: {integrity: sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==} + '@cucumber/messages@27.0.2': + resolution: {integrity: sha512-jo2B+vYXmpuLOKh6Gc8loHl2E8svCkLvEXLVgFwVHqKWZJWBTa9yTRCPmZIxrz4fnO7Pr3N3vKQCPu73/gjlVQ==} + '@cucumber/query@13.0.2': resolution: {integrity: sha512-ykjwL99F5ZmJ3XnIRPe/eA8LvfSTc+C6ZZXrD5QrAfhfMRomBNpZT03MNnxrJ92ge18eDbculhclrIJQiVJCJg==} peerDependencies: '@cucumber/messages': '*' - '@cucumber/tag-expressions@6.1.0': - resolution: {integrity: sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==} + '@cucumber/tag-expressions@6.1.1': + resolution: {integrity: sha512-0oj5KTzf2DsR3DhL3hYeI9fP3nyKzs7TQdpl54uJelJ3W3Hlyyet2Hib+8LK7kNnqJsXENnJg9zahRYyrtvNEg==} '@dabh/diagnostics@2.0.3': resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} @@ -533,22 +550,22 @@ packages: peerDependencies: react: '>=16.8.0' - '@dnd-kit/core@6.2.0': - resolution: {integrity: sha512-KVK/CJmaYGTxTPU6P0+Oy4itgffTUa80B8317sXzfOr1qUzSL29jE7Th11llXiu2haB7B9Glpzo2CDElin+geQ==} + '@dnd-kit/core@6.3.1': + resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@dnd-kit/modifiers@8.0.0': - resolution: {integrity: sha512-oPZ0JoKtVSK9hVHSBDKG1oCLgnZbpxuH/SMnyDtXkNhn9+SF1+98DlWILFYxIT8faOS/GgfhlNFREmym6oqrEg==} + '@dnd-kit/modifiers@9.0.0': + resolution: {integrity: sha512-ybiLc66qRGuZoC20wdSSG6pDXFikui/dCNGthxv4Ndy8ylErY0N3KVxY2bgo7AWwIbxDmXDg3ylAFmnrjcbVvw==} peerDependencies: - '@dnd-kit/core': ^6.2.0 + '@dnd-kit/core': ^6.3.0 react: '>=16.8.0' - '@dnd-kit/sortable@9.0.0': - resolution: {integrity: sha512-3/9r8Mmba0nKTbo8kPnVSFZKf/VSy94nXZ3aUwzPEh78j/LooQ/EFKRZENak4PHKBkN53mgTF/z+Sd8H+FcAnQ==} + '@dnd-kit/sortable@10.0.0': + resolution: {integrity: sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==} peerDependencies: - '@dnd-kit/core': ^6.2.0 + '@dnd-kit/core': ^6.3.0 react: '>=16.8.0' '@dnd-kit/utilities@3.2.2': @@ -561,8 +578,8 @@ packages: cpu: [arm64] os: [darwin] - '@dprint/darwin-arm64@0.47.5': - resolution: {integrity: sha512-aVa3F//dkvEeNA7DCSlVcLxB0CV6zXpfbJZ/xsd+xgbayCXFuFr7qt0M6T4WP3gkQn5D7Zu8/pbXfRXQXo9qlQ==} + '@dprint/darwin-arm64@0.48.0': + resolution: {integrity: sha512-LJ+02WB1PDIUqobfwxBVMz0cUByXsZ6izFTC9tHR+BDt+qWfoZpCn5r/zpAVSkVlA5LzGHKLVNJrwKwaTnAiVA==} cpu: [arm64] os: [darwin] @@ -571,8 +588,8 @@ packages: cpu: [x64] os: [darwin] - '@dprint/darwin-x64@0.47.5': - resolution: {integrity: sha512-84lmSLM/idIQ4UBkBHU1chP0WTldRjzLOEN22/XbdB1JGOIVN1pJIIU0lsmVWXaNI4SvGfty+thhGn73SSlQwA==} + '@dprint/darwin-x64@0.48.0': + resolution: {integrity: sha512-OxfLbitoNvFMVucauJ2DvEaJpnxyyhXWC2M56f2AX8lkZSsHrdMHtklqxHz3cBGVPpcCXjLPRC139ynwmqtjIA==} cpu: [x64] os: [darwin] @@ -590,8 +607,8 @@ packages: cpu: [arm64] os: [linux] - '@dprint/linux-arm64-glibc@0.47.5': - resolution: {integrity: sha512-Zk7Ut9Trgl2ssGWx0u3YegnRQFXivKaK1fPEimg/uMwdaLtWFGvNs6DACAJk34d883zmDkTQvllqY1kc78CeBg==} + '@dprint/linux-arm64-glibc@0.48.0': + resolution: {integrity: sha512-VMeyorjMXE9NrksmyOJ0zJRGxT7r7kDBBxshCxW+U1xgW+FqR8oE25RZaeDZZPDzUHapAly4ILZqjExLzAWVpw==} cpu: [arm64] os: [linux] @@ -600,18 +617,23 @@ packages: cpu: [arm64] os: [linux] - '@dprint/linux-arm64-musl@0.47.5': - resolution: {integrity: sha512-KmCu1yX5+/2MbT9n0iAgSK1gc6sQBcDayq8QRO7TRSs+gTDAZ/yQXHkhLdlk5fWsTR1mDQPVRG+2nAjHDhk8EA==} + '@dprint/linux-arm64-musl@0.48.0': + resolution: {integrity: sha512-1BUHQKEngrZv8F6wq2SVxdokyeUoHFXjz0xbYGwctlFPzXAVNLpDy9FROXsfIKmxZ0NsRqEpatETLmubtvWtcA==} cpu: [arm64] os: [linux] + '@dprint/linux-riscv64-glibc@0.48.0': + resolution: {integrity: sha512-c8LktisPGbygyFf9wUg0trbAQDApawU017iPQXkZnGcV4QoCeGkFjnY8vltIKyy5DeP5gIp12KjlaT/wogMPkw==} + cpu: [riscv64] + os: [linux] + '@dprint/linux-x64-glibc@0.45.0': resolution: {integrity: sha512-u03NCZIpJhE5gIl9Q7jNL4sOPBFd/8BLVBiuLoLtbiTZQ+NNudHKgGNATJBU67q1MKpqKnt8/gQm139cJkHhrw==} cpu: [x64] os: [linux] - '@dprint/linux-x64-glibc@0.47.5': - resolution: {integrity: sha512-oBwENMikvcM+eT6JdliMIM+TOiV4VuBJGK+AN1sTOW45VeiYvmzGPOQwCxVeFq4MnZkMfrycC/PAY3C7Vcuh6w==} + '@dprint/linux-x64-glibc@0.48.0': + resolution: {integrity: sha512-Am8rp4FqmkO4aFdmwxk+82g2csxPLTPIlNq0Fa9AZReU15yta3Pq0Pg4AXFq+KSso5L4WGmt09ciCitK5gmdOg==} cpu: [x64] os: [linux] @@ -620,8 +642,8 @@ packages: cpu: [x64] os: [linux] - '@dprint/linux-x64-musl@0.47.5': - resolution: {integrity: sha512-B1IGyaP0k25JDhqmR/UpvgyNtnclBoXV7ZNQbvygehBkTeC69afwzpUxjQ2pKj2F9bl1Rby//fhsAFOg60PzsA==} + '@dprint/linux-x64-musl@0.48.0': + resolution: {integrity: sha512-0nzrZXOvblM/H4GVffNJ7YZn/Y4F/i+DNDZRT1hQmKuTQurB7a2MBJ91OpooLIWJoSn4q40crwM1Po4xnNXrdg==} cpu: [x64] os: [linux] @@ -634,8 +656,8 @@ packages: '@dprint/typescript@0.84.4': resolution: {integrity: sha512-QIdXKI+bbtV7l+k3eBsPtbWFD4ELwY+Hbd9uH2sIOK6ZNzBquTO/EJNX77Pr25kdaj39lPr2Do1YDZM4iQVqXg==} - '@dprint/win32-arm64@0.47.5': - resolution: {integrity: sha512-tKSPwGWsKc+QAdsx6UQav9AY8WXm+B5Mx23ujliJJMRss6Dnlmg17NjbAnSBSqXSrfqaMeQx6d4gujPpOS3F9A==} + '@dprint/win32-arm64@0.48.0': + resolution: {integrity: sha512-bRcGLbhKEXmP7iXDir/vU6DqkA3XaMqBM6P2ACCJMHd+XKWsz3VJzZMn5hFWZ+oZpxUsS3Mg2RcgH5xVjaawgA==} cpu: [arm64] os: [win32] @@ -644,110 +666,110 @@ packages: cpu: [x64] os: [win32] - '@dprint/win32-x64@0.47.5': - resolution: {integrity: sha512-ljbrGv5rDR00ziBFY6V+qLhtLHm2dsjgiFG9OU7kr3vHEj4eN31nwxU5W2mh0eMoRk7IbcJ5ahTJDLgoYdvfgw==} + '@dprint/win32-x64@0.48.0': + resolution: {integrity: sha512-9JOKWWngo5vPBFxJgFogAS4rfFC2GaB9Yew6JZbRBUik7j5Num2muuw5p1tMYnl2NUBdS2W4EgsSLM3uUDyhBQ==} cpu: [x64] os: [win32] - '@electron-forge/cli@7.5.0': - resolution: {integrity: sha512-dlxr4ac5ONWs1Wmbgh18rclxcp9Fe5SzCF9ookp08Z1w4YP9FbQd1SHs0oLKWLF6qH9qdX8H2EWB9Nt6tOzC5g==} + '@electron-forge/cli@7.6.1': + resolution: {integrity: sha512-Z9OwK5cAVDOj7MWWt9Gw0/4OJO/db+rshLSXg0I+ySv4xrJmZK1w6QEeOrm7eHjuAqKA+gzIaHsRsT0klCL2lg==} engines: {node: '>= 16.4.0'} hasBin: true - '@electron-forge/core-utils@7.5.0': - resolution: {integrity: sha512-PtyQT6qeOEJsi4ltoB7Jb6YUUCwK3gDt5gVyAF2aJ8eZi9rJ0hasHc5vjcmBaz9FwDMjYZrBD8oRBhNgbhEakQ==} + '@electron-forge/core-utils@7.6.1': + resolution: {integrity: sha512-RGA3azq0r5bGk8DDmVDP1EML071JEa44hpZEgSsv9zmdC86aTh0cANyDE6sVarAwLx4LQ+zrFE3KSb63j1HD5w==} engines: {node: '>= 16.4.0'} - '@electron-forge/core@7.5.0': - resolution: {integrity: sha512-Hg/fXabRZtMbyrtnpzpb3i49qNai+juCg+6bgyjYfWgJGr5VGH947lWd7skujH5qJ+Y7FgvANDGnenZuQwxZNw==} - engines: {node: '>= 16.4.0'} - - '@electron-forge/maker-base@7.2.0': - resolution: {integrity: sha512-5dCFiVo4WhSlLf/T9MP+jnMqP3qfmwvjCSiTRE08USeotNWhycztcFox94NbxMJkRt329tNeG2RRs7RzdCz21w==} + '@electron-forge/core@7.6.1': + resolution: {integrity: sha512-gODx2GcBl6Y6ls1DeBidhKC0nmI2/xfx89WcSEDa5M3NKm/bBQo1EPjpwG6F+2r4e8KDkY/KrRbIli+wL1zQ7w==} engines: {node: '>= 16.4.0'} '@electron-forge/maker-base@7.5.0': resolution: {integrity: sha512-+jluKW2UPxaI1+qQQ8fqaUVVbZohRjOSF0Iti7STRFbgJKJitzPB24Cjji9qJCKIx5klMeEiwp0YPAE/d9Xt8g==} engines: {node: '>= 16.4.0'} - '@electron-forge/maker-deb@7.5.0': - resolution: {integrity: sha512-rMXYJzu2LuyDQ5TX4VzQ2OSWDFC7Y1nJpBoyJvXfkA5fF5NNScOFYPv1YzEYAXMcG5hCOVLorsG9HDTEC8uh9g==} + '@electron-forge/maker-base@7.6.1': + resolution: {integrity: sha512-kA6k0z4fFbqfjV++bbYVC46TckiqyqIo/gTW/QexsT6xlutXUbnNevhoRPVfGigftSAjE6T26DwTogC9hNDkwg==} engines: {node: '>= 16.4.0'} - '@electron-forge/maker-flatpak@7.5.0': - resolution: {integrity: sha512-Sfz64NpRQZJq19g/BRGO5M4nTNAlhIxqRjbr0bTFLxs+zYlcn7Pmo+vPOBMHTup9veaBWR6VLFklTR5nRTlAfQ==} + '@electron-forge/maker-deb@7.6.1': + resolution: {integrity: sha512-8pqwxwlMPddH6anfNL8vYE5v2mlPia+z9YcpnLlMbMjWo9ksRcxmrg2t3El9jvk1TkiPoqVcQzCNaQqYQaMoiw==} engines: {node: '>= 16.4.0'} - '@electron-forge/maker-rpm@7.5.0': - resolution: {integrity: sha512-NzrtEqa61D++GoaURpicj9oxwOA/z0wcZaeipsrzUEBXE53UAo47tdIZjh396MhC0z9Mr6bxgDwpPUZF9QgfDA==} + '@electron-forge/maker-flatpak@7.6.1': + resolution: {integrity: sha512-a9EekF8cNzjizwMs8HObxRii2tkLrTcTNMvWNhQqcJohEkJV81zNOLu9l/OdIMlKQ9cF5SuRvA4/m2bQGfT80w==} engines: {node: '>= 16.4.0'} - '@electron-forge/maker-snap@7.5.0': - resolution: {integrity: sha512-UFyfHcEaX/j29wRisKt4B/tGJODyigXP+QVXfHSyayo7pW7+522ZEcR2GHwoqztaH7lQjYuQ91atXW6cq84KCQ==} + '@electron-forge/maker-rpm@7.6.1': + resolution: {integrity: sha512-BShfmto+XTSA01pkZp10r2ktyruVfI24sGC+y4az1vbqkmX2qN9j0Xr+G/ZMHsm76XHju0N/e1Y2pqqu2JM8/A==} engines: {node: '>= 16.4.0'} - '@electron-forge/maker-squirrel@7.5.0': - resolution: {integrity: sha512-fz3vbp1BnbQWeZVVM3lKOGhrCVKLjAXKDTntBL2+8Rz02a63eozGjOtC5KZYXax6nM4TF6LvwjagY/qTs5jFag==} + '@electron-forge/maker-snap@7.6.1': + resolution: {integrity: sha512-baLTk1dT0to7Csuf3WaG45XQkagYRcYQfpOrFVXE/yMj96eaTOJTLc4BuLJlknfS7N//yhq2Y4vcXvNZFJOPew==} engines: {node: '>= 16.4.0'} - '@electron-forge/maker-zip@7.5.0': - resolution: {integrity: sha512-gIO3bEbubOJqWV6kd0b9nBwTrFfFQv/K8PAqg6e0uSZiy7QuSCFZVAZse02gO3AzxVDSVjjTQ4nmXBXC4Glh1A==} + '@electron-forge/maker-squirrel@7.6.1': + resolution: {integrity: sha512-7EMLcl0QM5GfdY+enfauEqV6ZW14A1S6Eqoev812FXGTm88G8Ik0tPRw6SsIaI8R++YqxsbdCGTQjzdJWY0bJA==} engines: {node: '>= 16.4.0'} - '@electron-forge/plugin-auto-unpack-natives@7.5.0': - resolution: {integrity: sha512-cT/yTAr5Zd81HANi5bdyCoSG9nzIrB1WIEkFA7sWuyATiOjk9SGKn1aM543XWJ/TFkTg0800JpyocsSC9wOzEg==} + '@electron-forge/maker-zip@7.6.1': + resolution: {integrity: sha512-omoBwoY99DpsgabVIu6Qva+r8kwCY04zDV+P60WN6x+JX/MF+Bk3zI271aH6raZaB+YSbvaed/LDG1QmEM9cTA==} engines: {node: '>= 16.4.0'} - '@electron-forge/plugin-base@7.5.0': - resolution: {integrity: sha512-44AbXSb5lDY8uHIo0mJ91atOSWgxv3iuECk07/gDBiuMPX62dwHnLteEjQF4GBXJZTpnV7SxhD+d2AUBQmoojw==} + '@electron-forge/plugin-auto-unpack-natives@7.6.1': + resolution: {integrity: sha512-sPFSVhlJBvEA70e0QNbYno5AYc8nvmKCgs4YqTwc24ONhIX0TwGAzjuJ7AZBOj88rhhY9+9Rkl9cONVa5GGZvA==} engines: {node: '>= 16.4.0'} - '@electron-forge/plugin-webpack@7.5.0': - resolution: {integrity: sha512-0dDfT2sFY/acxN+OWc2gEXWg2unhERlIaBCwSbJH541EEs3yTkT3qAbi034yKO2SnYfumh6DYFxgC2+c6oaI4A==} + '@electron-forge/plugin-base@7.6.1': + resolution: {integrity: sha512-RWt+a8At55dVwEgr8BnnmBN05QzZq+DbOHNPeSJEM2d4ZyLUZXTkkwSF+ZMVk5mQCfIf75l+6BEzkXOcVvti2Q==} engines: {node: '>= 16.4.0'} - '@electron-forge/publisher-base@7.5.0': - resolution: {integrity: sha512-PcF3jWA+oXRwNVWjKW6GxHJywJ62QXpYF/8SMs7kgKzBDzLqrbUnWuaXoCP5kCP+AxM495ZU5L2dyJek1eM+VA==} + '@electron-forge/plugin-webpack@7.6.1': + resolution: {integrity: sha512-dUB1zHpltPUwigzKxulM+OcqauexbCrku/coUw+O/33iTo7UfkvPhqR3QBdAF6JpjFGnnURodtuL1tol7E7j4A==} engines: {node: '>= 16.4.0'} - '@electron-forge/shared-types@7.2.0': - resolution: {integrity: sha512-d8i+pwPwBnlmFTRkq7QfaoRS9LywfyjDdHqQZuArFbL6NLAEbZ52irFiAE3NSLf4STew/BA6IK9sTPz3KRmvQw==} + '@electron-forge/publisher-base@7.6.1': + resolution: {integrity: sha512-VE0DJJYcMRGMxEbeC20q+ynCpra9oqkM6oXd8O1jRyTit9F+PZlscT/p5vLANrTW5vGrV6CXLyyloPxWxOf8DA==} engines: {node: '>= 16.4.0'} '@electron-forge/shared-types@7.5.0': resolution: {integrity: sha512-VXuLVGYa3ZulBlmjA40ZEpk+iPH5ebN0v7t27wDt3rm23bph2aQrL7uSTLXhobenXYBVKggXnQt6rJ9A7FCDNQ==} engines: {node: '>= 16.4.0'} - '@electron-forge/template-base@7.5.0': - resolution: {integrity: sha512-wEz4FI90jje4FdwJ4FzqUejodfioNcJjlgG2Ci1FiRn4Qv0jX4MP8SEgKmnD44181/44HgMa429zxRv/fDYzOw==} + '@electron-forge/shared-types@7.6.1': + resolution: {integrity: sha512-i6VdZGG8SYEBirpk+FP7bEMYtCNf9wBkK81IcPco8LP0KbsvgR8y7aUSVxG8DLoVwYB5yr0N9MYXOfNp1gkQ7A==} engines: {node: '>= 16.4.0'} - '@electron-forge/template-vite-typescript@7.5.0': - resolution: {integrity: sha512-bD9QQ6uEsDHp6/V7odCkoK53egy0A4LEh++F1VYFt7SWJ5+InkcSLww7ELz2hrNmpmXb+euRrNagL1gorPToSA==} + '@electron-forge/template-base@7.6.1': + resolution: {integrity: sha512-Pk65CIe6jYJa/hv25o0ueyuAOrRTi3qz92g5cYnj+YZzndNmrem1sNQvNKkavw0w0TKEUC5Y0EZ4ejLSYhVIQA==} engines: {node: '>= 16.4.0'} - '@electron-forge/template-vite@7.5.0': - resolution: {integrity: sha512-AkMO5nW5jC8ijCYeoAK7hu+K5o7NMoHNsn71eepJ/kjOnSxXjJeBVGmP4DgzF2zc6AgeRz2TCKx6P8GUtFG5cw==} + '@electron-forge/template-vite-typescript@7.6.1': + resolution: {integrity: sha512-7aMq7/woR2xUNbCYCRa/dwinnjoYKuamn17hYBwmyRNJ+YKV9btVK6lq+WR4sJmFM5Fv3qOJlUwrNyxH+HoUCQ==} engines: {node: '>= 16.4.0'} - '@electron-forge/template-webpack-typescript@7.5.0': - resolution: {integrity: sha512-Q11xAzFxWtES0bwykMd8MAzrVRtmSruXQxQIvqM7Qf3VmU8joq8v5njmn13LeCDkcRGjALiJqO8EsgsW3bttNw==} + '@electron-forge/template-vite@7.6.1': + resolution: {integrity: sha512-DxRBCXgnpFQHueG3M6yDN1x2pTYDycHXIddLExUydA9bsrxVwlu8Oo7Mm5XOEltebITD/bZ0iQniOVkzUov37g==} engines: {node: '>= 16.4.0'} - '@electron-forge/template-webpack@7.5.0': - resolution: {integrity: sha512-Il9dO4VMhxibsYTsKRkccWUN3WFg55PEQFL93oarFcEtAT3sjMx/1bZDj/2AIHqbwIf7IrCylPKiPP2uUNOM9Q==} + '@electron-forge/template-webpack-typescript@7.6.1': + resolution: {integrity: sha512-ECEd70QOAi7r2ZibIU2U9rh0CVND7oJP5BnKRCP20uUCxdQdO7RTMRDXesm41VTRa1uZ+64pRdOQTDFHB6xitA==} engines: {node: '>= 16.4.0'} - '@electron-forge/tracer@7.2.0': - resolution: {integrity: sha512-EoJ07nptEuuY2fcs/bUWzIf11RQRx6Ch/dZ6A9WIRcFYe9cFrslQwvyUf0siY3jcqVvxETCz69JGuBxKGwak7A==} - engines: {node: '>= 14.17.5'} + '@electron-forge/template-webpack@7.6.1': + resolution: {integrity: sha512-8HXJ7eh5mjphC2tBfBOroEfM71DsWt3yrkEQMGzW6Lc5u2itkCQrEAINm3nuLscWrqLRk4ZsfT1f1VzdwAraXg==} + engines: {node: '>= 16.4.0'} '@electron-forge/tracer@7.5.0': resolution: {integrity: sha512-1dE0wKCmv/K3BXCH70o2jp/y2kXgZQm73gIvzyadySXYwu2L4BWxhAO+Q+JsnbUk+nclHEup5ph4D0JoPIWLcQ==} engines: {node: '>= 14.17.5'} - '@electron-forge/web-multi-logger@7.5.0': - resolution: {integrity: sha512-NE7Y9dPp67ipIbht8rCy10SeZweyw4GaQse0dykfxbTzcmPfnhvgDHPk4aqUW4S1249Chd6XI1PkLKnbTlTjxg==} + '@electron-forge/tracer@7.6.1': + resolution: {integrity: sha512-nZzVzXT4xdueWYoSbgStS5LfcifW/e/WJj9VOt6xYpFxYOsQHpLkkCAc6nH0gxn+60kiU4FMU0p2kSQ2eQhWuA==} + engines: {node: '>= 14.17.5'} + + '@electron-forge/web-multi-logger@7.6.1': + resolution: {integrity: sha512-UdSZXDVUBQ4kVXFt8mChGz6wg6d+RDstP5EiPhy94lxskQeAielC0qStBl4QOzXhf3k104ZfOitW3TQBS59HKA==} engines: {node: '>= 16.4.0'} '@electron/asar@3.2.17': @@ -755,11 +777,6 @@ packages: engines: {node: '>=10.12.0'} hasBin: true - '@electron/asar@3.2.8': - resolution: {integrity: sha512-cmskk5M06ewHMZAplSiF4AlME3IrnnZhKnWbtwKVLRkdJkKyUVjMLhDIiPIx/+6zQWVlKX/LtmK9xDme7540Sg==} - engines: {node: '>=10.12.0'} - hasBin: true - '@electron/get@2.0.2': resolution: {integrity: sha512-eFZVFoRXb3GFGd7Ak7W4+6jBl9wBtiZ4AaYOse97ej6mKj5tkyO0dUnUChs1IhJZtx1BENo4/p4WUTXpi6vT+g==} engines: {node: '>=12'} @@ -783,11 +800,6 @@ packages: engines: {node: '>=12.0.0'} hasBin: true - '@electron/packager@18.1.3': - resolution: {integrity: sha512-21T5MxUf7DwV07IIes3jO/571mXCjOGVPdmYJFPCVDTimFiHQSW0Oy+OIGQaKBiNIXfnP29KylsCQbmds6O6Iw==} - engines: {node: '>= 16.13.0'} - hasBin: true - '@electron/packager@18.3.6': resolution: {integrity: sha512-1eXHB5t+SQKvUiDpWGpvr90ZSSbXj+isrh3YbjCTjKT4bE4SQrKSBfukEAaBvp67+GXHFtCHjQgN9qSTFIge+Q==} engines: {node: '>= 16.13.0'} @@ -802,11 +814,6 @@ packages: resolution: {integrity: sha512-fKpv9kg4SPmt+hY7SVBnIYULE9QJl8L3sCfcBsnqbJwwBwAeTLokJ9TRt9y7bK0JAzIW2y78TVVjvnQEms/yyA==} engines: {node: '>=16.4'} - '@electron/windows-sign@1.0.0': - resolution: {integrity: sha512-sdkQYAR/TQCEyYgz2jMbusL/ljdj6qA7vyIm/S9HICMAitXhXROFHUOLLgiORj1uiaf2EOB2U33DatGubUuZaQ==} - engines: {node: '>=16.0.0'} - hasBin: true - '@electron/windows-sign@1.1.2': resolution: {integrity: sha512-eXEiZjDtxW3QORCWfRUarANPRTlH9B6At4jqBZJ0NzokSGutXQUVLPA6WmGpIhDW6w2yCMdHW1EJd1HrXtU5sg==} engines: {node: '>=14.14'} @@ -815,8 +822,11 @@ packages: '@emotion/cache@11.11.0': resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==} - '@emotion/hash@0.9.1': - resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} + '@emotion/cache@11.14.0': + resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==} + + '@emotion/hash@0.9.2': + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} '@emotion/is-prop-valid@1.2.2': resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} @@ -824,26 +834,44 @@ packages: '@emotion/memoize@0.8.1': resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} + '@emotion/memoize@0.9.0': + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} + + '@emotion/serialize@1.3.3': + resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} + '@emotion/sheet@1.2.2': resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} + '@emotion/sheet@1.4.0': + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} + + '@emotion/unitless@0.10.0': + resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} + '@emotion/unitless@0.8.1': resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} '@emotion/utils@1.2.1': resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} + '@emotion/utils@1.4.2': + resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} + '@emotion/weak-memoize@0.3.1': resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} + '@emotion/weak-memoize@0.4.0': + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + '@esbuild/aix-ppc64@0.21.5': resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.24.0': - resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + '@esbuild/aix-ppc64@0.24.2': + resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -854,8 +882,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.24.0': - resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + '@esbuild/android-arm64@0.24.2': + resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -866,8 +894,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.24.0': - resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + '@esbuild/android-arm@0.24.2': + resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -878,8 +906,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.24.0': - resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + '@esbuild/android-x64@0.24.2': + resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -890,8 +918,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.24.0': - resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + '@esbuild/darwin-arm64@0.24.2': + resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -902,8 +930,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.24.0': - resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + '@esbuild/darwin-x64@0.24.2': + resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -914,8 +942,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.24.0': - resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + '@esbuild/freebsd-arm64@0.24.2': + resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -926,8 +954,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.24.0': - resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + '@esbuild/freebsd-x64@0.24.2': + resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -938,8 +966,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.24.0': - resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + '@esbuild/linux-arm64@0.24.2': + resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -950,8 +978,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.24.0': - resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + '@esbuild/linux-arm@0.24.2': + resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -962,8 +990,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.24.0': - resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + '@esbuild/linux-ia32@0.24.2': + resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -974,8 +1002,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.24.0': - resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + '@esbuild/linux-loong64@0.24.2': + resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -986,8 +1014,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.24.0': - resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + '@esbuild/linux-mips64el@0.24.2': + resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -998,8 +1026,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.24.0': - resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + '@esbuild/linux-ppc64@0.24.2': + resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -1010,8 +1038,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.24.0': - resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + '@esbuild/linux-riscv64@0.24.2': + resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -1022,8 +1050,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.24.0': - resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + '@esbuild/linux-s390x@0.24.2': + resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -1034,26 +1062,32 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.24.0': - resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + '@esbuild/linux-x64@0.24.2': + resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} engines: {node: '>=18'} cpu: [x64] os: [linux] + '@esbuild/netbsd-arm64@0.24.2': + resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.24.0': - resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + '@esbuild/netbsd-x64@0.24.2': + resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.24.0': - resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + '@esbuild/openbsd-arm64@0.24.2': + resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -1064,8 +1098,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.24.0': - resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + '@esbuild/openbsd-x64@0.24.2': + resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -1076,8 +1110,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.24.0': - resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + '@esbuild/sunos-x64@0.24.2': + resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -1088,8 +1122,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.24.0': - resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + '@esbuild/win32-arm64@0.24.2': + resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -1100,8 +1134,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.24.0': - resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + '@esbuild/win32-ia32@0.24.2': + resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -1112,8 +1146,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.24.0': - resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + '@esbuild/win32-x64@0.24.2': + resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -1154,8 +1188,8 @@ packages: '@floating-ui/utils@0.2.1': resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} - '@fontsource/roboto@5.1.0': - resolution: {integrity: sha512-cFRRC1s6RqPygeZ8Uw/acwVHqih8Czjt6Q0MwoUoDe9U3m4dH1HmNDRBZyqlMSFwgNAUKgFImncKdmDHyKpwdg==} + '@fontsource/roboto@5.1.1': + resolution: {integrity: sha512-XwVVXtERDQIM7HPUIbyDe0FP4SRovpjF7zMI8M7pbqFp3ahLJsJTd18h+E6pkar6UbV3btbwkKjYARr5M+SQow==} '@gar/promisify@1.1.3': resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} @@ -1173,14 +1207,14 @@ packages: resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} deprecated: Use @eslint/object-schema instead - '@inversifyjs/common@1.3.3': - resolution: {integrity: sha512-ZH0wrgaJwIo3s9gMCDM2wZoxqrJ6gB97jWXncROfYdqZJv8f3EkqT57faZqN5OTeHWgtziQ6F6g3L8rCvGceCw==} + '@inversifyjs/common@1.4.0': + resolution: {integrity: sha512-qfRJ/3iOlCL/VfJq8+4o5X4oA14cZSBbpAmHsYj8EsIit1xDndoOl0xKOyglKtQD4u4gdNVxMHx4RWARk/I4QA==} - '@inversifyjs/core@1.3.4': - resolution: {integrity: sha512-gCCmA4BdbHEFwvVZ2elWgHuXZWk6AOu/1frxsS+2fWhjEk2c/IhtypLo5ytSUie1BCiT6i9qnEo4bruBomQsAA==} + '@inversifyjs/core@1.3.5': + resolution: {integrity: sha512-B4MFXabhNTAmrfgB+yeD6wd/GIvmvWC6IQ8Rh/j2C3Ix69kmqwz9pr8Jt3E+Nho9aEHOQCZaGmrALgtqRd+oEQ==} - '@inversifyjs/reflect-metadata-utils@0.2.3': - resolution: {integrity: sha512-d3D0o9TeSlvaGM2I24wcNw/Aj3rc4OYvHXOKDC09YEph5fMMiKd6fq1VTQd9tOkDNWvVbw+cnt45Wy9P/t5Lvw==} + '@inversifyjs/reflect-metadata-utils@0.2.4': + resolution: {integrity: sha512-u95rV3lKfG+NT2Uy/5vNzoDujos8vN8O18SSA5UyhxsGYd4GLQn/eUsGXfOsfa7m34eKrDelTKRUX1m/BcNX5w==} peerDependencies: reflect-metadata: 0.2.2 @@ -1188,6 +1222,10 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} + '@isaacs/fs-minipass@4.0.1': + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + '@jimp/core@1.6.0': resolution: {integrity: sha512-EQQlKU3s9QfdJqiSrZWNTxBs3rKXgO2W+GxNXDtwchF3a4IqxDheFX1ti+Env9hdJXDiYLp2jTRjlxhPthsk8w==} engines: {node: '>=18'} @@ -1363,16 +1401,16 @@ packages: '@types/react': optional: true - '@mui/core-downloads-tracker@5.15.21': - resolution: {integrity: sha512-dp9lXBaJZzJYeJfQY3Ow4Rb49QaCEdkl2KKYscdQHQm6bMJ+l4XPY3Cd9PCeeJTsHPIDJ60lzXbeRgs6sx/rpw==} + '@mui/core-downloads-tracker@6.4.2': + resolution: {integrity: sha512-Qmod9fHsFWrtLxdSkZ4iDLRz2AUKt3C2ZEimuY+qKlQGVKJDNS5DuSlNOAgqfHFDq8mzB17ATN6HFcThwJlvUw==} - '@mui/icons-material@5.15.21': - resolution: {integrity: sha512-yqkq1MbdkmX5ZHyvZTBuAaA6RkvoqkoAgwBSx9Oh0L0jAfj9T/Ih/NhMNjkl8PWVSonjfDUkKroBnjRyo/1M9Q==} - engines: {node: '>=12.0.0'} + '@mui/icons-material@6.4.2': + resolution: {integrity: sha512-uwsH1KRmxkJwK3NZyo1xL9pEduL16ftCnzYBYjd6nPNtm05QAoIc0aqedS9tqDV+Ab3q5C04HHOVsMDDv1EBpg==} + engines: {node: '>=14.0.0'} peerDependencies: - '@mui/material': ^5.0.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 + '@mui/material': ^6.4.2 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -1395,20 +1433,23 @@ packages: '@types/react': optional: true - '@mui/material@5.15.21': - resolution: {integrity: sha512-nTyCcgduKwHqiuQ/B03EQUa+utSMzn2sQp0QAibsnYe4tvc3zkMbO0amKpl48vhABIY3IvT6w9615BFIgMt0YA==} - engines: {node: '>=12.0.0'} + '@mui/material@6.4.2': + resolution: {integrity: sha512-9jKr53KbAJyyBRx8LRmX7ATXHlGtxVQdPgm1uyXMoEPMVkSJW1yO3vFgfYoDbGx4ZHcCNuWa4FkFIPWVt9fghA==} + engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 + '@mui/material-pigment-css': ^6.4.2 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/react': optional: true '@emotion/styled': optional: true + '@mui/material-pigment-css': + optional: true '@types/react': optional: true @@ -1422,9 +1463,19 @@ packages: '@types/react': optional: true - '@mui/styled-engine-sc@6.0.0-alpha.18': - resolution: {integrity: sha512-W3mqR1K01rPL0BVNTgGpIYxdbQ/nTAlwYaohRdmX7FZvbm1yKw9F90OIGxM503dfRMVBi6a/neYPgIUebcGsHw==} - engines: {node: '>=12.0.0'} + '@mui/private-theming@6.4.2': + resolution: {integrity: sha512-2CkQT0gNlogM50qGTBJgWA7hPPx4AeH8RE2xJa+PHtIOowiVPX52ZsQ0e7Ho18DAqEbkngQ6Uju037ER+TCY5A==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/styled-engine-sc@6.4.2': + resolution: {integrity: sha512-BlLnlT358sEztMAZYd0lUU9okfzi9lr88hsjNCGjVE6qR3edQNGD6kOHk3n019HEXVTnmipivh+YGBGyK4D2ZQ==} + engines: {node: '>=14.0.0'} peerDependencies: styled-components: ^6.0.0 @@ -1441,12 +1492,25 @@ packages: '@emotion/styled': optional: true - '@mui/styles@5.15.21': - resolution: {integrity: sha512-XYGRd25kE31GCapoftHrWrhr3zCNZypraBO+UAWNaguSRZ24HAHEOxEkAOTXt71BzFgW7S0qoE4jmyx8DfgZIg==} - engines: {node: '>=12.0.0'} + '@mui/styled-engine@6.4.2': + resolution: {integrity: sha512-cgjQK2bkllSYoWUBv93ALhCPJ0NhfO3NctsBf13/b4XSeQVfKPBAnR+P9mNpdFMa5a5RWwtWuBD3cZ5vktsN+g==} + engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 + '@emotion/react': ^11.4.1 + '@emotion/styled': ^11.3.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + + '@mui/styles@6.4.2': + resolution: {integrity: sha512-uK2SmpcVIdvA+7M5Bkw5Hfcg7ALGAnXzFH23Z/Qi6Td05C/vGrjt0kB2T/KSZvs4XQQce2NrcYrs9m0PX8Aybw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -1467,6 +1531,22 @@ packages: '@types/react': optional: true + '@mui/system@6.4.2': + resolution: {integrity: sha512-wQbaPCtsxNsM5nR+NZpkFJBKVKH03GQnAjlkKENM8JQqGdWcRyM3f4fJZgzzNdIFpSQw4wpAQKnhfHkjf3d6yQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@types/react': + optional: true + '@mui/types@7.2.14': resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} peerDependencies: @@ -1475,6 +1555,14 @@ packages: '@types/react': optional: true + '@mui/types@7.2.21': + resolution: {integrity: sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@mui/utils@5.15.20': resolution: {integrity: sha512-mAbYx0sovrnpAu1zHc3MDIhPqL8RPVC5W5xcO1b7PiSCJPtckIZmBkp8hefamAvUiAV8gpfMOM6Zb+eSisbI2A==} engines: {node: '>=12.0.0'} @@ -1485,22 +1573,33 @@ packages: '@types/react': optional: true - '@mui/x-date-pickers@7.8.0': - resolution: {integrity: sha512-SkolW0vZ4XiUeD5FBevG9NQ3pAgfNYlJA5XFhSLFD/swNQRO4EYOUXw38O/ccOh1lkAcwVR+rrGPCoT4/0YGEg==} + '@mui/utils@6.4.2': + resolution: {integrity: sha512-5NkhzlJkmR5+5RSs/Irqin1GPy2Z8vbLk/UzQrH9FEAnm6OA9SvuXjzgklxUs7N65VwEkGpKK1jMZ5K84hRdzQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/x-date-pickers@7.25.0': + resolution: {integrity: sha512-t62OSFAKwj7KYQ8KcwTuKj6OgDuLQPSe4QUJcKDzD9rEhRIJVRUw2x27gBSdcls4l0PTrba19TghvDxCZprriw==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.9.0 '@emotion/styled': ^11.8.1 - '@mui/material': ^5.15.14 - date-fns: ^2.25.0 || ^3.2.0 - date-fns-jalali: ^2.13.0-0 || ^3.2.0-0 + '@mui/material': ^5.15.14 || ^6.0.0 + '@mui/system': ^5.15.14 || ^6.0.0 + date-fns: ^2.25.0 || ^3.2.0 || ^4.0.0 + date-fns-jalali: ^2.13.0-0 || ^3.2.0-0 || ^4.0.0-0 dayjs: ^1.10.7 luxon: ^3.0.2 moment: ^2.29.4 - moment-hijri: ^2.1.2 + moment-hijri: ^2.1.2 || ^3.0.0 moment-jalaali: ^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/react': optional: true @@ -1521,6 +1620,12 @@ packages: moment-jalaali: optional: true + '@mui/x-internals@7.25.0': + resolution: {integrity: sha512-tBUN54YznAkmtCIRAOl35Kgl0MjFDIjUbzIrbWRgVSIR3QJ8bXnVSkiRBi+P91SZEl9+ZW0rDj+osq7xFJV0kg==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -1533,26 +1638,26 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@2.2.0': - resolution: {integrity: sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q==} - engines: {node: ^16.14.0 || >=18.0.0} + '@npmcli/agent@3.0.0': + resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} + engines: {node: ^18.17.0 || >=20.5.0} '@npmcli/fs@2.1.2': resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - '@npmcli/fs@3.1.0': - resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + '@npmcli/fs@4.0.0': + resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} + engines: {node: ^18.17.0 || >=20.5.0} '@npmcli/move-file@2.0.1': resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} deprecated: This functionality has been moved to @npmcli/fs - '@npmcli/redact@2.0.1': - resolution: {integrity: sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==} - engines: {node: ^16.14.0 || >=18.0.0} + '@npmcli/redact@3.1.1': + resolution: {integrity: sha512-3Hc2KGIkrvJWJqTbvueXzBeZlmvoOxc2jyX00yzr3+sNFquJg0N8hH4SAPLPVrkWIRQICVpVgjrss971awXVnA==} + engines: {node: ^18.17.0 || >=20.5.0} '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} @@ -1564,8 +1669,8 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@reforged/maker-appimage@4.0.2': - resolution: {integrity: sha512-VsdoXf9meNvbqPaASr1F+6r4cZ0NsTrdOOan1+0fKhyLQz0uTkn0FU8R1bbFO77AybEW5d3fxTzHoP18GkwBxg==} + '@reforged/maker-appimage@4.0.4': + resolution: {integrity: sha512-zb54F0pLxA3Cn08nYd0Zjj9YyYRXzvRP6a6T3GQ1PE9rdXaM//MWuQdzwJdw3dwYUmzsNqdGT0gnWeanH7Xjmw==} engines: {node: '>=19.0.0 || ^18.11.0'} '@remix-run/router@1.7.1': @@ -1682,6 +1787,9 @@ packages: '@types/hoist-non-react-statics@3.3.1': resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} + '@types/hoist-non-react-statics@3.3.6': + resolution: {integrity: sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==} + '@types/html-minifier-terser@6.1.0': resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} @@ -1694,8 +1802,9 @@ packages: '@types/http-proxy@1.17.11': resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} - '@types/i18next-fs-backend@1.1.5': - resolution: {integrity: sha512-QKKYWkfQ13spBwa+5/lBThkPkMv8svU6a5Z0Bz96IuN+HupJZXVAbP93p5bK7iOcY7Y/g/W9Y6qy5z0i0NpTog==} + '@types/i18next-fs-backend@1.2.0': + resolution: {integrity: sha512-30XnjBF+SLndemvooRQRtcoD5xmF2nNNTa5RqE63+OWssaZOxN9r895ZvXUMbkk8YZr1Cy3scpQBZ6YXLH+jEg==} + deprecated: This is a stub types definition. i18next-fs-backend provides its own type definitions, so you do not need this installed. '@types/intercept-stdout@0.1.3': resolution: {integrity: sha512-5qWSvqohM5rRKsF58LBWJeyu+lUlZwYKSnTcnXGfvFyMYIjvhpfniQRJNiyE/Gcru3jwVr2pHedsKTGLtzZqNA==} @@ -1709,11 +1818,8 @@ packages: '@types/keyv@3.1.4': resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} - '@types/lodash-es@4.17.7': - resolution: {integrity: sha512-z0ptr6UI10VlU6l5MYhGwS4mC8DZyYer2mCoyysZtSF7p26zOX8UpbrV0YpNYLGS8K4PUFIyEr62IMFFjveSiQ==} - - '@types/lodash@4.17.13': - resolution: {integrity: sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==} + '@types/lodash@4.17.15': + resolution: {integrity: sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==} '@types/mime@1.3.2': resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} @@ -1730,32 +1836,42 @@ packages: '@types/node@20.14.9': resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} - '@types/node@22.9.3': - resolution: {integrity: sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==} + '@types/node@22.13.0': + resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==} '@types/normalize-package-data@2.4.1': resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + '@types/normalize-package-data@2.4.4': + resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} + '@types/prop-types@15.7.11': resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} + '@types/prop-types@15.7.14': + resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==} + '@types/qs@6.9.7': resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} '@types/range-parser@1.2.4': resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - '@types/react-dom@18.3.1': - resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==} + '@types/react-dom@19.0.3': + resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} + peerDependencies: + '@types/react': ^19.0.0 '@types/react-helmet@6.1.11': resolution: {integrity: sha512-0QcdGLddTERotCXo3VFlUSWO3ztraw8nZ6e3zJSgG7apwV5xt+pJUS8ewPBqT4NYB1optGLprNQzFleIY84u/g==} - '@types/react-transition-group@4.4.10': - resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==} + '@types/react-transition-group@4.4.12': + resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} + peerDependencies: + '@types/react': '*' - '@types/react@18.3.12': - resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==} + '@types/react@19.0.8': + resolution: {integrity: sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==} '@types/responselike@1.0.0': resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} @@ -1793,6 +1909,9 @@ packages: '@types/triple-beam@1.3.2': resolution: {integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==} + '@types/uuid@10.0.0': + resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} + '@types/uuid@9.0.8': resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} @@ -2043,6 +2162,10 @@ packages: resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} engines: {node: '>= 14'} + agent-base@7.1.3: + resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} + engines: {node: '>= 14'} + agentkeepalive@4.3.0: resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} engines: {node: '>= 8.0.0'} @@ -2075,10 +2198,6 @@ packages: ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} - ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} - ansi-escapes@5.0.0: resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} engines: {node: '>=12'} @@ -2193,10 +2312,6 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} - astral-regex@2.0.0: - resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} - engines: {node: '>=8'} - async-lock@1.4.0: resolution: {integrity: sha512-coglx5yIWuetakm3/1dsX9hxCNox22h7+V80RQOu2XUUMidtArxKoZoOtHUPuR84SycKTXzgGzAUR5hJxujyJQ==} @@ -2222,9 +2337,9 @@ packages: resolution: {integrity: sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g==} engines: {node: '>=6.0.0'} - awilix@10.0.2: - resolution: {integrity: sha512-hFatb7eZFdtiWjjmGRSm/K/uxZpmcBlM+YoeMB3VpOPXk3xa6+7zctg3LRbUzoimom5bwGrePF0jXReO6b4zNQ==} - engines: {node: '>=14.0.0'} + awilix@12.0.4: + resolution: {integrity: sha512-P6bd20vqMiUyjgBAVl+4WixM/MR9O9zsTzd9vS5lTd1eLpFEn6Re4+GeeYzDDE8U1DXL8cO/nTOHofKDEJUfAQ==} + engines: {node: '>=16.3.0'} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -2274,6 +2389,7 @@ packages: boolean@3.2.0: resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} @@ -2326,9 +2442,9 @@ packages: resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - cacache@18.0.1: - resolution: {integrity: sha512-g4Uf2CFZPaxtJKre6qr4zqLDOOPU7bNVhWjlNhvzc51xaTOx2noMOLhfFkTAqwtrAZAKQUuDfyjitzilpA8WsQ==} - engines: {node: ^16.14.0 || >=18.0.0} + cacache@19.0.1: + resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} + engines: {node: ^18.17.0 || >=20.5.0} cacheable-lookup@5.0.4: resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==} @@ -2352,9 +2468,6 @@ packages: camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - can-use-dom@0.1.0: - resolution: {integrity: sha512-ceOhN1DL7Y4O6M0j9ICgmTYziV89WMd96SvSl0REd8PMgrY0B/WBOPoed5S1KUmJqXgUXh8gzSe6E3ae27upsQ==} - caniuse-lite@1.0.30001512: resolution: {integrity: sha512-2S9nK0G/mE+jasCUsMPlARhRCts1ebcp2Ji8Y8PWi4NDE1iRdLCnEPHkEfeBrGC45L4isBx5ur3IQ6yTE2mRZw==} @@ -2376,6 +2489,10 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} + chalk@5.4.1: + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + check-error@2.1.1: resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} engines: {node: '>= 16'} @@ -2391,6 +2508,10 @@ packages: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} + chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} @@ -2411,6 +2532,9 @@ packages: class-transformer@0.5.1: resolution: {integrity: sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==} + classnames@2.5.1: + resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==} + clean-css@5.3.2: resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} engines: {node: '>= 10.0'} @@ -2434,18 +2558,22 @@ packages: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + cli-cursor@5.0.0: + resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} + engines: {node: '>=18'} + cli-spinners@2.9.0: resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} engines: {node: '>=6'} + cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + cli-table3@0.6.3: resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==} engines: {node: 10.* || >= 12.*} - cli-truncate@2.1.0: - resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==} - engines: {node: '>=8'} - cli-truncate@3.1.0: resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -2615,10 +2743,6 @@ packages: engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} hasBin: true - cross-spawn-windows-exe@1.2.0: - resolution: {integrity: sha512-mkLtJJcYbDCxEG7Js6eUnUNndWjyUZwJ3H7bErmmtOYU/Zb99DyUkpamuIZE0b3bhmJyZ7D90uS6f+CGxRRjOw==} - engines: {node: '>= 10'} - cross-spawn@6.0.5: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} engines: {node: '>=4.8'} @@ -2779,9 +2903,9 @@ packages: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - detect-indent@6.1.0: - resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} - engines: {node: '>=8'} + detect-indent@7.0.1: + resolution: {integrity: sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==} + engines: {node: '>=12.20'} detect-libc@2.0.1: resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==} @@ -2790,6 +2914,10 @@ packages: detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + detect-package-manager@3.0.2: + resolution: {integrity: sha512-8JFjJHutStYrfWwzfretQoyNGoZVW1Fsrp4JO9spa7h/fBfwgTMEIy4/LBzRDGsxwVPHU0q+T9YvwLDJoOApLQ==} + engines: {node: '>=12'} + diff3@0.0.3: resolution: {integrity: sha512-iSq8ngPOt0K53A6eVr4d5Kn6GNrM2nQZtC740pzIriHtn4pOQ2lyzEXQMBeVcWERN0ye7fhBsk9PbLLQOnUx/g==} @@ -2855,8 +2983,8 @@ packages: resolution: {integrity: sha512-3444h7V47XoA16qgIWjw3CV/Eo/rQbT/XTGlbJ/6vJ+apQyuo0+M3Ai0GS3wu7X9HBUDcA0zIHA3mOxWNz6toA==} hasBin: true - dprint@0.47.5: - resolution: {integrity: sha512-EAP3OLYZXiW66HKMlhu6Gu0o7mzBVTWyMyuAAgT7dBtMX+W+pPJmIwyRUnTRQNyyFO4S7bAaa21rzIgo97Bg9A==} + dprint@0.48.0: + resolution: {integrity: sha512-dmCrYTiubcsQklTLUimlO+p8wWgMtZBjpPVsOGiw4kPX7Dn41vwyE1R4qA8Px4xHgQtcX7WP9mJujF4C8vISIw==} hasBin: true dugite@2.7.1: @@ -2934,11 +3062,14 @@ packages: resolution: {integrity: sha512-ml77/OmeeLFFc+dk3YCwPQrl8rthwYcAea6mMZPFq7cGXlpWyRmmT0LY73XdCukPnevguXJFs+4Xu+aGHJwFDA==} engines: {node: '>=8.0.0'} - electron@33.2.0: - resolution: {integrity: sha512-PVw1ICAQDPsnnsmpNFX/b1i/49h67pbSPxuIENd9K9WpGO1tsRaQt+K2bmXqTuoMJsbzIc75Ce8zqtuwBPqawA==} + electron@34.0.2: + resolution: {integrity: sha512-u3F+DSUlg9NaGS+9qnYmSRN8VjAnc3LJDDk1ye1uISJnh4gjG76y3681qLowsPMx4obvCP2eBINnmbLo0yT5WA==} engines: {node: '>= 12.20.55'} hasBin: true + emoji-regex@10.4.0: + resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} + emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -3037,8 +3168,8 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.24.0: - resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} + esbuild@0.24.2: + resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} engines: {node: '>=18'} hasBin: true @@ -3383,6 +3514,14 @@ packages: fd-slicer@1.1.0: resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} + fdir@6.4.3: + resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} @@ -3421,6 +3560,10 @@ packages: resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} engines: {node: '>= 0.8'} + find-up-simple@1.0.0: + resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==} + engines: {node: '>=18'} + find-up@2.1.0: resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} engines: {node: '>=4'} @@ -3489,8 +3632,8 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.2.0: - resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + fs-extra@11.3.0: + resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} engines: {node: '>=14.14'} fs-extra@7.0.1: @@ -3546,6 +3689,10 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} + get-east-asian-width@1.3.0: + resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} + engines: {node: '>=18'} + get-folder-size@2.0.1: resolution: {integrity: sha512-+CEb+GDCM7tkOS2wdMKTn9vU7DgnKUTuDlehkNJKNSovdCOVxs14OfKCk4cvSaR3za4gj+OBdl9opPN9xrJ0zA==} hasBin: true @@ -3666,10 +3813,10 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - graphql-hooks@8.0.1: - resolution: {integrity: sha512-/YPkyxshr9oMkd4bnfNMZsfnlcz2sf6EsglP45LUHbOrAGi07qvJMWLV6BZKgMfj4+bIHF+iwIGEkZF9R/bgWQ==} + graphql-hooks@8.2.0: + resolution: {integrity: sha512-XZBss8Zqrw0Brif8CRC88oq2+Nr8yz3vddyHkc6CaN3cW4SYBBbTAYww+Bxhr46hwtZC5KLCoCuzkejR6Fc4dw==} peerDependencies: - react: ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 gzip-size@6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} @@ -3734,6 +3881,10 @@ packages: resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} engines: {node: ^16.14.0 || >=18.0.0} + hosted-git-info@8.0.2: + resolution: {integrity: sha512-sYKnA7eGln5ov8T8gnYlkSOxFJvywzEx9BueN6xo/GKO8PGiI6uK6xx+DIGe45T3bdVjLAQDQW1aicT8z8JwQg==} + engines: {node: ^18.17.0 || >=20.5.0} + hpack.js@2.1.6: resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==} @@ -3823,17 +3974,14 @@ packages: hyphenate-style-name@1.0.4: resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==} - i18next-electron-fs-backend@3.0.2: - resolution: {integrity: sha512-KRP+4ORx0WG31qHvMNUpI4CytEQFAkFtXnrZ9/NBXH6k/DcKU3IdB573Zl+L+lR4GA6PCKyBX89mqrUhStoItA==} + i18next-electron-fs-backend@3.0.3: + resolution: {integrity: sha512-DOC2x+xe8iM0t4Y3Ke2j5bPcT/wBdXT1UgoDeaTm4t+Wpp2plOtxnB61nRLnndUfxeyYTptVNEAvusfwCZTU6w==} i18next-fs-backend@2.6.0: resolution: {integrity: sha512-3ZlhNoF9yxnM8pa8bWp5120/Ob6t4lVl1l/tbLmkml/ei3ud8IWySCHt2lrY5xWRlSU5D9IV2sm5bEbGuTqwTw==} - i18next@21.10.0: - resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==} - - i18next@24.0.0: - resolution: {integrity: sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ==} + i18next@24.2.2: + resolution: {integrity: sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==} peerDependencies: typescript: ^5 peerDependenciesMeta: @@ -3876,6 +4024,10 @@ packages: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} + index-to-position@0.1.2: + resolution: {integrity: sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==} + engines: {node: '>=18'} + infer-owner@1.0.4: resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} @@ -3910,11 +4062,14 @@ packages: inversify-inject-decorators@3.1.0: resolution: {integrity: sha512-/seBlVp5bXrLQS3DpKEmlgeZL6C7Tf/QITd+IMQrbBBGuCbxb7k3hRAWu9XSreNpFzLgSboz3sClLSEmGwHphw==} - inversify@6.1.4: - resolution: {integrity: sha512-PbxrZH/gTa1fpPEEGAjJQzK8tKMIp5gRg6EFNJlCtzUcycuNdmhv3uk5P8Itm/RIjgHJO16oQRLo9IHzQN51bA==} + inversify@6.2.1: + resolution: {integrity: sha512-W6Xi0icXIiC48RWdT681+GlZVgAKmCrNTiP7hj4IVPFbcxHz+Jj8Gxz5qr/Az2cgcZMYdB8tKIr2e68LUi1LYQ==} + peerDependencies: + reflect-metadata: ~0.2.2 - ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} @@ -4011,6 +4166,10 @@ packages: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} + is-interactive@2.0.0: + resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} + engines: {node: '>=12'} + is-lambda@1.0.1: resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} @@ -4090,6 +4249,14 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + + is-unicode-supported@2.1.0: + resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} + engines: {node: '>=18'} + is-weakmap@2.0.2: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} @@ -4163,6 +4330,9 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true + jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + jsesc@0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true @@ -4267,15 +4437,6 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - listr2@5.0.8: - resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==} - engines: {node: ^14.13.1 || >=16.0.0} - peerDependencies: - enquirer: '>= 2.3.0 < 3' - peerDependenciesMeta: - enquirer: - optional: true - listr2@7.0.2: resolution: {integrity: sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==} engines: {node: '>=16.0.0'} @@ -4308,9 +4469,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - lodash-es@4.17.21: - resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - lodash._arraycopy@3.0.0: resolution: {integrity: sha512-RHShTDnPKP7aWxlvXKiDT6IX2jCs6YZLCtNhOru/OX2Q/tzX295vVBK5oX1ECtN+2r86S0Ogy8ykP1sgCZAN0A==} @@ -4355,6 +4513,7 @@ packages: lodash.template@4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} + deprecated: This package is deprecated. Use https://socket.dev/npm/package/eta instead. lodash.templatesettings@4.2.0: resolution: {integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==} @@ -4375,9 +4534,9 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} - log-update@4.0.0: - resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==} - engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} log-update@5.0.1: resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==} @@ -4401,10 +4560,6 @@ packages: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} - lru-cache@10.1.0: - resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} - engines: {node: 14 || >=16.14} - lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} @@ -4424,6 +4579,10 @@ packages: resolution: {integrity: sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==} engines: {node: '>=12'} + luxon@3.5.0: + resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==} + engines: {node: '>=12'} + make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} @@ -4431,9 +4590,9 @@ packages: resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - make-fetch-happen@13.0.0: - resolution: {integrity: sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A==} - engines: {node: ^16.14.0 || >=18.0.0} + make-fetch-happen@14.0.3: + resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} + engines: {node: ^18.17.0 || >=20.5.0} map-age-cleaner@0.1.3: resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} @@ -4443,6 +4602,17 @@ packages: resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==} engines: {node: '>=10'} + material-ui-popup-state@5.3.3: + resolution: {integrity: sha512-eaoA4y965neZw1/iPYZ7haCGO369m5QXJT35e0RStzHd4lgrd6PC+UYkYTIRGTrNt+8Vbx8qtYUFDzRjjAGwnw==} + engines: {node: '>=16'} + peerDependencies: + '@mui/material': ^5.0.0 || ^6.0.0 + '@types/react': ^16.8.0 || ^17 || ^18 || ^19 + react: ^16.8.0 || ^17 || ^18 || ^19 + peerDependenciesMeta: + '@types/react': + optional: true + media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -4503,6 +4673,10 @@ packages: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} + mimic-function@5.0.1: + resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} + engines: {node: '>=18'} + mimic-response@1.0.1: resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} engines: {node: '>=4'} @@ -4555,9 +4729,9 @@ packages: resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - minipass-fetch@3.0.3: - resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + minipass-fetch@4.0.0: + resolution: {integrity: sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==} + engines: {node: ^18.17.0 || >=20.5.0} minipass-flush@1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} @@ -4579,10 +4753,6 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} - minipass@7.0.4: - resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} - engines: {node: '>=16 || 14 >=14.17'} - minipass@7.1.2: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} @@ -4591,6 +4761,10 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} + minizlib@3.0.1: + resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} + engines: {node: '>= 18'} + mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} @@ -4611,6 +4785,11 @@ packages: engines: {node: '>=10'} hasBin: true + mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + moment@2.29.4: resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==} @@ -4639,13 +4818,13 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.0.8: - resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==} + nanoid@5.0.9: + resolution: {integrity: sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==} engines: {node: ^18 || >=20} hasBin: true - napi-build-utils@1.0.2: - resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} + napi-build-utils@2.0.0: + resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==} natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} @@ -4657,6 +4836,10 @@ packages: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} + negotiator@1.0.0: + resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} + engines: {node: '>= 0.6'} + neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} @@ -4670,8 +4853,8 @@ packages: no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} - node-abi@3.71.0: - resolution: {integrity: sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==} + node-abi@3.74.0: + resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==} engines: {node: '>=10'} node-abort-controller@3.1.1: @@ -4724,6 +4907,10 @@ packages: normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + normalize-package-data@6.0.2: + resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==} + engines: {node: ^16.14.0 || >=18.0.0} + normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -4732,13 +4919,13 @@ packages: resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} engines: {node: '>=10'} - npm-package-arg@11.0.1: - resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} - engines: {node: ^16.14.0 || >=18.0.0} + npm-package-arg@12.0.1: + resolution: {integrity: sha512-aDxjFfPV3Liw0WOBWlyZLMBqtbgbg03rmGvHDJa2Ttv7tIz+1oB5qWec4psCDFZcZi9b5XdGkPdQiJxOPzvQRQ==} + engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@17.1.0: - resolution: {integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==} - engines: {node: ^16.14.0 || >=18.0.0} + npm-registry-fetch@18.0.2: + resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} + engines: {node: ^18.17.0 || >=20.5.0} npm-run-path@2.0.2: resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} @@ -4816,6 +5003,10 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} + onetime@7.0.0: + resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} + engines: {node: '>=18'} + open@8.4.2: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} @@ -4832,6 +5023,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.1.1: + resolution: {integrity: sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==} + engines: {node: '>=18'} + p-cancelable@2.1.1: resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==} engines: {node: '>=8'} @@ -4876,6 +5071,10 @@ packages: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} + p-map@7.0.3: + resolution: {integrity: sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==} + engines: {node: '>=18'} + p-retry@4.6.2: resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==} engines: {node: '>=8'} @@ -4926,6 +5125,10 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} + parse-json@8.1.0: + resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==} + engines: {node: '>=18'} + parse-passwd@1.0.0: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} @@ -5009,6 +5212,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'} @@ -5021,10 +5228,6 @@ packages: resolution: {integrity: sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==} hasBin: true - pkg-dir@4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} - engines: {node: '>=8'} - plist@3.1.0: resolution: {integrity: sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==} engines: {node: '>=10.4.0'} @@ -5085,8 +5288,8 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - prebuild-install@7.1.2: - resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} + prebuild-install@7.1.3: + resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} engines: {node: '>=10'} hasBin: true @@ -5109,13 +5312,9 @@ packages: resolution: {integrity: sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - proc-log@4.2.0: - resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + proc-log@5.0.0: + resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} + engines: {node: ^18.17.0 || >=20.5.0} process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -5183,14 +5382,10 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - rcedit@4.0.1: - resolution: {integrity: sha512-bZdaQi34krFWhrDn+O53ccBDw0MkAT2Vhu75SqhtvhQu4OPyFM4RoVheyYiVQYdjhUi6EJMVWQ0tR6bCIYVkUg==} - engines: {node: '>= 14.0.0'} - - react-dom@18.3.1: - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} + react-dom@19.0.0: + resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} peerDependencies: - react: ^18.3.1 + react: ^19.0.0 react-fast-compare@3.2.2: resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} @@ -5200,8 +5395,8 @@ packages: peerDependencies: react: '>=16.3.0' - react-i18next@15.1.1: - resolution: {integrity: sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==} + react-i18next@15.4.0: + resolution: {integrity: sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==} peerDependencies: i18next: '>= 23.2.3' react: '>= 16.8.0' @@ -5219,6 +5414,9 @@ packages: react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + react-is@19.0.0: + resolution: {integrity: sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==} + react-router-dom@6.14.1: resolution: {integrity: sha512-ssF6M5UkQjHK70fgukCJyjlda0Dgono2QGwqGvuk7D+EDGHdacEN3Yke2LTMjkrpHuFwBfDFsEjGVXBDmL+bWw==} engines: {node: '>=14'} @@ -5243,14 +5441,18 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' - react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + react@19.0.0: + resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} engines: {node: '>=0.10.0'} read-binary-file-arch@1.0.6: resolution: {integrity: sha512-BNg9EN3DD3GsDXX7Aa8O4p92sryjkmzYYgmgTAc6CA4uGLEDzFfxOxugu21akOxpcXHiEgsYkC6nPsQvLLLmEg==} hasBin: true + read-package-up@11.0.0: + resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} + engines: {node: '>=18'} + read-pkg-up@2.0.0: resolution: {integrity: sha512-1orxQfbWGUiTn9XsPlChs6rLie/AV9jwZTGmu2NZw/CUDJQchXJFYE0Fq5j7+n558T1JhDWLdhyd1Zj+wLY//w==} engines: {node: '>=4'} @@ -5267,6 +5469,10 @@ packages: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} + read-pkg@9.0.1: + resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==} + engines: {node: '>=18'} + readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} @@ -5397,6 +5603,10 @@ packages: resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + restore-cursor@5.1.0: + resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} + engines: {node: '>=18'} + retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} engines: {node: '>= 4'} @@ -5422,6 +5632,10 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true + rimraf@5.0.10: + resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} + hasBin: true + rimraf@6.0.1: resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} engines: {node: 20 || >=22} @@ -5468,8 +5682,8 @@ packages: sax@1.2.4: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} - scheduler@0.23.2: - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + scheduler@0.25.0: + resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==} schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} @@ -5505,8 +5719,8 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + semver@7.7.0: + resolution: {integrity: sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==} engines: {node: '>=10'} hasBin: true @@ -5594,6 +5808,10 @@ packages: resolution: {integrity: sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==} engines: {node: '>=14'} + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + simple-concat@1.0.1: resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} @@ -5607,16 +5825,16 @@ packages: resolution: {integrity: sha512-kWJDCr9EWtZ+/EYYM5MareWj2cRnZGF93YDNpH4jQiHB+hBIZnfPFSQiVMzZOdk+zXWqTZ/9fTeQNu2DqeiudA==} engines: {node: '>=20.12.2'} - simplebar-core@1.2.6: - resolution: {integrity: sha512-H5NYU+O+uvqOH5VXw3+lgoc1vTI6jL8LOZJsw4xgRpV7uIPjRpmLPdz0TrouxwKHBhpVLzVIlyKhaRLelIThMw==} + simplebar-core@1.3.0: + resolution: {integrity: sha512-LpWl3w0caz0bl322E68qsrRPpIn+rWBGAaEJ0lUJA7Xpr2sw92AkIhg6VWj988IefLXYh50ILatfAnbNoCFrlA==} - simplebar-react@3.2.6: - resolution: {integrity: sha512-8jDiBuVCG86JmOrsmkA+4q77iFAEbhU9EX62PohLisg3dnxdLXFFhkxnx2Es3Cxt8IlZFlJsF9GaobFL3ukwiA==} + simplebar-react@3.3.0: + resolution: {integrity: sha512-sxzy+xRuU41He4tT4QLGYutchtOuye/xxVeq7xhyOiwMiHNK1ZpvbOTyy+7P0i7gfpXLGTJ8Bep8+4Mhdgtz/g==} peerDependencies: react: '>=16.8.0' - simplebar@6.2.7: - resolution: {integrity: sha512-IdD6HwZLz4f83lG0yN5r/3Mts4qR+pKAc9IjVdtJ96Ow6IqSA+jG2PlniQ710XUygal/mOA774IgAvcoirUP4g==} + simplebar@6.3.0: + resolution: {integrity: sha512-SQJfKSvUPJxlOhYCpswEn5ke5WQGsgDZNmpScWL+MKXgYpCDTq1bGiv6uWXwSHMYTkMco32fDUL35sVwCMmzCw==} sirv@2.0.4: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} @@ -5630,14 +5848,6 @@ packages: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} engines: {node: '>=14.16'} - slice-ansi@3.0.0: - resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} - engines: {node: '>=8'} - - slice-ansi@4.0.0: - resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} - engines: {node: '>=10'} - slice-ansi@5.0.0: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} engines: {node: '>=12'} @@ -5653,13 +5863,13 @@ packages: resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} engines: {node: '>= 10'} - socks-proxy-agent@8.0.2: - resolution: {integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==} + socks-proxy-agent@8.0.5: + resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} engines: {node: '>= 14'} - socks@2.7.1: - resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} sort-keys-length@1.0.1: resolution: {integrity: sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==} @@ -5712,9 +5922,12 @@ packages: sprintf-js@1.1.2: resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} - ssri@10.0.4: - resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + sprintf-js@1.1.3: + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + + ssri@12.0.0: + resolution: {integrity: sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==} + engines: {node: ^18.17.0 || >=20.5.0} ssri@9.0.1: resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} @@ -5737,6 +5950,10 @@ packages: std-env@3.7.0: resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} + stdin-discarder@0.2.2: + resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} + engines: {node: '>=18'} + string-argv@0.3.1: resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} engines: {node: '>=0.6.19'} @@ -5753,6 +5970,10 @@ packages: resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} engines: {node: '>=12'} + string-width@7.2.0: + resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} + engines: {node: '>=18'} + string.prototype.matchall@4.0.8: resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} @@ -5821,8 +6042,8 @@ packages: peerDependencies: webpack: ^5.27.0 - styled-components@6.1.13: - resolution: {integrity: sha512-M0+N2xSnAtwcVAQeFEsGWFFxXDftHUD7XrKla06QbpUMmbmtFBMMTcKWvFXtWxuD5qQkB8iU5gk6QASlx2ZRMw==} + styled-components@6.1.14: + resolution: {integrity: sha512-KtfwhU5jw7UoxdM0g6XU9VZQFV4do+KrM8idiVCH5h4v49W+3p3yMe0icYwJgZQZepa5DbH04Qv8P0/RdcLcgg==} engines: {node: '>= 16'} peerDependencies: react: '>= 16.8.0' @@ -5836,6 +6057,7 @@ packages: sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. sumchecker@3.0.1: resolution: {integrity: sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==} @@ -5872,6 +6094,10 @@ packages: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} + tar@7.4.3: + resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} + engines: {node: '>=18'} + temp@0.9.4: resolution: {integrity: sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==} engines: {node: '>=6.0.0'} @@ -5919,9 +6145,6 @@ packages: threads@1.7.0: resolution: {integrity: sha512-Mx5NBSHX3sQYR6iI9VYbgHKBLisyB+xROCBGjjWm1O9wb9vfLxdaGtmT/KCjUqMsSNW6nERzCW3T6H43LqjDZQ==} - through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - thunky@1.1.0: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} @@ -5946,6 +6169,10 @@ packages: tinycolor2@1.6.0: resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==} + tinyglobby@0.2.10: + resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} + engines: {node: '>=12.0.0'} + tmp-promise@3.0.3: resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} @@ -5998,8 +6225,8 @@ packages: peerDependencies: typescript: '>= 4.8' - ts-loader@9.5.1: - resolution: {integrity: sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==} + ts-loader@9.5.2: + resolution: {integrity: sha512-Qo4piXvOTWcMGIgRiuFa6nHNm+54HbYaZCKqc9eeZCLRy3XqafQgwX2F7mofrbJG3g7EEb+lkiR+z2Lic2s3Zw==} engines: {node: '>=12.0.0'} peerDependencies: typescript: '*' @@ -6052,10 +6279,6 @@ packages: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} - type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} - type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} @@ -6072,8 +6295,8 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - type-fest@4.27.1: - resolution: {integrity: sha512-3Ta7CyV6daqpwuGJMJKABaUChZZejpzysZkQg1//bLRg2wKQ4duwsg3MMIsHuElq58iDqizg4DBUmK8H8wExJg==} + type-fest@4.33.0: + resolution: {integrity: sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==} engines: {node: '>=16'} type-is@1.6.18: @@ -6108,14 +6331,14 @@ packages: react-dom: ^16.13.1 styled-components: ^5.1.1 - typescript@5.7.2: - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} + typescript@5.7.3: + resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} hasBin: true - typesync@0.13.4: - resolution: {integrity: sha512-7o5wl26BQhrymrA67D/czGrGg/aGmMBLF3pJRaUHmnG1aQOSJXw3V85J1WYMHrRNldA3kj2RkKNZFu5jdeUrqA==} - engines: {node: '>=16.0.0'} + typesync@0.14.0: + resolution: {integrity: sha512-OOAf9eI7lEh93xDl50jASFEbUm2egxWiiS1R8pNNWzpF4V/yWyDPfxAQvnGtXh+JFa59hkC5Rv1Mb4py1L53aA==} + engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} hasBin: true unbox-primitive@1.0.2: @@ -6124,8 +6347,8 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici-types@6.20.0: + resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} @@ -6135,17 +6358,17 @@ packages: resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - unique-filename@3.0.0: - resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + unique-filename@4.0.0: + resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} + engines: {node: ^18.17.0 || >=20.5.0} unique-slug@3.0.0: resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - unique-slug@4.0.0: - resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + unique-slug@5.0.0: + resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} + engines: {node: ^18.17.0 || >=20.5.0} universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} @@ -6215,6 +6438,10 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} + uuid@10.0.0: + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + hasBin: true + uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -6229,9 +6456,9 @@ packages: validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - validate-npm-package-name@5.0.0: - resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + validate-npm-package-name@6.0.0: + resolution: {integrity: sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==} + engines: {node: ^18.17.0 || >=20.5.0} vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} @@ -6381,15 +6608,11 @@ packages: resolution: {integrity: sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==} engines: {node: '>=0.10.0'} - wouter@3.3.5: - resolution: {integrity: sha512-bx3fLQAMn+EhYbBdY3W1gw9ZfO/uchudxYMwOIBzF3HVgqNEEIT199vEoh7FLTC0Vz5+rpMO6NdFsOkGX1QQCw==} + wouter@3.5.1: + resolution: {integrity: sha512-CCmd9qOJnQBO8Ja6kUuTr3/MvS8t+YCDQqlvVcuu8sG9L+FxP/Dv75s1UfjdSO0ahvewo+KBpMN+yTL1Q0BrtA==} peerDependencies: react: '>=16.8.0' - wrap-ansi@6.2.0: - resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} - engines: {node: '>=8'} - wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} @@ -6463,6 +6686,10 @@ 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'} + yaml@2.3.1: resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} engines: {node: '>= 14'} @@ -6483,11 +6710,6 @@ packages: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} - yarn-or-npm@3.0.1: - resolution: {integrity: sha512-fTiQP6WbDAh5QZAVdbMQkecZoahnbOjClTQhzv74WX5h2Uaidj1isf9FDes11TKtsZ0/ZVfZsqZ+O3x6aLERHQ==} - engines: {node: '>=8.6.0'} - hasBin: true - yauzl@2.10.0: resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} @@ -6505,8 +6727,8 @@ packages: zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} - zx@8.2.2: - resolution: {integrity: sha512-HSIdpU5P2ONI0nssnhsUZNCH9Sd/Z8LIFk9n8QTbu6JufzJx7qR7ajrMN21s06JqWSApcN012377iWsv8Vs5bg==} + zx@8.3.1: + resolution: {integrity: sha512-MjNXfysB0Rv/lMi8oFa3a3flNC/KKqhguuarqxYM/uz/WFoD/AgHDkDdoDD4Y4nRjaCDphJJBTeeaPAE1P7fhA==} engines: {node: '>= 12.17.0'} hasBin: true @@ -6554,12 +6776,20 @@ snapshots: dependencies: '@babel/highlight': 7.22.5 + '@babel/code-frame@7.26.2': + dependencies: + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 + picocolors: 1.0.0 + '@babel/helper-string-parser@7.22.5': {} '@babel/helper-validator-identifier@7.22.20': {} '@babel/helper-validator-identifier@7.22.5': {} + '@babel/helper-validator-identifier@7.25.9': {} + '@babel/highlight@7.22.5': dependencies: '@babel/helper-validator-identifier': 7.22.5 @@ -6581,7 +6811,7 @@ snapshots: '@babel/types@7.22.5': dependencies: '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.25.9 to-fast-properties: 2.0.0 '@colors/colors@1.5.0': @@ -6595,22 +6825,22 @@ snapshots: '@cucumber/ci-environment@10.0.1': {} - '@cucumber/cucumber-expressions@17.1.0': + '@cucumber/cucumber-expressions@18.0.1': dependencies: regexp-match-indices: 1.0.2 - '@cucumber/cucumber@11.1.0': + '@cucumber/cucumber@11.2.0': dependencies: '@cucumber/ci-environment': 10.0.1 - '@cucumber/cucumber-expressions': 17.1.0 - '@cucumber/gherkin': 28.0.0 - '@cucumber/gherkin-streams': 5.0.1(@cucumber/gherkin@28.0.0)(@cucumber/message-streams@4.0.1(@cucumber/messages@24.1.0))(@cucumber/messages@24.1.0) + '@cucumber/cucumber-expressions': 18.0.1 + '@cucumber/gherkin': 30.0.4 + '@cucumber/gherkin-streams': 5.0.1(@cucumber/gherkin@30.0.4)(@cucumber/message-streams@4.0.1(@cucumber/messages@27.0.2))(@cucumber/messages@27.0.2) '@cucumber/gherkin-utils': 9.0.0 - '@cucumber/html-formatter': 21.6.0(@cucumber/messages@24.1.0) - '@cucumber/junit-xml-formatter': 0.6.0(@cucumber/messages@24.1.0) - '@cucumber/message-streams': 4.0.1(@cucumber/messages@24.1.0) - '@cucumber/messages': 24.1.0 - '@cucumber/tag-expressions': 6.1.0 + '@cucumber/html-formatter': 21.7.0(@cucumber/messages@27.0.2) + '@cucumber/junit-xml-formatter': 0.7.1(@cucumber/messages@27.0.2) + '@cucumber/message-streams': 4.0.1(@cucumber/messages@27.0.2) + '@cucumber/messages': 27.0.2 + '@cucumber/tag-expressions': 6.1.1 assertion-error-formatter: 3.0.0 capital-case: 1.0.4 chalk: 4.1.2 @@ -6632,22 +6862,22 @@ snapshots: mkdirp: 2.1.6 mz: 2.7.0 progress: 2.0.3 - read-pkg-up: 7.0.1 + read-package-up: 11.0.0 resolve-pkg: 2.0.0 semver: 7.5.3 string-argv: 0.3.1 supports-color: 8.1.1 tmp: 0.2.3 - type-fest: 4.27.1 + type-fest: 4.33.0 util-arity: 1.1.0 yaml: 2.3.1 yup: 1.2.0 - '@cucumber/gherkin-streams@5.0.1(@cucumber/gherkin@28.0.0)(@cucumber/message-streams@4.0.1(@cucumber/messages@24.1.0))(@cucumber/messages@24.1.0)': + '@cucumber/gherkin-streams@5.0.1(@cucumber/gherkin@30.0.4)(@cucumber/message-streams@4.0.1(@cucumber/messages@27.0.2))(@cucumber/messages@27.0.2)': dependencies: - '@cucumber/gherkin': 28.0.0 - '@cucumber/message-streams': 4.0.1(@cucumber/messages@24.1.0) - '@cucumber/messages': 24.1.0 + '@cucumber/gherkin': 30.0.4 + '@cucumber/message-streams': 4.0.1(@cucumber/messages@27.0.2) + '@cucumber/messages': 27.0.2 commander: 9.1.0 source-map-support: 0.5.21 @@ -6663,20 +6893,25 @@ snapshots: dependencies: '@cucumber/messages': 24.1.0 - '@cucumber/html-formatter@21.6.0(@cucumber/messages@24.1.0)': + '@cucumber/gherkin@30.0.4': dependencies: '@cucumber/messages': 24.1.0 - '@cucumber/junit-xml-formatter@0.6.0(@cucumber/messages@24.1.0)': + '@cucumber/html-formatter@21.7.0(@cucumber/messages@27.0.2)': dependencies: - '@cucumber/messages': 24.1.0 - '@cucumber/query': 13.0.2(@cucumber/messages@24.1.0) + '@cucumber/messages': 27.0.2 + + '@cucumber/junit-xml-formatter@0.7.1(@cucumber/messages@27.0.2)': + dependencies: + '@cucumber/messages': 27.0.2 + '@cucumber/query': 13.0.2(@cucumber/messages@27.0.2) '@teppeis/multimaps': 3.0.0 + luxon: 3.5.0 xmlbuilder: 15.1.1 - '@cucumber/message-streams@4.0.1(@cucumber/messages@24.1.0)': + '@cucumber/message-streams@4.0.1(@cucumber/messages@27.0.2)': dependencies: - '@cucumber/messages': 24.1.0 + '@cucumber/messages': 27.0.2 '@cucumber/messages@24.1.0': dependencies: @@ -6685,13 +6920,20 @@ snapshots: reflect-metadata: 0.2.1 uuid: 9.0.1 - '@cucumber/query@13.0.2(@cucumber/messages@24.1.0)': + '@cucumber/messages@27.0.2': dependencies: - '@cucumber/messages': 24.1.0 + '@types/uuid': 10.0.0 + class-transformer: 0.5.1 + reflect-metadata: 0.2.2 + uuid: 10.0.0 + + '@cucumber/query@13.0.2(@cucumber/messages@27.0.2)': + dependencies: + '@cucumber/messages': 27.0.2 '@teppeis/multimaps': 3.0.0 assert: 2.1.0 - '@cucumber/tag-expressions@6.1.0': {} + '@cucumber/tag-expressions@6.1.1': {} '@dabh/diagnostics@2.0.3': dependencies: @@ -6701,48 +6943,48 @@ snapshots: '@discoveryjs/json-ext@0.5.7': {} - '@dnd-kit/accessibility@3.1.1(react@18.3.1)': + '@dnd-kit/accessibility@3.1.1(react@19.0.0)': dependencies: - react: 18.3.1 + react: 19.0.0 tslib: 2.6.2 - '@dnd-kit/core@6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: - '@dnd-kit/accessibility': 3.1.1(react@18.3.1) - '@dnd-kit/utilities': 3.2.2(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@dnd-kit/accessibility': 3.1.1(react@19.0.0) + '@dnd-kit/utilities': 3.2.2(react@19.0.0) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) tslib: 2.6.2 - '@dnd-kit/modifiers@8.0.0(@dnd-kit/core@6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': dependencies: - '@dnd-kit/core': 6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@dnd-kit/utilities': 3.2.2(react@18.3.1) - react: 18.3.1 + '@dnd-kit/core': 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@dnd-kit/utilities': 3.2.2(react@19.0.0) + react: 19.0.0 tslib: 2.6.2 - '@dnd-kit/sortable@9.0.0(@dnd-kit/core@6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': dependencies: - '@dnd-kit/core': 6.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@dnd-kit/utilities': 3.2.2(react@18.3.1) - react: 18.3.1 + '@dnd-kit/core': 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@dnd-kit/utilities': 3.2.2(react@19.0.0) + react: 19.0.0 tslib: 2.6.2 - '@dnd-kit/utilities@3.2.2(react@18.3.1)': + '@dnd-kit/utilities@3.2.2(react@19.0.0)': dependencies: - react: 18.3.1 + react: 19.0.0 tslib: 2.6.2 '@dprint/darwin-arm64@0.45.0': optional: true - '@dprint/darwin-arm64@0.47.5': + '@dprint/darwin-arm64@0.48.0': optional: true '@dprint/darwin-x64@0.45.0': optional: true - '@dprint/darwin-x64@0.47.5': + '@dprint/darwin-x64@0.48.0': optional: true '@dprint/dockerfile@0.3.0': {} @@ -6754,25 +6996,28 @@ snapshots: '@dprint/linux-arm64-glibc@0.45.0': optional: true - '@dprint/linux-arm64-glibc@0.47.5': + '@dprint/linux-arm64-glibc@0.48.0': optional: true '@dprint/linux-arm64-musl@0.45.0': optional: true - '@dprint/linux-arm64-musl@0.47.5': + '@dprint/linux-arm64-musl@0.48.0': + optional: true + + '@dprint/linux-riscv64-glibc@0.48.0': optional: true '@dprint/linux-x64-glibc@0.45.0': optional: true - '@dprint/linux-x64-glibc@0.47.5': + '@dprint/linux-x64-glibc@0.48.0': optional: true '@dprint/linux-x64-musl@0.45.0': optional: true - '@dprint/linux-x64-musl@0.47.5': + '@dprint/linux-x64-musl@0.48.0': optional: true '@dprint/markdown@0.15.3': {} @@ -6781,66 +7026,67 @@ snapshots: '@dprint/typescript@0.84.4': {} - '@dprint/win32-arm64@0.47.5': + '@dprint/win32-arm64@0.48.0': optional: true '@dprint/win32-x64@0.45.0': optional: true - '@dprint/win32-x64@0.47.5': + '@dprint/win32-x64@0.48.0': optional: true - '@electron-forge/cli@7.5.0(bluebird@3.7.2)(encoding@0.1.13)': + '@electron-forge/cli@7.6.1(bluebird@3.7.2)(encoding@0.1.13)': dependencies: - '@electron-forge/core': 7.5.0(bluebird@3.7.2)(encoding@0.1.13) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/core': 7.6.1(bluebird@3.7.2)(encoding@0.1.13) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) '@electron/get': 3.0.0 chalk: 4.1.2 commander: 4.1.1 debug: 4.3.4(supports-color@8.1.1) fs-extra: 10.1.0 listr2: 7.0.2 - semver: 7.6.3 + semver: 7.7.0 transitivePeerDependencies: - bluebird - encoding - supports-color - '@electron-forge/core-utils@7.5.0(bluebird@3.7.2)': + '@electron-forge/core-utils@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) '@electron/rebuild': 3.7.1(bluebird@3.7.2) '@malept/cross-spawn-promise': 2.0.0 chalk: 4.1.2 debug: 4.3.4(supports-color@8.1.1) + detect-package-manager: 3.0.2 find-up: 5.0.0 fs-extra: 10.1.0 log-symbols: 4.1.0 - semver: 7.6.3 - yarn-or-npm: 3.0.1 + semver: 7.7.0 transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/core@7.5.0(bluebird@3.7.2)(encoding@0.1.13)': + '@electron-forge/core@7.6.1(bluebird@3.7.2)(encoding@0.1.13)': dependencies: - '@electron-forge/core-utils': 7.5.0(bluebird@3.7.2) - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/plugin-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/publisher-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-vite': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-vite-typescript': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-webpack': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-webpack-typescript': 7.5.0(bluebird@3.7.2) - '@electron-forge/tracer': 7.5.0 + '@electron-forge/core-utils': 7.6.1(bluebird@3.7.2) + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/plugin-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/publisher-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-vite': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-vite-typescript': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-webpack': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-webpack-typescript': 7.6.1(bluebird@3.7.2) + '@electron-forge/tracer': 7.6.1 '@electron/get': 3.0.0 '@electron/packager': 18.3.6 '@electron/rebuild': 3.7.1(bluebird@3.7.2) '@malept/cross-spawn-promise': 2.0.0 chalk: 4.1.2 debug: 4.3.4(supports-color@8.1.1) + detect-package-manager: 3.0.2 fast-glob: 3.3.2 filenamify: 4.3.0 find-up: 5.0.0 @@ -6851,29 +7097,17 @@ snapshots: lodash: 4.17.21 log-symbols: 4.1.0 node-fetch: 2.6.12(encoding@0.1.13) - progress: 2.0.3 rechoir: 0.8.0 resolve-package: 1.0.1 - semver: 7.6.3 + semver: 7.7.0 source-map-support: 0.5.21 sudo-prompt: 9.2.1 username: 5.1.0 - yarn-or-npm: 3.0.1 transitivePeerDependencies: - bluebird - encoding - supports-color - '@electron-forge/maker-base@7.2.0(bluebird@3.7.2)': - dependencies: - '@electron-forge/shared-types': 7.2.0(bluebird@3.7.2) - fs-extra: 10.1.0 - which: 2.0.2 - transitivePeerDependencies: - - bluebird - - enquirer - - supports-color - '@electron-forge/maker-base@7.5.0(bluebird@3.7.2)': dependencies: '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) @@ -6882,11 +7116,21 @@ snapshots: transitivePeerDependencies: - bluebird - supports-color + optional: true - '@electron-forge/maker-deb@7.5.0(bluebird@3.7.2)': + '@electron-forge/maker-base@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + fs-extra: 10.1.0 + which: 2.0.2 + transitivePeerDependencies: + - bluebird + - supports-color + + '@electron-forge/maker-deb@7.6.1(bluebird@3.7.2)': + dependencies: + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) optionalDependencies: electron-installer-debian: 3.2.0 transitivePeerDependencies: @@ -6894,10 +7138,10 @@ snapshots: - supports-color optional: true - '@electron-forge/maker-flatpak@7.5.0(bluebird@3.7.2)': + '@electron-forge/maker-flatpak@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) fs-extra: 10.1.0 optionalDependencies: '@malept/electron-installer-flatpak': 0.11.4 @@ -6906,10 +7150,10 @@ snapshots: - supports-color optional: true - '@electron-forge/maker-rpm@7.5.0(bluebird@3.7.2)': + '@electron-forge/maker-rpm@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) optionalDependencies: electron-installer-redhat: 3.4.0 transitivePeerDependencies: @@ -6917,10 +7161,10 @@ snapshots: - supports-color optional: true - '@electron-forge/maker-snap@7.5.0(bluebird@3.7.2)': + '@electron-forge/maker-snap@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) optionalDependencies: electron-installer-snap: 5.2.0 transitivePeerDependencies: @@ -6928,10 +7172,10 @@ snapshots: - supports-color optional: true - '@electron-forge/maker-squirrel@7.5.0(bluebird@3.7.2)': + '@electron-forge/maker-squirrel@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) fs-extra: 10.1.0 optionalDependencies: electron-winstaller: 5.3.0 @@ -6940,10 +7184,10 @@ snapshots: - supports-color optional: true - '@electron-forge/maker-zip@7.5.0(bluebird@3.7.2)': + '@electron-forge/maker-zip@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/maker-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) cross-zip: 4.0.0 fs-extra: 10.1.0 got: 11.8.6 @@ -6952,35 +7196,35 @@ snapshots: - supports-color optional: true - '@electron-forge/plugin-auto-unpack-natives@7.5.0(bluebird@3.7.2)': + '@electron-forge/plugin-auto-unpack-natives@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/plugin-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/plugin-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/plugin-base@7.5.0(bluebird@3.7.2)': + '@electron-forge/plugin-base@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/plugin-webpack@7.5.0(bluebird@3.7.2)(esbuild@0.24.0)': + '@electron-forge/plugin-webpack@7.6.1(bluebird@3.7.2)(esbuild@0.24.2)': dependencies: - '@electron-forge/core-utils': 7.5.0(bluebird@3.7.2) - '@electron-forge/plugin-base': 7.5.0(bluebird@3.7.2) - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) - '@electron-forge/web-multi-logger': 7.5.0 + '@electron-forge/core-utils': 7.6.1(bluebird@3.7.2) + '@electron-forge/plugin-base': 7.6.1(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + '@electron-forge/web-multi-logger': 7.6.1 chalk: 4.1.2 debug: 4.3.4(supports-color@8.1.1) fast-glob: 3.3.2 fs-extra: 10.1.0 - html-webpack-plugin: 5.5.3(webpack@5.88.1(esbuild@0.24.0)) + html-webpack-plugin: 5.5.3(webpack@5.88.1(esbuild@0.24.2)) listr2: 7.0.2 - webpack: 5.88.1(esbuild@0.24.0) - webpack-dev-server: 4.15.1(debug@4.3.4)(webpack@5.88.1(esbuild@0.24.0)) + webpack: 5.88.1(esbuild@0.24.2) + webpack-dev-server: 4.15.1(debug@4.3.4)(webpack@5.88.1(esbuild@0.24.2)) webpack-merge: 5.9.0 transitivePeerDependencies: - '@swc/core' @@ -6992,24 +7236,13 @@ snapshots: - utf-8-validate - webpack-cli - '@electron-forge/publisher-base@7.5.0(bluebird@3.7.2)': + '@electron-forge/publisher-base@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/shared-types@7.2.0(bluebird@3.7.2)': - dependencies: - '@electron-forge/tracer': 7.2.0 - '@electron/packager': 18.1.3 - '@electron/rebuild': 3.7.1(bluebird@3.7.2) - listr2: 5.0.8 - transitivePeerDependencies: - - bluebird - - enquirer - - supports-color - '@electron-forge/shared-types@7.5.0(bluebird@3.7.2)': dependencies: '@electron-forge/tracer': 7.5.0 @@ -7019,10 +7252,21 @@ snapshots: transitivePeerDependencies: - bluebird - supports-color + optional: true - '@electron-forge/template-base@7.5.0(bluebird@3.7.2)': + '@electron-forge/shared-types@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) + '@electron-forge/tracer': 7.6.1 + '@electron/packager': 18.3.6 + '@electron/rebuild': 3.7.1(bluebird@3.7.2) + listr2: 7.0.2 + transitivePeerDependencies: + - bluebird + - supports-color + + '@electron-forge/template-base@7.6.1(bluebird@3.7.2)': + dependencies: + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) '@malept/cross-spawn-promise': 2.0.0 debug: 4.3.4(supports-color@8.1.1) fs-extra: 10.1.0 @@ -7031,51 +7275,52 @@ snapshots: - bluebird - supports-color - '@electron-forge/template-vite-typescript@7.5.0(bluebird@3.7.2)': + '@electron-forge/template-vite-typescript@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-base': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-base': 7.6.1(bluebird@3.7.2) fs-extra: 10.1.0 transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/template-vite@7.5.0(bluebird@3.7.2)': + '@electron-forge/template-vite@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-base': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-base': 7.6.1(bluebird@3.7.2) fs-extra: 10.1.0 transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/template-webpack-typescript@7.5.0(bluebird@3.7.2)': + '@electron-forge/template-webpack-typescript@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-base': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-base': 7.6.1(bluebird@3.7.2) fs-extra: 10.1.0 transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/template-webpack@7.5.0(bluebird@3.7.2)': + '@electron-forge/template-webpack@7.6.1(bluebird@3.7.2)': dependencies: - '@electron-forge/shared-types': 7.5.0(bluebird@3.7.2) - '@electron-forge/template-base': 7.5.0(bluebird@3.7.2) + '@electron-forge/shared-types': 7.6.1(bluebird@3.7.2) + '@electron-forge/template-base': 7.6.1(bluebird@3.7.2) fs-extra: 10.1.0 transitivePeerDependencies: - bluebird - supports-color - '@electron-forge/tracer@7.2.0': - dependencies: - chrome-trace-event: 1.0.3 - '@electron-forge/tracer@7.5.0': dependencies: chrome-trace-event: 1.0.3 + optional: true - '@electron-forge/web-multi-logger@7.5.0': + '@electron-forge/tracer@7.6.1': + dependencies: + chrome-trace-event: 1.0.3 + + '@electron-forge/web-multi-logger@7.6.1': dependencies: express: 4.19.2 express-ws: 5.0.2(express@4.19.2) @@ -7093,12 +7338,6 @@ snapshots: glob: 7.2.3 minimatch: 3.1.2 - '@electron/asar@3.2.8': - dependencies: - commander: 5.1.0 - glob: 7.2.3 - minimatch: 3.1.2 - '@electron/get@2.0.2': dependencies: debug: 4.3.4(supports-color@8.1.1) @@ -7136,7 +7375,7 @@ snapshots: make-fetch-happen: 10.2.1(bluebird@3.7.2) nopt: 6.0.0 proc-log: 2.0.1 - semver: 7.6.3 + semver: 7.7.0 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -7162,31 +7401,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@electron/packager@18.1.3': - dependencies: - '@electron/asar': 3.2.8 - '@electron/get': 3.0.0 - '@electron/notarize': 2.2.0 - '@electron/osx-sign': 1.0.5 - '@electron/universal': 2.0.1 - '@electron/windows-sign': 1.0.0 - cross-spawn-windows-exe: 1.2.0 - debug: 4.3.4(supports-color@8.1.1) - extract-zip: 2.0.1 - filenamify: 4.3.0 - fs-extra: 11.2.0 - galactus: 1.0.0 - get-package-info: 1.0.0 - junk: 3.1.0 - parse-author: 2.0.0 - plist: 3.1.0 - rcedit: 4.0.1 - resolve: 1.22.8 - semver: 7.6.3 - yargs-parser: 21.1.1 - transitivePeerDependencies: - - supports-color - '@electron/packager@18.3.6': dependencies: '@electron/asar': 3.2.17 @@ -7198,7 +7412,7 @@ snapshots: debug: 4.3.4(supports-color@8.1.1) extract-zip: 2.0.1 filenamify: 4.3.0 - fs-extra: 11.2.0 + fs-extra: 11.3.0 galactus: 1.0.0 get-package-info: 1.0.0 junk: 3.1.0 @@ -7206,7 +7420,7 @@ snapshots: plist: 3.1.0 resedit: 2.0.2 resolve: 1.22.8 - semver: 7.6.3 + semver: 7.7.0 yargs-parser: 21.1.1 transitivePeerDependencies: - supports-color @@ -7220,11 +7434,11 @@ snapshots: detect-libc: 2.0.1 fs-extra: 10.1.0 got: 11.8.6 - node-abi: 3.71.0 + node-abi: 3.74.0 node-api-version: 0.2.0 ora: 5.4.1 read-binary-file-arch: 1.0.6 - semver: 7.6.3 + semver: 7.7.0 tar: 6.2.1 yargs: 17.7.2 transitivePeerDependencies: @@ -7233,29 +7447,21 @@ snapshots: '@electron/universal@2.0.1': dependencies: - '@electron/asar': 3.2.8 + '@electron/asar': 3.2.17 '@malept/cross-spawn-promise': 2.0.0 debug: 4.3.4(supports-color@8.1.1) dir-compare: 4.2.0 - fs-extra: 11.2.0 + fs-extra: 11.3.0 minimatch: 9.0.5 plist: 3.1.0 transitivePeerDependencies: - supports-color - '@electron/windows-sign@1.0.0': - dependencies: - debug: 4.3.4(supports-color@8.1.1) - fs-extra: 11.2.0 - minimist: 1.2.8 - transitivePeerDependencies: - - supports-color - '@electron/windows-sign@1.1.2': dependencies: cross-dirname: 0.1.0 debug: 4.3.4(supports-color@8.1.1) - fs-extra: 11.2.0 + fs-extra: 11.3.0 minimist: 1.2.8 postject: 1.0.0-alpha.6 transitivePeerDependencies: @@ -7269,7 +7475,15 @@ snapshots: '@emotion/weak-memoize': 0.3.1 stylis: 4.2.0 - '@emotion/hash@0.9.1': {} + '@emotion/cache@11.14.0': + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + + '@emotion/hash@0.9.2': {} '@emotion/is-prop-valid@1.2.2': dependencies: @@ -7277,153 +7491,174 @@ snapshots: '@emotion/memoize@0.8.1': {} + '@emotion/memoize@0.9.0': {} + + '@emotion/serialize@1.3.3': + dependencies: + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.10.0 + '@emotion/utils': 1.4.2 + csstype: 3.1.3 + '@emotion/sheet@1.2.2': {} + '@emotion/sheet@1.4.0': {} + + '@emotion/unitless@0.10.0': {} + '@emotion/unitless@0.8.1': {} '@emotion/utils@1.2.1': {} + '@emotion/utils@1.4.2': {} + '@emotion/weak-memoize@0.3.1': {} + '@emotion/weak-memoize@0.4.0': {} + '@esbuild/aix-ppc64@0.21.5': optional: true - '@esbuild/aix-ppc64@0.24.0': + '@esbuild/aix-ppc64@0.24.2': optional: true '@esbuild/android-arm64@0.21.5': optional: true - '@esbuild/android-arm64@0.24.0': + '@esbuild/android-arm64@0.24.2': optional: true '@esbuild/android-arm@0.21.5': optional: true - '@esbuild/android-arm@0.24.0': + '@esbuild/android-arm@0.24.2': optional: true '@esbuild/android-x64@0.21.5': optional: true - '@esbuild/android-x64@0.24.0': + '@esbuild/android-x64@0.24.2': optional: true '@esbuild/darwin-arm64@0.21.5': optional: true - '@esbuild/darwin-arm64@0.24.0': + '@esbuild/darwin-arm64@0.24.2': optional: true '@esbuild/darwin-x64@0.21.5': optional: true - '@esbuild/darwin-x64@0.24.0': + '@esbuild/darwin-x64@0.24.2': optional: true '@esbuild/freebsd-arm64@0.21.5': optional: true - '@esbuild/freebsd-arm64@0.24.0': + '@esbuild/freebsd-arm64@0.24.2': optional: true '@esbuild/freebsd-x64@0.21.5': optional: true - '@esbuild/freebsd-x64@0.24.0': + '@esbuild/freebsd-x64@0.24.2': optional: true '@esbuild/linux-arm64@0.21.5': optional: true - '@esbuild/linux-arm64@0.24.0': + '@esbuild/linux-arm64@0.24.2': optional: true '@esbuild/linux-arm@0.21.5': optional: true - '@esbuild/linux-arm@0.24.0': + '@esbuild/linux-arm@0.24.2': optional: true '@esbuild/linux-ia32@0.21.5': optional: true - '@esbuild/linux-ia32@0.24.0': + '@esbuild/linux-ia32@0.24.2': optional: true '@esbuild/linux-loong64@0.21.5': optional: true - '@esbuild/linux-loong64@0.24.0': + '@esbuild/linux-loong64@0.24.2': optional: true '@esbuild/linux-mips64el@0.21.5': optional: true - '@esbuild/linux-mips64el@0.24.0': + '@esbuild/linux-mips64el@0.24.2': optional: true '@esbuild/linux-ppc64@0.21.5': optional: true - '@esbuild/linux-ppc64@0.24.0': + '@esbuild/linux-ppc64@0.24.2': optional: true '@esbuild/linux-riscv64@0.21.5': optional: true - '@esbuild/linux-riscv64@0.24.0': + '@esbuild/linux-riscv64@0.24.2': optional: true '@esbuild/linux-s390x@0.21.5': optional: true - '@esbuild/linux-s390x@0.24.0': + '@esbuild/linux-s390x@0.24.2': optional: true '@esbuild/linux-x64@0.21.5': optional: true - '@esbuild/linux-x64@0.24.0': + '@esbuild/linux-x64@0.24.2': + optional: true + + '@esbuild/netbsd-arm64@0.24.2': optional: true '@esbuild/netbsd-x64@0.21.5': optional: true - '@esbuild/netbsd-x64@0.24.0': + '@esbuild/netbsd-x64@0.24.2': optional: true - '@esbuild/openbsd-arm64@0.24.0': + '@esbuild/openbsd-arm64@0.24.2': optional: true '@esbuild/openbsd-x64@0.21.5': optional: true - '@esbuild/openbsd-x64@0.24.0': + '@esbuild/openbsd-x64@0.24.2': optional: true '@esbuild/sunos-x64@0.21.5': optional: true - '@esbuild/sunos-x64@0.24.0': + '@esbuild/sunos-x64@0.24.2': optional: true '@esbuild/win32-arm64@0.21.5': optional: true - '@esbuild/win32-arm64@0.24.0': + '@esbuild/win32-arm64@0.24.2': optional: true '@esbuild/win32-ia32@0.21.5': optional: true - '@esbuild/win32-ia32@0.24.0': + '@esbuild/win32-ia32@0.24.2': optional: true '@esbuild/win32-x64@0.21.5': optional: true - '@esbuild/win32-x64@0.24.0': + '@esbuild/win32-x64@0.24.2': optional: true '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': @@ -7458,17 +7693,17 @@ snapshots: '@floating-ui/core': 1.5.2 '@floating-ui/utils': 0.2.1 - '@floating-ui/react-dom@2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@floating-ui/react-dom@2.0.8(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@floating-ui/dom': 1.6.3 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) '@floating-ui/utils@0.1.6': {} '@floating-ui/utils@0.2.1': {} - '@fontsource/roboto@5.1.0': {} + '@fontsource/roboto@5.1.1': {} '@gar/promisify@1.1.3': {} @@ -7484,16 +7719,16 @@ snapshots: '@humanwhocodes/object-schema@2.0.2': {} - '@inversifyjs/common@1.3.3': {} + '@inversifyjs/common@1.4.0': {} - '@inversifyjs/core@1.3.4(reflect-metadata@0.2.2)': + '@inversifyjs/core@1.3.5(reflect-metadata@0.2.2)': dependencies: - '@inversifyjs/common': 1.3.3 - '@inversifyjs/reflect-metadata-utils': 0.2.3(reflect-metadata@0.2.2) + '@inversifyjs/common': 1.4.0 + '@inversifyjs/reflect-metadata-utils': 0.2.4(reflect-metadata@0.2.2) transitivePeerDependencies: - reflect-metadata - '@inversifyjs/reflect-metadata-utils@0.2.3(reflect-metadata@0.2.2)': + '@inversifyjs/reflect-metadata-utils@0.2.4(reflect-metadata@0.2.2)': dependencies: reflect-metadata: 0.2.2 @@ -7506,6 +7741,10 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 + '@isaacs/fs-minipass@4.0.1': + dependencies: + minipass: 7.1.2 + '@jimp/core@1.6.0': dependencies: '@jimp/file-ops': 1.6.0 @@ -7731,6 +7970,7 @@ snapshots: '@malept/cross-spawn-promise@1.1.1': dependencies: cross-spawn: 7.0.3 + optional: true '@malept/cross-spawn-promise@2.0.0': dependencies: @@ -7742,7 +7982,7 @@ snapshots: debug: 4.3.4(supports-color@8.1.1) electron-installer-common: 0.10.3 lodash: 4.17.21 - semver: 7.6.3 + semver: 7.7.0 yargs: 16.2.0 transitivePeerDependencies: - supports-color @@ -7758,97 +7998,117 @@ snapshots: - supports-color optional: true - '@mui/base@5.0.0-beta.40(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.40(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.24.1 - '@floating-ui/react-dom': 2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.12) - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) + '@floating-ui/react-dom': 2.0.8(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@mui/types': 7.2.14(@types/react@19.0.8) + '@mui/utils': 5.15.20(@types/react@19.0.8)(react@19.0.0) '@popperjs/core': 2.11.8 clsx: 2.1.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/core-downloads-tracker@5.15.21': {} + '@mui/core-downloads-tracker@6.4.2': {} - '@mui/icons-material@5.15.21(@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(react@18.3.1)': + '@mui/icons-material@6.4.2(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)': + dependencies: + '@babel/runtime': 7.26.0 + '@mui/material': 6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + react: 19.0.0 + optionalDependencies: + '@types/react': 19.0.8 + + '@mui/lab@5.0.0-alpha.170(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.24.1 - '@mui/material': 5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - optionalDependencies: - '@types/react': 18.3.12 - - '@mui/lab@5.0.0-alpha.170(@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.1 - '@mui/base': 5.0.0-beta.40(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/material': 5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/system': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.12) - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) + '@mui/base': 5.0.0-beta.40(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@mui/material': 6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@mui/system': 5.15.20(@types/react@19.0.8)(react@19.0.0) + '@mui/types': 7.2.14(@types/react@19.0.8) + '@mui/utils': 5.15.20(@types/react@19.0.8)(react@19.0.0) clsx: 2.1.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: - '@babel/runtime': 7.24.1 - '@mui/base': 5.0.0-beta.40(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/core-downloads-tracker': 5.15.21 - '@mui/system': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.12) - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@types/react-transition-group': 4.4.10 - clsx: 2.1.0 + '@babel/runtime': 7.26.0 + '@mui/core-downloads-tracker': 6.4.2 + '@mui/system': 6.4.2(@types/react@19.0.8)(react@19.0.0) + '@mui/types': 7.2.21(@types/react@19.0.8) + '@mui/utils': 6.4.2(@types/react@19.0.8)(react@19.0.0) + '@popperjs/core': 2.11.8 + '@types/react-transition-group': 4.4.12(@types/react@19.0.8) + clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - 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.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + react-is: 19.0.0 + react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/private-theming@5.15.20(@types/react@18.3.12)(react@18.3.1)': + '@mui/private-theming@5.15.20(@types/react@19.0.8)(react@19.0.0)': dependencies: '@babel/runtime': 7.24.1 - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@19.0.8)(react@19.0.0) prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0 optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/styled-engine-sc@6.0.0-alpha.18(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@mui/private-theming@6.4.2(@types/react@19.0.8)(react@19.0.0)': dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 + '@mui/utils': 6.4.2(@types/react@19.0.8)(react@19.0.0) + prop-types: 15.8.1 + react: 19.0.0 + optionalDependencies: + '@types/react': 19.0.8 + + '@mui/styled-engine-sc@6.4.2(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + dependencies: + '@babel/runtime': 7.26.0 + '@types/hoist-non-react-statics': 3.3.6 csstype: 3.1.3 hoist-non-react-statics: 3.3.2 prop-types: 15.8.1 - styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + styled-components: 6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@mui/styled-engine@5.15.14(react@18.3.1)': + '@mui/styled-engine@5.15.14(react@19.0.0)': dependencies: '@babel/runtime': 7.24.7 '@emotion/cache': 11.11.0 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0 - '@mui/styles@5.15.21(@types/react@18.3.12)(react@18.3.1)': + '@mui/styled-engine@6.4.2(react@19.0.0)': dependencies: - '@babel/runtime': 7.24.1 - '@emotion/hash': 0.9.1 - '@mui/private-theming': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.12) - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) - clsx: 2.1.0 + '@babel/runtime': 7.26.0 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/sheet': 1.4.0 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 19.0.0 + + '@mui/styles@6.4.2(@types/react@19.0.8)(react@19.0.0)': + dependencies: + '@babel/runtime': 7.26.0 + '@emotion/hash': 0.9.2 + '@mui/private-theming': 6.4.2(@types/react@19.0.8)(react@19.0.0) + '@mui/types': 7.2.21(@types/react@19.0.8) + '@mui/utils': 6.4.2(@types/react@19.0.8)(react@19.0.0) + clsx: 2.1.1 csstype: 3.1.3 hoist-non-react-statics: 3.3.2 jss: 10.10.0 @@ -7860,58 +8120,96 @@ snapshots: jss-plugin-rule-value-function: 10.10.0 jss-plugin-vendor-prefixer: 10.10.0 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0 optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/system@5.15.20(@types/react@18.3.12)(react@18.3.1)': + '@mui/system@5.15.20(@types/react@19.0.8)(react@19.0.0)': dependencies: '@babel/runtime': 7.24.1 - '@mui/private-theming': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@mui/styled-engine': 5.15.14(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.3.12) - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) + '@mui/private-theming': 5.15.20(@types/react@19.0.8)(react@19.0.0) + '@mui/styled-engine': 5.15.14(react@19.0.0) + '@mui/types': 7.2.14(@types/react@19.0.8) + '@mui/utils': 5.15.20(@types/react@19.0.8)(react@19.0.0) clsx: 2.1.0 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0 optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/types@7.2.14(@types/react@18.3.12)': + '@mui/system@6.4.2(@types/react@19.0.8)(react@19.0.0)': + dependencies: + '@babel/runtime': 7.26.0 + '@mui/private-theming': 6.4.2(@types/react@19.0.8)(react@19.0.0) + '@mui/styled-engine': 6.4.2(react@19.0.0) + '@mui/types': 7.2.21(@types/react@19.0.8) + '@mui/utils': 6.4.2(@types/react@19.0.8)(react@19.0.0) + clsx: 2.1.1 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 19.0.0 optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/utils@5.15.20(@types/react@18.3.12)(react@18.3.1)': + '@mui/types@7.2.14(@types/react@19.0.8)': + optionalDependencies: + '@types/react': 19.0.8 + + '@mui/types@7.2.21(@types/react@19.0.8)': + optionalDependencies: + '@types/react': 19.0.8 + + '@mui/utils@5.15.20(@types/react@19.0.8)(react@19.0.0)': dependencies: '@babel/runtime': 7.24.1 '@types/prop-types': 15.7.11 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0 react-is: 18.2.0 optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@mui/x-date-pickers@7.8.0(@mui/material@5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(date-fns@3.6.0)(luxon@3.2.1)(moment@2.29.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/utils@6.4.2(@types/react@19.0.8)(react@19.0.0)': dependencies: - '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.40(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/material': 5.15.21(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/system': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.3.12)(react@18.3.1) - '@types/react-transition-group': 4.4.10 + '@babel/runtime': 7.26.0 + '@mui/types': 7.2.21(@types/react@19.0.8) + '@types/prop-types': 15.7.14 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0 + react-is: 19.0.0 + optionalDependencies: + '@types/react': 19.0.8 + + '@mui/x-date-pickers@7.25.0(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.4.2(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(date-fns@3.6.0)(luxon@3.5.0)(moment@2.29.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + dependencies: + '@babel/runtime': 7.26.0 + '@mui/material': 6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@mui/system': 6.4.2(@types/react@19.0.8)(react@19.0.0) + '@mui/utils': 6.4.2(@types/react@19.0.8)(react@19.0.0) + '@mui/x-internals': 7.25.0(@types/react@19.0.8)(react@19.0.0) + '@types/react-transition-group': 4.4.12(@types/react@19.0.8) + clsx: 2.1.1 + prop-types: 15.8.1 + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) optionalDependencies: date-fns: 3.6.0 - luxon: 3.2.1 + luxon: 3.5.0 moment: 2.29.4 transitivePeerDependencies: - '@types/react' + '@mui/x-internals@7.25.0(@types/react@19.0.8)(react@19.0.0)': + dependencies: + '@babel/runtime': 7.26.0 + '@mui/utils': 6.4.2(@types/react@19.0.8)(react@19.0.0) + react: 19.0.0 + transitivePeerDependencies: + - '@types/react' + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -7924,31 +8222,31 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - '@npmcli/agent@2.2.0': + '@npmcli/agent@3.0.0': dependencies: agent-base: 7.1.0 http-proxy-agent: 7.0.0 https-proxy-agent: 7.0.2 - lru-cache: 10.1.0 - socks-proxy-agent: 8.0.2 + lru-cache: 10.4.3 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color '@npmcli/fs@2.1.2': dependencies: '@gar/promisify': 1.1.3 - semver: 7.6.3 + semver: 7.7.0 - '@npmcli/fs@3.1.0': + '@npmcli/fs@4.0.0': dependencies: - semver: 7.6.3 + semver: 7.7.0 '@npmcli/move-file@2.0.1': dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 - '@npmcli/redact@2.0.1': {} + '@npmcli/redact@3.1.1': {} '@pkgjs/parseargs@0.11.0': optional: true @@ -7957,15 +8255,15 @@ snapshots: '@popperjs/core@2.11.8': {} - '@reforged/maker-appimage@4.0.2(bluebird@3.7.2)': + '@reforged/maker-appimage@4.0.4(bluebird@3.7.2)': dependencies: - '@electron-forge/maker-base': 7.2.0(bluebird@3.7.2) + '@electron-forge/maker-base': 7.5.0(bluebird@3.7.2) '@spacingbat3/lss': 1.2.0 - semver: 7.6.3 + semver: 7.7.0 transitivePeerDependencies: - bluebird - - enquirer - supports-color + optional: true '@remix-run/router@1.7.1': {} @@ -7987,7 +8285,8 @@ snapshots: '@smithy/util-buffer-from': 2.2.0 tslib: 2.6.2 - '@spacingbat3/lss@1.2.0': {} + '@spacingbat3/lss@1.2.0': + optional: true '@szmarczak/http-timer@4.0.6': dependencies: @@ -8012,27 +8311,27 @@ snapshots: '@types/body-parser@1.19.2': dependencies: '@types/connect': 3.4.35 - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/bonjour@3.5.10': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/responselike': 1.0.0 '@types/chai@5.0.1': dependencies: '@types/deep-eql': 4.0.2 - '@types/circular-dependency-plugin@5.0.8(esbuild@0.24.0)': + '@types/circular-dependency-plugin@5.0.8(esbuild@0.24.2)': dependencies: - '@types/node': 22.9.3 - webpack: 5.88.1(esbuild@0.24.0) + '@types/node': 22.13.0 + webpack: 5.88.1(esbuild@0.24.2) transitivePeerDependencies: - '@swc/core' - esbuild @@ -8046,11 +8345,11 @@ snapshots: '@types/connect-history-api-fallback@1.5.0': dependencies: '@types/express-serve-static-core': 4.17.35 - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/connect@3.4.35': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/deep-eql@4.0.2': {} @@ -8072,7 +8371,7 @@ snapshots: '@types/express-serve-static-core@4.17.35': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 @@ -8087,22 +8386,27 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/fs-extra@9.0.13': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 optional: true '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.9.3 + '@types/node': 22.13.0 optional: true '@types/hoist-non-react-statics@3.3.1': dependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 + hoist-non-react-statics: 3.3.2 + + '@types/hoist-non-react-statics@3.3.6': + dependencies: + '@types/react': 19.0.8 hoist-non-react-statics: 3.3.2 '@types/html-minifier-terser@6.1.0': {} @@ -8113,11 +8417,11 @@ snapshots: '@types/http-proxy@1.17.11': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 - '@types/i18next-fs-backend@1.1.5': + '@types/i18next-fs-backend@1.2.0': dependencies: - i18next: 21.10.0 + i18next-fs-backend: 2.6.0 '@types/intercept-stdout@0.1.3': {} @@ -8125,17 +8429,13 @@ snapshots: '@types/jsonfile@6.1.1': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/keyv@3.1.4': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 - '@types/lodash-es@4.17.7': - dependencies: - '@types/lodash': 4.17.13 - - '@types/lodash@4.17.13': {} + '@types/lodash@4.17.15': {} '@types/mime@1.3.2': {} @@ -8150,38 +8450,41 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@22.9.3': + '@types/node@22.13.0': dependencies: - undici-types: 6.19.8 + undici-types: 6.20.0 '@types/normalize-package-data@2.4.1': {} + '@types/normalize-package-data@2.4.4': {} + '@types/prop-types@15.7.11': {} + '@types/prop-types@15.7.14': {} + '@types/qs@6.9.7': {} '@types/range-parser@1.2.4': {} - '@types/react-dom@18.3.1': + '@types/react-dom@19.0.3(@types/react@19.0.8)': dependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 '@types/react-helmet@6.1.11': dependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@types/react-transition-group@4.4.10': + '@types/react-transition-group@4.4.12(@types/react@19.0.8)': dependencies: - '@types/react': 18.3.12 + '@types/react': 19.0.8 - '@types/react@18.3.12': + '@types/react@19.0.8': dependencies: - '@types/prop-types': 15.7.11 csstype: 3.1.3 '@types/responselike@1.0.0': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/retry@0.12.0': {} @@ -8190,7 +8493,7 @@ snapshots: '@types/send@0.17.1': dependencies: '@types/mime': 1.3.2 - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/serve-index@1.9.1': dependencies: @@ -8200,11 +8503,11 @@ snapshots: dependencies: '@types/http-errors': 2.0.1 '@types/mime': 3.0.1 - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/sockjs@0.3.33': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/source-map-support@0.5.10': dependencies: @@ -8213,7 +8516,7 @@ snapshots: '@types/styled-components@5.1.34': dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.3.12 + '@types/react': 19.0.8 csstype: 3.1.2 '@types/stylis@4.2.5': {} @@ -8224,23 +8527,25 @@ snapshots: '@types/triple-beam@1.3.2': {} + '@types/uuid@10.0.0': {} + '@types/uuid@9.0.8': {} - '@types/webpack-bundle-analyzer@4.7.0(esbuild@0.24.0)': + '@types/webpack-bundle-analyzer@4.7.0(esbuild@0.24.2)': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 tapable: 2.2.1 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack-cli - '@types/webpack-node-externals@3.0.4(esbuild@0.24.0)': + '@types/webpack-node-externals@3.0.4(esbuild@0.24.2)': dependencies: - '@types/node': 22.9.3 - webpack: 5.88.1(esbuild@0.24.0) + '@types/node': 22.13.0 + webpack: 5.88.1(esbuild@0.24.2) transitivePeerDependencies: - '@swc/core' - esbuild @@ -8249,66 +8554,66 @@ snapshots: '@types/ws@8.5.5': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 '@types/yauzl@2.10.0': dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 optional: true '@types/zrender@4.0.3': {} - '@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.3) '@typescript-eslint/scope-manager': 7.1.0 - '@typescript-eslint/type-utils': 7.1.0(eslint@8.57.0)(typescript@5.7.2) - '@typescript-eslint/utils': 7.1.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/type-utils': 7.1.0(eslint@8.57.0)(typescript@5.7.3) + '@typescript-eslint/utils': 7.1.0(eslint@8.57.0)(typescript@5.7.3) '@typescript-eslint/visitor-keys': 7.1.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) + semver: 7.7.0 + ts-api-utils: 1.3.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/experimental-utils@5.61.0(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/experimental-utils@5.61.0(eslint@8.57.0)(typescript@5.7.3)': dependencies: - '@typescript-eslint/utils': 5.61.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/utils': 5.61.0(eslint@8.57.0)(typescript@5.7.3) eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.7.3)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.3) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3)': dependencies: '@typescript-eslint/scope-manager': 7.1.0 '@typescript-eslint/types': 7.1.0 - '@typescript-eslint/typescript-estree': 7.1.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 7.1.0(typescript@5.7.3) '@typescript-eslint/visitor-keys': 7.1.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -8327,15 +8632,15 @@ snapshots: '@typescript-eslint/types': 7.1.0 '@typescript-eslint/visitor-keys': 7.1.0 - '@typescript-eslint/type-utils@7.1.0(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/type-utils@7.1.0(eslint@8.57.0)(typescript@5.7.3)': dependencies: - '@typescript-eslint/typescript-estree': 7.1.0(typescript@5.7.2) - '@typescript-eslint/utils': 7.1.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 7.1.0(typescript@5.7.3) + '@typescript-eslint/utils': 7.1.0(eslint@8.57.0)(typescript@5.7.3) debug: 4.3.4(supports-color@8.1.1) eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.7.2) + ts-api-utils: 1.3.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -8345,21 +8650,21 @@ snapshots: '@typescript-eslint/types@7.1.0': {} - '@typescript-eslint/typescript-estree@5.61.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@5.61.0(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 5.61.0 '@typescript-eslint/visitor-keys': 5.61.0 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.6.3 - tsutils: 3.21.0(typescript@5.7.2) + semver: 7.7.0 + tsutils: 3.21.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 @@ -8367,14 +8672,14 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) + semver: 7.7.0 + ts-api-utils: 1.3.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.1.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@7.1.0(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 7.1.0 '@typescript-eslint/visitor-keys': 7.1.0 @@ -8382,38 +8687,38 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) + semver: 7.7.0 + ts-api-utils: 1.3.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.61.0(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/utils@5.61.0(eslint@8.57.0)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.61.0 '@typescript-eslint/types': 5.61.0 - '@typescript-eslint/typescript-estree': 5.61.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 5.61.0(typescript@5.7.3) eslint: 8.57.0 eslint-scope: 5.1.1 - semver: 7.6.3 + semver: 7.7.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.1.0(eslint@8.57.0)(typescript@5.7.2)': + '@typescript-eslint/utils@7.1.0(eslint@8.57.0)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 7.1.0 '@typescript-eslint/types': 7.1.0 - '@typescript-eslint/typescript-estree': 7.1.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 7.1.0(typescript@5.7.3) eslint: 8.57.0 - semver: 7.6.3 + semver: 7.7.0 transitivePeerDependencies: - supports-color - typescript @@ -8562,6 +8867,8 @@ snapshots: transitivePeerDependencies: - supports-color + agent-base@7.1.3: {} + agentkeepalive@4.3.0: dependencies: debug: 4.3.4(supports-color@8.1.1) @@ -8602,10 +8909,6 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 - ansi-escapes@4.3.2: - dependencies: - type-fest: 0.21.3 - ansi-escapes@5.0.0: dependencies: type-fest: 1.4.0 @@ -8734,8 +9037,6 @@ snapshots: assertion-error@2.0.1: {} - astral-regex@2.0.0: {} - async-lock@1.4.0: {} async@3.2.4: {} @@ -8755,7 +9056,7 @@ snapshots: await-to-js@3.0.0: {} - awilix@10.0.2: + awilix@12.0.4: dependencies: camel-case: 4.1.2 fast-glob: 3.3.2 @@ -8766,13 +9067,13 @@ snapshots: batch@0.6.1: {} - beautiful-react-hooks@5.0.2(react-dom@18.3.1(react@18.3.1))(react-router-dom@6.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(rxjs@7.8.1): + beautiful-react-hooks@5.0.2(react-dom@19.0.0(react@19.0.0))(react-router-dom@6.14.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(rxjs@7.8.1): dependencies: lodash.debounce: 4.0.8 lodash.throttle: 4.1.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-router-dom: 6.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + react-router-dom: 6.14.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) rxjs: 7.8.1 best-effort-json-parser@1.1.2: {} @@ -8865,7 +9166,7 @@ snapshots: builtins@5.0.1: dependencies: - semver: 7.6.3 + semver: 7.7.0 bytes@3.0.0: {} @@ -8894,20 +9195,20 @@ snapshots: transitivePeerDependencies: - bluebird - cacache@18.0.1: + cacache@19.0.1: dependencies: - '@npmcli/fs': 3.1.0 + '@npmcli/fs': 4.0.0 fs-minipass: 3.0.2 glob: 10.4.5 - lru-cache: 10.1.0 - minipass: 7.0.4 + lru-cache: 10.4.3 + minipass: 7.1.2 minipass-collect: 2.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 - p-map: 4.0.0 - ssri: 10.0.4 - tar: 6.2.1 - unique-filename: 3.0.0 + p-map: 7.0.3 + ssri: 12.0.0 + tar: 7.4.3 + unique-filename: 4.0.0 cacheable-lookup@5.0.4: {} @@ -8938,8 +9239,6 @@ snapshots: camelize@1.0.1: {} - can-use-dom@0.1.0: {} - caniuse-lite@1.0.30001512: {} caniuse-lite@1.0.30001599: {} @@ -8969,6 +9268,8 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 + chalk@5.4.1: {} + check-error@2.1.1: {} chokidar@3.5.3: @@ -8987,6 +9288,8 @@ snapshots: chownr@2.0.0: {} + chownr@3.0.0: {} + chrome-trace-event@1.0.3: {} chromium-pickle-js@0.2.0: @@ -8994,12 +9297,14 @@ snapshots: ci-info@4.0.0: {} - circular-dependency-plugin@5.2.2(webpack@5.88.1(esbuild@0.24.0)): + circular-dependency-plugin@5.2.2(webpack@5.88.1(esbuild@0.24.2)): dependencies: - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) class-transformer@0.5.1: {} + classnames@2.5.1: {} + clean-css@5.3.2: dependencies: source-map: 0.6.1 @@ -9020,19 +9325,20 @@ snapshots: dependencies: restore-cursor: 4.0.0 + cli-cursor@5.0.0: + dependencies: + restore-cursor: 5.1.0 + cli-spinners@2.9.0: {} + cli-spinners@2.9.2: {} + cli-table3@0.6.3: dependencies: string-width: 4.2.3 optionalDependencies: '@colors/colors': 1.5.0 - cli-truncate@2.1.0: - dependencies: - slice-ansi: 3.0.0 - string-width: 4.2.3 - cli-truncate@3.1.0: dependencies: slice-ansi: 5.0.0 @@ -9148,7 +9454,7 @@ snapshots: cookie@0.6.0: {} - copy-webpack-plugin@12.0.2(webpack@5.88.1(esbuild@0.24.0)): + copy-webpack-plugin@12.0.2(webpack@5.88.1(esbuild@0.24.2)): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -9156,7 +9462,7 @@ snapshots: normalize-path: 3.0.0 schema-utils: 4.2.0 serialize-javascript: 6.0.2 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) core-js-compat@3.36.1: dependencies: @@ -9171,14 +9477,14 @@ snapshots: parse-json: 5.2.0 path-type: 4.0.0 - cosmiconfig@9.0.0(typescript@5.7.2): + cosmiconfig@9.0.0(typescript@5.7.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 crc-32@1.2.2: {} @@ -9190,12 +9496,6 @@ snapshots: dependencies: cross-spawn: 7.0.3 - cross-spawn-windows-exe@1.2.0: - dependencies: - '@malept/cross-spawn-promise': 1.1.1 - is-wsl: 2.2.0 - which: 2.0.2 - cross-spawn@6.0.5: dependencies: nice-try: 1.0.5 @@ -9215,7 +9515,7 @@ snapshots: css-color-keywords@1.0.0: {} - css-loader@6.11.0(webpack@5.88.1(esbuild@0.24.0)): + css-loader@6.11.0(webpack@5.88.1(esbuild@0.24.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -9224,9 +9524,9 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.6.3 + semver: 7.7.0 optionalDependencies: - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) css-select@4.3.0: dependencies: @@ -9244,7 +9544,7 @@ snapshots: css-vendor@2.0.8: dependencies: - '@babel/runtime': 7.24.7 + '@babel/runtime': 7.26.0 is-in-browser: 1.1.3 css-what@6.1.0: {} @@ -9339,12 +9639,16 @@ snapshots: destroy@1.2.0: {} - detect-indent@6.1.0: {} + detect-indent@7.0.1: {} detect-libc@2.0.1: {} detect-node@2.1.0: {} + detect-package-manager@3.0.2: + dependencies: + execa: 5.1.1 + diff3@0.0.3: {} diff@4.0.2: {} @@ -9378,7 +9682,7 @@ snapshots: dom-helpers@5.2.1: dependencies: - '@babel/runtime': 7.24.7 + '@babel/runtime': 7.26.0 csstype: 3.1.3 dom-serializer@1.4.1: @@ -9430,16 +9734,17 @@ snapshots: '@dprint/linux-x64-musl': 0.45.0 '@dprint/win32-x64': 0.45.0 - dprint@0.47.5: + dprint@0.48.0: optionalDependencies: - '@dprint/darwin-arm64': 0.47.5 - '@dprint/darwin-x64': 0.47.5 - '@dprint/linux-arm64-glibc': 0.47.5 - '@dprint/linux-arm64-musl': 0.47.5 - '@dprint/linux-x64-glibc': 0.47.5 - '@dprint/linux-x64-musl': 0.47.5 - '@dprint/win32-arm64': 0.47.5 - '@dprint/win32-x64': 0.47.5 + '@dprint/darwin-arm64': 0.48.0 + '@dprint/darwin-x64': 0.48.0 + '@dprint/linux-arm64-glibc': 0.48.0 + '@dprint/linux-arm64-musl': 0.48.0 + '@dprint/linux-riscv64-glibc': 0.48.0 + '@dprint/linux-x64-glibc': 0.48.0 + '@dprint/linux-x64-musl': 0.48.0 + '@dprint/win32-arm64': 0.48.0 + '@dprint/win32-x64': 0.48.0 dugite@2.7.1: dependencies: @@ -9467,7 +9772,7 @@ snapshots: glob: 7.2.3 lodash: 4.17.21 parse-author: 2.0.0 - semver: 7.6.3 + semver: 7.7.0 tmp-promise: 3.0.3 optionalDependencies: '@types/fs-extra': 9.0.13 @@ -9510,7 +9815,7 @@ snapshots: fs-extra: 9.1.0 js-yaml: 3.14.1 lodash: 4.17.21 - semver: 7.6.3 + semver: 7.7.0 tmp-promise: 3.0.3 which: 2.0.2 yargs: 16.2.0 @@ -9518,9 +9823,9 @@ snapshots: - supports-color optional: true - electron-ipc-cat@2.0.1(electron@33.2.0)(rxjs@7.8.1): + electron-ipc-cat@2.0.1(electron@34.0.2)(rxjs@7.8.1): dependencies: - electron: 33.2.0 + electron: 34.0.2 memize: 2.1.0 rxjs: 7.8.1 serialize-error: 11.0.0 @@ -9530,10 +9835,10 @@ snapshots: electron-positioner@4.1.0: {} - electron-settings@5.0.0(electron@33.2.0): + electron-settings@5.0.0(electron@34.0.2): dependencies: atomically: 2.0.1 - electron: 33.2.0 + electron: 34.0.2 lodash.get: 4.4.2 lodash.has: 4.5.2 lodash.set: 4.3.2 @@ -9566,7 +9871,7 @@ snapshots: electron-winstaller@5.3.0: dependencies: - '@electron/asar': 3.2.8 + '@electron/asar': 3.2.17 debug: 4.3.4(supports-color@8.1.1) fs-extra: 7.0.1 lodash.template: 4.5.0 @@ -9577,7 +9882,7 @@ snapshots: - supports-color optional: true - electron@33.2.0: + electron@34.0.2: dependencies: '@electron/get': 2.0.2 '@types/node': 20.14.9 @@ -9585,6 +9890,8 @@ snapshots: transitivePeerDependencies: - supports-color + emoji-regex@10.4.0: {} + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -9724,12 +10031,12 @@ snapshots: es6-error@4.1.1: optional: true - esbuild-loader@4.2.2(webpack@5.88.1(esbuild@0.24.0)): + esbuild-loader@4.2.2(webpack@5.88.1(esbuild@0.24.2)): dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.3 loader-utils: 2.0.4 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) webpack-sources: 1.4.3 esbuild@0.21.5: @@ -9758,32 +10065,33 @@ snapshots: '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 - esbuild@0.24.0: + esbuild@0.24.2: optionalDependencies: - '@esbuild/aix-ppc64': 0.24.0 - '@esbuild/android-arm': 0.24.0 - '@esbuild/android-arm64': 0.24.0 - '@esbuild/android-x64': 0.24.0 - '@esbuild/darwin-arm64': 0.24.0 - '@esbuild/darwin-x64': 0.24.0 - '@esbuild/freebsd-arm64': 0.24.0 - '@esbuild/freebsd-x64': 0.24.0 - '@esbuild/linux-arm': 0.24.0 - '@esbuild/linux-arm64': 0.24.0 - '@esbuild/linux-ia32': 0.24.0 - '@esbuild/linux-loong64': 0.24.0 - '@esbuild/linux-mips64el': 0.24.0 - '@esbuild/linux-ppc64': 0.24.0 - '@esbuild/linux-riscv64': 0.24.0 - '@esbuild/linux-s390x': 0.24.0 - '@esbuild/linux-x64': 0.24.0 - '@esbuild/netbsd-x64': 0.24.0 - '@esbuild/openbsd-arm64': 0.24.0 - '@esbuild/openbsd-x64': 0.24.0 - '@esbuild/sunos-x64': 0.24.0 - '@esbuild/win32-arm64': 0.24.0 - '@esbuild/win32-ia32': 0.24.0 - '@esbuild/win32-x64': 0.24.0 + '@esbuild/aix-ppc64': 0.24.2 + '@esbuild/android-arm': 0.24.2 + '@esbuild/android-arm64': 0.24.2 + '@esbuild/android-x64': 0.24.2 + '@esbuild/darwin-arm64': 0.24.2 + '@esbuild/darwin-x64': 0.24.2 + '@esbuild/freebsd-arm64': 0.24.2 + '@esbuild/freebsd-x64': 0.24.2 + '@esbuild/linux-arm': 0.24.2 + '@esbuild/linux-arm64': 0.24.2 + '@esbuild/linux-ia32': 0.24.2 + '@esbuild/linux-loong64': 0.24.2 + '@esbuild/linux-mips64el': 0.24.2 + '@esbuild/linux-ppc64': 0.24.2 + '@esbuild/linux-riscv64': 0.24.2 + '@esbuild/linux-s390x': 0.24.2 + '@esbuild/linux-x64': 0.24.2 + '@esbuild/netbsd-arm64': 0.24.2 + '@esbuild/netbsd-x64': 0.24.2 + '@esbuild/openbsd-arm64': 0.24.2 + '@esbuild/openbsd-x64': 0.24.2 + '@esbuild/sunos-x64': 0.24.2 + '@esbuild/win32-arm64': 0.24.2 + '@esbuild/win32-ia32': 0.24.2 + '@esbuild/win32-x64': 0.24.2 escalade@3.1.1: {} @@ -9801,40 +10109,40 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-config-standard-with-typescript@43.0.1(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0)(typescript@5.7.2): + eslint-config-standard-with-typescript@43.0.1(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0)(typescript@5.7.3): dependencies: - '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2) - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.7.3) eslint: 8.57.0 - eslint-config-standard: 17.1.0(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-config-standard: 17.1.0(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-n: 16.6.2(eslint@8.57.0) eslint-plugin-promise: 6.1.1(eslint@8.57.0) - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - eslint-config-standard@17.1.0(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0): + eslint-config-standard@17.1.0(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-n: 16.6.2(eslint@8.57.0) eslint-plugin-promise: 6.1.1(eslint@8.57.0) - eslint-config-tidgi@1.2.3(typescript@5.7.2): + eslint-config-tidgi@1.2.3(typescript@5.7.3): dependencies: - '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2) - '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3) + '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.3) dprint: 0.45.0 eslint: 8.57.0 - eslint-config-standard: 17.1.0(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0) - eslint-config-standard-with-typescript: 43.0.1(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0)(typescript@5.7.2) - eslint-import-resolver-alias: 1.1.2(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1)(eslint@8.57.0) + eslint-config-standard: 17.1.0(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0) + eslint-config-standard-with-typescript: 43.0.1(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-n@16.6.2(eslint@8.57.0))(eslint-plugin-promise@6.1.1(eslint@8.57.0))(eslint@8.57.0)(typescript@5.7.3) + eslint-import-resolver-alias: 1.1.2(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1)(eslint@8.57.0) eslint-plugin-autofix: 1.1.0(eslint@8.57.0) eslint-plugin-dprint-integration: 0.3.0 eslint-plugin-html: 8.0.0 - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-n: 16.6.2(eslint@8.57.0) eslint-plugin-node: 11.1.0(eslint@8.57.0) eslint-plugin-promise: 6.1.1(eslint@8.57.0) @@ -9842,18 +10150,18 @@ snapshots: eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) eslint-plugin-security: 2.1.1 eslint-plugin-security-node: 1.1.4 - eslint-plugin-typescript-sort-keys: 3.2.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2) + eslint-plugin-typescript-sort-keys: 3.2.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3) eslint-plugin-unicorn: 51.0.1(eslint@8.57.0) - eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0) - typescript: 5.7.2 + eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0) + typescript: 5.7.3 transitivePeerDependencies: - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - eslint-import-resolver-alias@1.1.2(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)): + eslint-import-resolver-alias@1.1.2(eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)): dependencies: - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-import-resolver-node@0.3.9: dependencies: @@ -9863,13 +10171,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1)(eslint@8.57.0): dependencies: debug: 4.3.4(supports-color@8.1.1) enhanced-resolve: 5.15.0 eslint: 8.57.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 is-core-module: 2.13.1 @@ -9880,14 +10188,14 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.3) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1)(eslint@8.57.0) transitivePeerDependencies: - supports-color @@ -9929,17 +10237,17 @@ snapshots: dependencies: htmlparser2: 9.1.0 - eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-plugin-i@2.29.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): dependencies: debug: 4.3.4(supports-color@8.1.1) doctrine: 3.0.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint-plugin-i@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint-plugin-i@2.29.1)(eslint@8.57.0))(eslint@8.57.0) get-tsconfig: 4.7.3 is-glob: 4.0.3 minimatch: 3.1.2 - semver: 7.6.3 + semver: 7.7.0 transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-typescript @@ -9959,7 +10267,7 @@ snapshots: is-core-module: 2.13.1 minimatch: 3.1.2 resolve: 1.22.8 - semver: 7.6.3 + semver: 7.7.0 eslint-plugin-node@11.1.0(eslint@8.57.0): dependencies: @@ -10005,14 +10313,14 @@ snapshots: dependencies: safe-regex: 2.1.1 - eslint-plugin-typescript-sort-keys@3.2.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2): + eslint-plugin-typescript-sort-keys@3.2.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3): dependencies: - '@typescript-eslint/experimental-utils': 5.61.0(eslint@8.57.0)(typescript@5.7.2) - '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/experimental-utils': 5.61.0(eslint@8.57.0)(typescript@5.7.3) + '@typescript-eslint/parser': 7.1.0(eslint@8.57.0)(typescript@5.7.3) eslint: 8.57.0 json-schema: 0.4.0 natural-compare-lite: 1.4.0 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -10033,17 +10341,17 @@ snapshots: read-pkg-up: 7.0.1 regexp-tree: 0.1.27 regjsparser: 0.10.0 - semver: 7.6.3 + semver: 7.7.0 strip-indent: 3.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0): + eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0): dependencies: eslint: 8.57.0 eslint-rule-composer: 0.3.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 7.1.0(@typescript-eslint/parser@7.1.0(eslint@8.57.0)(typescript@5.7.3))(eslint@8.57.0)(typescript@5.7.3) eslint-rule-composer@0.3.0: {} @@ -10275,6 +10583,10 @@ snapshots: dependencies: pend: 1.2.0 + fdir@6.4.3(picomatch@4.0.2): + optionalDependencies: + picomatch: 4.0.2 + fecha@4.2.3: {} fetch-blob@3.2.0: @@ -10324,6 +10636,8 @@ snapshots: transitivePeerDependencies: - supports-color + find-up-simple@1.0.0: {} + find-up@2.1.0: dependencies: locate-path: 2.0.0 @@ -10367,7 +10681,7 @@ snapshots: cross-spawn: 7.0.3 signal-exit: 4.0.2 - fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.2)(webpack@5.88.1(esbuild@0.24.0)): + fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.3)(webpack@5.88.1(esbuild@0.24.2)): dependencies: '@babel/code-frame': 7.22.5 chalk: 4.1.2 @@ -10379,10 +10693,10 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.6.3 + semver: 7.7.0 tapable: 2.2.1 - typescript: 5.7.2 - webpack: 5.88.1(esbuild@0.24.0) + typescript: 5.7.3 + webpack: 5.88.1(esbuild@0.24.2) formdata-polyfill@4.0.10: dependencies: @@ -10400,7 +10714,7 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.0 - fs-extra@11.2.0: + fs-extra@11.3.0: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -10465,6 +10779,8 @@ snapshots: get-caller-file@2.0.5: {} + get-east-asian-width@1.3.0: {} + get-folder-size@2.0.1: dependencies: gar: 1.0.4 @@ -10522,7 +10838,7 @@ snapshots: git-sync-js@2.0.5: dependencies: dugite: 2.7.1 - fs-extra: 11.2.0 + fs-extra: 11.3.0 isomorphic-git: 1.25.2 lodash: 4.17.21 @@ -10579,7 +10895,7 @@ snapshots: es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 - semver: 7.6.3 + semver: 7.7.0 serialize-error: 7.0.1 optional: true @@ -10649,15 +10965,15 @@ snapshots: graphemer@1.4.0: {} - graphql-hooks@8.0.1(react@18.3.1): + graphql-hooks@8.2.0(react@19.0.0): dependencies: '@0no-co/graphql.web': 1.0.7 '@aws-crypto/sha256-browser': 5.2.0 buffer: 6.0.3 events: 3.3.0 extract-files: 11.0.0 - react: 18.3.1 - use-deep-compare-effect: 1.8.1(react@18.3.1) + react: 19.0.0 + use-deep-compare-effect: 1.8.1(react@19.0.0) transitivePeerDependencies: - graphql @@ -10713,6 +11029,10 @@ snapshots: dependencies: lru-cache: 10.4.3 + hosted-git-info@8.0.2: + dependencies: + lru-cache: 10.4.3 + hpack.js@2.1.6: dependencies: inherits: 2.0.4 @@ -10738,14 +11058,14 @@ snapshots: dependencies: void-elements: 3.1.0 - html-webpack-plugin@5.5.3(webpack@5.88.1(esbuild@0.24.0)): + html-webpack-plugin@5.5.3(webpack@5.88.1(esbuild@0.24.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) htmlparser2@6.1.0: dependencies: @@ -10844,22 +11164,18 @@ snapshots: hyphenate-style-name@1.0.4: {} - i18next-electron-fs-backend@3.0.2: + i18next-electron-fs-backend@3.0.3: dependencies: lodash.clonedeep: 4.5.0 lodash.merge: 4.6.2 i18next-fs-backend@2.6.0: {} - i18next@21.10.0: + i18next@24.2.2(typescript@5.7.3): dependencies: - '@babel/runtime': 7.24.7 - - i18next@24.0.0(typescript@5.7.2): - dependencies: - '@babel/runtime': 7.24.7 + '@babel/runtime': 7.26.0 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 iconv-lite@0.4.24: dependencies: @@ -10891,6 +11207,8 @@ snapshots: indent-string@4.0.0: {} + index-to-position@0.1.2: {} + infer-owner@1.0.4: {} inflight@1.0.6: @@ -10920,14 +11238,16 @@ snapshots: inversify-inject-decorators@3.1.0: {} - inversify@6.1.4(reflect-metadata@0.2.2): + inversify@6.2.1(reflect-metadata@0.2.2): dependencies: - '@inversifyjs/common': 1.3.3 - '@inversifyjs/core': 1.3.4(reflect-metadata@0.2.2) - transitivePeerDependencies: - - reflect-metadata + '@inversifyjs/common': 1.4.0 + '@inversifyjs/core': 1.3.5(reflect-metadata@0.2.2) + reflect-metadata: 0.2.2 - ip@2.0.0: {} + ip-address@9.0.5: + dependencies: + jsbn: 1.1.0 + sprintf-js: 1.1.3 ipaddr.js@1.9.1: {} @@ -11011,6 +11331,8 @@ snapshots: is-interactive@1.0.0: {} + is-interactive@2.0.0: {} + is-lambda@1.0.1: {} is-map@2.0.3: {} @@ -11069,6 +11391,10 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + + is-unicode-supported@2.1.0: {} + is-weakmap@2.0.2: {} is-weakref@1.0.2: @@ -11130,7 +11456,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.9.3 + '@types/node': 22.13.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -11178,6 +11504,8 @@ snapshots: dependencies: argparse: 2.0.1 + jsbn@1.1.0: {} + jsesc@0.5.0: {} jsesc@3.0.2: {} @@ -11217,46 +11545,46 @@ snapshots: jss-plugin-camel-case@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 hyphenate-style-name: 1.0.4 jss: 10.10.0 jss-plugin-default-unit@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 jss: 10.10.0 jss-plugin-global@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 jss: 10.10.0 jss-plugin-nested@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-props-sort@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 jss: 10.10.0 jss-plugin-rule-value-function@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-vendor-prefixer@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 css-vendor: 2.0.8 jss: 10.10.0 jss@10.10.0: dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 csstype: 3.1.3 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -11294,17 +11622,6 @@ snapshots: lines-and-columns@1.2.4: {} - listr2@5.0.8: - dependencies: - cli-truncate: 2.1.0 - colorette: 2.0.20 - log-update: 4.0.0 - p-map: 4.0.0 - rfdc: 1.3.0 - rxjs: 7.8.1 - through: 2.3.8 - wrap-ansi: 7.0.0 - listr2@7.0.2: dependencies: cli-truncate: 3.1.0 @@ -11348,8 +11665,6 @@ snapshots: dependencies: p-locate: 5.0.0 - lodash-es@4.17.21: {} - lodash._arraycopy@3.0.0: {} lodash._basevalues@3.0.0: {} @@ -11411,12 +11726,10 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 - log-update@4.0.0: + log-symbols@6.0.0: dependencies: - ansi-escapes: 4.3.2 - cli-cursor: 3.1.0 - slice-ansi: 4.0.0 - wrap-ansi: 6.2.0 + chalk: 5.4.1 + is-unicode-supported: 1.3.0 log-update@5.0.1: dependencies: @@ -11449,8 +11762,6 @@ snapshots: lowercase-keys@2.0.0: {} - lru-cache@10.1.0: {} - lru-cache@10.4.3: {} lru-cache@11.0.2: {} @@ -11463,6 +11774,8 @@ snapshots: luxon@3.2.1: {} + luxon@3.5.0: {} + make-error@1.3.6: {} make-fetch-happen@10.2.1(bluebird@3.7.2): @@ -11487,19 +11800,19 @@ snapshots: - bluebird - supports-color - make-fetch-happen@13.0.0: + make-fetch-happen@14.0.3: dependencies: - '@npmcli/agent': 2.2.0 - cacache: 18.0.1 + '@npmcli/agent': 3.0.0 + cacache: 19.0.1 http-cache-semantics: 4.1.1 - is-lambda: 1.0.1 - minipass: 7.0.4 - minipass-fetch: 3.0.3 + minipass: 7.1.2 + minipass-fetch: 4.0.0 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 - negotiator: 0.6.3 + negotiator: 1.0.0 + proc-log: 5.0.0 promise-retry: 2.0.1 - ssri: 10.0.4 + ssri: 12.0.0 transitivePeerDependencies: - supports-color @@ -11512,6 +11825,17 @@ snapshots: escape-string-regexp: 4.0.0 optional: true + material-ui-popup-state@5.3.3(@mui/material@6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.8)(react@19.0.0): + dependencies: + '@babel/runtime': 7.26.0 + '@mui/material': 6.4.2(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@types/prop-types': 15.7.14 + classnames: 2.5.1 + prop-types: 15.8.1 + react: 19.0.0 + optionalDependencies: + '@types/react': 19.0.8 + media-typer@0.3.0: {} mem@4.3.0: @@ -11526,9 +11850,9 @@ snapshots: memize@2.1.0: {} - menubar@9.5.1(electron@33.2.0): + menubar@9.5.1(electron@34.0.2): dependencies: - electron: 33.2.0 + electron: 34.0.2 electron-positioner: 4.1.0 merge-descriptors@1.0.1: {} @@ -11556,6 +11880,8 @@ snapshots: mimic-fn@2.1.0: {} + mimic-function@5.0.1: {} + mimic-response@1.0.1: {} mimic-response@3.1.0: {} @@ -11596,7 +11922,7 @@ snapshots: minipass-collect@2.0.1: dependencies: - minipass: 7.0.4 + minipass: 7.1.2 minipass-fetch@2.1.2: dependencies: @@ -11606,11 +11932,11 @@ snapshots: optionalDependencies: encoding: 0.1.13 - minipass-fetch@3.0.3: + minipass-fetch@4.0.0: dependencies: - minipass: 5.0.0 + minipass: 7.1.2 minipass-sized: 1.0.3 - minizlib: 2.1.2 + minizlib: 3.0.1 optionalDependencies: encoding: 0.1.13 @@ -11632,8 +11958,6 @@ snapshots: minipass@5.0.0: {} - minipass@7.0.4: {} - minipass@7.1.2: {} minizlib@2.1.2: @@ -11641,6 +11965,11 @@ snapshots: minipass: 3.3.6 yallist: 4.0.0 + minizlib@3.0.1: + dependencies: + minipass: 7.1.2 + rimraf: 5.0.10 + mitt@3.0.1: {} mkdirp-classic@0.5.3: {} @@ -11653,6 +11982,8 @@ snapshots: mkdirp@2.1.6: {} + mkdirp@3.0.1: {} + moment@2.29.4: {} mrmime@2.0.0: {} @@ -11676,9 +12007,9 @@ snapshots: nanoid@3.3.7: {} - nanoid@5.0.8: {} + nanoid@5.0.9: {} - napi-build-utils@1.0.2: {} + napi-build-utils@2.0.0: {} natural-compare-lite@1.4.0: {} @@ -11686,6 +12017,8 @@ snapshots: negotiator@0.6.3: {} + negotiator@1.0.0: {} + neo-async@2.6.2: {} new-github-issue-url@1.0.0: {} @@ -11697,9 +12030,9 @@ snapshots: lower-case: 2.0.2 tslib: 2.6.2 - node-abi@3.71.0: + node-abi@3.74.0: dependencies: - semver: 7.6.3 + semver: 7.7.0 node-abort-controller@3.1.1: {} @@ -11707,7 +12040,7 @@ snapshots: node-api-version@0.2.0: dependencies: - semver: 7.6.3 + semver: 7.7.0 node-domexception@1.0.0: {} @@ -11725,10 +12058,10 @@ snapshots: node-forge@1.3.1: {} - node-loader@2.1.0(webpack@5.88.1(esbuild@0.24.0)): + node-loader@2.1.0(webpack@5.88.1(esbuild@0.24.2)): dependencies: loader-utils: 2.0.4 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) node-releases@2.0.12: {} @@ -11745,27 +12078,33 @@ snapshots: semver: 5.7.1 validate-npm-package-license: 3.0.4 + normalize-package-data@6.0.2: + dependencies: + hosted-git-info: 7.0.1 + semver: 7.7.0 + validate-npm-package-license: 3.0.4 + normalize-path@3.0.0: {} normalize-url@6.1.0: {} - npm-package-arg@11.0.1: + npm-package-arg@12.0.1: dependencies: - hosted-git-info: 7.0.1 - proc-log: 3.0.0 - semver: 7.6.3 - validate-npm-package-name: 5.0.0 + hosted-git-info: 8.0.2 + proc-log: 5.0.0 + semver: 7.7.0 + validate-npm-package-name: 6.0.0 - npm-registry-fetch@17.1.0: + npm-registry-fetch@18.0.2: dependencies: - '@npmcli/redact': 2.0.1 + '@npmcli/redact': 3.1.1 jsonparse: 1.3.1 - make-fetch-happen: 13.0.0 - minipass: 7.0.4 - minipass-fetch: 3.0.3 - minizlib: 2.1.2 - npm-package-arg: 11.0.1 - proc-log: 4.2.0 + make-fetch-happen: 14.0.3 + minipass: 7.1.2 + minipass-fetch: 4.0.0 + minizlib: 3.0.1 + npm-package-arg: 12.0.1 + proc-log: 5.0.0 transitivePeerDependencies: - supports-color @@ -11848,6 +12187,10 @@ snapshots: dependencies: mimic-fn: 2.1.0 + onetime@7.0.0: + dependencies: + mimic-function: 5.0.1 + open@8.4.2: dependencies: define-lazy-prop: 2.0.0 @@ -11877,6 +12220,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.1.1: + dependencies: + chalk: 5.4.1 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.0 + p-cancelable@2.1.1: {} p-defer@1.0.0: {} @@ -11913,6 +12268,8 @@ snapshots: dependencies: aggregate-error: 3.1.0 + p-map@7.0.3: {} + p-retry@4.6.2: dependencies: '@types/retry': 0.12.0 @@ -11963,6 +12320,12 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 + parse-json@8.1.0: + dependencies: + '@babel/code-frame': 7.26.2 + index-to-position: 0.1.2 + type-fest: 4.33.0 + parse-passwd@1.0.0: {} parseurl@1.3.3: {} @@ -12018,6 +12381,8 @@ snapshots: picomatch@2.3.1: {} + picomatch@4.0.2: {} + pify@2.3.0: {} pify@4.0.1: {} @@ -12026,10 +12391,6 @@ snapshots: dependencies: pngjs: 6.0.0 - pkg-dir@4.2.0: - dependencies: - find-up: 4.1.0 - plist@3.1.0: dependencies: '@xmldom/xmldom': 0.8.10 @@ -12082,15 +12443,15 @@ snapshots: dependencies: commander: 9.5.0 - prebuild-install@7.1.2: + prebuild-install@7.1.3: dependencies: detect-libc: 2.0.1 expand-template: 2.0.3 github-from-package: 0.0.0 minimist: 1.2.8 mkdirp-classic: 0.5.3 - napi-build-utils: 1.0.2 - node-abi: 3.71.0 + napi-build-utils: 2.0.0 + node-abi: 3.74.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 @@ -12112,9 +12473,7 @@ snapshots: proc-log@2.0.1: {} - proc-log@3.0.0: {} - - proc-log@4.2.0: {} + proc-log@5.0.0: {} process-nextick-args@2.0.1: {} @@ -12181,67 +12540,62 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - rcedit@4.0.1: + react-dom@19.0.0(react@19.0.0): dependencies: - cross-spawn-windows-exe: 1.2.0 - - react-dom@18.3.1(react@18.3.1): - dependencies: - loose-envify: 1.4.0 - react: 18.3.1 - scheduler: 0.23.2 + react: 19.0.0 + scheduler: 0.25.0 react-fast-compare@3.2.2: {} - react-helmet@6.1.0(react@18.3.1): + react-helmet@6.1.0(react@19.0.0): dependencies: object-assign: 4.1.1 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0 react-fast-compare: 3.2.2 - react-side-effect: 2.1.2(react@18.3.1) + react-side-effect: 2.1.2(react@19.0.0) - react-i18next@15.1.1(i18next@24.0.0(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-i18next@15.4.0(i18next@24.2.2(typescript@5.7.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: '@babel/runtime': 7.26.0 html-parse-stringify: 3.0.1 - i18next: 24.0.0(typescript@5.7.2) - react: 18.3.1 + i18next: 24.2.2(typescript@5.7.3) + react: 19.0.0 optionalDependencies: - react-dom: 18.3.1(react@18.3.1) + react-dom: 19.0.0(react@19.0.0) react-is@16.13.1: {} react-is@18.2.0: {} - react-router-dom@6.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-is@19.0.0: {} + + react-router-dom@6.14.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: '@remix-run/router': 1.7.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-router: 6.14.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + react-router: 6.14.1(react@19.0.0) - react-router@6.14.1(react@18.3.1): + react-router@6.14.1(react@19.0.0): dependencies: '@remix-run/router': 1.7.1 - react: 18.3.1 + react: 19.0.0 - react-side-effect@2.1.2(react@18.3.1): + react-side-effect@2.1.2(react@19.0.0): dependencies: - react: 18.3.1 + react: 19.0.0 - react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-transition-group@4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) - react@18.3.1: - dependencies: - loose-envify: 1.4.0 + react@19.0.0: {} read-binary-file-arch@1.0.6: dependencies: @@ -12249,6 +12603,12 @@ snapshots: transitivePeerDependencies: - supports-color + read-package-up@11.0.0: + dependencies: + find-up-simple: 1.0.0 + read-pkg: 9.0.1 + type-fest: 4.33.0 + read-pkg-up@2.0.0: dependencies: find-up: 2.1.0 @@ -12273,6 +12633,14 @@ snapshots: parse-json: 5.2.0 type-fest: 0.6.0 + read-pkg@9.0.1: + dependencies: + '@types/normalize-package-data': 2.4.4 + normalize-package-data: 6.0.2 + parse-json: 8.1.0 + type-fest: 4.33.0 + unicorn-magic: 0.1.0 + readable-stream@2.3.8: dependencies: core-util-is: 1.0.3 @@ -12337,7 +12705,7 @@ snapshots: registry-js@1.16.0: dependencies: node-addon-api: 3.2.1 - prebuild-install: 7.1.2 + prebuild-install: 7.1.3 regjsparser@0.10.0: dependencies: @@ -12412,6 +12780,11 @@ snapshots: onetime: 5.1.2 signal-exit: 3.0.7 + restore-cursor@5.1.0: + dependencies: + onetime: 7.0.0 + signal-exit: 4.1.0 + retry@0.12.0: {} retry@0.13.1: {} @@ -12429,6 +12802,10 @@ snapshots: dependencies: glob: 7.2.3 + rimraf@5.0.10: + dependencies: + glob: 10.4.5 + rimraf@6.0.1: dependencies: glob: 11.0.0 @@ -12481,9 +12858,7 @@ snapshots: sax@1.2.4: {} - scheduler@0.23.2: - dependencies: - loose-envify: 1.4.0 + scheduler@0.25.0: {} schema-utils@3.3.0: dependencies: @@ -12517,7 +12892,7 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.6.3: {} + semver@7.7.0: {} send@0.18.0: dependencies: @@ -12634,6 +13009,8 @@ snapshots: signal-exit@4.0.2: {} + signal-exit@4.1.0: {} + simple-concat@1.0.1: {} simple-get@4.0.1: @@ -12648,21 +13025,18 @@ snapshots: simple-xml-to-json@1.2.3: {} - simplebar-core@1.2.6: + simplebar-core@1.3.0: dependencies: - '@types/lodash-es': 4.17.7 lodash: 4.17.21 - lodash-es: 4.17.21 - simplebar-react@3.2.6(react@18.3.1): + simplebar-react@3.3.0(react@19.0.0): dependencies: - react: 18.3.1 - simplebar-core: 1.2.6 + react: 19.0.0 + simplebar-core: 1.3.0 - simplebar@6.2.7: + simplebar@6.3.0: dependencies: - can-use-dom: 0.1.0 - simplebar-core: 1.2.6 + simplebar-core: 1.3.0 sirv@2.0.4: dependencies: @@ -12674,18 +13048,6 @@ snapshots: slash@5.1.0: {} - slice-ansi@3.0.0: - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - - slice-ansi@4.0.0: - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - slice-ansi@5.0.0: dependencies: ansi-styles: 6.2.1 @@ -12703,21 +13065,21 @@ snapshots: dependencies: agent-base: 6.0.2 debug: 4.3.4(supports-color@8.1.1) - socks: 2.7.1 + socks: 2.8.3 transitivePeerDependencies: - supports-color - socks-proxy-agent@8.0.2: + socks-proxy-agent@8.0.5: dependencies: - agent-base: 7.1.0 + agent-base: 7.1.3 debug: 4.3.4(supports-color@8.1.1) - socks: 2.7.1 + socks: 2.8.3 transitivePeerDependencies: - supports-color - socks@2.7.1: + socks@2.8.3: dependencies: - ip: 2.0.0 + ip-address: 9.0.5 smart-buffer: 4.2.0 sort-keys-length@1.0.1: @@ -12782,9 +13144,11 @@ snapshots: sprintf-js@1.1.2: optional: true - ssri@10.0.4: + sprintf-js@1.1.3: {} + + ssri@12.0.0: dependencies: - minipass: 5.0.0 + minipass: 7.1.2 ssri@9.0.1: dependencies: @@ -12800,6 +13164,8 @@ snapshots: std-env@3.7.0: {} + stdin-discarder@0.2.2: {} + string-argv@0.3.1: {} string-similarity@4.0.4: {} @@ -12816,6 +13182,12 @@ snapshots: emoji-regex: 9.2.2 strip-ansi: 7.1.0 + string-width@7.2.0: + dependencies: + emoji-regex: 10.4.0 + get-east-asian-width: 1.3.0 + strip-ansi: 7.1.0 + string.prototype.matchall@4.0.8: dependencies: call-bind: 1.0.7 @@ -12887,11 +13259,11 @@ snapshots: stubborn-fs@1.2.4: {} - style-loader@4.0.0(webpack@5.88.1(esbuild@0.24.0)): + style-loader@4.0.0(webpack@5.88.1(esbuild@0.24.2)): dependencies: - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) - styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -12899,8 +13271,8 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.38 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 @@ -12957,22 +13329,31 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 + tar@7.4.3: + 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 + temp@0.9.4: dependencies: mkdirp: 0.5.6 rimraf: 2.6.3 optional: true - terser-webpack-plugin@5.3.9(esbuild@0.24.0)(webpack@5.88.1(esbuild@0.24.0)): + terser-webpack-plugin@5.3.9(esbuild@0.24.2)(webpack@5.88.1(esbuild@0.24.2)): dependencies: '@jridgewell/trace-mapping': 0.3.18 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.18.2 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) optionalDependencies: - esbuild: 0.24.0 + esbuild: 0.24.2 terser@5.18.2: dependencies: @@ -12993,11 +13374,11 @@ snapshots: dependencies: any-promise: 1.3.0 - threads-plugin@1.4.0(@babel/types@7.22.5)(webpack@5.88.1(esbuild@0.24.0)): + threads-plugin@1.4.0(@babel/types@7.22.5)(webpack@5.88.1(esbuild@0.24.2)): dependencies: '@babel/types': 7.22.5 loader-utils: 1.4.2 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) threads@1.7.0: dependencies: @@ -13010,8 +13391,6 @@ snapshots: transitivePeerDependencies: - supports-color - through@2.3.8: {} - thunky@1.1.0: {} tiddlywiki@5.3.6: {} @@ -13030,6 +13409,11 @@ snapshots: tinycolor2@1.6.0: {} + tinyglobby@0.2.10: + dependencies: + fdir: 6.4.3(picomatch@4.0.2) + picomatch: 4.0.2 + tmp-promise@3.0.3: dependencies: tmp: 0.2.3 @@ -13062,39 +13446,39 @@ snapshots: triple-beam@1.4.1: {} - ts-api-utils@1.3.0(typescript@5.7.2): + ts-api-utils@1.3.0(typescript@5.7.3): dependencies: - typescript: 5.7.2 + typescript: 5.7.3 - ts-import-plugin@3.0.0(typescript@5.7.2): + ts-import-plugin@3.0.0(typescript@5.7.3): dependencies: - typescript: 5.7.2 + typescript: 5.7.3 - ts-loader@9.5.1(typescript@5.7.2)(webpack@5.88.1(esbuild@0.24.0)): + ts-loader@9.5.2(typescript@5.7.3)(webpack@5.88.1(esbuild@0.24.2)): dependencies: chalk: 4.1.2 enhanced-resolve: 5.15.0 micromatch: 4.0.5 - semver: 7.6.3 + semver: 7.7.0 source-map: 0.7.4 - typescript: 5.7.2 - webpack: 5.88.1(esbuild@0.24.0) + typescript: 5.7.3 + webpack: 5.88.1(esbuild@0.24.2) - ts-node@10.9.2(@types/node@22.9.3)(typescript@5.7.2): + ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.9.3 + '@types/node': 22.13.0 acorn: 8.9.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.7.2 + typescript: 5.7.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -13104,10 +13488,10 @@ snapshots: tslib@2.6.2: {} - tsutils@3.21.0(typescript@5.7.2): + tsutils@3.21.0(typescript@5.7.3): dependencies: tslib: 1.14.1 - typescript: 5.7.2 + typescript: 5.7.3 tunnel-agent@0.6.0: dependencies: @@ -13128,8 +13512,6 @@ snapshots: type-fest@0.20.2: {} - type-fest@0.21.3: {} - type-fest@0.6.0: {} type-fest@0.8.1: {} @@ -13138,7 +13520,7 @@ snapshots: type-fest@2.19.0: {} - type-fest@4.27.1: {} + type-fest@4.33.0: {} type-is@1.6.18: dependencies: @@ -13177,31 +13559,31 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-plugin-styled-components@3.0.0(typescript@5.7.2): + typescript-plugin-styled-components@3.0.0(typescript@5.7.3): dependencies: - typescript: 5.7.2 + typescript: 5.7.3 - typescript-styled-is@2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + typescript-styled-is@2.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + styled-components: 6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) optionalDependencies: '@types/styled-components': 5.1.34 - typescript@5.7.2: {} + typescript@5.7.3: {} - typesync@0.13.4(typescript@5.7.2): + typesync@0.14.0(typescript@5.7.3): dependencies: - awilix: 10.0.2 - chalk: 4.1.2 - cosmiconfig: 9.0.0(typescript@5.7.2) - detect-indent: 6.1.0 - glob: 10.4.5 + awilix: 12.0.4 + chalk: 5.4.1 + cosmiconfig: 9.0.0(typescript@5.7.3) + detect-indent: 7.0.1 js-yaml: 4.1.0 - npm-registry-fetch: 17.1.0 - ora: 5.4.1 - semver: 7.6.3 + npm-registry-fetch: 18.0.2 + ora: 8.1.1 + semver: 7.7.0 + tinyglobby: 0.2.10 transitivePeerDependencies: - supports-color - typescript @@ -13215,7 +13597,7 @@ snapshots: undici-types@5.26.5: {} - undici-types@6.19.8: {} + undici-types@6.20.0: {} unicorn-magic@0.1.0: {} @@ -13223,15 +13605,15 @@ snapshots: dependencies: unique-slug: 3.0.0 - unique-filename@3.0.0: + unique-filename@4.0.0: dependencies: - unique-slug: 4.0.0 + unique-slug: 5.0.0 unique-slug@3.0.0: dependencies: imurmurhash: 0.1.4 - unique-slug@4.0.0: + unique-slug@5.0.0: dependencies: imurmurhash: 0.1.4 @@ -13266,15 +13648,15 @@ snapshots: dependencies: punycode: 2.3.0 - use-deep-compare-effect@1.8.1(react@18.3.1): + use-deep-compare-effect@1.8.1(react@19.0.0): dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.26.0 dequal: 2.0.3 - react: 18.3.1 + react: 19.0.0 - use-sync-external-store@1.2.0(react@18.3.1): + use-sync-external-store@1.2.0(react@19.0.0): dependencies: - react: 18.3.1 + react: 19.0.0 username@5.1.0: dependencies: @@ -13301,6 +13683,8 @@ snapshots: utils-merge@1.0.1: {} + uuid@10.0.0: {} + uuid@8.3.2: {} uuid@9.0.1: {} @@ -13312,9 +13696,7 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - validate-npm-package-name@5.0.0: - dependencies: - builtins: 5.0.1 + validate-npm-package-name@6.0.0: {} vary@1.1.2: {} @@ -13355,16 +13737,16 @@ snapshots: - bufferutil - utf-8-validate - webpack-dev-middleware@5.3.4(webpack@5.88.1(esbuild@0.24.0)): + webpack-dev-middleware@5.3.4(webpack@5.88.1(esbuild@0.24.2)): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.2.0 - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) - webpack-dev-server@4.15.1(debug@4.3.4)(webpack@5.88.1(esbuild@0.24.0)): + webpack-dev-server@4.15.1(debug@4.3.4)(webpack@5.88.1(esbuild@0.24.2)): dependencies: '@types/bonjour': 3.5.10 '@types/connect-history-api-fallback': 1.5.0 @@ -13394,10 +13776,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.4(webpack@5.88.1(esbuild@0.24.0)) + webpack-dev-middleware: 5.3.4(webpack@5.88.1(esbuild@0.24.2)) ws: 8.13.0 optionalDependencies: - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) transitivePeerDependencies: - bufferutil - debug @@ -13420,7 +13802,7 @@ snapshots: webpack5-externals-plugin@1.0.4: {} - webpack@5.88.1(esbuild@0.24.0): + webpack@5.88.1(esbuild@0.24.2): dependencies: '@types/eslint-scope': 3.7.4 '@types/estree': 1.0.1 @@ -13443,7 +13825,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(esbuild@0.24.0)(webpack@5.88.1(esbuild@0.24.0)) + terser-webpack-plugin: 5.3.9(esbuild@0.24.2)(webpack@5.88.1(esbuild@0.24.2)) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -13451,14 +13833,14 @@ snapshots: - esbuild - uglify-js - webpackbar@7.0.0(webpack@5.88.1(esbuild@0.24.0)): + webpackbar@7.0.0(webpack@5.88.1(esbuild@0.24.2)): dependencies: ansis: 3.3.2 consola: 3.2.3 pretty-time: 1.1.0 std-env: 3.7.0 optionalDependencies: - webpack: 5.88.1(esbuild@0.24.0) + webpack: 5.88.1(esbuild@0.24.2) websocket-driver@0.7.4: dependencies: @@ -13554,18 +13936,12 @@ snapshots: word-wrap@1.2.4: optional: true - wouter@3.3.5(react@18.3.1): + wouter@3.5.1(react@19.0.0): dependencies: mitt: 3.0.1 - react: 18.3.1 + react: 19.0.0 regexparam: 3.0.0 - use-sync-external-store: 1.2.0(react@18.3.1) - - wrap-ansi@6.2.0: - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 + use-sync-external-store: 1.2.0(react@19.0.0) wrap-ansi@7.0.0: dependencies: @@ -13610,6 +13986,8 @@ snapshots: yallist@4.0.0: {} + yallist@5.0.0: {} + yaml@2.3.1: {} yargs-parser@20.2.9: @@ -13638,11 +14016,6 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 - yarn-or-npm@3.0.1: - dependencies: - cross-spawn: 6.0.5 - pkg-dir: 4.2.0 - yauzl@2.10.0: dependencies: buffer-crc32: 0.2.13 @@ -13661,7 +14034,7 @@ snapshots: zod@3.23.8: {} - zx@8.2.2: + zx@8.3.1: optionalDependencies: '@types/fs-extra': 11.0.4 - '@types/node': 22.9.3 + '@types/node': 22.13.0