diff --git a/demo/admin/package.json b/demo/admin/package.json index 32ef01204a..6ccd1a8d49 100644 --- a/demo/admin/package.json +++ b/demo/admin/package.json @@ -41,49 +41,27 @@ "@mui/x-data-grid": "^5.15.2", "@mui/x-data-grid-pro": "^5.15.2", "change-case": "^5.2.0", - "date-fns": "^2.0.0", "dnd-core": "^16.0.0", "draft-js": "^0.11.0", "exceljs": "^3.0.0", "file-saver": "^2.0.0", "final-form": "^4.0.0", - "final-form-set-field-touched": "^1.0.0", "graphql": "^15.0.0", "graphql-tag": "^2.0.0", - "history": "^4.0.0", - "immutable": "~3.7.6", - "lodash.clonedeep": "^4.0.0", - "lodash.escaperegexp": "^4.0.0", "lodash.isequal": "^4.0.0", - "lodash.merge": "^4.0.0", - "lodash.unset": "^4.0.0", - "material-design-icons": "^3.0.0", - "prop-types": "^15.7.2", - "query-string": "^7.1.1", "rdndmb-html5-to-touch": "^8.0.3", "react": "^17.0.2", "react-app-polyfill": "^1.0.0", - "react-copy-to-clipboard": "^5.0.0", "react-dnd": "^16.0.0", "react-dnd-multi-backend": "^8.0.3", "react-dom": "^17.0.2", - "react-dropzone": "^14.0.0", "react-final-form": "^6.0.0", - "react-hotkeys-hook": "^3.0.0", - "react-image-crop": "^8.0.0", "react-intl": "^6.0.0", "react-is": "^17.0.2", "react-router": "^5.0.0", "react-router-dom": "^5.0.0", "react-select": "^3.0.0", - "react-virtualized-auto-sizer": "^1.0.0", - "react-window": "^1.0.0", - "react-xml-viewer": "^1.0.0", - "slugify": "^1.0.0", - "typeface-open-sans": "^0.0.75", - "use-debounce": "^6.0.0", - "uuid": "^9.0.0", - "zen-observable": "^0.8.0" + "uuid": "^9.0.0" }, "devDependencies": { "@comet/cli": "workspace:*", @@ -98,24 +76,17 @@ "@graphql-codegen/near-operation-file-preset": "^2.5.0", "@graphql-codegen/typescript": "^2.0.0", "@graphql-codegen/typescript-operations": "^2.0.0", - "@ory/hydra-client": "^1.0.0", "@swc/plugin-emotion": "^2.5.120", "@types/draft-js": "^0.11.10", - "@types/final-form-set-field-touched": "^1.0.0", - "@types/lodash.escaperegexp": "^4.0.0", "@types/lodash.isequal": "^4.0.0", - "@types/lodash.merge": "^4.0.0", "@types/node": "^22.0.0", "@types/react": "^17.0.0", - "@types/react-copy-to-clipboard": "^5.0.0", "@types/react-dom": "^17.0.0", - "@types/react-image-crop": "^8.0.0", "@types/react-is": "^17.0.0", "@types/react-router": "^5.0.0", "@types/react-router-dom": "^5.0.0", "@types/react-select": "^3.0.0", "@types/uuid": "^7.0.0", - "@types/zen-observable": "^0.8.0", "@vitejs/plugin-react-swc": "^3.6.0", "chokidar-cli": "^2.0.0", "cosmiconfig-toml-loader": "^1.0.0", @@ -124,7 +95,6 @@ "eslint-plugin-graphql": "^4.0.0", "kill-port": "^2.0.1", "npm-run-all": "^4.1.5", - "pascal-case": "^3.0.0", "prettier": "^2.0.0", "ts-node": "^10.0.0", "typescript": "^4.0.0", diff --git a/demo/admin/src/App.tsx b/demo/admin/src/App.tsx index 134ad28d78..7d723d2eb7 100644 --- a/demo/admin/src/App.tsx +++ b/demo/admin/src/App.tsx @@ -1,6 +1,4 @@ import "@fontsource-variable/roboto-flex/full.css"; -import "material-design-icons/iconfont/material-icons.css"; -import "typeface-open-sans"; import "@src/polyfills"; import { ApolloProvider } from "@apollo/client"; diff --git a/demo/admin/src/vendors.d.ts b/demo/admin/src/vendors.d.ts index 542ceb9516..fe22e4a7e8 100644 --- a/demo/admin/src/vendors.d.ts +++ b/demo/admin/src/vendors.d.ts @@ -16,5 +16,3 @@ declare module "*.jpg" { const content: any; export = content; } - -declare module "react-xml-viewer"; diff --git a/demo/api/package.json b/demo/api/package.json index 2404a3caea..6061f24682 100644 --- a/demo/api/package.json +++ b/demo/api/package.json @@ -26,7 +26,6 @@ }, "dependencies": { "@comet/cms-api": "workspace:*", - "@hapi/accept": "^5.0.0", "@kubernetes/client-node": "^0.18.0", "@mikro-orm/cli": "^5.9.8", "@mikro-orm/core": "^5.9.8", @@ -49,34 +48,22 @@ "@sentry/node": "^7.118.0", "apollo-server-core": "^3.0.0", "apollo-server-express": "^3.0.0", - "async": "^3.0.0", - "base64url": "^3.0.0", "class-transformer": "^0.5.0", "class-validator": "0.13.2", - "commander": "^8.0.0", "compression": "^1.0.0", "cookie-parser": "^1.0.0", - "elastic-apm-node": "^3.0.0", - "exifr": "^6.0.0", "express": "^4.17.1", "faker": "^5.0.0", - "file-type": "^16.0.0", "graphql": "^15.0.0", "graphql-scalars": "^1.23.0", - "hasha": "^5.0.0", "helmet": "^4.6.0", - "image-size": "^0.9.0", - "mime": "^2.0.0", - "multer": "^1.0.0", "nestjs-console": "^8.0.0", - "node-fetch": "^2.0.0", "passport": "^0.4.0", "reflect-metadata": "^0.1.13", "response-time": "^2.3.2", "rimraf": "^3.0.0", "rxjs": "^7.0.0", "slugify": "^1.0.0", - "ts-morph": "^16.0.0", "uuid": "^9.0.0", "webpack": "^5.64.2" }, @@ -85,17 +72,13 @@ "@nestjs/cli": "^9.0.0", "@nestjs/schematics": "^9.0.0", "@nestjs/testing": "^9.0.0", - "@types/async": "^3.0.0", "@types/compression": "^1.0.0", "@types/cookie-parser": "^1.0.0", "@types/draft-js": "^0.11.10", "@types/express": "^4.0.0", "@types/faker": "^5.0.0", - "@types/mime": "^2.0.0", - "@types/multer": "^1.0.0", "@types/node": "^22.0.0", "@types/passport": "^1.0.0", - "@types/pg": "^8.0.0", "@types/response-time": "^2.3.8", "@types/rimraf": "^3.0.0", "@types/uuid": "^8.0.0", diff --git a/demo/site-pages/package.json b/demo/site-pages/package.json index 1d28089888..67c4804482 100644 --- a/demo/site-pages/package.json +++ b/demo/site-pages/package.json @@ -27,30 +27,23 @@ "dependencies": { "@comet/cms-site": "workspace:*", "@formatjs/cli": "^6.0.0", - "@googlemaps/js-api-loader": "^1.0.0", - "@googlemaps/markerclustererplus": "^1.0.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.50.0", "@opentelemetry/core": "^1.26.0", "@opentelemetry/exporter-trace-otlp-http": "^0.53.0", "@opentelemetry/sdk-node": "^0.53.0", - "babel-plugin-styled-components": "^1.0.0", "express": "^4.0.0", "fs-extra": "^9.0.0", "graphql": "^15.0.0", "graphql-request": "^3.0.0", "graphql-tag": "^2.12.6", "next": "^14.2.12", - "pure-react-carousel": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^6.0.0", - "react-is": "^17.0.2", "redraft": "^0.10.0", "sitemap": "^6.0.0", - "styled-components": "^6.1.8", - "swiper": "^6.0.0", - "ts-node": "^10.0.0" + "styled-components": "^6.1.8" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -63,11 +56,9 @@ "@graphql-codegen/typescript": "^2.0.0", "@graphql-codegen/typescript-operations": "^2.0.0", "@types/fs-extra": "^9.0.0", - "@types/google.maps": "^3.0.0", "@types/node": "^22.0.0", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", - "@types/react-is": "^17.0.0", "chokidar-cli": "^2.0.0", "cosmiconfig-toml-loader": "^1.0.0", "dotenv-cli": "^4.0.0", diff --git a/demo/site/package.json b/demo/site/package.json index 44c29078bf..5040d4b489 100644 --- a/demo/site/package.json +++ b/demo/site/package.json @@ -21,8 +21,6 @@ "dependencies": { "@comet/cms-site": "workspace:*", "@formatjs/cli": "^6.0.0", - "@googlemaps/js-api-loader": "^1.0.0", - "@googlemaps/markerclustererplus": "^1.0.0", "@next/bundle-analyzer": "^14.2.12", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.50.0", @@ -33,22 +31,15 @@ "@opentelemetry/sdk-node": "^0.53.0", "cache-manager": "^5.5.3", "express": "^4.0.0", - "fs-extra": "^9.0.0", "graphql": "^15.0.0", - "graphql-tag": "^2.12.6", "ioredis": "^5.4.1", "lru-cache": "^11.0.1", "next": "^14.2.12", - "pure-react-carousel": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^6.0.0", - "react-is": "^17.0.2", - "react-select": "^5.8.0", "redraft": "^0.10.0", - "styled-components": "^6.1.8", - "swiper": "^6.0.0", - "ts-node": "^10.0.0" + "styled-components": "^6.1.8" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -60,13 +51,9 @@ "@graphql-codegen/near-operation-file-preset": "^2.5.0", "@graphql-codegen/typescript": "^2.0.0", "@graphql-codegen/typescript-operations": "^2.0.0", - "@types/fs-extra": "^9.0.0", - "@types/google.maps": "^3.0.0", "@types/node": "^22.0.0", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", - "@types/react-is": "^17.0.0", - "@types/react-select": "^4.0.0", "chokidar-cli": "^2.0.0", "cosmiconfig-toml-loader": "^1.0.0", "dotenv-cli": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5fdd0b9629..bebaa74c8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,9 +113,6 @@ importers: change-case: specifier: ^5.2.0 version: 5.2.0 - date-fns: - specifier: ^2.0.0 - version: 2.29.3 dnd-core: specifier: ^16.0.0 version: 16.0.1 @@ -131,45 +128,15 @@ importers: final-form: specifier: ^4.0.0 version: 4.20.9 - final-form-set-field-touched: - specifier: ^1.0.0 - version: 1.0.1(final-form@4.20.9) graphql: specifier: ^15.0.0 version: 15.8.0 graphql-tag: specifier: ^2.0.0 version: 2.12.6(graphql@15.8.0) - history: - specifier: ^4.0.0 - version: 4.10.1 - immutable: - specifier: ~3.7.6 - version: 3.7.6 - lodash.clonedeep: - specifier: ^4.0.0 - version: 4.5.0 - lodash.escaperegexp: - specifier: ^4.0.0 - version: 4.1.2 lodash.isequal: specifier: ^4.0.0 version: 4.5.0 - lodash.merge: - specifier: ^4.0.0 - version: 4.6.2 - lodash.unset: - specifier: ^4.0.0 - version: 4.5.2 - material-design-icons: - specifier: ^3.0.0 - version: 3.0.1 - prop-types: - specifier: ^15.7.2 - version: 15.8.1 - query-string: - specifier: ^7.1.1 - version: 7.1.3 rdndmb-html5-to-touch: specifier: ^8.0.3 version: 8.0.3(dnd-core@16.0.1) @@ -179,9 +146,6 @@ importers: react-app-polyfill: specifier: ^1.0.0 version: 1.0.6 - react-copy-to-clipboard: - specifier: ^5.0.0 - version: 5.1.0(react@17.0.2) react-dnd: specifier: ^16.0.0 version: 16.0.1(@types/hoist-non-react-statics@3.3.1)(@types/node@22.9.0)(@types/react@17.0.53)(react@17.0.2) @@ -191,18 +155,9 @@ importers: react-dom: specifier: ^17.0.2 version: 17.0.2(react@17.0.2) - react-dropzone: - specifier: ^14.0.0 - version: 14.2.3(react@17.0.2) react-final-form: specifier: ^6.0.0 version: 6.5.9(final-form@4.20.9)(react@17.0.2) - react-hotkeys-hook: - specifier: ^3.0.0 - version: 3.4.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - react-image-crop: - specifier: ^8.0.0 - version: 8.6.12(react@17.0.2) react-intl: specifier: ^6.0.0 version: 6.6.6(@types/react@17.0.53)(react@17.0.2)(typescript@4.9.4) @@ -218,30 +173,9 @@ importers: react-select: specifier: ^3.0.0 version: 3.2.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - react-virtualized-auto-sizer: - specifier: ^1.0.0 - version: 1.0.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - react-window: - specifier: ^1.0.0 - version: 1.8.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - react-xml-viewer: - specifier: ^1.0.0 - version: 1.3.0(prop-types@15.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - slugify: - specifier: ^1.0.0 - version: 1.6.5 - typeface-open-sans: - specifier: ^0.0.75 - version: 0.0.75 - use-debounce: - specifier: ^6.0.0 - version: 6.0.1(react@17.0.2) uuid: specifier: ^9.0.0 version: 9.0.0 - zen-observable: - specifier: ^0.8.0 - version: 0.8.15 devDependencies: '@comet/cli': specifier: workspace:* @@ -279,42 +213,24 @@ importers: '@graphql-codegen/typescript-operations': specifier: ^2.0.0 version: 2.5.12(graphql@15.8.0) - '@ory/hydra-client': - specifier: ^1.0.0 - version: 1.11.8 '@swc/plugin-emotion': specifier: ^2.5.120 version: 2.5.120 '@types/draft-js': specifier: ^0.11.10 version: 0.11.10 - '@types/final-form-set-field-touched': - specifier: ^1.0.0 - version: 1.0.0 - '@types/lodash.escaperegexp': - specifier: ^4.0.0 - version: 4.1.7 '@types/lodash.isequal': specifier: ^4.0.0 version: 4.5.6 - '@types/lodash.merge': - specifier: ^4.0.0 - version: 4.6.7 '@types/node': specifier: ^22.0.0 version: 22.9.0 '@types/react': specifier: ^17.0.0 version: 17.0.53 - '@types/react-copy-to-clipboard': - specifier: ^5.0.0 - version: 5.0.4 '@types/react-dom': specifier: ^17.0.0 version: 17.0.18 - '@types/react-image-crop': - specifier: ^8.0.0 - version: 8.1.3 '@types/react-is': specifier: ^17.0.0 version: 17.0.3 @@ -330,9 +246,6 @@ importers: '@types/uuid': specifier: ^7.0.0 version: 7.0.5 - '@types/zen-observable': - specifier: ^0.8.0 - version: 0.8.3 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(@swc/helpers@0.5.5)(vite@5.1.8(@types/node@22.9.0)(terser@5.36.0)) @@ -357,9 +270,6 @@ importers: npm-run-all: specifier: ^4.1.5 version: 4.1.5 - pascal-case: - specifier: ^3.0.0 - version: 3.1.2 prettier: specifier: ^2.0.0 version: 2.8.3 @@ -390,9 +300,6 @@ importers: '@comet/cms-api': specifier: workspace:* version: link:../../packages/api/cms-api - '@hapi/accept': - specifier: ^5.0.0 - version: 5.0.2 '@kubernetes/client-node': specifier: ^0.18.0 version: 0.18.1 @@ -459,69 +366,36 @@ importers: apollo-server-express: specifier: ^3.0.0 version: 3.11.1(express@4.18.2)(graphql@15.8.0) - async: - specifier: ^3.0.0 - version: 3.2.4 - base64url: - specifier: ^3.0.0 - version: 3.0.1 class-transformer: specifier: ^0.5.0 version: 0.5.1 class-validator: specifier: 0.13.2 version: 0.13.2 - commander: - specifier: ^8.0.0 - version: 8.3.0 compression: specifier: ^1.0.0 version: 1.7.4 cookie-parser: specifier: ^1.0.0 version: 1.4.6 - elastic-apm-node: - specifier: ^3.0.0 - version: 3.42.0 - exifr: - specifier: ^6.0.0 - version: 6.3.0 express: specifier: ^4.17.1 version: 4.18.2 faker: specifier: ^5.0.0 version: 5.5.3 - file-type: - specifier: ^16.0.0 - version: 16.5.4 graphql: specifier: ^15.0.0 version: 15.8.0 graphql-scalars: specifier: ^1.23.0 version: 1.23.0(graphql@15.8.0) - hasha: - specifier: ^5.0.0 - version: 5.2.2 helmet: specifier: ^4.6.0 version: 4.6.0 - image-size: - specifier: ^0.9.0 - version: 0.9.7 - mime: - specifier: ^2.0.0 - version: 2.6.0 - multer: - specifier: ^1.0.0 - version: 1.4.4 nestjs-console: specifier: ^8.0.0 version: 8.0.0(@nestjs/common@9.2.1(cache-manager@5.7.4)(class-transformer@0.5.1)(class-validator@0.13.2)(reflect-metadata@0.1.13)(rxjs@7.8.0))(@nestjs/core@9.2.1) - node-fetch: - specifier: ^2.0.0 - version: 2.6.8 passport: specifier: ^0.4.0 version: 0.4.1 @@ -540,9 +414,6 @@ importers: slugify: specifier: ^1.0.0 version: 1.6.5 - ts-morph: - specifier: ^16.0.0 - version: 16.0.0 uuid: specifier: ^9.0.0 version: 9.0.0 @@ -562,9 +433,6 @@ importers: '@nestjs/testing': specifier: ^9.0.0 version: 9.2.1(@nestjs/common@9.2.1(cache-manager@5.7.4)(class-transformer@0.5.1)(class-validator@0.13.2)(reflect-metadata@0.1.13)(rxjs@7.8.0))(@nestjs/core@9.2.1)(@nestjs/platform-express@9.2.1) - '@types/async': - specifier: ^3.0.0 - version: 3.2.16 '@types/compression': specifier: ^1.0.0 version: 1.7.2 @@ -580,21 +448,12 @@ importers: '@types/faker': specifier: ^5.0.0 version: 5.5.9 - '@types/mime': - specifier: ^2.0.0 - version: 2.0.3 - '@types/multer': - specifier: ^1.0.0 - version: 1.4.7 '@types/node': specifier: ^22.0.0 version: 22.9.0 '@types/passport': specifier: ^1.0.0 version: 1.0.11 - '@types/pg': - specifier: ^8.0.0 - version: 8.6.6 '@types/response-time': specifier: ^2.3.8 version: 2.3.8 @@ -637,12 +496,6 @@ importers: '@formatjs/cli': specifier: ^6.0.0 version: 6.2.8 - '@googlemaps/js-api-loader': - specifier: ^1.0.0 - version: 1.15.1 - '@googlemaps/markerclustererplus': - specifier: ^1.0.0 - version: 1.2.10 '@next/bundle-analyzer': specifier: ^14.2.12 version: 14.2.12 @@ -673,15 +526,9 @@ importers: express: specifier: ^4.0.0 version: 4.18.2 - fs-extra: - specifier: ^9.0.0 - version: 9.1.0 graphql: specifier: ^15.0.0 version: 15.8.0 - graphql-tag: - specifier: ^2.12.6 - version: 2.12.6(graphql@15.8.0) ioredis: specifier: ^5.4.1 version: 5.4.1 @@ -691,9 +538,6 @@ importers: next: specifier: ^14.2.12 version: 14.2.12(@babel/core@7.22.11)(@opentelemetry/api@1.9.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - pure-react-carousel: - specifier: ^1.0.0 - version: 1.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.2.0 version: 18.3.1 @@ -703,24 +547,12 @@ importers: react-intl: specifier: ^6.0.0 version: 6.6.6(@types/react@18.3.3)(react@18.3.1)(typescript@4.9.4) - react-is: - specifier: ^17.0.2 - version: 17.0.2 - react-select: - specifier: ^5.8.0 - version: 5.8.0(@babel/core@7.22.11)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) redraft: specifier: ^0.10.0 version: 0.10.2 styled-components: specifier: ^6.1.8 version: 6.1.12(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - swiper: - specifier: ^6.0.0 - version: 6.8.4 - ts-node: - specifier: ^10.0.0 - version: 10.9.1(@swc/core@1.4.8(@swc/helpers@0.5.5))(@types/node@22.9.0)(typescript@4.9.4) devDependencies: '@babel/core': specifier: ^7.0.0 @@ -749,12 +581,6 @@ importers: '@graphql-codegen/typescript-operations': specifier: ^2.0.0 version: 2.5.12(graphql@15.8.0) - '@types/fs-extra': - specifier: ^9.0.0 - version: 9.0.13 - '@types/google.maps': - specifier: ^3.0.0 - version: 3.51.0 '@types/node': specifier: ^22.0.0 version: 22.9.0 @@ -764,12 +590,6 @@ importers: '@types/react-dom': specifier: ^18.2.22 version: 18.3.0 - '@types/react-is': - specifier: ^17.0.0 - version: 17.0.3 - '@types/react-select': - specifier: ^4.0.0 - version: 4.0.18 chokidar-cli: specifier: ^2.0.0 version: 2.1.0 @@ -806,12 +626,6 @@ importers: '@formatjs/cli': specifier: ^6.0.0 version: 6.2.8 - '@googlemaps/js-api-loader': - specifier: ^1.0.0 - version: 1.15.1 - '@googlemaps/markerclustererplus': - specifier: ^1.0.0 - version: 1.2.10 '@opentelemetry/api': specifier: ^1.9.0 version: 1.9.0 @@ -827,9 +641,6 @@ importers: '@opentelemetry/sdk-node': specifier: ^0.53.0 version: 0.53.0(@opentelemetry/api@1.9.0) - babel-plugin-styled-components: - specifier: ^1.0.0 - version: 1.13.3(styled-components@6.1.12(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) express: specifier: ^4.0.0 version: 4.18.2 @@ -848,9 +659,6 @@ importers: next: specifier: ^14.2.12 version: 14.2.12(@babel/core@7.22.11)(@opentelemetry/api@1.9.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - pure-react-carousel: - specifier: ^1.0.0 - version: 1.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.2.0 version: 18.3.1 @@ -860,9 +668,6 @@ importers: react-intl: specifier: ^6.0.0 version: 6.6.6(@types/react@18.3.3)(react@18.3.1)(typescript@4.9.4) - react-is: - specifier: ^17.0.2 - version: 17.0.2 redraft: specifier: ^0.10.0 version: 0.10.2 @@ -872,12 +677,6 @@ importers: styled-components: specifier: ^6.1.8 version: 6.1.12(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - swiper: - specifier: ^6.0.0 - version: 6.8.4 - ts-node: - specifier: ^10.0.0 - version: 10.9.1(@swc/core@1.4.8(@swc/helpers@0.5.5))(@types/node@22.9.0)(typescript@4.9.4) devDependencies: '@babel/core': specifier: ^7.0.0 @@ -909,9 +708,6 @@ importers: '@types/fs-extra': specifier: ^9.0.0 version: 9.0.13 - '@types/google.maps': - specifier: ^3.0.0 - version: 3.51.0 '@types/node': specifier: ^22.0.0 version: 22.9.0 @@ -921,9 +717,6 @@ importers: '@types/react-dom': specifier: ^18.2.22 version: 18.3.0 - '@types/react-is': - specifier: ^17.0.0 - version: 17.0.3 chokidar-cli: specifier: ^2.0.0 version: 2.1.0 @@ -4702,14 +4495,6 @@ packages: '@docusaurus/types': optional: true - '@elastic/ecs-helpers@1.1.0': - resolution: {integrity: sha512-MDLb2aFeGjg46O5mLpdCzT5yOUDnXToJSrco2ShqGIXxNJaM8uJjX+4nd+hRYV4Vex8YJyDtOFEVBldQct6ndg==} - engines: {node: '>=10'} - - '@elastic/ecs-pino-format@1.3.0': - resolution: {integrity: sha512-U8D57gPECYoRCcwREsrXKBtqeyFFF/KAwHi4rG1u/oQhAg91Kzw8ZtUQJXD/DMDieLOqtbItFr2FRBWI3t3wog==} - engines: {node: '>=10'} - '@emotion/babel-plugin@11.10.5': resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: @@ -5132,13 +4917,6 @@ packages: '@golevelup/ts-jest@0.4.0': resolution: {integrity: sha512-ehgllV/xU8PC+yVyEUtTzhiSQKsr7k5Jz74B6dtCaVJz7/Vo7JiaACsCLvD7/iATlJUAEqvBson0OHewD3JDzQ==} - '@googlemaps/js-api-loader@1.15.1': - resolution: {integrity: sha512-AsnEgNsB7S/VdrHGEQUaUM2e5tmjFGKBAfzR/AqO8O7TPq/jQGvoRw5liPBw4EMF38RDsHmKDV89q/X+qiUREQ==} - - '@googlemaps/markerclustererplus@1.2.10': - resolution: {integrity: sha512-HY4ev+D3kO1+9oQjtKTojxVtJIS/kSWJfry6cpKoXC97kBQc5Vguqu5x6pLnh+70N0Au+16Yl7iu4LZaIOTstw==} - deprecated: It is recommended to use @googlemaps/markerclusterer instead of this package. - '@graphql-codegen/add@3.2.3': resolution: {integrity: sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==} peerDependencies: @@ -6700,9 +6478,6 @@ packages: peerDependencies: '@opentelemetry/api': ^1.1.0 - '@ory/hydra-client@1.11.8': - resolution: {integrity: sha512-fVTPjB/JWUrsI1uGnXf0eiYDClnH9fepGmJ+z1eg6b0EH5AQoaNc7nBU9QpEj/8pQjYy0p5hWEvOXGHWo9fJtw==} - '@peculiar/asn1-schema@2.3.3': resolution: {integrity: sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ==} @@ -7632,9 +7407,6 @@ packages: '@types/aria-query@5.0.1': resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} - '@types/async@3.2.16': - resolution: {integrity: sha512-jnlGp5Z/cAZ7JVYyLnSDuYJ+YyYm0o2yzL8Odv6ckWmGMow3j/P/wgfziybB044cXXA93lEuymJyxVR8Iz2amQ==} - '@types/aws-lambda@8.10.143': resolution: {integrity: sha512-u5vzlcR14ge/4pMTTMDQr3MF0wEe38B2F9o84uC4F43vN5DGTy63npRrB6jQhyt+C0lGv4ZfiRcRkqJoZuPnmg==} @@ -7767,9 +7539,6 @@ packages: '@types/glob@8.0.1': resolution: {integrity: sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw==} - '@types/google.maps@3.51.0': - resolution: {integrity: sha512-44/oQYjc5D6kxBcI3Qk9rk3IIOMwnlEMWDV7pwPJ2YI89s5Q1OzDrFvR7QJ3LFrpVXEhig+gyagFg54+foinFg==} - '@types/graceful-fs@4.1.6': resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} @@ -7873,9 +7642,6 @@ packages: '@types/lodash.isequal@4.5.6': resolution: {integrity: sha512-Ww4UGSe3DmtvLLJm2F16hDwEQSv7U0Rr8SujLUA2wHI2D2dm8kPu6Et+/y303LfjTIwSBKXB/YTUcAKpem/XEg==} - '@types/lodash.merge@4.6.7': - resolution: {integrity: sha512-OwxUJ9E50gw3LnAefSHJPHaBLGEKmQBQ7CZe/xflHkyy/wH2zVyEIAKReHvVrrn7zKdF58p16We9kMfh7v0RRQ==} - '@types/lodash.set@4.3.7': resolution: {integrity: sha512-bS5Wkg/nrT82YUfkNYPSccFrNZRL+irl7Yt4iM6OTSQ0VZJED2oUIVm15NkNtUAQ8SRhCe+axqERUV6MJgkeEg==} @@ -8005,9 +7771,6 @@ packages: '@types/range-parser@1.2.4': resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - '@types/react-copy-to-clipboard@5.0.4': - resolution: {integrity: sha512-otTJsJpofYAeaIeOwV5xBUGpo6exXG2HX7X4nseToCB2VgPEBxGBHCm/FecZ676doNR7HCSTVtmohxfG2b3/yQ==} - '@types/react-date-range@1.4.4': resolution: {integrity: sha512-9Y9NyNgaCsEVN/+O4HKuxzPbVjRVBGdOKRxMDcsTRWVG62lpYgnxefNckTXDWup8FvczoqPW0+ESZR6R1yymDg==} @@ -8038,9 +7801,6 @@ packages: '@types/react-select@3.1.2': resolution: {integrity: sha512-ygvR/2FL87R2OLObEWFootYzkvm67LRA+URYEAcBuvKk7IXmdsnIwSGm60cVXGaqkJQHozb2Cy1t94tCYb6rJA==} - '@types/react-select@4.0.18': - resolution: {integrity: sha512-uCPRMPshd96BwHuT7oCrFduiv5d6km3VwmtW7rVl9g4XetS3VoJ9nZo540LiwtQgaFcW96POwaxQDZDAyYaepg==} - '@types/react-transition-group@4.4.11': resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} @@ -8170,9 +7930,6 @@ packages: '@types/yargs@17.0.33': resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} - '@types/zen-observable@0.8.3': - resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} - '@typescript-eslint/eslint-plugin@5.49.0': resolution: {integrity: sha512-IhxabIpcf++TBaBa1h7jtOWyon80SXPRLDq0dVz5SLFC/eW6tofkw/O7Ar3lkx5z5U6wzbKDrl2larprp5kk5Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8462,9 +8219,6 @@ packages: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} - after-all-results@2.0.0: - resolution: {integrity: sha512-2zHEyuhSJOuCrmas9YV0YL/MFCWLxe1dS6k/ENhgYrb/JqyMnadLN4iIAc9kkZrbElMDyyAGH/0J18OPErOWLg==} - agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -8473,10 +8227,6 @@ packages: resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} - agentkeepalive@4.2.1: - resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==} - engines: {node: '>= 8.0.0'} - aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} @@ -8743,19 +8493,9 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - async-cache@1.1.0: - resolution: {integrity: sha512-YDQc4vBn5NFhY6g6HhVshyi3Fy9+SQ5ePnE7JLDJn1DoL+i7ER+vMwtTNOYk9leZkYMnOwpBCWqyLDPw8Aig8g==} - deprecated: No longer maintained. Use [lru-cache](http://npm.im/lru-cache) version 7.6 or higher, and provide an asynchronous `fetchMethod` option. - async-retry@1.3.3: resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==} - async-value-promise@1.1.1: - resolution: {integrity: sha512-c2RFDKjJle1rHa0YxN9Ysu97/QBu3Wa+NOejJxsX+1qVDJrkD3JL/GN1B3gaILAEXJXbu/4Z1lcoCHFESe/APA==} - - async-value@1.2.2: - resolution: {integrity: sha512-8rwtYe32OAS1W9CTwvknoyts+mc3ta8N7Pi0h7AjkMaKvsFbr39K+gEfZ7Z81aPXQ1sK5M23lgLy1QfZpcpadQ==} - async@3.2.4: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} @@ -8766,10 +8506,6 @@ packages: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} engines: {node: '>= 4.0.0'} - atomic-sleep@1.0.0: - resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} - engines: {node: '>=8.0.0'} - attr-accept@2.2.2: resolution: {integrity: sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==} engines: {node: '>=4'} @@ -8880,11 +8616,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - babel-plugin-styled-components@1.13.3: - resolution: {integrity: sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==} - peerDependencies: - styled-components: '>= 2' - babel-plugin-syntax-jsx@6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} @@ -8929,10 +8660,6 @@ packages: resolution: {integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==} engines: {node: '>=6.0.0'} - basic-auth@2.0.1: - resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} - engines: {node: '>= 0.8'} - batch@0.6.1: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} @@ -8967,9 +8694,6 @@ packages: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - binary-search@1.3.6: - resolution: {integrity: sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==} - binary@0.3.0: resolution: {integrity: sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==} @@ -9018,9 +8742,6 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - breadth-filter@2.0.0: - resolution: {integrity: sha512-thQShDXnFWSk2oVBixRCyrWsFoV5tfOpWKHmxwafHQDNxCfDBk539utpvytNjmlFrTMqz41poLwJvA1MW3z0MQ==} - breakword@1.0.5: resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} @@ -9525,9 +9246,6 @@ packages: consola@2.15.3: resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} - console-log-level@1.4.1: - resolution: {integrity: sha512-VZzbIORbP+PPcN/gg3DXClTLPLg5Slwd5fL2MIc+o1qZ4BXBvWyc6QxPk6T/Mkr6IVjRpoAGf32XxP3ZWMVRcQ==} - constant-case@3.0.4: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} @@ -9575,9 +9293,6 @@ packages: resolution: {integrity: sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==} engines: {node: '>=12'} - copy-to-clipboard@3.3.3: - resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} - copy-webpack-plugin@11.0.0: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} @@ -10109,16 +9824,9 @@ packages: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} - deep-freeze@0.0.1: - resolution: {integrity: sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==} - deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - deepmerge@2.2.1: - resolution: {integrity: sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==} - engines: {node: '>=0.10.0'} - deepmerge@4.2.2: resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} engines: {node: '>=0.10.0'} @@ -10289,9 +9997,6 @@ packages: dom-serializer@2.0.0: resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} - dom7@3.0.0: - resolution: {integrity: sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==} - domelementtype@1.3.1: resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} @@ -10452,14 +10157,6 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - elastic-apm-http-client@11.2.0: - resolution: {integrity: sha512-XHXK+gQmd34eRN/ffrml7AN4h1VwujB79WEO2C/J59ufvEk+mT1OGBhl6pntHPUWn4Um52C5m84O6jIXzaQwfw==} - engines: {node: ^8.6.0 || 10 || >=12} - - elastic-apm-node@3.42.0: - resolution: {integrity: sha512-Q9sugfpaw6jQ8xDeP09LlyF0MwE5k0hphQmUiap+qQKE2jrLvY00zk4WierDQ2GF/AguE6BtRZmXpUELDbHFyA==} - engines: {node: ^8.6.0 || 10 || 12 || 14 || 16 || 17 || 18 || 19} - electron-to-chromium@1.5.60: resolution: {integrity: sha512-HcraRUkTKJ+8yA3b10i9qvhUlPBRDlKjn1XGek1zDGVfAKcvi8TsUnImGqLiEm9j6ZulxXIWWIo9BmbkbCTGgA==} @@ -10529,9 +10226,6 @@ packages: resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - equals@1.0.5: - resolution: {integrity: sha512-wI15a6ZoaaXPv+55+Vh2Kqn3+efKRv8QPtcGTjW5xmanMnQzESdAt566jevtMZyt3W/jwLDTzXpMph5ECDJ2zg==} - err-code@2.0.3: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} @@ -10539,16 +10233,9 @@ packages: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true - error-callsites@2.0.4: - resolution: {integrity: sha512-V877Ch4FC4FN178fDK1fsrHN4I1YQIBdtjKrHh3BUHMnh3SMvwUVrqkaOgDpUuevgSNna0RBq6Ox9SGlxYrigA==} - engines: {node: '>=6.x'} - error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - error-stack-parser@2.1.4: - resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} - es-abstract@1.21.1: resolution: {integrity: sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==} engines: {node: '>= 0.4'} @@ -10952,9 +10639,6 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - exifr@6.3.0: - resolution: {integrity: sha512-NCSOP15py+4QyvD90etFN0QOVj12ygVE8kfEDG8GDc+SXf9YAOxua2x5kGp6WvxbGjufA5C3r/1ZKHOpHbEWFg==} - exifr@7.1.3: resolution: {integrity: sha512-g/aje2noHivrRSLbAUtBPWFbxKdKhgj/xr1vATDdUXPOFYJlQ62Ft0oy+72V6XLIpDJfHs6gXLbBLAolqOXYRw==} @@ -11027,23 +10711,12 @@ packages: fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - fast-json-stringify@2.7.13: - resolution: {integrity: sha512-ar+hQ4+OIurUGjSJD1anvYSDcUflywhKjfxnsW4TBTD7+u0tJufv6DKRWoQk3vI6YBOWMoz0TQtfbe7dxbQmvA==} - engines: {node: '>= 10.0.0'} - fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-redact@3.1.2: - resolution: {integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==} - engines: {node: '>=6'} - fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-stream-to-buffer@1.0.0: - resolution: {integrity: sha512-bI/544WUQlD2iXBibQbOMSmG07Hay7YrpXlKaeGTPT7H7pC0eitt3usak5vUwEvCGK/O7rUAM3iyQValGU22TQ==} - fast-uri@3.0.3: resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} @@ -11220,9 +10893,6 @@ packages: resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==} engines: {node: '>=18'} - flatstr@1.0.12: - resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} - flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} @@ -11308,9 +10978,6 @@ packages: resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==} engines: {node: '>= 12.20'} - forwarded-parse@2.1.2: - resolution: {integrity: sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==} - forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} @@ -11838,9 +11505,6 @@ packages: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} - http-headers@3.0.2: - resolution: {integrity: sha512-87E1I+2Wg4dxxz4rcxElo3dxO/w1ZtgL1yA0Sb6vH3qU16vRKq1NjWQv9SCY3ly2OQROcoxHZOUpmelS+k6wOw==} - http-parser-js@0.5.8: resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} @@ -11895,9 +11559,6 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - humanize-ms@1.2.1: - resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} - husky@7.0.4: resolution: {integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==} engines: {node: '>=12'} @@ -11928,11 +11589,6 @@ packages: resolution: {integrity: sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==} engines: {node: '>= 4'} - image-size@0.9.7: - resolution: {integrity: sha512-KRVgLNZkr00YGN0qn9MlIrmlxbRhsCcEb1Byq3WKGnIV4M48iD185cprRtaoK4t5iC+ym2Q5qlArxZ/V1yzDgA==} - engines: {node: '>=10.18.0'} - hasBin: true - image-size@1.0.2: resolution: {integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==} engines: {node: '>=14.0.0'} @@ -12171,10 +11827,6 @@ packages: is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} - is-finite@1.1.0: - resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} - engines: {node: '>=0.10.0'} - is-fullwidth-code-point@2.0.0: resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} engines: {node: '>=4'} @@ -12216,9 +11868,6 @@ packages: resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} engines: {node: '>=10'} - is-integer@1.0.7: - resolution: {integrity: sha512-RPQc/s9yBHSvpi+hs9dYiJ2cuFeU6x3TyyIp8O2H6SKEltIvJOzRj9ToyvcStDvPR/pS4rxgr1oBFajQjZ2Szg==} - is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} @@ -12240,9 +11889,6 @@ packages: resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} engines: {node: '>= 0.4'} - is-native@1.0.1: - resolution: {integrity: sha512-I4z9hx+4u3/zyvpvGtAR+n7SodJugE+i2jiS8yfq1A9QAZY0KldLQz0SBptLC9ti7kBlpghWUwTKE2BA62eCcw==} - is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} @@ -12251,9 +11897,6 @@ packages: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} - is-nil@1.0.1: - resolution: {integrity: sha512-m2Rm8PhUFDNNhgvwZJjJG74a9h5CHU0fkA8WT+WGlCjyEbZ2jPwgb+ZxHu4np284EqNVyOsgppReK4qy/TwEwg==} - is-node-process@1.2.0: resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==} @@ -12664,9 +12307,6 @@ packages: resolution: {integrity: sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==} hasBin: true - jkroso-type@1.1.1: - resolution: {integrity: sha512-zZgay+fPG6PgMUrpyFADmQmvLo39+AZa7Gc5pZhev2RhDxwANEq2etwD8d0e6rTg5NkwOIlQmaEmns3draC6Ng==} - joi@17.7.0: resolution: {integrity: sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==} @@ -13154,9 +12794,6 @@ packages: lodash.uniq@4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} - lodash.unset@4.5.2: - resolution: {integrity: sha512-bwKX88k2JhCV9D1vtE8+naDKlLiGrSmf8zi/Y9ivFHwbmRfA8RxS/aVJ+sIht2XOwqoNr4xUPUkGZpc1sHFEKg==} - lodash.without@4.4.0: resolution: {integrity: sha512-M3MefBwfDhgKgINVuBJCO1YR3+gf6s9HNJsIiZ/Ru77Ws6uTb9eBuvrkpzO+9iLoAaRodGuq7tyrPCx+74QYGQ==} @@ -13276,18 +12913,12 @@ packages: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} engines: {node: '>=8'} - mapcap@1.0.0: - resolution: {integrity: sha512-KcNlZSlFPx+r1jYZmxEbTVymG+dIctf10WmWkuhrhrblM+KMoF77HelwihL5cxYlORye79KoR4IlOOk99lUJ0g==} - markdown-escapes@1.0.4: resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} markdown-table@3.0.4: resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} - material-design-icons@3.0.1: - resolution: {integrity: sha512-t19Z+QZBwSZulxptEu05kIm+UyfIdJY1JDwI+nx02j269m6W414whiQz9qfvQIiLrdx71RQv+T48nHhuQXOCIQ==} - mdast-squeeze-paragraphs@4.0.0: resolution: {integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==} @@ -13354,14 +12985,6 @@ packages: mdurl@1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} - measured-core@1.51.1: - resolution: {integrity: sha512-DZQP9SEwdqqYRvT2slMK81D/7xwdxXosZZBtLVfPSo6y5P672FBTbzHVdN4IQyUkUpcVOR9pIvtUy5Ryl7NKyg==} - engines: {node: '>= 5.12'} - - measured-reporting@1.51.1: - resolution: {integrity: sha512-JCt+2u6XT1I5lG3SuYqywE0e62DJuAzBcfMzWGUhIYtPQV2Vm4HiYt/durqmzsAbZV181CEs+o/jMKWJKkYIWw==} - engines: {node: '>= 5.12'} - media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -13373,9 +12996,6 @@ packages: memoize-one@5.2.1: resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} - memoize-one@6.0.0: - resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} - memory-fs@0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} @@ -13571,11 +13191,6 @@ packages: engines: {node: '>=4'} hasBin: true - mime@2.6.0: - resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} - engines: {node: '>=4.0.0'} - hasBin: true - mime@3.0.0: resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} engines: {node: '>=10.0.0'} @@ -13666,9 +13281,6 @@ packages: module-not-found-error@1.0.1: resolution: {integrity: sha512-pEk4ECWQXV6z2zjhRZUongnLJNUeGQJ3w6OQ5ctGwD+i5o93qjRQUk2Rt6VdNeu3sEP0AB4LcfvdebpxBRVr4g==} - monitor-event-loop-delay@1.0.0: - resolution: {integrity: sha512-YRIr1exCIfBDLZle8WHOfSo7Xg3M+phcZfq9Fx1L6Abo+atGp7cge5pM7PjyBn4s1oZI/BRD4EMrzQBbPpVb5Q==} - mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} @@ -13748,9 +13360,6 @@ packages: '@nestjs/common': ^9 '@nestjs/core': ^9 - next-line@1.1.0: - resolution: {integrity: sha512-+I10J3wKNoKddNxn0CNpoZ3eTZuqxjNM3b1GImVx22+ePI+Y15P8g/j3WsbP0fhzzrFzrtjOAoq5NCCucswXOQ==} - next@14.2.12: resolution: {integrity: sha512-cDOtUSIeoOvt1skKNihdExWMTybx3exnvbFbb9ecZDIxlvIbREQzt9A5Km3Zn3PfU+IFjyYGsHS+lN9VInAGKA==} engines: {node: '>=18.17.0'} @@ -13922,9 +13531,6 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - object-filter-sequence@1.0.0: - resolution: {integrity: sha512-CsubGNxhIEChNY4cXYuA6KXafztzHqzLLZ/y3Kasf3A+sa3lL9thq3z+7o0pZqzEinjXT6lXDPAfVWI59dUyzQ==} - object-hash@2.2.0: resolution: {integrity: sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==} engines: {node: '>= 6'} @@ -13933,9 +13539,6 @@ packages: resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} engines: {node: '>= 6'} - object-identity-map@1.0.2: - resolution: {integrity: sha512-a2XZDGyYTngvGS67kWnqVdpoaJWsY7C1GhPJvejWAFCsUioTAaiTu8oBad7c6cI4McZxr4CmvnZeycK05iav5A==} - object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} @@ -14036,9 +13639,6 @@ packages: optimism@0.16.2: resolution: {integrity: sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==} - optional-js@2.3.0: - resolution: {integrity: sha512-B0LLi+Vg+eko++0z/b8zIv57kp7HKEzaPJo7LowJXMUKYdf+3XJGu/cw03h/JhIOsLnP+cG5QnTHAuicjA5fMw==} - optionator@0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} engines: {node: '>= 0.8.0'} @@ -14055,9 +13655,6 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} - original-url@1.2.3: - resolution: {integrity: sha512-BYm+pKYLtS4mVe/mgT3YKGtWV5HzN/XKiaIu1aK4rsxyjuHeTW9N+xVBEpJcY1onB3nccfH0RbzUEoimMqFUHQ==} - os-homedir@1.0.2: resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} engines: {node: '>=0.10.0'} @@ -14397,13 +13994,6 @@ packages: resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} engines: {node: '>=10'} - pino-std-serializers@3.2.0: - resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==} - - pino@6.14.0: - resolution: {integrity: sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==} - hasBin: true - pirates@4.0.5: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} @@ -14773,9 +14363,6 @@ packages: process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - process-warning@1.0.0: - resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} - process@0.11.10: resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} engines: {node: '>= 0.6.0'} @@ -14859,12 +14446,6 @@ packages: pure-rand@6.0.1: resolution: {integrity: sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==} - pure-react-carousel@1.30.1: - resolution: {integrity: sha512-B1qi62hZk0OFqRR4cTjtgIeOn/Ls5wo+HsLtrXT4jVf5et8ldBHSt+6LsYRJN86Or8dm+XbnJNEHy6WDJ0/DQw==} - peerDependencies: - react: 15.x || 16.x || 17.x || 18.x - react-dom: 15.x || 16.x || 17.x || 18.x - pvtsutils@1.3.2: resolution: {integrity: sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==} @@ -14910,9 +14491,6 @@ packages: queue@6.0.2: resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} - quick-format-unescaped@4.0.4: - resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} - quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} @@ -14977,11 +14555,6 @@ packages: peerDependencies: react: '>= 16.8.0' - react-copy-to-clipboard@5.1.0: - resolution: {integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==} - peerDependencies: - react: ^15.3.0 || 16 || 17 || 18 - react-date-range@1.4.0: resolution: {integrity: sha512-+9t0HyClbCqw1IhYbpWecjsiaftCeRN5cdhsi9v06YdimwyMR2yYHWcgVn3URwtN/txhqKpEZB6UX1fHpvK76w==} peerDependencies: @@ -15184,12 +14757,6 @@ packages: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 - react-select@5.8.0: - resolution: {integrity: sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-simple-code-editor@0.11.3: resolution: {integrity: sha512-7bVI4Yd1aNCeuldErXUt8ksaAG5Fi+GZ6vp3mtFBnckKdzsQtrgkDvdwMFXIhwTGG+mUYmk5ZpMo0axSW9JBzA==} peerDependencies: @@ -15227,14 +14794,6 @@ packages: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 - react-xml-viewer@1.3.0: - resolution: {integrity: sha512-8ntbzYt9AWEhDnEp0w0PrEZeA/63awDBEMmbf9Iz3HMzuf8SWblDztCUsKaXVadZqdRce36KENNqcLlwnCrNJQ==} - engines: {node: '>=8', npm: '>=5'} - peerDependencies: - prop-types: ^15.5.4 - react: '>= 16.8.4 < 18.0.0' - react-dom: '>= 16.8.4 < 18.0.0' - react@17.0.2: resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} engines: {node: '>=0.10.0'} @@ -15391,9 +14950,6 @@ packages: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} - relative-microtime@2.0.0: - resolution: {integrity: sha512-l18ha6HEZc+No/uK4GyAnNxgKW7nvEe35IaeN54sShMojtqik2a6GbTyuiezkjpPaqP874Z3lW5ysBo5irz4NA==} - relay-runtime@12.0.0: resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==} @@ -15733,9 +15289,6 @@ packages: set-cookie-parser@2.6.0: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} - set-cookie-serde@1.0.0: - resolution: {integrity: sha512-Vq8e5GsupfJ7okHIvEPcfs5neCo7MZ1ZuWrO3sllYi3DOWt6bSSCpADzqXjz3k0fXehnoFIrmmhty9IN6U6BXQ==} - set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} @@ -15757,9 +15310,6 @@ packages: resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} hasBin: true - shallow-clone-shim@2.0.0: - resolution: {integrity: sha512-YRNymdiL3KGOoS67d73TEmk4tdPTO9GSMCoiphQsTcC9EtC+AOmMPjkyBkRoCJfW9ASsaZw1craaiw1dPN2D3Q==} - shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} @@ -15881,9 +15431,6 @@ packages: sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} - sonic-boom@1.4.1: - resolution: {integrity: sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==} - sort-css-media-queries@2.1.0: resolution: {integrity: sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==} engines: {node: '>= 6.3.0'} @@ -15917,10 +15464,6 @@ packages: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} - source-map@0.8.0-beta.0: - resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} - engines: {node: '>= 8'} - sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead @@ -15967,9 +15510,6 @@ packages: sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - sql-summary@1.0.1: - resolution: {integrity: sha512-IpCr2tpnNkP3Jera4ncexsZUp0enJBLr+pHCyTweMUBrbJsTgQeLWx1FXLhoBj/MvcnUQpkgOn2EY8FKOkUzww==} - sqlstring@2.3.3: resolution: {integrity: sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==} engines: {node: '>= 0.6'} @@ -15979,9 +15519,6 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - ssr-window@3.0.0: - resolution: {integrity: sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==} - stable@0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' @@ -15990,9 +15527,6 @@ packages: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} - stackframe@1.3.4: - resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} - standard-as-callback@2.1.0: resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==} @@ -16027,9 +15561,6 @@ packages: resolution: {integrity: sha512-DQi1h8VEBA/lURbSwFtEHnSTb9s2/pwLEaFuNhXwy1Dx3Sa0lOuYT2yNUr4/j2fs8oCAMANtrZ5OrPZtyVs3MQ==} engines: {node: '>= 0.10.0'} - stream-chopper@3.0.1: - resolution: {integrity: sha512-f7h+ly8baAE26iIjcp3VbnBkbIRGtrvV0X0xxFM/d7fwLTYnLzDPTXRKNxa2HZzohOrc96NTrR+FaV3mzOelNA==} - stream-parser@0.3.1: resolution: {integrity: sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==} @@ -16062,9 +15593,6 @@ packages: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} - string-similarity@4.0.4: - resolution: {integrity: sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==} - string-width@3.1.0: resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} engines: {node: '>=6'} @@ -16272,10 +15800,6 @@ packages: swap-case@2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} - swiper@6.8.4: - resolution: {integrity: sha512-O+buF9Q+sMA0H7luMS8R59hCaJKlpo8PXhQ6ZYu6Rn2v9OsFd4d1jmrv14QvxtQpKAvL/ZiovEeANI/uDGet7g==} - engines: {node: '>= 4.7.0'} - symbol-observable@1.2.0: resolution: {integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==} engines: {node: '>=0.10.0'} @@ -16435,12 +15959,6 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - to-source-code@1.0.2: - resolution: {integrity: sha512-YzWtjmNIf3E75eZYa7m1SCyl0vgOGoTzdpH3svfa8SUm5rqTgl9hnDolrAGOghCF9P2gsITXQoMrlujOoz+RPw==} - - toggle-selection@1.0.6: - resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} - toidentifier@1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} @@ -16468,9 +15986,6 @@ packages: tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - tr46@1.0.1: - resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} - tr46@3.0.0: resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} engines: {node: '>=12'} @@ -16478,9 +15993,6 @@ packages: traverse@0.3.9: resolution: {integrity: sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==} - traverse@0.6.7: - resolution: {integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==} - tree-kill@1.2.2: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true @@ -16721,9 +16233,6 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typeface-open-sans@0.0.75: - resolution: {integrity: sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ==} - typescript@4.9.4: resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} engines: {node: '>=4.2.0'} @@ -16760,9 +16269,6 @@ packages: unherit@1.1.3: resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==} - unicode-byte-truncate@1.0.0: - resolution: {integrity: sha512-GQgHk6DodEoKddKQdjnv7xKS9G09XCfHWX0R4RKht+EbUMSiVEmtWHGFO8HUm+6NvWik3E2/DG4MxTitOLL64A==} - unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -16779,9 +16285,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicode-substring@0.1.0: - resolution: {integrity: sha512-36Xaw9wXi7MB/3/EQZZHkZyyiRNa9i3k9YtPAz2KfqMVH2xutdXyMHn4Igarmnvr+wOrfWa/6njhY+jPpXN2EQ==} - unified-engine@11.2.2: resolution: {integrity: sha512-15g/gWE7qQl9tQ3nAEbMd5h9HV1EACtFs6N9xaRBZICoCwnNGbal1kOs++ICf4aiTdItZxU2s/kYWhW7htlqJg==} @@ -17170,9 +16673,6 @@ packages: webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - webidl-conversions@4.0.2: - resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} - webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} @@ -17283,9 +16783,6 @@ packages: whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} - whatwg-url@7.1.0: - resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} - which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} @@ -21359,14 +20856,6 @@ snapshots: - uglify-js - webpack-cli - '@elastic/ecs-helpers@1.1.0': - dependencies: - fast-json-stringify: 2.7.13 - - '@elastic/ecs-pino-format@1.3.0': - dependencies: - '@elastic/ecs-helpers': 1.1.0 - '@emotion/babel-plugin@11.10.5(@babel/core@7.20.12)': dependencies: '@babel/core': 7.20.12 @@ -21486,20 +20975,6 @@ snapshots: '@babel/core': 7.22.11 '@types/react': 17.0.53 - '@emotion/react@11.9.3(@babel/core@7.22.11)(@types/react@18.3.3)(react@18.3.1)': - dependencies: - '@babel/runtime': 7.20.13 - '@emotion/babel-plugin': 11.10.5(@babel/core@7.22.11) - '@emotion/cache': 11.10.5 - '@emotion/serialize': 1.1.1 - '@emotion/utils': 1.2.0 - '@emotion/weak-memoize': 0.2.5 - hoist-non-react-statics: 3.3.2 - react: 18.3.1 - optionalDependencies: - '@babel/core': 7.22.11 - '@types/react': 18.3.3 - '@emotion/serialize@0.11.16': dependencies: '@emotion/hash': 0.8.0 @@ -21888,12 +21363,6 @@ snapshots: '@golevelup/ts-jest@0.4.0': {} - '@googlemaps/js-api-loader@1.15.1': - dependencies: - fast-deep-equal: 3.1.3 - - '@googlemaps/markerclustererplus@1.2.10': {} - '@graphql-codegen/add@3.2.3(graphql@15.8.0)': dependencies: '@graphql-codegen/plugin-helpers': 3.1.2(graphql@15.8.0) @@ -24357,12 +23826,6 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.28.0(@opentelemetry/api@1.9.0) - '@ory/hydra-client@1.11.8': - dependencies: - axios: 0.21.4 - transitivePeerDependencies: - - debug - '@peculiar/asn1-schema@2.3.3': dependencies: asn1js: 3.0.5 @@ -25534,8 +24997,6 @@ snapshots: '@types/aria-query@5.0.1': {} - '@types/async@3.2.16': {} - '@types/aws-lambda@8.10.143': {} '@types/babel__core@7.20.0': @@ -25715,8 +25176,6 @@ snapshots: '@types/minimatch': 5.1.2 '@types/node': 18.15.3 - '@types/google.maps@3.51.0': {} - '@types/graceful-fs@4.1.6': dependencies: '@types/node': 22.9.0 @@ -25835,10 +25294,6 @@ snapshots: dependencies: '@types/lodash': 4.14.191 - '@types/lodash.merge@4.6.7': - dependencies: - '@types/lodash': 4.14.191 - '@types/lodash.set@4.3.7': dependencies: '@types/lodash': 4.14.191 @@ -25969,10 +25424,6 @@ snapshots: '@types/range-parser@1.2.4': {} - '@types/react-copy-to-clipboard@5.0.4': - dependencies: - '@types/react': 17.0.53 - '@types/react-date-range@1.4.4': dependencies: '@types/react': 17.0.53 @@ -26023,13 +25474,6 @@ snapshots: '@types/react-dom': 17.0.18 '@types/react-transition-group': 4.4.5 - '@types/react-select@4.0.18': - dependencies: - '@emotion/serialize': 1.1.1 - '@types/react': 17.0.53 - '@types/react-dom': 17.0.18 - '@types/react-transition-group': 4.4.5 - '@types/react-transition-group@4.4.11': dependencies: '@types/react': 17.0.53 @@ -26178,8 +25622,6 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@types/zen-observable@0.8.3': {} - '@typescript-eslint/eslint-plugin@5.49.0(@typescript-eslint/parser@5.49.0(eslint@8.32.0)(typescript@4.9.4))(eslint@8.32.0)(typescript@4.9.4)': dependencies: '@typescript-eslint/parser': 5.49.0(eslint@8.32.0)(typescript@4.9.4) @@ -26559,8 +26001,6 @@ snapshots: address@1.2.2: {} - after-all-results@2.0.0: {} - agent-base@6.0.2: dependencies: debug: 4.3.4(supports-color@9.3.1) @@ -26573,14 +26013,6 @@ snapshots: transitivePeerDependencies: - supports-color - agentkeepalive@4.2.1: - dependencies: - debug: 4.3.4(supports-color@9.3.1) - depd: 1.1.2 - humanize-ms: 1.2.1 - transitivePeerDependencies: - - supports-color - aggregate-error@3.1.0: dependencies: clean-stack: 2.2.0 @@ -26953,28 +26385,16 @@ snapshots: astral-regex@2.0.0: {} - async-cache@1.1.0: - dependencies: - lru-cache: 4.1.5 - async-retry@1.3.3: dependencies: retry: 0.13.1 - async-value-promise@1.1.1: - dependencies: - async-value: 1.2.2 - - async-value@1.2.2: {} - async@3.2.4: {} asynckit@0.4.0: {} at-least-node@1.0.0: {} - atomic-sleep@1.0.0: {} - attr-accept@2.2.2: {} attr-accept@2.2.5: {} @@ -27189,14 +26609,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-styled-components@1.13.3(styled-components@6.1.12(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.22.5 - babel-plugin-syntax-jsx: 6.18.0 - lodash: 4.17.21 - styled-components: 6.1.12(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - babel-plugin-syntax-jsx@6.18.0: {} babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: {} @@ -27318,10 +26730,6 @@ snapshots: base64url@3.0.1: {} - basic-auth@2.0.1: - dependencies: - safe-buffer: 5.1.2 - batch@0.6.1: {} bcrypt-pbkdf@1.0.2: @@ -27353,8 +26761,6 @@ snapshots: binary-extensions@2.2.0: {} - binary-search@1.3.6: {} - binary@0.3.0: dependencies: buffers: 0.1.1 @@ -27452,10 +26858,6 @@ snapshots: dependencies: fill-range: 7.1.1 - breadth-filter@2.0.0: - dependencies: - object.entries: 1.1.6 - breakword@1.0.5: dependencies: wcwidth: 1.0.1 @@ -28010,8 +27412,6 @@ snapshots: consola@2.15.3: {} - console-log-level@1.4.1: {} - constant-case@3.0.4: dependencies: no-case: 3.0.4 @@ -28047,10 +27447,6 @@ snapshots: copy-text-to-clipboard@3.2.0: {} - copy-to-clipboard@3.3.3: - dependencies: - toggle-selection: 1.0.6 - copy-webpack-plugin@11.0.0(webpack@5.94.0): dependencies: fast-glob: 3.2.12 @@ -28723,12 +28119,8 @@ snapshots: deep-extend@0.6.0: {} - deep-freeze@0.0.1: {} - deep-is@0.1.4: {} - deepmerge@2.2.1: {} - deepmerge@4.2.2: {} default-gateway@6.0.3: @@ -28897,10 +28289,6 @@ snapshots: domhandler: 5.0.3 entities: 4.4.0 - dom7@3.0.0: - dependencies: - ssr-window: 3.0.0 - domelementtype@1.3.1: {} domelementtype@2.3.0: {} @@ -29062,59 +28450,6 @@ snapshots: dependencies: jake: 10.8.7 - elastic-apm-http-client@11.2.0: - dependencies: - agentkeepalive: 4.2.1 - breadth-filter: 2.0.0 - end-of-stream: 1.4.4 - fast-safe-stringify: 2.1.1 - fast-stream-to-buffer: 1.0.0 - object-filter-sequence: 1.0.0 - readable-stream: 3.6.0 - semver: 6.3.1 - stream-chopper: 3.0.1 - transitivePeerDependencies: - - supports-color - - elastic-apm-node@3.42.0: - dependencies: - '@elastic/ecs-pino-format': 1.3.0 - '@opentelemetry/api': 1.9.0 - after-all-results: 2.0.0 - async-cache: 1.1.0 - async-value-promise: 1.1.1 - basic-auth: 2.0.1 - cookie: 0.5.0 - core-util-is: 1.0.3 - debug: 4.3.4(supports-color@9.3.1) - elastic-apm-http-client: 11.2.0 - end-of-stream: 1.4.4 - error-callsites: 2.0.4 - error-stack-parser: 2.1.4 - escape-string-regexp: 4.0.0 - fast-safe-stringify: 2.1.1 - http-headers: 3.0.2 - is-native: 1.0.1 - lru-cache: 6.0.0 - measured-reporting: 1.51.1 - module-details-from-path: 1.0.3 - monitor-event-loop-delay: 1.0.0 - object-filter-sequence: 1.0.0 - object-identity-map: 1.0.2 - original-url: 1.2.3 - pino: 6.14.0 - relative-microtime: 2.0.0 - resolve: 1.22.1 - semver: 6.3.0 - set-cookie-serde: 1.0.0 - shallow-clone-shim: 2.0.0 - source-map: 0.8.0-beta.0 - sql-summary: 1.0.1 - traverse: 0.6.7 - unicode-byte-truncate: 1.0.0 - transitivePeerDependencies: - - supports-color - electron-to-chromium@1.5.60: {} elkjs@0.8.2: {} @@ -29173,26 +28508,16 @@ snapshots: env-paths@3.0.0: {} - equals@1.0.5: - dependencies: - jkroso-type: 1.1.1 - err-code@2.0.3: {} errno@0.1.8: dependencies: prr: 1.0.1 - error-callsites@2.0.4: {} - error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 - error-stack-parser@2.1.4: - dependencies: - stackframe: 1.3.4 - es-abstract@1.21.1: dependencies: available-typed-arrays: 1.0.5 @@ -29942,8 +29267,6 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - exifr@6.3.0: {} - exifr@7.1.3: {} exit@0.1.2: {} @@ -30045,23 +29368,10 @@ snapshots: fast-json-stable-stringify@2.1.0: {} - fast-json-stringify@2.7.13: - dependencies: - ajv: 6.12.6 - deepmerge: 4.2.2 - rfdc: 1.3.0 - string-similarity: 4.0.4 - fast-levenshtein@2.0.6: {} - fast-redact@3.1.2: {} - fast-safe-stringify@2.1.1: {} - fast-stream-to-buffer@1.0.0: - dependencies: - end-of-stream: 1.4.4 - fast-uri@3.0.3: {} fast-url-parser@1.1.3: @@ -30267,8 +29577,6 @@ snapshots: flatted: 3.3.2 keyv: 4.5.4 - flatstr@1.0.12: {} - flatted@3.2.7: {} flatted@3.3.2: {} @@ -30379,8 +29687,6 @@ snapshots: node-domexception: 1.0.0 web-streams-polyfill: 4.0.0-beta.3 - forwarded-parse@2.1.2: {} - forwarded@0.2.0: {} fraction.js@4.2.0: {} @@ -31089,10 +30395,6 @@ snapshots: statuses: 2.0.1 toidentifier: 1.0.1 - http-headers@3.0.2: - dependencies: - next-line: 1.1.0 - http-parser-js@0.5.8: {} http-proxy-agent@5.0.0: @@ -31163,10 +30465,6 @@ snapshots: human-signals@2.1.0: {} - humanize-ms@1.2.1: - dependencies: - ms: 2.1.3 - husky@7.0.4: {} iconv-lite@0.4.24: @@ -31187,10 +30485,6 @@ snapshots: ignore@6.0.2: {} - image-size@0.9.7: - dependencies: - queue: 6.0.2 - image-size@1.0.2: dependencies: queue: 6.0.2 @@ -31454,8 +30748,6 @@ snapshots: dependencies: call-bind: 1.0.7 - is-finite@1.1.0: {} - is-fullwidth-code-point@2.0.0: {} is-fullwidth-code-point@3.0.0: {} @@ -31487,10 +30779,6 @@ snapshots: global-dirs: 3.0.1 is-path-inside: 3.0.3 - is-integer@1.0.7: - dependencies: - is-finite: 1.1.0 - is-interactive@1.0.0: {} is-lower-case@2.0.2: @@ -31508,17 +30796,10 @@ snapshots: call-bind: 1.0.2 define-properties: 1.1.4 - is-native@1.0.1: - dependencies: - is-nil: 1.0.1 - to-source-code: 1.0.2 - is-negative-zero@2.0.2: {} is-negative-zero@2.0.3: {} - is-nil@1.0.1: {} - is-node-process@1.2.0: {} is-npm@5.0.0: {} @@ -32101,8 +31382,6 @@ snapshots: jiti@1.19.1: {} - jkroso-type@1.1.1: {} - joi@17.7.0: dependencies: '@hapi/hoek': 9.3.0 @@ -32588,8 +31867,6 @@ snapshots: lodash.uniq@4.5.0: {} - lodash.unset@4.5.2: {} - lodash.without@4.4.0: {} lodash@4.17.21: {} @@ -32698,14 +31975,10 @@ snapshots: map-obj@4.3.0: {} - mapcap@1.0.0: {} - markdown-escapes@1.0.4: {} markdown-table@3.0.4: {} - material-design-icons@3.0.1: {} - mdast-squeeze-paragraphs@4.0.0: dependencies: unist-util-remove: 2.1.0 @@ -32892,18 +32165,6 @@ snapshots: mdurl@1.0.1: {} - measured-core@1.51.1: - dependencies: - binary-search: 1.3.6 - optional-js: 2.3.0 - - measured-reporting@1.51.1: - dependencies: - console-log-level: 1.4.1 - mapcap: 1.0.0 - measured-core: 1.51.1 - optional-js: 2.3.0 - media-typer@0.3.0: {} memfs@3.4.13: @@ -32912,8 +32173,6 @@ snapshots: memoize-one@5.2.1: {} - memoize-one@6.0.0: {} - memory-fs@0.5.0: dependencies: errno: 0.1.8 @@ -33273,8 +32532,6 @@ snapshots: mime@1.6.0: {} - mime@2.6.0: {} - mime@3.0.0: {} mimic-fn@2.1.0: {} @@ -33347,8 +32604,6 @@ snapshots: module-not-found-error@1.0.1: {} - monitor-event-loop-delay@1.0.0: {} - mri@1.2.0: {} mrmime@1.0.1: {} @@ -33456,8 +32711,6 @@ snapshots: commander: 8.3.0 ora: 5.4.1 - next-line@1.1.0: {} - next@14.2.12(@babel/core@7.22.11)(@opentelemetry/api@1.9.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@next/env': 14.2.12 @@ -33650,17 +32903,11 @@ snapshots: object-assign@4.1.1: {} - object-filter-sequence@1.0.0: {} - object-hash@2.2.0: optional: true object-hash@3.0.0: {} - object-identity-map@1.0.2: - dependencies: - object.entries: 1.1.6 - object-inspect@1.12.3: {} object-inspect@1.13.3: {} @@ -33780,8 +33027,6 @@ snapshots: '@wry/context': 0.7.0 '@wry/trie': 0.3.2 - optional-js@2.3.0: {} - optionator@0.8.3: dependencies: deep-is: 0.1.4 @@ -33821,10 +33066,6 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 - original-url@1.2.3: - dependencies: - forwarded-parse: 2.1.2 - os-homedir@1.0.2: {} os-name@4.0.1: @@ -34139,18 +33380,6 @@ snapshots: pify@5.0.0: {} - pino-std-serializers@3.2.0: {} - - pino@6.14.0: - dependencies: - fast-redact: 3.1.2 - fast-safe-stringify: 2.1.1 - flatstr: 1.0.12 - pino-std-serializers: 3.2.0 - process-warning: 1.0.0 - quick-format-unescaped: 4.0.4 - sonic-boom: 1.4.1 - pirates@4.0.5: {} pkg-dir@4.2.0: @@ -34482,8 +33711,6 @@ snapshots: process-nextick-args@2.0.1: {} - process-warning@1.0.0: {} - process@0.11.10: {} promise-coalesce@1.1.2: {} @@ -34584,16 +33811,6 @@ snapshots: pure-rand@6.0.1: {} - pure-react-carousel@1.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@babel/runtime': 7.20.13 - deep-freeze: 0.0.1 - deepmerge: 2.2.1 - equals: 1.0.5 - prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - pvtsutils@1.3.2: dependencies: tslib: 2.6.3 @@ -34636,8 +33853,6 @@ snapshots: dependencies: inherits: 2.0.4 - quick-format-unescaped@4.0.4: {} - quick-lru@4.0.1: {} quick-lru@5.1.1: {} @@ -34716,12 +33931,6 @@ snapshots: dependencies: react: 17.0.2 - react-copy-to-clipboard@5.1.0(react@17.0.2): - dependencies: - copy-to-clipboard: 3.3.3 - prop-types: 15.8.1 - react: 17.0.2 - react-date-range@1.4.0(date-fns@2.29.3)(react@17.0.2): dependencies: classnames: 2.3.2 @@ -35018,23 +34227,6 @@ snapshots: react-input-autosize: 3.0.0(react@17.0.2) react-transition-group: 4.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - react-select@5.8.0(@babel/core@7.22.11)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@babel/runtime': 7.20.13 - '@emotion/cache': 11.10.5 - '@emotion/react': 11.9.3(@babel/core@7.22.11)(@types/react@18.3.3)(react@18.3.1) - '@floating-ui/dom': 1.6.8 - '@types/react-transition-group': 4.4.5 - memoize-one: 6.0.0 - 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) - use-isomorphic-layout-effect: 1.1.2(@types/react@18.3.3)(react@18.3.1) - transitivePeerDependencies: - - '@babel/core' - - '@types/react' - react-simple-code-editor@0.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2): dependencies: react: 17.0.2 @@ -35064,15 +34256,6 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@babel/runtime': 7.25.7 - 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-virtualized-auto-sizer@1.0.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2): dependencies: react: 17.0.2 @@ -35085,13 +34268,6 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-xml-viewer@1.3.0(prop-types@15.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2): - dependencies: - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) - xml-js: 1.6.11 - react@17.0.2: dependencies: loose-envify: 1.4.0 @@ -35289,8 +34465,6 @@ snapshots: relateurl@0.2.7: {} - relative-microtime@2.0.0: {} - relay-runtime@12.0.0: dependencies: '@babel/runtime': 7.25.7 @@ -35748,8 +34922,6 @@ snapshots: set-cookie-parser@2.6.0: {} - set-cookie-serde@1.0.0: {} - set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 @@ -35777,8 +34949,6 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 - shallow-clone-shim@2.0.0: {} - shallow-clone@3.0.1: dependencies: kind-of: 6.0.3 @@ -35913,11 +35083,6 @@ snapshots: uuid: 8.3.2 websocket-driver: 0.7.4 - sonic-boom@1.4.1: - dependencies: - atomic-sleep: 1.0.0 - flatstr: 1.0.12 - sort-css-media-queries@2.1.0: {} sort-object-keys@1.1.3: {} @@ -35949,10 +35114,6 @@ snapshots: source-map@0.7.4: {} - source-map@0.8.0-beta.0: - dependencies: - whatwg-url: 7.1.0 - sourcemap-codec@1.4.8: {} space-separated-tokens@1.1.5: {} @@ -36009,8 +35170,6 @@ snapshots: sprintf-js@1.0.3: {} - sql-summary@1.0.1: {} - sqlstring@2.3.3: {} sshpk@1.17.0: @@ -36025,16 +35184,12 @@ snapshots: safer-buffer: 2.1.2 tweetnacl: 0.14.5 - ssr-window@3.0.0: {} - stable@0.1.8: {} stack-utils@2.0.6: dependencies: escape-string-regexp: 2.0.0 - stackframe@1.3.4: {} - standard-as-callback@2.1.0: {} state-toggle@1.0.3: {} @@ -36061,10 +35216,6 @@ snapshots: stream-buffers@3.0.2: {} - stream-chopper@3.0.1: - dependencies: - readable-stream: 3.6.0 - stream-parser@0.3.1: dependencies: debug: 2.6.9 @@ -36094,8 +35245,6 @@ snapshots: char-regex: 1.0.2 strip-ansi: 6.0.1 - string-similarity@4.0.4: {} - string-width@3.1.0: dependencies: emoji-regex: 7.0.3 @@ -36363,11 +35512,6 @@ snapshots: dependencies: tslib: 2.6.3 - swiper@6.8.4: - dependencies: - dom7: 3.0.0 - ssr-window: 3.0.0 - symbol-observable@1.2.0: {} symbol-observable@4.0.0: {} @@ -36531,12 +35675,6 @@ snapshots: dependencies: is-number: 7.0.0 - to-source-code@1.0.2: - dependencies: - is-nil: 1.0.1 - - toggle-selection@1.0.6: {} - toidentifier@1.0.1: {} token-types@4.2.1: @@ -36562,18 +35700,12 @@ snapshots: tr46@0.0.3: {} - tr46@1.0.1: - dependencies: - punycode: 2.3.0 - tr46@3.0.0: dependencies: punycode: 2.3.0 traverse@0.3.9: {} - traverse@0.6.7: {} - tree-kill@1.2.2: {} trim-newlines@3.0.1: {} @@ -36842,8 +35974,6 @@ snapshots: typedarray@0.0.6: {} - typeface-open-sans@0.0.75: {} - typescript@4.9.4: {} ua-parser-js@0.7.33: {} @@ -36882,11 +36012,6 @@ snapshots: inherits: 2.0.4 xtend: 4.0.2 - unicode-byte-truncate@1.0.0: - dependencies: - is-integer: 1.0.7 - unicode-substring: 0.1.0 - unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-match-property-ecmascript@2.0.0: @@ -36898,8 +36023,6 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unicode-substring@0.1.0: {} - unified-engine@11.2.2: dependencies: '@types/concat-stream': 2.0.3 @@ -37131,12 +36254,6 @@ snapshots: optionalDependencies: '@types/react': 17.0.53 - use-isomorphic-layout-effect@1.1.2(@types/react@18.3.3)(react@18.3.1): - dependencies: - react: 18.3.1 - optionalDependencies: - '@types/react': 18.3.3 - use-latest@1.2.1(@types/react@17.0.53)(react@17.0.2): dependencies: react: 17.0.2 @@ -37366,8 +36483,6 @@ snapshots: webidl-conversions@3.0.1: {} - webidl-conversions@4.0.2: {} - webidl-conversions@7.0.0: {} webpack-bundle-analyzer@4.10.1: @@ -37604,12 +36719,6 @@ snapshots: tr46: 0.0.3 webidl-conversions: 3.0.1 - whatwg-url@7.1.0: - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - which-boxed-primitive@1.0.2: dependencies: is-bigint: 1.0.4