From abcb514b7207fe7dd4b539025ab158c2d038a292 Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 12:57:11 +0300 Subject: [PATCH 1/8] Upgrade Next.js and other compatible deps --- apps/charterafrica/package.json | 9 +- apps/codeforafrica/package.json | 2 +- apps/commons-ui-docs/package.json | 22 +- apps/pesayetu/package.json | 27 +- apps/promisetracker/package.json | 3 +- package.json | 2 +- packages/commons-ui-next/package.json | 2 +- .../commons-ui-next/src/Link/Link.snap.js | 2 +- .../commons-ui-testing-library/package.json | 2 +- pnpm-lock.yaml | 21191 +++++++--------- 10 files changed, 9175 insertions(+), 12087 deletions(-) diff --git a/apps/charterafrica/package.json b/apps/charterafrica/package.json index 6a312d02b..93b94bdd0 100644 --- a/apps/charterafrica/package.json +++ b/apps/charterafrica/package.json @@ -36,9 +36,8 @@ "db-rollback": "migrate-mongo down" }, "dependencies": { - "@aws-sdk/abort-controller": "^3.310.0", - "@aws-sdk/client-s3": "^3.327.0", - "@aws-sdk/lib-storage": "^3.327.0", + "@aws-sdk/client-s3": "^3.417.0", + "@aws-sdk/lib-storage": "^3.417.0", "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", "@emotion/cache": "^11.11.0", @@ -47,7 +46,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.0", "@mui/utils": "^5.12.3", - "@next/env": "~13.3.4", + "@next/env": "^13.5.2", "@nivo/core": "^0.80.0", "@nivo/pie": "^0.80.0", "@nivo/tooltip": "^0.80.0", @@ -63,7 +62,7 @@ "migrate-mongo": "^10.0.0", "monaco-editor": "^0.38.0", "nanoid": "^4.0.2", - "next": "~13.4.11", + "next": "^13.5.2", "next-seo": "^5.15.0", "nodemailer-sendgrid": "^1.0.3", "payload": "^1.11.8", diff --git a/apps/codeforafrica/package.json b/apps/codeforafrica/package.json index 3e1f0ed68..c9b5efa0b 100644 --- a/apps/codeforafrica/package.json +++ b/apps/codeforafrica/package.json @@ -51,7 +51,7 @@ "jsdom": "^21.1.2", "marked": "^4.3.0", "nanoid": "^4.0.2", - "next": "~13.4.11", + "next": "^13.5.2", "next-seo": "^5.15.0", "prop-types": "^15.8.1", "react": "^18.2.0", diff --git a/apps/commons-ui-docs/package.json b/apps/commons-ui-docs/package.json index 2e4011bcf..e7aea5408 100644 --- a/apps/commons-ui-docs/package.json +++ b/apps/commons-ui-docs/package.json @@ -36,8 +36,8 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.0", "@mui/utils": "^5.12.3", - "@next/env": "~13.3.4", - "next": "~13.4.11", + "@next/env": "^13.5.2", + "next": "^13.5.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -45,14 +45,14 @@ "devDependencies": { "@babel/core": "^7.22.9", "@babel/preset-react": "^7.22.5", - "@storybook/addon-essentials": "^7.1.1", - "@storybook/addon-interactions": "^7.0.8", - "@storybook/addon-links": "^7.1.1", - "@storybook/blocks": "^7.1.0", - "@storybook/cli": "^7.0.8", - "@storybook/nextjs": "^7.0.8", - "@storybook/react": "^7.0.8", - "@storybook/testing-library": "0.0.14-next.2", + "@storybook/addon-essentials": "^7.4.3", + "@storybook/addon-interactions": "^7.4.3", + "@storybook/addon-links": "^7.4.3", + "@storybook/blocks": "^7.4.3", + "@storybook/cli": "^7.4.3", + "@storybook/nextjs": "^7.4.3", + "@storybook/react": "^7.4.3", + "@storybook/testing-library": "0.2.1", "@types/node": "^18.11.9", "@types/react": "^18.2.15", "eslint": "^8.39.0", @@ -60,7 +60,7 @@ "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-import": "^2.27.5", "prettier": "^3.0.0", - "storybook": "^7.0.27", + "storybook": "^7.4.3", "typescript": "^4.9.5", "webpack": "^5.82.0" }, diff --git a/apps/pesayetu/package.json b/apps/pesayetu/package.json index 81e7ce010..ad0119624 100644 --- a/apps/pesayetu/package.json +++ b/apps/pesayetu/package.json @@ -47,7 +47,7 @@ "deepmerge": "^4.2.2", "leaflet": "^1.9.3", "lodash": "^4.17.21", - "next": "~13.3.4", + "next": "^13.5.2", "next-images": "^1.8.1", "next-seo": "^5.15.0", "next-transpile-modules": "^9.1.0", @@ -82,15 +82,15 @@ "@commons-ui/testing-library": "workspace:*", "@material-ui/codemod": "^4.5.0", "@playwright/test": "^1.33.0", - "@storybook/addon-actions": "7.0.8", - "@storybook/addon-essentials": "^7.0.8", - "@storybook/addon-links": "^7.0.8", - "@storybook/addons": "^7.0.8", - "@storybook/client-api": "^7.0.8", - "@storybook/components": "7.0.8", - "@storybook/core-events": "7.0.8", - "@storybook/react": "7.0.8", - "@storybook/theming": "7.0.8", + "@storybook/addon-actions": "^7.4.3", + "@storybook/addon-essentials": "^7.4.3", + "@storybook/addon-links": "^7.4.3", + "@storybook/addons": "^7.4.3", + "@storybook/client-api": "^7.4.3", + "@storybook/components": "^7.4.3", + "@storybook/core-events": "^7.4.3", + "@storybook/react": "^7.4.3", + "@storybook/theming": "^7.4.3", "@svgr/webpack": "^6.5.1", "@types/node": "^18.11.9", "@types/react": "^18.2.5", @@ -102,7 +102,7 @@ "eslint": "^8.39.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-commons-ui": "workspace:*", - "eslint-config-next": "^11.0.1", + "eslint-config-next": "^13.5.2", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-babel-module": "^5.3.1", "eslint-plugin-import": "^2.27.5", @@ -110,7 +110,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-module-resolver": "^1.4.0", - "eslint-plugin-prettier": "5.0.0-alpha.2", + "eslint-plugin-prettier": "5.0.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "graphql": "^15.5.1", @@ -120,13 +120,10 @@ "jest": "^29.5.0", "jest-config-commons-ui": "workspace:*", "jscodeshift": "^0.13.0", - "lint-staged": "^13.2.0", "next-sitemap": "^1.6.192", "playwright-config-commons-ui": "workspace:*", "prettier": "^3.0.0", "react-test-renderer": "^18.2.0", - "storybook-addon-material-ui": "^0.9.0-alpha.24", - "storybook-addon-next-router": "^3.0.5", "svg-url-loader": "^7.1.1", "typescript": "^4.9.5" }, diff --git a/apps/promisetracker/package.json b/apps/promisetracker/package.json index c6273efbb..679cf6056 100644 --- a/apps/promisetracker/package.json +++ b/apps/promisetracker/package.json @@ -32,7 +32,6 @@ "@mui/styles": "^5.12.3", "@mui/utils": "^5.12.3", "@sentry/nextjs": "^7.67.0", - "@svgr/webpack": "^6.5.1", "clsx": "^2.0.0", "date-fns": "^2.30.0", "form-data": "^4.0.0", @@ -41,7 +40,7 @@ "formik-mui-lab": "^1.0.0", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", - "next": "~13.4.11", + "next": "^13.5.2", "next-auth": "^4.22.3", "next-seo": "^5.15.0", "papaparse": "^5.4.1", diff --git a/package.json b/package.json index d6979c24a..48a3a6b55 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^8.39.0", "eslint-config-commons-ui": "workspace:*", "husky": "^8.0.3", - "lint-staged": "^13.2.3", + "lint-staged": "^14.0.1", "playwright-config-commons-ui": "workspace:*", "prettier": "^3.0.0", "turbo": "^1.9.3" diff --git a/packages/commons-ui-next/package.json b/packages/commons-ui-next/package.json index 4476ebf49..faaff92a4 100644 --- a/packages/commons-ui-next/package.json +++ b/packages/commons-ui-next/package.json @@ -40,7 +40,7 @@ "eslint-config-commons-ui": "workspace:*", "jest": "^29.5.0", "jest-config-commons-ui": "workspace:*", - "next": "~13.4.11", + "next": "^13.5.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/commons-ui-next/src/Link/Link.snap.js b/packages/commons-ui-next/src/Link/Link.snap.js index d6b8eab2a..87676a140 100644 --- a/packages/commons-ui-next/src/Link/Link.snap.js +++ b/packages/commons-ui-next/src/Link/Link.snap.js @@ -3,7 +3,7 @@ exports[` renders unchanged 1`] = `
Home diff --git a/packages/commons-ui-testing-library/package.json b/packages/commons-ui-testing-library/package.json index 6bbbb5720..93486dc5f 100644 --- a/packages/commons-ui-testing-library/package.json +++ b/packages/commons-ui-testing-library/package.json @@ -60,7 +60,7 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@testing-library/jest-dom": "^5.16.5", + "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "prop-types": "^15.8.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b85181c62..f10898e66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: "6.0" +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: devDependencies: @@ -14,10 +18,10 @@ importers: version: 2.26.2 "@playwright/test": specifier: ^1.33.0 - version: 1.33.0 + version: 1.38.0 eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:packages/eslint-config-commons-ui @@ -25,29 +29,26 @@ importers: specifier: ^8.0.3 version: 8.0.3 lint-staged: - specifier: ^13.2.3 - version: 13.2.3 + specifier: ^14.0.1 + version: 14.0.1 playwright-config-commons-ui: specifier: workspace:* version: link:packages/playwright-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 turbo: specifier: ^1.9.3 - version: 1.9.3 + version: 1.10.14 apps/charterafrica: dependencies: - "@aws-sdk/abort-controller": - specifier: ^3.310.0 - version: 3.310.0 "@aws-sdk/client-s3": - specifier: ^3.327.0 - version: 3.327.0 + specifier: ^3.417.0 + version: 3.417.0 "@aws-sdk/lib-storage": - specifier: ^3.327.0 - version: 3.327.0(@aws-sdk/abort-controller@3.310.0)(@aws-sdk/client-s3@3.327.0) + specifier: ^3.417.0 + version: 3.417.0(@aws-sdk/client-s3@3.417.0) "@commons-ui/core": specifier: workspace:* version: link:../../packages/commons-ui-core @@ -59,22 +60,22 @@ importers: version: 11.11.0 "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/server": specifier: ^11.10.0 - version: 11.10.0 + version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.12.3 - version: 5.12.3(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@next/env": - specifier: ~13.3.4 - version: 13.3.4 + specifier: ^13.5.2 + version: 13.5.2 "@nivo/core": specifier: ^0.80.0 version: 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) @@ -89,31 +90,31 @@ importers: version: 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) "@payloadcms/plugin-cloud-storage": specifier: ^1.0.16 - version: 1.0.16(@aws-sdk/client-s3@3.327.0)(@aws-sdk/lib-storage@3.327.0)(payload@1.11.8) + version: 1.0.19(@aws-sdk/client-s3@3.417.0)(@aws-sdk/lib-storage@3.417.0)(payload@1.15.6) "@payloadcms/plugin-nested-docs": specifier: ^1.0.6 - version: 1.0.6(payload@1.11.8)(react@18.2.0) + version: 1.0.6(payload@1.15.6)(react@18.2.0) "@payloadcms/plugin-seo": specifier: ^1.0.13 - version: 1.0.13(payload@1.11.8)(react@18.2.0) + version: 1.0.13(payload@1.15.6)(react@18.2.0) "@sentry/nextjs": specifier: ^7.67.0 - version: 7.67.0(next@13.4.11)(react@18.2.0)(webpack@5.82.0) + version: 7.70.0(next@13.5.2)(react@18.2.0)(webpack@5.88.2) airtable: specifier: ^0.12.1 - version: 0.12.1 + version: 0.12.2 dotenv: specifier: ^16.0.3 - version: 16.0.3 + version: 16.3.1 express: specifier: ^4.18.2 version: 4.18.2 leaflet: specifier: ^1.9.3 - version: 1.9.3 + version: 1.9.4 migrate-mongo: specifier: ^10.0.0 - version: 10.0.0(mongodb@4.16.0) + version: 10.0.0(mongodb@5.9.0) monaco-editor: specifier: ^0.38.0 version: 0.38.0 @@ -121,17 +122,17 @@ importers: specifier: ^4.0.2 version: 4.0.2 next: - specifier: ~13.4.11 - version: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + specifier: ^13.5.2 + version: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) next-seo: specifier: ^5.15.0 - version: 5.15.0(next@13.4.11)(react-dom@18.2.0)(react@18.2.0) + version: 5.15.0(next@13.5.2)(react-dom@18.2.0)(react@18.2.0) nodemailer-sendgrid: specifier: ^1.0.3 version: 1.0.3 payload: specifier: ^1.11.8 - version: 1.11.8(@types/react@18.2.15)(typescript@4.9.5) + version: 1.15.6(@types/react@18.2.22)(typescript@4.9.5) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -146,7 +147,7 @@ importers: version: 18.2.0(react@18.2.0) react-leaflet: specifier: ^4.2.1 - version: 4.2.1(leaflet@1.9.3)(react-dom@18.2.0)(react@18.2.0) + version: 4.2.1(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0) react-share: specifier: ^4.4.1 version: 4.4.1(react@18.2.0) @@ -167,65 +168,65 @@ importers: version: 1.3.0(react@18.2.0) video.js: specifier: ^8.3.0 - version: 8.3.0 + version: 8.5.2 videojs-youtube: specifier: ^3.0.1 - version: 3.0.1(video.js@8.3.0) + version: 3.0.1(video.js@8.5.2) devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@babel/register": specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@babel/runtime": specifier: ^7.21.5 - version: 7.21.5 + version: 7.22.15 "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library "@playwright/test": specifier: ^1.33.0 - version: 1.33.0 + version: 1.38.0 "@svgr/webpack": specifier: ^6.5.1 version: 6.5.1 "@swc/core": specifier: ^1.3.56 - version: 1.3.56 + version: 1.3.86 "@types/express": specifier: ^4.17.17 version: 4.17.17 "@types/node": specifier: ^18.11.9 - version: 18.11.9 + version: 18.17.18 "@types/react": specifier: ^18.2.15 - version: 18.2.15 + version: 18.2.22 babel-jest: specifier: ^29.5.0 - version: 29.5.0(@babel/core@7.22.9) + version: 29.7.0(@babel/core@7.22.20) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-webpack: specifier: ^0.13.2 - version: 0.13.2(eslint-plugin-import@2.27.5)(webpack@5.82.0) + version: 0.13.7(eslint-plugin-import@2.28.1)(webpack@5.88.2) eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0) + version: 2.28.1(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0) identity-obj-proxy: specifier: ^3.0.0 version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -237,19 +238,19 @@ importers: version: link:../../packages/playwright-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react-test-renderer: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@swc/core@1.3.56)(@types/node@18.11.9)(typescript@4.9.5) + version: 10.9.1(@swc/core@1.3.86)(@types/node@18.17.18)(typescript@4.9.5) typescript: specifier: ^4.9.5 version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + version: 5.88.2(@swc/core@1.3.86)(webpack-cli@4.10.0) apps/codeforafrica: dependencies: @@ -264,31 +265,31 @@ importers: version: 11.11.0 "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/server": specifier: ^11.10.0 - version: 11.10.0 + version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@googlemaps/react-wrapper": specifier: ^1.1.35 version: 1.1.35(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.12.3 - version: 5.12.3(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@tryghost/content-api": specifier: ^1.11.9 - version: 1.11.9 + version: 1.11.16 camelcase-keys: specifier: ^8.0.2 version: 8.0.2 dompurify: specifier: ^2.4.5 - version: 2.4.5 + version: 2.4.7 fast-equals: specifier: ^4.0.3 version: 4.0.3 @@ -311,11 +312,11 @@ importers: specifier: ^4.0.2 version: 4.0.2 next: - specifier: ~13.4.11 - version: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + specifier: ^13.5.2 + version: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) next-seo: specifier: ^5.15.0 - version: 5.15.0(next@13.4.11)(react-dom@18.2.0)(react@18.2.0) + version: 5.15.0(next@13.5.2)(react-dom@18.2.0)(react@18.2.0) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -340,46 +341,46 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library "@playwright/test": specifier: ^1.33.0 - version: 1.33.0 + version: 1.38.0 "@svgr/webpack": specifier: ^6.5.1 version: 6.5.1 "@types/node": specifier: ^18.11.9 - version: 18.11.9 + version: 18.17.18 "@types/react": specifier: ^18.2.15 - version: 18.2.15 + version: 18.2.22 babel-jest: specifier: ^29.5.0 - version: 29.5.0(@babel/core@7.22.9) + version: 29.7.0(@babel/core@7.22.20) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-webpack: specifier: ^0.13.2 - version: 0.13.2(eslint-plugin-import@2.27.5)(webpack@5.82.0) + version: 0.13.7(eslint-plugin-import@2.28.1)(webpack@5.88.2) eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0) + version: 2.28.1(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0) identity-obj-proxy: specifier: ^3.0.0 version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -391,7 +392,7 @@ importers: version: link:../../packages/playwright-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react-test-renderer: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) @@ -400,7 +401,7 @@ importers: version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + version: 5.88.2 apps/commons-ui-docs: dependencies: @@ -415,25 +416,25 @@ importers: version: 11.11.0 "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/server": specifier: ^11.10.0 - version: 11.10.0 + version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.12.3 - version: 5.12.3(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@next/env": - specifier: ~13.3.4 - version: 13.3.4 + specifier: ^13.5.2 + version: 13.5.2 next: - specifier: ~13.4.11 - version: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + specifier: ^13.5.2 + version: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -446,100 +447,100 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@storybook/addon-essentials": - specifier: ^7.1.1 - version: 7.1.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@storybook/addon-interactions": - specifier: ^7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@storybook/addon-links": - specifier: ^7.1.1 - version: 7.1.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(react-dom@18.2.0)(react@18.2.0) "@storybook/blocks": - specifier: ^7.1.0 - version: 7.1.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@storybook/cli": - specifier: ^7.0.8 - version: 7.0.8 + specifier: ^7.4.3 + version: 7.4.3 "@storybook/nextjs": - specifier: ^7.0.8 - version: 7.0.8(@babel/core@7.22.9)(esbuild@0.17.18)(next@13.4.11)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.82.0) + specifier: ^7.4.3 + version: 7.4.3(@swc/core@1.3.86)(@types/react@18.2.22)(esbuild@0.18.20)(next@13.5.2)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.88.2) "@storybook/react": - specifier: ^7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + specifier: ^7.4.3 + version: 7.4.3(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) "@storybook/testing-library": - specifier: 0.0.14-next.2 - version: 0.0.14-next.2 + specifier: 0.2.1 + version: 0.2.1 "@types/node": specifier: ^18.11.9 - version: 18.11.9 + version: 18.17.18 "@types/react": specifier: ^18.2.15 - version: 18.2.15 + version: 18.2.22 eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-webpack: specifier: ^0.13.2 - version: 0.13.2(eslint-plugin-import@2.27.5)(webpack@5.82.0) + version: 0.13.7(eslint-plugin-import@2.28.1)(webpack@5.88.2) eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0) + version: 2.28.1(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0) prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 storybook: - specifier: ^7.0.27 - version: 7.0.27 + specifier: ^7.4.3 + version: 7.4.3 typescript: specifier: ^4.9.5 version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(esbuild@0.17.18) + version: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) apps/pesayetu: dependencies: "@apollo/client": specifier: ^3.7.17 - version: 3.7.17(graphql@15.5.1)(react-dom@18.2.0)(react@18.2.0) + version: 3.8.4(graphql@15.8.0)(react-dom@18.2.0)(react@18.2.0) "@commons-ui/core": specifier: ^0.1.0 - version: 0.1.0(@mui/material@5.14.0)(@mui/styles@5.12.3)(react-dom@18.2.0)(react@18.2.0)(simplebar-react@2.4.3) + version: 0.1.0(@mui/material@5.14.10)(@mui/styles@5.14.10)(react-dom@18.2.0)(react@18.2.0)(simplebar-react@2.4.3) "@commons-ui/next": specifier: workspace:* version: link:../../packages/commons-ui-next "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@mui/lab": specifier: 5.0.0-alpha.123 - version: 5.0.0-alpha.123(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/material@5.14.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0-alpha.123(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.10)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/styles": specifier: ^5.12.3 - version: 5.12.3(@types/react@18.2.15)(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@mui/utils": specifier: ^5.12.3 - version: 5.12.3(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@reactour/tour": specifier: ^3.4.0 - version: 3.4.0(react@18.2.0) + version: 3.6.1(react@18.2.0) aws-sdk: specifier: ^2.1005.0 - version: 2.1005.0 + version: 2.1462.0 clsx: specifier: ^1.2.1 version: 1.2.1 @@ -551,19 +552,19 @@ importers: version: 4.3.1 leaflet: specifier: ^1.9.3 - version: 1.9.3 + version: 1.9.4 lodash: specifier: ^4.17.21 version: 4.17.21 next: - specifier: ~13.3.4 - version: 13.3.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + specifier: ^13.5.2 + version: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) next-images: specifier: ^1.8.1 - version: 1.8.1(webpack@5.82.0) + version: 1.8.5(webpack@5.88.2) next-seo: specifier: ^5.15.0 - version: 5.15.0(next@13.3.4)(react-dom@18.2.0)(react@18.2.0) + version: 5.15.0(next@13.5.2)(react-dom@18.2.0)(react@18.2.0) next-transpile-modules: specifier: ^9.1.0 version: 9.1.0 @@ -572,7 +573,7 @@ importers: version: 5.4.1 plaiceholder: specifier: ^2.0.1 - version: 2.0.1(sharp@0.31.3) + version: 2.5.0(sharp@0.31.3) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -581,22 +582,22 @@ importers: version: 18.2.0 react-copy-to-clipboard: specifier: ^5.0.4 - version: 5.0.4(react@18.2.0) + version: 5.1.0(react@18.2.0) react-dom: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-leaflet: specifier: ^4.2.1 - version: 4.2.1(leaflet@1.9.3)(react-dom@18.2.0)(react@18.2.0) + version: 4.2.1(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0) react-multi-carousel: specifier: ^2.6.3 - version: 2.6.3 + version: 2.8.4 react-share: specifier: ^4.4.1 version: 4.4.1(react@18.2.0) react-vega: specifier: ^7.4.4 - version: 7.4.4(react@18.2.0)(vega-lite@5.1.1)(vega@5.23.0) + version: 7.6.0(react@18.2.0)(vega-lite@5.15.0)(vega@5.25.0) sharp: specifier: ^0.31.3 version: 0.31.3 @@ -608,152 +609,152 @@ importers: version: 1.3.0(react@18.2.0) vega: specifier: ^5.23.0 - version: 5.23.0 + version: 5.25.0 vega-embed: specifier: ^6.18.2 - version: 6.18.2(vega-lite@5.1.1)(vega@5.23.0) + version: 6.22.2(vega-lite@5.15.0)(vega@5.25.0) vega-lite: specifier: ^5.1.1 - version: 5.1.1(vega@5.23.0) + version: 5.15.0(vega@5.25.0) vega-tooltip: specifier: ^0.27.0 version: 0.27.0 video.js: specifier: ^8.3.0 - version: 8.3.0 + version: 8.5.2 videojs-youtube: specifier: ^3.0.1 - version: 3.0.1(video.js@8.3.0) + version: 3.0.1(video.js@8.5.2) webpack: specifier: ^5.82.0 - version: 5.82.0(esbuild@0.17.18) + version: 5.88.2(esbuild@0.18.20) xlsx: specifier: ^0.17.1 - version: 0.17.1 + version: 0.17.5 devDependencies: "@babel/core": specifier: ^7.21.8 - version: 7.22.9 + version: 7.22.20 "@babel/eslint-parser": specifier: ^7.21.8 - version: 7.21.8(@babel/core@7.22.9)(eslint@8.39.0) + version: 7.22.15(@babel/core@7.22.20)(eslint@8.49.0) "@babel/plugin-proposal-nullish-coalescing-operator": specifier: ^7.14.5 - version: 7.18.6(@babel/core@7.22.9) + version: 7.18.6(@babel/core@7.22.20) "@babel/preset-env": specifier: ^7.21.5 - version: 7.21.5(@babel/core@7.22.9) + version: 7.22.20(@babel/core@7.22.20) "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library "@material-ui/codemod": specifier: ^4.5.0 - version: 4.5.0(jscodeshift@0.13.0) + version: 4.5.1(jscodeshift@0.13.1) "@playwright/test": specifier: ^1.33.0 - version: 1.33.0 + version: 1.38.0 "@storybook/addon-actions": - specifier: 7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@storybook/addon-essentials": - specifier: ^7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@storybook/addon-links": - specifier: ^7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(react-dom@18.2.0)(react@18.2.0) "@storybook/addons": - specifier: ^7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(react-dom@18.2.0)(react@18.2.0) "@storybook/client-api": - specifier: ^7.0.8 - version: 7.0.8 + specifier: ^7.4.3 + version: 7.4.3 "@storybook/components": - specifier: 7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@storybook/core-events": - specifier: 7.0.8 - version: 7.0.8 + specifier: ^7.4.3 + version: 7.4.3 "@storybook/react": - specifier: 7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + specifier: ^7.4.3 + version: 7.4.3(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) "@storybook/theming": - specifier: 7.0.8 - version: 7.0.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.4.3 + version: 7.4.3(react-dom@18.2.0)(react@18.2.0) "@svgr/webpack": specifier: ^6.5.1 version: 6.5.1 "@types/node": specifier: ^18.11.9 - version: 18.11.9 + version: 18.17.18 "@types/react": specifier: ^18.2.5 - version: 18.2.15 + version: 18.2.22 apollo-link-rest: specifier: ^0.8.0-beta.0 - version: 0.8.0-beta.0(@apollo/client@3.7.17)(graphql-anywhere@4.2.7)(graphql@15.5.1)(qs@6.11.2) + version: 0.8.0(@apollo/client@3.8.4)(graphql-anywhere@4.2.8)(graphql@15.8.0)(qs@6.11.2) babel-jest: specifier: ^29.5.0 - version: 29.5.0(@babel/core@7.22.9) + version: 29.7.0(@babel/core@7.22.20) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.22.9)(webpack@5.82.0) + version: 9.1.3(@babel/core@7.22.20)(webpack@5.88.2) babel-plugin-module-resolver: specifier: ^4.0.0 - version: 4.0.0 + version: 4.1.0 babel-plugin-transform-imports: specifier: ^2.0.0 version: 2.0.0 eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-airbnb: specifier: ^19.0.4 - version: 19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0) + version: 19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.49.0) eslint-config-commons-ui: specifier: workspace:* version: link:../../packages/eslint-config-commons-ui eslint-config-next: - specifier: ^11.0.1 - version: 11.0.1(eslint@8.39.0)(next@13.3.4)(typescript@4.9.5) + specifier: ^13.5.2 + version: 13.5.2(eslint@8.49.0)(typescript@4.9.5) eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.39.0) + version: 8.10.0(eslint@8.49.0) eslint-import-resolver-babel-module: specifier: ^5.3.1 - version: 5.3.1(@babel/core@7.22.9)(babel-plugin-module-resolver@4.0.0) + version: 5.3.2(@babel/core@7.22.20)(babel-plugin-module-resolver@4.1.0) eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) + version: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) eslint-plugin-json: specifier: ^3.1.0 version: 3.1.0 eslint-plugin-jsx-a11y: specifier: ^6.7.1 - version: 6.7.1(eslint@8.39.0) + version: 6.7.1(eslint@8.49.0) eslint-plugin-markdown: specifier: ^3.0.0 - version: 3.0.0(eslint@8.39.0) + version: 3.0.1(eslint@8.49.0) eslint-plugin-module-resolver: specifier: ^1.4.0 - version: 1.4.0 + version: 1.5.0 eslint-plugin-prettier: - specifier: 5.0.0-alpha.2 - version: 5.0.0-alpha.2(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@3.0.0) + specifier: 5.0.0 + version: 5.0.0(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@3.0.3) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.39.0) + version: 7.33.2(eslint@8.49.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.39.0) + version: 4.6.0(eslint@8.49.0) graphql: specifier: ^15.5.1 - version: 15.5.1 + version: 15.8.0 graphql-anywhere: specifier: ^4.2.7 - version: 4.2.7(graphql@15.5.1) + version: 4.2.8(graphql@15.8.0) husky: specifier: ^8.0.3 version: 8.0.3 @@ -762,37 +763,28 @@ importers: version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui jscodeshift: specifier: ^0.13.0 - version: 0.13.0(@babel/preset-env@7.21.5) - lint-staged: - specifier: ^13.2.0 - version: 13.2.2 + version: 0.13.1(@babel/preset-env@7.22.20) next-sitemap: specifier: ^1.6.192 - version: 1.6.192(next@13.3.4) + version: 1.9.12(next@13.5.2) playwright-config-commons-ui: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react-test-renderer: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) - storybook-addon-material-ui: - specifier: ^0.9.0-alpha.24 - version: 0.9.0-alpha.24(@material-ui/core@4.12.4)(@storybook/addons@7.0.8)(@storybook/react@7.0.8)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - storybook-addon-next-router: - specifier: ^3.0.5 - version: 3.0.5(@storybook/addon-actions@7.0.8)(@storybook/addons@7.0.8)(@storybook/client-api@7.0.8)(next@13.3.4)(react-dom@18.2.0)(react@18.2.0) svg-url-loader: specifier: ^7.1.1 - version: 7.1.1(webpack@5.82.0) + version: 7.1.1(webpack@5.88.2) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -807,34 +799,31 @@ importers: version: link:../../packages/commons-ui-next "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/server": specifier: ^11.10.0 - version: 11.10.0 + version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@mui/icons-material": specifier: ^5.11.16 - version: 5.11.16(@mui/material@5.14.0)(@types/react@18.2.15)(react@18.2.0) + version: 5.14.9(@mui/material@5.14.10)(@types/react@18.2.22)(react@18.2.0) "@mui/lab": specifier: 5.0.0-alpha.123 - version: 5.0.0-alpha.123(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/material@5.14.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0-alpha.123(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.10)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/styles": specifier: ^5.12.3 - version: 5.12.3(@types/react@18.2.15)(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@mui/utils": specifier: ^5.12.3 - version: 5.12.3(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@sentry/nextjs": specifier: ^7.67.0 - version: 7.67.0(next@13.4.11)(react@18.2.0)(webpack@5.82.0) - "@svgr/webpack": - specifier: ^6.5.1 - version: 6.5.1 + version: 7.70.0(next@13.5.2)(react@18.2.0)(webpack@5.88.2) clsx: specifier: ^2.0.0 version: 2.0.0 @@ -846,13 +835,13 @@ importers: version: 4.0.0 formik: specifier: ^2.4.2 - version: 2.4.2(react@18.2.0) + version: 2.4.5(react@18.2.0) formik-mui: specifier: 5.0.0-alpha.0 - version: 5.0.0-alpha.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/material@5.14.0)(formik@2.4.2)(react@18.2.0)(tiny-warning@1.0.3) + version: 5.0.0-alpha.0(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.10)(formik@2.4.5)(react@18.2.0)(tiny-warning@1.0.3) formik-mui-lab: specifier: ^1.0.0 - version: 1.0.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/lab@5.0.0-alpha.123)(@mui/material@5.14.0)(formik@2.4.2)(react@18.2.0)(tiny-warning@1.0.3) + version: 1.0.0(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/lab@5.0.0-alpha.123)(@mui/material@5.14.10)(formik@2.4.5)(react@18.2.0)(tiny-warning@1.0.3) jwt-decode: specifier: ^3.1.2 version: 3.1.2 @@ -860,14 +849,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 next: - specifier: ~13.4.11 - version: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + specifier: ^13.5.2 + version: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) next-auth: specifier: ^4.22.3 - version: 4.22.3(next@13.4.11)(react-dom@18.2.0)(react@18.2.0) + version: 4.23.1(next@13.5.2)(react-dom@18.2.0)(react@18.2.0) next-seo: specifier: ^5.15.0 - version: 5.15.0(next@13.4.11)(react-dom@18.2.0)(react@18.2.0) + version: 5.15.0(next@13.5.2)(react-dom@18.2.0)(react@18.2.0) papaparse: specifier: ^5.4.1 version: 5.4.1 @@ -901,46 +890,49 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-env": specifier: ^7.21.5 - version: 7.21.5(@babel/core@7.22.9) + version: 7.22.20(@babel/core@7.22.20) "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library "@playwright/test": specifier: ^1.33.0 - version: 1.33.0 + version: 1.38.0 + "@svgr/webpack": + specifier: ^6.2.1 + version: 6.5.1 "@types/node": specifier: ^18.11.9 - version: 18.11.9 + version: 18.17.18 "@types/react": specifier: ^18.2.15 - version: 18.2.15 + version: 18.2.22 babel-jest: specifier: ^29.5.0 - version: 29.5.0(@babel/core@7.22.9) + version: 29.7.0(@babel/core@7.22.20) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-webpack: specifier: ^0.13.2 - version: 0.13.2(eslint-plugin-import@2.27.5)(webpack@5.82.0) + version: 0.13.7(eslint-plugin-import@2.28.1)(webpack@5.88.2) eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0) + version: 2.28.1(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0) identity-obj-proxy: specifier: ^3.0.0 version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -949,7 +941,7 @@ importers: version: link:../../packages/playwright-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react-test-renderer: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) @@ -958,7 +950,7 @@ importers: version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + version: 5.88.2 packages/commons-ui-core: dependencies: @@ -968,34 +960,34 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@commons-ui/testing-library": specifier: workspace:* version: link:../commons-ui-testing-library "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.12.3 - version: 5.12.3(react@18.2.0) + version: 5.14.10(@types/react@18.2.22)(react@18.2.0) "@types/react": specifier: ^18.2.15 - version: 18.2.15 + version: 18.2.22 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.22.9)(webpack@5.82.0) + version: 9.1.3(@babel/core@7.22.20)(webpack@5.88.2) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../eslint-config-commons-ui @@ -1004,13 +996,13 @@ importers: version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -1028,7 +1020,7 @@ importers: version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + version: 5.88.2 packages/commons-ui-next: dependencies: @@ -1038,10 +1030,10 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@commons-ui/core": specifier: workspace:* version: link:../commons-ui-core @@ -1050,25 +1042,25 @@ importers: version: link:../commons-ui-testing-library "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.22.9)(webpack@5.82.0) + version: 9.1.3(@babel/core@7.22.20)(webpack@5.88.2) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../eslint-config-commons-ui jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui next: - specifier: ~13.4.11 - version: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + specifier: ^13.5.2 + version: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -1086,13 +1078,13 @@ importers: version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + version: 5.88.2 packages/commons-ui-testing-library: dependencies: "@testing-library/jest-dom": - specifier: ^5.16.5 - version: 5.16.5 + specifier: ^6.1.3 + version: 6.1.3(jest@29.7.0) "@testing-library/react": specifier: ^14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) @@ -1102,28 +1094,28 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@emotion/react": specifier: ^11.10.8 - version: 11.10.8(@types/react@18.2.15)(react@18.2.0) + version: 11.11.1(@types/react@18.2.22)(react@18.2.0) "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) "@mui/material": specifier: ^5.14.0 - version: 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) "@types/react": specifier: ^18.2.15 - version: 18.2.15 + version: 18.2.22 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.22.9)(webpack@5.82.0) + version: 9.1.3(@babel/core@7.22.20)(webpack@5.88.2) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../eslint-config-commons-ui @@ -1132,13 +1124,13 @@ importers: version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -1153,74 +1145,74 @@ importers: version: 4.9.5 webpack: specifier: ^5.82.0 - version: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + version: 5.88.2 packages/eslint-config-commons-ui: dependencies: "@babel/eslint-parser": specifier: ^7.22.9 - version: 7.22.9(@babel/core@7.22.9)(eslint@8.39.0) + version: 7.22.15(@babel/core@7.22.20)(eslint@8.49.0) "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@next/eslint-plugin-next": - specifier: ~13.4.12 - version: 13.4.12 + specifier: ^13.5.2 + version: 13.5.2 eslint-config-airbnb: specifier: ^19.0.4 - version: 19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0) + version: 19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.49.0) eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.39.0) + version: 8.10.0(eslint@8.49.0) eslint-config-turbo: specifier: ^1.9.4 - version: 1.9.4(eslint@8.39.0) + version: 1.10.14(eslint@8.49.0) eslint-import-resolver-jsconfig: specifier: ^1.1.0 version: 1.1.0 eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) + version: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) eslint-plugin-jest: specifier: ^27.2.3 - version: 27.2.3(eslint@8.39.0)(typescript@4.9.5) + version: 27.4.0(eslint@8.49.0)(typescript@4.9.5) eslint-plugin-jest-dom: specifier: ^5.0.1 - version: 5.0.1(@testing-library/dom@9.2.0)(eslint@8.39.0) + version: 5.1.0(eslint@8.49.0) eslint-plugin-json: specifier: ^3.1.0 version: 3.1.0 eslint-plugin-jsx-a11y: specifier: ^6.7.1 - version: 6.7.1(eslint@8.39.0) + version: 6.7.1(eslint@8.49.0) eslint-plugin-markdown: specifier: ^3.0.0 - version: 3.0.0(eslint@8.39.0) + version: 3.0.1(eslint@8.49.0) eslint-plugin-playwright: - specifier: ^0.12.0 - version: 0.12.0(eslint-plugin-jest@27.2.3)(eslint@8.39.0) + specifier: ^0.16.0 + version: 0.16.0(eslint-plugin-jest@27.4.0)(eslint@8.49.0) eslint-plugin-prettier: - specifier: 5.0.0-alpha.2 - version: 5.0.0-alpha.2(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@3.0.0) + specifier: 5.0.0 + version: 5.0.0(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@3.0.3) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.39.0) + version: 7.33.2(eslint@8.49.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.39.0) + version: 4.6.0(eslint@8.49.0) eslint-plugin-testing-library: - specifier: ^5.10.3 - version: 5.10.3(eslint@8.39.0)(typescript@4.9.5) + specifier: ^6.0.1 + version: 6.0.1(eslint@8.49.0)(typescript@4.9.5) devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -1232,20 +1224,20 @@ importers: dependencies: jest-environment-jsdom: specifier: ^29.6.4 - version: 29.6.4 + version: 29.7.0 devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-env": specifier: ^7.21.5 - version: 7.21.5(@babel/core@7.22.9) + version: 7.22.20(@babel/core@7.22.20) "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../eslint-config-commons-ui @@ -1254,10 +1246,10 @@ importers: version: 3.0.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -1269,25 +1261,25 @@ importers: devDependencies: "@babel/core": specifier: ^7.22.9 - version: 7.22.9 + version: 7.22.20 "@babel/preset-env": specifier: ^7.21.5 - version: 7.21.5(@babel/core@7.22.9) + version: 7.22.20(@babel/core@7.22.20) "@babel/preset-react": specifier: ^7.22.5 - version: 7.22.5(@babel/core@7.22.9) + version: 7.22.15(@babel/core@7.22.20) "@playwright/test": specifier: ^1.33.0 - version: 1.33.0 + version: 1.38.0 eslint: specifier: ^8.39.0 - version: 8.39.0 + version: 8.49.0 eslint-config-commons-ui: specifier: workspace:* version: link:../eslint-config-commons-ui prettier: specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -1296,6 +1288,13 @@ importers: version: 4.9.5 packages: + /@aashutoshrathi/word-wrap@1.2.6: + resolution: + { + integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, + } + engines: { node: ">=0.10.0" } + /@actions/exec@1.1.1: resolution: { @@ -1312,10 +1311,10 @@ packages: } dev: true - /@adobe/css-tools@4.2.0: + /@adobe/css-tools@4.3.1: resolution: { - integrity: sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==, + integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==, } dev: false @@ -1327,12 +1326,12 @@ packages: engines: { node: ">=6.0.0" } dependencies: "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + "@jridgewell/trace-mapping": 0.3.19 - /@apollo/client@3.7.17(graphql@15.5.1)(react-dom@18.2.0)(react@18.2.0): + /@apollo/client@3.8.4(graphql@15.8.0)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-0EErSHEtKPNl5wgWikHJbKFAzJ/k11O0WO2QyqZSHpdxdAnw7UWHY4YiLbHCFG7lhrD+NTQ3Z/H9Jn4rcikoJA==, + integrity: sha512-QFXE4ylSHUa6LgYoOGsPysJCm4YJOOM1NwHyF6msZdZXIerqUVpLvxQOdQEXgS0RWvYiBMC1wGOWKzJKSWBdAg==, } peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -1350,27 +1349,27 @@ packages: subscriptions-transport-ws: optional: true dependencies: - "@graphql-typed-document-node/core": 3.2.0(graphql@15.5.1) + "@graphql-typed-document-node/core": 3.2.0(graphql@15.8.0) "@wry/context": 0.7.3 "@wry/equality": 0.5.6 "@wry/trie": 0.4.3 - graphql: 15.5.1 - graphql-tag: 2.12.6(graphql@15.5.1) + graphql: 15.8.0 + graphql-tag: 2.12.6(graphql@15.8.0) hoist-non-react-statics: 3.3.2 - optimism: 0.16.2 + optimism: 0.17.5 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) response-iterator: 0.2.6 symbol-observable: 4.0.0 ts-invariant: 0.10.3 - tslib: 2.5.0 + tslib: 2.6.2 zen-observable-ts: 1.2.5 - /@aw-web-design/x-default-browser@1.4.88: + /@aw-web-design/x-default-browser@1.4.126: resolution: { - integrity: sha512-AkEmF0wcwYC2QkhK703Y83fxWARttIWXDmQN8+cof8FmFZ5BRhnNXGymeb1S73bOCLfWjYELxtujL56idCN/XA==, + integrity: sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==, } hasBin: true dependencies: @@ -1384,7 +1383,7 @@ packages: } dependencies: "@aws-crypto/util": 3.0.0 - "@aws-sdk/types": 3.310.0 + "@aws-sdk/types": 3.413.0 tslib: 1.14.1 dev: false @@ -1395,7 +1394,7 @@ packages: } dependencies: "@aws-crypto/util": 3.0.0 - "@aws-sdk/types": 3.310.0 + "@aws-sdk/types": 3.413.0 tslib: 1.14.1 dev: false @@ -1417,7 +1416,7 @@ packages: "@aws-crypto/ie11-detection": 3.0.0 "@aws-crypto/supports-web-crypto": 3.0.0 "@aws-crypto/util": 3.0.0 - "@aws-sdk/types": 3.310.0 + "@aws-sdk/types": 3.413.0 "@aws-sdk/util-locate-window": 3.310.0 "@aws-sdk/util-utf8-browser": 3.259.0 tslib: 1.14.1 @@ -1433,7 +1432,7 @@ packages: "@aws-crypto/sha256-js": 3.0.0 "@aws-crypto/supports-web-crypto": 3.0.0 "@aws-crypto/util": 3.0.0 - "@aws-sdk/types": 3.310.0 + "@aws-sdk/types": 3.413.0 "@aws-sdk/util-locate-window": 3.310.0 "@aws-sdk/util-utf8-browser": 3.259.0 tslib: 1.14.1 @@ -1446,7 +1445,7 @@ packages: } dependencies: "@aws-crypto/util": 3.0.0 - "@aws-sdk/types": 3.310.0 + "@aws-sdk/types": 3.413.0 tslib: 1.14.1 dev: false @@ -1465,10760 +1464,7720 @@ packages: integrity: sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==, } dependencies: - "@aws-sdk/types": 3.310.0 + "@aws-sdk/types": 3.413.0 "@aws-sdk/util-utf8-browser": 3.259.0 tslib: 1.14.1 dev: false - /@aws-sdk/abort-controller@3.310.0: - resolution: - { - integrity: sha512-v1zrRQxDLA1MdPim159Vx/CPHqsB4uybSxRi1CnfHO5ZjHryx3a5htW2gdGAykVCul40+yJXvfpufMrELVxH+g==, - } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.5.0 - dev: false - - /@aws-sdk/chunked-blob-reader@3.310.0: - resolution: - { - integrity: sha512-CrJS3exo4mWaLnWxfCH+w88Ou0IcAZSIkk4QbmxiHl/5Dq705OLoxf4385MVyExpqpeVJYOYQ2WaD8i/pQZ2fg==, - } - dependencies: - tslib: 2.6.1 - dev: false - - /@aws-sdk/client-cognito-identity@3.385.0: + /@aws-sdk/client-cognito-identity@3.414.0: resolution: { - integrity: sha512-fRXZhxvBBeK/Jxb+sLPhyQmcduNSugSKJDz474A/wLK5UIuDOnKhDTjsa0OXMpY5DkqwdYLwDcGZtxUbEZ8DCQ==, + integrity: sha512-U9J0R/22eftQjY6JeAzXXYSgA+T6vx/jDsBBWBIKTjCZPBmmVOb2A4/d4sxHMxjh6Ms3DolpocE5FCbB9eGBEg==, } engines: { node: ">=14.0.0" } + requiresBuild: true dependencies: "@aws-crypto/sha256-browser": 3.0.0 "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/client-sts": 3.385.0 - "@aws-sdk/credential-provider-node": 3.385.0 - "@aws-sdk/middleware-host-header": 3.379.1 - "@aws-sdk/middleware-logger": 3.378.0 - "@aws-sdk/middleware-recursion-detection": 3.378.0 - "@aws-sdk/middleware-signing": 3.379.1 - "@aws-sdk/middleware-user-agent": 3.382.0 - "@aws-sdk/types": 3.378.0 - "@aws-sdk/util-endpoints": 3.382.0 - "@aws-sdk/util-user-agent-browser": 3.378.0 - "@aws-sdk/util-user-agent-node": 3.378.0 - "@smithy/config-resolver": 2.0.1 - "@smithy/fetch-http-handler": 2.0.1 - "@smithy/hash-node": 2.0.1 - "@smithy/invalid-dependency": 2.0.1 - "@smithy/middleware-content-length": 2.0.1 - "@smithy/middleware-endpoint": 2.0.1 - "@smithy/middleware-retry": 2.0.1 - "@smithy/middleware-serde": 2.0.1 - "@smithy/middleware-stack": 2.0.0 - "@smithy/node-config-provider": 2.0.1 - "@smithy/node-http-handler": 2.0.1 - "@smithy/protocol-http": 2.0.1 - "@smithy/smithy-client": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/url-parser": 2.0.1 + "@aws-sdk/client-sts": 3.414.0 + "@aws-sdk/credential-provider-node": 3.414.0 + "@aws-sdk/middleware-host-header": 3.413.0 + "@aws-sdk/middleware-logger": 3.413.0 + "@aws-sdk/middleware-recursion-detection": 3.413.0 + "@aws-sdk/middleware-signing": 3.413.0 + "@aws-sdk/middleware-user-agent": 3.413.0 + "@aws-sdk/region-config-resolver": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-endpoints": 3.413.0 + "@aws-sdk/util-user-agent-browser": 3.413.0 + "@aws-sdk/util-user-agent-node": 3.413.0 + "@smithy/config-resolver": 2.0.10 + "@smithy/fetch-http-handler": 2.1.5 + "@smithy/hash-node": 2.0.9 + "@smithy/invalid-dependency": 2.0.9 + "@smithy/middleware-content-length": 2.0.11 + "@smithy/middleware-endpoint": 2.0.9 + "@smithy/middleware-retry": 2.0.12 + "@smithy/middleware-serde": 2.0.9 + "@smithy/middleware-stack": 2.0.2 + "@smithy/node-config-provider": 2.0.12 + "@smithy/node-http-handler": 2.1.5 + "@smithy/protocol-http": 3.0.5 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 "@smithy/util-base64": 2.0.0 "@smithy/util-body-length-browser": 2.0.0 - "@smithy/util-body-length-node": 2.0.0 - "@smithy/util-defaults-mode-browser": 2.0.1 - "@smithy/util-defaults-mode-node": 2.0.1 - "@smithy/util-retry": 2.0.0 + "@smithy/util-body-length-node": 2.1.0 + "@smithy/util-defaults-mode-browser": 2.0.10 + "@smithy/util-defaults-mode-node": 2.0.12 + "@smithy/util-retry": 2.0.2 "@smithy/util-utf8": 2.0.0 - tslib: 2.6.1 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false optional: true - /@aws-sdk/client-s3@3.327.0: + /@aws-sdk/client-s3@3.417.0: resolution: { - integrity: sha512-gEchcni8JwSlU8vz+jn1Up9Rn8uMQdq/qB776tMaxWFBlruGIn71yN2/TYEzF7VRPvmpwNPWA6ox16fJ/7y2dw==, + integrity: sha512-xf8QAzncgiHuvB6942WqzFHVjf2Lg6vmx/PsbvnuZ318cryOHK0ijS6yC7FTSmaTxJkCJe0Q3oh3pRYhpP6hyA==, } engines: { node: ">=14.0.0" } dependencies: "@aws-crypto/sha1-browser": 3.0.0 "@aws-crypto/sha256-browser": 3.0.0 "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/client-sts": 3.327.0 - "@aws-sdk/config-resolver": 3.310.0 - "@aws-sdk/credential-provider-node": 3.327.0 - "@aws-sdk/eventstream-serde-browser": 3.310.0 - "@aws-sdk/eventstream-serde-config-resolver": 3.310.0 - "@aws-sdk/eventstream-serde-node": 3.310.0 - "@aws-sdk/fetch-http-handler": 3.310.0 - "@aws-sdk/hash-blob-browser": 3.310.0 - "@aws-sdk/hash-node": 3.310.0 - "@aws-sdk/hash-stream-node": 3.310.0 - "@aws-sdk/invalid-dependency": 3.310.0 - "@aws-sdk/md5-js": 3.310.0 - "@aws-sdk/middleware-bucket-endpoint": 3.310.0 - "@aws-sdk/middleware-content-length": 3.325.0 - "@aws-sdk/middleware-endpoint": 3.325.0 - "@aws-sdk/middleware-expect-continue": 3.325.0 - "@aws-sdk/middleware-flexible-checksums": 3.326.0 - "@aws-sdk/middleware-host-header": 3.325.0 - "@aws-sdk/middleware-location-constraint": 3.325.0 - "@aws-sdk/middleware-logger": 3.325.0 - "@aws-sdk/middleware-recursion-detection": 3.325.0 - "@aws-sdk/middleware-retry": 3.327.0 - "@aws-sdk/middleware-sdk-s3": 3.326.0 - "@aws-sdk/middleware-serde": 3.325.0 - "@aws-sdk/middleware-signing": 3.325.0 - "@aws-sdk/middleware-ssec": 3.325.0 - "@aws-sdk/middleware-stack": 3.325.0 - "@aws-sdk/middleware-user-agent": 3.327.0 - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/node-http-handler": 3.321.1 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/signature-v4-multi-region": 3.310.0 - "@aws-sdk/smithy-client": 3.325.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/url-parser": 3.310.0 - "@aws-sdk/util-base64": 3.310.0 - "@aws-sdk/util-body-length-browser": 3.310.0 - "@aws-sdk/util-body-length-node": 3.310.0 - "@aws-sdk/util-defaults-mode-browser": 3.325.0 - "@aws-sdk/util-defaults-mode-node": 3.325.0 - "@aws-sdk/util-endpoints": 3.327.0 - "@aws-sdk/util-retry": 3.327.0 - "@aws-sdk/util-stream-browser": 3.310.0 - "@aws-sdk/util-stream-node": 3.321.1 - "@aws-sdk/util-user-agent-browser": 3.310.0 - "@aws-sdk/util-user-agent-node": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - "@aws-sdk/util-waiter": 3.310.0 + "@aws-sdk/client-sts": 3.414.0 + "@aws-sdk/credential-provider-node": 3.414.0 + "@aws-sdk/middleware-bucket-endpoint": 3.413.0 + "@aws-sdk/middleware-expect-continue": 3.413.0 + "@aws-sdk/middleware-flexible-checksums": 3.413.0 + "@aws-sdk/middleware-host-header": 3.413.0 + "@aws-sdk/middleware-location-constraint": 3.413.0 + "@aws-sdk/middleware-logger": 3.413.0 + "@aws-sdk/middleware-recursion-detection": 3.413.0 + "@aws-sdk/middleware-sdk-s3": 3.414.0 + "@aws-sdk/middleware-signing": 3.413.0 + "@aws-sdk/middleware-ssec": 3.413.0 + "@aws-sdk/middleware-user-agent": 3.413.0 + "@aws-sdk/region-config-resolver": 3.413.0 + "@aws-sdk/signature-v4-multi-region": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-endpoints": 3.413.0 + "@aws-sdk/util-user-agent-browser": 3.413.0 + "@aws-sdk/util-user-agent-node": 3.413.0 "@aws-sdk/xml-builder": 3.310.0 - fast-xml-parser: 4.1.2 - tslib: 2.5.0 - transitivePeerDependencies: - - "@aws-sdk/signature-v4-crt" - - aws-crt - dev: false - - /@aws-sdk/client-sso-oidc@3.327.0: - resolution: - { - integrity: sha512-sN7uvHT2TYkLRTNnfrdeWoJoryeWOEuEwd4i52AKSq6QBgRnQm897yAe3y4Pe9vjz3F38butgfx+PKwD0xJQFw==, - } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-crypto/sha256-browser": 3.0.0 - "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/config-resolver": 3.310.0 - "@aws-sdk/fetch-http-handler": 3.310.0 - "@aws-sdk/hash-node": 3.310.0 - "@aws-sdk/invalid-dependency": 3.310.0 - "@aws-sdk/middleware-content-length": 3.325.0 - "@aws-sdk/middleware-endpoint": 3.325.0 - "@aws-sdk/middleware-host-header": 3.325.0 - "@aws-sdk/middleware-logger": 3.325.0 - "@aws-sdk/middleware-recursion-detection": 3.325.0 - "@aws-sdk/middleware-retry": 3.327.0 - "@aws-sdk/middleware-serde": 3.325.0 - "@aws-sdk/middleware-stack": 3.325.0 - "@aws-sdk/middleware-user-agent": 3.327.0 - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/node-http-handler": 3.321.1 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/smithy-client": 3.325.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/url-parser": 3.310.0 - "@aws-sdk/util-base64": 3.310.0 - "@aws-sdk/util-body-length-browser": 3.310.0 - "@aws-sdk/util-body-length-node": 3.310.0 - "@aws-sdk/util-defaults-mode-browser": 3.325.0 - "@aws-sdk/util-defaults-mode-node": 3.325.0 - "@aws-sdk/util-endpoints": 3.327.0 - "@aws-sdk/util-retry": 3.327.0 - "@aws-sdk/util-user-agent-browser": 3.310.0 - "@aws-sdk/util-user-agent-node": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 + "@smithy/config-resolver": 2.0.10 + "@smithy/eventstream-serde-browser": 2.0.9 + "@smithy/eventstream-serde-config-resolver": 2.0.9 + "@smithy/eventstream-serde-node": 2.0.9 + "@smithy/fetch-http-handler": 2.1.5 + "@smithy/hash-blob-browser": 2.0.9 + "@smithy/hash-node": 2.0.9 + "@smithy/hash-stream-node": 2.0.9 + "@smithy/invalid-dependency": 2.0.9 + "@smithy/md5-js": 2.0.9 + "@smithy/middleware-content-length": 2.0.11 + "@smithy/middleware-endpoint": 2.0.9 + "@smithy/middleware-retry": 2.0.12 + "@smithy/middleware-serde": 2.0.9 + "@smithy/middleware-stack": 2.0.2 + "@smithy/node-config-provider": 2.0.12 + "@smithy/node-http-handler": 2.1.5 + "@smithy/protocol-http": 3.0.5 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 + "@smithy/util-base64": 2.0.0 + "@smithy/util-body-length-browser": 2.0.0 + "@smithy/util-body-length-node": 2.1.0 + "@smithy/util-defaults-mode-browser": 2.0.10 + "@smithy/util-defaults-mode-node": 2.0.12 + "@smithy/util-retry": 2.0.2 + "@smithy/util-stream": 2.0.12 + "@smithy/util-utf8": 2.0.0 + "@smithy/util-waiter": 2.0.9 + fast-xml-parser: 4.2.5 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sso@3.327.0: + /@aws-sdk/client-sso@3.414.0: resolution: { - integrity: sha512-4cJzDs5GHSED47QYo3LSgqX+CBtKV0lp6HugkX5pvERB+FGCNLenUcSzyU93BCV2oWUP4K+m7dxV6h3RmD4/ow==, + integrity: sha512-GvRwQ7wA3edzsQEKS70ZPhkOUZ62PAiXasjp6GxrsADEb8sV1z4FxXNl9Un/7fQxKkh9QYaK1Wu1PmhLi9MLMg==, } engines: { node: ">=14.0.0" } dependencies: "@aws-crypto/sha256-browser": 3.0.0 "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/config-resolver": 3.310.0 - "@aws-sdk/fetch-http-handler": 3.310.0 - "@aws-sdk/hash-node": 3.310.0 - "@aws-sdk/invalid-dependency": 3.310.0 - "@aws-sdk/middleware-content-length": 3.325.0 - "@aws-sdk/middleware-endpoint": 3.325.0 - "@aws-sdk/middleware-host-header": 3.325.0 - "@aws-sdk/middleware-logger": 3.325.0 - "@aws-sdk/middleware-recursion-detection": 3.325.0 - "@aws-sdk/middleware-retry": 3.327.0 - "@aws-sdk/middleware-serde": 3.325.0 - "@aws-sdk/middleware-stack": 3.325.0 - "@aws-sdk/middleware-user-agent": 3.327.0 - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/node-http-handler": 3.321.1 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/smithy-client": 3.325.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/url-parser": 3.310.0 - "@aws-sdk/util-base64": 3.310.0 - "@aws-sdk/util-body-length-browser": 3.310.0 - "@aws-sdk/util-body-length-node": 3.310.0 - "@aws-sdk/util-defaults-mode-browser": 3.325.0 - "@aws-sdk/util-defaults-mode-node": 3.325.0 - "@aws-sdk/util-endpoints": 3.327.0 - "@aws-sdk/util-retry": 3.327.0 - "@aws-sdk/util-user-agent-browser": 3.310.0 - "@aws-sdk/util-user-agent-node": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/middleware-host-header": 3.413.0 + "@aws-sdk/middleware-logger": 3.413.0 + "@aws-sdk/middleware-recursion-detection": 3.413.0 + "@aws-sdk/middleware-user-agent": 3.413.0 + "@aws-sdk/region-config-resolver": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-endpoints": 3.413.0 + "@aws-sdk/util-user-agent-browser": 3.413.0 + "@aws-sdk/util-user-agent-node": 3.413.0 + "@smithy/config-resolver": 2.0.10 + "@smithy/fetch-http-handler": 2.1.5 + "@smithy/hash-node": 2.0.9 + "@smithy/invalid-dependency": 2.0.9 + "@smithy/middleware-content-length": 2.0.11 + "@smithy/middleware-endpoint": 2.0.9 + "@smithy/middleware-retry": 2.0.12 + "@smithy/middleware-serde": 2.0.9 + "@smithy/middleware-stack": 2.0.2 + "@smithy/node-config-provider": 2.0.12 + "@smithy/node-http-handler": 2.1.5 + "@smithy/protocol-http": 3.0.5 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 + "@smithy/util-base64": 2.0.0 + "@smithy/util-body-length-browser": 2.0.0 + "@smithy/util-body-length-node": 2.1.0 + "@smithy/util-defaults-mode-browser": 2.0.10 + "@smithy/util-defaults-mode-node": 2.0.12 + "@smithy/util-retry": 2.0.2 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sso@3.382.0: + /@aws-sdk/client-sts@3.414.0: resolution: { - integrity: sha512-ge11t4hJllOF8pBNF0p1X52lLqUsLGAoey24fvk3fyvvczeLpegGYh2kdLG0iwFTDgRxaUqK+kboH5Wy9ux/pw==, + integrity: sha512-xeYH3si6Imp1EWolWn1zuxJJu2AXKwXl1HDftQULwC5AWkm1mNFbXYSJN4hQul1IM+kn+JTRB0XRHByQkKhe+Q==, } engines: { node: ">=14.0.0" } dependencies: "@aws-crypto/sha256-browser": 3.0.0 "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/middleware-host-header": 3.379.1 - "@aws-sdk/middleware-logger": 3.378.0 - "@aws-sdk/middleware-recursion-detection": 3.378.0 - "@aws-sdk/middleware-user-agent": 3.382.0 - "@aws-sdk/types": 3.378.0 - "@aws-sdk/util-endpoints": 3.382.0 - "@aws-sdk/util-user-agent-browser": 3.378.0 - "@aws-sdk/util-user-agent-node": 3.378.0 - "@smithy/config-resolver": 2.0.1 - "@smithy/fetch-http-handler": 2.0.1 - "@smithy/hash-node": 2.0.1 - "@smithy/invalid-dependency": 2.0.1 - "@smithy/middleware-content-length": 2.0.1 - "@smithy/middleware-endpoint": 2.0.1 - "@smithy/middleware-retry": 2.0.1 - "@smithy/middleware-serde": 2.0.1 - "@smithy/middleware-stack": 2.0.0 - "@smithy/node-config-provider": 2.0.1 - "@smithy/node-http-handler": 2.0.1 - "@smithy/protocol-http": 2.0.1 - "@smithy/smithy-client": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/url-parser": 2.0.1 + "@aws-sdk/credential-provider-node": 3.414.0 + "@aws-sdk/middleware-host-header": 3.413.0 + "@aws-sdk/middleware-logger": 3.413.0 + "@aws-sdk/middleware-recursion-detection": 3.413.0 + "@aws-sdk/middleware-sdk-sts": 3.413.0 + "@aws-sdk/middleware-signing": 3.413.0 + "@aws-sdk/middleware-user-agent": 3.413.0 + "@aws-sdk/region-config-resolver": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-endpoints": 3.413.0 + "@aws-sdk/util-user-agent-browser": 3.413.0 + "@aws-sdk/util-user-agent-node": 3.413.0 + "@smithy/config-resolver": 2.0.10 + "@smithy/fetch-http-handler": 2.1.5 + "@smithy/hash-node": 2.0.9 + "@smithy/invalid-dependency": 2.0.9 + "@smithy/middleware-content-length": 2.0.11 + "@smithy/middleware-endpoint": 2.0.9 + "@smithy/middleware-retry": 2.0.12 + "@smithy/middleware-serde": 2.0.9 + "@smithy/middleware-stack": 2.0.2 + "@smithy/node-config-provider": 2.0.12 + "@smithy/node-http-handler": 2.1.5 + "@smithy/protocol-http": 3.0.5 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 "@smithy/util-base64": 2.0.0 "@smithy/util-body-length-browser": 2.0.0 - "@smithy/util-body-length-node": 2.0.0 - "@smithy/util-defaults-mode-browser": 2.0.1 - "@smithy/util-defaults-mode-node": 2.0.1 - "@smithy/util-retry": 2.0.0 + "@smithy/util-body-length-node": 2.1.0 + "@smithy/util-defaults-mode-browser": 2.0.10 + "@smithy/util-defaults-mode-node": 2.0.12 + "@smithy/util-retry": 2.0.2 "@smithy/util-utf8": 2.0.0 - tslib: 2.6.1 + fast-xml-parser: 4.2.5 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false - optional: true - /@aws-sdk/client-sts@3.327.0: + /@aws-sdk/credential-provider-cognito-identity@3.414.0: resolution: { - integrity: sha512-9gNE2QjcDZIVMSdSYkEX+biWkgn7yhk43j7Mj65o4vVWagv3S2ubDm/ofz4hfaZw16U3je/hyRxprGpT/iCABw==, + integrity: sha512-sAbp5HVy0YmvXUKkkTt8Tr5a5XNQMxshxI+pmXHLCHNpRATS9A6i7YHVNMGmERKGriFWZG0Q8qgKh1E+rvN7fQ==, } engines: { node: ">=14.0.0" } + requiresBuild: true dependencies: - "@aws-crypto/sha256-browser": 3.0.0 - "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/config-resolver": 3.310.0 - "@aws-sdk/credential-provider-node": 3.327.0 - "@aws-sdk/fetch-http-handler": 3.310.0 - "@aws-sdk/hash-node": 3.310.0 - "@aws-sdk/invalid-dependency": 3.310.0 - "@aws-sdk/middleware-content-length": 3.325.0 - "@aws-sdk/middleware-endpoint": 3.325.0 - "@aws-sdk/middleware-host-header": 3.325.0 - "@aws-sdk/middleware-logger": 3.325.0 - "@aws-sdk/middleware-recursion-detection": 3.325.0 - "@aws-sdk/middleware-retry": 3.327.0 - "@aws-sdk/middleware-sdk-sts": 3.326.0 - "@aws-sdk/middleware-serde": 3.325.0 - "@aws-sdk/middleware-signing": 3.325.0 - "@aws-sdk/middleware-stack": 3.325.0 - "@aws-sdk/middleware-user-agent": 3.327.0 - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/node-http-handler": 3.321.1 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/smithy-client": 3.325.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/url-parser": 3.310.0 - "@aws-sdk/util-base64": 3.310.0 - "@aws-sdk/util-body-length-browser": 3.310.0 - "@aws-sdk/util-body-length-node": 3.310.0 - "@aws-sdk/util-defaults-mode-browser": 3.325.0 - "@aws-sdk/util-defaults-mode-node": 3.325.0 - "@aws-sdk/util-endpoints": 3.327.0 - "@aws-sdk/util-retry": 3.327.0 - "@aws-sdk/util-user-agent-browser": 3.310.0 - "@aws-sdk/util-user-agent-node": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - fast-xml-parser: 4.1.2 - tslib: 2.6.1 + "@aws-sdk/client-cognito-identity": 3.414.0 + "@aws-sdk/types": 3.413.0 + "@smithy/property-provider": 2.0.10 + "@smithy/types": 2.3.3 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false + optional: true - /@aws-sdk/client-sts@3.385.0: + /@aws-sdk/credential-provider-env@3.413.0: resolution: { - integrity: sha512-VdSDwICW2cBttbdj1izu6VYflJbZZKu3/FSaJGuGu8SgTvRsa56g6E5xfbUfR/SCstuETObKLusSfQZ6yxUnzA==, + integrity: sha512-yeMOkfG20/RlzfPMtQuDB647AcPEvFEVYOWZzAWVJfldYQ5ybKr0d7sBkgG9sdAzGkK3Aw9dE4rigYI8EIqc1Q==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-crypto/sha256-browser": 3.0.0 - "@aws-crypto/sha256-js": 3.0.0 - "@aws-sdk/credential-provider-node": 3.385.0 - "@aws-sdk/middleware-host-header": 3.379.1 - "@aws-sdk/middleware-logger": 3.378.0 - "@aws-sdk/middleware-recursion-detection": 3.378.0 - "@aws-sdk/middleware-sdk-sts": 3.379.1 - "@aws-sdk/middleware-signing": 3.379.1 - "@aws-sdk/middleware-user-agent": 3.382.0 - "@aws-sdk/types": 3.378.0 - "@aws-sdk/util-endpoints": 3.382.0 - "@aws-sdk/util-user-agent-browser": 3.378.0 - "@aws-sdk/util-user-agent-node": 3.378.0 - "@smithy/config-resolver": 2.0.1 - "@smithy/fetch-http-handler": 2.0.1 - "@smithy/hash-node": 2.0.1 - "@smithy/invalid-dependency": 2.0.1 - "@smithy/middleware-content-length": 2.0.1 - "@smithy/middleware-endpoint": 2.0.1 - "@smithy/middleware-retry": 2.0.1 - "@smithy/middleware-serde": 2.0.1 - "@smithy/middleware-stack": 2.0.0 - "@smithy/node-config-provider": 2.0.1 - "@smithy/node-http-handler": 2.0.1 - "@smithy/protocol-http": 2.0.1 - "@smithy/smithy-client": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/url-parser": 2.0.1 - "@smithy/util-base64": 2.0.0 - "@smithy/util-body-length-browser": 2.0.0 - "@smithy/util-body-length-node": 2.0.0 - "@smithy/util-defaults-mode-browser": 2.0.1 - "@smithy/util-defaults-mode-node": 2.0.1 - "@smithy/util-retry": 2.0.0 - "@smithy/util-utf8": 2.0.0 - fast-xml-parser: 4.2.5 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/types": 3.413.0 + "@smithy/property-provider": 2.0.10 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/config-resolver@3.310.0: + /@aws-sdk/credential-provider-ini@3.414.0: resolution: { - integrity: sha512-8vsT+/50lOqfDxka9m/rRt6oxv1WuGZoP8oPMk0Dt+TxXMbAzf4+rejBgiB96wshI1k3gLokYRjSQZn+dDtT8g==, + integrity: sha512-rlpLLx70roJL/t40opWC96LbIASejdMbRlgSCRpK8b/hKngYDe5A7SRVacaw08vYrAywxRiybxpQOwOt9b++rA==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-config-provider": 3.310.0 - "@aws-sdk/util-middleware": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/credential-provider-env": 3.413.0 + "@aws-sdk/credential-provider-process": 3.413.0 + "@aws-sdk/credential-provider-sso": 3.414.0 + "@aws-sdk/credential-provider-web-identity": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@smithy/credential-provider-imds": 2.0.12 + "@smithy/property-provider": 2.0.10 + "@smithy/shared-ini-file-loader": 2.0.11 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + transitivePeerDependencies: + - aws-crt dev: false - /@aws-sdk/credential-provider-cognito-identity@3.385.0: + /@aws-sdk/credential-provider-node@3.414.0: resolution: { - integrity: sha512-NeWJgI2XdfO0ZM25KsfNx9CDmLByY3ymVc0ae4Os+bd8pJsFeo1rX3NSkyw8XGryEbOlVJ3Jz5W5huhjo4LvqQ==, + integrity: sha512-xlkcOUKeGHInxWKKrZKIPSBCUL/ozyCldJBjmMKEj7ZmBAEiDcjpMe3pZ//LibMkCSy0b/7jtyQBE/eaIT2o0A==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/client-cognito-identity": 3.385.0 - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@aws-sdk/credential-provider-env": 3.413.0 + "@aws-sdk/credential-provider-ini": 3.414.0 + "@aws-sdk/credential-provider-process": 3.413.0 + "@aws-sdk/credential-provider-sso": 3.414.0 + "@aws-sdk/credential-provider-web-identity": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@smithy/credential-provider-imds": 2.0.12 + "@smithy/property-provider": 2.0.10 + "@smithy/shared-ini-file-loader": 2.0.11 + "@smithy/types": 2.3.3 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false - optional: true - /@aws-sdk/credential-provider-env@3.310.0: + /@aws-sdk/credential-provider-process@3.413.0: resolution: { - integrity: sha512-vvIPQpI16fj95xwS7M3D48F7QhZJBnnCgB5lR+b7So+vsG9ibm1mZRVGzVpdxCvgyOhHFbvrby9aalNJmmIP1A==, + integrity: sha512-GFJdgS14GzJ1wc2DEnS44Z/34iBZ05CAkvDsLN2CMwcDgH4eZuif9/x0lwzIJBK3xVFHzYUeVvEzsqRPbCHRsw==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/property-provider": 2.0.10 + "@smithy/shared-ini-file-loader": 2.0.11 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-env@3.378.0: + /@aws-sdk/credential-provider-sso@3.414.0: resolution: { - integrity: sha512-B2OVdO9kBClDwGgWTBLAQwFV8qYTYGyVujg++1FZFSFMt8ORFdZ5fNpErvJtiSjYiOOQMzyBeSNhKyYNXCiJjQ==, + integrity: sha512-w9g2hlkZn7WekWICRqk+L33py7KrjYMFryVpkKXOx2pjDchCfZDr6pL1ml782GZ0L3qsob4SbNpbtp13JprnWQ==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@aws-sdk/client-sso": 3.414.0 + "@aws-sdk/token-providers": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@smithy/property-provider": 2.0.10 + "@smithy/shared-ini-file-loader": 2.0.11 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + transitivePeerDependencies: + - aws-crt dev: false - optional: true - /@aws-sdk/credential-provider-imds@3.310.0: + /@aws-sdk/credential-provider-web-identity@3.413.0: resolution: { - integrity: sha512-baxK7Zp6dai5AGW01FIW27xS2KAaPUmKLIXv5SvFYsUgXXvNW55im4uG3b+2gA0F7V+hXvVBH08OEqmwW6we5w==, + integrity: sha512-5cdA1Iq9JeEHtg59ERV9fdMQ7cS0JF6gH/BWA7HYEUGdSVPXCuwyEggPtG64QgpNU7SmxH+QdDG+Ldxz09ycIA==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/url-parser": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/property-provider": 2.0.10 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-ini@3.327.0: + /@aws-sdk/credential-providers@3.414.0: resolution: { - integrity: sha512-pB1wb5kbvg77ouXyDXXxZcDkShBq9bk10qdu5nGOlazC5dFZ61lKnVipd/3zkGm0PVdeac7PsHnbi+d8uRKE0Q==, + integrity: sha512-xv3cN/lu+HRroGWYWtqwBQ+guykyjSKHzYq6FlyfBZyjC6u8hoeNSNilFobIooJOXfrDM0LKr9L+uUlPE+0+lg==, } engines: { node: ">=14.0.0" } + requiresBuild: true dependencies: - "@aws-sdk/credential-provider-env": 3.310.0 - "@aws-sdk/credential-provider-imds": 3.310.0 - "@aws-sdk/credential-provider-process": 3.310.0 - "@aws-sdk/credential-provider-sso": 3.327.0 - "@aws-sdk/credential-provider-web-identity": 3.310.0 - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/shared-ini-file-loader": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/client-cognito-identity": 3.414.0 + "@aws-sdk/client-sso": 3.414.0 + "@aws-sdk/client-sts": 3.414.0 + "@aws-sdk/credential-provider-cognito-identity": 3.414.0 + "@aws-sdk/credential-provider-env": 3.413.0 + "@aws-sdk/credential-provider-ini": 3.414.0 + "@aws-sdk/credential-provider-node": 3.414.0 + "@aws-sdk/credential-provider-process": 3.413.0 + "@aws-sdk/credential-provider-sso": 3.414.0 + "@aws-sdk/credential-provider-web-identity": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@smithy/credential-provider-imds": 2.0.12 + "@smithy/property-provider": 2.0.10 + "@smithy/types": 2.3.3 + tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false + optional: true - /@aws-sdk/credential-provider-ini@3.385.0: + /@aws-sdk/lib-storage@3.417.0(@aws-sdk/client-s3@3.417.0): resolution: { - integrity: sha512-WBIR5GdfUzCGzynQYX/TuCXw3KJCkHBk6bVAsO1YmfR68XKVAxWmJPKovlK/rR6LIuV+iwUMNludO+SkmG0efg==, + integrity: sha512-L981uo/QCXTQW34zfvwN4iB0Xh6tFFq/lVaZfoTa2WvXT22+NxccbblyAdYckN3q+KasfcAQCP618t8Fk2BMwg==, } engines: { node: ">=14.0.0" } + peerDependencies: + "@aws-sdk/client-s3": ^3.0.0 dependencies: - "@aws-sdk/credential-provider-env": 3.378.0 - "@aws-sdk/credential-provider-process": 3.378.0 - "@aws-sdk/credential-provider-sso": 3.385.0 - "@aws-sdk/credential-provider-web-identity": 3.378.0 - "@aws-sdk/types": 3.378.0 - "@smithy/credential-provider-imds": 2.0.1 - "@smithy/property-provider": 2.0.1 - "@smithy/shared-ini-file-loader": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/client-s3": 3.417.0 + "@smithy/abort-controller": 2.0.9 + "@smithy/middleware-endpoint": 2.0.9 + "@smithy/smithy-client": 2.1.6 + buffer: 5.6.0 + events: 3.3.0 + stream-browserify: 3.0.0 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/credential-provider-node@3.327.0: + /@aws-sdk/middleware-bucket-endpoint@3.413.0: resolution: { - integrity: sha512-fHlS5/V8qfyPyxPcL609xnpEuDRW2KiVRsi4WkikYdJsUREDS1UeQ5AS9xFY1ARFeQuoFDjJ1XeiWYyKZep1yw==, + integrity: sha512-hHfaKg4rbpdgB6iMNLW/ubAJFsPFMNOV/hHpZ7BJVdA05fW6Zj6es+TSr7DM3j4Dv49ckhWY0P+JrSkM3FXXpg==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/credential-provider-env": 3.310.0 - "@aws-sdk/credential-provider-imds": 3.310.0 - "@aws-sdk/credential-provider-ini": 3.327.0 - "@aws-sdk/credential-provider-process": 3.310.0 - "@aws-sdk/credential-provider-sso": 3.327.0 - "@aws-sdk/credential-provider-web-identity": 3.310.0 - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/shared-ini-file-loader": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-arn-parser": 3.310.0 + "@smithy/node-config-provider": 2.0.12 + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + "@smithy/util-config-provider": 2.0.0 + tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-node@3.385.0: + /@aws-sdk/middleware-expect-continue@3.413.0: resolution: { - integrity: sha512-Lk8uu6jm/8OkbLX4Qnss8o5bnt0yQa0Tb7Azbh5/5otju5kStVAD2E+zMGrMP++NriGyZV87crduh0J8l4JUTA==, + integrity: sha512-14L4Fit+3EEVZNHCZKxua4vCrh+dGaaDfC5Ng3A8nILAqCsG2dhbDbUOwbnAaM8MCEVOgZS/NwUUlLA9AZfKgQ==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/credential-provider-env": 3.378.0 - "@aws-sdk/credential-provider-ini": 3.385.0 - "@aws-sdk/credential-provider-process": 3.378.0 - "@aws-sdk/credential-provider-sso": 3.385.0 - "@aws-sdk/credential-provider-web-identity": 3.378.0 - "@aws-sdk/types": 3.378.0 - "@smithy/credential-provider-imds": 2.0.1 - "@smithy/property-provider": 2.0.1 - "@smithy/shared-ini-file-loader": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/types": 3.413.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/credential-provider-process@3.310.0: + /@aws-sdk/middleware-flexible-checksums@3.413.0: resolution: { - integrity: sha512-h73sg6GPMUWC+3zMCbA1nZ2O03nNJt7G96JdmnantiXBwHpRKWW8nBTLzx5uhXn6hTuTaoQRP/P+oxQJKYdMmA==, + integrity: sha512-xb7WIxmyCQoBCnzaN+Widuan0PbNxYegKLOW4XheYz/v7lBEttIcGMu+OIAIQs3KlTb3dx8jqjSj2rMNnru8MQ==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/shared-ini-file-loader": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-crypto/crc32": 3.0.0 + "@aws-crypto/crc32c": 3.0.0 + "@aws-sdk/types": 3.413.0 + "@smithy/is-array-buffer": 2.0.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-process@3.378.0: + /@aws-sdk/middleware-host-header@3.413.0: resolution: { - integrity: sha512-KFTIy7u+wXj3eDua4rgS0tODzMnXtXhAm1RxzCW9FL5JLBBrd82ymCj1Dp72217Sw5Do6NjCnDTTNkCHZMA77w==, + integrity: sha512-r9PQx468EzPHo9wRzZLfgROpKtVdbkteMrdhsuM12bifVHjU1OHr7yfhc1OdWv39X8Xiv6F8n5r+RBQEM0S6+g==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/shared-ini-file-loader": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/credential-provider-sso@3.327.0: + /@aws-sdk/middleware-location-constraint@3.413.0: resolution: { - integrity: sha512-BiY87WKAgnBjN5Hfm2LBcJ/0gRnRwvBAG09MrsyTwGju8FYGV+e0YvFrT70CKFMUFD9t5/eztntox+q7sHOXkg==, + integrity: sha512-JecF1O1Lm8ZZtCgXHwJm0ZysVf8K0Z8DbrNMJfYkyfsP3CYuQNJbmjrehyRl7aCuxMJ16EUGdXgoP1M8TImLpA==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/client-sso": 3.327.0 - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/shared-ini-file-loader": 3.310.0 - "@aws-sdk/token-providers": 3.327.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/types": 3.413.0 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-sso@3.385.0: + /@aws-sdk/middleware-logger@3.413.0: resolution: { - integrity: sha512-ETFnS+4ZKTAgT8boVpIpRuXA9wWGpNqOcI1RXtjsaIgQ9s8uNn2JPa8l71gZh861mzBC8Hadp1EpNu+43w4lkg==, + integrity: sha512-jqcXDubcKvoqBy+kkEa0WoNjG6SveDeyNy+gdGnTV+DEtYjkcHrHJei4q0W5zFl0mzc+dP+z8tJF44rv95ZY3Q==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/client-sso": 3.382.0 - "@aws-sdk/token-providers": 3.385.0 - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/shared-ini-file-loader": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/types": 3.413.0 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/credential-provider-web-identity@3.310.0: + /@aws-sdk/middleware-recursion-detection@3.413.0: resolution: { - integrity: sha512-H4SzuZXILNhK6/IR1uVvsUDZvzc051hem7GLyYghBCu8mU+tq28YhKE8MfSroi6eL2e5Vujloij1OM2EQQkPkw==, + integrity: sha512-C6k0IKJk/A4/VBGwUjxEPG+WOjjnmWAZVRBUzaeM7PqRh+g5rLcuIV356ntV3pREVxyiSTePTYVYIHU9YXkLKQ==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-web-identity@3.378.0: + /@aws-sdk/middleware-sdk-s3@3.414.0: resolution: { - integrity: sha512-GWjydOszhc4xDF8xuPtBvboglXQr0gwCW1oHAvmLcOT38+Hd6qnKywnMSeoXYRPgoKfF9TkWQgW1jxplzCG0UA==, + integrity: sha512-IKTiYMWN/2HZtgBinrDOGq+gKYkM9h477AqVr7EXSfll+gM9phwJKEitgxje7IaCi8ViQcFKtTRly3eCLX6GIA==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-arn-parser": 3.310.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/credential-providers@3.385.0: + /@aws-sdk/middleware-sdk-sts@3.413.0: resolution: { - integrity: sha512-II4WAFMk061Ud6n1Pux+5T3FQe6gLIwmpF+QgMH97TxJZWFiKyhmJ1Z0VArjo1wwcEPMyIN21Ij91ayop8agwQ==, + integrity: sha512-t0u//JUyaEZRVnH5q+Ur3tWnuyIsTdwA0XOdDCZXcSlLYzGp2MI/tScLjn9IydRrceIFpFfmbjk4Nf/Q6TeBTQ==, } engines: { node: ">=14.0.0" } - requiresBuild: true dependencies: - "@aws-sdk/client-cognito-identity": 3.385.0 - "@aws-sdk/client-sso": 3.382.0 - "@aws-sdk/client-sts": 3.385.0 - "@aws-sdk/credential-provider-cognito-identity": 3.385.0 - "@aws-sdk/credential-provider-env": 3.378.0 - "@aws-sdk/credential-provider-ini": 3.385.0 - "@aws-sdk/credential-provider-node": 3.385.0 - "@aws-sdk/credential-provider-process": 3.378.0 - "@aws-sdk/credential-provider-sso": 3.385.0 - "@aws-sdk/credential-provider-web-identity": 3.378.0 - "@aws-sdk/types": 3.378.0 - "@smithy/credential-provider-imds": 2.0.1 - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt + "@aws-sdk/middleware-signing": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@aws-sdk/eventstream-codec@3.310.0: + /@aws-sdk/middleware-signing@3.413.0: resolution: { - integrity: sha512-clIeSgWbZbxwtsxZ/yoedNM0/kJFSIjjHPikuDGhxhqc+vP6TN3oYyVMFrYwFaTFhk2+S5wZcWYMw8Op1pWo+A==, + integrity: sha512-QFEnVvIKYPCermM+ESxEztgUgXzGSKpnPnohMYNvSZySqmOLu/4VvxiZbRO/BX9J3ZHcUgaw4vKm5VBZRrycxw==, } + engines: { node: ">=14.0.0" } dependencies: - "@aws-crypto/crc32": 3.0.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-hex-encoding": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/property-provider": 2.0.10 + "@smithy/protocol-http": 3.0.5 + "@smithy/signature-v4": 2.0.9 + "@smithy/types": 2.3.3 + "@smithy/util-middleware": 2.0.2 + tslib: 2.6.2 dev: false - /@aws-sdk/eventstream-serde-browser@3.310.0: + /@aws-sdk/middleware-ssec@3.413.0: resolution: { - integrity: sha512-3S6ziuQVALgEyz0TANGtYDVeG8ArK4Y05mcgrs8qUTmsvlDIXX37cR/DvmVbNB76M4IrsZeSAIajL9644CywkA==, + integrity: sha512-MQNksEnhjObNLgE2zRd0OltdijQuqHaArP3FygtdeE2bCXc/D5mCpUX8fgDC5grQIBNdRdaar2YL62UxFsHWrw==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/eventstream-serde-universal": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/eventstream-serde-config-resolver@3.310.0: + /@aws-sdk/middleware-user-agent@3.413.0: resolution: { - integrity: sha512-8s1Qdn9STj+sV75nUp9yt0W6fHS4BZ2jTm4Z/1Pcbvh2Gqs0WjH5n2StS+pDW5Y9J/HSGBl0ogmUr5lC5bXFHg==, + integrity: sha512-eVMJyeWxNBqerhfD+sE9sTjDtwQiECrfU6wpUQP5fGPhJD2cVVZPxuTuJGDZCu/4k/V61dF85IYlsPUNLdVQ6w==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-endpoints": 3.413.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/eventstream-serde-node@3.310.0: + /@aws-sdk/region-config-resolver@3.413.0: resolution: { - integrity: sha512-kSnRomCgW43K9TmQYuwN9+AoYPnhyOKroanUMyZEzJk7rpCPMj4OzaUpXfDYOvznFNYn7NLaH6nHLJAr0VPlJA==, + integrity: sha512-h90e6yyOhvoc+1F5vFk3C5mxwB8RSDEMKTO/fxexyur94seczZ1yxyYkTMZv30oc9RUiToABlHNrh/wxL7TZPQ==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/eventstream-serde-universal": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@smithy/node-config-provider": 2.0.12 + "@smithy/types": 2.3.3 + "@smithy/util-config-provider": 2.0.0 + "@smithy/util-middleware": 2.0.2 + tslib: 2.6.2 dev: false - /@aws-sdk/eventstream-serde-universal@3.310.0: + /@aws-sdk/signature-v4-multi-region@3.413.0: resolution: { - integrity: sha512-Qyjt5k/waV5cDukpgT824ISZAz5U0pwzLz5ztR409u85AGNkF/9n7MS+LSyBUBSb0WJ5pUeSD47WBk+nLq9Nhw==, + integrity: sha512-4USefVS5HPeJ8Yx0j6l84837adWGTifGpnltD+4mIgvpGp/hW3EkwvJko6i4cnLbeY8D2+8XvgT9YN1LUhvFmg==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/eventstream-codec": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/protocol-http": 3.0.5 + "@smithy/signature-v4": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/fetch-http-handler@3.310.0: + /@aws-sdk/token-providers@3.413.0: resolution: { - integrity: sha512-Bi9vIwzdkw1zMcvi/zGzlWS9KfIEnAq4NNhsnCxbQ4OoIRU9wvU+WGZdBBhxg0ZxZmpp1j1aZhU53lLjA07MHw==, + integrity: sha512-NfP1Ib9LAWVLMTOa/1aJwt4TRrlRrNyukCpVZGfNaMnNNEoP5Rakdbcs8KFVHe/MJzU+GdKVzxQ4TgRkLOGTrA==, } + engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/querystring-builder": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-base64": 3.310.0 - tslib: 2.6.1 + "@aws-crypto/sha256-browser": 3.0.0 + "@aws-crypto/sha256-js": 3.0.0 + "@aws-sdk/middleware-host-header": 3.413.0 + "@aws-sdk/middleware-logger": 3.413.0 + "@aws-sdk/middleware-recursion-detection": 3.413.0 + "@aws-sdk/middleware-user-agent": 3.413.0 + "@aws-sdk/types": 3.413.0 + "@aws-sdk/util-endpoints": 3.413.0 + "@aws-sdk/util-user-agent-browser": 3.413.0 + "@aws-sdk/util-user-agent-node": 3.413.0 + "@smithy/config-resolver": 2.0.10 + "@smithy/fetch-http-handler": 2.1.5 + "@smithy/hash-node": 2.0.9 + "@smithy/invalid-dependency": 2.0.9 + "@smithy/middleware-content-length": 2.0.11 + "@smithy/middleware-endpoint": 2.0.9 + "@smithy/middleware-retry": 2.0.12 + "@smithy/middleware-serde": 2.0.9 + "@smithy/middleware-stack": 2.0.2 + "@smithy/node-config-provider": 2.0.12 + "@smithy/node-http-handler": 2.1.5 + "@smithy/property-provider": 2.0.10 + "@smithy/protocol-http": 3.0.5 + "@smithy/shared-ini-file-loader": 2.0.11 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 + "@smithy/util-base64": 2.0.0 + "@smithy/util-body-length-browser": 2.0.0 + "@smithy/util-body-length-node": 2.1.0 + "@smithy/util-defaults-mode-browser": 2.0.10 + "@smithy/util-defaults-mode-node": 2.0.12 + "@smithy/util-retry": 2.0.2 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 + transitivePeerDependencies: + - aws-crt dev: false - /@aws-sdk/hash-blob-browser@3.310.0: + /@aws-sdk/types@3.413.0: resolution: { - integrity: sha512-OoR8p0cbypToysLT0v3o2oyjy6+DKrY7GNCAzHOHJK9xmqXCt+DsjKoPeiY7o1sWX2aN6Plmvubj/zWxMKEn/A==, + integrity: sha512-j1xib0f/TazIFc5ySIKOlT1ujntRbaoG4LJFeEezz4ji03/wSJMI8Vi4KjzpBp8J1tTu0oRDnsxRIGixsUBeYQ==, } + engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/chunked-blob-reader": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/hash-node@3.310.0: + /@aws-sdk/util-arn-parser@3.310.0: resolution: { - integrity: sha512-NvE2fhRc8GRwCXBfDehxVAWCmVwVMILliAKVPAEr4yz2CkYs0tqU51S48x23dtna07H4qHtgpeNqVTthcIQOEQ==, + integrity: sha512-jL8509owp/xB9+Or0pvn3Fe+b94qfklc2yPowZZIFAkFcCSIdkIglz18cPDWnYAcy9JGewpMS1COXKIUhZkJsA==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-buffer-from": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 + tslib: 2.6.2 dev: false - /@aws-sdk/hash-stream-node@3.310.0: + /@aws-sdk/util-endpoints@3.413.0: resolution: { - integrity: sha512-ZoXdybNgvMz1Hl6k/e32xVL3jmG5p2IEk5mTtLfFEuskTJ74Z+VMYKkkF1whyy7KQfH83H+TQGnsGtlRCchQKw==, + integrity: sha512-VAwr7cITNb1L6/2XUPIbCOuhKGm0VtKCRblurrfUF2bxqG/wtuw/2Fm4ahYJPyxklOSXAMSq+RHdFWcir0YB/g==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + tslib: 2.6.2 dev: false - /@aws-sdk/invalid-dependency@3.310.0: + /@aws-sdk/util-locate-window@3.310.0: resolution: { - integrity: sha512-1s5RG5rSPXoa/aZ/Kqr5U/7lqpx+Ry81GprQ2bxWqJvWQIJ0IRUwo5pk8XFxbKVr/2a+4lZT/c3OGoBOM1yRRA==, + integrity: sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==, } + engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 + tslib: 2.6.2 dev: false - /@aws-sdk/is-array-buffer@3.310.0: + /@aws-sdk/util-user-agent-browser@3.413.0: resolution: { - integrity: sha512-urnbcCR+h9NWUnmOtet/s4ghvzsidFmspfhYaHAmSRdy9yDjdjBJMFjjsn85A1ODUktztm+cVncXjQ38WCMjMQ==, + integrity: sha512-7j/qWcRO2OBZBre2fC6V6M0PAS9n7k6i+VtofPkkhxC2DZszLJElqnooF9hGmVGYK3zR47Np4WjURXKIEZclWg==, } - engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 + "@aws-sdk/types": 3.413.0 + "@smithy/types": 2.3.3 + bowser: 2.11.0 + tslib: 2.6.2 dev: false - /@aws-sdk/lib-storage@3.327.0(@aws-sdk/abort-controller@3.310.0)(@aws-sdk/client-s3@3.327.0): + /@aws-sdk/util-user-agent-node@3.413.0: resolution: { - integrity: sha512-JPraDOdOVICcCJP1Zc8+I20XCaLXcQtNpQc5gu6PEx+YqdV/HZJDgc6yB0b2pDIhYwTQCX6iHNYB9Pu3eSJUQQ==, + integrity: sha512-vHm9TVZIzfWMeDvdmoOky6VarqOt8Pr68CESHN0jyuO6XbhCDnr9rpaXiBhbSR+N1Qm7R/AfJgAhQyTMu2G1OA==, } engines: { node: ">=14.0.0" } peerDependencies: - "@aws-sdk/abort-controller": ^3.0.0 - "@aws-sdk/client-s3": ^3.0.0 + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true dependencies: - "@aws-sdk/abort-controller": 3.310.0 - "@aws-sdk/client-s3": 3.327.0 - "@aws-sdk/middleware-endpoint": 3.325.0 - "@aws-sdk/smithy-client": 3.325.0 - buffer: 5.6.0 - events: 3.3.0 - stream-browserify: 3.0.0 - tslib: 2.5.0 + "@aws-sdk/types": 3.413.0 + "@smithy/node-config-provider": 2.0.12 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - /@aws-sdk/md5-js@3.310.0: + /@aws-sdk/util-utf8-browser@3.259.0: resolution: { - integrity: sha512-x5sRBUrEfLWAS1EhwbbDQ7cXq6uvBxh3qR2XAsnGvFFceTeAadk7cVogWxlk3PC+OCeeym7c3/6Bv2HQ2f1YyQ==, + integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==, } dependencies: - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 + tslib: 2.6.2 dev: false - /@aws-sdk/middleware-bucket-endpoint@3.310.0: + /@aws-sdk/xml-builder@3.310.0: resolution: { - integrity: sha512-uJJfHI7v4AgbJZRLtyI8ap2QRWkBokGc3iyUoQ+dVNT3/CE2ZCu694A6W+H0dRqg79dIE+f9CRNdtLGa/Ehhvg==, + integrity: sha512-TqELu4mOuSIKQCqj63fGVs86Yh+vBx5nHRpWKNUNhB2nPTpfbziTs5c1X358be3peVWA4wPxW7Nt53KIg1tnNw==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-arn-parser": 3.310.0 - "@aws-sdk/util-config-provider": 3.310.0 - tslib: 2.6.1 + tslib: 2.6.2 dev: false - /@aws-sdk/middleware-content-length@3.325.0: + /@babel/code-frame@7.22.13: resolution: { - integrity: sha512-t38VBKCpNqSKqSu0OfWMJs7cwaRHFGQxIF9lV8JMCM/2lyUpN4JcfuzSTK+MFN2eDZEHp5DiNg8w07GXXusRYg==, + integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/highlight": 7.22.20 + chalk: 2.4.2 - /@aws-sdk/middleware-endpoint@3.325.0: + /@babel/compat-data@7.22.20: resolution: { - integrity: sha512-3CavuOHCKiWUnCtzrUFbhbEP26qIgzzRs5C3vpOJhDUhugBubIWgPGGRLpbnIro+P4XJPwM3pMziNzhKVuSDlQ==, + integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==, } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/middleware-serde": 3.325.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/url-parser": 3.310.0 - "@aws-sdk/util-middleware": 3.310.0 - tslib: 2.6.1 - dev: false + engines: { node: ">=6.9.0" } - /@aws-sdk/middleware-expect-continue@3.325.0: + /@babel/core@7.22.20: resolution: { - integrity: sha512-Hj4D+zeet4gdUpSiMeHZfIzcnXkZI2krGyUw4U1psPzCqOp7WP5307g+1NWXOlVu3H3tF5r3rEgthQOQj2zNfA==, + integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@ampproject/remapping": 2.2.1 + "@babel/code-frame": 7.22.13 + "@babel/generator": 7.22.15 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-module-transforms": 7.22.20(@babel/core@7.22.20) + "@babel/helpers": 7.22.15 + "@babel/parser": 7.22.16 + "@babel/template": 7.22.15 + "@babel/traverse": 7.22.20 + "@babel/types": 7.22.19 + convert-source-map: 1.9.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color - /@aws-sdk/middleware-flexible-checksums@3.326.0: + /@babel/eslint-parser@7.22.15(@babel/core@7.22.20)(eslint@8.49.0): resolution: { - integrity: sha512-MtcvSU+wKu4/a/trIJmb4Tfb682U9uP5YYA5aXzdhxOxG11wj86uBIeQrdbUxhtTXMgmvwn1193dvTi91EUEaQ==, + integrity: sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==, } - engines: { node: ">=14.0.0" } + engines: { node: ^10.13.0 || ^12.13.0 || >=14.0.0 } + peerDependencies: + "@babel/core": ^7.11.0 + eslint: ^7.5.0 || ^8.0.0 dependencies: - "@aws-crypto/crc32": 3.0.0 - "@aws-crypto/crc32c": 3.0.0 - "@aws-sdk/is-array-buffer": 3.310.0 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1 + eslint: 8.49.0 + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 - /@aws-sdk/middleware-host-header@3.325.0: + /@babel/generator@7.22.15: resolution: { - integrity: sha512-IN28gsxcRy4J+FxxCHvzb2NORBx8uMA+h9QYS4BBZfpKVYIZh+mudHgYcdNHWlKXmlTGjhWBNWTeByhzuSKAiA==, + integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.19 + jsesc: 2.5.2 - /@aws-sdk/middleware-host-header@3.379.1: + /@babel/helper-annotate-as-pure@7.22.5: resolution: { - integrity: sha512-LI4KpAFWNWVr2aH2vRVblr0Y8tvDz23lj8LOmbDmCrzd5M21nxuocI/8nEAQj55LiTIf9Zs+dHCdsyegnFXdrA==, + integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/protocol-http": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/types": 7.22.19 - /@aws-sdk/middleware-location-constraint@3.325.0: + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: { - integrity: sha512-T2OrpXXY9I1nHvIGSlQD6qj1FDG3WDFSu65+Bh4pMl+zVh0IqIEajiK++TfrdQl+sJxRGQd/euoeXXL4JYw9JA==, + integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 + dev: true - /@aws-sdk/middleware-logger@3.325.0: + /@babel/helper-compilation-targets@7.22.15: resolution: { - integrity: sha512-S8rWgTpN2b/+UDDm+yZMFM6rw1zwO8KT0GAIQbAhB96shyD5eKen/UfihCTB7YMvbD2piebymwJTvxv6bn1VqQ==, + integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/compat-data": 7.22.20 + "@babel/helper-validator-option": 7.22.15 + browserslist: 4.21.10 + lru-cache: 5.1.1 + semver: 6.3.1 - /@aws-sdk/middleware-logger@3.378.0: + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-l1DyaDLm3KeBMNMuANI3scWh8Xvu248x+vw6Z7ExWOhGXFmQ1MW7YvASg/SdxWkhlF9HmkkTif1LdMB22x6QDA==, + integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-member-expression-to-functions": 7.22.15 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.22.20) + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + semver: 6.3.1 + dev: true - /@aws-sdk/middleware-recursion-detection@3.325.0: + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-2l1ABF7KePsoKz8KaNvD2uxo1zHqkFHK4PL/wW/FbcwOcE08f0R7qX++st/bPpVjXX/j/5vWTnNNgJOIOrZhyw==, + integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true - /@aws-sdk/middleware-recursion-detection@3.378.0: + /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.20): resolution: { - integrity: sha512-mUMfHAz0oGNIWiTZHTVJb+I515Hqs2zx1j36Le4MMiiaMkPW1SRUF1FIwGuc1wh6E8jB5q+XfEMriDjRi4TZRA==, + integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/protocol-http": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.6 + transitivePeerDependencies: + - supports-color + dev: true - /@aws-sdk/middleware-retry@3.327.0: + /@babel/helper-environment-visitor@7.22.20: resolution: { - integrity: sha512-LCG+oRIPc4XJ+DYqkSCgggavxWi4+hP3Rw40vHdHMNvJpCiUJMwVJ+dULEywEP/WZvr4AEkWiRrHmJVpSLeZ+Q==, + integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/service-error-classification": 3.327.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-middleware": 3.310.0 - "@aws-sdk/util-retry": 3.327.0 - tslib: 2.6.1 - uuid: 8.3.2 - dev: false + engines: { node: ">=6.9.0" } - /@aws-sdk/middleware-sdk-s3@3.326.0: + /@babel/helper-function-name@7.22.5: resolution: { - integrity: sha512-IyonHEiDMn0fdYWxA/TAnNj8M/xG5EJWvoOKcakl891f+JPaWeRsV2oE1fIjqM/waM3jqNXLDTrm06QfAYmgBQ==, + integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-arn-parser": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/template": 7.22.15 + "@babel/types": 7.22.19 - /@aws-sdk/middleware-sdk-sts@3.326.0: + /@babel/helper-hoist-variables@7.22.5: resolution: { - integrity: sha512-suOkuXxyAfOH0hznK63ZU10EoytKX5YPs9amO416VbgYFtuIeliCmntYfnl1jUvutp0fctGGpEGE9OnoYI+fhw==, + integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/middleware-signing": 3.325.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 - /@aws-sdk/middleware-sdk-sts@3.379.1: + /@babel/helper-member-expression-to-functions@7.22.15: resolution: { - integrity: sha512-SK3gSyT0XbLiY12+AjLFYL9YngxOXHnZF3Z33Cdd4a+AUYrVBV7JBEEGD1Nlwrcmko+3XgaKlmgUaR5s91MYvg==, + integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/middleware-signing": 3.379.1 - "@aws-sdk/types": 3.378.0 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/types": 7.22.19 + dev: true - /@aws-sdk/middleware-serde@3.325.0: + /@babel/helper-module-imports@7.22.15: resolution: { - integrity: sha512-QAZYaFfAw1a06Vg39JiYIq0kSJ6EuUPOiKfK/Goj0cBv78lrXWuKdf04UF3U8Rqk/4mamnsTqUSwf4NoKkF0hw==, + integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 - /@aws-sdk/middleware-signing@3.325.0: + /@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20): resolution: { - integrity: sha512-SOwPwaCE3vSCGwFzkIlnOUSkeCUzKTyIQnFVjlQkqGuMxMX/iDaQQGaX+HUbuGIuULCEQqjZH4dLKZcor8eVZw==, + integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/signature-v4": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-middleware": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-simple-access": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/helper-validator-identifier": 7.22.20 - /@aws-sdk/middleware-signing@3.379.1: + /@babel/helper-optimise-call-expression@7.22.5: resolution: { - integrity: sha512-kBk2ZUvR84EM4fICjr8K+Ykpf8SI1UzzPp2/UVYZ0X+4H/ZCjfSqohGRwHykMqeplne9qHSL7/rGJs1H3l3gPg==, + integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/protocol-http": 2.0.1 - "@smithy/signature-v4": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/util-middleware": 2.0.0 - tslib: 2.6.1 - dev: false - optional: true + "@babel/types": 7.22.19 + dev: true - /@aws-sdk/middleware-ssec@3.325.0: + /@babel/helper-plugin-utils@7.22.5: resolution: { - integrity: sha512-hxmvvWVfVrbfUw8pDEPlsR6Sb+IUdhq0cOJc7SL5XO9ddRXJ5DjT2Z2ao9FB424hJgAcOrqIO5ECjdIRs+O4FQ==, + integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + engines: { node: ">=6.9.0" } - /@aws-sdk/middleware-stack@3.325.0: + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.22.20): resolution: { - integrity: sha512-cZWehA4grGvX1IKlY9atJgD0bq3ew7YRJgY7GA6DSgsU7GrZ61Qvi+H7IuGx5AdeAwaTnbnTGN4qCaA2EfxNhA==, + integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-wrap-function": 7.22.20 + dev: true - /@aws-sdk/middleware-user-agent@3.327.0: + /@babel/helper-replace-supers@7.22.20(@babel/core@7.22.20): resolution: { - integrity: sha512-4rDSNY1xhlqfRcY97CQKcgs6AOe4ovtiRdCAjg2InnLOZHRVFoHhOIDxWNK2W1K2Pl65z4EGH6RXmB1t0srJHA==, + integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-endpoints": 3.327.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-member-expression-to-functions": 7.22.15 + "@babel/helper-optimise-call-expression": 7.22.5 + dev: true - /@aws-sdk/middleware-user-agent@3.382.0: + /@babel/helper-simple-access@7.22.5: resolution: { - integrity: sha512-LFRW1jmXOrOAd3911ktn6oaYmuurNnulbdRMOUdwz99GGdLVFipQhOi9idKswb8IOhPa4jEVQt25Kcv7ctvu0A==, + integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.378.0 - "@aws-sdk/util-endpoints": 3.382.0 - "@smithy/protocol-http": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/types": 7.22.19 - /@aws-sdk/node-config-provider@3.310.0: + /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: { - integrity: sha512-T/Pp6htc6hq/Cq+MLNDSyiwWCMVF6GqbBbXKVlO5L8rdHx4sq9xPdoPveZhGWrxvkanjA6eCwUp6E0riBOSVng==, + integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/shared-ini-file-loader": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 + dev: true - /@aws-sdk/node-http-handler@3.321.1: + /@babel/helper-split-export-declaration@7.22.6: resolution: { - integrity: sha512-DdQBrtFFDNtzphJIN3s93Vf+qd9LHSzH6WTQRrWoXhTDMHDzSI2Cn+c5KWfk89Nggp/n3+OTwUPQeCiBT5EBuw==, + integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/abort-controller": 3.310.0 - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/querystring-builder": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 - /@aws-sdk/property-provider@3.310.0: + /@babel/helper-string-parser@7.22.5: resolution: { - integrity: sha512-3lxDb0akV6BBzmFe4nLPaoliQbAifyWJhuvuDOu7e8NzouvpQXs0275w9LePhhcgjKAEVXUIse05ZW2DLbxo/g==, + integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + engines: { node: ">=6.9.0" } - /@aws-sdk/protocol-http@3.310.0: + /@babel/helper-validator-identifier@7.22.20: resolution: { - integrity: sha512-fgZ1aw/irQtnrsR58pS8ThKOWo57Py3xX6giRvwSgZDEcxHfVzuQjy9yPuV++v04fdmdtgpbGf8WfvAAJ11yXQ==, + integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + engines: { node: ">=6.9.0" } - /@aws-sdk/querystring-builder@3.310.0: + /@babel/helper-validator-option@7.22.15: resolution: { - integrity: sha512-ZHH8GV/80+pWGo7DzsvwvXR5xVxUHXUvPJPFAkhr6nCf78igdoF8gR10ScFoEKbtEapoNTaZlKHPXxpD8aPG7A==, + integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, } - engines: { node: ">=14.0.0" } - dependencies: - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-uri-escape": 3.310.0 - tslib: 2.6.1 - dev: false + engines: { node: ">=6.9.0" } - /@aws-sdk/querystring-parser@3.310.0: + /@babel/helper-wrap-function@7.22.20: resolution: { - integrity: sha512-YkIznoP6lsiIUHinx++/lbb3tlMURGGqMpo0Pnn32zYzGrJXA6eC3D0as2EcMjo55onTfuLcIiX4qzXes2MYOA==, + integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/helper-function-name": 7.22.5 + "@babel/template": 7.22.15 + "@babel/types": 7.22.19 + dev: true - /@aws-sdk/service-error-classification@3.327.0: + /@babel/helpers@7.22.15: resolution: { - integrity: sha512-bCWnw+uH3gI6yPxLi4a4WV71P1KlJU7Z4+iMBY1Gt4+ZsaPAJX9pAbuQcFhFH++4xTk/QaVMzSvD0uQ+u0B/NQ==, + integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==, } - engines: { node: ">=14.0.0" } - dev: false + engines: { node: ">=6.9.0" } + dependencies: + "@babel/template": 7.22.15 + "@babel/traverse": 7.22.20 + "@babel/types": 7.22.19 + transitivePeerDependencies: + - supports-color - /@aws-sdk/shared-ini-file-loader@3.310.0: + /@babel/highlight@7.22.20: resolution: { - integrity: sha512-N0q9pG0xSjQwc690YQND5bofm+4nfUviQ/Ppgan2kU6aU0WUq8KwgHJBto/YEEI+VlrME30jZJnxtOvcZJc2XA==, + integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/helper-validator-identifier": 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 - /@aws-sdk/signature-v4-multi-region@3.310.0: + /@babel/parser@7.22.16: resolution: { - integrity: sha512-q8W+RIomTS/q85Ntgks/CoDElwqkC9+4OCicee5YznNHjQ4gtNWhUkYIyIRWRmXa/qx/AUreW9DM8FAecCOdng==, + integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==, } - engines: { node: ">=14.0.0" } - peerDependencies: - "@aws-sdk/signature-v4-crt": ^3.118.0 - peerDependenciesMeta: - "@aws-sdk/signature-v4-crt": - optional: true + engines: { node: ">=6.0.0" } + hasBin: true dependencies: - "@aws-sdk/protocol-http": 3.310.0 - "@aws-sdk/signature-v4": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/types": 7.22.19 - /@aws-sdk/signature-v4@3.310.0: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-1M60P1ZBNAjCFv9sYW29OF6okktaeibWyW3lMXqzoHF70lHBZh+838iUchznXUA5FLabfn4jBFWMRxlAXJUY2Q==, + integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@aws-sdk/is-array-buffer": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-hex-encoding": 3.310.0 - "@aws-sdk/util-middleware": 3.310.0 - "@aws-sdk/util-uri-escape": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/smithy-client@3.325.0: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-sqDFuhjxd8+Q9qI8MmXe/g1/FgoViwetv14K+bpHK7pGlOIvDyT7TboDNClfgqSLdgTDCEaoC3JRSi9Y5RgbmA==, + integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.13.0 dependencies: - "@aws-sdk/middleware-stack": 3.325.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-transform-optional-chaining": 7.22.15(@babel/core@7.22.20) + dev: true - /@aws-sdk/token-providers@3.327.0: + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.20): resolution: { - integrity: sha512-7x1nXJiFlXz6umdkcvZJAR8GxyhxqmgLi4laBc1ZYcxHzOb02EFqloSmax6/SNJNKlL2QmGbEXuPIGV1wf45uQ==, + integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/client-sso-oidc": 3.327.0 - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/shared-ini-file-loader": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - transitivePeerDependencies: - - aws-crt - dev: false + "@babel/core": 7.22.20 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/token-providers@3.385.0: + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.20): resolution: { - integrity: sha512-2A2Y7/bU5EaxQwLwLy7ojs+Wy5VOBkIlGPH7ZcpPaoQ1Hscwn3Wvx/DZmOvbyYfZ1CbIFutoHJlVxh6KZldUDw==, + integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/property-provider": 2.0.1 - "@smithy/shared-ini-file-loader": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.20) + dev: true - /@aws-sdk/types@3.310.0: + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.20): resolution: { - integrity: sha512-j8eamQJ7YcIhw7fneUfs8LYl3t01k4uHi4ZDmNRgtbmbmTTG3FZc2MotStZnp3nZB6vLiPF1o5aoJxWVvkzS6A==, + integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.20) + dev: true - /@aws-sdk/types@3.378.0: + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.20): resolution: { - integrity: sha512-qP0CvR/ItgktmN8YXpGQglzzR/6s0nrsQ4zIfx3HMwpsBTwuouYahcCtF1Vr82P4NFcoDA412EJahJ2pIqEd+w==, + integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.20) + dev: true - /@aws-sdk/url-parser@3.310.0: + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.20): resolution: { - integrity: sha512-mCLnCaSB9rQvAgx33u0DujLvr4d5yEm/W5r789GblwwQnlNXedVu50QRizMLTpltYWyAUoXjJgQnJHmJMaKXhw==, + integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, } + engines: { node: ">=6.9.0" } + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/querystring-parser": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/compat-data": 7.22.20 + "@babel/core": 7.22.20 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-transform-parameters": 7.22.15(@babel/core@7.22.20) + dev: true - /@aws-sdk/util-arn-parser@3.310.0: + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.20): resolution: { - integrity: sha512-jL8509owp/xB9+Or0pvn3Fe+b94qfklc2yPowZZIFAkFcCSIdkIglz18cPDWnYAcy9JGewpMS1COXKIUhZkJsA==, + integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.20) + dev: true - /@aws-sdk/util-base64@3.310.0: + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.20): resolution: { - integrity: sha512-v3+HBKQvqgdzcbL+pFswlx5HQsd9L6ZTlyPVL2LS9nNXnCcR3XgGz9jRskikRUuUvUXtkSG1J88GAOnJ/apTPg==, + integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/util-buffer-from": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + dev: true - /@aws-sdk/util-body-length-browser@3.310.0: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.20): resolution: { - integrity: sha512-sxsC3lPBGfpHtNTUoGXMQXLwjmR0zVpx0rSvzTPAuoVILVsp5AU/w5FphNPxD5OVIjNbZv9KsKTuvNTiZjDp9g==, + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-body-length-node@3.310.0: + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-2tqGXdyKhyA6w4zz7UPoS8Ip+7sayOg9BwHNidiGm2ikbDxm1YrCfYXvCBdwaJxa4hJfRVz+aL9e+d3GqPI9pQ==, + integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-buffer-from@3.310.0: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.20): resolution: { - integrity: sha512-i6LVeXFtGih5Zs8enLrt+ExXY92QV25jtEnTKHsmlFqFAuL3VBeod6boeMXkN2p9lbSVVQ1sAOOYZOHYbYkntw==, + integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/is-array-buffer": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-config-provider@3.310.0: + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.20): resolution: { - integrity: sha512-xIBaYo8dwiojCw8vnUcIL4Z5tyfb1v3yjqyJKJWV/dqKUFOOS0U591plmXbM+M/QkXyML3ypon1f8+BoaDExrg==, + integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-defaults-mode-browser@3.325.0: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-gcowpXTo8E8N3jxD2KW+csiicJ7HPkhWnpL925xgwe0oq091OpATsKFrBOL18h72VfRWf4FAsR9lVwxSQ78zSA==, + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, } - engines: { node: ">= 10.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/types": 3.310.0 - bowser: 2.11.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-defaults-mode-node@3.325.0: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-/5uoOrgNxoUxv3AwsdXjMA3f6KJA6fi69otA0RiINjilCdcbOxq5GI11AFEyRio/+e+imriX4+UYjsguUR+f4g==, + integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, } - engines: { node: ">= 10.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/config-resolver": 3.310.0 - "@aws-sdk/credential-provider-imds": 3.310.0 - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/property-provider": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-endpoints@3.327.0: + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-2+2jTfBzhXsfpOci61gzaoBUVdGhFWja7k5cLAfOaRROkK+m+Zv532+m3cCQZjBXJ6pJ952MbiAroRSjFq0/SQ==, + integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-endpoints@3.382.0: + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-flajPyjmjNG67fXk7l4GoTB/7J11VBqtFZXuuAZKhKU07Ia3IQupsFqNf5lV8D44ZgjnKH0fTGnv3dUALjW7Wg==, + integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/types": 3.378.0 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-hex-encoding@3.310.0: + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-sVN7mcCCDSJ67pI1ZMtk84SKGqyix6/0A1Ab163YKn+lFBQRMKexleZzpYzNGxYzmQS6VanP/cfU7NiLQOaSfA==, + integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-locate-window@3.310.0: + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.20): resolution: { - integrity: sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==, + integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-middleware@3.310.0: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-FTSUKL/eRb9X6uEZClrTe27QFXUNNp7fxYrPndZwk1hlaOP5ix+MIHBcI7pIiiY/JPfOUmPyZOu+HetlFXjWog==, + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-retry@3.327.0: + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-y15NLGTAT2vaLzA8klJ6Bo8NGjVAa3/njqc4iCbta/3GqKpQU0zbvw3Y5aWyHp8BhV4DSUTp088jWjaoZlSqgw==, + integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==, } - engines: { node: ">= 14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/service-error-classification": 3.327.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-stream-browser@3.310.0: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.20): resolution: { - integrity: sha512-bysXZHwFwvbqOTCScCdCnoLk1K3GCo0HRIYEZuL7O7MHrQmfaYRXcaft/p22+GUv9VeFXS/eJJZ5r4u32az94w==, + integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/fetch-http-handler": 3.310.0 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-base64": 3.310.0 - "@aws-sdk/util-hex-encoding": 3.310.0 - "@aws-sdk/util-utf8": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-stream-node@3.321.1: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-jvfff1zeA8q16hQWSC0BGwcHJPCwoh+bwiuAjihfl9q1tFLYuqaTzJzzkL1bntUsbW+y/ac5DO7fWcYPq0jWkw==, + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/node-http-handler": 3.321.1 - "@aws-sdk/types": 3.310.0 - "@aws-sdk/util-buffer-from": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-uri-escape@3.310.0: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.20): resolution: { - integrity: sha512-drzt+aB2qo2LgtDoiy/3sVG8w63cgLkqFIa2NFlGpUgHFWTXkqtbgf4L5QdjRGKWhmZsnqkbtL7vkSWEcYDJ4Q==, + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, } - engines: { node: ">=14.0.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-user-agent-browser@3.310.0: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-yU/4QnHHuQ5z3vsUqMQVfYLbZGYwpYblPiuZx4Zo9+x0PBkNjYMqctdDcrpoH9Z2xZiDN16AmQGK1tix117ZKw==, + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/types": 3.310.0 - bowser: 2.11.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-user-agent-browser@3.378.0: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-FSCpagzftK1W+m7Ar6lpX7/Gr9y5P56nhFYz8U4EYQ4PkufS6czWX9YW+/FA5OYV0vlQ/SvPqMnzoHIPUNhZrQ==, + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/types": 2.0.2 - bowser: 2.11.0 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-user-agent-node@3.310.0: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-Ra3pEl+Gn2BpeE7KiDGpi4zj7WJXZA5GXnGo3mjbi9+Y3zrbuhJAbdZO3mO/o7xDgMC6ph4xCTbaSGzU6b6EDg==, + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, } - engines: { node: ">=14.0.0" } peerDependencies: - aws-crt: ">=1.0.0" - peerDependenciesMeta: - aws-crt: - optional: true + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/node-config-provider": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-user-agent-node@3.378.0: + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.20): resolution: { - integrity: sha512-IdwVJV0E96MkJeFte4dlWqvB+oiqCiZ5lOlheY3W9NynTuuX0GGYNC8Y9yIsV8Oava1+ujpJq0ww6qXdYxmO4A==, + integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } peerDependencies: - aws-crt: ">=1.0.0" - peerDependenciesMeta: - aws-crt: - optional: true + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/types": 3.378.0 - "@smithy/node-config-provider": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/util-utf8-browser@3.259.0: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.20): resolution: { - integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==, + integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-utf8@3.310.0: + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-DnLfFT8uCO22uOJc0pt0DsSNau1GTisngBCDw8jQuWT5CqogMJu4b/uXmwEqfj8B3GX6Xsz8zOd6JpRlPftQoA==, + integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@aws-sdk/util-buffer-from": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@aws-sdk/util-waiter@3.310.0: + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.20): resolution: { - integrity: sha512-AV5j3guH/Y4REu+Qh3eXQU9igljHuU4XjX2sADAgf54C0kkhcCCkkiuzk3IsX089nyJCqIcj5idbjdvpnH88Vw==, + integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@aws-sdk/abort-controller": 3.310.0 - "@aws-sdk/types": 3.310.0 - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@aws-sdk/xml-builder@3.310.0: + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-TqELu4mOuSIKQCqj63fGVs86Yh+vBx5nHRpWKNUNhB2nPTpfbziTs5c1X358be3peVWA4wPxW7Nt53KIg1tnNw==, + integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - tslib: 2.6.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/code-frame@7.22.5: + /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==, + integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/highlight": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.22.20) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.20) + dev: true - /@babel/compat-data@7.21.7: + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==, + integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.22.20 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.22.20) + dev: true - /@babel/compat-data@7.22.9: + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==, + integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/core@7.21.8: + /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==, + integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.5 - "@babel/generator": 7.22.9 - "@babel/helper-compilation-targets": 7.22.9(@babel/core@7.21.8) - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.21.8) - "@babel/helpers": 7.22.6 - "@babel/parser": 7.22.7 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - convert-source-map: 1.9.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/core@7.22.9: + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==, + integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.5 - "@babel/generator": 7.22.9 - "@babel/helper-compilation-targets": 7.22.9(@babel/core@7.22.9) - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.9) - "@babel/helpers": 7.22.6 - "@babel/parser": 7.22.7 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - convert-source-map: 1.9.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/eslint-parser@7.21.8(@babel/core@7.22.9)(eslint@8.39.0): + /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==, + integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==, } - engines: { node: ^10.13.0 || ^12.13.0 || >=14.0.0 } + engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ">=7.11.0" - eslint: ^7.5.0 || ^8.0.0 + "@babel/core": ^7.12.0 dependencies: - "@babel/core": 7.22.9 - "@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1 - eslint: 8.39.0 - eslint-visitor-keys: 2.1.0 - semver: 6.3.0 + "@babel/core": 7.22.20 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.20) dev: true - /@babel/eslint-parser@7.22.9(@babel/core@7.22.9)(eslint@8.39.0): + /@babel/plugin-transform-classes@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==, + integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==, } - engines: { node: ^10.13.0 || ^12.13.0 || >=14.0.0 } + engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ">=7.11.0" - eslint: ^7.5.0 || ^8.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1 - eslint: 8.39.0 - eslint-visitor-keys: 2.1.0 - semver: 6.3.1 - dev: false + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.22.20) + "@babel/helper-split-export-declaration": 7.22.6 + globals: 11.12.0 + dev: true - /@babel/generator@7.21.5: + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==, + integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - jsesc: 2.5.2 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/template": 7.22.15 dev: true - /@babel/generator@7.22.7: + /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==, + integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - jsesc: 2.5.2 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/generator@7.22.9: + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==, + integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - jsesc: 2.5.2 + "@babel/core": 7.22.20 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-annotate-as-pure@7.22.5: + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, + integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-builder-binary-assignment-operator-visitor@7.21.5: + /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==, + integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.20) + dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8): + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==, + integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.21.8 - "@babel/helper-validator-option": 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 + "@babel/core": 7.22.20 + "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.22.9): + /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==, + integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.22.9 - "@babel/helper-validator-option": 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.20) + dev: true - /@babel/helper-compilation-targets@7.22.9(@babel/core@7.21.8): + /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==, + integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.22.9 - "@babel/core": 7.21.8 - "@babel/helper-validator-option": 7.22.5 - browserslist: 4.21.9 - lru-cache: 5.1.1 - semver: 6.3.1 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.20) dev: true - /@babel/helper-compilation-targets@7.22.9(@babel/core@7.22.9): + /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==, + integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.22.9 - "@babel/core": 7.22.9 - "@babel/helper-validator-option": 7.22.5 - browserslist: 4.21.9 - lru-cache: 5.1.1 - semver: 6.3.1 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.21.8): + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==, + integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.21.5 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-member-expression-to-functions": 7.21.5 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/helper-split-export-declaration": 7.22.6 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.22.9): + /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==, + integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.21.5 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-member-expression-to-functions": 7.21.5 - "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/helper-split-export-declaration": 7.22.6 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.20) + dev: true - /@babel/helper-create-class-features-plugin@7.22.6(@babel/core@7.21.8): + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-iwdzgtSiBxF6ni6mzVnZCF3xt5qE6cEA0J7nFt8QOAWZ0zjCFceEgpn3vtb2V7WFR6QzP2jmIFOHMTRo7eNJjQ==, + integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@nicolo-ribaudo/semver-v6": 6.3.3 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/helper-create-class-features-plugin@7.22.6(@babel/core@7.22.9): + /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-iwdzgtSiBxF6ni6mzVnZCF3xt5qE6cEA0J7nFt8QOAWZ0zjCFceEgpn3vtb2V7WFR6QzP2jmIFOHMTRo7eNJjQ==, + integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@nicolo-ribaudo/semver-v6": 6.3.3 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.20) + dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.21.8): + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==, + integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-annotate-as-pure": 7.22.5 - regexpu-core: 5.3.2 - semver: 6.3.1 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.22.9): + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==, + integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - regexpu-core: 5.3.2 - semver: 6.3.1 + "@babel/core": 7.22.20 + "@babel/helper-module-transforms": 7.22.20(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8): + /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==, + integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==, } + engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.4.0-0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-compilation-targets": 7.22.9(@babel/core@7.21.8) + "@babel/core": 7.22.20 + "@babel/helper-module-transforms": 7.22.20(@babel/core@7.22.20) "@babel/helper-plugin-utils": 7.22.5 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.2 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + "@babel/helper-simple-access": 7.22.5 dev: true - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.22.9): + /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==, + integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==, } + engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.4.0-0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-compilation-targets": 7.22.9(@babel/core@7.22.9) + "@babel/core": 7.22.20 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-module-transforms": 7.22.20(@babel/core@7.22.20) "@babel/helper-plugin-utils": 7.22.5 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.2 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + "@babel/helper-validator-identifier": 7.22.20 + dev: true - /@babel/helper-environment-visitor@7.21.5: + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==, + integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.22.20 + "@babel/helper-module-transforms": 7.22.20(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-environment-visitor@7.22.5: + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==, - } - engines: { node: ">=6.9.0" } - - /@babel/helper-function-name@7.21.0: - resolution: - { - integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.22.5 - - /@babel/helper-function-name@7.22.5: - resolution: - { - integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.22.5 - - /@babel/helper-hoist-variables@7.18.6: - resolution: - { - integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.22.5 - - /@babel/helper-hoist-variables@7.22.5: - resolution: - { - integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, + integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-member-expression-to-functions@7.21.5: + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==, + integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-member-expression-to-functions@7.22.5: + /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==, + integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.20) + dev: true - /@babel/helper-module-imports@7.22.5: + /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==, + integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.20) + dev: true - /@babel/helper-module-transforms@7.21.5: + /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==, + integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/helper-environment-visitor": 7.21.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.21.5 - "@babel/helper-split-export-declaration": 7.18.6 - "@babel/helper-validator-identifier": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color + "@babel/compat-data": 7.22.20 + "@babel/core": 7.22.20 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-transform-parameters": 7.22.15(@babel/core@7.22.20) + dev: true - /@babel/helper-module-transforms@7.22.9(@babel/core@7.21.8): + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==, + integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.22.20) dev: true - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.9): + /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==, + integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.20) + dev: true - /@babel/helper-optimise-call-expression@7.18.6: + /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==, + integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.20) + dev: true - /@babel/helper-optimise-call-expression@7.22.5: + /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, + integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 - - /@babel/helper-plugin-utils@7.21.5: - resolution: - { - integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==, - } - engines: { node: ">=6.9.0" } - - /@babel/helper-plugin-utils@7.22.5: - resolution: - { - integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, - } - engines: { node: ">=6.9.0" } + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.8): + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==, + integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-wrap-function": 7.20.5 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.9): + /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.22.20): resolution: { - integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==, + integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-wrap-function": 7.20.5 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.22.20) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.20) + dev: true - /@babel/helper-replace-supers@7.21.5: + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==, + integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.21.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-replace-supers@7.22.5: + /@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==, + integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-simple-access@7.21.5: + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==, + integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 - /@babel/helper-simple-access@7.22.5: + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, + integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/plugin-transform-react-jsx": 7.22.15(@babel/core@7.22.20) - /@babel/helper-skip-transparent-expression-wrappers@7.20.0: + /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==, + integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.20) + "@babel/types": 7.22.19 - /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, + integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 - /@babel/helper-split-export-declaration@7.18.6: + /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.20): resolution: { - integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==, + integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + regenerator-transform: 0.15.2 + dev: true - /@babel/helper-split-export-declaration@7.22.6: + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, + integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/types": 7.22.5 - - /@babel/helper-string-parser@7.22.5: - resolution: - { - integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, - } - engines: { node: ">=6.9.0" } - - /@babel/helper-validator-identifier@7.22.5: - resolution: - { - integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, - } - engines: { node: ">=6.9.0" } - - /@babel/helper-validator-option@7.21.0: - resolution: - { - integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==, - } - engines: { node: ">=6.9.0" } - - /@babel/helper-validator-option@7.22.5: - resolution: - { - integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==, - } - engines: { node: ">=6.9.0" } + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/helper-wrap-function@7.20.5: + /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==, + integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/helper-function-name": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.20) + babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.20) + babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.20) + semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true - /@babel/helpers@7.22.6: + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==, + integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/highlight@7.22.5: + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==, + integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==, } engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@babel/helper-validator-identifier": 7.22.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - - /@babel/parser@7.21.8: - resolution: - { - integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==, - } - engines: { node: ">=6.0.0" } - hasBin: true - dependencies: - "@babel/types": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 dev: true - /@babel/parser@7.22.7: - resolution: - { - integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==, - } - engines: { node: ">=6.0.0" } - hasBin: true - dependencies: - "@babel/types": 7.22.5 - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8): + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==, + integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.9): + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==, + integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.8): + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==, + integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.13.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.21.8) dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.22.9): + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==, + integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.13.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.22.20) "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.9) + "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.20) + dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8): + /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.20): resolution: { - integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==, + integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-environment-visitor": 7.22.5 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.8) - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.22.9): + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==, + integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-environment-visitor": 7.22.5 + "@babel/core": 7.22.20 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.22.20) "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.9) - transitivePeerDependencies: - - supports-color + dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8): + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, + integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-class-features-plugin": 7.21.8(@babel/core@7.21.8) + "@babel/core": 7.22.20 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.22.20) "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.9): + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.20): resolution: { - integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, + integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-class-features-plugin": 7.21.8(@babel/core@7.22.9) + "@babel/core": 7.22.20 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.22.20) "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color + dev: true - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): + /@babel/preset-env@7.22.20(@babel/core@7.22.20): resolution: { - integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==, + integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.12.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-class-features-plugin": 7.21.8(@babel/core@7.21.8) + "@babel/compat-data": 7.22.20 + "@babel/core": 7.22.20 + "@babel/helper-compilation-targets": 7.22.15 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.8) + "@babel/helper-validator-option": 7.22.15 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.20) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.20) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.20) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.20) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.20) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.20) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.20) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.20) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.20) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-async-generator-functions": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-block-scoping": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-class-static-block": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-classes": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-destructuring": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-dynamic-import": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-export-namespace-from": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-for-of": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-json-strings": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-logical-assignment-operators": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-modules-commonjs": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-modules-systemjs": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-nullish-coalescing-operator": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-numeric-separator": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-object-rest-spread": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-optional-catch-binding": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-optional-chaining": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-parameters": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-private-property-in-object": 7.22.11(@babel/core@7.22.20) + "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-regenerator": 7.22.10(@babel/core@7.22.20) + "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-unicode-escapes": 7.22.10(@babel/core@7.22.20) + "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.22.20) + "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.22.20) + "@babel/types": 7.22.19 + babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.20) + babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.20) + babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.20) + core-js-compat: 3.32.2 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.22.9): + /@babel/preset-flow@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==, + integrity: sha512-dB5aIMqpkgbTfN5vDdTRPzjqtWiZcRESNR88QYnoPR+bmdYoluOzMX9tQerTv0XzSgZYctPfO1oc0N5zdog1ew==, } engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.12.0 + "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-class-features-plugin": 7.21.8(@babel/core@7.22.9) + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.9) - transitivePeerDependencies: - - supports-color + "@babel/helper-validator-option": 7.22.15 + "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.20) + dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.20): resolution: { - integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==, + integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.21.8 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.21.8) + "@babel/types": 7.22.19 + esutils: 2.0.3 dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.9): + /@babel/preset-react@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==, + integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.9) + "@babel/helper-validator-option": 7.22.15 + "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-react-jsx": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-react-pure-annotations": 7.22.5(@babel/core@7.22.20) - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8): + /@babel/preset-typescript@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==, + integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 + "@babel/core": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.21.8) + "@babel/helper-validator-option": 7.22.15 + "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-modules-commonjs": 7.22.15(@babel/core@7.22.20) + "@babel/plugin-transform-typescript": 7.22.15(@babel/core@7.22.20) dev: true - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.9): + /@babel/register@7.22.15(@babel/core@7.22.20): resolution: { - integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==, + integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.9) + "@babel/core": 7.22.20 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.6 + source-map-support: 0.5.21 + dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8): + /@babel/regjsgen@0.8.0: resolution: { - integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==, + integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.8) dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.9): + /@babel/runtime@7.0.0: resolution: { - integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==, + integrity: sha512-7hGhzlcmg01CvH1EHdSPVXYX1aJ8KCEyz6I9xYIi/asDtzBPMyMhVibhM/K6g/5qnKBwjZtp10bNZIEFTRW1MA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.9) + regenerator-runtime: 0.12.1 + dev: false - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8): + /@babel/runtime@7.22.15: resolution: { - integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==, + integrity: sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==, } engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.8) - dev: true + regenerator-runtime: 0.14.0 - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.22.9): + /@babel/template@7.22.15: resolution: { - integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==, + integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, } engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.9) + "@babel/code-frame": 7.22.13 + "@babel/parser": 7.22.16 + "@babel/types": 7.22.19 - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8): + /@babel/traverse@7.22.20: resolution: { - integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, + integrity: sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==, } engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.8) - dev: true + "@babel/code-frame": 7.22.13 + "@babel/generator": 7.22.15 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/parser": 7.22.16 + "@babel/types": 7.22.19 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.9): + /@babel/types@7.22.19: resolution: { - integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, + integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==, } engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.21.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.9) + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 + to-fast-properties: 2.0.0 - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): + /@base2/pretty-print-object@1.0.1: resolution: { - integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==, + integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.8) dev: true - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.9): + /@bcherny/json-schema-ref-parser@9.0.9: resolution: { - integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==, + integrity: sha512-vmEmnJCfpkLdas++9OYg6riIezTYqTHpqUTODJzHLzs5UnXujbOJW9VwcVCnyo1mVRt32FRr23iXBx/sX8YbeQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.9) + "@jsdevtools/ono": 7.1.3 + "@types/json-schema": 7.0.13 + call-me-maybe: 1.0.2 + js-yaml: 4.1.0 + dev: false - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8): + /@bcoe/v8-coverage@0.2.3: resolution: { - integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, + integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.21.8 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-transform-parameters": 7.21.3(@babel/core@7.21.8) - dev: true - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.9): + /@changesets/apply-release-plan@6.1.4: resolution: { - integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, + integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.22.9 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-transform-parameters": 7.21.3(@babel/core@7.22.9) + "@babel/runtime": 7.22.15 + "@changesets/config": 2.3.1 + "@changesets/get-version-range-type": 0.3.2 + "@changesets/git": 2.0.0 + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 + detect-indent: 6.1.0 + fs-extra: 7.0.1 + lodash.startcase: 4.4.0 + outdent: 0.5.0 + prettier: 2.8.8 + resolve-from: 5.0.0 + semver: 7.5.4 + dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): + /@changesets/assemble-release-plan@5.2.4: resolution: { - integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==, + integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.8) + "@babel/runtime": 7.22.15 + "@changesets/errors": 0.1.4 + "@changesets/get-dependents-graph": 1.3.6 + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 + semver: 7.5.4 dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.9): + /@changesets/changelog-git@0.1.14: resolution: { - integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==, + integrity: sha512-+vRfnKtXVWsDDxGctOfzJsPhaCdXRYoe+KyWYoq5X/GqoISREiat0l3L8B0a453B2B4dfHGcZaGyowHbp9BSaA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.9) + "@changesets/types": 5.2.1 + dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8): + /@changesets/changelog-github@0.4.8: resolution: { - integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, + integrity: sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.8) + "@changesets/get-github-info": 0.5.2 + "@changesets/types": 5.2.1 + dotenv: 8.6.0 + transitivePeerDependencies: + - encoding dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.9): + /@changesets/cli@2.26.2: resolution: { - integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, + integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 + hasBin: true dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.9) + "@babel/runtime": 7.22.15 + "@changesets/apply-release-plan": 6.1.4 + "@changesets/assemble-release-plan": 5.2.4 + "@changesets/changelog-git": 0.1.14 + "@changesets/config": 2.3.1 + "@changesets/errors": 0.1.4 + "@changesets/get-dependents-graph": 1.3.6 + "@changesets/get-release-plan": 3.0.17 + "@changesets/git": 2.0.0 + "@changesets/logger": 0.0.5 + "@changesets/pre": 1.0.14 + "@changesets/read": 0.5.9 + "@changesets/types": 5.2.1 + "@changesets/write": 0.2.3 + "@manypkg/get-packages": 1.1.3 + "@types/is-ci": 3.0.0 + "@types/semver": 7.5.2 + ansi-colors: 4.1.3 + chalk: 2.4.2 + enquirer: 2.4.1 + external-editor: 3.1.0 + fs-extra: 7.0.1 + human-id: 1.0.2 + is-ci: 3.0.1 + meow: 6.1.1 + outdent: 0.5.0 + p-limit: 2.3.0 + preferred-pm: 3.1.2 + resolve-from: 5.0.0 + semver: 7.5.4 + spawndamnit: 2.0.0 + term-size: 2.2.1 + tty-table: 4.2.1 + dev: true - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): + /@changesets/config@2.3.1: resolution: { - integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==, + integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-class-features-plugin": 7.22.6(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color + "@changesets/errors": 0.1.4 + "@changesets/get-dependents-graph": 1.3.6 + "@changesets/logger": 0.0.5 + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 + fs-extra: 7.0.1 + micromatch: 4.0.5 dev: true - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.9): + /@changesets/errors@0.1.4: resolution: { - integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==, + integrity: sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-class-features-plugin": 7.22.6(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color + extendable-error: 0.1.7 + dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8): + /@changesets/get-dependents-graph@1.3.6: resolution: { - integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==, + integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.6(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.8) - transitivePeerDependencies: - - supports-color + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 + chalk: 2.4.2 + fs-extra: 7.0.1 + semver: 7.5.4 dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.22.9): + /@changesets/get-github-info@0.5.2: resolution: { - integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==, + integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.6(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.9) + dataloader: 1.4.0 + node-fetch: 2.7.0 transitivePeerDependencies: - - supports-color + - encoding + dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8): + /@changesets/get-release-plan@3.0.17: resolution: { - integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==, + integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==, } - engines: { node: ">=4" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/runtime": 7.22.15 + "@changesets/assemble-release-plan": 5.2.4 + "@changesets/config": 2.3.1 + "@changesets/pre": 1.0.14 + "@changesets/read": 0.5.9 + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.9): + /@changesets/get-version-range-type@0.3.2: resolution: { - integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==, + integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==, } - engines: { node: ">=4" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8): + /@changesets/git@2.0.0: resolution: { - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, + integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/runtime": 7.22.15 + "@changesets/errors": 0.1.4 + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 + is-subdir: 1.2.0 + micromatch: 4.0.5 + spawndamnit: 2.0.0 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.9): + /@changesets/logger@0.0.5: resolution: { - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, + integrity: sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + chalk: 2.4.2 + dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.9): + /@changesets/parse@0.3.16: resolution: { - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==, + integrity: sha512-127JKNd167ayAuBjUggZBkmDS5fIKsthnr9jr6bdnuUljroiERW7FBTDNnNVyJ4l69PzR57pk6mXQdtJyBCJKg==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@changesets/types": 5.2.1 + js-yaml: 3.14.1 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8): + /@changesets/pre@1.0.14: resolution: { - integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, + integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/runtime": 7.22.15 + "@changesets/errors": 0.1.4 + "@changesets/types": 5.2.1 + "@manypkg/get-packages": 1.1.3 + fs-extra: 7.0.1 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.9): + /@changesets/read@0.5.9: resolution: { - integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, + integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8): - resolution: - { - integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/runtime": 7.22.15 + "@changesets/git": 2.0.0 + "@changesets/logger": 0.0.5 + "@changesets/parse": 0.3.16 + "@changesets/types": 5.2.1 + chalk: 2.4.2 + fs-extra: 7.0.1 + p-filter: 2.1.0 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.9): + /@changesets/types@4.1.0: resolution: { - integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, + integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8): + /@changesets/types@5.2.1: resolution: { - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, + integrity: sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg==, } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.9): + /@changesets/write@0.2.3: resolution: { - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, + integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/runtime": 7.22.15 + "@changesets/types": 5.2.1 + fs-extra: 7.0.1 + human-id: 1.0.2 + prettier: 2.8.8 + dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8): + /@colors/colors@1.5.0: resolution: { - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, + integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==, } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ">=0.1.90" } - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.9): + /@commons-ui/core@0.1.0(@mui/material@5.14.10)(@mui/styles@5.14.10)(react-dom@18.2.0)(react@18.2.0)(simplebar-react@2.4.3): resolution: { - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, + integrity: sha512-cqizgJzE/XXnf27d/TSrN5FqmEwGdzMz1YOsMSzBoNl9OZc78BnyjeB1dXQw1pOdj/S1qdIsuTRPIekL3DxO5Q==, } peerDependencies: - "@babel/core": ^7.0.0-0 + "@mui/material": ^5.10.7 + "@mui/styles": ^5.10.7 + react: ^17.0.2 + react-dom: ^17.0.2 + simplebar-react: ^2.1.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@mui/material": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@mui/styles": 5.14.10(@types/react@18.2.22)(react@18.2.0) + clsx: 1.2.1 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + simplebar-react: 2.4.3(react-dom@18.2.0)(react@18.2.0) + dev: false - /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.22.9): + /@corex/deepmerge@2.6.148: resolution: { - integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==, + integrity: sha512-6QMz0/2h5C3ua51iAnXMPWFbb1QOU1UvSM4bKBw5mzdT+WtLgjbETBBIQZ+Sh9WvEcGwlAt/DEdRpIC3XlDBMA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.8): + /@cspotcode/source-map-support@0.8.1: resolution: { - integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==, + integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 + engines: { node: ">=12" } dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@jridgewell/trace-mapping": 0.3.9 - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.9): + /@csstools/cascade-layer-name-parser@1.0.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): resolution: { - integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==, + integrity: sha512-zXMGsJetbLoXe+gjEES07MEGjL0Uy3hMxmnGtVBrRpVKr5KV9OgCB09zr/vLrsEtoVQTgJFewxaU8IYSAE4tjg==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + "@csstools/css-parser-algorithms": ^2.3.1 + "@csstools/css-tokenizer": ^2.2.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8): + /@csstools/color-helpers@3.0.2: resolution: { - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, + integrity: sha512-NMVs/l7Y9eIKL5XjbCHEgGcG8LOUT2qVcRjX6EzkCdlvftHVKr2tHIPzHavfrULRZ5Q2gxrJ9f44dAlj6fX97Q==, } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ^14 || ^16 || >=18 } + dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.9): + /@csstools/css-calc@1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): resolution: { - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, + integrity: sha512-7mJZ8gGRtSQfQKBQFi5N0Z+jzNC0q8bIkwojP1W0w+APzEqHu5wJoGVsvKxVnVklu9F8tW1PikbBRseYnAdv+g==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + "@csstools/css-parser-algorithms": ^2.3.1 + "@csstools/css-tokenizer": ^2.2.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8): + /@csstools/css-color-parser@1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): resolution: { - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, + integrity: sha512-cehc/DQCyb4hL4fspvyL7WiY+uAy8Iuaz0yTyndC/AyBmxkNpgtSgCSsr0aR4vkaSFVZfNNVlKbjHFwOsPGB1Q==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + "@csstools/css-parser-algorithms": ^2.3.1 + "@csstools/css-tokenizer": ^2.2.0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/color-helpers": 3.0.2 + "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.9): + /@csstools/css-parser-algorithms@2.3.1(@csstools/css-tokenizer@2.2.0): resolution: { - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, + integrity: sha512-xrvsmVUtefWMWQsGgFffqWSK03pZ1vfDki4IVIIUxxDKnGBzqNgv0A7SB1oXtVNEkcVO8xi1ZrTL29HhSu5kGA==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + "@csstools/css-tokenizer": ^2.2.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-tokenizer": 2.2.0 + dev: false - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.9): + /@csstools/css-tokenizer@2.2.0: resolution: { - integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==, + integrity: sha512-wErmsWCbsmig8sQKkM6pFhr/oPha1bHfvxsUY5CYSQxwyhA9Ulrs8EqCgClhg4Tgg2XapVstGqSVcz0xOYizZA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ^14 || ^16 || >=18 } + dev: false - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.9): + /@csstools/media-query-list-parser@2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): resolution: { - integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==, + integrity: sha512-V/OUXYX91tAC1CDsiY+HotIcJR+vPtzrX8pCplCpT++i8ThZZsq5F5dzZh/bDM3WUOjrvC1ljed1oSJxMfjqhw==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + "@csstools/css-parser-algorithms": ^2.3.1 + "@csstools/css-tokenizer": ^2.2.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8): + /@csstools/postcss-cascade-layers@4.0.0(postcss@8.4.30): resolution: { - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, + integrity: sha512-dVPVVqQG0FixjM9CG/+8eHTsCAxRKqmNh6H69IpruolPlnEF1611f2AoLK8TijTSAsqBSclKd4WHs1KUb/LdJw==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) + postcss: 8.4.30 + postcss-selector-parser: 6.0.13 + dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.9): + /@csstools/postcss-color-function@3.0.4(postcss@8.4.30): resolution: { - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, + integrity: sha512-ZLi+nSb/u1Tt+zxB8MGE2rOkX7YhWGxM3pBQRz9nn8DIAKT84GkaeHGyVrxwCPBVdko/4nwqApC7YCeqgZxTAw==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8): + /@csstools/postcss-color-mix-function@2.0.4(postcss@8.4.30): resolution: { - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, + integrity: sha512-EiMi+BkzMLQAz7Z2gak7Gs3XjY1Z7QyJ8yjj1DdogpVc3FBqtxDQn/co4LluZdMda0894XcIpdikH6sCOpRd5w==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.9): + /@csstools/postcss-exponential-functions@1.0.0(postcss@8.4.30): resolution: { - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, + integrity: sha512-FPndJ/7oGlML7/4EhLi902wGOukO0Nn37PjwOQGc0BhhjQPy3np3By4d3M8s9Cfmp9EHEKgUHRN2DQ5HLT/hTw==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8): + /@csstools/postcss-font-format-keywords@3.0.0(postcss@8.4.30): resolution: { - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, + integrity: sha512-ntkGj+1uDa/u6lpjPxnkPcjJn7ChO/Kcy08YxctOZI7vwtrdYvFhmE476dq8bj1yna306+jQ9gzXIG/SWfOaRg==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.9): + /@csstools/postcss-gradients-interpolation-method@4.0.4(postcss@8.4.30): resolution: { - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, + integrity: sha512-JEQ+DqfltCLjzr/gAC9/DLxgjYXHrrDlgtiyhxqZOVpRQaLpJiCxNiKoEJFAPFXH5lbfwxvd4fwFDbCrAArIqA==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8): + /@csstools/postcss-hwb-function@3.0.3(postcss@8.4.30): resolution: { - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, + integrity: sha512-2TqrRD8JzSwQCRKKNc9BFhSEmsz+mR3RtwSw5mQSGILC+LIYCVWeYwC33cI+saFWv0DGZ0NXLx5VSX2tdJyU6w==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.9): + /@csstools/postcss-ic-unit@3.0.1(postcss@8.4.30): resolution: { - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, + integrity: sha512-OkKZV0XZQixChA6r68O9UfGNFv06cPVcuT+MjpzfEuoCfbNWCj+b0dhsmdz776giQ+DymPmFDlTD+QJEFPI7rw==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8): + /@csstools/postcss-initial@1.0.0(postcss@8.4.30): resolution: { - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, + integrity: sha512-1l7iHHjIl5qmVeGItugr4ZOlCREDP71mNKqoEyxlosIoiu3Os1nPWMHpuCvDLCLiWI/ONTOg3nzJh7gwHOrqUA==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.9): + /@csstools/postcss-is-pseudo-class@4.0.2(postcss@8.4.30): resolution: { - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, + integrity: sha512-LeAJozyZTY3c1SaHMbwF4p8Ego/2HHprYusmmdmUH7wP6lRF1w3s7IO2iNwQ6fHBrSOfkPUFaUtRUGZLBE23Eg==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) + postcss: 8.4.30 + postcss-selector-parser: 6.0.13 + dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8): + /@csstools/postcss-logical-float-and-clear@2.0.0(postcss@8.4.30): resolution: { - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, + integrity: sha512-Wki4vxsF6icRvRz8eF9bPpAvwaAt0RHwhVOyzfoFg52XiIMjb6jcbHkGxwpJXP4DVrnFEwpwmrz5aTRqOW82kg==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.9): + /@csstools/postcss-logical-resize@2.0.0(postcss@8.4.30): resolution: { - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, + integrity: sha512-lCQ1aX8c5+WI4t5EoYf3alTzJNNocMqTb+u1J9CINdDhFh1fjovqK+0aHalUHsNstZmzFPNzIkU4Mb3eM9U8SA==, } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8): + /@csstools/postcss-logical-viewport-units@2.0.2(postcss@8.4.30): resolution: { - integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, + integrity: sha512-g/QKzESt59SB+08kE3onn8obaqu56TtBg4K03hvsWLrNFoXbkuR6lhooaMyrRwH4f3KP08VnqsHqEtcm7ji87g==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-tokenizer": 2.2.0 + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.9): + /@csstools/postcss-media-minmax@1.0.7(postcss@8.4.30): resolution: { - integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, + integrity: sha512-5LGLdu8cJgRPmvkjUNqOPKIKeHbyQmoGKooB5Rh0mp5mLaNI9bl+IjFZ2keY0cztZYsriJsGf6Lu8R5XetuwoQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/media-query-list-parser": 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8): + /@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.2(postcss@8.4.30): resolution: { - integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, + integrity: sha512-kQJR6NvTRidsaRjCdHGjra2+fLoFiDQOm5B2aZrhmXqng/hweXjruboKzB326rxQO2L0m0T+gCKbZgyuncyhLg==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/media-query-list-parser": 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + postcss: 8.4.30 + dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.9): + /@csstools/postcss-nested-calc@3.0.0(postcss@8.4.30): resolution: { - integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, + integrity: sha512-HsB66aDWAouOwD/GcfDTS0a7wCuVWaTpXcjl5VKP0XvFxDiU+r0T8FG7xgb6ovZNZ+qzvGIwRM+CLHhDgXrYgQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.22.9): + /@csstools/postcss-normalize-display-values@3.0.1(postcss@8.4.30): resolution: { - integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==, + integrity: sha512-nUvRxI+ALJwkxZdPU4EDyuM380vP91sAGvI3jAOHs/sr3jfcCOzLkY6xKI1Mr526kZ3RivmMoYM/xq+XFyE/bw==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.8): + /@csstools/postcss-oklab-function@3.0.4(postcss@8.4.30): resolution: { - integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==, + integrity: sha512-uofu4uIhwExcFGVy1LckgWU4opiWWEEKYw528ejAXzQwYsyyPflOm7VaXc61SJlqqlqOl/go2Ty3IehW5sMC9Q==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 + dev: false - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.9): + /@csstools/postcss-progressive-custom-properties@3.0.1(postcss@8.4.30): resolution: { - integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==, + integrity: sha512-yfdEk8o3CWPTusoInmGpOVCcMg1FikcKZyYB5ApULg9mES4FTGNuHK3MESscmm64yladcLNkPlz26O7tk3LMbA==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.8): + /@csstools/postcss-relative-color-syntax@2.0.4(postcss@8.4.30): resolution: { - integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==, + integrity: sha512-DxR30Tzpm0RzFlvG6R1jDDPnK6VMDJDatfHtaN+HcFV0L/wI0+jCSmaDQxFYrdTHa91zKVc36JgVg9C8hbJ2CQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.21.8) - transitivePeerDependencies: - - supports-color - dev: true + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 + dev: false - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.9): + /@csstools/postcss-scope-pseudo-class@3.0.0(postcss@8.4.30): resolution: { - integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==, + integrity: sha512-GFNVsD97OuEcfHmcT0/DAZWAvTM/FFBDQndIOLawNc1Wq8YqpZwBdHa063Lq+Irk7azygTT+Iinyg3Lt76p7rg==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.9) - transitivePeerDependencies: - - supports-color + postcss: 8.4.30 + postcss-selector-parser: 6.0.13 + dev: false - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.8): + /@csstools/postcss-stepped-value-functions@3.0.1(postcss@8.4.30): resolution: { - integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==, + integrity: sha512-y1sykToXorFE+5cjtp//xAMWEAEple0kcZn2QhzEFIZDDNvGOCp5JvvmmPGsC3eDlj6yQp70l9uXZNLnimEYfA==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + postcss: 8.4.30 + dev: false - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.9): + /@csstools/postcss-text-decoration-shorthand@3.0.3(postcss@8.4.30): resolution: { - integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==, + integrity: sha512-d5J9m49HhqXRcw1S6vTZuviHi/iknUKGjBpChiNK1ARg9sSa3b8m5lsWz5Izs8ISORZdv2bZRwbw5Z2R6gQ9kQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@csstools/color-helpers": 3.0.2 + postcss: 8.4.30 + postcss-value-parser: 4.2.0 + dev: false - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.8): + /@csstools/postcss-trigonometric-functions@3.0.1(postcss@8.4.30): resolution: { - integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==, + integrity: sha512-hW+JPv0MPQfWC1KARgvJI6bisEUFAZWSvUNq/khGCupYV/h6Z9R2ZFz0Xc633LXBst0ezbXpy7NpnPurSx5Klw==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) + "@csstools/css-tokenizer": 2.2.0 + postcss: 8.4.30 + dev: false - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.9): + /@csstools/postcss-unset-value@3.0.0(postcss@8.4.30): resolution: { - integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==, + integrity: sha512-P0JD1WHh3avVyKKRKjd0dZIjCEeaBer8t1BbwGMUDtSZaLhXlLNBqZ8KkqHzYWXOJgHleXAny2/sx8LYl6qhEA==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss: ^8.4 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + postcss: 8.4.30 + dev: false - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8): + /@csstools/selector-specificity@3.0.0(postcss-selector-parser@6.0.13): resolution: { - integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==, + integrity: sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@babel/core": ^7.0.0-0 + postcss-selector-parser: ^6.0.13 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.21.8) - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true + postcss-selector-parser: 6.0.13 + dev: false - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.9): + /@dabh/diagnostics@2.0.3: resolution: { - integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==, + integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.22.9) - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + colorspace: 1.1.4 + enabled: 2.0.0 + kuler: 2.0.0 + dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.8): + /@date-io/core@2.17.0: resolution: { - integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==, + integrity: sha512-+EQE8xZhRM/hsY0CDTVyayMDDY5ihc4MqXCrPxooKw19yAzUIC6uUqsZeaOFNL9YKTNxYKrJP5DFgE8o5xRCOw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.20.7 - dev: true + dev: false - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.9): + /@date-io/date-fns@2.17.0(date-fns@2.30.0): resolution: { - integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==, + integrity: sha512-L0hWZ/mTpy3Gx/xXJ5tq5CzHo0L7ry6KEO9/w/JWiFWFLZgiNVo3ex92gOl3zmzjHqY/3Ev+5sehAr8UnGLEng==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + date-fns: ^2.0.0 + peerDependenciesMeta: + date-fns: + optional: true dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.20.7 + "@date-io/core": 2.17.0 + date-fns: 2.30.0 + dev: false - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8): + /@discoveryjs/json-ext@0.5.7: resolution: { - integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==, + integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ">=10.0.0" } - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.9): + /@dnd-kit/accessibility@3.0.1(react@18.2.0): resolution: { - integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==, + integrity: sha512-HXRrwS9YUYQO9lFRc/49uO/VICbM+O+ZRpFDe9Pd1rwVv2PCNkRiTZRdxrDgng/UkvdC3Re9r2vwPpXXrWeFzg==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ">=16.8.0" dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + react: 18.2.0 + tslib: 2.6.2 + dev: false - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.8): + /@dnd-kit/core@6.0.8(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==, + integrity: sha512-lYaoP8yHTQSLlZe6Rr9qogouGUz9oRUj4AHhDQGQzq/hqaJRpFo65X+JKsdHf8oUFBzx5A+SJPUvxAwTF2OabA==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ">=16.8.0" + react-dom: ">=16.8.0" dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@dnd-kit/accessibility": 3.0.1(react@18.2.0) + "@dnd-kit/utilities": 3.2.1(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tslib: 2.6.2 + dev: false - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.9): + /@dnd-kit/sortable@7.0.2(@dnd-kit/core@6.0.8)(react@18.2.0): resolution: { - integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==, + integrity: sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@dnd-kit/core": ^6.0.7 + react: ">=16.8.0" dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 + "@dnd-kit/core": 6.0.8(react-dom@18.2.0)(react@18.2.0) + "@dnd-kit/utilities": 3.2.1(react@18.2.0) + react: 18.2.0 + tslib: 2.6.2 + dev: false - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.8): + /@dnd-kit/utilities@3.2.1(react@18.2.0): resolution: { - integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==, + integrity: sha512-OOXqISfvBw/1REtkSK2N3Fi2EQiLMlWUlqnOK/UpOISqBZPWpE6TqL+jcPtMOkE8TqYGiURvRdPSI9hltNUjEA==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ">=16.8.0" dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + react: 18.2.0 + tslib: 2.6.2 + dev: false - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.9): + /@emotion/babel-plugin@11.11.0: resolution: { - integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==, + integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-module-imports": 7.22.15 + "@babel/runtime": 7.22.15 + "@emotion/hash": 0.9.1 + "@emotion/memoize": 0.8.1 + "@emotion/serialize": 1.1.2 + babel-plugin-macros: 3.1.0 + convert-source-map: 1.9.0 + escape-string-regexp: 4.0.0 + find-root: 1.1.0 + source-map: 0.5.7 + stylis: 4.2.0 - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.8): + /@emotion/cache@11.11.0: resolution: { - integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==, + integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@emotion/memoize": 0.8.1 + "@emotion/sheet": 1.2.2 + "@emotion/utils": 1.2.1 + "@emotion/weak-memoize": 0.3.1 + stylis: 4.2.0 - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.9): + /@emotion/css@11.11.2: resolution: { - integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==, + integrity: sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 + "@emotion/babel-plugin": 11.11.0 + "@emotion/cache": 11.11.0 + "@emotion/serialize": 1.1.2 + "@emotion/sheet": 1.2.2 + "@emotion/utils": 1.2.1 + dev: false - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.22.9): + /@emotion/hash@0.9.1: resolution: { - integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==, + integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-flow": 7.21.4(@babel/core@7.22.9) - dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8): + /@emotion/is-prop-valid@1.2.1: resolution: { - integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==, + integrity: sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@emotion/memoize": 0.8.1 - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.9): + /@emotion/memoize@0.8.1: resolution: { - integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==, + integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8): + /@emotion/react@11.11.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==, + integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@types/react": "*" + react: ">=16.8.0" + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@babel/core": 7.21.8 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.21.8) - "@babel/helper-function-name": 7.21.0 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@babel/runtime": 7.22.15 + "@emotion/babel-plugin": 11.11.0 + "@emotion/cache": 11.11.0 + "@emotion/serialize": 1.1.2 + "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) + "@emotion/utils": 1.2.1 + "@emotion/weak-memoize": 0.3.1 + "@types/react": 18.2.22 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.9): + /@emotion/serialize@1.1.2: resolution: { - integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==, + integrity: sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.22.9) - "@babel/helper-function-name": 7.21.0 - "@babel/helper-plugin-utils": 7.22.5 + "@emotion/hash": 0.9.1 + "@emotion/memoize": 0.8.1 + "@emotion/unitless": 0.8.1 + "@emotion/utils": 1.2.1 + csstype: 3.1.2 - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.8): + /@emotion/server@11.11.0: resolution: { - integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==, + integrity: sha512-6q89fj2z8VBTx9w93kJ5n51hsmtYuFPtZgnc1L8VzRx9ti4EU6EyvF6Nn1H1x3vcCQCF7u2dB2lY4AYJwUW4PA==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@emotion/css": ^11.0.0-rc.0 + peerDependenciesMeta: + "@emotion/css": + optional: true dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@emotion/utils": 1.2.1 + html-tokenize: 2.0.1 + multipipe: 1.0.2 + through: 2.3.8 + dev: false - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.9): + /@emotion/sheet@1.2.2: resolution: { - integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==, + integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.8): + /@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==, + integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@emotion/react": ^11.0.0-rc.0 + "@types/react": "*" + react: ">=16.8.0" + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@babel/runtime": 7.22.15 + "@emotion/babel-plugin": 11.11.0 + "@emotion/is-prop-valid": 1.2.1 + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/serialize": 1.1.2 + "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) + "@emotion/utils": 1.2.1 + "@types/react": 18.2.22 + react: 18.2.0 - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.9): + /@emotion/unitless@0.8.1: resolution: { - integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==, + integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8): + /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0): resolution: { - integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==, + integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ">=16.8.0" dependencies: - "@babel/core": 7.21.8 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color - dev: true + react: 18.2.0 - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.9): + /@emotion/utils@1.2.1: resolution: { - integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==, + integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8): + /@emotion/weak-memoize@0.3.1: resolution: { - integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==, + integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.9): + /@esbuild/android-arm64@0.18.20: resolution: { - integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==, + integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.21.5 - transitivePeerDependencies: - - supports-color + engines: { node: ">=12" } + cpu: [arm64] + os: [android] + requiresBuild: true + optional: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.8): + /@esbuild/android-arm@0.18.20: resolution: { - integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==, + integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - transitivePeerDependencies: - - supports-color - dev: true + engines: { node: ">=12" } + cpu: [arm] + os: [android] + requiresBuild: true + optional: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.22.9): + /@esbuild/android-x64@0.18.20: resolution: { - integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==, + integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - transitivePeerDependencies: - - supports-color + engines: { node: ">=12" } + cpu: [x64] + os: [android] + requiresBuild: true + optional: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.8): + /@esbuild/darwin-arm64@0.18.20: resolution: { - integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==, + integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color - dev: true + engines: { node: ">=12" } + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.9): + /@esbuild/darwin-x64@0.18.20: resolution: { - integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==, + integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-module-transforms": 7.21.5 - "@babel/helper-plugin-utils": 7.22.5 - transitivePeerDependencies: - - supports-color + engines: { node: ">=12" } + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.8): + /@esbuild/freebsd-arm64@0.18.20: resolution: { - integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==, + integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ">=12" } + cpu: [arm64] + os: [freebsd] + requiresBuild: true + optional: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.22.9): + /@esbuild/freebsd-x64@0.18.20: resolution: { - integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==, + integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [x64] + os: [freebsd] + requiresBuild: true + optional: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.8): + /@esbuild/linux-arm64@0.18.20: resolution: { - integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==, + integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ">=12" } + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.9): + /@esbuild/linux-arm@0.18.20: resolution: { - integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==, + integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): + /@esbuild/linux-ia32@0.18.20: resolution: { - integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==, + integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true + engines: { node: ">=12" } + cpu: [ia32] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.9): + /@esbuild/linux-loong64@0.18.20: resolution: { - integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==, + integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.21.5 - transitivePeerDependencies: - - supports-color + engines: { node: ">=12" } + cpu: [loong64] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.8): + /@esbuild/linux-mips64el@0.18.20: resolution: { - integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==, + integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ">=12" } + cpu: [mips64el] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.22.9): + /@esbuild/linux-ppc64@0.18.20: resolution: { - integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==, + integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [ppc64] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.8): + /@esbuild/linux-riscv64@0.18.20: resolution: { - integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==, + integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ">=12" } + cpu: [riscv64] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.9): + /@esbuild/linux-s390x@0.18.20: resolution: { - integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==, + integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [s390x] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.22.9): + /@esbuild/linux-x64@0.18.20: resolution: { - integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==, + integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true - /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.9): + /@esbuild/netbsd-x64@0.18.20: resolution: { - integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==, + integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [x64] + os: [netbsd] + requiresBuild: true + optional: true - /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.9): + /@esbuild/openbsd-x64@0.18.20: resolution: { - integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==, + integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.9) + engines: { node: ">=12" } + cpu: [x64] + os: [openbsd] + requiresBuild: true + optional: true - /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.9): + /@esbuild/sunos-x64@0.18.20: resolution: { - integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==, + integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.9) - "@babel/types": 7.22.5 + engines: { node: ">=12" } + cpu: [x64] + os: [sunos] + requiresBuild: true + optional: true - /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.9): + /@esbuild/win32-arm64@0.18.20: resolution: { - integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==, + integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ">=12" } + cpu: [arm64] + os: [win32] + requiresBuild: true + optional: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8): + /@esbuild/win32-ia32@0.18.20: resolution: { - integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==, + integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - regenerator-transform: 0.15.1 - dev: true + engines: { node: ">=12" } + cpu: [ia32] + os: [win32] + requiresBuild: true + optional: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.9): + /@esbuild/win32-x64@0.18.20: resolution: { - integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==, + integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - regenerator-transform: 0.15.1 + engines: { node: ">=12" } + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.8): + /@eslint-community/eslint-utils@4.4.0(eslint@8.49.0): resolution: { - integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==, + integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, } - engines: { node: ">=6.9.0" } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - "@babel/core": ^7.0.0-0 + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + eslint: 8.49.0 + eslint-visitor-keys: 3.4.3 - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.9): + /@eslint-community/regexpp@4.8.1: resolution: { - integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==, + integrity: sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.22.9): + /@eslint/eslintrc@2.1.2: resolution: { - integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==, + integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@babel/core": 7.22.9 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.9) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.9) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.9) - semver: 6.3.0 + ajv: 6.12.6 + debug: 4.3.4 + espree: 9.6.1 + globals: 13.22.0 + ignore: 5.2.4 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.8): + /@eslint/js@8.49.0: resolution: { - integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==, + integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.9): + /@faceless-ui/modal@2.0.1(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==, + integrity: sha512-z1PaaLxwuX+1In4vhUxODZndGKdCY+WIqzvtnas3CaYGGCVJBSJ4jfv9UEEGZzcahmSy+71bEL89cUT6d36j1Q==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + body-scroll-lock: 3.1.5 + focus-trap: 6.9.4 + qs: 6.11.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + dev: false - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.8): + /@faceless-ui/scroll-info@1.3.0(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==, + integrity: sha512-X+doJMzQqyVGpwV/YgXUAalNWepP2W8ThgZspKZLFG43zTYLVTU17BYCjjY+ggKuA3b0W3JyXZ2M8f247AdmHw==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 - dev: true + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.9): + /@faceless-ui/window-info@2.1.1(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==, + integrity: sha512-gMAgda7beR4CNpBIXjgRVn97ek0LG3PAj9lxmoYdg574IEzLFZAh3eAYtTaS2XLKgb4+IHhsuBzlGmHbeOo2Aw==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8): + /@fal-works/esbuild-plugin-global-externals@2.1.2: resolution: { - integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==, + integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.9): + /@floating-ui/core@1.5.0: resolution: { - integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==, + integrity: sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@floating-ui/utils": 0.1.4 - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.8): + /@floating-ui/dom@1.5.3: resolution: { - integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==, + integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@floating-ui/core": 1.5.0 + "@floating-ui/utils": 0.1.4 - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.9): + /@floating-ui/react-dom@2.0.2(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==, + integrity: sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ">=16.8.0" + react-dom: ">=16.8.0" dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@floating-ui/dom": 1.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.8): + /@floating-ui/utils@0.1.4: resolution: { - integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==, + integrity: sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.9): + /@googlemaps/js-api-loader@1.16.2: resolution: { - integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==, + integrity: sha512-psGw5u0QM6humao48Hn4lrChOM2/rA43ZCm3tKK9qQsEj1/VzqkCqnvGfEOshDbBQflydfaRovbKwZMF4AyqbA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + fast-deep-equal: 3.1.3 + dev: false - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.22.9): + /@googlemaps/react-wrapper@1.1.35(react@18.2.0): resolution: { - integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==, + integrity: sha512-vK+BDQMHN0Oqr66cW3ZPWVK43BUmJJBu6P8T74tc6/fKpUJUlFEaZsupgIIRRRDW9ejB8uGagUmwOnA2gdcvbw==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + react: ">=16.8.0" dependencies: - "@babel/core": 7.22.9 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.21.8(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-typescript": 7.21.4(@babel/core@7.22.9) - transitivePeerDependencies: - - supports-color + "@googlemaps/js-api-loader": 1.16.2 + react: 18.2.0 + dev: false - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.8): + /@graphql-typed-document-node/core@3.2.0(graphql@15.8.0): resolution: { - integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==, + integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==, } - engines: { node: ">=6.9.0" } peerDependencies: - "@babel/core": ^7.0.0-0 + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - dev: true + graphql: 15.8.0 - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.9): + /@hapi/address@4.1.0: resolution: { - integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==, + integrity: sha512-SkszZf13HVgGmChdHo/PxchnSaCJ6cetVqLzyciudzZRT0jcOouIF/Q93mgjw8cce+D+4F4C1Z/WrfFN+O3VHQ==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 + deprecated: Moved to 'npm install @sideway/address' dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 + "@hapi/hoek": 9.3.0 + dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.8): + /@hapi/boom@10.0.1: resolution: { - integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==, + integrity: sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - dev: true + "@hapi/hoek": 11.0.2 + dev: false - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.9): + /@hapi/bourne@3.0.0: resolution: { - integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==, + integrity: sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-create-regexp-features-plugin": 7.21.8(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 + dev: false - /@babel/preset-env@7.21.5(@babel/core@7.21.8): + /@hapi/formula@2.0.0: resolution: { - integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==, + integrity: sha512-V87P8fv7PI0LH7LiVi8Lkf3x+KCO7pQozXRssAHNXXL9L1K+uyu4XypLXwxqVDKgyQai6qj3/KteNlrqDx4W5A==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.21.8 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.21.8) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.21.0 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.20.7(@babel/core@7.21.8) - "@babel/plugin-proposal-async-generator-functions": 7.20.7(@babel/core@7.21.8) - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-class-static-block": 7.21.0(@babel/core@7.21.8) - "@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-logical-assignment-operators": 7.20.7(@babel/core@7.21.8) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.21.8) - "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.21.8) - "@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-proposal-private-property-in-object": 7.21.0(@babel/core@7.21.8) - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.8) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.21.8) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.8) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.21.8) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.21.8) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.8) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.8) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.8) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.8) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.21.8) - "@babel/plugin-transform-arrow-functions": 7.21.5(@babel/core@7.21.8) - "@babel/plugin-transform-async-to-generator": 7.20.7(@babel/core@7.21.8) - "@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-block-scoping": 7.21.0(@babel/core@7.21.8) - "@babel/plugin-transform-classes": 7.21.0(@babel/core@7.21.8) - "@babel/plugin-transform-computed-properties": 7.21.5(@babel/core@7.21.8) - "@babel/plugin-transform-destructuring": 7.21.3(@babel/core@7.21.8) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-for-of": 7.21.5(@babel/core@7.21.8) - "@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-transform-literals": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-modules-amd": 7.20.11(@babel/core@7.21.8) - "@babel/plugin-transform-modules-commonjs": 7.21.5(@babel/core@7.21.8) - "@babel/plugin-transform-modules-systemjs": 7.20.11(@babel/core@7.21.8) - "@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.21.8) - "@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-parameters": 7.21.3(@babel/core@7.21.8) - "@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-regenerator": 7.21.5(@babel/core@7.21.8) - "@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-spread": 7.20.7(@babel/core@7.21.8) - "@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.21.8) - "@babel/plugin-transform-unicode-escapes": 7.21.5(@babel/core@7.21.8) - "@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.21.8) - "@babel/preset-modules": 0.1.5(@babel/core@7.21.8) - "@babel/types": 7.22.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) - core-js-compat: 3.30.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color + deprecated: Moved to 'npm install @sideway/formula' dev: true - /@babel/preset-env@7.21.5(@babel/core@7.22.9): + /@hapi/hoek@10.0.1: resolution: { - integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==, + integrity: sha512-CvlW7jmOhWzuqOqiJQ3rQVLMcREh0eel4IBnxDx2FAcK8g7qoJRQK4L1CPBASoCY6y8e6zuCy3f2g+HWdkzcMw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.22.9 - "@babel/helper-compilation-targets": 7.21.5(@babel/core@7.22.9) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.21.0 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-proposal-async-generator-functions": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-class-static-block": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-logical-assignment-operators": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-private-property-in-object": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.9) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.9) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.9) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.22.9) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.9) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.9) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.9) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.9) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.9) - "@babel/plugin-transform-arrow-functions": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-async-to-generator": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-block-scoping": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-transform-classes": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-transform-computed-properties": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-destructuring": 7.21.3(@babel/core@7.22.9) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-for-of": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-transform-literals": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-modules-amd": 7.20.11(@babel/core@7.22.9) - "@babel/plugin-transform-modules-commonjs": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-modules-systemjs": 7.20.11(@babel/core@7.22.9) - "@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.22.9) - "@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-parameters": 7.21.3(@babel/core@7.22.9) - "@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-regenerator": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-spread": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-transform-unicode-escapes": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.22.9) - "@babel/preset-modules": 0.1.5(@babel/core@7.22.9) - "@babel/types": 7.22.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.9) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.9) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.9) - core-js-compat: 3.30.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color + dev: false - /@babel/preset-flow@7.21.4(@babel/core@7.22.9): + /@hapi/hoek@11.0.2: resolution: { - integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==, + integrity: sha512-aKmlCO57XFZ26wso4rJsW4oTUnrgTFw2jh3io7CAtO9w4UltBNwRXvXIVzzyfkaaLRo3nluP/19msA8vDUUuKw==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 + dev: false + + /@hapi/hoek@9.3.0: + resolution: + { + integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==, + } + + /@hapi/joi@17.1.1: + resolution: + { + integrity: sha512-p4DKeZAoeZW4g3u7ZeRo+vCDuSDgSvtsB/NpfjXEHTUjSeINAi/RrVOWiVQ1isaoLzMvFEhe8n5065mQq1AdQg==, + } + deprecated: Switch to 'npm install joi' dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-transform-flow-strip-types": 7.21.0(@babel/core@7.22.9) + "@hapi/address": 4.1.0 + "@hapi/formula": 2.0.0 + "@hapi/hoek": 9.3.0 + "@hapi/pinpoint": 2.0.1 + "@hapi/topo": 5.1.0 dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.21.8): + /@hapi/pinpoint@2.0.1: resolution: { - integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==, + integrity: sha512-EKQmr16tM8s16vTT3cA5L0kZZcTMU5DUOZTuvpnY738m+jyP3JIUj+Mm1xc1rsLkGBQ/gVnfKYPwOmPg1tUR4Q==, } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.21.8 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.8) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.21.8) - "@babel/types": 7.22.5 - esutils: 2.0.3 dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.22.9): + /@hapi/topo@5.1.0: resolution: { - integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==, + integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==, } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.9) - "@babel/types": 7.22.5 - esutils: 2.0.3 + "@hapi/hoek": 9.3.0 - /@babel/preset-react@7.22.5(@babel/core@7.22.9): + /@hapi/wreck@18.0.1: resolution: { - integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==, + integrity: sha512-OLHER70+rZxvDl75xq3xXOfd3e8XIvz8fWY0dqg92UvhZ29zo24vQgfqgHSYhB5ZiuFpSLeriOisAlxAo/1jWg==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.9) - "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.9) - "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.22.9) - "@babel/plugin-transform-react-pure-annotations": 7.22.5(@babel/core@7.22.9) + "@hapi/boom": 10.0.1 + "@hapi/bourne": 3.0.0 + "@hapi/hoek": 11.0.2 + dev: false - /@babel/preset-typescript@7.21.5(@babel/core@7.22.9): + /@humanwhocodes/config-array@0.11.11: resolution: { - integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==, + integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 + engines: { node: ">=10.10.0" } dependencies: - "@babel/core": 7.22.9 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-syntax-jsx": 7.21.4(@babel/core@7.22.9) - "@babel/plugin-transform-modules-commonjs": 7.21.5(@babel/core@7.22.9) - "@babel/plugin-transform-typescript": 7.21.3(@babel/core@7.22.9) + "@humanwhocodes/object-schema": 1.2.1 + debug: 4.3.4 + minimatch: 3.1.2 transitivePeerDependencies: - supports-color - /@babel/register@7.21.0(@babel/core@7.22.9): + /@humanwhocodes/module-importer@1.0.1: resolution: { - integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==, + integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - clone-deep: 4.0.1 - find-cache-dir: 2.1.0 - make-dir: 2.1.0 - pirates: 4.0.5 - source-map-support: 0.5.21 - dev: true + engines: { node: ">=12.22" } - /@babel/regjsgen@0.8.0: + /@humanwhocodes/object-schema@1.2.1: resolution: { - integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, + integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==, } - /@babel/runtime@7.0.0: + /@isaacs/cliui@8.0.2: resolution: { - integrity: sha512-7hGhzlcmg01CvH1EHdSPVXYX1aJ8KCEyz6I9xYIi/asDtzBPMyMhVibhM/K6g/5qnKBwjZtp10bNZIEFTRW1MA==, + integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, } + engines: { node: ">=12" } dependencies: - regenerator-runtime: 0.12.1 - dev: false + string-width: 5.1.2 + string-width-cjs: /string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: /strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: /wrap-ansi@7.0.0 + dev: true - /@babel/runtime@7.21.5: + /@istanbuljs/load-nyc-config@1.1.0: resolution: { - integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==, + integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ">=8" } dependencies: - regenerator-runtime: 0.13.11 + camelcase: 5.3.1 + find-up: 4.1.0 + get-package-type: 0.1.0 + js-yaml: 3.14.1 + resolve-from: 5.0.0 - /@babel/runtime@7.22.6: + /@istanbuljs/schema@0.1.3: resolution: { - integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==, + integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==, } - engines: { node: ">=6.9.0" } - dependencies: - regenerator-runtime: 0.13.11 + engines: { node: ">=8" } - /@babel/template@7.20.7: + /@jest/console@29.7.0: resolution: { - integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==, + integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/code-frame": 7.22.5 - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 + "@jest/types": 29.6.3 + "@types/node": 18.17.18 + chalk: 4.1.2 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + slash: 3.0.0 - /@babel/template@7.22.5: + /@jest/core@29.7.0(ts-node@10.9.1): resolution: { - integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==, + integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true dependencies: - "@babel/code-frame": 7.22.5 - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 + "@jest/console": 29.7.0 + "@jest/reporters": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 18.17.18 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + ci-info: 3.8.0 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-changed-files: 29.7.0 + jest-config: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 + micromatch: 4.0.5 + pretty-format: 29.7.0 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + - ts-node - /@babel/traverse@7.21.5: + /@jest/environment@29.7.0: resolution: { - integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==, + integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/code-frame": 7.22.5 - "@babel/generator": 7.22.9 - "@babel/helper-environment-visitor": 7.21.5 - "@babel/helper-function-name": 7.21.0 - "@babel/helper-hoist-variables": 7.18.6 - "@babel/helper-split-export-declaration": 7.18.6 - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true + "@jest/fake-timers": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 18.17.18 + jest-mock: 29.7.0 - /@babel/traverse@7.22.8: + /@jest/expect-utils@29.7.0: resolution: { - integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==, + integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/code-frame": 7.22.5 - "@babel/generator": 7.22.9 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + jest-get-type: 29.6.3 - /@babel/types@7.21.5: + /@jest/expect@29.7.0: resolution: { - integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==, + integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - to-fast-properties: 2.0.0 - dev: true + expect: 29.7.0 + jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color - /@babel/types@7.22.5: + /@jest/fake-timers@29.7.0: resolution: { - integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, + integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==, } - engines: { node: ">=6.9.0" } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - to-fast-properties: 2.0.0 + "@jest/types": 29.6.3 + "@sinonjs/fake-timers": 10.3.0 + "@types/node": 18.17.18 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 - /@base2/pretty-print-object@1.0.1: + /@jest/globals@29.7.0: resolution: { - integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==, + integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==, } - dev: true + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + dependencies: + "@jest/environment": 29.7.0 + "@jest/expect": 29.7.0 + "@jest/types": 29.6.3 + jest-mock: 29.7.0 + transitivePeerDependencies: + - supports-color - /@bcherny/json-schema-ref-parser@9.0.9: + /@jest/reporters@29.7.0: resolution: { - integrity: sha512-vmEmnJCfpkLdas++9OYg6riIezTYqTHpqUTODJzHLzs5UnXujbOJW9VwcVCnyo1mVRt32FRr23iXBx/sX8YbeQ==, + integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==, } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true dependencies: - "@jsdevtools/ono": 7.1.3 - "@types/json-schema": 7.0.11 - call-me-maybe: 1.0.2 - js-yaml: 4.1.0 - dev: false + "@bcoe/v8-coverage": 0.2.3 + "@jest/console": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + "@jridgewell/trace-mapping": 0.3.19 + "@types/node": 18.17.18 + chalk: 4.1.2 + collect-v8-coverage: 1.0.2 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 6.0.0 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.6 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + jest-worker: 29.7.0 + slash: 3.0.0 + string-length: 4.0.2 + strip-ansi: 6.0.1 + v8-to-istanbul: 9.1.0 + transitivePeerDependencies: + - supports-color - /@bcoe/v8-coverage@0.2.3: + /@jest/schemas@29.6.3: resolution: { - integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==, + integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==, } - dev: true + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + dependencies: + "@sinclair/typebox": 0.27.8 - /@changesets/apply-release-plan@6.1.4: + /@jest/source-map@29.6.3: resolution: { - integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==, + integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==, } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/runtime": 7.22.6 - "@changesets/config": 2.3.1 - "@changesets/get-version-range-type": 0.3.2 - "@changesets/git": 2.0.0 - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - detect-indent: 6.1.0 - fs-extra: 7.0.1 - lodash.startcase: 4.4.0 - outdent: 0.5.0 - prettier: 2.8.8 - resolve-from: 5.0.0 - semver: 7.5.4 - dev: true + "@jridgewell/trace-mapping": 0.3.19 + callsites: 3.1.0 + graceful-fs: 4.2.11 - /@changesets/assemble-release-plan@5.2.4: + /@jest/test-result@29.7.0: resolution: { - integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==, + integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==, } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/runtime": 7.22.6 - "@changesets/errors": 0.1.4 - "@changesets/get-dependents-graph": 1.3.6 - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - semver: 7.5.4 - dev: true + "@jest/console": 29.7.0 + "@jest/types": 29.6.3 + "@types/istanbul-lib-coverage": 2.0.4 + collect-v8-coverage: 1.0.2 - /@changesets/changelog-git@0.1.14: + /@jest/test-sequencer@29.7.0: resolution: { - integrity: sha512-+vRfnKtXVWsDDxGctOfzJsPhaCdXRYoe+KyWYoq5X/GqoISREiat0l3L8B0a453B2B4dfHGcZaGyowHbp9BSaA==, + integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==, } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@changesets/types": 5.2.1 - dev: true + "@jest/test-result": 29.7.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + slash: 3.0.0 - /@changesets/changelog-github@0.4.8: + /@jest/transform@29.7.0: resolution: { - integrity: sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw==, + integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==, } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@changesets/get-github-info": 0.5.2 - "@changesets/types": 5.2.1 - dotenv: 8.6.0 + "@babel/core": 7.22.20 + "@jest/types": 29.6.3 + "@jridgewell/trace-mapping": 0.3.19 + babel-plugin-istanbul: 6.1.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + micromatch: 4.0.5 + pirates: 4.0.6 + slash: 3.0.0 + write-file-atomic: 4.0.2 transitivePeerDependencies: - - encoding - dev: true + - supports-color - /@changesets/cli@2.26.2: + /@jest/types@27.5.1: resolution: { - integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==, + integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==, } - hasBin: true + engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - "@babel/runtime": 7.21.5 - "@changesets/apply-release-plan": 6.1.4 - "@changesets/assemble-release-plan": 5.2.4 - "@changesets/changelog-git": 0.1.14 - "@changesets/config": 2.3.1 - "@changesets/errors": 0.1.4 - "@changesets/get-dependents-graph": 1.3.6 - "@changesets/get-release-plan": 3.0.17 - "@changesets/git": 2.0.0 - "@changesets/logger": 0.0.5 - "@changesets/pre": 1.0.14 - "@changesets/read": 0.5.9 - "@changesets/types": 5.2.1 - "@changesets/write": 0.2.3 - "@manypkg/get-packages": 1.1.3 - "@types/is-ci": 3.0.0 - "@types/semver": 7.5.0 - ansi-colors: 4.1.3 - chalk: 2.4.2 - enquirer: 2.3.6 - external-editor: 3.1.0 - fs-extra: 7.0.1 - human-id: 1.0.2 - is-ci: 3.0.1 - meow: 6.1.1 - outdent: 0.5.0 - p-limit: 2.3.0 - preferred-pm: 3.0.3 - resolve-from: 5.0.0 - semver: 7.5.4 - spawndamnit: 2.0.0 - term-size: 2.2.1 - tty-table: 4.2.1 + "@types/istanbul-lib-coverage": 2.0.4 + "@types/istanbul-reports": 3.0.1 + "@types/node": 18.17.18 + "@types/yargs": 16.0.5 + chalk: 4.1.2 dev: true - /@changesets/config@2.3.1: + /@jest/types@29.6.3: resolution: { - integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==, + integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==, } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@changesets/errors": 0.1.4 - "@changesets/get-dependents-graph": 1.3.6 - "@changesets/logger": 0.0.5 - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - fs-extra: 7.0.1 - micromatch: 4.0.5 - dev: true + "@jest/schemas": 29.6.3 + "@types/istanbul-lib-coverage": 2.0.4 + "@types/istanbul-reports": 3.0.1 + "@types/node": 18.17.18 + "@types/yargs": 17.0.24 + chalk: 4.1.2 - /@changesets/errors@0.1.4: + /@jridgewell/gen-mapping@0.3.3: resolution: { - integrity: sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q==, + integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, } + engines: { node: ">=6.0.0" } dependencies: - extendable-error: 0.1.7 - dev: true + "@jridgewell/set-array": 1.1.2 + "@jridgewell/sourcemap-codec": 1.4.15 + "@jridgewell/trace-mapping": 0.3.19 - /@changesets/get-dependents-graph@1.3.6: + /@jridgewell/resolve-uri@3.1.1: resolution: { - integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==, + integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==, } - dependencies: - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - chalk: 2.4.2 - fs-extra: 7.0.1 - semver: 7.5.4 - dev: true + engines: { node: ">=6.0.0" } - /@changesets/get-github-info@0.5.2: + /@jridgewell/set-array@1.1.2: resolution: { - integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==, + integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, } - dependencies: - dataloader: 1.4.0 - node-fetch: 2.6.9 - transitivePeerDependencies: - - encoding - dev: true + engines: { node: ">=6.0.0" } - /@changesets/get-release-plan@3.0.17: + /@jridgewell/source-map@0.3.5: resolution: { - integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==, + integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==, } dependencies: - "@babel/runtime": 7.22.6 - "@changesets/assemble-release-plan": 5.2.4 - "@changesets/config": 2.3.1 - "@changesets/pre": 1.0.14 - "@changesets/read": 0.5.9 - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - dev: true + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.19 - /@changesets/get-version-range-type@0.3.2: + /@jridgewell/sourcemap-codec@1.4.15: resolution: { - integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==, + integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, } - dev: true - /@changesets/git@2.0.0: + /@jridgewell/trace-mapping@0.3.19: resolution: { - integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==, + integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==, } dependencies: - "@babel/runtime": 7.22.6 - "@changesets/errors": 0.1.4 - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - is-subdir: 1.2.0 - micromatch: 4.0.5 - spawndamnit: 2.0.0 - dev: true + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.4.15 - /@changesets/logger@0.0.5: + /@jridgewell/trace-mapping@0.3.9: resolution: { - integrity: sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw==, + integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==, } dependencies: - chalk: 2.4.2 - dev: true + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.4.15 - /@changesets/parse@0.3.16: + /@jsdevtools/ono@7.1.3: resolution: { - integrity: sha512-127JKNd167ayAuBjUggZBkmDS5fIKsthnr9jr6bdnuUljroiERW7FBTDNnNVyJ4l69PzR57pk6mXQdtJyBCJKg==, + integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==, } - dependencies: - "@changesets/types": 5.2.1 - js-yaml: 3.14.1 - dev: true + dev: false - /@changesets/pre@1.0.14: + /@juggle/resize-observer@3.4.0: resolution: { - integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==, + integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==, } - dependencies: - "@babel/runtime": 7.22.6 - "@changesets/errors": 0.1.4 - "@changesets/types": 5.2.1 - "@manypkg/get-packages": 1.1.3 - fs-extra: 7.0.1 - dev: true - /@changesets/read@0.5.9: + /@kwsites/file-exists@1.1.1: resolution: { - integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==, + integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==, } dependencies: - "@babel/runtime": 7.22.6 - "@changesets/git": 2.0.0 - "@changesets/logger": 0.0.5 - "@changesets/parse": 0.3.16 - "@changesets/types": 5.2.1 - chalk: 2.4.2 - fs-extra: 7.0.1 - p-filter: 2.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color dev: true - /@changesets/types@4.1.0: + /@kwsites/promise-deferred@1.1.1: resolution: { - integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==, + integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==, } dev: true - /@changesets/types@5.2.1: + /@manypkg/find-root@1.1.0: resolution: { - integrity: sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg==, + integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==, } + dependencies: + "@babel/runtime": 7.22.15 + "@types/node": 12.20.55 + find-up: 4.1.0 + fs-extra: 8.1.0 dev: true - /@changesets/write@0.2.3: + /@manypkg/get-packages@1.1.3: resolution: { - integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==, + integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==, } dependencies: - "@babel/runtime": 7.22.6 - "@changesets/types": 5.2.1 - fs-extra: 7.0.1 - human-id: 1.0.2 - prettier: 2.8.8 + "@babel/runtime": 7.22.15 + "@changesets/types": 4.1.0 + "@manypkg/find-root": 1.1.0 + fs-extra: 8.1.0 + globby: 11.1.0 + read-yaml-file: 1.1.0 dev: true - /@colors/colors@1.5.0: + /@material-ui/codemod@4.5.1(jscodeshift@0.13.1): resolution: { - integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==, + integrity: sha512-JkZJ+28tNIg/1ecTNO5aul0UmXlsSjKN+WaY0L6eBXTpRpfHj1dnOg8C6QYI2IJoxDr0juZ74Kafwu1EcS/ICw==, } - engines: { node: ">=0.1.90" } + engines: { node: ">=8.0.0" } + dependencies: + "@babel/core": 7.22.20 + "@babel/traverse": 7.22.20 + jscodeshift-add-imports: 1.0.10(jscodeshift@0.13.1) + transitivePeerDependencies: + - jscodeshift + - supports-color + dev: true - /@commons-ui/core@0.1.0(@mui/material@5.14.0)(@mui/styles@5.12.3)(react-dom@18.2.0)(react@18.2.0)(simplebar-react@2.4.3): + /@mdx-js/react@2.3.0(react@18.2.0): resolution: { - integrity: sha512-cqizgJzE/XXnf27d/TSrN5FqmEwGdzMz1YOsMSzBoNl9OZc78BnyjeB1dXQw1pOdj/S1qdIsuTRPIekL3DxO5Q==, + integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==, } peerDependencies: - "@mui/material": ^5.10.7 - "@mui/styles": ^5.10.7 - react: ^17.0.2 - react-dom: ^17.0.2 - simplebar-react: ^2.1.0 + react: ">=16" dependencies: - "@mui/material": 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@mui/styles": 5.12.3(@types/react@18.2.15)(react@18.2.0) - clsx: 1.2.1 - prop-types: 15.8.1 + "@types/mdx": 2.0.7 + "@types/react": 18.2.22 react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - simplebar-react: 2.4.3(react-dom@18.2.0)(react@18.2.0) - dev: false - - /@corex/deepmerge@2.6.148: - resolution: - { - integrity: sha512-6QMz0/2h5C3ua51iAnXMPWFbb1QOU1UvSM4bKBw5mzdT+WtLgjbETBBIQZ+Sh9WvEcGwlAt/DEdRpIC3XlDBMA==, - } dev: true - /@cspotcode/source-map-support@0.8.1: + /@monaco-editor/loader@1.3.3(monaco-editor@0.38.0): resolution: { - integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==, + integrity: sha512-6KKF4CTzcJiS8BJwtxtfyYt9shBiEv32ateQ9T4UVogwn4HM/uPo9iJd2Dmbkpz8CM6Y0PDUpjnZzCwC+eYo2Q==, } - engines: { node: ">=12" } + peerDependencies: + monaco-editor: ">= 0.21.0 < 1" dependencies: - "@jridgewell/trace-mapping": 0.3.9 - dev: true + monaco-editor: 0.38.0 + state-local: 1.0.7 + dev: false - /@csstools/cascade-layer-name-parser@1.0.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): + /@monaco-editor/react@4.5.2(monaco-editor@0.38.0)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-zXMGsJetbLoXe+gjEES07MEGjL0Uy3hMxmnGtVBrRpVKr5KV9OgCB09zr/vLrsEtoVQTgJFewxaU8IYSAE4tjg==, + integrity: sha512-emcWu6vg1OpXPiYll4aPOaXe8bwYB4UaaNTwtArFLgMoNGBzRZb2Xn0Bra2HMIFM7QLgs7fCGunHO5LkfT2LBA==, } - engines: { node: ^14 || ^16 || >=18 } peerDependencies: - "@csstools/css-parser-algorithms": ^2.3.1 - "@csstools/css-tokenizer": ^2.2.0 + monaco-editor: ">= 0.25.0 < 1" + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 + "@monaco-editor/loader": 1.3.3(monaco-editor@0.38.0) + monaco-editor: 0.38.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@csstools/color-helpers@3.0.0: + /@mongodb-js/saslprep@1.1.0: resolution: { - integrity: sha512-rBODd1rY01QcenD34QxbQxLc1g+Uh7z1X/uzTHNQzJUnFCT9/EZYI7KWq+j0YfWMXJsRJ8lVkqBcB0R/qLr+yg==, + integrity: sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==, } - engines: { node: ^14 || ^16 || >=18 } + requiresBuild: true + dependencies: + sparse-bitfield: 3.0.3 dev: false + optional: true - /@csstools/css-calc@1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): - resolution: - { - integrity: sha512-7mJZ8gGRtSQfQKBQFi5N0Z+jzNC0q8bIkwojP1W0w+APzEqHu5wJoGVsvKxVnVklu9F8tW1PikbBRseYnAdv+g==, - } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - "@csstools/css-parser-algorithms": ^2.3.1 - "@csstools/css-tokenizer": ^2.2.0 - dependencies: - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - dev: false - - /@csstools/css-color-parser@1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): + /@mui/base@5.0.0-alpha.121(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-YaEnCoPTdhE4lPQFH3dU4IEk8S+yCnxS88wMv45JzlnMfZp57hpqA6qf2gX8uv7IJTJ/43u6pTQmhy7hCjlz7g==, + integrity: sha512-8nJRY76UqlJV+q/Yzo0tgGfPWEOa+4N9rjO81fMmcJqP0I6m54hLDXsjvMg4tvelY5eKHXUK6Tb7en+GHfTqZA==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - "@csstools/css-parser-algorithms": ^2.3.1 - "@csstools/css-tokenizer": ^2.2.0 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@csstools/color-helpers": 3.0.0 - "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 + "@babel/runtime": 7.22.15 + "@emotion/is-prop-valid": 1.2.1 + "@mui/types": 7.2.4(@types/react@18.2.22) + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@popperjs/core": 2.11.8 + "@types/react": 18.2.22 + clsx: 1.2.1 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 dev: false - /@csstools/css-parser-algorithms@2.3.1(@csstools/css-tokenizer@2.2.0): + /@mui/base@5.0.0-beta.16(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-xrvsmVUtefWMWQsGgFffqWSK03pZ1vfDki4IVIIUxxDKnGBzqNgv0A7SB1oXtVNEkcVO8xi1ZrTL29HhSu5kGA==, + integrity: sha512-OYxhC81c9bO0wobGcM8rrY5bRwpCXAI21BL0P2wz/2vTv4ek7ALz9+U5M8wgdmtRNUhmCmAB4L2WRwFRf5Cd8Q==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - "@csstools/css-tokenizer": ^2.2.0 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@csstools/css-tokenizer": 2.2.0 - dev: false + "@babel/runtime": 7.22.15 + "@floating-ui/react-dom": 2.0.2(react-dom@18.2.0)(react@18.2.0) + "@mui/types": 7.2.4(@types/react@18.2.22) + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@popperjs/core": 2.11.8 + "@types/react": 18.2.22 + clsx: 2.0.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) - /@csstools/css-tokenizer@2.2.0: + /@mui/core-downloads-tracker@5.14.10: resolution: { - integrity: sha512-wErmsWCbsmig8sQKkM6pFhr/oPha1bHfvxsUY5CYSQxwyhA9Ulrs8EqCgClhg4Tgg2XapVstGqSVcz0xOYizZA==, + integrity: sha512-kPHu/NhZq1k+vSZR5wq3AyUfD4bnfWAeuKpps0+8PS7ZHQ2Lyv1cXJh+PlFdCIOa0PK98rk3JPwMzS8BMhdHwQ==, } - engines: { node: ^14 || ^16 || >=18 } - dev: false - /@csstools/media-query-list-parser@2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): + /@mui/icons-material@5.14.9(@mui/material@5.14.10)(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-V/OUXYX91tAC1CDsiY+HotIcJR+vPtzrX8pCplCpT++i8ThZZsq5F5dzZh/bDM3WUOjrvC1ljed1oSJxMfjqhw==, + integrity: sha512-xTRQbDsogsJo7tY5Og8R9zbuG2q+KIPVIM6JQoKxtJlz9DPOw1u0T2fGrvwD+XAOVifQf6epNMcGCDLfJAz4Nw==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - "@csstools/css-parser-algorithms": ^2.3.1 - "@csstools/css-tokenizer": ^2.2.0 + "@mui/material": ^5.0.0 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 + "@babel/runtime": 7.22.15 + "@mui/material": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 dev: false - /@csstools/postcss-cascade-layers@4.0.0(postcss@8.4.23): + /@mui/lab@5.0.0-alpha.123(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.10)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-dVPVVqQG0FixjM9CG/+8eHTsCAxRKqmNh6H69IpruolPlnEF1611f2AoLK8TijTSAsqBSclKd4WHs1KUb/LdJw==, + integrity: sha512-E6PyNETF/FcGyGSMql25cQCZqbo+07EAEjHXM15V0R6rwQ/ZA/Dst41iQvyHk6t1QLI3vRw6YOR43OGKM3jURA==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@emotion/react": ^11.5.0 + "@emotion/styled": ^11.3.0 + "@mui/material": ^5.0.0 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@emotion/react": + optional: true + "@emotion/styled": + optional: true + "@types/react": + optional: true dependencies: - "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.23 - postcss-selector-parser: 6.0.13 + "@babel/runtime": 7.22.15 + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) + "@mui/base": 5.0.0-alpha.121(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@mui/material": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@mui/system": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react@18.2.0) + "@mui/types": 7.2.4(@types/react@18.2.22) + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + clsx: 1.2.1 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 dev: false - /@csstools/postcss-color-function@3.0.1(postcss@8.4.23): + /@mui/material@5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-+vrvCQeUifpMeyd42VQ3JPWGQ8cO19+TnGbtfq1SDSgZzRapCQO4aK9h/jhMOKPnxGzbA57oS0aHgP/12N9gSQ==, + integrity: sha512-ejFMppnO+lzBXpzju+N4SSz0Mhmi5sihXUGcr5FxpgB6bfUP0Lpe32O0Sw/3s8xlmLEvG1fqVT0rRyAVMlCA+A==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@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 + peerDependenciesMeta: + "@emotion/react": + optional: true + "@emotion/styled": + optional: true + "@types/react": + optional: true dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 - dev: false + "@babel/runtime": 7.22.15 + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) + "@mui/base": 5.0.0-beta.16(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@mui/core-downloads-tracker": 5.14.10 + "@mui/system": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react@18.2.0) + "@mui/types": 7.2.4(@types/react@18.2.22) + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + "@types/react-transition-group": 4.4.6 + clsx: 2.0.0 + csstype: 3.1.2 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - /@csstools/postcss-color-mix-function@2.0.1(postcss@8.4.23): + /@mui/private-theming@5.14.10(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-Z5cXkLiccKIVcUTe+fAfjUD7ZUv0j8rq3dSoBpM6I49dcw+50318eYrwUZa3nyb4xNx7ntNNUPmesAc87kPE2Q==, + integrity: sha512-f67xOj3H06wWDT9xBg7hVL/HSKNF+HG1Kx0Pm23skkbEqD2Ef2Lif64e5nPdmWVv+7cISCYtSuE2aeuzrZe78w==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 - dev: false + "@babel/runtime": 7.22.15 + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + prop-types: 15.8.1 + react: 18.2.0 - /@csstools/postcss-exponential-functions@1.0.0(postcss@8.4.23): + /@mui/styled-engine@5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0): resolution: { - integrity: sha512-FPndJ/7oGlML7/4EhLi902wGOukO0Nn37PjwOQGc0BhhjQPy3np3By4d3M8s9Cfmp9EHEKgUHRN2DQ5HLT/hTw==, + integrity: sha512-EJckxmQHrsBvDbFu1trJkvjNw/1R7jfNarnqPSnL+jEQawCkQIqVELWLrlOa611TFtxSJGkdUfCFXeJC203HVg==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@emotion/react": ^11.4.1 + "@emotion/styled": ^11.3.0 + react: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@emotion/react": + optional: true + "@emotion/styled": + optional: true dependencies: - "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 - dev: false + "@babel/runtime": 7.22.15 + "@emotion/cache": 11.11.0 + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) + csstype: 3.1.2 + prop-types: 15.8.1 + react: 18.2.0 - /@csstools/postcss-font-format-keywords@3.0.0(postcss@8.4.23): + /@mui/styles@5.14.10(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-ntkGj+1uDa/u6lpjPxnkPcjJn7ChO/Kcy08YxctOZI7vwtrdYvFhmE476dq8bj1yna306+jQ9gzXIG/SWfOaRg==, + integrity: sha512-aR+mH8R6WiPZLGjCh7pVEXopIdSbKzBXZc2TTysuNHDgLZB8RLmns5kmMw6sjUBpaJBcuGLZQHoVyq/JAhRqLg==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - postcss: 8.4.23 - postcss-value-parser: 4.2.0 + "@babel/runtime": 7.22.15 + "@emotion/hash": 0.9.1 + "@mui/private-theming": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@mui/types": 7.2.4(@types/react@18.2.22) + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + clsx: 2.0.0 + csstype: 3.1.2 + hoist-non-react-statics: 3.3.2 + jss: 10.10.0 + jss-plugin-camel-case: 10.10.0 + jss-plugin-default-unit: 10.10.0 + jss-plugin-global: 10.10.0 + jss-plugin-nested: 10.10.0 + jss-plugin-props-sort: 10.10.0 + jss-plugin-rule-value-function: 10.10.0 + jss-plugin-vendor-prefixer: 10.10.0 + prop-types: 15.8.1 + react: 18.2.0 dev: false - /@csstools/postcss-gradients-interpolation-method@4.0.1(postcss@8.4.23): + /@mui/system@5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-IHeFIcksjI8xKX7PWLzAyigM3UvJdZ4btejeNa7y/wXxqD5dyPPZuY55y8HGTrS6ETVTRqfIznoCPtTzIX7ygQ==, + integrity: sha512-QQmtTG/R4gjmLiL5ECQ7kRxLKDm8aKKD7seGZfbINtRVJDyFhKChA1a+K2bfqIAaBo1EMDv+6FWNT1Q5cRKjFA==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@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 + peerDependenciesMeta: + "@emotion/react": + optional: true + "@emotion/styled": + optional: true + "@types/react": + optional: true dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 - dev: false + "@babel/runtime": 7.22.15 + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) + "@mui/private-theming": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@mui/styled-engine": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0) + "@mui/types": 7.2.4(@types/react@18.2.22) + "@mui/utils": 5.14.10(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + clsx: 2.0.0 + csstype: 3.1.2 + prop-types: 15.8.1 + react: 18.2.0 - /@csstools/postcss-hwb-function@3.0.1(postcss@8.4.23): + /@mui/types@7.2.4(@types/react@18.2.22): resolution: { - integrity: sha512-FYe2K8EOYlL1BUm2HTXVBo6bWAj0xl4khOk6EFhQHy/C5p3rlr8OcetzQuwMeNQ3v25nB06QTgqUHoOUwoEqhA==, + integrity: sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==, } - engines: { node: ^14 || ^16 || >=18 } peerDependencies: - postcss: ^8.4 + "@types/react": "*" + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 - dev: false + "@types/react": 18.2.22 - /@csstools/postcss-ic-unit@3.0.0(postcss@8.4.23): + /@mui/utils@5.14.10(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-FH3+zfOfsgtX332IIkRDxiYLmgwyNk49tfltpC6dsZaO4RV2zWY6x9VMIC5cjvmjlDO7DIThpzqaqw2icT8RbQ==, + integrity: sha512-Rn+vYQX7FxkcW0riDX/clNUwKuOJFH45HiULxwmpgnzQoQr3A0lb+QYwaZ+FAkZrR7qLoHKmLQlcItu6LT0y/Q==, } - engines: { node: ^14 || ^16 || >=18 } + engines: { node: ">=12.0.0" } peerDependencies: - postcss: ^8.4 + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 - postcss-value-parser: 4.2.0 - dev: false + "@babel/runtime": 7.22.15 + "@types/prop-types": 15.7.6 + "@types/react": 18.2.22 + prop-types: 15.8.1 + react: 18.2.0 + react-is: 18.2.0 - /@csstools/postcss-is-pseudo-class@4.0.0(postcss@8.4.23): + /@ndelangen/get-tarball@3.0.9: resolution: { - integrity: sha512-0I6siRcDymG3RrkNTSvHDMxTQ6mDyYE8awkcaHNgtYacd43msl+4ZWDfQ1yZQ/viczVWjqJkLmPiRHSgxn5nZA==, + integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 dependencies: - "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.23 - postcss-selector-parser: 6.0.13 - dev: false + gunzip-maybe: 1.4.2 + pump: 3.0.0 + tar-fs: 2.1.1 + dev: true - /@csstools/postcss-logical-float-and-clear@2.0.0(postcss@8.4.23): + /@next/env@13.5.2: resolution: { - integrity: sha512-Wki4vxsF6icRvRz8eF9bPpAvwaAt0RHwhVOyzfoFg52XiIMjb6jcbHkGxwpJXP4DVrnFEwpwmrz5aTRqOW82kg==, + integrity: sha512-dUseBIQVax+XtdJPzhwww4GetTjlkRSsXeQnisIJWBaHsnxYcN2RGzsPHi58D6qnkATjnhuAtQTJmR1hKYQQPg==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.23 - dev: false - /@csstools/postcss-logical-resize@2.0.0(postcss@8.4.23): + /@next/eslint-plugin-next@13.5.2: resolution: { - integrity: sha512-lCQ1aX8c5+WI4t5EoYf3alTzJNNocMqTb+u1J9CINdDhFh1fjovqK+0aHalUHsNstZmzFPNzIkU4Mb3eM9U8SA==, + integrity: sha512-Ew8DOUerJYGRo8pI84SVwn9wxxx8sH92AanCXSkkLJM2W0RJEWy+BqWSCfrlA/3ZIczEl4l4o4lOeTGBPYfBJg==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 dependencies: - postcss: 8.4.23 - postcss-value-parser: 4.2.0 - dev: false + glob: 7.1.7 - /@csstools/postcss-logical-viewport-units@2.0.1(postcss@8.4.23): + /@next/swc-darwin-arm64@13.5.2: resolution: { - integrity: sha512-R5s19SscS7CHoxvdYNMu2Y3WDwG4JjdhsejqjunDB1GqfzhtHSvL7b5XxCkUWqm2KRl35hI6kJ4HEaCDd/3BXg==, + integrity: sha512-7eAyunAWq6yFwdSQliWMmGhObPpHTesiKxMw4DWVxhm5yLotBj8FCR4PXGkpRP2tf8QhaWuVba+/fyAYggqfQg==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 - dev: false + engines: { node: ">= 10" } + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true - /@csstools/postcss-media-minmax@1.0.7(postcss@8.4.23): + /@next/swc-darwin-x64@13.5.2: resolution: { - integrity: sha512-5LGLdu8cJgRPmvkjUNqOPKIKeHbyQmoGKooB5Rh0mp5mLaNI9bl+IjFZ2keY0cztZYsriJsGf6Lu8R5XetuwoQ==, + integrity: sha512-WxXYWE7zF1ch8rrNh5xbIWzhMVas6Vbw+9BCSyZvu7gZC5EEiyZNJsafsC89qlaSA7BnmsDXVWQmc+s1feSYbQ==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/media-query-list-parser": 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - postcss: 8.4.23 - dev: false + engines: { node: ">= 10" } + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true - /@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.2(postcss@8.4.23): + /@next/swc-linux-arm64-gnu@13.5.2: resolution: { - integrity: sha512-kQJR6NvTRidsaRjCdHGjra2+fLoFiDQOm5B2aZrhmXqng/hweXjruboKzB326rxQO2L0m0T+gCKbZgyuncyhLg==, + integrity: sha512-URSwhRYrbj/4MSBjLlefPTK3/tvg95TTm6mRaiZWBB6Za3hpHKi8vSdnCMw5D2aP6k0sQQIEG6Pzcfwm+C5vrg==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/media-query-list-parser": 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - postcss: 8.4.23 - dev: false + engines: { node: ">= 10" } + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true - /@csstools/postcss-nested-calc@3.0.0(postcss@8.4.23): + /@next/swc-linux-arm64-musl@13.5.2: resolution: { - integrity: sha512-HsB66aDWAouOwD/GcfDTS0a7wCuVWaTpXcjl5VKP0XvFxDiU+r0T8FG7xgb6ovZNZ+qzvGIwRM+CLHhDgXrYgQ==, + integrity: sha512-HefiwAdIygFyNmyVsQeiJp+j8vPKpIRYDlmTlF9/tLdcd3qEL/UEBswa1M7cvO8nHcr27ZTKXz5m7dkd56/Esg==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.23 - postcss-value-parser: 4.2.0 - dev: false + engines: { node: ">= 10" } + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true - /@csstools/postcss-normalize-display-values@3.0.0(postcss@8.4.23): + /@next/swc-linux-x64-gnu@13.5.2: resolution: { - integrity: sha512-6Nw55PRXEKEVqn3bzA8gRRPYxr5tf5PssvcE5DRA/nAxKgKtgNZMCHCSd1uxTCWeyLnkf6h5tYRSB0P1Vh/K/A==, + integrity: sha512-htGVVroW0tdHgMYwKWkxWvVoG2RlAdDXRO1RQxYDvOBQsaV0nZsgKkw0EJJJ3urTYnwKskn/MXm305cOgRxD2w==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.23 - postcss-value-parser: 4.2.0 - dev: false + engines: { node: ">= 10" } + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true - /@csstools/postcss-oklab-function@3.0.1(postcss@8.4.23): + /@next/swc-linux-x64-musl@13.5.2: resolution: { - integrity: sha512-3TIz+dCPlQPzz4yAEYXchUpfuU2gRYK4u1J+1xatNX85Isg4V+IbLyppblWLV4Vb6npFF8qsHN17rNuxOIy/6w==, + integrity: sha512-UBD333GxbHVGi7VDJPPDD1bKnx30gn2clifNJbla7vo5nmBV+x5adyARg05RiT9amIpda6yzAEEUu+s774ldkw==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 - dev: false + engines: { node: ">= 10" } + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true - /@csstools/postcss-progressive-custom-properties@3.0.0(postcss@8.4.23): + /@next/swc-win32-arm64-msvc@13.5.2: resolution: { - integrity: sha512-2/D3CCL9DN2xhuUTP8OKvKnaqJ1j4yZUxuGLsCUOQ16wnDAuMLKLkflOmZF5tsPh/02VPeXRmqIN+U595WAulw==, + integrity: sha512-Em9ApaSFIQnWXRT3K6iFnr9uBXymixLc65Xw4eNt7glgH0eiXpg+QhjmgI2BFyc7k4ZIjglfukt9saNpEyolWA==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.23 - postcss-value-parser: 4.2.0 - dev: false + engines: { node: ">= 10" } + cpu: [arm64] + os: [win32] + requiresBuild: true + optional: true - /@csstools/postcss-relative-color-syntax@2.0.1(postcss@8.4.23): + /@next/swc-win32-ia32-msvc@13.5.2: resolution: { - integrity: sha512-9B8br/7q0bjD1fV3yE22izjc7Oy5hDbDgwdFEz207cdJHYC9yQneJzP3H+/w3RgC7uyfEVhyyhkGRx5YAfJtmg==, + integrity: sha512-TBACBvvNYU+87X0yklSuAseqdpua8m/P79P0SG1fWUvWDDA14jASIg7kr86AuY5qix47nZLEJ5WWS0L20jAUNw==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 - dev: false + engines: { node: ">= 10" } + cpu: [ia32] + os: [win32] + requiresBuild: true + optional: true - /@csstools/postcss-scope-pseudo-class@3.0.0(postcss@8.4.23): + /@next/swc-win32-x64-msvc@13.5.2: resolution: { - integrity: sha512-GFNVsD97OuEcfHmcT0/DAZWAvTM/FFBDQndIOLawNc1Wq8YqpZwBdHa063Lq+Irk7azygTT+Iinyg3Lt76p7rg==, + integrity: sha512-LfTHt+hTL8w7F9hnB3H4nRasCzLD/fP+h4/GUVBTxrkMJOnh/7OZ0XbYDKO/uuWwryJS9kZjhxcruBiYwc5UDw==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.13 - dev: false + engines: { node: ">= 10" } + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true - /@csstools/postcss-stepped-value-functions@3.0.1(postcss@8.4.23): + /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: resolution: { - integrity: sha512-y1sykToXorFE+5cjtp//xAMWEAEple0kcZn2QhzEFIZDDNvGOCp5JvvmmPGsC3eDlj6yQp70l9uXZNLnimEYfA==, + integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==, } - engines: { node: ^14 || ^16 || >=18 } - peerDependencies: - postcss: ^8.4 dependencies: - "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 - dev: false + eslint-scope: 5.1.1 - /@csstools/postcss-text-decoration-shorthand@3.0.0(postcss@8.4.23): + /@nivo/arcs@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-BAa1MIMJmEZlJ+UkPrkyoz3DC7kLlIl2oDya5yXgvUrelpwxddgz8iMp69qBStdXwuMyfPx46oZcSNx8Z0T2eA==, + integrity: sha512-g5m/wM36Ey45J3hrVDBPMw1Z6GOgIRwgb5zTh7TFoPuhRBZEDQLmctk8XYOm0xOMVCzsm6WkU5wlSQUeBY6IHQ==, } - engines: { node: ^14 || ^16 || >=18 } peerDependencies: - postcss: ^8.4 + "@nivo/core": 0.80.0 + react: ">= 16.14.0 < 19.0.0" dependencies: - "@csstools/color-helpers": 3.0.0 - postcss: 8.4.23 - postcss-value-parser: 4.2.0 + "@nivo/colors": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) + "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + "@react-spring/web": 9.4.5(react-dom@18.2.0)(react@18.2.0) + d3-shape: 1.3.7 + react: 18.2.0 + transitivePeerDependencies: + - prop-types + - react-dom dev: false - /@csstools/postcss-trigonometric-functions@3.0.1(postcss@8.4.23): + /@nivo/colors@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0): resolution: { - integrity: sha512-hW+JPv0MPQfWC1KARgvJI6bisEUFAZWSvUNq/khGCupYV/h6Z9R2ZFz0Xc633LXBst0ezbXpy7NpnPurSx5Klw==, + integrity: sha512-T695Zr411FU4RPo7WDINOAn8f79DPP10SFJmDdEqELE+cbzYVTpXqLGZ7JMv88ko7EOf9qxLQgcBqY69rp9tHQ==, } - engines: { node: ^14 || ^16 || >=18 } peerDependencies: - postcss: ^8.4 + "@nivo/core": 0.80.0 + prop-types: ">= 15.5.10 < 16.0.0" + react: ">= 16.14.0 < 19.0.0" dependencies: - "@csstools/css-calc": 1.1.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) - "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 + "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + d3-color: 2.0.0 + d3-scale: 3.3.0 + d3-scale-chromatic: 2.0.0 + lodash: 4.17.21 + prop-types: 15.8.1 + react: 18.2.0 dev: false - /@csstools/postcss-unset-value@3.0.0(postcss@8.4.23): + /@nivo/core@0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-P0JD1WHh3avVyKKRKjd0dZIjCEeaBer8t1BbwGMUDtSZaLhXlLNBqZ8KkqHzYWXOJgHleXAny2/sx8LYl6qhEA==, + integrity: sha512-6caih0RavXdWWSfde+rC2pk17WrX9YQlqK26BrxIdXzv3Ydzlh5SkrC7dR2TEvMGBhunzVeLOfiC2DWT1S8CFg==, } - engines: { node: ^14 || ^16 || >=18 } peerDependencies: - postcss: ^8.4 + "@nivo/tooltip": 0.80.0 + prop-types: ">= 15.5.10 < 16.0.0" + react: ">= 16.14.0 < 19.0.0" dependencies: - postcss: 8.4.23 + "@nivo/recompose": 0.80.0(react@18.2.0) + "@nivo/tooltip": 0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0) + "@react-spring/web": 9.4.5(react-dom@18.2.0)(react@18.2.0) + d3-color: 2.0.0 + d3-format: 1.4.5 + d3-interpolate: 2.0.1 + d3-scale: 3.3.0 + d3-scale-chromatic: 2.0.0 + d3-shape: 1.3.7 + d3-time-format: 3.0.0 + lodash: 4.17.21 + prop-types: 15.8.1 + react: 18.2.0 + transitivePeerDependencies: + - react-dom dev: false - /@csstools/selector-specificity@3.0.0(postcss-selector-parser@6.0.13): + /@nivo/legends@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0): resolution: { - integrity: sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==, + integrity: sha512-h0IUIPGygpbKIZZZWIxkkxOw4SO0rqPrqDrykjaoQz4CvL4HtLIUS3YRA4akKOVNZfS5agmImjzvIe0s3RvqlQ==, } - engines: { node: ^14 || ^16 || >=18 } peerDependencies: - postcss-selector-parser: ^6.0.13 + "@nivo/core": 0.80.0 + prop-types: ">= 15.5.10 < 16.0.0" + react: ">= 16.14.0 < 19.0.0" dependencies: - postcss-selector-parser: 6.0.13 + "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + prop-types: 15.8.1 + react: 18.2.0 dev: false - /@dabh/diagnostics@2.0.3: + /@nivo/pie@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==, + integrity: sha512-Zj2PtozUg5wizxdI/2o13YzwnBwf8lLrgc8vH7ucsgOu5nj6oLLpGTuNd3CBmRJHFGIGNT39bP63lKnB3P6qOQ==, } + peerDependencies: + "@nivo/core": 0.80.0 + react: ">= 16.14.0 < 19.0.0" dependencies: - colorspace: 1.1.4 - enabled: 2.0.0 - kuler: 2.0.0 - dev: true - - /@date-io/core@2.16.0: - resolution: - { - integrity: sha512-DYmSzkr+jToahwWrsiRA2/pzMEtz9Bq1euJwoOuYwuwIYXnZFtHajY2E6a1VNVDc9jP8YUXK1BvnZH9mmT19Zg==, - } + "@nivo/arcs": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + "@nivo/colors": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) + "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + "@nivo/legends": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) + "@nivo/tooltip": 0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0) + d3-shape: 1.3.7 + react: 18.2.0 + transitivePeerDependencies: + - prop-types + - react-dom dev: false - /@date-io/date-fns@2.16.0(date-fns@2.30.0): + /@nivo/recompose@0.80.0(react@18.2.0): resolution: { - integrity: sha512-bfm5FJjucqlrnQcXDVU5RD+nlGmL3iWgkHTq3uAZWVIuBu6dDmGa3m8a6zo2VQQpu8ambq9H22UyUpn7590joA==, + integrity: sha512-iL3g7j3nJGD9+mRDbwNwt/IXDXH6E29mhShY1I7SP91xrfusZV9pSFf4EzyYgruNJk/2iqMuaqn+e+TVFra44A==, } peerDependencies: - date-fns: ^2.0.0 - peerDependenciesMeta: - date-fns: - optional: true + react: ">= 16.14.0 < 19.0.0" dependencies: - "@date-io/core": 2.16.0 - date-fns: 2.30.0 + react: 18.2.0 + react-lifecycles-compat: 3.0.4 dev: false - /@discoveryjs/json-ext@0.5.7: - resolution: - { - integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, - } - engines: { node: ">=10.0.0" } - - /@dnd-kit/accessibility@3.0.1(react@18.2.0): + /@nivo/tooltip@0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-HXRrwS9YUYQO9lFRc/49uO/VICbM+O+ZRpFDe9Pd1rwVv2PCNkRiTZRdxrDgng/UkvdC3Re9r2vwPpXXrWeFzg==, + integrity: sha512-qGmrreRwnCsYjn/LAuwBtxBn/tvG8y+rwgd4gkANLBAoXd3bzJyvmkSe+QJPhUG64bq57ibDK+lO2pC48a3/fw==, } peerDependencies: - react: ">=16.8.0" + "@nivo/core": 0.80.0 dependencies: - react: 18.2.0 - tslib: 2.6.1 + "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + "@react-spring/web": 9.4.5(react-dom@18.2.0)(react@18.2.0) + transitivePeerDependencies: + - react + - react-dom dev: false - /@dnd-kit/core@6.0.8(react-dom@18.2.0)(react@18.2.0): + /@nivo/waffle@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-lYaoP8yHTQSLlZe6Rr9qogouGUz9oRUj4AHhDQGQzq/hqaJRpFo65X+JKsdHf8oUFBzx5A+SJPUvxAwTF2OabA==, + integrity: sha512-gFnkjrt48C11h73Qf9IqjN/WDHmdfHh/xZJg+wYu8ad209tfi5fAdMsPmLm893LaBzJXLnFdX0arJA715F2nfg==, } peerDependencies: - react: ">=16.8.0" - react-dom: ">=16.8.0" + "@nivo/core": 0.80.0 + prop-types: ">= 15.5.10 < 16.0.0" + react: ">= 16.14.0 < 19.0.0" dependencies: - "@dnd-kit/accessibility": 3.0.1(react@18.2.0) - "@dnd-kit/utilities": 3.2.1(react@18.2.0) + "@nivo/colors": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) + "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + "@nivo/legends": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) + "@nivo/recompose": 0.80.0(react@18.2.0) + "@nivo/tooltip": 0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0) + lodash: 4.17.21 + prop-types: 15.8.1 react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - tslib: 2.6.1 + react-motion: 0.5.2(react@18.2.0) + transitivePeerDependencies: + - react-dom dev: false - /@dnd-kit/sortable@7.0.2(@dnd-kit/core@6.0.8)(react@18.2.0): + /@nodelib/fs.scandir@2.1.5: resolution: { - integrity: sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==, + integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, } - peerDependencies: - "@dnd-kit/core": ^6.0.7 - react: ">=16.8.0" + engines: { node: ">= 8" } dependencies: - "@dnd-kit/core": 6.0.8(react-dom@18.2.0)(react@18.2.0) - "@dnd-kit/utilities": 3.2.1(react@18.2.0) - react: 18.2.0 - tslib: 2.6.1 - dev: false + "@nodelib/fs.stat": 2.0.5 + run-parallel: 1.2.0 - /@dnd-kit/utilities@3.2.1(react@18.2.0): + /@nodelib/fs.stat@2.0.5: resolution: { - integrity: sha512-OOXqISfvBw/1REtkSK2N3Fi2EQiLMlWUlqnOK/UpOISqBZPWpE6TqL+jcPtMOkE8TqYGiURvRdPSI9hltNUjEA==, + integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, } - peerDependencies: - react: ">=16.8.0" - dependencies: - react: 18.2.0 - tslib: 2.6.1 - dev: false + engines: { node: ">= 8" } - /@emotion/babel-plugin@11.10.8: + /@nodelib/fs.walk@1.2.8: resolution: { - integrity: sha512-gxNky50AJL3AlkbjvTARiwAqei6/tNUxDZPSKd+3jqWVM3AmdVTTdpjHorR/an/M0VJqdsuq5oGcFH+rjtyujQ==, + integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, } + engines: { node: ">= 8" } dependencies: - "@babel/helper-module-imports": 7.22.5 - "@babel/runtime": 7.22.6 - "@emotion/hash": 0.9.1 - "@emotion/memoize": 0.8.1 - "@emotion/serialize": 1.1.2 - babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.1.4 + "@nodelib/fs.scandir": 2.1.5 + fastq: 1.15.0 - /@emotion/babel-plugin@11.11.0: + /@panva/hkdf@1.1.1: resolution: { - integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==, + integrity: sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==, } - dependencies: - "@babel/helper-module-imports": 7.22.5 - "@babel/runtime": 7.22.6 - "@emotion/hash": 0.9.1 - "@emotion/memoize": 0.8.1 - "@emotion/serialize": 1.1.2 - babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.2.0 + dev: false - /@emotion/cache@10.0.29: + /@payloadcms/plugin-cloud-storage@1.0.19(@aws-sdk/client-s3@3.417.0)(@aws-sdk/lib-storage@3.417.0)(payload@1.15.6): resolution: { - integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==, + integrity: sha512-D0sKZ9NQB0Wia42TE++GM3XyyZiqY/W5+1wvg4jLUegG6Nv4W8dpNnS9RcoLePfS/pbEXQ5t2krSU3HdV6s8Rw==, } + peerDependencies: + "@aws-sdk/client-s3": ^3.142.0 + "@aws-sdk/lib-storage": ^3.267.0 + "@azure/storage-blob": ^12.11.0 + "@google-cloud/storage": ^6.4.1 + payload: ^1.7.2 + peerDependenciesMeta: + "@aws-sdk/client-s3": + optional: true + "@aws-sdk/lib-storage": + optional: true + "@azure/storage-blob": + optional: true + "@google-cloud/storage": + optional: true dependencies: - "@emotion/sheet": 0.9.4 - "@emotion/stylis": 0.8.5 - "@emotion/utils": 0.11.3 - "@emotion/weak-memoize": 0.2.5 - dev: true + "@aws-sdk/client-s3": 3.417.0 + "@aws-sdk/lib-storage": 3.417.0(@aws-sdk/client-s3@3.417.0) + payload: 1.15.6(@types/react@18.2.22)(typescript@4.9.5) + range-parser: 1.2.1 + dev: false - /@emotion/cache@11.11.0: + /@payloadcms/plugin-nested-docs@1.0.6(payload@1.15.6)(react@18.2.0): resolution: { - integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==, + integrity: sha512-+rPMWYYjxxIQeCO+MFlfsj4baLaK3S7RzP4dGouWcCtORbZEXbVPUGXgWWNyAP3FolQh4YDEgFVB4PHyIa+O/A==, } + peerDependencies: + payload: ^0.18.5 || ^1.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@emotion/memoize": 0.8.1 - "@emotion/sheet": 1.2.2 - "@emotion/utils": 1.2.1 - "@emotion/weak-memoize": 0.3.1 - stylis: 4.2.0 + payload: 1.15.6(@types/react@18.2.22)(typescript@4.9.5) + react: 18.2.0 + dev: false - /@emotion/core@10.3.1(react@18.2.0): + /@payloadcms/plugin-seo@1.0.13(payload@1.15.6)(react@18.2.0): resolution: { - integrity: sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==, + integrity: sha512-GPIyGTe6vU8GRFMYhNoUDrGWxm0uiqfIQQSsAuZjEM6YGFozo/AnpnjcT6VS/led/7HRFF8ijOy82l0VaLNC3w==, } peerDependencies: - react: ">=16.3.0" + payload: ^0.18.5 || ^1.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@babel/runtime": 7.22.6 - "@emotion/cache": 10.0.29 - "@emotion/css": 10.0.27 - "@emotion/serialize": 0.11.16 - "@emotion/sheet": 0.9.4 - "@emotion/utils": 0.11.3 + payload: 1.15.6(@types/react@18.2.22)(typescript@4.9.5) react: 18.2.0 - dev: true + dev: false - /@emotion/css@10.0.27: + /@pkgjs/parseargs@0.11.0: resolution: { - integrity: sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==, + integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, } - dependencies: - "@emotion/serialize": 0.11.16 - "@emotion/utils": 0.11.3 - babel-plugin-emotion: 10.2.2 + engines: { node: ">=14" } + requiresBuild: true dev: true + optional: true - /@emotion/css@11.11.2: + /@pkgr/utils@2.4.2: resolution: { - integrity: sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==, + integrity: sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==, } + engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } dependencies: - "@emotion/babel-plugin": 11.11.0 - "@emotion/cache": 11.11.0 - "@emotion/serialize": 1.1.2 - "@emotion/sheet": 1.2.2 - "@emotion/utils": 1.2.1 - dev: false + cross-spawn: 7.0.3 + fast-glob: 3.3.1 + is-glob: 4.0.3 + open: 9.1.0 + picocolors: 1.0.0 + tslib: 2.6.2 - /@emotion/hash@0.8.0: + /@playwright/test@1.38.0: resolution: { - integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==, + integrity: sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==, } + engines: { node: ">=16" } + hasBin: true + dependencies: + playwright: 1.38.0 dev: true - /@emotion/hash@0.9.0: + /@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.11.0)(webpack@5.88.2): resolution: { - integrity: sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==, + integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==, } - dev: false + engines: { node: ">= 10.13" } + peerDependencies: + "@types/webpack": 4.x || 5.x + react-refresh: ">=0.10.0 <1.0.0" + sockjs-client: ^1.4.0 + type-fest: ">=0.17.0 <5.0.0" + webpack: ">=4.43.0 <6.0.0" + webpack-dev-server: 3.x || 4.x + webpack-hot-middleware: 2.x + webpack-plugin-serve: 0.x || 1.x + peerDependenciesMeta: + "@types/webpack": + optional: true + sockjs-client: + optional: true + type-fest: + optional: true + webpack-dev-server: + optional: true + webpack-hot-middleware: + optional: true + webpack-plugin-serve: + optional: true + dependencies: + ansi-html-community: 0.0.8 + common-path-prefix: 3.0.0 + core-js-pure: 3.32.2 + error-stack-parser: 2.1.4 + find-up: 5.0.0 + html-entities: 2.4.0 + loader-utils: 2.0.4 + react-refresh: 0.11.0 + schema-utils: 3.3.0 + source-map: 0.7.4 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + dev: true - /@emotion/hash@0.9.1: + /@polka/url@1.0.0-next.23: resolution: { - integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==, + integrity: sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==, } + dev: false - /@emotion/is-prop-valid@0.8.8: + /@popperjs/core@2.11.8: resolution: { - integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==, + integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==, } - dependencies: - "@emotion/memoize": 0.7.4 - dev: true - /@emotion/is-prop-valid@1.2.1: + /@radix-ui/number@1.0.1: resolution: { - integrity: sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==, + integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==, } dependencies: - "@emotion/memoize": 0.8.1 - - /@emotion/memoize@0.7.4: - resolution: - { - integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==, - } + "@babel/runtime": 7.22.15 dev: true - /@emotion/memoize@0.8.1: + /@radix-ui/primitive@1.0.1: resolution: { - integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==, + integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==, } + dependencies: + "@babel/runtime": 7.22.15 + dev: true - /@emotion/react@11.10.8(@types/react@18.2.15)(react@18.2.0): + /@radix-ui/react-arrow@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-ZfGfiABtJ1P1OXqOBsW08EgCDp5fK6C5I8hUJauc/VcJBGSzqAirMnFslhFWnZJ/w5HxPI36XbvMV0l4KZHl+w==, + integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==, } peerDependencies: "@types/react": "*" - react: ">=16.8.0" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: "@types/react": optional: true + "@types/react-dom": + optional: true dependencies: - "@babel/runtime": 7.21.5 - "@emotion/babel-plugin": 11.10.8 - "@emotion/cache": 11.11.0 - "@emotion/serialize": 1.1.1 - "@emotion/use-insertion-effect-with-fallbacks": 1.0.0(react@18.2.0) - "@emotion/utils": 1.2.0 - "@emotion/weak-memoize": 0.3.0 - "@types/react": 18.2.15 - hoist-non-react-statics: 3.3.2 + "@babel/runtime": 7.22.15 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@emotion/serialize@0.11.16: + /@radix-ui/react-collection@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==, + integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true dependencies: - "@emotion/hash": 0.8.0 - "@emotion/memoize": 0.7.4 - "@emotion/unitless": 0.7.5 - "@emotion/utils": 0.11.3 - csstype: 2.6.21 + "@babel/runtime": 7.22.15 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@emotion/serialize@1.1.1: + /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==, + integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==, } + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@emotion/hash": 0.9.1 - "@emotion/memoize": 0.8.1 - "@emotion/unitless": 0.8.1 - "@emotion/utils": 1.2.1 - csstype: 3.1.2 + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@emotion/serialize@1.1.2: + /@radix-ui/react-context@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==, + integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==, } + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@emotion/hash": 0.9.1 - "@emotion/memoize": 0.8.1 - "@emotion/unitless": 0.8.1 - "@emotion/utils": 1.2.1 - csstype: 3.1.2 + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@emotion/server@11.10.0: + /@radix-ui/react-direction@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-MTvJ21JPo9aS02GdjFW4nhdwOi2tNNpMmAM/YED0pkxzjDNi5WbiTwXqaCnvLc2Lr8NFtjhT0az1vTJyLIHYcw==, + integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==, } peerDependencies: - "@emotion/css": ^11.0.0-rc.0 + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@emotion/css": + "@types/react": optional: true dependencies: - "@emotion/utils": 1.2.0 - html-tokenize: 2.0.1 - multipipe: 1.0.2 - through: 2.3.8 - dev: false - - /@emotion/sheet@0.9.4: - resolution: - { - integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==, - } + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 + react: 18.2.0 dev: true - /@emotion/sheet@1.2.2: + /@radix-ui/react-dismissable-layer@1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==, + integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@emotion/styled-base@10.3.0(@emotion/core@10.3.1)(react@18.2.0): + /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==, + integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==, } peerDependencies: - "@emotion/core": ^10.0.28 - react: ">=16.3.0" + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true dependencies: - "@babel/runtime": 7.22.6 - "@emotion/core": 10.3.1(react@18.2.0) - "@emotion/is-prop-valid": 0.8.8 - "@emotion/serialize": 0.11.16 - "@emotion/utils": 0.11.3 + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 react: 18.2.0 dev: true - /@emotion/styled@10.3.0(@emotion/core@10.3.1)(react@18.2.0): + /@radix-ui/react-focus-scope@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==, + integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==, } peerDependencies: - "@emotion/core": ^10.0.27 - react: ">=16.3.0" + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true dependencies: - "@emotion/core": 10.3.1(react@18.2.0) - "@emotion/styled-base": 10.3.0(@emotion/core@10.3.1)(react@18.2.0) - babel-plugin-emotion: 10.2.2 + "@babel/runtime": 7.22.15 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@emotion/styled@11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0): + /@radix-ui/react-id@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==, + integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==, } peerDependencies: - "@emotion/react": ^11.0.0-rc.0 "@types/react": "*" - react: ">=16.8.0" + react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: "@types/react": optional: true dependencies: - "@babel/runtime": 7.22.6 - "@emotion/babel-plugin": 11.11.0 - "@emotion/is-prop-valid": 1.2.1 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/serialize": 1.1.2 - "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) - "@emotion/utils": 1.2.1 - "@types/react": 18.2.15 + "@babel/runtime": 7.22.15 + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 react: 18.2.0 + dev: true - /@emotion/stylis@0.8.5: + /@radix-ui/react-popper@1.1.2(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==, + integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@floating-ui/react-dom": 2.0.2(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-arrow": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/rect": 1.0.1 + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@emotion/unitless@0.7.5: + /@radix-ui/react-portal@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==, + integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@emotion/unitless@0.8.1: + /@radix-ui/react-primitive@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==, + integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@emotion/use-insertion-effect-with-fallbacks@1.0.0(react@18.2.0): + /@radix-ui/react-roving-focus@1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==, + integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==, } peerDependencies: - react: ">=16.8.0" + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-collection": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0): + /@radix-ui/react-select@1.2.2(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==, + integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==, } peerDependencies: - react: ">=16.8.0" + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/number": 1.0.1 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-collection": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-focus-scope": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-popper": 1.1.2(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-portal": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-use-previous": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-visually-hidden": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 + aria-hidden: 1.2.3 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.22)(react@18.2.0) + dev: true - /@emotion/utils@0.11.3: + /@radix-ui/react-separator@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==, + integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@emotion/utils@1.2.0: + /@radix-ui/react-slot@1.0.2(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==, + integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==, } + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@emotion/utils@1.2.1: + /@radix-ui/react-toggle-group@1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==, + integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-toggle": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@emotion/weak-memoize@0.2.5: + /@radix-ui/react-toggle@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==, + integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@emotion/weak-memoize@0.3.0: + /@radix-ui/react-toolbar@1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==, + integrity: sha512-tBgmM/O7a07xbaEkYJWYTXkIdU/1pW4/KZORR43toC/4XWyBCURK0ei9kMUdp+gTPPKBgYLxXmRSH1EVcIDp8Q==, } + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-separator": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-toggle-group": 1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@emotion/weak-memoize@0.3.1: + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==, + integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==, } + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@esbuild/android-arm64@0.17.18: + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==, + integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==, } - engines: { node: ">=12" } - cpu: [arm64] - os: [android] - requiresBuild: true - optional: true + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@esbuild/android-arm64@0.18.17: + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-9np+YYdNDed5+Jgr1TdWBsozZ85U1Oa3xW0c7TWqH0y2aGghXtZsuT8nYRbzOMcl0bXZXjOGbksoTtVOlWrRZg==, + integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==, } - engines: { node: ">=12" } - cpu: [arm64] - os: [android] - requiresBuild: true + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 dev: true - optional: true - /@esbuild/android-arm@0.17.18: + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==, + integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==, } - engines: { node: ">=12" } - cpu: [arm] - os: [android] - requiresBuild: true - optional: true + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@esbuild/android-arm@0.18.17: + /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-wHsmJG/dnL3OkpAcwbgoBTTMHVi4Uyou3F5mf58ZtmUyIKfcdA7TROav/6tCzET4A3QW2Q2FC+eFneMU+iyOxg==, + integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==, } - engines: { node: ">=12" } - cpu: [arm] - os: [android] - requiresBuild: true + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@types/react": 18.2.22 + react: 18.2.0 dev: true - optional: true - /@esbuild/android-x64@0.17.18: + /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==, + integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==, } - engines: { node: ">=12" } - cpu: [x64] - os: [android] - requiresBuild: true - optional: true + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/rect": 1.0.1 + "@types/react": 18.2.22 + react: 18.2.0 + dev: true - /@esbuild/android-x64@0.18.17: + /@radix-ui/react-use-size@1.0.1(@types/react@18.2.22)(react@18.2.0): resolution: { - integrity: sha512-O+FeWB/+xya0aLg23hHEM2E3hbfwZzjqumKMSIqcHbNvDa+dza2D0yLuymRBQQnC34CWrsJUXyH2MG5VnLd6uw==, + integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==, } - engines: { node: ">=12" } - cpu: [x64] - os: [android] - requiresBuild: true + peerDependencies: + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.22)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 dev: true - optional: true - /@esbuild/darwin-arm64@0.17.18: + /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ==, + integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==, } - engines: { node: ">=12" } - cpu: [arm64] - os: [darwin] - requiresBuild: true - optional: true + peerDependencies: + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + dependencies: + "@babel/runtime": 7.22.15 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true - /@esbuild/darwin-arm64@0.18.17: + /@radix-ui/rect@1.0.1: resolution: { - integrity: sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==, + integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==, } - engines: { node: ">=12" } - cpu: [arm64] - os: [darwin] - requiresBuild: true + dependencies: + "@babel/runtime": 7.22.15 dev: true - optional: true - /@esbuild/darwin-x64@0.17.18: + /@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==, + integrity: sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==, } - engines: { node: ">=12" } - cpu: [x64] - os: [darwin] - requiresBuild: true - optional: true + peerDependencies: + leaflet: ^1.9.0 + react: ^18.0.0 + react-dom: ^18.0.0 + dependencies: + leaflet: 1.9.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false - /@esbuild/darwin-x64@0.18.17: + /@react-spring/animated@9.4.5(react@18.2.0): resolution: { - integrity: sha512-XDre+J5YeIJDMfp3n0279DFNrGCXlxOuGsWIkRb1NThMZ0BsrWXoTg23Jer7fEXQ9Ye5QjrvXpxnhzl3bHtk0g==, + integrity: sha512-KWqrtvJSMx6Fj9nMJkhTwM9r6LIriExDRV6YHZV9HKQsaolUFppgkOXpC+rsL1JEtEvKv6EkLLmSqHTnuYjiIA==, } - engines: { node: ">=12" } - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true + peerDependencies: + react: ^16.8.0 || >=17.0.0 || >=18.0.0 + dependencies: + "@react-spring/shared": 9.4.5(react@18.2.0) + "@react-spring/types": 9.4.5 + react: 18.2.0 + dev: false - /@esbuild/freebsd-arm64@0.17.18: + /@react-spring/core@9.4.5(react@18.2.0): resolution: { - integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==, + integrity: sha512-83u3FzfQmGMJFwZLAJSwF24/ZJctwUkWtyPD7KYtNagrFeQKUH1I05ZuhmCmqW+2w1KDW1SFWQ43RawqfXKiiQ==, } - engines: { node: ">=12" } - cpu: [arm64] - os: [freebsd] - requiresBuild: true - optional: true + peerDependencies: + react: ^16.8.0 || >=17.0.0 || >=18.0.0 + dependencies: + "@react-spring/animated": 9.4.5(react@18.2.0) + "@react-spring/rafz": 9.4.5 + "@react-spring/shared": 9.4.5(react@18.2.0) + "@react-spring/types": 9.4.5 + react: 18.2.0 + dev: false - /@esbuild/freebsd-arm64@0.18.17: + /@react-spring/rafz@9.4.5: resolution: { - integrity: sha512-cjTzGa3QlNfERa0+ptykyxs5A6FEUQQF0MuilYXYBGdBxD3vxJcKnzDlhDCa1VAJCmAxed6mYhA2KaJIbtiNuQ==, + integrity: sha512-swGsutMwvnoyTRxvqhfJBtGM8Ipx6ks0RkIpNX9F/U7XmyPvBMGd3GgX/mqxZUpdlsuI1zr/jiYw+GXZxAlLcQ==, } - engines: { node: ">=12" } - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true + dev: false - /@esbuild/freebsd-x64@0.17.18: + /@react-spring/shared@9.4.5(react@18.2.0): resolution: { - integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [freebsd] - requiresBuild: true - optional: true - - /@esbuild/freebsd-x64@0.18.17: - resolution: - { - integrity: sha512-sOxEvR8d7V7Kw8QqzxWc7bFfnWnGdaFBut1dRUYtu+EIRXefBc/eIsiUiShnW0hM3FmQ5Zf27suDuHsKgZ5QrA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-arm64@0.17.18: - resolution: - { - integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-arm64@0.18.17: - resolution: - { - integrity: sha512-c9w3tE7qA3CYWjT+M3BMbwMt+0JYOp3vCMKgVBrCl1nwjAlOMYzEo+gG7QaZ9AtqZFj5MbUc885wuBBmu6aADQ==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-arm@0.17.18: - resolution: - { - integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-arm@0.18.17: - resolution: - { - integrity: sha512-2d3Lw6wkwgSLC2fIvXKoMNGVaeY8qdN0IC3rfuVxJp89CRfA3e3VqWifGDfuakPmp90+ZirmTfye1n4ncjv2lg==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-ia32@0.17.18: - resolution: - { - integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-ia32@0.18.17: - resolution: - { - integrity: sha512-1DS9F966pn5pPnqXYz16dQqWIB0dmDfAQZd6jSSpiT9eX1NzKh07J6VKR3AoXXXEk6CqZMojiVDSZi1SlmKVdg==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-loong64@0.17.18: - resolution: - { - integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==, - } - engines: { node: ">=12" } - cpu: [loong64] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-loong64@0.18.17: - resolution: - { - integrity: sha512-EvLsxCk6ZF0fpCB6w6eOI2Fc8KW5N6sHlIovNe8uOFObL2O+Mr0bflPHyHwLT6rwMg9r77WOAWb2FqCQrVnwFg==, - } - engines: { node: ">=12" } - cpu: [loong64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-mips64el@0.17.18: - resolution: - { - integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==, - } - engines: { node: ">=12" } - cpu: [mips64el] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-mips64el@0.18.17: - resolution: - { - integrity: sha512-e0bIdHA5p6l+lwqTE36NAW5hHtw2tNRmHlGBygZC14QObsA3bD4C6sXLJjvnDIjSKhW1/0S3eDy+QmX/uZWEYQ==, - } - engines: { node: ">=12" } - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-ppc64@0.17.18: - resolution: - { - integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-ppc64@0.18.17: - resolution: - { - integrity: sha512-BAAilJ0M5O2uMxHYGjFKn4nJKF6fNCdP1E0o5t5fvMYYzeIqy2JdAP88Az5LHt9qBoUa4tDaRpfWt21ep5/WqQ==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-riscv64@0.17.18: - resolution: - { - integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==, - } - engines: { node: ">=12" } - cpu: [riscv64] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-riscv64@0.18.17: - resolution: - { - integrity: sha512-Wh/HW2MPnC3b8BqRSIme/9Zhab36PPH+3zam5pqGRH4pE+4xTrVLx2+XdGp6fVS3L2x+DrsIcsbMleex8fbE6g==, - } - engines: { node: ">=12" } - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-s390x@0.17.18: - resolution: - { - integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==, - } - engines: { node: ">=12" } - cpu: [s390x] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-s390x@0.18.17: - resolution: - { - integrity: sha512-j/34jAl3ul3PNcK3pfI0NSlBANduT2UO5kZ7FCaK33XFv3chDhICLY8wJJWIhiQ+YNdQ9dxqQctRg2bvrMlYgg==, - } - engines: { node: ">=12" } - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-x64@0.17.18: - resolution: - { - integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@esbuild/linux-x64@0.18.17: - resolution: - { - integrity: sha512-QM50vJ/y+8I60qEmFxMoxIx4de03pGo2HwxdBeFd4nMh364X6TIBZ6VQ5UQmPbQWUVWHWws5MmJXlHAXvJEmpQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/netbsd-x64@0.17.18: - resolution: - { - integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [netbsd] - requiresBuild: true - optional: true - - /@esbuild/netbsd-x64@0.18.17: - resolution: - { - integrity: sha512-/jGlhWR7Sj9JPZHzXyyMZ1RFMkNPjC6QIAan0sDOtIo2TYk3tZn5UDrkE0XgsTQCxWTTOcMPf9p6Rh2hXtl5TQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - - /@esbuild/openbsd-x64@0.17.18: - resolution: - { - integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [openbsd] - requiresBuild: true - optional: true - - /@esbuild/openbsd-x64@0.18.17: - resolution: - { - integrity: sha512-rSEeYaGgyGGf4qZM2NonMhMOP/5EHp4u9ehFiBrg7stH6BYEEjlkVREuDEcQ0LfIl53OXLxNbfuIj7mr5m29TA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - - /@esbuild/sunos-x64@0.17.18: - resolution: - { - integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [sunos] - requiresBuild: true - optional: true - - /@esbuild/sunos-x64@0.18.17: - resolution: - { - integrity: sha512-Y7ZBbkLqlSgn4+zot4KUNYst0bFoO68tRgI6mY2FIM+b7ZbyNVtNbDP5y8qlu4/knZZ73fgJDlXID+ohY5zt5g==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - - /@esbuild/win32-arm64@0.17.18: - resolution: - { - integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [win32] - requiresBuild: true - optional: true - - /@esbuild/win32-arm64@0.18.17: - resolution: - { - integrity: sha512-bwPmTJsEQcbZk26oYpc4c/8PvTY3J5/QK8jM19DVlEsAB41M39aWovWoHtNm78sd6ip6prilxeHosPADXtEJFw==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@esbuild/win32-ia32@0.17.18: - resolution: - { - integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [win32] - requiresBuild: true - optional: true - - /@esbuild/win32-ia32@0.18.17: - resolution: - { - integrity: sha512-H/XaPtPKli2MhW+3CQueo6Ni3Avggi6hP/YvgkEe1aSaxw+AeO8MFjq8DlgfTd9Iz4Yih3QCZI6YLMoyccnPRg==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@esbuild/win32-x64@0.17.18: - resolution: - { - integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [win32] - requiresBuild: true - optional: true - - /@esbuild/win32-x64@0.18.17: - resolution: - { - integrity: sha512-fGEb8f2BSA3CW7riJVurug65ACLuQAzKq0SSqkY2b2yHHH0MzDfbLyKIGzHwOI/gkHcxM/leuSW6D5w/LMNitA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@eslint-community/eslint-utils@4.4.0(eslint@8.39.0): - resolution: - { - integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - dependencies: - eslint: 8.39.0 - eslint-visitor-keys: 3.4.0 - - /@eslint-community/regexpp@4.5.1: - resolution: - { - integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==, - } - engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - - /@eslint/eslintrc@2.0.2: - resolution: - { - integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 9.5.1 - globals: 13.20.0 - ignore: 5.2.4 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - - /@eslint/js@8.39.0: - resolution: - { - integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - - /@faceless-ui/modal@2.0.1(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-z1PaaLxwuX+1In4vhUxODZndGKdCY+WIqzvtnas3CaYGGCVJBSJ4jfv9UEEGZzcahmSy+71bEL89cUT6d36j1Q==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - body-scroll-lock: 3.1.5 - focus-trap: 6.9.4 - qs: 6.11.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - dev: false - - /@faceless-ui/scroll-info@1.3.0(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-X+doJMzQqyVGpwV/YgXUAalNWepP2W8ThgZspKZLFG43zTYLVTU17BYCjjY+ggKuA3b0W3JyXZ2M8f247AdmHw==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@faceless-ui/window-info@2.1.1(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-gMAgda7beR4CNpBIXjgRVn97ek0LG3PAj9lxmoYdg574IEzLFZAh3eAYtTaS2XLKgb4+IHhsuBzlGmHbeOo2Aw==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@fal-works/esbuild-plugin-global-externals@2.1.2: - resolution: - { - integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==, - } - dev: true - - /@floating-ui/core@1.4.1: - resolution: - { - integrity: sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==, - } - dependencies: - "@floating-ui/utils": 0.1.1 - dev: false - - /@floating-ui/dom@1.5.1: - resolution: - { - integrity: sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==, - } - dependencies: - "@floating-ui/core": 1.4.1 - "@floating-ui/utils": 0.1.1 - dev: false - - /@floating-ui/utils@0.1.1: - resolution: - { - integrity: sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==, - } - dev: false - - /@googlemaps/js-api-loader@1.15.1: - resolution: - { - integrity: sha512-AsnEgNsB7S/VdrHGEQUaUM2e5tmjFGKBAfzR/AqO8O7TPq/jQGvoRw5liPBw4EMF38RDsHmKDV89q/X+qiUREQ==, - } - dependencies: - fast-deep-equal: 3.1.3 - dev: false - - /@googlemaps/react-wrapper@1.1.35(react@18.2.0): - resolution: - { - integrity: sha512-vK+BDQMHN0Oqr66cW3ZPWVK43BUmJJBu6P8T74tc6/fKpUJUlFEaZsupgIIRRRDW9ejB8uGagUmwOnA2gdcvbw==, - } - peerDependencies: - react: ">=16.8.0" - dependencies: - "@googlemaps/js-api-loader": 1.15.1 - react: 18.2.0 - dev: false - - /@graphql-typed-document-node/core@3.2.0(graphql@15.5.1): - resolution: - { - integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==, - } - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 15.5.1 - - /@hapi/address@4.1.0: - resolution: - { - integrity: sha512-SkszZf13HVgGmChdHo/PxchnSaCJ6cetVqLzyciudzZRT0jcOouIF/Q93mgjw8cce+D+4F4C1Z/WrfFN+O3VHQ==, - } - deprecated: Moved to 'npm install @sideway/address' - dependencies: - "@hapi/hoek": 9.3.0 - dev: true - - /@hapi/boom@10.0.1: - resolution: - { - integrity: sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==, - } - dependencies: - "@hapi/hoek": 11.0.2 - dev: false - - /@hapi/bourne@3.0.0: - resolution: - { - integrity: sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==, - } - dev: false - - /@hapi/formula@2.0.0: - resolution: - { - integrity: sha512-V87P8fv7PI0LH7LiVi8Lkf3x+KCO7pQozXRssAHNXXL9L1K+uyu4XypLXwxqVDKgyQai6qj3/KteNlrqDx4W5A==, - } - deprecated: Moved to 'npm install @sideway/formula' - dev: true - - /@hapi/hoek@10.0.1: - resolution: - { - integrity: sha512-CvlW7jmOhWzuqOqiJQ3rQVLMcREh0eel4IBnxDx2FAcK8g7qoJRQK4L1CPBASoCY6y8e6zuCy3f2g+HWdkzcMw==, - } - dev: false - - /@hapi/hoek@11.0.2: - resolution: - { - integrity: sha512-aKmlCO57XFZ26wso4rJsW4oTUnrgTFw2jh3io7CAtO9w4UltBNwRXvXIVzzyfkaaLRo3nluP/19msA8vDUUuKw==, - } - dev: false - - /@hapi/hoek@9.3.0: - resolution: - { - integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==, - } - - /@hapi/joi@17.1.1: - resolution: - { - integrity: sha512-p4DKeZAoeZW4g3u7ZeRo+vCDuSDgSvtsB/NpfjXEHTUjSeINAi/RrVOWiVQ1isaoLzMvFEhe8n5065mQq1AdQg==, - } - deprecated: Switch to 'npm install joi' - dependencies: - "@hapi/address": 4.1.0 - "@hapi/formula": 2.0.0 - "@hapi/hoek": 9.3.0 - "@hapi/pinpoint": 2.0.1 - "@hapi/topo": 5.1.0 - dev: true - - /@hapi/pinpoint@2.0.1: - resolution: - { - integrity: sha512-EKQmr16tM8s16vTT3cA5L0kZZcTMU5DUOZTuvpnY738m+jyP3JIUj+Mm1xc1rsLkGBQ/gVnfKYPwOmPg1tUR4Q==, - } - dev: true - - /@hapi/topo@5.1.0: - resolution: - { - integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==, - } - dependencies: - "@hapi/hoek": 9.3.0 - - /@hapi/wreck@18.0.1: - resolution: - { - integrity: sha512-OLHER70+rZxvDl75xq3xXOfd3e8XIvz8fWY0dqg92UvhZ29zo24vQgfqgHSYhB5ZiuFpSLeriOisAlxAo/1jWg==, - } - dependencies: - "@hapi/boom": 10.0.1 - "@hapi/bourne": 3.0.0 - "@hapi/hoek": 11.0.2 - dev: false - - /@humanwhocodes/config-array@0.11.8: - resolution: - { - integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==, - } - engines: { node: ">=10.10.0" } - dependencies: - "@humanwhocodes/object-schema": 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - - /@humanwhocodes/module-importer@1.0.1: - resolution: - { - integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, - } - engines: { node: ">=12.22" } - - /@humanwhocodes/object-schema@1.2.1: - resolution: - { - integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==, - } - - /@isaacs/cliui@8.0.2: - resolution: - { - integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, - } - engines: { node: ">=12" } - dependencies: - string-width: 5.1.2 - string-width-cjs: /string-width@4.2.3 - strip-ansi: 7.0.1 - strip-ansi-cjs: /strip-ansi@6.0.1 - wrap-ansi: 8.1.0 - wrap-ansi-cjs: /wrap-ansi@7.0.0 - dev: true - - /@istanbuljs/load-nyc-config@1.1.0: - resolution: - { - integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==, - } - engines: { node: ">=8" } - dependencies: - camelcase: 5.3.1 - find-up: 4.1.0 - get-package-type: 0.1.0 - js-yaml: 3.14.1 - resolve-from: 5.0.0 - dev: true - - /@istanbuljs/schema@0.1.3: - resolution: - { - integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==, - } - engines: { node: ">=8" } - dev: true - - /@jest/console@29.5.0: - resolution: - { - integrity: sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@types/node": 18.11.9 - chalk: 4.1.2 - jest-message-util: 29.6.3 - jest-util: 29.6.3 - slash: 3.0.0 - dev: true - - /@jest/core@29.5.0(ts-node@10.9.1): - resolution: - { - integrity: sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - "@jest/console": 29.5.0 - "@jest/reporters": 29.5.0 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.6.3 - "@types/node": 18.11.9 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.8.0 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 29.5.0 - jest-config: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) - jest-haste-map: 29.5.0 - jest-message-util: 29.6.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-resolve-dependencies: 29.5.0 - jest-runner: 29.5.0 - jest-runtime: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.6.3 - jest-validate: 29.5.0 - jest-watcher: 29.5.0 - micromatch: 4.0.5 - pretty-format: 29.6.3 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - supports-color - - ts-node - dev: true - - /@jest/environment@29.6.4: - resolution: - { - integrity: sha512-sQ0SULEjA1XUTHmkBRl7A1dyITM9yb1yb3ZNKPX3KlTd6IG7mWUe3e2yfExtC2Zz1Q+mMckOLHmL/qLiuQJrBQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/fake-timers": 29.6.4 - "@jest/types": 29.6.3 - "@types/node": 18.11.9 - jest-mock: 29.6.3 - - /@jest/expect-utils@29.5.0: - resolution: - { - integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - jest-get-type: 29.4.3 - - /@jest/expect@29.5.0: - resolution: - { - integrity: sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - expect: 29.5.0 - jest-snapshot: 29.5.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@jest/fake-timers@29.6.4: - resolution: - { - integrity: sha512-6UkCwzoBK60edXIIWb0/KWkuj7R7Qq91vVInOe3De6DSpaEiqjKcJw4F7XUet24Wupahj9J6PlR09JqJ5ySDHw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@sinonjs/fake-timers": 10.0.2 - "@types/node": 18.11.9 - jest-message-util: 29.6.3 - jest-mock: 29.6.3 - jest-util: 29.6.3 - - /@jest/globals@29.5.0: - resolution: - { - integrity: sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/environment": 29.6.4 - "@jest/expect": 29.5.0 - "@jest/types": 29.6.3 - jest-mock: 29.6.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@jest/reporters@29.5.0: - resolution: - { - integrity: sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - "@bcoe/v8-coverage": 0.2.3 - "@jest/console": 29.5.0 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.6.3 - "@jridgewell/trace-mapping": 0.3.18 - "@types/node": 18.11.9 - chalk: 4.1.2 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.1 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.5 - jest-message-util: 29.6.3 - jest-util: 29.6.3 - jest-worker: 29.5.0 - slash: 3.0.0 - string-length: 4.0.2 - strip-ansi: 6.0.1 - v8-to-istanbul: 9.1.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@jest/schemas@29.6.3: - resolution: - { - integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@sinclair/typebox": 0.27.8 - - /@jest/source-map@29.4.3: - resolution: - { - integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jridgewell/trace-mapping": 0.3.18 - callsites: 3.1.0 - graceful-fs: 4.2.11 - dev: true - - /@jest/test-result@29.5.0: - resolution: - { - integrity: sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/console": 29.5.0 - "@jest/types": 29.6.3 - "@types/istanbul-lib-coverage": 2.0.4 - collect-v8-coverage: 1.0.1 - dev: true - - /@jest/test-sequencer@29.5.0: - resolution: - { - integrity: sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/test-result": 29.5.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - slash: 3.0.0 - dev: true - - /@jest/transform@29.5.0: - resolution: - { - integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@babel/core": 7.22.9 - "@jest/types": 29.6.3 - "@jridgewell/trace-mapping": 0.3.18 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 2.0.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-regex-util: 29.4.3 - jest-util: 29.6.3 - micromatch: 4.0.5 - pirates: 4.0.5 - slash: 3.0.0 - write-file-atomic: 4.0.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@jest/types@27.5.1: - resolution: - { - integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==, - } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - dependencies: - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 18.11.9 - "@types/yargs": 16.0.5 - chalk: 4.1.2 - dev: true - - /@jest/types@29.5.0: - resolution: - { - integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/schemas": 29.6.3 - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 18.11.9 - "@types/yargs": 17.0.24 - chalk: 4.1.2 - dev: true - - /@jest/types@29.6.3: - resolution: - { - integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/schemas": 29.6.3 - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 18.11.9 - "@types/yargs": 17.0.24 - chalk: 4.1.2 - - /@jridgewell/gen-mapping@0.3.3: - resolution: - { - integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, - } - engines: { node: ">=6.0.0" } - dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.15 - "@jridgewell/trace-mapping": 0.3.18 - - /@jridgewell/resolve-uri@3.1.0: - resolution: - { - integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, - } - engines: { node: ">=6.0.0" } - - /@jridgewell/resolve-uri@3.1.1: - resolution: - { - integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==, - } - engines: { node: ">=6.0.0" } - dev: true - - /@jridgewell/set-array@1.1.2: - resolution: - { - integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, - } - engines: { node: ">=6.0.0" } - - /@jridgewell/source-map@0.3.3: - resolution: - { - integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==, - } - dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - - /@jridgewell/sourcemap-codec@1.4.14: - resolution: - { - integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, - } - - /@jridgewell/sourcemap-codec@1.4.15: - resolution: - { - integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, - } - - /@jridgewell/trace-mapping@0.3.18: - resolution: - { - integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, - } - dependencies: - "@jridgewell/resolve-uri": 3.1.0 - "@jridgewell/sourcemap-codec": 1.4.14 - - /@jridgewell/trace-mapping@0.3.9: - resolution: - { - integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==, - } - dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.4.15 - dev: true - - /@jsdevtools/ono@7.1.3: - resolution: - { - integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==, - } - dev: false - - /@juggle/resize-observer@3.4.0: - resolution: - { - integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==, - } - - /@kwsites/file-exists@1.1.1: - resolution: - { - integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==, - } - dependencies: - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@kwsites/promise-deferred@1.1.1: - resolution: - { - integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==, - } - dev: true - - /@manypkg/find-root@1.1.0: - resolution: - { - integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==, - } - dependencies: - "@babel/runtime": 7.22.6 - "@types/node": 12.20.55 - find-up: 4.1.0 - fs-extra: 8.1.0 - dev: true - - /@manypkg/get-packages@1.1.3: - resolution: - { - integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==, - } - dependencies: - "@babel/runtime": 7.22.6 - "@changesets/types": 4.1.0 - "@manypkg/find-root": 1.1.0 - fs-extra: 8.1.0 - globby: 11.1.0 - read-yaml-file: 1.1.0 - dev: true - - /@material-ui/codemod@4.5.0(jscodeshift@0.13.0): - resolution: - { - integrity: sha512-qgx6I1T+kTL6TkbtTu+Bn4NIi5AgQ8SR8R/bXpivKPkrSADCsoanfJrS3atyCi8Sykl0DZiLdXxQOAcjP1rh4w==, - } - engines: { node: ">=8.0.0" } - dependencies: - "@babel/core": 7.22.9 - "@babel/traverse": 7.21.5 - jscodeshift-add-imports: 1.0.10(jscodeshift@0.13.0) - transitivePeerDependencies: - - jscodeshift - - supports-color - dev: true - - /@material-ui/core@4.12.4(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==, - } - engines: { node: ">=8.0.0" } - deprecated: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5. - peerDependencies: - "@types/react": ^16.8.6 || ^17.0.0 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@material-ui/styles": 4.11.5(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@material-ui/system": 4.12.2(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@material-ui/types": 5.1.0(@types/react@18.2.15) - "@material-ui/utils": 4.11.3(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.15 - "@types/react-transition-group": 4.4.6 - clsx: 1.2.1 - hoist-non-react-statics: 3.3.2 - popper.js: 1.16.1-lts - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 17.0.2 - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - dev: true - - /@material-ui/styles@4.11.5(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==, - } - engines: { node: ">=8.0.0" } - deprecated: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5. - peerDependencies: - "@types/react": ^16.8.6 || ^17.0.0 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/hash": 0.8.0 - "@material-ui/types": 5.1.0(@types/react@18.2.15) - "@material-ui/utils": 4.11.3(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.15 - clsx: 1.2.1 - csstype: 2.6.21 - hoist-non-react-statics: 3.3.2 - jss: 10.10.0 - jss-plugin-camel-case: 10.10.0 - jss-plugin-default-unit: 10.10.0 - jss-plugin-global: 10.10.0 - jss-plugin-nested: 10.10.0 - jss-plugin-props-sort: 10.10.0 - jss-plugin-rule-value-function: 10.10.0 - jss-plugin-vendor-prefixer: 10.10.0 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@material-ui/system@4.12.2(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==, - } - engines: { node: ">=8.0.0" } - peerDependencies: - "@types/react": ^16.8.6 || ^17.0.0 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@material-ui/utils": 4.11.3(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.15 - csstype: 2.6.21 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@material-ui/types@5.1.0(@types/react@18.2.15): - resolution: - { - integrity: sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==, - } - peerDependencies: - "@types/react": "*" - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@types/react": 18.2.15 - dev: true - - /@material-ui/utils@4.11.3(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==, - } - engines: { node: ">=8.0.0" } - peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - dependencies: - "@babel/runtime": 7.22.6 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 17.0.2 - dev: true - - /@mdx-js/react@2.3.0(react@18.2.0): - resolution: - { - integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==, - } - peerDependencies: - react: ">=16" - dependencies: - "@types/mdx": 2.0.5 - "@types/react": 18.2.15 - react: 18.2.0 - dev: true - - /@monaco-editor/loader@1.3.3(monaco-editor@0.38.0): - resolution: - { - integrity: sha512-6KKF4CTzcJiS8BJwtxtfyYt9shBiEv32ateQ9T4UVogwn4HM/uPo9iJd2Dmbkpz8CM6Y0PDUpjnZzCwC+eYo2Q==, - } - peerDependencies: - monaco-editor: ">= 0.21.0 < 1" - dependencies: - monaco-editor: 0.38.0 - state-local: 1.0.7 - dev: false - - /@monaco-editor/react@4.5.1(monaco-editor@0.38.0)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-NNDFdP+2HojtNhCkRfE6/D6ro6pBNihaOzMbGK84lNWzRu+CfBjwzGt4jmnqimLuqp5yE5viHS2vi+QOAnD5FQ==, - } - peerDependencies: - monaco-editor: ">= 0.25.0 < 1" - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@monaco-editor/loader": 1.3.3(monaco-editor@0.38.0) - monaco-editor: 0.38.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@mui/base@5.0.0-alpha.121(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-8nJRY76UqlJV+q/Yzo0tgGfPWEOa+4N9rjO81fMmcJqP0I6m54hLDXsjvMg4tvelY5eKHXUK6Tb7en+GHfTqZA==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/is-prop-valid": 1.2.1 - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.12.3(react@18.2.0) - "@popperjs/core": 2.11.7 - "@types/react": 18.2.15 - clsx: 1.2.1 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - dev: false - - /@mui/base@5.0.0-beta.7(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-Pjbwm6gjiS96kOMF7E5fjEJsenc0tZBesrLQ4rrdi3eT/c/yhSWnPbCUkHSz8bnS0l3/VQ8bA+oERSGSV2PK6A==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/is-prop-valid": 1.2.1 - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.14.1(react@18.2.0) - "@popperjs/core": 2.11.8 - "@types/react": 18.2.15 - clsx: 1.2.1 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - - /@mui/core-downloads-tracker@5.14.2: - resolution: - { - integrity: sha512-x+c/MgDL1t/IIy5lDbMlrDouFG5DYZbl3DP4dbbuhlpPFBnE9glYwmJEee/orVHQpOPwLxCAIWQs+2DKSaBVWQ==, - } - - /@mui/icons-material@5.11.16(@mui/material@5.14.0)(@types/react@18.2.15)(react@18.2.0): - resolution: - { - integrity: sha512-oKkx9z9Kwg40NtcIajF9uOXhxiyTZrrm9nmIJ4UjkU2IdHpd4QVLbCc/5hZN/y0C6qzi2Zlxyr9TGddQx2vx2A==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@mui/material": ^5.0.0 - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.21.5 - "@mui/material": 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.15 - react: 18.2.0 - dev: false - - /@mui/lab@5.0.0-alpha.123(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/material@5.14.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-E6PyNETF/FcGyGSMql25cQCZqbo+07EAEjHXM15V0R6rwQ/ZA/Dst41iQvyHk6t1QLI3vRw6YOR43OGKM3jURA==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@emotion/react": ^11.5.0 - "@emotion/styled": ^11.3.0 - "@mui/material": ^5.0.0 - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.21.5 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - "@mui/base": 5.0.0-alpha.121(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@mui/material": 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@mui/system": 5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react@18.2.0) - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.12.3(react@18.2.0) - "@types/react": 18.2.15 - clsx: 1.2.1 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - dev: false - - /@mui/material@5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-HP7CP71NhMkui2HUIEKl2/JfuHMuoarSUWAKlNw6s17bl/Num9rN61EM6uUzc2A2zHjj/00A66GnvDnmixEJEw==, - } - engines: { node: ">=12.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 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - "@mui/base": 5.0.0-beta.7(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@mui/core-downloads-tracker": 5.14.2 - "@mui/system": 5.14.1(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react@18.2.0) - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.14.1(react@18.2.0) - "@types/react": 18.2.15 - "@types/react-transition-group": 4.4.6 - clsx: 1.2.1 - csstype: 3.1.2 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - - /@mui/private-theming@5.12.3(@types/react@18.2.15)(react@18.2.0): - resolution: - { - integrity: sha512-o1e7Z1Bp27n4x2iUHhegV4/Jp6H3T6iBKHJdLivS5GbwsuAE/5l4SnZ+7+K+e5u9TuhwcAKZLkjvqzkDe8zqfA==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@mui/utils": 5.12.3(react@18.2.0) - "@types/react": 18.2.15 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - - /@mui/private-theming@5.13.7(@types/react@18.2.15)(react@18.2.0): - resolution: - { - integrity: sha512-qbSr+udcij5F9dKhGX7fEdx2drXchq7htLNr2Qg2Ma+WJ6q0ERlEqGSBiPiVDJkptcjeVL4DGmcf1wl5+vD4EA==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@mui/utils": 5.14.1(react@18.2.0) - "@types/react": 18.2.15 - prop-types: 15.8.1 - react: 18.2.0 - - /@mui/styled-engine@5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(react@18.2.0): - resolution: - { - integrity: sha512-AhZtiRyT8Bjr7fufxE/mLS+QJ3LxwX1kghIcM2B2dvJzSSg9rnIuXDXM959QfUVIM3C8U4x3mgVoPFMQJvc4/g==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@emotion/react": ^11.4.1 - "@emotion/styled": ^11.3.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/cache": 11.11.0 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - csstype: 3.1.2 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - - /@mui/styled-engine@5.13.2(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(react@18.2.0): - resolution: - { - integrity: sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@emotion/react": ^11.4.1 - "@emotion/styled": ^11.3.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/cache": 11.11.0 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - csstype: 3.1.2 - prop-types: 15.8.1 - react: 18.2.0 - - /@mui/styles@5.12.3(@types/react@18.2.15)(react@18.2.0): - resolution: - { - integrity: sha512-y0GN1kTYO2FF/0LH8a0PpVxwLotlcunFqdJpCL5gza0w5Fqz9wxlwauPZW0bDt0+sF79CrohzdzWkh+fxB+oww==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - "@types/react": ^17.0.0 - react: ^17.0.0 - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.21.5 - "@emotion/hash": 0.9.0 - "@mui/private-theming": 5.12.3(@types/react@18.2.15)(react@18.2.0) - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.12.3(react@18.2.0) - "@types/react": 18.2.15 - clsx: 1.2.1 - csstype: 3.1.2 - hoist-non-react-statics: 3.3.2 - jss: 10.10.0 - jss-plugin-camel-case: 10.10.0 - jss-plugin-default-unit: 10.10.0 - jss-plugin-global: 10.10.0 - jss-plugin-nested: 10.10.0 - jss-plugin-props-sort: 10.10.0 - jss-plugin-rule-value-function: 10.10.0 - jss-plugin-vendor-prefixer: 10.10.0 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - - /@mui/system@5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react@18.2.0): - resolution: - { - integrity: sha512-JB/6sypHqeJCqwldWeQ1MKkijH829EcZAKKizxbU2MJdxGG5KSwZvTBa5D9qiJUA1hJFYYupjiuy9ZdJt6rV6w==, - } - engines: { node: ">=12.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 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - "@mui/private-theming": 5.12.3(@types/react@18.2.15)(react@18.2.0) - "@mui/styled-engine": 5.12.3(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(react@18.2.0) - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.12.3(react@18.2.0) - "@types/react": 18.2.15 - clsx: 1.2.1 - csstype: 3.1.2 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - - /@mui/system@5.14.1(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react@18.2.0): - resolution: - { - integrity: sha512-u+xlsU34Jdkgx1CxmBnIC4Y08uPdVX5iEd3S/1dggDFtOGp+Lj8xmKRJAQ8PJOOJLOh8pDwaZx4AwXikL4l1QA==, - } - engines: { node: ">=12.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 - peerDependenciesMeta: - "@emotion/react": - optional: true - "@emotion/styled": - optional: true - "@types/react": - optional: true - dependencies: - "@babel/runtime": 7.22.6 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - "@mui/private-theming": 5.13.7(@types/react@18.2.15)(react@18.2.0) - "@mui/styled-engine": 5.13.2(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(react@18.2.0) - "@mui/types": 7.2.4(@types/react@18.2.15) - "@mui/utils": 5.14.1(react@18.2.0) - "@types/react": 18.2.15 - clsx: 1.2.1 - csstype: 3.1.2 - prop-types: 15.8.1 - react: 18.2.0 - - /@mui/types@7.2.4(@types/react@18.2.15): - resolution: - { - integrity: sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==, - } - peerDependencies: - "@types/react": "*" - peerDependenciesMeta: - "@types/react": - optional: true - dependencies: - "@types/react": 18.2.15 - - /@mui/utils@5.12.3(react@18.2.0): - resolution: - { - integrity: sha512-D/Z4Ub3MRl7HiUccid7sQYclTr24TqUAQFFlxHQF8FR177BrCTQ0JJZom7EqYjZCdXhwnSkOj2ph685MSKNtIA==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - react: ^17.0.0 || ^18.0.0 - dependencies: - "@babel/runtime": 7.21.5 - "@types/prop-types": 15.7.5 - "@types/react-is": 17.0.4 - prop-types: 15.8.1 - react: 18.2.0 - react-is: 18.2.0 - - /@mui/utils@5.14.1(react@18.2.0): - resolution: - { - integrity: sha512-39KHKK2JeqRmuUcLDLwM+c2XfVC136C5/yUyQXmO2PVbOb2Bol4KxtkssEqCbTwg87PSCG3f1Tb0keRsK7cVGw==, - } - engines: { node: ">=12.0.0" } - peerDependencies: - react: ^17.0.0 || ^18.0.0 - dependencies: - "@babel/runtime": 7.22.6 - "@types/prop-types": 15.7.5 - "@types/react-is": 18.2.1 - prop-types: 15.8.1 - react: 18.2.0 - react-is: 18.2.0 - - /@ndelangen/get-tarball@3.0.7: - resolution: - { - integrity: sha512-NqGfTZIZpRFef1GoVaShSSRwDC3vde3ThtTeqFdcYd6ipKqnfEVhjK2hUeHjCQUcptyZr2TONqcloFXM+5QBrQ==, - } - dependencies: - gunzip-maybe: 1.4.2 - pump: 3.0.0 - tar-fs: 2.1.1 - dev: true - - /@next/env@13.3.4: - resolution: - { - integrity: sha512-oTK/wRV2qga86m/4VdrR1+/56UA6U1Qv3sIgowB+bZjahniZLEG5BmmQjfoGv7ZuLXBZ8Eec6hkL9BqJcrEL2g==, - } - - /@next/env@13.4.11: - resolution: - { - integrity: sha512-BbPLOkfFFca+OpwSmGhNrl56B3ZzOFS4eJ85SpGTDpjlXoz7XFfS3MMOfjUCTuW1laTrQjm98I9Q30tsYpr8ew==, - } - - /@next/eslint-plugin-next@11.0.1: - resolution: - { - integrity: sha512-UzdX3y6XSrj9YuASUb/p4sRvfjP2klj2YgIOfMwrWoLTTPJQMh00hREB9Ftr7m7RIxjVSAaaLXIRLdxvq948GA==, - } - dev: true - - /@next/eslint-plugin-next@13.4.12: - resolution: - { - integrity: sha512-6rhK9CdxEgj/j1qvXIyLTWEaeFv7zOK8yJMulz3Owel0uek0U9MJCGzmKgYxM3aAUBo3gKeywCZKyQnJKto60A==, - } - dependencies: - glob: 7.1.7 - dev: false - - /@next/swc-darwin-arm64@13.3.4: - resolution: - { - integrity: sha512-vux7RWfzxy1lD21CMwZsy9Ej+0+LZdIIj1gEhVmzOQqQZ5N56h8JamrjIVCfDL+Lpj8KwOmFZbPHE8qaYnL2pg==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [darwin] - requiresBuild: true - optional: true - - /@next/swc-darwin-arm64@13.4.11: - resolution: - { - integrity: sha512-lc3vl7Wo5A6dnLoJKlURHx2Y8wvHPQBy2JmJ88r+xbATYSyy3U+1B0M0ycrtleIP3lmachoeai9V/8ITt+/AQQ==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [darwin] - requiresBuild: true - optional: true - - /@next/swc-darwin-x64@13.3.4: - resolution: - { - integrity: sha512-1tb+6JT98+t7UIhVQpKL7zegKnCs9RKU6cKNyj+DYKuC/NVl49/JaIlmwCwK8Ibl+RXxJrK7uSXSIO71feXsgw==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [darwin] - requiresBuild: true - optional: true - - /@next/swc-darwin-x64@13.4.11: - resolution: - { - integrity: sha512-0bSZrEcKSOywSeCJbqwE9B7nHd5CVB+J6vIjCKb0IUWzmireMn6OLu1fsZbNKNetpuVq2Fdk2dmUpYIXuSfGTg==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [darwin] - requiresBuild: true - optional: true - - /@next/swc-linux-arm64-gnu@13.3.4: - resolution: - { - integrity: sha512-UqcKkYTKslf5YAJNtZ5XV1D5MQJIkVtDHL8OehDZERHzqOe7jvy41HFto33IDPPU8gJiP5eJb3V9U26uifqHjw==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-arm64-gnu@13.4.11: - resolution: - { - integrity: sha512-BrSo2dYhbYSJksmzdj6uR+hz0ZNgVdWKeyVFou+SSHHm1JoviAOPv9QPBliK1LMoBVk5TA2FlTMS5zzYfm2mUw==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-arm64-musl@13.3.4: - resolution: - { - integrity: sha512-HE/FmE8VvstAfehyo/XsrhGgz97cEr7uf9IfkgJ/unqSXE0CDshDn/4as6rRid74eDR8/exi7c2tdo49Tuqxrw==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-arm64-musl@13.4.11: - resolution: - { - integrity: sha512-AWACRlOtmCO+KaRaPtltYdoRPHhXf1ywhc6vRxT0UnJvrFpbzDpncKHCadPWYlrOyT37bT1+9ye8tHxBjlNiuA==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-x64-gnu@13.3.4: - resolution: - { - integrity: sha512-xU+ugaupGA4SL5aK1ZYEqVHrW3TPOhxVcpaJLfpANm2443J4GfxCmOacu9XcSgy5c51Mq7C9uZ1LODKHfZosRQ==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-x64-gnu@13.4.11: - resolution: - { - integrity: sha512-JEC0lkHKSLeW82YeSeTO4GjcQ1996paE2+daFWFPJ6V1m0zJ/6FWGZEIivGdsZTUGy34pFFoYlo9QhDEeRZWHw==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-x64-musl@13.3.4: - resolution: - { - integrity: sha512-cZvmf5KcYeTfIK6bCypfmxGUjme53Ep7hx94JJtGrYgCA1VwEuYdh+KouubJaQCH3aqnNE7+zGnVEupEKfoaaA==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-linux-x64-musl@13.4.11: - resolution: - { - integrity: sha512-gBTXltxQf+2vGx7c5eBMYhh/TJ1IPTOWi75XhfdLhXP3CljupRZJiFzwTKYXk/XAEc3Vd/FL8DYJN5THog1t2Q==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@next/swc-win32-arm64-msvc@13.3.4: - resolution: - { - integrity: sha512-7dL+CAUAjmgnVbjXPIpdj7/AQKFqEUL3bKtaOIE1JzJ5UMHHAXCPwzQtibrsvQpf9MwcAmiv8aburD3xH1xf8w==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [win32] - requiresBuild: true - optional: true - - /@next/swc-win32-arm64-msvc@13.4.11: - resolution: - { - integrity: sha512-SlOMH+Ewh71/PQGM9hSoHoINNo0RFekMIJ/95JcLIRGLZLFj5jEFb44WT8ISmBFtkdZu7eSeIcnD615sCwwctw==, - } - engines: { node: ">= 10" } - cpu: [arm64] - os: [win32] - requiresBuild: true - optional: true - - /@next/swc-win32-ia32-msvc@13.3.4: - resolution: - { - integrity: sha512-qplTyzEl1vPkS+/DRK3pKSL0HeXrPHkYsV7U6gboHYpfqoHY+bcLUj3gwVUa9PEHRIoq4vXvPzx/WtzE6q52ng==, - } - engines: { node: ">= 10" } - cpu: [ia32] - os: [win32] - requiresBuild: true - optional: true - - /@next/swc-win32-ia32-msvc@13.4.11: - resolution: - { - integrity: sha512-W0dipacpgzmqcJlqCwmMLEHg4nxGa6wUxS8tsABEcFDF/+UQA5p34H5rGsn+SoeGNmhK0Nsr+cDtVbEviDEf6w==, - } - engines: { node: ">= 10" } - cpu: [ia32] - os: [win32] - requiresBuild: true - optional: true - - /@next/swc-win32-x64-msvc@13.3.4: - resolution: - { - integrity: sha512-usdvZT7JHrTuXC+4OKN5mCzUkviFkCyJJTkEz8jhBpucg+T7s83e7owm3oNFzmj5iKfvxU2St6VkcnSgpFvEYA==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [win32] - requiresBuild: true - optional: true - - /@next/swc-win32-x64-msvc@13.4.11: - resolution: - { - integrity: sha512-thNeqt0QtsvaNkRK+Ge31REyriGMJC3HlVwvC9z6b82+Q7Coz5Q/UvIX3HmKPr00UleSRCM4QPxH+YT6wrjOqw==, - } - engines: { node: ">= 10" } - cpu: [x64] - os: [win32] - requiresBuild: true - optional: true - - /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: - resolution: - { - integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==, - } - dependencies: - eslint-scope: 5.1.1 - - /@nicolo-ribaudo/semver-v6@6.3.3: - resolution: - { - integrity: sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==, - } - hasBin: true - - /@nivo/arcs@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-g5m/wM36Ey45J3hrVDBPMw1Z6GOgIRwgb5zTh7TFoPuhRBZEDQLmctk8XYOm0xOMVCzsm6WkU5wlSQUeBY6IHQ==, - } - peerDependencies: - "@nivo/core": 0.80.0 - react: ">= 16.14.0 < 19.0.0" - dependencies: - "@nivo/colors": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) - "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - "@react-spring/web": 9.4.5(react-dom@18.2.0)(react@18.2.0) - d3-shape: 1.3.7 - react: 18.2.0 - transitivePeerDependencies: - - prop-types - - react-dom - dev: false - - /@nivo/colors@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0): - resolution: - { - integrity: sha512-T695Zr411FU4RPo7WDINOAn8f79DPP10SFJmDdEqELE+cbzYVTpXqLGZ7JMv88ko7EOf9qxLQgcBqY69rp9tHQ==, - } - peerDependencies: - "@nivo/core": 0.80.0 - prop-types: ">= 15.5.10 < 16.0.0" - react: ">= 16.14.0 < 19.0.0" - dependencies: - "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - d3-color: 2.0.0 - d3-scale: 3.3.0 - d3-scale-chromatic: 2.0.0 - lodash: 4.17.21 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - - /@nivo/core@0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-6caih0RavXdWWSfde+rC2pk17WrX9YQlqK26BrxIdXzv3Ydzlh5SkrC7dR2TEvMGBhunzVeLOfiC2DWT1S8CFg==, - } - peerDependencies: - "@nivo/tooltip": 0.80.0 - prop-types: ">= 15.5.10 < 16.0.0" - react: ">= 16.14.0 < 19.0.0" - dependencies: - "@nivo/recompose": 0.80.0(react@18.2.0) - "@nivo/tooltip": 0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0) - "@react-spring/web": 9.4.5(react-dom@18.2.0)(react@18.2.0) - d3-color: 2.0.0 - d3-format: 1.4.5 - d3-interpolate: 2.0.1 - d3-scale: 3.3.0 - d3-scale-chromatic: 2.0.0 - d3-shape: 1.3.7 - d3-time-format: 3.0.0 - lodash: 4.17.21 - prop-types: 15.8.1 - react: 18.2.0 - transitivePeerDependencies: - - react-dom - dev: false - - /@nivo/legends@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0): - resolution: - { - integrity: sha512-h0IUIPGygpbKIZZZWIxkkxOw4SO0rqPrqDrykjaoQz4CvL4HtLIUS3YRA4akKOVNZfS5agmImjzvIe0s3RvqlQ==, - } - peerDependencies: - "@nivo/core": 0.80.0 - prop-types: ">= 15.5.10 < 16.0.0" - react: ">= 16.14.0 < 19.0.0" - dependencies: - "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - prop-types: 15.8.1 - react: 18.2.0 - dev: false - - /@nivo/pie@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-Zj2PtozUg5wizxdI/2o13YzwnBwf8lLrgc8vH7ucsgOu5nj6oLLpGTuNd3CBmRJHFGIGNT39bP63lKnB3P6qOQ==, - } - peerDependencies: - "@nivo/core": 0.80.0 - react: ">= 16.14.0 < 19.0.0" - dependencies: - "@nivo/arcs": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - "@nivo/colors": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) - "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - "@nivo/legends": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) - "@nivo/tooltip": 0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0) - d3-shape: 1.3.7 - react: 18.2.0 - transitivePeerDependencies: - - prop-types - - react-dom - dev: false - - /@nivo/recompose@0.80.0(react@18.2.0): - resolution: - { - integrity: sha512-iL3g7j3nJGD9+mRDbwNwt/IXDXH6E29mhShY1I7SP91xrfusZV9pSFf4EzyYgruNJk/2iqMuaqn+e+TVFra44A==, - } - peerDependencies: - react: ">= 16.14.0 < 19.0.0" - dependencies: - react: 18.2.0 - react-lifecycles-compat: 3.0.4 - dev: false - - /@nivo/tooltip@0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-qGmrreRwnCsYjn/LAuwBtxBn/tvG8y+rwgd4gkANLBAoXd3bzJyvmkSe+QJPhUG64bq57ibDK+lO2pC48a3/fw==, - } - peerDependencies: - "@nivo/core": 0.80.0 - dependencies: - "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - "@react-spring/web": 9.4.5(react-dom@18.2.0)(react@18.2.0) - transitivePeerDependencies: - - react - - react-dom - dev: false - - /@nivo/waffle@0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-gFnkjrt48C11h73Qf9IqjN/WDHmdfHh/xZJg+wYu8ad209tfi5fAdMsPmLm893LaBzJXLnFdX0arJA715F2nfg==, - } - peerDependencies: - "@nivo/core": 0.80.0 - prop-types: ">= 15.5.10 < 16.0.0" - react: ">= 16.14.0 < 19.0.0" - dependencies: - "@nivo/colors": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) - "@nivo/core": 0.80.0(@nivo/tooltip@0.80.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) - "@nivo/legends": 0.80.0(@nivo/core@0.80.0)(prop-types@15.8.1)(react@18.2.0) - "@nivo/recompose": 0.80.0(react@18.2.0) - "@nivo/tooltip": 0.80.0(@nivo/core@0.80.0)(react-dom@18.2.0)(react@18.2.0) - lodash: 4.17.21 - prop-types: 15.8.1 - react: 18.2.0 - react-motion: 0.5.2(react@18.2.0) - transitivePeerDependencies: - - react-dom - dev: false - - /@nodelib/fs.scandir@2.1.5: - resolution: - { - integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, - } - engines: { node: ">= 8" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - run-parallel: 1.2.0 - - /@nodelib/fs.stat@2.0.5: - resolution: - { - integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, - } - engines: { node: ">= 8" } - - /@nodelib/fs.walk@1.2.8: - resolution: - { - integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, - } - engines: { node: ">= 8" } - dependencies: - "@nodelib/fs.scandir": 2.1.5 - fastq: 1.15.0 - - /@panva/hkdf@1.1.1: - resolution: - { - integrity: sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==, - } - dev: false - - /@payloadcms/plugin-cloud-storage@1.0.16(@aws-sdk/client-s3@3.327.0)(@aws-sdk/lib-storage@3.327.0)(payload@1.11.8): - resolution: - { - integrity: sha512-ezuWFXCQCfyrD9u/wAWSjLQ06wFHcfbDZJw1P9DFa6f1GCInHu5Qr9ASCkmyq+x3RnwAI/wJEDH/bT7ffvpZHg==, - } - peerDependencies: - "@aws-sdk/client-s3": ^3.142.0 - "@aws-sdk/lib-storage": ^3.267.0 - "@azure/storage-blob": ^12.11.0 - "@google-cloud/storage": ^6.4.1 - payload: ^1.7.2 - peerDependenciesMeta: - "@aws-sdk/client-s3": - optional: true - "@aws-sdk/lib-storage": - optional: true - "@azure/storage-blob": - optional: true - "@google-cloud/storage": - optional: true - dependencies: - "@aws-sdk/client-s3": 3.327.0 - "@aws-sdk/lib-storage": 3.327.0(@aws-sdk/abort-controller@3.310.0)(@aws-sdk/client-s3@3.327.0) - payload: 1.11.8(@types/react@18.2.15)(typescript@4.9.5) - range-parser: 1.2.1 - dev: false - - /@payloadcms/plugin-nested-docs@1.0.6(payload@1.11.8)(react@18.2.0): - resolution: - { - integrity: sha512-+rPMWYYjxxIQeCO+MFlfsj4baLaK3S7RzP4dGouWcCtORbZEXbVPUGXgWWNyAP3FolQh4YDEgFVB4PHyIa+O/A==, - } - peerDependencies: - payload: ^0.18.5 || ^1.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - payload: 1.11.8(@types/react@18.2.15)(typescript@4.9.5) - react: 18.2.0 - dev: false - - /@payloadcms/plugin-seo@1.0.13(payload@1.11.8)(react@18.2.0): - resolution: - { - integrity: sha512-GPIyGTe6vU8GRFMYhNoUDrGWxm0uiqfIQQSsAuZjEM6YGFozo/AnpnjcT6VS/led/7HRFF8ijOy82l0VaLNC3w==, - } - peerDependencies: - payload: ^0.18.5 || ^1.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - payload: 1.11.8(@types/react@18.2.15)(typescript@4.9.5) - react: 18.2.0 - dev: false - - /@pkgjs/parseargs@0.11.0: - resolution: - { - integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, - } - engines: { node: ">=14" } - requiresBuild: true - dev: true - optional: true - - /@pkgr/utils@2.4.2: - resolution: - { - integrity: sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==, - } - engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } - dependencies: - cross-spawn: 7.0.3 - fast-glob: 3.3.1 - is-glob: 4.0.3 - open: 9.1.0 - picocolors: 1.0.0 - tslib: 2.6.1 - - /@playwright/test@1.33.0: - resolution: - { - integrity: sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==, - } - engines: { node: ">=14" } - hasBin: true - dependencies: - "@types/node": 16.18.25 - playwright-core: 1.33.0 - optionalDependencies: - fsevents: 2.3.2 - dev: true - - /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.82.0): - resolution: - { - integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==, - } - engines: { node: ">= 10.13" } - peerDependencies: - "@types/webpack": 4.x || 5.x - react-refresh: ">=0.10.0 <1.0.0" - sockjs-client: ^1.4.0 - type-fest: ">=0.17.0 <4.0.0" - webpack: ">=4.43.0 <6.0.0" - webpack-dev-server: 3.x || 4.x - webpack-hot-middleware: 2.x - webpack-plugin-serve: 0.x || 1.x - peerDependenciesMeta: - "@types/webpack": - optional: true - sockjs-client: - optional: true - type-fest: - optional: true - webpack-dev-server: - optional: true - webpack-hot-middleware: - optional: true - webpack-plugin-serve: - optional: true - dependencies: - ansi-html-community: 0.0.8 - common-path-prefix: 3.0.0 - core-js-pure: 3.30.1 - error-stack-parser: 2.1.4 - find-up: 5.0.0 - html-entities: 2.3.3 - loader-utils: 2.0.4 - react-refresh: 0.11.0 - schema-utils: 3.1.2 - source-map: 0.7.4 - webpack: 5.82.0(esbuild@0.17.18) - dev: true - - /@polka/url@1.0.0-next.21: - resolution: - { - integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==, - } - - /@popperjs/core@2.11.7: - resolution: - { - integrity: sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==, - } - dev: false - - /@popperjs/core@2.11.8: - resolution: - { - integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==, - } - - /@react-leaflet/core@2.1.0(leaflet@1.9.3)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==, - } - peerDependencies: - leaflet: ^1.9.0 - react: ^18.0.0 - react-dom: ^18.0.0 - dependencies: - leaflet: 1.9.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@react-spring/animated@9.4.5(react@18.2.0): - resolution: - { - integrity: sha512-KWqrtvJSMx6Fj9nMJkhTwM9r6LIriExDRV6YHZV9HKQsaolUFppgkOXpC+rsL1JEtEvKv6EkLLmSqHTnuYjiIA==, - } - peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - dependencies: - "@react-spring/shared": 9.4.5(react@18.2.0) - "@react-spring/types": 9.4.5 - react: 18.2.0 - dev: false - - /@react-spring/core@9.4.5(react@18.2.0): - resolution: - { - integrity: sha512-83u3FzfQmGMJFwZLAJSwF24/ZJctwUkWtyPD7KYtNagrFeQKUH1I05ZuhmCmqW+2w1KDW1SFWQ43RawqfXKiiQ==, - } - peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - dependencies: - "@react-spring/animated": 9.4.5(react@18.2.0) - "@react-spring/rafz": 9.4.5 - "@react-spring/shared": 9.4.5(react@18.2.0) - "@react-spring/types": 9.4.5 - react: 18.2.0 - dev: false - - /@react-spring/rafz@9.4.5: - resolution: - { - integrity: sha512-swGsutMwvnoyTRxvqhfJBtGM8Ipx6ks0RkIpNX9F/U7XmyPvBMGd3GgX/mqxZUpdlsuI1zr/jiYw+GXZxAlLcQ==, - } - dev: false - - /@react-spring/shared@9.4.5(react@18.2.0): - resolution: - { - integrity: sha512-JhMh3nFKsqyag0KM5IIM8BQANGscTdd0mMv3BXsUiMZrcjQTskyfnv5qxEeGWbJGGar52qr5kHuBHtCjQOzniA==, - } - peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - dependencies: - "@react-spring/rafz": 9.4.5 - "@react-spring/types": 9.4.5 - react: 18.2.0 - dev: false - - /@react-spring/types@9.4.5: - resolution: - { - integrity: sha512-mpRIamoHwql0ogxEUh9yr4TP0xU5CWyZxVQeccGkHHF8kPMErtDXJlxyo0lj+telRF35XNihtPTWoflqtyARmg==, - } - dev: false - - /@react-spring/web@9.4.5(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-NGAkOtKmOzDEctL7MzRlQGv24sRce++0xAY7KlcxmeVkR7LRSGkoXHaIfm9ObzxPMcPHQYQhf3+X9jepIFNHQA==, - } - peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 - dependencies: - "@react-spring/animated": 9.4.5(react@18.2.0) - "@react-spring/core": 9.4.5(react@18.2.0) - "@react-spring/shared": 9.4.5(react@18.2.0) - "@react-spring/types": 9.4.5 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@reactour/mask@1.1.0(react@18.2.0): - resolution: - { - integrity: sha512-GkJMLuTs3vTsm4Ryq2uXcE4sMzRP1p4xSd6juSOMqbHa7IVD/UiLCLqJWHR9xGSQPbYhpZAZAORUG5cS0U5tBA==, - } - peerDependencies: - react: 16.x || 17.x || 18.x - dependencies: - "@reactour/utils": 0.5.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@reactour/popover@1.1.1(react@18.2.0): - resolution: - { - integrity: sha512-BouulO0sXfmuHSPX8FwCYI0fMeT+VsWqk7UTao3NQcUC5H903ZeKOV2GYpwSJtRUQhsyNEu1Q8cEruGRf1SOXQ==, - } - peerDependencies: - react: 16.x || 17.x || 18.x - dependencies: - "@reactour/utils": 0.5.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@reactour/tour@3.4.0(react@18.2.0): - resolution: - { - integrity: sha512-tt5ZauKzeRNriWFXO4GLADL1RzOzky5u/nfxTebvpRBVqKKqaDZku5Ul17K2qy6XEPqzmZ6pNQX9JLlc1BzrNw==, - } - peerDependencies: - react: 16.x || 17.x || 18.x - dependencies: - "@reactour/mask": 1.1.0(react@18.2.0) - "@reactour/popover": 1.1.1(react@18.2.0) - "@reactour/utils": 0.5.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@reactour/utils@0.5.0(react@18.2.0): - resolution: - { - integrity: sha512-yQs5Nm/Dg1xRM7d/S/UILBV5OInrTgrjGzgc81/RP5khqdO5KnpOaC46yF83kDtCalte8X3RCwp+F2YA509k1w==, - } - peerDependencies: - react: 16.x || 17.x || 18.x - dependencies: - "@rooks/use-mutation-observer": 4.11.2(react@18.2.0) - react: 18.2.0 - resize-observer-polyfill: 1.5.1 - dev: false - - /@rollup/plugin-commonjs@24.0.0(rollup@2.78.0): - resolution: - { - integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==, - } - engines: { node: ">=14.0.0" } - peerDependencies: - rollup: ^2.68.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - "@rollup/pluginutils": 5.0.2(rollup@2.78.0) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.27.0 - rollup: 2.78.0 - dev: false - - /@rollup/pluginutils@5.0.2(rollup@2.78.0): - resolution: - { - integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==, - } - engines: { node: ">=14.0.0" } - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - "@types/estree": 1.0.1 - estree-walker: 2.0.2 - picomatch: 2.3.1 - rollup: 2.78.0 - dev: false - - /@rooks/use-mutation-observer@4.11.2(react@18.2.0): - resolution: - { - integrity: sha512-vpsdrZdr6TkB1zZJcHx+fR1YC/pHs2BaqcuYiEGjBVbwY5xcC49+h0hAUtQKHth3oJqXfIX/Ng8S7s5HFHdM/A==, + integrity: sha512-JhMh3nFKsqyag0KM5IIM8BQANGscTdd0mMv3BXsUiMZrcjQTskyfnv5qxEeGWbJGGar52qr5kHuBHtCjQOzniA==, } peerDependencies: - react: ">=16.8.0" + react: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: + "@react-spring/rafz": 9.4.5 + "@react-spring/types": 9.4.5 react: 18.2.0 dev: false - /@rushstack/eslint-patch@1.3.2: - resolution: - { - integrity: sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw==, - } - dev: true - - /@sendgrid/client@6.5.5: - resolution: - { - integrity: sha512-Nbfgo94gbWSL8PIgJfuHoifyOJJepvV8NQkkglctAEfb1hyozKhrzE6v1kPG/z4j0RodaTtXD5LJj/t0q/VhLA==, - } - engines: { node: ">=6.0.0" } - dependencies: - "@sendgrid/helpers": 6.5.5 - "@types/request": 2.48.8 - request: 2.88.2 - dev: false - - /@sendgrid/helpers@6.5.5: - resolution: - { - integrity: sha512-uRFEanalfss5hDsuzVXZ1wm7i7eEXHh1py80piOXjobiQ+MxmtR19EU+gDSXZ+uMcEehBGhxnb7QDNN0q65qig==, - } - engines: { node: ">= 6.0.0" } - dependencies: - chalk: 2.4.2 - deepmerge: 4.3.1 - dev: false - - /@sendgrid/mail@6.5.5: - resolution: - { - integrity: sha512-DSu8oTPI0BJFH60jMOG9gM+oeNMoRALFmdAYg2PIXpL+Zbxd7L2GzQZtmf1jLy/8UBImkbB3D74TjiOBiLRK1w==, - } - engines: { node: ">=6.0.0" } - dependencies: - "@sendgrid/client": 6.5.5 - "@sendgrid/helpers": 6.5.5 - dev: false - - /@sentry-internal/tracing@7.67.0: - resolution: - { - integrity: sha512-+3wpnzW2HczPlZsp1pWtdOavBKLK/tu1qDEg+blqLfW7b/qZZ8hqQ+A+2mEWRLgWfIoGZ8t4U84nN4tzDXv+nQ==, - } - engines: { node: ">=8" } - dependencies: - "@sentry/core": 7.67.0 - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - tslib: 2.6.1 - dev: false - - /@sentry/browser@7.67.0: - resolution: - { - integrity: sha512-5J7QUGJVKiltVJPSHwlBu/xmicNB7g5ARcgH8YEyu2LoxjLvZPUqWRD/zTWVYyW20sbgExrB39oyRwmkzN449A==, - } - engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.67.0 - "@sentry/core": 7.67.0 - "@sentry/replay": 7.67.0 - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - tslib: 2.6.1 - dev: false - - /@sentry/cli@1.75.2: - resolution: - { - integrity: sha512-CG0CKH4VCKWzEaegouWfCLQt9SFN+AieFESCatJ7zSuJmzF05ywpMusjxqRul6lMwfUhRKjGKOzcRJ1jLsfTBw==, - } - engines: { node: ">= 8" } - hasBin: true - requiresBuild: true - dependencies: - https-proxy-agent: 5.0.1 - mkdirp: 0.5.6 - node-fetch: 2.6.9 - progress: 2.0.3 - proxy-from-env: 1.1.0 - which: 2.0.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - - /@sentry/core@7.67.0: + /@react-spring/types@9.4.5: resolution: { - integrity: sha512-apk0WHnFJTHX86TvN4LOa2GBfguKwvV94WsssyizMi4qurGN2V0I8ZUmlypjBxvMY9MOBZ/2LwgYPf3U1QeE5g==, + integrity: sha512-mpRIamoHwql0ogxEUh9yr4TP0xU5CWyZxVQeccGkHHF8kPMErtDXJlxyo0lj+telRF35XNihtPTWoflqtyARmg==, } - engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - tslib: 2.6.1 dev: false - /@sentry/integrations@7.67.0: + /@react-spring/web@9.4.5(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-Mzv3WxCIfZHy1ATv1H7rit1PMOkuYz2u5WLYDF6WbSVE3KLEGjRaq1OaylvAyHrNghonfHf8eiaJaz7Ik/f2Kw==, + integrity: sha512-NGAkOtKmOzDEctL7MzRlQGv24sRce++0xAY7KlcxmeVkR7LRSGkoXHaIfm9ObzxPMcPHQYQhf3+X9jepIFNHQA==, } - engines: { node: ">=8" } + peerDependencies: + react: ^16.8.0 || >=17.0.0 || >=18.0.0 + react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - localforage: 1.10.0 - tslib: 2.6.1 + "@react-spring/animated": 9.4.5(react@18.2.0) + "@react-spring/core": 9.4.5(react@18.2.0) + "@react-spring/shared": 9.4.5(react@18.2.0) + "@react-spring/types": 9.4.5 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@sentry/nextjs@7.67.0(next@13.4.11)(react@18.2.0)(webpack@5.82.0): + /@reactour/mask@1.1.0(react@18.2.0): resolution: { - integrity: sha512-Iw6jktvb8NYDE+MvBONTTkVBSL/9/skg68ccG1Cs9Sla+0KTlu1+D8fMtmxvn1G50kFo9AONnDb01NhoVa9SjA==, + integrity: sha512-GkJMLuTs3vTsm4Ryq2uXcE4sMzRP1p4xSd6juSOMqbHa7IVD/UiLCLqJWHR9xGSQPbYhpZAZAORUG5cS0U5tBA==, } - engines: { node: ">=8" } peerDependencies: - next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0 react: 16.x || 17.x || 18.x - webpack: ">= 4.0.0" - peerDependenciesMeta: - webpack: - optional: true dependencies: - "@rollup/plugin-commonjs": 24.0.0(rollup@2.78.0) - "@sentry/core": 7.67.0 - "@sentry/integrations": 7.67.0 - "@sentry/node": 7.67.0 - "@sentry/react": 7.67.0(react@18.2.0) - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - "@sentry/webpack-plugin": 1.20.0 - chalk: 3.0.0 - next: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + "@reactour/utils": 0.5.0(react@18.2.0) react: 18.2.0 - rollup: 2.78.0 - stacktrace-parser: 0.1.10 - tslib: 2.6.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) - transitivePeerDependencies: - - encoding - - supports-color - dev: false - - /@sentry/node@7.67.0: - resolution: - { - integrity: sha512-QRPLdHp00HMTSpanonf4MfAcWiWHSnnCaNT0at0SJlpPf1z1Ch8FXxFl5CKwcbYyMCQDBxsZ2tdQwjrmPdMDcA==, - } - engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.67.0 - "@sentry/core": 7.67.0 - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - cookie: 0.4.2 - https-proxy-agent: 5.0.1 - lru_map: 0.3.3 - tslib: 2.6.1 - transitivePeerDependencies: - - supports-color dev: false - /@sentry/react@7.67.0(react@18.2.0): + /@reactour/popover@1.1.1(react@18.2.0): resolution: { - integrity: sha512-qgEi2umAszEmipUAYf2fVaBXaSgZCp5IEBRw8onYrdxCEu980QA9zbPnnA0pij24tm2UNc8ca3nZrDy6xQjeSQ==, + integrity: sha512-BouulO0sXfmuHSPX8FwCYI0fMeT+VsWqk7UTao3NQcUC5H903ZeKOV2GYpwSJtRUQhsyNEu1Q8cEruGRf1SOXQ==, } - engines: { node: ">=8" } peerDependencies: - react: 15.x || 16.x || 17.x || 18.x + react: 16.x || 17.x || 18.x dependencies: - "@sentry/browser": 7.67.0 - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - hoist-non-react-statics: 3.3.2 + "@reactour/utils": 0.5.0(react@18.2.0) react: 18.2.0 - tslib: 2.6.1 - dev: false - - /@sentry/replay@7.67.0: - resolution: - { - integrity: sha512-PGFt281hV4W1BFCY09JQmwdQXvI9rhiqIIOGHviyH7GrHBwWLxF1iRuBS8RUMFYt9ZHFq5oDt6M2z3qBQOZGLQ==, - } - engines: { node: ">=12" } - dependencies: - "@sentry/core": 7.67.0 - "@sentry/types": 7.67.0 - "@sentry/utils": 7.67.0 - dev: false - - /@sentry/types@7.67.0: - resolution: - { - integrity: sha512-GV/Hxdsp/hes1YQGPGgSUG1IHRNQVJMnCfYcpuZtZI6CvNJ+7qNOLkdmC/xGFwfpYH9kYsFBvmGsmeC6yUENYA==, - } - engines: { node: ">=8" } - dev: false - - /@sentry/utils@7.67.0: - resolution: - { - integrity: sha512-OstjIfAD0xPWVnIRzoAtFBW+YTmxix4h3ehgtFxhA4VJHkC9KXchaTNwk+nlRy/nx4phx5vW9p7YWhO3kJBJmA==, - } - engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.67.0 - tslib: 2.6.1 - dev: false - - /@sentry/webpack-plugin@1.20.0: - resolution: - { - integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==, - } - engines: { node: ">= 8" } - dependencies: - "@sentry/cli": 1.75.2 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - - /@sideway/address@4.1.4: - resolution: - { - integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==, - } - dependencies: - "@hapi/hoek": 9.3.0 - dev: false - - /@sideway/formula@3.0.1: - resolution: - { - integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==, - } - dev: false - - /@sideway/pinpoint@2.0.0: - resolution: - { - integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==, - } - dev: false - - /@sinclair/typebox@0.27.8: - resolution: - { - integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, - } - - /@sinonjs/commons@2.0.0: - resolution: - { - integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==, - } - dependencies: - type-detect: 4.0.8 - - /@sinonjs/fake-timers@10.0.2: - resolution: - { - integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==, - } - dependencies: - "@sinonjs/commons": 2.0.0 - - /@smithy/abort-controller@2.0.1: - resolution: - { - integrity: sha512-0s7XjIbsTwZyUW9OwXQ8J6x1UiA1TNCh60Vaw56nHahL7kUZsLhmTlWiaxfLkFtO2Utkj8YewcpHTYpxaTzO+w==, - } - engines: { node: ">=14.0.0" } - dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 - dev: false - optional: true - - /@smithy/config-resolver@2.0.1: - resolution: - { - integrity: sha512-l83Pm7hV+8CBQOCmBRopWDtF+CURUJol7NsuPYvimiDhkC2F8Ba9T1imSFE+pD1UIJ9jlsDPAnZfPJT5cjnuEw==, - } - engines: { node: ">=14.0.0" } - dependencies: - "@smithy/types": 2.0.2 - "@smithy/util-config-provider": 2.0.0 - "@smithy/util-middleware": 2.0.0 - tslib: 2.6.1 dev: false - optional: true - /@smithy/credential-provider-imds@2.0.1: + /@reactour/tour@3.6.1(react@18.2.0): resolution: { - integrity: sha512-8VxriuRINNEfVZjEFKBY75y9ZWAx73DZ5K/u+3LmB6r8WR2h3NaFxFKMlwlq0uzNdGhD1ouKBn9XWEGYHKiPLw==, + integrity: sha512-vzmgbm4T7n5gh0cjc4Zi4G3K29dXQyEdi/o7ZYLpNcisJ0hwP5jNKH7BgckrHWEGldBxYSWl34tsRmHcyxporQ==, } - engines: { node: ">=14.0.0" } + peerDependencies: + react: 16.x || 17.x || 18.x dependencies: - "@smithy/node-config-provider": 2.0.1 - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/url-parser": 2.0.1 - tslib: 2.6.1 + "@reactour/mask": 1.1.0(react@18.2.0) + "@reactour/popover": 1.1.1(react@18.2.0) + "@reactour/utils": 0.5.0(react@18.2.0) + react: 18.2.0 dev: false - optional: true - /@smithy/eventstream-codec@2.0.1: + /@reactour/utils@0.5.0(react@18.2.0): resolution: { - integrity: sha512-/IiNB7gQM2y2ZC/GAWOWDa8+iXfhr1g9Xe5979cQEOdCWDISvrAiv18cn3OtIQUhbYOR3gm7QtCpkq1to2takQ==, + integrity: sha512-yQs5Nm/Dg1xRM7d/S/UILBV5OInrTgrjGzgc81/RP5khqdO5KnpOaC46yF83kDtCalte8X3RCwp+F2YA509k1w==, } + peerDependencies: + react: 16.x || 17.x || 18.x dependencies: - "@aws-crypto/crc32": 3.0.0 - "@smithy/types": 2.0.2 - "@smithy/util-hex-encoding": 2.0.0 - tslib: 2.6.1 + "@rooks/use-mutation-observer": 4.11.2(react@18.2.0) + react: 18.2.0 + resize-observer-polyfill: 1.5.1 dev: false - optional: true - /@smithy/fetch-http-handler@2.0.1: + /@rollup/plugin-commonjs@24.0.0(rollup@2.78.0): resolution: { - integrity: sha512-/SoU/ClazgcdOxgE4zA7RX8euiELwpsrKCSvulVQvu9zpmqJRyEJn8ZTWYFV17/eHOBdHTs9kqodhNhsNT+cUw==, + integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==, } + engines: { node: ">=14.0.0" } + peerDependencies: + rollup: ^2.68.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - "@smithy/protocol-http": 2.0.1 - "@smithy/querystring-builder": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/util-base64": 2.0.0 - tslib: 2.6.1 + "@rollup/pluginutils": 5.0.4(rollup@2.78.0) + commondir: 1.0.1 + estree-walker: 2.0.2 + glob: 8.1.0 + is-reference: 1.2.1 + magic-string: 0.27.0 + rollup: 2.78.0 dev: false - optional: true - /@smithy/hash-node@2.0.1: + /@rollup/pluginutils@5.0.4(rollup@2.78.0): resolution: { - integrity: sha512-oTKYimQdF4psX54ZonpcIE+MXjMUWFxLCNosjPkJPFQ9whRX0K/PFX/+JZGRQh3zO9RlEOEUIbhy9NO+Wha6hw==, + integrity: sha512-0KJnIoRI8A+a1dqOYLxH8vBf8bphDmty5QvIm2hqm7oFCFYKCAZWWd2hXgMibaPsNDhI0AtpYfQZJG47pt/k4g==, } engines: { node: ">=14.0.0" } + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - "@smithy/types": 2.0.2 - "@smithy/util-buffer-from": 2.0.0 - "@smithy/util-utf8": 2.0.0 - tslib: 2.6.1 + "@types/estree": 1.0.1 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 2.78.0 dev: false - optional: true - /@smithy/invalid-dependency@2.0.1: + /@rooks/use-mutation-observer@4.11.2(react@18.2.0): resolution: { - integrity: sha512-2q/Eb0AE662zwyMV+z+TL7deBwcHCgaZZGc0RItamBE8kak3MzCi/EZCNoFWoBfxgQ4jfR12wm8KKsSXhJzJtQ==, + integrity: sha512-vpsdrZdr6TkB1zZJcHx+fR1YC/pHs2BaqcuYiEGjBVbwY5xcC49+h0hAUtQKHth3oJqXfIX/Ng8S7s5HFHdM/A==, } + peerDependencies: + react: ">=16.8.0" dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 + react: 18.2.0 dev: false - optional: true - /@smithy/is-array-buffer@2.0.0: + /@rushstack/eslint-patch@1.4.0: resolution: { - integrity: sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==, + integrity: sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==, } - engines: { node: ">=14.0.0" } + dev: true + + /@sendgrid/client@6.5.5: + resolution: + { + integrity: sha512-Nbfgo94gbWSL8PIgJfuHoifyOJJepvV8NQkkglctAEfb1hyozKhrzE6v1kPG/z4j0RodaTtXD5LJj/t0q/VhLA==, + } + engines: { node: ">=6.0.0" } dependencies: - tslib: 2.6.1 + "@sendgrid/helpers": 6.5.5 + "@types/request": 2.48.8 + request: 2.88.2 dev: false - optional: true - /@smithy/middleware-content-length@2.0.1: + /@sendgrid/helpers@6.5.5: resolution: { - integrity: sha512-IZhRSk5GkVBcrKaqPXddBS2uKhaqwBgaSgbBb1OJyGsKe7SxRFbclWS0LqOR9fKUkDl+3lL8E2ffpo6EQg0igw==, + integrity: sha512-uRFEanalfss5hDsuzVXZ1wm7i7eEXHh1py80piOXjobiQ+MxmtR19EU+gDSXZ+uMcEehBGhxnb7QDNN0q65qig==, } - engines: { node: ">=14.0.0" } + engines: { node: ">= 6.0.0" } dependencies: - "@smithy/protocol-http": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + chalk: 2.4.2 + deepmerge: 4.3.1 dev: false - optional: true - /@smithy/middleware-endpoint@2.0.1: + /@sendgrid/mail@6.5.5: resolution: { - integrity: sha512-uz/KI1MBd9WHrrkVFZO4L4Wyv24raf0oR4EsOYEeG5jPJO5U+C7MZGLcMxX8gWERDn1sycBDqmGv8fjUMLxT6w==, + integrity: sha512-DSu8oTPI0BJFH60jMOG9gM+oeNMoRALFmdAYg2PIXpL+Zbxd7L2GzQZtmf1jLy/8UBImkbB3D74TjiOBiLRK1w==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=6.0.0" } dependencies: - "@smithy/middleware-serde": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/url-parser": 2.0.1 - "@smithy/util-middleware": 2.0.0 - tslib: 2.6.1 + "@sendgrid/client": 6.5.5 + "@sendgrid/helpers": 6.5.5 dev: false - optional: true - /@smithy/middleware-retry@2.0.1: + /@sentry-internal/tracing@7.70.0: resolution: { - integrity: sha512-NKHF4i0gjSyjO6C0ZyjEpNqzGgIu7s8HOK6oT/1Jqws2Q1GynR1xV8XTUs1gKXeaNRzbzKQRewHHmfPwZjOtHA==, + integrity: sha512-SpbE6wZhs6QwG2ORWCt8r28o1T949qkWx/KeRTCdK4Ub95PQ3Y3DgnqD8Wz//3q50Wt6EZDEibmz4t067g6PPg==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/protocol-http": 2.0.1 - "@smithy/service-error-classification": 2.0.0 - "@smithy/types": 2.0.2 - "@smithy/util-middleware": 2.0.0 - "@smithy/util-retry": 2.0.0 - tslib: 2.6.1 - uuid: 8.3.2 + "@sentry/core": 7.70.0 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/middleware-serde@2.0.1: + /@sentry/browser@7.70.0: resolution: { - integrity: sha512-uKxPaC6ItH9ZXdpdqNtf8sda7GcU4SPMp0tomq/5lUg9oiMa/Q7+kD35MUrpKaX3IVXVrwEtkjCU9dogZ/RAUA==, + integrity: sha512-PB+IP49/TLcnDHCj9eJ5tcHE0pzXg23wBakmF3KGMSd5nxEbUvmOsaFPZcgUUlL9JlU3v1Y40We7HdPStrY6oA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@sentry-internal/tracing": 7.70.0 + "@sentry/core": 7.70.0 + "@sentry/replay": 7.70.0 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/middleware-stack@2.0.0: + /@sentry/cli@1.75.2: resolution: { - integrity: sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ==, + integrity: sha512-CG0CKH4VCKWzEaegouWfCLQt9SFN+AieFESCatJ7zSuJmzF05ywpMusjxqRul6lMwfUhRKjGKOzcRJ1jLsfTBw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">= 8" } + hasBin: true + requiresBuild: true dependencies: - tslib: 2.6.1 + https-proxy-agent: 5.0.1 + mkdirp: 0.5.6 + node-fetch: 2.7.0 + progress: 2.0.3 + proxy-from-env: 1.1.0 + which: 2.0.2 + transitivePeerDependencies: + - encoding + - supports-color dev: false - optional: true - /@smithy/node-config-provider@2.0.1: + /@sentry/core@7.70.0: resolution: { - integrity: sha512-Zoel4CPkKRTQ2XxmozZUfqBYqjPKL53/SvTDhJHj+VBSiJy6MXRav1iDCyFPS92t40Uh+Yi+Km5Ch3hQ+c/zSA==, + integrity: sha512-voUsGVM+jwRp99AQYFnRvr7sVd2tUhIMj1L6F42LtD3vp7t5ZnKp3NpXagtFW2vWzXESfyJUBhM0qI/bFvn7ZA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/property-provider": 2.0.1 - "@smithy/shared-ini-file-loader": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/node-http-handler@2.0.1: + /@sentry/integrations@7.70.0: resolution: { - integrity: sha512-Zv3fxk3p9tsmPT2CKMsbuwbbxnq2gzLDIulxv+yI6aE+02WPYorObbbe9gh7SW3weadMODL1vTfOoJ9yFypDzg==, + integrity: sha512-ffIEuiElROzl4IpYX0O7vtPaadXVycPtyjq86YTHjd2TUFcYuQTPBm5UjEVE0/sSNNCdfWYxNThU/fVyq93l1g==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/abort-controller": 2.0.1 - "@smithy/protocol-http": 2.0.1 - "@smithy/querystring-builder": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + localforage: 1.10.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/property-provider@2.0.1: + /@sentry/nextjs@7.70.0(next@13.5.2)(react@18.2.0)(webpack@5.88.2): resolution: { - integrity: sha512-pmJRyY9SF6sutWIktIhe+bUdSQDxv/qZ4mYr3/u+u45riTPN7nmRxPo+e4sjWVoM0caKFjRSlj3tf5teRFy0Vg==, + integrity: sha512-Mpto8+LY4ZohRUOy1KJIM6r0oAJ+vo/lVAYXtO3L1rgSIcKD422XqBvJAQIQhQjru1/FpWVdOd2BKl+gD1emFw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } + peerDependencies: + next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0 + react: 16.x || 17.x || 18.x + webpack: ">= 4.0.0" + peerDependenciesMeta: + webpack: + optional: true dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@rollup/plugin-commonjs": 24.0.0(rollup@2.78.0) + "@sentry/core": 7.70.0 + "@sentry/integrations": 7.70.0 + "@sentry/node": 7.70.0 + "@sentry/react": 7.70.0(react@18.2.0) + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + "@sentry/vercel-edge": 7.70.0 + "@sentry/webpack-plugin": 1.20.0 + chalk: 3.0.0 + next: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + rollup: 2.78.0 + stacktrace-parser: 0.1.10 + tslib: 2.6.2 + webpack: 5.88.2(@swc/core@1.3.86)(webpack-cli@4.10.0) + transitivePeerDependencies: + - encoding + - supports-color dev: false - optional: true - /@smithy/protocol-http@2.0.1: + /@sentry/node@7.70.0: resolution: { - integrity: sha512-mrkMAp0wtaDEIkgRObWYxI1Kun1tm6Iu6rK+X4utb6Ah7Uc3Kk4VIWwK/rBHdYGReiLIrxFCB1rq4a2gyZnSgg==, + integrity: sha512-GeGlnu3QnJX0GN2FvZ3E31e48ZhRzEpREyC0Wa4BRvYHnyiGvsQjo/0RKeq6vvlggRhVnuoMg/jESyUmdntrAA==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@sentry-internal/tracing": 7.70.0 + "@sentry/core": 7.70.0 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + cookie: 0.5.0 + https-proxy-agent: 5.0.1 + lru_map: 0.3.3 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color dev: false - optional: true - /@smithy/querystring-builder@2.0.1: + /@sentry/react@7.70.0(react@18.2.0): resolution: { - integrity: sha512-bp+93WFzx1FojVEIeFPtG0A1pKsFdCUcZvVdZdRlmNooOUrz9Mm9bneRd8hDwAQ37pxiZkCOxopSXXRQN10mYw==, + integrity: sha512-oFd1NEG6S3nczZY8ZFQdEY9ZOfgOvJT1KRoXaSaBIC1KjL0+ngX9TKg+eiYxvI0euxnY5jCwozbA0NsDXqwN7A==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } + peerDependencies: + react: 15.x || 16.x || 17.x || 18.x dependencies: - "@smithy/types": 2.0.2 - "@smithy/util-uri-escape": 2.0.0 - tslib: 2.6.1 + "@sentry/browser": 7.70.0 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/querystring-parser@2.0.1: + /@sentry/replay@7.70.0: resolution: { - integrity: sha512-h+e7k1z+IvI2sSbUBG9Aq46JsgLl4UqIUl6aigAlRBj+P6ocNXpM6Yn1vMBw5ijtXeZbYpd1YvCxwDgdw3jhmg==, + integrity: sha512-XjnyE6ORREz9kBWWHdXaIjS9P2Wo7uEw+y23vfLQwzV0Nx3xJ+FG4dwf8onyIoeCZDKbz7cqQIbugU1gkgUtZw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=12" } dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@sentry/core": 7.70.0 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 dev: false - optional: true - /@smithy/service-error-classification@2.0.0: + /@sentry/types@7.70.0: resolution: { - integrity: sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==, + integrity: sha512-rY4DqpiDBtXSk4MDNBH3dwWqfPbNBI/9GA7Y5WJSIcObBtfBKp0fzYliHJZD0pgM7d4DPFrDn42K9Iiumgymkw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dev: false - optional: true - /@smithy/shared-ini-file-loader@2.0.1: + /@sentry/utils@7.70.0: resolution: { - integrity: sha512-a463YiZrPGvM+F336rIF8pLfQsHAdCRAn/BiI/EWzg5xLoxbC7GSxIgliDDXrOu0z8gT3nhVsif85eU6jyct3A==, + integrity: sha512-0cChMH0lsGp+5I3D4wOHWwjFN19HVrGUs7iWTLTO5St3EaVbdeLbI1vFXHxMxvopbwgpeZafbreHw/loIdZKpw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/types": 2.0.2 - tslib: 2.6.1 + "@sentry/types": 7.70.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/signature-v4@2.0.1: + /@sentry/vercel-edge@7.70.0: resolution: { - integrity: sha512-jztv5Mirca42ilxmMDjzLdXcoAmRhZskGafGL49sRo5u7swEZcToEFrq6vtX5YMbSyTVrE9Teog5EFexY5Ff2Q==, + integrity: sha512-YveyP23ALodINciALKPyw6zDflujGCywzOKh249WzVkO4/3MkFstk82luuPWIbn3Aba4L7MqUB8xHZQANw/dMw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=8" } dependencies: - "@smithy/eventstream-codec": 2.0.1 - "@smithy/is-array-buffer": 2.0.0 - "@smithy/types": 2.0.2 - "@smithy/util-hex-encoding": 2.0.0 - "@smithy/util-middleware": 2.0.0 - "@smithy/util-uri-escape": 2.0.0 - "@smithy/util-utf8": 2.0.0 - tslib: 2.6.1 + "@sentry/core": 7.70.0 + "@sentry/types": 7.70.0 + "@sentry/utils": 7.70.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/smithy-client@2.0.1: + /@sentry/webpack-plugin@1.20.0: resolution: { - integrity: sha512-LHC5m6tYpEu1iNbONfvMbwtErboyTZJfEIPoD78Ei5MVr36vZQCaCla5mvo36+q/a2NAk2//fA5Rx3I1Kf7+lQ==, + integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==, } - engines: { node: ">=14.0.0" } + engines: { node: ">= 8" } dependencies: - "@smithy/middleware-stack": 2.0.0 - "@smithy/types": 2.0.2 - "@smithy/util-stream": 2.0.1 - tslib: 2.6.1 + "@sentry/cli": 1.75.2 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - encoding + - supports-color dev: false - optional: true - /@smithy/types@2.0.2: + /@sideway/address@4.1.4: resolution: { - integrity: sha512-wcymEjIXQ9+NEfE5Yt5TInAqe1o4n+Nh+rh00AwoazppmUt8tdo6URhc5gkDcOYrcvlDVAZE7uG69nDpEGUKxw==, + integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==, } - engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 + "@hapi/hoek": 9.3.0 dev: false - optional: true - /@smithy/url-parser@2.0.1: + /@sideway/formula@3.0.1: resolution: { - integrity: sha512-NpHVOAwddo+OyyIoujDL9zGL96piHWrTNXqltWmBvlUoWgt1HPyBuKs6oHjioyFnNZXUqveTOkEEq0U5w6Uv8A==, + integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==, } - dependencies: - "@smithy/querystring-parser": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 dev: false - optional: true - /@smithy/util-base64@2.0.0: + /@sideway/pinpoint@2.0.0: resolution: { - integrity: sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==, + integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==, } - engines: { node: ">=14.0.0" } - dependencies: - "@smithy/util-buffer-from": 2.0.0 - tslib: 2.6.1 dev: false - optional: true - /@smithy/util-body-length-browser@2.0.0: + /@sinclair/typebox@0.27.8: resolution: { - integrity: sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==, + integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, } - dependencies: - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-body-length-node@2.0.0: + /@sinonjs/commons@3.0.0: resolution: { - integrity: sha512-ZV7Z/WHTMxHJe/xL/56qZwSUcl63/5aaPAGjkfynJm4poILjdD4GmFI+V+YWabh2WJIjwTKZ5PNsuvPQKt93Mg==, + integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==, } - engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 - dev: false - optional: true + type-detect: 4.0.8 - /@smithy/util-buffer-from@2.0.0: + /@sinonjs/fake-timers@10.3.0: resolution: { - integrity: sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==, + integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==, } - engines: { node: ">=14.0.0" } dependencies: - "@smithy/is-array-buffer": 2.0.0 - tslib: 2.6.1 - dev: false - optional: true + "@sinonjs/commons": 3.0.0 - /@smithy/util-config-provider@2.0.0: + /@smithy/abort-controller@2.0.9: resolution: { - integrity: sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==, + integrity: sha512-8liHOEbx99xcy4VndeQNQhyA0LS+e7UqsuRnDTSIA26IKBv/7vA9w09KOd4fgNULrvX0r3WpA6cwsQTRJpSWkg==, } engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-defaults-mode-browser@2.0.1: + /@smithy/chunked-blob-reader-native@2.0.0: resolution: { - integrity: sha512-w72Qwsb+IaEYEFtYICn0Do42eFju78hTaBzzJfT107lFOPdbjWjKnFutV+6GL/nZd5HWXY7ccAKka++C3NrjHw==, + integrity: sha512-HM8V2Rp1y8+1343tkZUKZllFhEQPNmpNdgFAncbTsxkZ18/gqjk23XXv3qGyXWp412f3o43ZZ1UZHVcHrpRnCQ==, } - engines: { node: ">= 10.0.0" } dependencies: - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - bowser: 2.11.0 - tslib: 2.6.1 + "@smithy/util-base64": 2.0.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-defaults-mode-node@2.0.1: + /@smithy/chunked-blob-reader@2.0.0: resolution: { - integrity: sha512-dNF45caelEBambo0SgkzQ0v76m4YM+aFKZNTtSafy7P5dVF8TbjZuR2UX1A5gJABD9XK6lzN+v/9Yfzj/EDgGg==, + integrity: sha512-k+J4GHJsMSAIQPChGBrjEmGS+WbPonCXesoqP9fynIqjn7rdOThdH8FAeCmokP9mxTYKQAKoHCLPzNlm6gh7Wg==, } - engines: { node: ">= 10.0.0" } dependencies: - "@smithy/config-resolver": 2.0.1 - "@smithy/credential-provider-imds": 2.0.1 - "@smithy/node-config-provider": 2.0.1 - "@smithy/property-provider": 2.0.1 - "@smithy/types": 2.0.2 - tslib: 2.6.1 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-hex-encoding@2.0.0: + /@smithy/config-resolver@2.0.10: resolution: { - integrity: sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==, + integrity: sha512-MwToDsCltHjumkCuRn883qoNeJUawc2b8sX9caSn5vLz6J5crU1IklklNxWCaMO2z2nDL91Po4b/aI1eHv5PfA==, } engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 + "@smithy/node-config-provider": 2.0.12 + "@smithy/types": 2.3.3 + "@smithy/util-config-provider": 2.0.0 + "@smithy/util-middleware": 2.0.2 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-middleware@2.0.0: + /@smithy/credential-provider-imds@2.0.12: resolution: { - integrity: sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA==, + integrity: sha512-S3lUNe+2fEFwKcmiQniXGPXt69vaHvQCw8kYQOBL4OvJsgwfpkIYDZdroHbTshYi0M6WaKL26Mw+hvgma6dZqA==, } engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 + "@smithy/node-config-provider": 2.0.12 + "@smithy/property-provider": 2.0.10 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-retry@2.0.0: + /@smithy/eventstream-codec@2.0.9: resolution: { - integrity: sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg==, + integrity: sha512-sy0pcbKnawt1iu+qCoSFbs/h9PAaUgvlJEO3lqkE1HFFj4p5RgL98vH+9CyDoj6YY82cG5XsorFmcLqQJHTOYw==, } - engines: { node: ">= 14.0.0" } dependencies: - "@smithy/service-error-classification": 2.0.0 - tslib: 2.6.1 + "@aws-crypto/crc32": 3.0.0 + "@smithy/types": 2.3.3 + "@smithy/util-hex-encoding": 2.0.0 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-stream@2.0.1: + /@smithy/eventstream-serde-browser@2.0.9: resolution: { - integrity: sha512-2a0IOtwIKC46EEo7E7cxDN8u2jwOiYYJqcFKA6rd5rdXqKakHT2Gc+AqHWngr0IEHUfW92zX12wRQKwyoqZf2Q==, + integrity: sha512-g70enHZau2hGj1Uxedrn8AAjH9E7RnpHdwkuPKapagah53ztbwI7xaNeA5SLD4MjSjdrjathyQBCQKIzwXrR1g==, } engines: { node: ">=14.0.0" } dependencies: - "@smithy/fetch-http-handler": 2.0.1 - "@smithy/node-http-handler": 2.0.1 - "@smithy/types": 2.0.2 - "@smithy/util-base64": 2.0.0 - "@smithy/util-buffer-from": 2.0.0 - "@smithy/util-hex-encoding": 2.0.0 - "@smithy/util-utf8": 2.0.0 - tslib: 2.6.1 + "@smithy/eventstream-serde-universal": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-uri-escape@2.0.0: + /@smithy/eventstream-serde-config-resolver@2.0.9: resolution: { - integrity: sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==, + integrity: sha512-+15GzIMtdSuRPyuCeGZ7gzgD94Ejv6eM1vKcqvipdzS+i36KTZ2A9aZsJk+gDw//OCD1EMx9SqpV6bUvMS4PWg==, } engines: { node: ">=14.0.0" } dependencies: - tslib: 2.6.1 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@smithy/util-utf8@2.0.0: + /@smithy/eventstream-serde-node@2.0.9: resolution: { - integrity: sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==, + integrity: sha512-UEJcvN2WXXEjkewtFkj1S2HSZLbyCgzUnfoFPrTuKy4+xRfakO5dNx6ws2h1pvb8Vc7mTuBL+Webl1R5mnVsXA==, } engines: { node: ">=14.0.0" } dependencies: - "@smithy/util-buffer-from": 2.0.0 - tslib: 2.6.1 + "@smithy/eventstream-serde-universal": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 dev: false - optional: true - /@storybook/addon-actions@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/eventstream-serde-universal@2.0.9: resolution: { - integrity: sha512-9DRkofKfGvVa2xESovXP5gCjpv0rvMwZJ16IqD/o1sRPRETsCeidTBMgrSX8wJq0TtJPen663DAdIrVuVXezlA==, + integrity: sha512-dAHQEYlK/1tjjieBE7jjXwpLQFgKdkvC4HSQf+/Jj4t34XbUmXWHbw92/EuLp9+vjNB/JQPvkwpMtN31jxIDeg==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - dequal: 2.0.3 - lodash: 4.17.21 - polished: 4.2.2 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-inspector: 6.0.1(react@18.2.0) - telejson: 7.1.0 - ts-dedent: 2.2.0 - uuid: 9.0.0 - dev: true + "@smithy/eventstream-codec": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-actions@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/fetch-http-handler@2.1.5: resolution: - { - integrity: sha512-IDxBmNnVgLFfQ407MxOUJmqjz0hgiZB9syi4sfp7BKp5MIPUDT1m+z603kGrvx0bk0W0DPqkp/H8ySEGEx0x6g==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true - dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 - dequal: 2.0.3 - lodash: 4.17.21 - polished: 4.2.2 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-inspector: 6.0.1(react@18.2.0) - telejson: 7.1.0 - ts-dedent: 2.2.0 - uuid: 9.0.0 - dev: true + { + integrity: sha512-BIeCHGfr5JCGN+EMTwZK74ELvjPXOIrI7OLM5OhZJJ6AmZyRv2S9ANJk18AtLwht0TsSm+8WoXIEp8LuxNgUyA==, + } + dependencies: + "@smithy/protocol-http": 3.0.5 + "@smithy/querystring-builder": 2.0.9 + "@smithy/types": 2.3.3 + "@smithy/util-base64": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/addon-backgrounds@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/hash-blob-browser@2.0.9: resolution: { - integrity: sha512-xDTySwXWlyROWi9SJEa12DfGyaYL8oMGADMgn/C82qzcIXGx2tpkjU4UsA/w7JvpZumLr5wEfGrZiStg2xFygA==, + integrity: sha512-JNWOV1ci9vIg4U82klNr07bZXsA6OCumqHugpvZdvvn6cNGwTa4rvpS5FpPcqKeh3Rdg1rr4h8g+X6zyOamnZw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true + "@smithy/chunked-blob-reader": 2.0.0 + "@smithy/chunked-blob-reader-native": 2.0.0 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-backgrounds@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/hash-node@2.0.9: resolution: { - integrity: sha512-6YAjF01R/qFxeZc1B5cSxseaGXJzikMPPExSZaKkD0eW3max5Kpk+qb7rOX95m3jP2WD/0zfX6lEQUCbmDcxlg==, + integrity: sha512-XP3yWd5wyCtiVmsY5Nuq/FUwyCEQ6YG7DsvRh7ThldNukGpCzyFdP8eivZJVjn4Fx7oYrrOnVoYZ0WEgpW1AvQ==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true + "@smithy/types": 2.3.3 + "@smithy/util-buffer-from": 2.0.0 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/addon-controls@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/hash-stream-node@2.0.9: resolution: { - integrity: sha512-SdCO0Y6zWMmVGp/yVmc66tBDKyPdlIrVVh3Knjk/MKBCjINKq/Bqn59UWcRH00b2lie2LzNfmbBc8LPMg6efag==, + integrity: sha512-3nrkMpiOrhsJvJS6K4OkP0qvA3U5r8PpseXULeGd1ZD1EbfcZ30Lvl72FGaaHskwWZyTPR4czr1d/RwLRCVHNA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/blocks": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.0.8 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.0.8 - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - lodash: 4.17.21 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true + "@smithy/types": 2.3.3 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/addon-controls@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/invalid-dependency@2.0.9: resolution: { - integrity: sha512-qi7fxUSovTLFWeejZLagMV+4SedL0DIhZrufuQCnEeO1gbTJJPaL/KLZnilFlI3SgspkzGehhGDR6SVkDuwnZg==, + integrity: sha512-RuJqhYf8nViK96IIO9JbTtjDUuFItVfuuJhWw2yk7fv67yltQ7fZD6IQ2OsHHluoVmstnQJuCg5raXJR696Ubw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true dependencies: - "@storybook/blocks": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.1.1 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.1.1 - "@storybook/preview-api": 7.1.1 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 - lodash: 4.17.21 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-docs@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/is-array-buffer@2.0.0: resolution: { - integrity: sha512-X+fWWaGELyQoQna5cCegUn3swfjdicbmUNJLEiU7kV7pa2fmNyx801gdkS7x1s5wjBkxVDU/TJ3kvd8tfWPV7A==, + integrity: sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + engines: { node: ">=14.0.0" } dependencies: - "@babel/core": 7.22.9 - "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.9) - "@jest/transform": 29.5.0 - "@mdx-js/react": 2.3.0(react@18.2.0) - "@storybook/blocks": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/csf-plugin": 7.0.8 - "@storybook/csf-tools": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/mdx2-csf": 1.0.0 - "@storybook/node-logger": 7.0.8 - "@storybook/postinstall": 7.0.8 - "@storybook/preview-api": 7.0.8 - "@storybook/react-dom-shim": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - fs-extra: 11.1.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - remark-external-links: 8.0.0 - remark-slug: 6.1.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true + tslib: 2.6.2 + dev: false - /@storybook/addon-docs@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/md5-js@2.0.9: resolution: { - integrity: sha512-KfsrqvR6RA0qyCwBpJjeivu/+F+n3jcMMKkBtI56E/pyQCx4+pMTJXJ2l5gJibNWYoR1CVlS9f5n5ZNGz8BzeQ==, + integrity: sha512-ALHGoTZDgBXBbjCpQzVy6hpa6Rdr6e2jyEw51d6CQOUpHkUnFH7G96UWhVwUnkP0xozPCvmWy+3+j2QUX+oK9w==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@jest/transform": 29.5.0 - "@mdx-js/react": 2.3.0(react@18.2.0) - "@storybook/blocks": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/csf-plugin": 7.1.1 - "@storybook/csf-tools": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/mdx2-csf": 1.0.0 - "@storybook/node-logger": 7.1.1 - "@storybook/postinstall": 7.1.1 - "@storybook/preview-api": 7.1.1 - "@storybook/react-dom-shim": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 - fs-extra: 11.1.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - remark-external-links: 8.0.0 - remark-slug: 6.1.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: true + "@smithy/types": 2.3.3 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/addon-essentials@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/middleware-content-length@2.0.11: resolution: { - integrity: sha512-tqZcntWkNTcV3xhBoFauw1K8ScEuzEb76qS+AlqZP8DCetGImevt08KELQGyzCU80my9T+iSvC5V68v3zXtK9Q==, + integrity: sha512-Malj4voNTL4+a5ZL3a6+Ij7JTUMTa2R7c3ZIBzMxN5OUUgAspU7uFi1Q97f4B0afVh2joQBAWH5IQJUG25nl8g==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + engines: { node: ">=14.0.0" } dependencies: - "@storybook/addon-actions": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-backgrounds": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-controls": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-docs": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-highlight": 7.0.8 - "@storybook/addon-measure": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-outline": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-toolbars": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-viewport": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.0.8 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.0.8 - "@storybook/preview-api": 7.0.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true + "@smithy/protocol-http": 3.0.5 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-essentials@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/middleware-endpoint@2.0.9: resolution: { - integrity: sha512-eCty+Q7zBjkBbaJ0HaM/UaXxJ+77uKBtEc9g+hLZFqga50auPCfCcqjnqNnxkTmewkJomx3N91BJUJJzVPUlJA==, + integrity: sha512-72/o8R6AAO4+nyTI6h4z6PYGTSA4dr1M7tZz29U8DEUHuh1YkhC77js0P6RyF9G0wDLuYqxb+Yh0crI5WG2pJg==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + engines: { node: ">=14.0.0" } dependencies: - "@storybook/addon-actions": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-backgrounds": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-controls": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-docs": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-highlight": 7.1.1 - "@storybook/addon-measure": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-outline": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-toolbars": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-viewport": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.1.1 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.1.1 - "@storybook/preview-api": 7.1.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: true + "@smithy/middleware-serde": 2.0.9 + "@smithy/types": 2.3.3 + "@smithy/url-parser": 2.0.9 + "@smithy/util-middleware": 2.0.2 + tslib: 2.6.2 + dev: false - /@storybook/addon-highlight@7.0.8: + /@smithy/middleware-retry@2.0.12: resolution: { - integrity: sha512-d26jo7/Z1PIzZH+cE5E6jZ3yKgKFOPZNfylz2Gpg8jD2gV91Nk30ursl4nEJToEsEe2JkSdae4Qm59vCXbWcNw==, + integrity: sha512-YQ/ufXX4/d9/+Jf1QQ4J+CVeupC7BW52qldBTvRV33PDX9vxndlAwkFwzBcmnUFC3Hjf1//HW6I77EItcjNSCA==, } + engines: { node: ">=14.0.0" } dependencies: - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.0.8 - dev: true + "@smithy/node-config-provider": 2.0.12 + "@smithy/protocol-http": 3.0.5 + "@smithy/service-error-classification": 2.0.2 + "@smithy/types": 2.3.3 + "@smithy/util-middleware": 2.0.2 + "@smithy/util-retry": 2.0.2 + tslib: 2.6.2 + uuid: 8.3.2 + dev: false - /@storybook/addon-highlight@7.1.1: + /@smithy/middleware-serde@2.0.9: resolution: { - integrity: sha512-iOLzcv4JK2R2EBcbeDLB5uuYaW96M9Vh+ZrkpKEJvHwrQzzvBo3kJ7bP/AArAEXtR5MN1al3x7mnvRofu3OIdQ==, + integrity: sha512-GVbauxrr6WmtCaesakktg3t5LR/yDbajpC7KkWc8rtCpddMI4ShAVO5Q6DqwX8MDFi4CLaY8H7eTGcxhl3jbLg==, } + engines: { node: ">=14.0.0" } dependencies: - "@storybook/core-events": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.1.1 - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-interactions@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/middleware-stack@2.0.2: resolution: { - integrity: sha512-fVAOJnWZ3Ce9TAnqR42xM/x0yiRK5qSnBPYGbZyg5Q2y4dg8jBvs8HRh44XMgUSs0XmtLVauAlA+Co549zKtwA==, + integrity: sha512-6BNfPVp/8gcmkKdJhNJK3HEkUNNTrY3hM9vuWXIUSoLk9FZo1L2QuGLGB6S124D9ySInn8PzEdOtguCF5Ao4KA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/instrumenter": 7.0.8 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - jest-mock: 27.5.1 - polished: 4.2.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-links@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/node-config-provider@2.0.12: resolution: { - integrity: sha512-BhEwbrNfyJrSzbdyv+jE33QDXADA3ilBooJm2KY9NsVLu56Jk5d76dELZ+ucLLRvsg1wc+5Z8yH+knqtmUD+Hg==, + integrity: sha512-df9y9ywv+JmS40Y60ZqJ4jfZiTCmyHQffwzIqjBjLJLJl0imf9F6DWBd+jiEWHvlohR+sFhyY+KL/qzKgnAq1A==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/router": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true + "@smithy/property-provider": 2.0.10 + "@smithy/shared-ini-file-loader": 2.0.11 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-links@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/node-http-handler@2.1.5: resolution: { - integrity: sha512-cdc2OQj1LZkEd2dlaAc3Fp4TAHwLmnHKko/Aet3Dhm6TqH/C6UsSflZJbLXmV06x2f/Tm5UK0QQxPHBmOE7aXw==, + integrity: sha512-52uF+BrZaFiBh+NT/bADiVDCQO91T+OwDRsuaAeWZC1mlCXFjAPPQdxeQohtuYOe9m7mPP/xIMNiqbe8jvndHA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/core-events": 7.1.1 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/router": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true + "@smithy/abort-controller": 2.0.9 + "@smithy/protocol-http": 3.0.5 + "@smithy/querystring-builder": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-measure@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/property-provider@2.0.10: resolution: { - integrity: sha512-22q/aS8OHQZe35kAIz18iDGVb18ZF/eyQWnN6HLRQFzvQlqxxjKqVuMHyCIN0w53czYFq31kiL4YWcLd3L33/Q==, + integrity: sha512-YMBVfh0ZMmJtbsUn+WfSwR32iRljZPdRN0Tn2GAcdJ+ejX8WrBXD7Z0jIkQDrQZr8fEuuv5x8WxMIj+qVbsPQw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/types": 7.0.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-measure@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/protocol-http@3.0.5: resolution: { - integrity: sha512-LKJ9vN0qdFVeqjPeF44R2issR0UMAuL2LzbZNxAfeNX9SxdV7qONBOt8OZNKkmm7mJ+jBZsR9Ok68PCOsXA7Xw==, + integrity: sha512-3t3fxj+ip4EPHRC2fQ0JimMxR/qCQ1LSQJjZZVZFgROnFLYWPDgUZqpoi7chr+EzatxJVXF/Rtoi5yLHOWCoZQ==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/types": 7.1.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - tiny-invariant: 1.3.1 - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-outline@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/querystring-builder@2.0.9: resolution: { - integrity: sha512-NfW6/dvtni6gE/Aj7NIc8GfbjnjmgI07mm7BCCKwzsHS9s3AA1ewxyhgL1E9dsigh1DK0SQpW9PdJxUcOonbew==, + integrity: sha512-Yt6CPF4j3j1cuwod/DRflbuXxBFjJm7gAjy6W1RE21Rz5/kfGFqiZBXWmmXwGtnnhiLThYwoHK4S6/TQtnx0Fg==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/types": 7.0.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true + "@smithy/types": 2.3.3 + "@smithy/util-uri-escape": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/addon-outline@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/querystring-parser@2.0.9: resolution: { - integrity: sha512-zdgOA46n61o/rqvnAn1OxAczl/C99D64e+6EoK8t+Xf9fvykPQCgfBUAPq19qEAaBG4RoPpTvGSJXH2nFqJZDw==, + integrity: sha512-U6z4N743s4vrcxPW8p8+reLV0PjMCYEyb1/wtMVvv3VnbJ74gshdI8SR1sBnEh95cF8TxonmX5IxY25tS9qGfg==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/types": 7.1.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false + + /@smithy/service-error-classification@2.0.2: + resolution: + { + integrity: sha512-GTUd2j63gKy7A+ggvSdn2hc4sejG7LWfE+ZMF17vzWoNyqERWbRP7HTPS0d0Lwg1p6OQCAzvNigSrEIWVFt6iA==, + } + engines: { node: ">=14.0.0" } + dependencies: + "@smithy/types": 2.3.3 + dev: false - /@storybook/addon-toolbars@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/shared-ini-file-loader@2.0.11: resolution: { - integrity: sha512-BNlMia7B+tnaAZZotkPB7GPaFPV+ITngqmfGwmPeCP+4AnCY1oX9GJ9uYeSUBB3sV9m8OHrAxj/z+/SVY1l2Cw==, + integrity: sha512-Sf0u5C5px6eykXi6jImDTp+edvG3REtPjXnFWU/J+b7S2wkXwUqFXqBL5DdM4zC1F+M8u57ZT7NRqDwMOw7/Tw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/addon-toolbars@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/signature-v4@2.0.9: resolution: { - integrity: sha512-tHMv1a8hg0kmxwtKf31BZ2Z1ULnxRF/TEoDLJKVvTthhcWLQm0LmqVIG82/bnuWn4vlDrsdGT7sAN+TU7B8p0A==, + integrity: sha512-RkHP0joSI1j2EI+mU55sOi33/aMMkKdL9ZY+SWrPxsiCe1oyzzuy79Tpn8X7uT+t0ilNmQlwPpkP/jUy940pEA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + "@smithy/eventstream-codec": 2.0.9 + "@smithy/is-array-buffer": 2.0.0 + "@smithy/types": 2.3.3 + "@smithy/util-hex-encoding": 2.0.0 + "@smithy/util-middleware": 2.0.2 + "@smithy/util-uri-escape": 2.0.0 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/addon-viewport@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/smithy-client@2.1.6: resolution: { - integrity: sha512-IwHs8e/Zwixt5rk+EINblMyKh8RxPBStsc0pzHerJ8knMwzXMUPGmlDPuWYUg1u4eg3dacjGrtQbFIxsqso0Mw==, + integrity: sha512-+F26b8U7C6ydJgj5Y+OZ94NL54HQUPF1LrFiZjMAIX3OlgZjDhiT3m6VOZo6+hge3sEFOrupwdjB5V24JOCpQw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + "@smithy/middleware-stack": 2.0.2 + "@smithy/types": 2.3.3 + "@smithy/util-stream": 2.0.12 + tslib: 2.6.2 + dev: false - /@storybook/addon-viewport@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/types@2.3.3: resolution: { - integrity: sha512-OAb3+NSQF0zAVdKhZwW0YOC/VMCXDncXp51ufxaz/LkF3qOGuqfmHTOfDDwjx3P6d3kX1aWV+vLVuoRS0JRK5g==, + integrity: sha512-zTdIPR9PvFVNRdIKMQu4M5oyTaycIbUqLheQqaOi9rTWPkgjGO2wDBxMA1rBHQB81aqAEv+DbSS4jfKyQMnXRA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + tslib: 2.6.2 + dev: false - /@storybook/addons@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/url-parser@2.0.9: resolution: { - integrity: sha512-3569KzwD8E2FXC8nxzXjfebZfsHH3OvOzzeza+J0go7xYj4s1/3XkrqYtbG4CDlwATNUZNeXWg/LzeYXgsf0wA==, + integrity: sha512-NBnJ0NiY8z6E82Xd5VYUFQfKwK/wA/+QkKmpYUYP+cpH3aCzE6g2gvixd9vQKYjsIdRfNPCf+SFAozt8ljozOw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/types": 7.0.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + "@smithy/querystring-parser": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/api@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/util-base64@2.0.0: resolution: { - integrity: sha512-xobO6zeUyRfaq1fcfDTz+/1fXj0JXJTc0sC786fPTKN5vMUBne9jrdiGmt2EuujQKS8WmZ1yLs7oIjY2Z3hTEA==, + integrity: sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true + engines: { node: ">=14.0.0" } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true + "@smithy/util-buffer-from": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/blocks@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@smithy/util-body-length-browser@2.0.0: resolution: { - integrity: sha512-VAzlMf5DRm0ZX6/9W/4Izv3j9n87i4MthBmN+rnUG+cmPumBm3xtETJqZbSIAWAM4ucKHrgrKQhZPg1QX1U66w==, + integrity: sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/channels": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.0.8 - "@storybook/csf": 0.1.0 - "@storybook/docs-tools": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - "@types/lodash": 4.14.194 - color-convert: 2.0.1 - dequal: 2.0.3 - lodash: 4.17.21 - markdown-to-jsx: 7.2.0(react@18.2.0) - memoizerific: 1.11.3 - polished: 4.2.2 - react: 18.2.0 - react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) - react-dom: 18.2.0(react@18.2.0) - telejson: 7.1.0 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - supports-color - dev: true + tslib: 2.6.2 + dev: false - /@storybook/blocks@7.1.0(react-dom@18.2.0)(react@18.2.0): + /@smithy/util-body-length-node@2.1.0: resolution: { - integrity: sha512-DWK3+l+OycPx4QNPobTxWzQUy3Q+D2DNbzTUX1ndew6cuzfi87O7k1hmn//dZQoFzV0BZzx02kVljNQY56w/Bw==, + integrity: sha512-/li0/kj/y3fQ3vyzn36NTLGmUwAICb7Jbe/CsWCktW363gh1MOcpEcSO3mJ344Gv2dqz8YJCLQpb6hju/0qOWw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + engines: { node: ">=14.0.0" } dependencies: - "@storybook/channels": 7.1.0 - "@storybook/client-logger": 7.1.0 - "@storybook/components": 7.1.0(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.0 - "@storybook/csf": 0.1.0 - "@storybook/docs-tools": 7.1.0 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.0(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.0 - "@storybook/theming": 7.1.0(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.0 - "@types/lodash": 4.14.194 - color-convert: 2.0.1 - dequal: 2.0.3 - lodash: 4.17.21 - markdown-to-jsx: 7.2.0(react@18.2.0) - memoizerific: 1.11.3 - polished: 4.2.2 - react: 18.2.0 - react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) - react-dom: 18.2.0(react@18.2.0) - telejson: 7.1.0 - tocbot: 4.21.0 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: true + tslib: 2.6.2 + dev: false - /@storybook/blocks@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@smithy/util-buffer-from@2.0.0: resolution: { - integrity: sha512-YIpIJi/+sByZhKrpKbVmXazUP1hj/QXybVOzwz2PT6tphfhrubGLBgu3RJIp6hwJ/lWf9RfghR7P8n+7aN6U9w==, + integrity: sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + engines: { node: ">=14.0.0" } dependencies: - "@storybook/channels": 7.1.1 - "@storybook/client-logger": 7.1.1 - "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.1.1 - "@storybook/csf": 0.1.0 - "@storybook/docs-tools": 7.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.1.1 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 - "@types/lodash": 4.14.194 - color-convert: 2.0.1 - dequal: 2.0.3 - lodash: 4.17.21 - markdown-to-jsx: 7.2.0(react@18.2.0) - memoizerific: 1.11.3 - polished: 4.2.2 - react: 18.2.0 - react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) - react-dom: 18.2.0(react@18.2.0) - telejson: 7.1.0 - tocbot: 4.21.0 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: true + "@smithy/is-array-buffer": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/builder-manager@7.0.27: + /@smithy/util-config-provider@2.0.0: resolution: { - integrity: sha512-KDhBAx8Ib1nnAoB3Lm9kGo2QwBbxwFbonbB0otfT0hGhLSTKllHRYx3WL24bqibI9a87Jt1RT913PZusQ5up4w==, + integrity: sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==, } + engines: { node: ">=14.0.0" } dependencies: - "@fal-works/esbuild-plugin-global-externals": 2.1.2 - "@storybook/core-common": 7.0.27 - "@storybook/manager": 7.0.27 - "@storybook/node-logger": 7.0.27 - "@types/ejs": 3.1.2 - "@types/find-cache-dir": 3.2.1 - "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.17.18) - browser-assert: 1.2.1 - ejs: 3.1.9 - esbuild: 0.17.18 - esbuild-plugin-alias: 0.2.1 - express: 4.18.2 - find-cache-dir: 3.3.2 - fs-extra: 11.1.1 - process: 0.11.10 - util: 0.12.5 - transitivePeerDependencies: - - encoding - - supports-color - dev: true + tslib: 2.6.2 + dev: false - /@storybook/builder-manager@7.0.8: + /@smithy/util-defaults-mode-browser@2.0.10: resolution: { - integrity: sha512-PxFiXbxAy4o6kV5EjtEq1cg6UwJsMhV7ZvYn3HuKNkS+8qk2iZdAe0tGcA9LbvRR6k5rEeU/PxbRjcBWBjUyEA==, + integrity: sha512-M5eaPn961jU2glZkqvmrVd6H4Tz4j1CJ2Kt8kjqMfcWZ4IQFgwPYbRkgND0W93dZXDmFU2GtuJGatwSmWIqxrA==, } + engines: { node: ">= 10.0.0" } dependencies: - "@fal-works/esbuild-plugin-global-externals": 2.1.2 - "@storybook/core-common": 7.0.8 - "@storybook/manager": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@types/ejs": 3.1.2 - "@types/find-cache-dir": 3.2.1 - "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.17.18) - browser-assert: 1.2.1 - ejs: 3.1.9 - esbuild: 0.17.18 - esbuild-plugin-alias: 0.2.1 - express: 4.18.2 - find-cache-dir: 3.3.2 - fs-extra: 11.1.1 - process: 0.11.10 - util: 0.12.5 - transitivePeerDependencies: - - supports-color - dev: true + "@smithy/property-provider": 2.0.10 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + bowser: 2.11.0 + tslib: 2.6.2 + dev: false - /@storybook/builder-webpack5@7.0.8(esbuild@0.17.18)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): + /@smithy/util-defaults-mode-node@2.0.12: resolution: { - integrity: sha512-oRjubRRGs1/kZZnoy4ZXU8t2sG0b3FSHYqRFkM7guKgQ2BGlGjZT4qamzOZzOEtWkCwPaQ2mXcBS0xGHKpeY+w==, + integrity: sha512-fwAVus2YBTU5u4KFmmEZDdgx3HpUUg8f6SEUetJFsNL+6AzoGBIhCZX0yMrVCLJEZe6tUfMbL5TZHXMw2q6MaA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - typescript: "*" - peerDependenciesMeta: - typescript: - optional: true + engines: { node: ">= 10.0.0" } dependencies: - "@babel/core": 7.22.9 - "@storybook/addons": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/channel-postmessage": 7.0.8 - "@storybook/channel-websocket": 7.0.8 - "@storybook/channels": 7.0.8 - "@storybook/client-api": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/components": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/core-webpack": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.0.8 - "@storybook/preview": 7.0.8 - "@storybook/preview-api": 7.0.8 - "@storybook/router": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/store": 7.0.8 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@types/node": 16.18.25 - "@types/semver": 7.3.13 - babel-loader: 9.1.3(@babel/core@7.22.9)(webpack@5.82.0) - babel-plugin-named-exports-order: 0.0.2 - browser-assert: 1.2.1 - case-sensitive-paths-webpack-plugin: 2.4.0 - css-loader: 6.7.3(webpack@5.82.0) - express: 4.18.2 - fork-ts-checker-webpack-plugin: 7.3.0(typescript@4.9.5)(webpack@5.82.0) - fs-extra: 11.1.1 - html-webpack-plugin: 5.5.1(webpack@5.82.0) - path-browserify: 1.0.1 - process: 0.11.10 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - semver: 7.5.0 - style-loader: 3.3.2(webpack@5.82.0) - terser-webpack-plugin: 5.3.7(esbuild@0.17.18)(webpack@5.82.0) - ts-dedent: 2.2.0 - typescript: 4.9.5 - util: 0.12.5 - util-deprecate: 1.0.2 - webpack: 5.82.0(esbuild@0.17.18) - webpack-dev-middleware: 5.3.3(webpack@5.82.0) - webpack-hot-middleware: 2.25.3 - webpack-virtual-modules: 0.4.6 - transitivePeerDependencies: - - "@swc/core" - - esbuild - - supports-color - - uglify-js - - vue-template-compiler - - webpack-cli - dev: true + "@smithy/config-resolver": 2.0.10 + "@smithy/credential-provider-imds": 2.0.12 + "@smithy/node-config-provider": 2.0.12 + "@smithy/property-provider": 2.0.10 + "@smithy/smithy-client": 2.1.6 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/channel-postmessage@7.0.27: + /@smithy/util-hex-encoding@2.0.0: resolution: { - integrity: sha512-ScpiStUHvtgy9RrCFNyzzH9l+zHF80lSwW/BZ1MRETJ9ZaOVPrm03U0Ju01wJC57DYPROwPU/wKMetNqKKEhdA==, + integrity: sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==, } + engines: { node: ">=14.0.0" } dependencies: - "@storybook/channels": 7.0.27 - "@storybook/client-logger": 7.0.27 - "@storybook/core-events": 7.0.27 - "@storybook/global": 5.0.0 - qs: 6.11.2 - telejson: 7.1.0 - dev: true + tslib: 2.6.2 + dev: false - /@storybook/channel-postmessage@7.0.8: + /@smithy/util-middleware@2.0.2: resolution: { - integrity: sha512-op/SB2Tg66bxS4DHOhrSVja7Xdp8aiWIJ47vygSq31nqpwv5auCTptOrcdzTikOjH+4dKfTGxTx6Z5g065tuiQ==, + integrity: sha512-UGPZM+Ja/vke5pc/S8G0LNiHpVirtjppsXO+GK9m9wbzRGzPJTfnZA/gERUUN/AfxEy/8SL7U1kd7u4t2X8K1w==, } + engines: { node: ">=14.0.0" } dependencies: - "@storybook/channels": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - qs: 6.11.2 - telejson: 7.1.0 - dev: true + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/channel-postmessage@7.1.0: + /@smithy/util-retry@2.0.2: resolution: { - integrity: sha512-xiuaPvqeV3ewvBgVf8ZMWL5UeAMiIZuSuUVuWg1Vet6uIP4ZXj463oHcV4Uc9IdaXZQK0+8r2ZrGrRNr/sLxgA==, + integrity: sha512-ovWiayUB38moZcLhSFFfUgB2IMb7R1JfojU20qSahjxAgfOZvDWme3eOYUMtAVnouZ9kYJiFgHLy27qRH4NeeA==, } + engines: { node: ">= 14.0.0" } dependencies: - "@storybook/channels": 7.1.0 - "@storybook/client-logger": 7.1.0 - dev: true + "@smithy/service-error-classification": 2.0.2 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/channel-postmessage@7.1.1: + /@smithy/util-stream@2.0.12: resolution: { - integrity: sha512-Gmjh3feilXKLmZkQdjgkT8BRrfHnrBJJ8CY86MwD4wQlohObeFIXfhueRof4vJEGvIfJwooUrk9CkkXb5YbluQ==, + integrity: sha512-FOCpRLaj6gvSyUC5mJAACT+sPMPmp9sD1o+hVbUH/QxwZfulypA3ZIFdAg/59/IY0d/1Q4CTztsiHEB5LgjN4g==, } + engines: { node: ">=14.0.0" } dependencies: - "@storybook/channels": 7.1.1 - "@storybook/client-logger": 7.1.1 - dev: true + "@smithy/fetch-http-handler": 2.1.5 + "@smithy/node-http-handler": 2.1.5 + "@smithy/types": 2.3.3 + "@smithy/util-base64": 2.0.0 + "@smithy/util-buffer-from": 2.0.0 + "@smithy/util-hex-encoding": 2.0.0 + "@smithy/util-utf8": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/channel-websocket@7.0.8: + /@smithy/util-uri-escape@2.0.0: resolution: { - integrity: sha512-qHMVc8b+zaOGDEG1i2905PCUwkGH3Ys/DqtZJAry64MaTnXrR6bPE3lI+FDRyr5a5afV53yz8rb7lTMoNaHpUg==, + integrity: sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==, } + engines: { node: ">=14.0.0" } dependencies: - "@storybook/channels": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/global": 5.0.0 - telejson: 7.1.0 - dev: true + tslib: 2.6.2 + dev: false - /@storybook/channels@7.0.27: + /@smithy/util-utf8@2.0.0: resolution: { - integrity: sha512-YppvPa1qMyC+oCQJ3tf7Quzpf2NnBlvIRLPJiGAMssUwX5qE0iKe9lTtkNwMaNxEvzz6rDxewSlz+f/MWr4gPw==, + integrity: sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==, } - dev: true + engines: { node: ">=14.0.0" } + dependencies: + "@smithy/util-buffer-from": 2.0.0 + tslib: 2.6.2 + dev: false - /@storybook/channels@7.0.8: + /@smithy/util-waiter@2.0.9: resolution: { - integrity: sha512-z8W4r8te/EiEDfk8qaxmjwMcKMe+x12leWEwtyz6e9XI0Q4qTk17dDtq/XZ5Ab2Ks4VSvWRu1e/QURiVpjbo2Q==, + integrity: sha512-Hy9Cs0FtIacC1aVFk98bm/7CYqim9fnHAPRnV/SB2mj02ExYs/9Dn5SrNQmtTBTLCn65KqYnNVBNS8GuGpZOOw==, } - dev: true + engines: { node: ">=14.0.0" } + dependencies: + "@smithy/abort-controller": 2.0.9 + "@smithy/types": 2.3.3 + tslib: 2.6.2 + dev: false - /@storybook/channels@7.1.0: + /@storybook/addon-actions@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-8uzjWdVG2IK18P8n6H+olAs+jnZr+HeYs1t2xiRy4NVSLhBffB71ut5F+pcWZfdDe3gyX8Tfvy68NloTNt9POg==, + integrity: sha512-ROlhxTQxBtMvfUU8ZTZZ6M0ALbUuChm2Fkau9inZyLgaE/HJbjAUCU7TbHFQ7GgdqA3/Lnw0Soox8cmjI4QQWA==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: - "@storybook/client-logger": 7.1.0 - "@storybook/core-events": 7.1.0 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 - qs: 6.11.2 - telejson: 7.1.0 - tiny-invariant: 1.3.1 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + dequal: 2.0.3 + lodash: 4.17.21 + polished: 4.2.2 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-inspector: 6.0.2(react@18.2.0) + telejson: 7.2.0 + ts-dedent: 2.2.0 + uuid: 9.0.1 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/channels@7.1.1: + /@storybook/addon-backgrounds@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-uhkZFtLIeRnbBhyLlvQAZQmsRbftX/YMGQL+9WRzICrCkwl4xfZPAvMxEgCj1iJzNFcaX5ma9XzHb7q/i+wUCw==, + integrity: sha512-NCcJKbz/kVSOXmoV1c+YoM28/oG9oO/kv1xwtX//cVv02SGerRCRqwB7zt0NzcLMSkrwaphRuXd55n0J7nGrBg==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/core-events": 7.1.1 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 - qs: 6.11.2 - telejson: 7.1.0 - tiny-invariant: 1.3.1 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + ts-dedent: 2.2.0 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/cli@7.0.27: + /@storybook/addon-controls@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-iHugKuE3Rw/QdFSJBCJQYaZJsnEAQtFLf9vYNRjEqmkif5AR0leZj4yQ5kV1OfQ8MRuh+FGQ/u1cz6fRsFiWEA==, + integrity: sha512-wlfr0Yx27GzQqb5iINQTwL8wCW1NK8+4bJ/HQe4SQOY1FpybOK59B421V6YyQ3tafDWU5MMKh2sElMY9z5Deqw==, } - hasBin: true + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: - "@babel/core": 7.22.9 - "@babel/preset-env": 7.21.5(@babel/core@7.22.9) - "@ndelangen/get-tarball": 3.0.7 - "@storybook/codemod": 7.0.27 - "@storybook/core-common": 7.0.27 - "@storybook/core-server": 7.0.27 - "@storybook/csf-tools": 7.0.27 - "@storybook/node-logger": 7.0.27 - "@storybook/telemetry": 7.0.27 - "@storybook/types": 7.0.27 - "@types/semver": 7.3.13 - chalk: 4.1.2 - commander: 6.2.1 - cross-spawn: 7.0.3 - detect-indent: 6.1.0 - envinfo: 7.8.1 - execa: 5.1.1 - express: 4.18.2 - find-up: 5.0.0 - fs-extra: 11.1.1 - get-npm-tarball-url: 2.0.3 - get-port: 5.1.1 - giget: 1.1.2 - globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.21.5) - leven: 3.1.0 - ora: 5.4.1 - prettier: 2.8.8 - prompts: 2.4.2 - puppeteer-core: 2.1.1 - read-pkg-up: 7.0.1 - semver: 7.5.0 - shelljs: 0.8.5 - simple-update-notifier: 1.1.0 - strip-json-comments: 3.1.1 - tempy: 1.0.1 + "@storybook/blocks": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-common": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/node-logger": 7.4.3 + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + lodash: 4.17.21 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) ts-dedent: 2.2.0 - util-deprecate: 1.0.2 transitivePeerDependencies: - - bufferutil + - "@types/react" + - "@types/react-dom" - encoding - supports-color - - utf-8-validate dev: true - /@storybook/cli@7.0.8: + /@storybook/addon-docs@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-KvuleEXWrDz1OZC9c/ejAWSEns7YAXYCsS76BA3hx/xGnpcUQG7AZ00G8sy7viHFQjjA3G1YsMOm2p4YI0A1oA==, + integrity: sha512-c6r1nJY4fj/Uj9p7jHdicAS7quiK9RY0LJw+aB++FvcO1KavX33BlD2mxPIVU8a9oLJ3X4RUfNQz+OSABGy0xw==, } - hasBin: true + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@babel/core": 7.22.9 - "@babel/preset-env": 7.21.5(@babel/core@7.22.9) - "@ndelangen/get-tarball": 3.0.7 - "@storybook/codemod": 7.0.8 - "@storybook/core-common": 7.0.8 - "@storybook/core-server": 7.0.8 - "@storybook/csf-tools": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@storybook/telemetry": 7.0.8 - "@storybook/types": 7.0.8 - "@types/semver": 7.3.13 - boxen: 5.1.2 - chalk: 4.1.2 - commander: 6.2.1 - cross-spawn: 7.0.3 - detect-indent: 6.1.0 - envinfo: 7.8.1 - execa: 5.1.1 - express: 4.18.2 - find-up: 5.0.0 + "@jest/transform": 29.7.0 + "@mdx-js/react": 2.3.0(react@18.2.0) + "@storybook/blocks": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/csf-plugin": 7.4.3 + "@storybook/csf-tools": 7.4.3 + "@storybook/global": 5.0.0 + "@storybook/mdx2-csf": 1.1.0 + "@storybook/node-logger": 7.4.3 + "@storybook/postinstall": 7.4.3 + "@storybook/preview-api": 7.4.3 + "@storybook/react-dom-shim": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 fs-extra: 11.1.1 - get-npm-tarball-url: 2.0.3 - get-port: 5.1.1 - giget: 1.1.2 - globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.21.5) - leven: 3.1.0 - prettier: 2.8.8 - prompts: 2.4.2 - puppeteer-core: 2.1.1 - read-pkg-up: 7.0.1 - semver: 7.5.0 - shelljs: 0.8.5 - simple-update-notifier: 1.1.0 - strip-json-comments: 3.1.1 - tempy: 1.0.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + remark-external-links: 8.0.0 + remark-slug: 6.1.0 ts-dedent: 2.2.0 - util-deprecate: 1.0.2 transitivePeerDependencies: - - bufferutil + - "@types/react" + - "@types/react-dom" - encoding - supports-color - - utf-8-validate dev: true - /@storybook/client-api@7.0.8: + /@storybook/addon-essentials@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-xNUWica8T8H9BWBclw+lpiwq0nYjQg3T8MD22uXAA3e72ps1aTEUS0EzD1R/KHZjDoUXo13LtakZrf/MR0e3yg==, + integrity: sha512-LYAauAz4YGWmdZw6umJisl3X0gk1UV9Ovm6b7hicNfKKYGlsWz9KNyi3kvV+harScBzcqENFl5kwezFu2Ltq9g==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/preview-api": 7.0.8 + "@storybook/addon-actions": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-backgrounds": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-controls": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-docs": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-highlight": 7.4.3 + "@storybook/addon-measure": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-outline": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-toolbars": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-viewport": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-common": 7.4.3 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/node-logger": 7.4.3 + "@storybook/preview-api": 7.4.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + ts-dedent: 2.2.0 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color dev: true - /@storybook/client-logger@7.0.27: + /@storybook/addon-highlight@7.4.3: resolution: { - integrity: sha512-t4F0ByHP4MNiyVI5sgqtxSccr4RmPAqTr/h6CeGLJKWzUYobBV5hwKUd/qlfwdjev2u9C7AdLFPBKVcHX5PteA==, + integrity: sha512-4FDvg+ZH5/H6b7qI6tVSygCaF5h7TStfyLXwxx07edot0vaaw4ir/0sbCAH9AUQ9/+08RiXsMFO5tgMUp/BjcA==, } dependencies: + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 + "@storybook/preview-api": 7.4.3 dev: true - /@storybook/client-logger@7.0.8: + /@storybook/addon-interactions@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-UuyX57Jzn8L0QOhDPBA/v9UqIGCtFKqtaS23mNNNDoc1X3u+boULNgqWGD84F2U7JWg2xNopIJvjQxhH30/Jhw==, + integrity: sha512-72Uy7FGr3UbEq44D44ML/o/kC8jUuBETDgnNTC/J7n35OzHcBcas9cHzam87IG/M8uxTwKtuUlEzwyoNUjI3MA==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-common": 7.4.3 + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 + "@storybook/instrumenter": 7.4.3 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + jest-mock: 27.5.1 + polished: 4.2.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + ts-dedent: 2.2.0 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color dev: true - /@storybook/client-logger@7.1.0: + /@storybook/addon-links@7.4.3(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-br5GNTxNFmDZA4ESaCMn2VJ9ZW3ejbILEGoadOJjP2ZD40luSRNtTtWjeNiA+7762OvHMYVGwG0tnqk98f5nfg==, + integrity: sha512-flnwlKdePQtwgryFhJlju94DVvZBq477xaD1mG9zcqEe+QeN+1GGggIo6R9e2hEsWcAfpc2yKA4dJP9KS9xIHg==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: + "@storybook/client-logger": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/csf": 0.1.1 "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/router": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + ts-dedent: 2.2.0 dev: true - /@storybook/client-logger@7.1.1: + /@storybook/addon-measure@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-R0bdVjzJ5CwLNAG3XMyMZ0e9XDteBkFkTTIZJ9m+WMh/+oa2PInCpXDxoYb180UI6abrqh1jEaAsrHMC1pTKnA==, + integrity: sha512-a07/GV9WWvqy1MuJtDevHzPo/weY86s7JT+qjGk0bhQdThVcd94Z7whlQL/LgrdAi1XLdHY5R5LpUIk9UDluNw==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/types": 7.4.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tiny-invariant: 1.3.1 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/codemod@7.0.27: + /@storybook/addon-outline@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-kJyJkxEkbm4tnKKcDgVOqN9PG+Pf3ibsl6Skrm1m3wrbOql3DAVfZzLec/QeFOXrGmmSuvl7JdBQrkJj22Bu1Q==, + integrity: sha512-QPcTjmNgj0+7NEzomfqNOnm2DgcRjqvYGCdlxfDbnNB0J+ZGlaUozL3ZbofJKx9qCoHf+j+Z1pwONHafJV6t4w==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: - "@babel/core": 7.21.8 - "@babel/preset-env": 7.21.5(@babel/core@7.21.8) - "@babel/types": 7.21.5 - "@storybook/csf": 0.1.0 - "@storybook/csf-tools": 7.0.27 - "@storybook/node-logger": 7.0.27 - "@storybook/types": 7.0.27 - cross-spawn: 7.0.3 - globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.21.5) - lodash: 4.17.21 - prettier: 2.8.8 - recast: 0.23.1 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.4.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/types": 7.4.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + ts-dedent: 2.2.0 transitivePeerDependencies: - - supports-color + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/codemod@7.0.8: + /@storybook/addon-toolbars@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-0zEUlnHtyU6BdiqsOqKrC4QBPl/BOR8LNEoKQbprmemAqRx0SUirawyHfgxzlrlKiGvHgmsrOglCb/9tZmbY/g==, + integrity: sha512-sHILofAarfzku+8qhueELoZYCLTHuDtmnlfILjBrH/w7Et3Vnyn1wJcdal7VnQPbX9EiEkdFaiZybQdniBb+hQ==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: - "@babel/core": 7.21.8 - "@babel/preset-env": 7.21.5(@babel/core@7.21.8) - "@babel/types": 7.21.5 - "@storybook/csf": 0.1.0 - "@storybook/csf-tools": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@storybook/types": 7.0.8 - cross-spawn: 7.0.3 - globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.21.5) - lodash: 4.17.21 - prettier: 2.8.8 - recast: 0.23.1 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - - supports-color + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/components@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-viewport@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-eBY+uZE+0dHwvUTQHa/GNzAexEg1Sqhzyu+NTWx2mAzNzXBaoBQ1wz33sXQFWQZA6Bv/yritPmfo6470f8/AFg==, + integrity: sha512-jDRG6ZMZ4ATOXiJQcXTpolTtIi8oAhbk6mbJyj65nClXgWqfZxMK9PMfJw5R7zHhAmrKoWNTDc72eayFOIHaNg==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/csf": 0.1.0 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) memoizerific: 1.11.3 + prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - use-resize-observer: 9.1.0(react-dom@18.2.0)(react@18.2.0) - util-deprecate: 1.0.2 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/components@7.1.0(react-dom@18.2.0)(react@18.2.0): + /@storybook/addons@7.4.3(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-o8Z5L7cxxNCUhbEA+vGwoVrZ0vWhuZJb/AUc+347RIlH1QZF4Cu6fmgA49pKBsrJWPbtOmlLCbN/9LshszH0Zw==, + integrity: sha512-6XvXE3sRl78MceRDAnfPd6N6j9ltMCuTITjjqU2GU8iyAexJ4bYodfKcmUmAQmixuc+6UPbWmlrQKNmBDlp3rw==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/client-logger": 7.1.0 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/theming": 7.1.0(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.0 - memoizerific: 1.11.3 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/types": 7.4.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - use-resize-observer: 9.1.0(react-dom@18.2.0)(react@18.2.0) - util-deprecate: 1.0.2 dev: true - /@storybook/components@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@storybook/blocks@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-RUSjDj2RDTZsdKfs48oY+3iaL/y3GHU07zuHm/V4kuEHqJscXUt3n5vIX/Z/GtezMrxc0aPDlCSyS/N/EU6bUQ==, + integrity: sha512-uyZVx3er1qOPFpKJtsbozBwt1Os3zqiq+2se7xDBK6ERr07zaRHLgRci7+kI8T5mdlCxYiGV+kzx5Vx5/7XaXg==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/client-logger": 7.1.1 - "@storybook/csf": 0.1.0 + "@storybook/channels": 7.4.3 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.4.3 + "@storybook/csf": 0.1.1 + "@storybook/docs-tools": 7.4.3 "@storybook/global": 5.0.0 - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + "@types/lodash": 4.14.198 + color-convert: 2.0.1 + dequal: 2.0.3 + lodash: 4.17.21 + markdown-to-jsx: 7.3.2(react@18.2.0) memoizerific: 1.11.3 + polished: 4.2.2 react: 18.2.0 + react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) react-dom: 18.2.0(react@18.2.0) - use-resize-observer: 9.1.0(react-dom@18.2.0)(react@18.2.0) + telejson: 7.2.0 + tocbot: 4.21.1 + ts-dedent: 2.2.0 util-deprecate: 1.0.2 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color dev: true - /@storybook/core-client@7.0.8: + /@storybook/builder-manager@7.4.3: resolution: { - integrity: sha512-JDEhoLO49wfhvwtZ532kBwI5sTGpikL1MFGgExsGpm1hOfLsOXwSm033M2NrieZBCrdIReVpiwpRiK9Mc8hL/Q==, + integrity: sha512-6jzxZ2J1jFaZXn7ZucEgV6XyUe+FJ9uuoMRZcZefoCKeXK/BOPCefijYWP3DPgqqVh3/JLUglIpz0MH9k8cBaw==, } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/preview-api": 7.0.8 + "@fal-works/esbuild-plugin-global-externals": 2.1.2 + "@storybook/core-common": 7.4.3 + "@storybook/manager": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@types/ejs": 3.1.2 + "@types/find-cache-dir": 3.2.1 + "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.18.20) + browser-assert: 1.2.1 + ejs: 3.1.9 + esbuild: 0.18.20 + esbuild-plugin-alias: 0.2.1 + express: 4.18.2 + find-cache-dir: 3.3.2 + fs-extra: 11.1.1 + process: 0.11.10 + util: 0.12.5 + transitivePeerDependencies: + - encoding + - supports-color dev: true - /@storybook/core-common@7.0.27: + /@storybook/builder-webpack5@7.4.3(@types/react@18.2.22)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): resolution: { - integrity: sha512-nlHXpn3CghCwkeIffZ7/PzcraCDXNZz+cnR4L8vtgJn1n6W7y92mxfF8gkRHuiYHWHbPWRVP9M5vAmVoiNMxjw==, + integrity: sha512-nTv4Y2QnLHcUWZMsNE/0MYrJ4BzL44QzyPJOFwoNpRbR45Gp+/tDyCclXTYs4FGG6JkPdaV0+jcU0GhjwP1rvA==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + typescript: "*" + peerDependenciesMeta: + typescript: + optional: true dependencies: - "@storybook/node-logger": 7.0.27 - "@storybook/types": 7.0.27 - "@types/node": 16.18.25 - "@types/node-fetch": 2.6.4 - "@types/pretty-hrtime": 1.0.1 - chalk: 4.1.2 - esbuild: 0.17.18 - esbuild-register: 3.4.2(esbuild@0.17.18) - file-system-cache: 2.3.0 - find-up: 5.0.0 + "@babel/core": 7.22.20 + "@storybook/addons": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/channels": 7.4.3 + "@storybook/client-api": 7.4.3 + "@storybook/client-logger": 7.4.3 + "@storybook/components": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-common": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/core-webpack": 7.4.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/node-logger": 7.4.3 + "@storybook/preview": 7.4.3 + "@storybook/preview-api": 7.4.3 + "@storybook/router": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/store": 7.4.3 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@swc/core": 1.3.86 + "@types/node": 16.18.53 + "@types/semver": 7.5.2 + babel-loader: 9.1.3(@babel/core@7.22.20)(webpack@5.88.2) + babel-plugin-named-exports-order: 0.0.2 + browser-assert: 1.2.1 + case-sensitive-paths-webpack-plugin: 2.4.0 + constants-browserify: 1.0.0 + css-loader: 6.8.1(webpack@5.88.2) + express: 4.18.2 + fork-ts-checker-webpack-plugin: 8.0.0(typescript@4.9.5)(webpack@5.88.2) fs-extra: 11.1.1 - glob: 8.1.0 - glob-promise: 6.0.2(glob@8.1.0) - handlebars: 4.7.7 - lazy-universal-dotenv: 4.0.0 - node-fetch: 2.6.9 - picomatch: 2.3.1 - pkg-dir: 5.0.0 - pretty-hrtime: 1.0.3 - resolve-from: 5.0.0 + html-webpack-plugin: 5.5.3(webpack@5.88.2) + path-browserify: 1.0.1 + process: 0.11.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + semver: 7.5.4 + style-loader: 3.3.3(webpack@5.88.2) + swc-loader: 0.2.3(@swc/core@1.3.86)(webpack@5.88.2) + terser-webpack-plugin: 5.3.9(@swc/core@1.3.86)(esbuild@0.18.20)(webpack@5.88.2) ts-dedent: 2.2.0 + typescript: 4.9.5 + url: 0.11.3 + util: 0.12.5 + util-deprecate: 1.0.2 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + webpack-dev-middleware: 6.1.1(webpack@5.88.2) + webpack-hot-middleware: 2.25.4 + webpack-virtual-modules: 0.5.0 transitivePeerDependencies: + - "@swc/helpers" + - "@types/react" + - "@types/react-dom" - encoding + - esbuild - supports-color + - uglify-js + - webpack-cli dev: true - /@storybook/core-common@7.0.8: + /@storybook/channels@7.4.3: resolution: { - integrity: sha512-W0/jtHndO4GO98g9bWnkMB9rZrH+aZCefEGZcUrTpgOa+Ws/b6l8YDEoR1V1hGPROT5cn82+9zU4s5y1d462Sg==, + integrity: sha512-lIoRX3EV0wKPX8ojIrJUtsOv4+Gv8r9pfJpam/NdyYd+rs0AjDK13ieINRfBMnJkfjsWa3vmZtGMBEVvDKwTMw==, } dependencies: - "@storybook/node-logger": 7.0.8 - "@storybook/types": 7.0.8 - "@types/node": 16.18.25 - "@types/pretty-hrtime": 1.0.1 - chalk: 4.1.2 - esbuild: 0.17.18 - esbuild-register: 3.4.2(esbuild@0.17.18) - file-system-cache: 2.3.0 - find-up: 5.0.0 - fs-extra: 11.1.1 - glob: 8.1.0 - glob-promise: 6.0.2(glob@8.1.0) - handlebars: 4.7.7 - lazy-universal-dotenv: 4.0.0 - picomatch: 2.3.1 - pkg-dir: 5.0.0 - pretty-hrtime: 1.0.3 - resolve-from: 5.0.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color + "@storybook/client-logger": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/global": 5.0.0 + qs: 6.11.2 + telejson: 7.2.0 + tiny-invariant: 1.3.1 dev: true - /@storybook/core-common@7.1.0: + /@storybook/cli@7.4.3: resolution: { - integrity: sha512-6jrL1RUA/Vgy+zXzeno12k6CKFIqRh3I5W7XgN2nNZJc98PRl2etDdhFL3LkBn8lWddDeKpnmlI4SWjb2HYtcA==, + integrity: sha512-/lGtXbzNropsCF4srEGxiHzCU7b2wlV13LrSj3H3zOnHEAJlFcNpyNzO+4jKHfNTjjqEtcRGJ1OxrSYuGZTVjg==, } + hasBin: true dependencies: - "@storybook/node-logger": 7.1.0 - "@storybook/types": 7.1.0 - "@types/find-cache-dir": 3.2.1 - "@types/node": 16.18.25 - "@types/node-fetch": 2.6.4 - "@types/pretty-hrtime": 1.0.1 + "@babel/core": 7.22.20 + "@babel/preset-env": 7.22.20(@babel/core@7.22.20) + "@babel/types": 7.22.19 + "@ndelangen/get-tarball": 3.0.9 + "@storybook/codemod": 7.4.3 + "@storybook/core-common": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/core-server": 7.4.3 + "@storybook/csf-tools": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/telemetry": 7.4.3 + "@storybook/types": 7.4.3 + "@types/semver": 7.5.2 + "@yarnpkg/fslib": 2.10.3 + "@yarnpkg/libzip": 2.3.0 chalk: 4.1.2 - esbuild: 0.18.17 - esbuild-register: 3.4.2(esbuild@0.18.17) - file-system-cache: 2.3.0 - find-cache-dir: 3.3.2 + commander: 6.2.1 + cross-spawn: 7.0.3 + detect-indent: 6.1.0 + envinfo: 7.10.0 + execa: 5.1.1 + express: 4.18.2 find-up: 5.0.0 fs-extra: 11.1.1 - glob: 10.3.3 - handlebars: 4.7.7 - lazy-universal-dotenv: 4.0.0 - node-fetch: 2.6.9 - picomatch: 2.3.1 - pkg-dir: 5.0.0 - pretty-hrtime: 1.0.3 - resolve-from: 5.0.0 + get-npm-tarball-url: 2.0.3 + get-port: 5.1.1 + giget: 1.1.2 + globby: 11.1.0 + jscodeshift: 0.14.0(@babel/preset-env@7.22.20) + leven: 3.1.0 + ora: 5.4.1 + prettier: 2.8.8 + prompts: 2.4.2 + puppeteer-core: 2.1.1 + read-pkg-up: 7.0.1 + semver: 7.5.4 + simple-update-notifier: 2.0.0 + strip-json-comments: 3.1.1 + tempy: 1.0.1 ts-dedent: 2.2.0 + util-deprecate: 1.0.2 transitivePeerDependencies: + - bufferutil - encoding - supports-color + - utf-8-validate dev: true - /@storybook/core-common@7.1.1: + /@storybook/client-api@7.4.3: resolution: { - integrity: sha512-DO7ZS6YDITykvqMHeOWSmnsPYk2w7gka9GtO2LPbEm0f6p5kG2nohBO5+nsI3PuXpKiHXOB7vKJjwfQqxvPj5A==, + integrity: sha512-ZLKQY55GOqwngZnQSj2MlOiB8znLnYXY8UcuCzwu+tZVGJshxwrMasiLMYE55ni8Yp54qbbwrlYeWZYIW+j/Gw==, } dependencies: - "@storybook/node-logger": 7.1.1 - "@storybook/types": 7.1.1 - "@types/find-cache-dir": 3.2.1 - "@types/node": 16.18.25 - "@types/node-fetch": 2.6.4 - "@types/pretty-hrtime": 1.0.1 - chalk: 4.1.2 - esbuild: 0.18.17 - esbuild-register: 3.4.2(esbuild@0.18.17) - file-system-cache: 2.3.0 - find-cache-dir: 3.3.2 - find-up: 5.0.0 - fs-extra: 11.1.1 - glob: 10.3.3 - handlebars: 4.7.7 - lazy-universal-dotenv: 4.0.0 - node-fetch: 2.6.9 - picomatch: 2.3.1 - pkg-dir: 5.0.0 - pretty-hrtime: 1.0.3 - resolve-from: 5.0.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - encoding - - supports-color + "@storybook/client-logger": 7.4.3 + "@storybook/preview-api": 7.4.3 dev: true - /@storybook/core-events@7.0.27: + /@storybook/client-logger@7.4.3: resolution: { - integrity: sha512-sNnqgO5i5DUIqeQfNbr987KWvAciMN9FmMBuYdKjVFMqWFyr44HTgnhfKwZZKl+VMDYkHA9Do7UGSYZIKy0P4g==, + integrity: sha512-Nhngo9X4HjN00aRhgIVGWbwkWPe0Fz8PySuxnd8nAxSsz7KpdLFyYo2TbZZ3TX51FG5Fxcb0G5OHuunItP7EWQ==, } + dependencies: + "@storybook/global": 5.0.0 dev: true - /@storybook/core-events@7.0.8: + /@storybook/codemod@7.4.3: resolution: { - integrity: sha512-CQJs3PKQ8HJmMe7kzYy2bWz3hw5d8myAtO5LAgvPHKsVqAZ0R+rN4lXlcPNWf/x3tb8JizDJpPgTCBdOBb+tkg==, + integrity: sha512-UwnsyVeUa+wLIeE/zO0slV3mwsPgS3DstZAWbjWUfFlJKZjgg1++Zkv0GmxkEyirsnf/g4r6Aq+KhIdIHmdzag==, } + dependencies: + "@babel/core": 7.22.20 + "@babel/preset-env": 7.22.20(@babel/core@7.22.20) + "@babel/types": 7.22.19 + "@storybook/csf": 0.1.1 + "@storybook/csf-tools": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/types": 7.4.3 + "@types/cross-spawn": 6.0.3 + cross-spawn: 7.0.3 + globby: 11.1.0 + jscodeshift: 0.14.0(@babel/preset-env@7.22.20) + lodash: 4.17.21 + prettier: 2.8.8 + recast: 0.23.4 + transitivePeerDependencies: + - supports-color dev: true - /@storybook/core-events@7.1.0: + /@storybook/components@7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-b0kZ5ElPZj3NPqWhGsHHuLn0riA4wJXJ5mNBOe2scd8Cw52ELQr5rVHOMROhONOgpOaZBZ+QZd/MDvJDRyxTQw==, + integrity: sha512-qwRW8wGUuM+H6oKUXXoIDrZECXh/lzowrWXFAzZiocovYEhPtZfl/yvJLWHjOwtka3n7lA7J7EtcjWe8/tueJQ==, } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + "@radix-ui/react-select": 1.2.2(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-toolbar": 1.0.4(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/client-logger": 7.4.3 + "@storybook/csf": 0.1.1 + "@storybook/global": 5.0.0 + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-resize-observer: 9.1.0(react-dom@18.2.0)(react@18.2.0) + util-deprecate: 1.0.2 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" dev: true - /@storybook/core-events@7.1.1: + /@storybook/core-client@7.4.3: resolution: { - integrity: sha512-P5iI4zvCJo85de/sghglEHFK/GGkWAQQKzRFrz9kbVBX5LNaosfD7IYHIz/6ZWNPzxWR+RBOKcrRUfcArL4Njg==, + integrity: sha512-YRt07TxC+HUtnyvbpJbY8d2+2QfFExBL7zRbms9tIRorddWfPBq+lA2RS9zcjUJJJtNSz1+ST70FuGr1N3AXGg==, } + dependencies: + "@storybook/client-logger": 7.4.3 + "@storybook/preview-api": 7.4.3 dev: true - /@storybook/core-server@7.0.27: + /@storybook/core-common@7.4.3: resolution: { - integrity: sha512-9OBDtJ57qJYAgj5UNK8ip4XVSQEVAZxAXWv3QKkQi/QHGixOpxNG4piOF5TdQHv4kc/OX6I0j25ZIrO8jl+VnA==, + integrity: sha512-jwIBUnWitZzw0VfKC77yN8DvTyePLVnAjbA2lPMbMIdO9ZY2lfD4AQ4QpuWsxJyAllFC4slOFDNgCDHx2AlYWw==, } dependencies: - "@aw-web-design/x-default-browser": 1.4.88 - "@discoveryjs/json-ext": 0.5.7 - "@storybook/builder-manager": 7.0.27 - "@storybook/core-common": 7.0.27 - "@storybook/core-events": 7.0.27 - "@storybook/csf": 0.1.0 - "@storybook/csf-tools": 7.0.27 - "@storybook/docs-mdx": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/manager": 7.0.27 - "@storybook/node-logger": 7.0.27 - "@storybook/preview-api": 7.0.27 - "@storybook/telemetry": 7.0.27 - "@storybook/types": 7.0.27 - "@types/detect-port": 1.3.2 - "@types/node": 16.18.25 - "@types/node-fetch": 2.6.4 + "@storybook/core-events": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/types": 7.4.3 + "@types/find-cache-dir": 3.2.1 + "@types/node": 16.18.53 + "@types/node-fetch": 2.6.5 "@types/pretty-hrtime": 1.0.1 - "@types/semver": 7.5.0 - better-opn: 2.1.1 chalk: 4.1.2 - cli-table3: 0.6.3 - compression: 1.7.4 - detect-port: 1.5.1 - express: 4.18.2 + esbuild: 0.18.20 + esbuild-register: 3.5.0(esbuild@0.18.20) + file-system-cache: 2.3.0 + find-cache-dir: 3.3.2 + find-up: 5.0.0 fs-extra: 11.1.1 - globby: 11.1.0 - ip: 2.0.0 - lodash: 4.17.21 - node-fetch: 2.6.9 - open: 8.4.2 + glob: 10.3.5 + handlebars: 4.7.8 + lazy-universal-dotenv: 4.0.0 + node-fetch: 2.7.0 + picomatch: 2.3.1 + pkg-dir: 5.0.0 pretty-hrtime: 1.0.3 - prompts: 2.4.2 - read-pkg-up: 7.0.1 - semver: 7.5.4 - serve-favicon: 2.5.0 - telejson: 7.1.0 + resolve-from: 5.0.0 ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - watchpack: 2.4.0 - ws: 8.13.0 transitivePeerDependencies: - - bufferutil - encoding - supports-color - - utf-8-validate dev: true - /@storybook/core-server@7.0.8: + /@storybook/core-events@7.4.3: + resolution: + { + integrity: sha512-FRfipCijMnVbGxL1ZjOLM836lyd/TGQcUFeVjTQWW/+pIGHELqDHiYeq68hqoGTKl0G0np59CJPWYTUZA4Dl9Q==, + } + dependencies: + ts-dedent: 2.2.0 + dev: true + + /@storybook/core-server@7.4.3: resolution: { - integrity: sha512-ONF2PYV9XKYTpUoS88ECKemSIescJuj849X71hPZMOs439g0gXJlYVnwIs0zgAj6ZcuXgjDIB81FicX8uv4+Yw==, + integrity: sha512-yl9HaVwk/xJV9zq76n/oR1cE39wAFmNmKVPOJAtr3+c7wS0tnBkw7T+GqZ2Seyv+xkcZUWS8KRH74HqwPwG0Bw==, } dependencies: - "@aw-web-design/x-default-browser": 1.4.88 + "@aw-web-design/x-default-browser": 1.4.126 "@discoveryjs/json-ext": 0.5.7 - "@storybook/builder-manager": 7.0.8 - "@storybook/core-common": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/csf": 0.1.0 - "@storybook/csf-tools": 7.0.8 + "@storybook/builder-manager": 7.4.3 + "@storybook/channels": 7.4.3 + "@storybook/core-common": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/csf": 0.1.1 + "@storybook/csf-tools": 7.4.3 "@storybook/docs-mdx": 0.1.0 "@storybook/global": 5.0.0 - "@storybook/manager": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@storybook/preview-api": 7.0.8 - "@storybook/telemetry": 7.0.8 - "@storybook/types": 7.0.8 - "@types/detect-port": 1.3.2 - "@types/node": 16.18.25 - "@types/node-fetch": 2.6.4 + "@storybook/manager": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/preview-api": 7.4.3 + "@storybook/telemetry": 7.4.3 + "@storybook/types": 7.4.3 + "@types/detect-port": 1.3.3 + "@types/node": 16.18.53 "@types/pretty-hrtime": 1.0.1 - "@types/semver": 7.5.0 - better-opn: 2.1.1 - boxen: 5.1.2 + "@types/semver": 7.5.2 + better-opn: 3.0.2 chalk: 4.1.2 cli-table3: 0.6.3 compression: 1.7.4 @@ -12228,18 +9187,19 @@ packages: globby: 11.1.0 ip: 2.0.0 lodash: 4.17.21 - node-fetch: 2.6.9 open: 8.4.2 pretty-hrtime: 1.0.3 prompts: 2.4.2 read-pkg-up: 7.0.1 semver: 7.5.4 serve-favicon: 2.5.0 - telejson: 7.1.0 + telejson: 7.2.0 + tiny-invariant: 1.3.1 ts-dedent: 2.2.0 + util: 0.12.5 util-deprecate: 1.0.2 watchpack: 2.4.0 - ws: 8.13.0 + ws: 8.14.2 transitivePeerDependencies: - bufferutil - encoding @@ -12247,106 +9207,57 @@ packages: - utf-8-validate dev: true - /@storybook/core-webpack@7.0.8: - resolution: - { - integrity: sha512-9QcHqAJu/mhRUbJ4djMjSdOoDs0z6U/kyycG6ub7ZJ0q33zqED63suSXIwtqSat+h/PRQ7lXQkWh5db2lmXwbA==, - } - dependencies: - "@storybook/core-common": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@storybook/types": 7.0.8 - "@types/node": 16.18.25 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@storybook/csf-plugin@7.0.8: - resolution: - { - integrity: sha512-HDdAOmS/mstjyE8LxXebSv207lqulC+gawbeWpfZKdR0MOkfn2WmWlIxvLYRrcejkUg8irNS4SHNGBCwygde4A==, - } - dependencies: - "@storybook/csf-tools": 7.0.8 - unplugin: 0.10.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@storybook/csf-plugin@7.1.1: - resolution: - { - integrity: sha512-bokV+HU6rV/wlWIvgAtn1PUot1W71pto/Wft5hCUATDCsXDz4B5aI9d/ZCJhu7G1R4cYtjsxVdBJSHe9dem7Lg==, - } - dependencies: - "@storybook/csf-tools": 7.1.1 - unplugin: 1.4.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@storybook/csf-tools@7.0.27: + /@storybook/core-webpack@7.4.3: resolution: { - integrity: sha512-JrSP628b1VVQa2lLefEX1u3DRng4Czrl+NBFy5Mgy9JjXFs1dGJM9m0k1/r2qNO4Km9HeTcR4NAcTMfatqzw2Q==, + integrity: sha512-Z7A1qml7mcV/MjYEoRXvtOgPR81cnHyYH2e7frvv9Sh0iIysvZ1+BAleD9JhiW6u6EG+TcFea2RdwsdfT6Pp0Q==, } dependencies: - "@babel/generator": 7.21.5 - "@babel/parser": 7.21.8 - "@babel/traverse": 7.21.5 - "@babel/types": 7.21.5 - "@storybook/csf": 0.1.0 - "@storybook/types": 7.0.27 - fs-extra: 11.1.1 - recast: 0.23.1 + "@storybook/core-common": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/types": 7.4.3 + "@types/node": 16.18.53 ts-dedent: 2.2.0 transitivePeerDependencies: + - encoding - supports-color dev: true - /@storybook/csf-tools@7.0.8: + /@storybook/csf-plugin@7.4.3: resolution: { - integrity: sha512-bMuljBJrZ1UL80NAHNfGgcDg7bMLnsppmuX6WVayOKMM3BcuRQVNiWC0ZLC6yrmPRinalqWdE/GDhwA/IevThg==, + integrity: sha512-xQCimGsrGD1JxvyFc0LrH10WZWb181r0beF19aGIAadczs/JWhT+nxF8OhfP1LK4wHj9jH+F4nIXEMpm9yI9Qg==, } dependencies: - "@babel/generator": 7.21.5 - "@babel/parser": 7.21.8 - "@babel/traverse": 7.21.5 - "@babel/types": 7.21.5 - "@storybook/csf": 0.1.0 - "@storybook/types": 7.0.8 - fs-extra: 11.1.1 - recast: 0.23.1 - ts-dedent: 2.2.0 + "@storybook/csf-tools": 7.4.3 + unplugin: 1.5.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/csf-tools@7.1.1: + /@storybook/csf-tools@7.4.3: resolution: { - integrity: sha512-IdDW+NsTIxqv7BjeFaTonvX0Ac5HzzNiKvGkhydXrpaz7kJX4g0T96xpR+RhbEtPfQ0AcpiHnW0kMPx9YLJRew==, + integrity: sha512-nkVakGx2kzou91lGcxnyFNiSEdnpx1a53lQTl/DLm0QpDbqQuu3ZbZWXZCpXV97t/6YPeCCnGLXodnI7PZyZBA==, } dependencies: - "@babel/generator": 7.22.9 - "@babel/parser": 7.22.7 - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - "@storybook/csf": 0.1.0 - "@storybook/types": 7.1.1 + "@babel/generator": 7.22.15 + "@babel/parser": 7.22.16 + "@babel/traverse": 7.22.20 + "@babel/types": 7.22.19 + "@storybook/csf": 0.1.1 + "@storybook/types": 7.4.3 fs-extra: 11.1.1 - recast: 0.23.1 + recast: 0.23.4 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/csf@0.1.0: + /@storybook/csf@0.1.1: resolution: { - integrity: sha512-uk+jMXCZ8t38jSTHk2o5btI+aV2Ksbvl6DoOv3r6VaCM1KZqeuMwtwywIQdflkA8/6q/dKT8z8L+g8hC4GC3VQ==, + integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==, } dependencies: type-fest: 2.19.0 @@ -12359,49 +9270,15 @@ packages: } dev: true - /@storybook/docs-tools@7.0.8: + /@storybook/docs-tools@7.4.3: resolution: { - integrity: sha512-Lg/Cnhh3OURzCamWUNFLm0IqolzId6w+n1NCwSTEdPJ1PFKAYvuewRoul9gbaAfzg4pzWITGpltyzRmFH/G6Xw==, + integrity: sha512-T9oU10vIY3mC6Up+9rjN5LfBydhhIFhKzHPtUT9PfN1iEa0lO2TkT4m+vf2kcokPppUZNVbqiGjy9t/WYnpeZg==, } dependencies: - "@babel/core": 7.22.9 - "@storybook/core-common": 7.0.8 - "@storybook/preview-api": 7.0.8 - "@storybook/types": 7.0.8 - "@types/doctrine": 0.0.3 - doctrine: 3.0.0 - lodash: 4.17.21 - transitivePeerDependencies: - - supports-color - dev: true - - /@storybook/docs-tools@7.1.0: - resolution: - { - integrity: sha512-tXZiN+6fJCZHXR3Sg+Qek066Ed8W8qvqmrdihgudkktCkxMT0kywb06p+u8YXEFxbYP0X7L+2mZpGZnLX+bWUw==, - } - dependencies: - "@storybook/core-common": 7.1.0 - "@storybook/preview-api": 7.1.0 - "@storybook/types": 7.1.0 - "@types/doctrine": 0.0.3 - doctrine: 3.0.0 - lodash: 4.17.21 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - - /@storybook/docs-tools@7.1.1: - resolution: - { - integrity: sha512-noDgogRHum1FuqgXBdlv2+wOdkIJOJqSUSi0ZGiuP1OEOdA9YdbCfbWn/z734UEmhwraoQSXYb2tvrIEjfzYSw==, - } - dependencies: - "@storybook/core-common": 7.1.1 - "@storybook/preview-api": 7.1.1 - "@storybook/types": 7.1.1 + "@storybook/core-common": 7.4.3 + "@storybook/preview-api": 7.4.3 + "@storybook/types": 7.4.3 "@types/doctrine": 0.0.3 doctrine: 3.0.0 lodash: 4.17.21 @@ -12417,92 +9294,36 @@ packages: } dev: true - /@storybook/instrumenter@7.0.8: - resolution: - { - integrity: sha512-wFXSeUOOi4nyYv2+TkNic7qmSxO5VuFFt4qmTYv/MmZUAfIZKGq8S5K+McIKFUcYEnjkcvYvOWTNM6hEhlQpQw==, - } - dependencies: - "@storybook/channels": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.0.8 - dev: true - - /@storybook/manager-api@7.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-5z5ZuijtlMhT/VHmwJnzA4y6W3xfSVQ887wn93GQG7G8xMAMADODOdJK2e10jgto8OPoT8GyDHXCBvGh2oIJzQ==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/channels": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/router": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - semver: 7.5.0 - store2: 2.14.2 - telejson: 7.1.0 - ts-dedent: 2.2.0 - dev: true - - /@storybook/manager-api@7.1.0(react-dom@18.2.0)(react@18.2.0): + /@storybook/instrumenter@7.4.3: resolution: { - integrity: sha512-a4UtzWcN/a12Kr4Z5B0KO05t3w3BtXapLRUERxiwB769ab/XJ6MmIyFY7mybKty3RZhmBWaO/oSfgrOwCeP/Gw==, + integrity: sha512-XVctoUOFthTCea2+BKFKeUbhWrRY+1I8THgsZx67X3MQDt9bafwQdFR9jTGBeC31oNi1b7nmTuaox0lneNlghA==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/channels": 7.1.0 - "@storybook/client-logger": 7.1.0 - "@storybook/core-events": 7.1.0 - "@storybook/csf": 0.1.0 + "@storybook/channels": 7.4.3 + "@storybook/client-logger": 7.4.3 + "@storybook/core-events": 7.4.3 "@storybook/global": 5.0.0 - "@storybook/router": 7.1.0(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.1.0(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.0 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - semver: 7.5.4 - store2: 2.14.2 - telejson: 7.1.0 - ts-dedent: 2.2.0 + "@storybook/preview-api": 7.4.3 dev: true - /@storybook/manager-api@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@storybook/manager-api@7.4.3(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-gk429qAGMW33rAZwFXo7fDoeYGrnSbj4ddHXJYc0nzBcC6emlq5IS5GHgJthQ3Oe8CPbq8bwUkWW6I5E7OePWA==, + integrity: sha512-o5oiL2cJKlY+HNBCdUo5QKT8yXTyYYvBKibSS3YfDKcjeR9RXP+RhdF5lLLh6TzPwfdtLrXQoVI4A/61v2kurQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/channels": 7.1.1 - "@storybook/client-logger": 7.1.1 - "@storybook/core-events": 7.1.1 - "@storybook/csf": 0.1.0 + "@storybook/channels": 7.4.3 + "@storybook/client-logger": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/csf": 0.1.1 "@storybook/global": 5.0.0 - "@storybook/router": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.1.1 + "@storybook/router": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/theming": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 dequal: 2.0.3 lodash: 4.17.21 memoizerific: 1.11.3 @@ -12510,39 +9331,31 @@ packages: react-dom: 18.2.0(react@18.2.0) semver: 7.5.4 store2: 2.14.2 - telejson: 7.1.0 + telejson: 7.2.0 ts-dedent: 2.2.0 dev: true - /@storybook/manager@7.0.27: - resolution: - { - integrity: sha512-Kxryp9Bp3EEr1axZdq7iOU5epmUvd65j/uT9FxFFHp5ffag6ULfRYVmrXsSIfR6UkwAbx2XYX/W+ScWRel4pDA==, - } - dev: true - - /@storybook/manager@7.0.8: + /@storybook/manager@7.4.3: resolution: { - integrity: sha512-qdmuRb6q5yUtrIVmkkftS9QR7HoYy5+UQ15VCgS2Q1o0Fz1A2TD9fd9MuxRfqGFO2wDOnmI8ps7Uw5XkKNjD9w==, + integrity: sha512-7U92tYwjt0DIKX7vCKNSZefuEavdnJYa5/zSjdlo0LtfBmGRBak1eq/sVLGfzrZ+wKIlCXgNh3f8OLy8RMnOOw==, } dev: true - /@storybook/mdx2-csf@1.0.0: + /@storybook/mdx2-csf@1.1.0: resolution: { - integrity: sha512-dBAnEL4HfxxJmv7LdEYUoZlQbWj9APZNIbOaq0tgF8XkxiIbzqvgB0jhL/9UOrysSDbQWBiCRTu2wOVxedGfmw==, + integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==, } dev: true - /@storybook/nextjs@7.0.8(@babel/core@7.22.9)(esbuild@0.17.18)(next@13.4.11)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.82.0): + /@storybook/nextjs@7.4.3(@swc/core@1.3.86)(@types/react@18.2.22)(esbuild@0.18.20)(next@13.5.2)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.88.2): resolution: { - integrity: sha512-CWkIY3Tg/Tye0dCJuF9y3YLzRQZd31+HCLifHnCfpwC5/pYsUivTDx5b6irPt5QYClGqVSmNP3tA4+Y9NGjUiQ==, + integrity: sha512-WIriIT0AHtIVGaQVpYfuZ/Pyep/7PaoJBGBWiiVV7/oPy8BoLK2G+s39f0FjtOvCCWYMEIGudaAW8ueBXc3rHQ==, } engines: { node: ">=16.0.0" } peerDependencies: - "@babel/core": ^7.11.5 "@next/font": ^13.0.0 next: ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -12550,8 +9363,6 @@ packages: typescript: "*" webpack: ^5.0.0 peerDependenciesMeta: - "@babel/core": - optional: true "@next/font": optional: true "@storybook/addon-actions": @@ -12561,52 +9372,57 @@ packages: webpack: optional: true dependencies: - "@babel/core": 7.22.9 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.22.9) - "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.22.9) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.22.9) - "@babel/plugin-transform-runtime": 7.21.4(@babel/core@7.22.9) - "@babel/preset-env": 7.21.5(@babel/core@7.22.9) - "@babel/preset-react": 7.22.5(@babel/core@7.22.9) - "@babel/preset-typescript": 7.21.5(@babel/core@7.22.9) - "@babel/runtime": 7.21.5 - "@storybook/addon-actions": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/builder-webpack5": 7.0.8(esbuild@0.17.18)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - "@storybook/core-common": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@storybook/preset-react-webpack": 7.0.8(@babel/core@7.22.9)(esbuild@0.17.18)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - "@storybook/preview-api": 7.0.8 - "@storybook/react": 7.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - "@types/node": 16.18.25 - css-loader: 6.7.3(webpack@5.82.0) + "@babel/core": 7.22.20 + "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.22.20) + "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.22.20) + "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-transform-runtime": 7.22.15(@babel/core@7.22.20) + "@babel/preset-env": 7.22.20(@babel/core@7.22.20) + "@babel/preset-react": 7.22.15(@babel/core@7.22.20) + "@babel/preset-typescript": 7.22.15(@babel/core@7.22.20) + "@babel/runtime": 7.22.15 + "@storybook/addon-actions": 7.4.3(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@storybook/builder-webpack5": 7.4.3(@types/react@18.2.22)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + "@storybook/core-common": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/preset-react-webpack": 7.4.3(@babel/core@7.22.20)(@swc/core@1.3.86)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + "@storybook/preview-api": 7.4.3 + "@storybook/react": 7.4.3(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + "@types/node": 16.18.53 + css-loader: 6.8.1(webpack@5.88.2) find-up: 5.0.0 fs-extra: 11.1.1 image-size: 1.0.2 loader-utils: 3.2.1 - next: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) + node-polyfill-webpack-plugin: 2.0.1(webpack@5.88.2) pnp-webpack-plugin: 1.7.0(typescript@4.9.5) - postcss: 8.4.23 - postcss-loader: 7.3.0(postcss@8.4.23)(webpack@5.82.0) + postcss: 8.4.30 + postcss-loader: 7.3.3(postcss@8.4.30)(typescript@4.9.5)(webpack@5.88.2) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) resolve-url-loader: 5.0.0 - sass-loader: 12.6.0(sass@1.62.1)(webpack@5.82.0) - semver: 7.5.0 - style-loader: 3.3.2(webpack@5.82.0) - styled-jsx: 5.1.1(@babel/core@7.22.9)(react@18.2.0) + sass-loader: 12.6.0(webpack@5.88.2) + semver: 7.5.4 + style-loader: 3.3.3(webpack@5.88.2) + styled-jsx: 5.1.1(@babel/core@7.22.20)(react@18.2.0) ts-dedent: 2.2.0 tsconfig-paths: 4.2.0 - tsconfig-paths-webpack-plugin: 3.5.2 + tsconfig-paths-webpack-plugin: 4.1.0 typescript: 4.9.5 - webpack: 5.82.0(esbuild@0.17.18) + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) transitivePeerDependencies: - "@swc/core" + - "@swc/helpers" + - "@types/react" + - "@types/react-dom" - "@types/webpack" - babel-plugin-macros + - encoding - esbuild - fibers - node-sass @@ -12616,73 +9432,34 @@ packages: - supports-color - type-fest - uglify-js - - vue-template-compiler - webpack-cli - webpack-dev-server - webpack-hot-middleware - - webpack-plugin-serve - dev: true - - /@storybook/node-logger@7.0.27: - resolution: - { - integrity: sha512-idoK+sDaTTPuxHcKhxn+l27Omhxvr1TQ0ALw1h8ehyMbW8TZBdWvYLYfmiWeI3+NQtmeudzxhKSVYTmAY4qDJw==, - } - dependencies: - "@types/npmlog": 4.1.4 - chalk: 4.1.2 - npmlog: 5.0.1 - pretty-hrtime: 1.0.3 - dev: true - - /@storybook/node-logger@7.0.8: - resolution: - { - integrity: sha512-POO1iXohTJbkQidp76GZR+HoVeFIuRBHlwWNtHZOgR1PnwocGvf43NJ/GMZLvxiwf/d2wyObXy4n1/R1jPw5Ew==, - } - dependencies: - "@types/npmlog": 4.1.4 - chalk: 4.1.2 - npmlog: 5.0.1 - pretty-hrtime: 1.0.3 - dev: true - - /@storybook/node-logger@7.1.0: - resolution: - { - integrity: sha512-Mw5kfcqfW1YI4pqW4+Y/SgnjitEMoqVZdTBQxxA9lS6YOlkQqwmtIFu7or4W/ZCFaPX9dwgd171o870vsA2DlA==, - } - dev: true - - /@storybook/node-logger@7.1.1: - resolution: - { - integrity: sha512-gnAuNM+wNoOcGnUM6hLsYV0lwUgRI39Ep/Pp3VF1oXZAthEyrQRm7ImbeAdt93ObPc9DZgqTx9OI8QnErZuJiA==, - } + - webpack-plugin-serve dev: true - /@storybook/postinstall@7.0.8: + /@storybook/node-logger@7.4.3: resolution: { - integrity: sha512-EVVsnSych+2DfmhWr86x4pM7FDGbhXZ3jOUzYydNboDHzl922RdAsj5LSfLeAne74gArJX3H/XzoqCBNA5V/GQ==, + integrity: sha512-pL13PPMUttflTWKVeDIKxPIJtBRl50Fzck12/7uiNROtBIrSV9DZSgOjInAazjo4tl+7fDj9lgkGeMEz00E8aQ==, } dev: true - /@storybook/postinstall@7.1.1: + /@storybook/postinstall@7.4.3: resolution: { - integrity: sha512-qpe6BiFLVs9YYFQVGgRT0dJxPOKBtGLIAsnVEpXKUPrltEWQpTxQEqqOSJlut+FLoWB5MTxrwiJ/7891h4a5pw==, + integrity: sha512-6NMaAvL4a26jR50UPz+Q6VATY3lHZWw1ru/weFgiV0rat632RFdiFyrMMrjbUWu9HDJE4fbCzrIZU0jGVs1wlQ==, } dev: true - /@storybook/preset-react-webpack@7.0.8(@babel/core@7.22.9)(esbuild@0.17.18)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): + /@storybook/preset-react-webpack@7.4.3(@babel/core@7.22.20)(@swc/core@1.3.86)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): resolution: { - integrity: sha512-YoUzPFgt6sOk2O7IdTtJIIbsznEStvaOlWipDgadnVJR/RZOVXdxlu5xH8datGNK+DT4BwtOvIfJlZyUqSx3qw==, + integrity: sha512-Cp6jNqmvElHs3z/+4mNWL+uB6vvCPZYpaK4MB6SO50i8FySANFgH1WCRYRqcnpbV462Cy+NUEbIOPxOhd2XxLA==, } engines: { node: ">=16.0.0" } peerDependencies: - "@babel/core": ^7.11.5 + "@babel/core": ^7.22.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: "*" @@ -12692,29 +9469,30 @@ packages: typescript: optional: true dependencies: - "@babel/core": 7.22.9 - "@babel/preset-flow": 7.21.4(@babel/core@7.22.9) - "@babel/preset-react": 7.22.5(@babel/core@7.22.9) - "@pmmmwh/react-refresh-webpack-plugin": 0.5.10(react-refresh@0.11.0)(webpack@5.82.0) - "@storybook/core-webpack": 7.0.8 - "@storybook/docs-tools": 7.0.8 - "@storybook/node-logger": 7.0.8 - "@storybook/react": 7.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - "@storybook/react-docgen-typescript-plugin": 1.0.6--canary.9.0c3f3b7.0(typescript@4.9.5)(webpack@5.82.0) - "@types/node": 16.18.25 - "@types/semver": 7.3.13 + "@babel/core": 7.22.20 + "@babel/preset-flow": 7.22.15(@babel/core@7.22.20) + "@babel/preset-react": 7.22.15(@babel/core@7.22.20) + "@pmmmwh/react-refresh-webpack-plugin": 0.5.11(react-refresh@0.11.0)(webpack@5.88.2) + "@storybook/core-webpack": 7.4.3 + "@storybook/docs-tools": 7.4.3 + "@storybook/node-logger": 7.4.3 + "@storybook/react": 7.4.3(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + "@storybook/react-docgen-typescript-plugin": 1.0.6--canary.9.0c3f3b7.0(typescript@4.9.5)(webpack@5.88.2) + "@types/node": 16.18.53 + "@types/semver": 7.5.2 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 fs-extra: 11.1.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-refresh: 0.11.0 - semver: 7.5.0 + semver: 7.5.4 typescript: 4.9.5 - webpack: 5.82.0(esbuild@0.17.18) + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) transitivePeerDependencies: - "@swc/core" - "@types/webpack" + - encoding - esbuild - sockjs-client - supports-color @@ -12726,89 +9504,19 @@ packages: - webpack-plugin-serve dev: true - /@storybook/preview-api@7.0.27: - resolution: - { - integrity: sha512-FhauTuLzRsaIaEORQP5lxYrzwRgZPMnfYEPnzduyGgPiY6VZkS6wIiO6pKzat83V1L4J7m5aZhTB3HtvTwPhvg==, - } - dependencies: - "@storybook/channel-postmessage": 7.0.27 - "@storybook/channels": 7.0.27 - "@storybook/client-logger": 7.0.27 - "@storybook/core-events": 7.0.27 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/types": 7.0.27 - "@types/qs": 6.9.7 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.2 - synchronous-promise: 2.0.17 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - - /@storybook/preview-api@7.0.8: - resolution: - { - integrity: sha512-+/nhvNo7ML6bPnFYJRH/+mwU/sVJbIGhxFy4r+4Omxaw4aKhs8T0eVijGE2KOahRKG3qUCYV1CaTqmnlbcXgbw==, - } - dependencies: - "@storybook/channel-postmessage": 7.0.8 - "@storybook/channels": 7.0.8 - "@storybook/client-logger": 7.0.8 - "@storybook/core-events": 7.0.8 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/types": 7.0.8 - "@types/qs": 6.9.7 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.2 - synchronous-promise: 2.0.17 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - - /@storybook/preview-api@7.1.0: - resolution: - { - integrity: sha512-uLVCUCQKhZDWCfl7dW8+zhbqz0X41K0/nbyFpMtS7PxAveTFFOirAq0Pqtmb7JaeAYGGxkQqCYJJDdE9ZbAlYA==, - } - dependencies: - "@storybook/channel-postmessage": 7.1.0 - "@storybook/channels": 7.1.0 - "@storybook/client-logger": 7.1.0 - "@storybook/core-events": 7.1.0 - "@storybook/csf": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/types": 7.1.0 - "@types/qs": 6.9.7 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.2 - synchronous-promise: 2.0.17 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - - /@storybook/preview-api@7.1.1: + /@storybook/preview-api@7.4.3: resolution: { - integrity: sha512-uI8TVuoFfg3EBdaKdRVUa17JfGdmK78JI3+byLZLkzl6nR+q846BWHgi8eJmU8MHmO5CFaqT2kts/e8T34JDgw==, + integrity: sha512-qKwfH2+qN1Zpz2UX6dQLiTU5x2JH3o/+jOY4GYF6c3atTm5WAu1OvCYAJVb6MdXfAhZNuPwDKnJR8VmzWplWBg==, } dependencies: - "@storybook/channel-postmessage": 7.1.1 - "@storybook/channels": 7.1.1 - "@storybook/client-logger": 7.1.1 - "@storybook/core-events": 7.1.1 - "@storybook/csf": 0.1.0 + "@storybook/channels": 7.4.3 + "@storybook/client-logger": 7.4.3 + "@storybook/core-events": 7.4.3 + "@storybook/csf": 0.1.1 "@storybook/global": 5.0.0 - "@storybook/types": 7.1.1 - "@types/qs": 6.9.7 + "@storybook/types": 7.4.3 + "@types/qs": 6.9.8 dequal: 2.0.3 lodash: 4.17.21 memoizerific: 1.11.3 @@ -12818,14 +9526,14 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/preview@7.0.8: + /@storybook/preview@7.4.3: resolution: { - integrity: sha512-A66yChrFaFXWmBYdmY1KlTligdK7aU2j84SlpnPQhIYFy5lDGMZW3y+1p3TWNUVlZHnOWSKKn1wCg8vH5By09w==, + integrity: sha512-dItyGcql/rD6CWTKGUm58MguWC7L4KjlfNJmxxaHXnHRbaEjXPaRi9ztfmimIpAaBdBmreAZrZJYhLvOGG3CfA==, } dev: true - /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@4.9.5)(webpack@5.82.0): + /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@4.9.5)(webpack@5.88.2): resolution: { integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==, @@ -12837,33 +9545,20 @@ packages: debug: 4.3.4 endent: 2.1.0 find-cache-dir: 3.3.2 - flat-cache: 3.0.4 + flat-cache: 3.1.0 micromatch: 4.0.5 react-docgen-typescript: 2.2.2(typescript@4.9.5) - tslib: 2.6.1 + tslib: 2.6.2 typescript: 4.9.5 - webpack: 5.82.0(esbuild@0.17.18) + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) transitivePeerDependencies: - supports-color dev: true - /@storybook/react-dom-shim@7.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-7o5eIf5t2CnGST+MZF2lMsX7MRH/y2698J/E69naVwigoX28ooSjwxBsXMdQhG5Y2XKda+NNnQgyvOsgYeH/Og==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@storybook/react-dom-shim@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@storybook/react-dom-shim@7.4.3(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-yfc0tCtg+OEfvOKwCF0+E0ot8XGpubMTpbfChahhzEYyI9zz1rA7OCwRzERMnX/C7TYW3aLab9f5MzWIKQClmQ==, + integrity: sha512-d8kkZU4kqmNluuOx65l5H0L9lRn8Ji5rVxu+4MUCWrn82dxRLvVcFG0sfGUzOTNfX1/yajL2MxVJ2hx9fzLutQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -12873,10 +9568,10 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/react@7.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): + /@storybook/react@7.4.3(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): resolution: { - integrity: sha512-X+qtGzT92exOr5iHXv3tdGhhADIwEJavYZaVBzpGffxKyR6bXh6MFjVdhWNo5b/eGiF2NSOa35xj+RFWUmp/Fw==, + integrity: sha512-koF1GLPBY5rm8t+6i70Iw6Ep/6T2C+XAlnP1dO/ZJAv8mmeQmOw+Kwh6nNPG8bthm0l1nImgqRw2ZwCD2AFoSA==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -12887,20 +9582,20 @@ packages: typescript: optional: true dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/core-client": 7.0.8 - "@storybook/docs-tools": 7.0.8 + "@storybook/client-logger": 7.4.3 + "@storybook/core-client": 7.4.3 + "@storybook/docs-tools": 7.4.3 "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.0.8 - "@storybook/react-dom-shim": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.0.8 + "@storybook/preview-api": 7.4.3 + "@storybook/react-dom-shim": 7.4.3(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.4.3 "@types/escodegen": 0.0.6 "@types/estree": 0.0.51 - "@types/node": 16.18.25 + "@types/node": 16.18.53 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 - escodegen: 2.0.0 + escodegen: 2.1.0 html-tags: 3.3.1 lodash: 4.17.21 prop-types: 15.8.1 @@ -12912,492 +9607,481 @@ packages: typescript: 4.9.5 util-deprecate: 1.0.2 transitivePeerDependencies: + - encoding - supports-color dev: true - /@storybook/router@7.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-aVTBGLN84tGLsHTX+SbekyZPN9In3eaf7xCtssi5PYVezpV5y1/KrOsCk9sztuhfzoTkEtB0WFBVKpKdH9jBtQ==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/client-logger": 7.0.8 - memoizerific: 1.11.3 - qs: 6.11.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@storybook/router@7.1.0(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-zZUFV84bIjhKADrV7ZzHPOBtxumeonUU1Nbq7X+k6AWsurpUAdlpQrM+H+37eWIeFONX8Rfc0EUTrx+WUAq1hA==, - } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/client-logger": 7.1.0 - memoizerific: 1.11.3 - qs: 6.11.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /@storybook/router@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@storybook/router@7.4.3(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-GRYYWVsqAtDm7DHxnGXuaAmr3PQfj+tonYsP8/L3gC5sOdQNF3yaBmvv1pu+bqezwXVowq0ew+iVYECiaGoB3Q==, + integrity: sha512-1ab1VTYzzOsBGKeT8xm1kLriIsIsiB/l3t7DdARJxLmPbddKyyXE018w17gfrARCWQ8SM99Ko6+pLmlZ2sm8ug==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/client-logger": 7.1.1 + "@storybook/client-logger": 7.4.3 memoizerific: 1.11.3 qs: 6.11.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/store@7.0.8: - resolution: - { - integrity: sha512-gnlktZCdJ7DsmirF+mbUKL4C1zl6ES1ag3zs6xBDz56CNTbmN2F7eq6JtGnTtfRcaVADYVa1DoISOoUCKTlorA==, - } - dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/preview-api": 7.0.8 - dev: true - - /@storybook/telemetry@7.0.27: + /@storybook/store@7.4.3: resolution: { - integrity: sha512-dKPxR7BpIZU/6WmKXnPRHR1b7mlpLcEPoBxOXZKfEmTV6Qb+OIwr2N7pEQA1Jzlktkfw2CoM2O9s1JOMWrVnvQ==, + integrity: sha512-cW5PBQ37tEmSKhyu2YpMlQUrL5SEXiJbWuCfNtN15mExeeOfYj4zxrXborxZwT2kMaES5RUdqgOz4oebKU9t8g==, } dependencies: - "@storybook/client-logger": 7.0.27 - "@storybook/core-common": 7.0.27 - chalk: 4.1.2 - detect-package-manager: 2.0.1 - fetch-retry: 5.0.5 - fs-extra: 11.1.1 - isomorphic-unfetch: 3.1.0 - nanoid: 3.3.6 - read-pkg-up: 7.0.1 - transitivePeerDependencies: - - encoding - - supports-color + "@storybook/client-logger": 7.4.3 + "@storybook/preview-api": 7.4.3 dev: true - /@storybook/telemetry@7.0.8: + /@storybook/telemetry@7.4.3: resolution: { - integrity: sha512-V621AZ/f6WyPX9orqpiZa8oUbdUdHdzl1N51h0+p+lZoWJmDLvrrsmXH80ClBV7oA4c6NP/8nbZrq3jnpI7VAQ==, + integrity: sha512-gA7QfQSdDocNKP0KfrmIhD8ZgW5G4zZD/NL0OsATlkL3H/DehH3Ugjfffh7Ao2JZRXogHp8p9EQCVfPW7iKgBQ==, } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/core-common": 7.0.8 + "@storybook/client-logger": 7.4.3 + "@storybook/core-common": 7.4.3 + "@storybook/csf-tools": 7.4.3 chalk: 4.1.2 detect-package-manager: 2.0.1 - fetch-retry: 5.0.5 + fetch-retry: 5.0.6 fs-extra: 11.1.1 - isomorphic-unfetch: 3.1.0 - nanoid: 3.3.6 read-pkg-up: 7.0.1 transitivePeerDependencies: - encoding - supports-color dev: true - /@storybook/testing-library@0.0.14-next.2: + /@storybook/testing-library@0.2.1: resolution: { - integrity: sha512-i/SLSGm0o978ELok/SB4Qg1sZ3zr+KuuCkzyFqcCD0r/yf+bG35aQGkFqqxfSAdDxuQom0NO02FE+qys5Eapdg==, + integrity: sha512-AdbfLCm1C2nEFrhA3ScdicfW6Fjcorehr6RlGwECMiWwaXisnP971Wd4psqtWxlAqQo4tYBZ0f6rJ3J78JLtsg==, } dependencies: - "@storybook/client-logger": 7.0.8 - "@storybook/instrumenter": 7.0.8 - "@testing-library/dom": 8.20.0 - "@testing-library/user-event": 13.5.0(@testing-library/dom@8.20.0) + "@testing-library/dom": 9.3.3 + "@testing-library/user-event": 14.4.3(@testing-library/dom@9.3.3) ts-dedent: 2.2.0 dev: true - /@storybook/theming@7.0.8(react-dom@18.2.0)(react@18.2.0): + /@storybook/theming@7.4.3(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-nU4j/QrobGxPgAg34ieIswkDITC/eHFJqzMfnyc3EhA8P60YNFWjzQlDlkDA5jG/6xiakihLWH2pzLhPDdME5g==, + integrity: sha512-u5wLwWmhGcTmkcs6f2wDGv+w8wzwbNJat0WaIIbwdJfX7arH6nO5HkBhNxvl6FUFxX0tovp/e9ULzxVPc356jw==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@emotion/use-insertion-effect-with-fallbacks": 1.0.0(react@18.2.0) - "@storybook/client-logger": 7.0.8 + "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) + "@storybook/client-logger": 7.4.3 "@storybook/global": 5.0.0 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/theming@7.1.0(react-dom@18.2.0)(react@18.2.0): + /@storybook/types@7.4.3: resolution: { - integrity: sha512-bO56c7NFlK7sfjsCbV56VLU59HHvQTW/HVu8RxUuoY+0WutyGAq6uZCmtQnMMGORzxh0p/uU2dSBVYEfW8QoTQ==, + integrity: sha512-DrHC1hIiw9TqDILLokDnvbUPNxGz5iJaYFEv30uvYE0s9MvgEUPblCChEUjaHOps7zQTznMPf8ULfoXlgqxk2A==, } - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) - "@storybook/client-logger": 7.1.0 - "@storybook/global": 5.0.0 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + "@storybook/channels": 7.4.3 + "@types/babel__core": 7.20.2 + "@types/express": 4.17.17 + file-system-cache: 2.3.0 dev: true - /@storybook/theming@7.1.1(react-dom@18.2.0)(react@18.2.0): + /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-8ri/BvfgUzBln9EYB8N/xgRaxZIFFTG0IEEekuV2H5uv4q9JW9p3E5zqghmM1OC/vspJJa8e4Eajb1YiTO0W6w==, + integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==, } + engines: { node: ">=10" } peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + "@babel/core": ^7.0.0-0 dependencies: - "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) - "@storybook/client-logger": 7.1.1 - "@storybook/global": 5.0.0 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + "@babel/core": 7.22.20 dev: true - /@storybook/types@7.0.27: + /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.22.20): resolution: { - integrity: sha512-pmJuIm+kGaZiDMyl2i5KFS9iGWrpW1jVcp9OMtHeK20LBzY5Hxq/JMc3E+fbVNkAX2hVlVGbbVUNPTvd9AjbrA==, + integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==, } + engines: { node: ">=14" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@storybook/channels": 7.0.27 - "@types/babel__core": 7.20.0 - "@types/express": 4.17.17 - file-system-cache: 2.3.0 + "@babel/core": 7.22.20 dev: true - /@storybook/types@7.0.8: + /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.22.20): resolution: { - integrity: sha512-x83vL/TzBlv21nHuP35c+z4AUjHSY9G7NpZLTZ/5REcuXbeIfhjGOAyeUHB4lXhPXxsOlq3wHiQippB7bSJeeQ==, + integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==, } + engines: { node: ">=14" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@storybook/channels": 7.0.8 - "@types/babel__core": 7.20.0 - "@types/express": 4.17.17 - file-system-cache: 2.3.0 + "@babel/core": 7.22.20 dev: true - /@storybook/types@7.1.0: + /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-ify1+BypgEFefkKCqBfh9fTWnkZcEqeDvLlOxbEV82C2ozg0yPlDP9VLe1eN5XM5Biigs6ZQ6WuQysl0VlCaEw==, + integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==, } + engines: { node: ">=10" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@storybook/channels": 7.1.0 - "@types/babel__core": 7.20.0 - "@types/express": 4.17.17 - file-system-cache: 2.3.0 + "@babel/core": 7.22.20 dev: true - /@storybook/types@7.1.1: + /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-0yxEHxYd/N0XfVCGrEq86QIMC4ljZBspHSDrjdLSCIYmmglMvwKboZBgHlLQmpcLP+of8m1E8Frbslpnt0giBg==, + integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==, } + engines: { node: ">=10" } + peerDependencies: + "@babel/core": ^7.0.0-0 dependencies: - "@storybook/channels": 7.1.1 - "@types/babel__core": 7.20.0 - "@types/express": 4.17.17 - file-system-cache: 2.3.0 + "@babel/core": 7.22.20 dev: true - /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.22.9): + /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==, + integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==, } engines: { node: ">=10" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + dev: true - /@svgr/babel-plugin-remove-jsx-attribute@7.0.0(@babel/core@7.22.9): + /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-iiZaIvb3H/c7d3TH2HBeK91uI2rMhZNwnsIrvd7ZwGLkFw6mmunOCoVnjdYua662MqGFxlN9xTq4fv9hgR4VXQ==, + integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==, } - engines: { node: ">=14" } + engines: { node: ">=10" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression@7.0.0(@babel/core@7.22.9): + /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-sQQmyo+qegBx8DfFc04PFmIO1FP1MHI1/QEpzcIcclo5OAISsOJPW76ZIs0bDyO/DBSJEa/tDa1W26pVtt0FRw==, + integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==, } - engines: { node: ">=14" } + engines: { node: ">=12" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.22.9): + /@svgr/babel-preset@6.5.1(@babel/core@7.22.20): resolution: { - integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==, + integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==, } engines: { node: ">=10" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + "@svgr/babel-plugin-add-jsx-attribute": 6.5.1(@babel/core@7.22.20) + "@svgr/babel-plugin-remove-jsx-attribute": 8.0.0(@babel/core@7.22.20) + "@svgr/babel-plugin-remove-jsx-empty-expression": 8.0.0(@babel/core@7.22.20) + "@svgr/babel-plugin-replace-jsx-attribute-value": 6.5.1(@babel/core@7.22.20) + "@svgr/babel-plugin-svg-dynamic-title": 6.5.1(@babel/core@7.22.20) + "@svgr/babel-plugin-svg-em-dimensions": 6.5.1(@babel/core@7.22.20) + "@svgr/babel-plugin-transform-react-native-svg": 6.5.1(@babel/core@7.22.20) + "@svgr/babel-plugin-transform-svg-component": 6.5.1(@babel/core@7.22.20) + dev: true - /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.22.9): + /@svgr/core@6.5.1: resolution: { - integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==, + integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==, } engines: { node: ">=10" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + "@svgr/babel-preset": 6.5.1(@babel/core@7.22.20) + "@svgr/plugin-jsx": 6.5.1(@svgr/core@6.5.1) + camelcase: 6.3.0 + cosmiconfig: 7.1.0 + transitivePeerDependencies: + - supports-color + dev: true - /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.22.9): + /@svgr/hast-util-to-babel-ast@6.5.1: resolution: { - integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==, + integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==, } engines: { node: ">=10" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/types": 7.22.19 + entities: 4.5.0 + dev: true - /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.22.9): + /@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1): resolution: { - integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==, + integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==, } engines: { node: ">=10" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@svgr/core": ^6.0.0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 + "@svgr/babel-preset": 6.5.1(@babel/core@7.22.20) + "@svgr/core": 6.5.1 + "@svgr/hast-util-to-babel-ast": 6.5.1 + svg-parser: 2.0.4 + transitivePeerDependencies: + - supports-color + dev: true - /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.22.9): + /@svgr/plugin-svgo@6.5.1(@svgr/core@6.5.1): resolution: { - integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==, + integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==, } - engines: { node: ">=12" } + engines: { node: ">=10" } peerDependencies: - "@babel/core": ^7.0.0-0 + "@svgr/core": "*" dependencies: - "@babel/core": 7.22.9 + "@svgr/core": 6.5.1 + cosmiconfig: 7.1.0 + deepmerge: 4.3.1 + svgo: 2.8.0 + dev: true - /@svgr/babel-preset@6.5.1(@babel/core@7.22.9): + /@svgr/webpack@6.5.1: resolution: { - integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==, + integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==, } engines: { node: ">=10" } - peerDependencies: - "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 - "@svgr/babel-plugin-add-jsx-attribute": 6.5.1(@babel/core@7.22.9) - "@svgr/babel-plugin-remove-jsx-attribute": 7.0.0(@babel/core@7.22.9) - "@svgr/babel-plugin-remove-jsx-empty-expression": 7.0.0(@babel/core@7.22.9) - "@svgr/babel-plugin-replace-jsx-attribute-value": 6.5.1(@babel/core@7.22.9) - "@svgr/babel-plugin-svg-dynamic-title": 6.5.1(@babel/core@7.22.9) - "@svgr/babel-plugin-svg-em-dimensions": 6.5.1(@babel/core@7.22.9) - "@svgr/babel-plugin-transform-react-native-svg": 6.5.1(@babel/core@7.22.9) - "@svgr/babel-plugin-transform-svg-component": 6.5.1(@babel/core@7.22.9) + "@babel/core": 7.22.20 + "@babel/plugin-transform-react-constant-elements": 7.22.5(@babel/core@7.22.20) + "@babel/preset-env": 7.22.20(@babel/core@7.22.20) + "@babel/preset-react": 7.22.15(@babel/core@7.22.20) + "@babel/preset-typescript": 7.22.15(@babel/core@7.22.20) + "@svgr/core": 6.5.1 + "@svgr/plugin-jsx": 6.5.1(@svgr/core@6.5.1) + "@svgr/plugin-svgo": 6.5.1(@svgr/core@6.5.1) + transitivePeerDependencies: + - supports-color + dev: true - /@svgr/core@6.5.1: + /@swc/core-darwin-arm64@1.3.78: resolution: { - integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==, + integrity: sha512-596KRua/d5Gx1buHKKchSyHuwoIL4S1BRD/wCvYNLNZ3xOzcuBBmXOjrDVigKi1ztNDeS07p30RO5UyYur0XAA==, } engines: { node: ">=10" } - dependencies: - "@babel/core": 7.22.9 - "@svgr/babel-preset": 6.5.1(@babel/core@7.22.9) - "@svgr/plugin-jsx": 6.5.1(@svgr/core@6.5.1) - camelcase: 6.3.0 - cosmiconfig: 7.1.0 - transitivePeerDependencies: - - supports-color + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true - /@svgr/hast-util-to-babel-ast@6.5.1: + /@swc/core-darwin-arm64@1.3.86: + resolution: + { + integrity: sha512-hMvSDms0sJJHNtRa3Vhmr9StWN1vmikbf5VE0IZUYGnF1/JZTkXU1h6CdNUY4Hr6i7uCZjH6BEhxFHX1JtKV4w==, + } + engines: { node: ">=10" } + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true + + /@swc/core-darwin-x64@1.3.78: + resolution: + { + integrity: sha512-w0RsD1onQAj0vuLAoOVi48HgnW6D6oBEIZP17l0HYejCDBZ+FRZLjml7wgNAWMqHcd2qNRqgtZ+v7aLza2JtBQ==, + } + engines: { node: ">=10" } + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true + + /@swc/core-darwin-x64@1.3.86: + resolution: + { + integrity: sha512-Jro6HVH4uSOBM7tTDaQNKLNc8BJV7n+SO+Ft2HAZINyeKJS/8MfEYneG7Vmqg18gv00c6dz9AOCcyz+BR7BFkQ==, + } + engines: { node: ">=10" } + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true + + /@swc/core-linux-arm-gnueabihf@1.3.78: + resolution: + { + integrity: sha512-v1CpRn+H6fha1WIqmdRvJM40pFdjUHrGfhf4Ygci72nlAU41l5XimN8Iwkm8FgIwf2wnv0lLzedSM4IHvpq/yA==, + } + engines: { node: ">=10" } + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true + + /@swc/core-linux-arm-gnueabihf@1.3.86: resolution: { - integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==, + integrity: sha512-wYB9m0pzXJVSzedXSl4JwS3gKtvcPinpe9MbkddezpqL7OjyDP6pHHW9qIucsfgCrtMtbPC2nqulXLPtAAyIjw==, } engines: { node: ">=10" } - dependencies: - "@babel/types": 7.22.5 - entities: 4.5.0 + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true - /@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1): + /@swc/core-linux-arm64-gnu@1.3.78: resolution: { - integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==, + integrity: sha512-Sis17dz9joJRFVvR/gteOZSUNrrrioo81RQzani0Zr5ZZOfWLMTB9DA+0MVlfnVa2taYcsJHJZFoAv9JkLwbzg==, } engines: { node: ">=10" } - peerDependencies: - "@svgr/core": ^6.0.0 - dependencies: - "@babel/core": 7.22.9 - "@svgr/babel-preset": 6.5.1(@babel/core@7.22.9) - "@svgr/core": 6.5.1 - "@svgr/hast-util-to-babel-ast": 6.5.1 - svg-parser: 2.0.4 - transitivePeerDependencies: - - supports-color + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true - /@svgr/plugin-svgo@6.5.1(@svgr/core@6.5.1): + /@swc/core-linux-arm64-gnu@1.3.86: resolution: { - integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==, + integrity: sha512-fR44IyK5cdCaO8cC++IEH0Jn03tWnunJnjzA99LxlE5TRInSIOvFm+g5OSUQZDAvEXmQ38sd31LO2HOoDS1Edw==, } engines: { node: ">=10" } - peerDependencies: - "@svgr/core": "*" - dependencies: - "@svgr/core": 6.5.1 - cosmiconfig: 7.1.0 - deepmerge: 4.3.1 - svgo: 2.8.0 + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true - /@svgr/webpack@6.5.1: + /@swc/core-linux-arm64-musl@1.3.78: resolution: { - integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==, + integrity: sha512-E5F8/qp+QupnfBnsP4vN1PKyCmAHYHDG1GMyPE/zLFOUYLgw+jK4C9rfyLBR0o2bWo1ay2WCIjusBZD9XHGOSA==, } engines: { node: ">=10" } - dependencies: - "@babel/core": 7.22.9 - "@babel/plugin-transform-react-constant-elements": 7.21.3(@babel/core@7.22.9) - "@babel/preset-env": 7.21.5(@babel/core@7.22.9) - "@babel/preset-react": 7.22.5(@babel/core@7.22.9) - "@babel/preset-typescript": 7.21.5(@babel/core@7.22.9) - "@svgr/core": 6.5.1 - "@svgr/plugin-jsx": 6.5.1(@svgr/core@6.5.1) - "@svgr/plugin-svgo": 6.5.1(@svgr/core@6.5.1) - transitivePeerDependencies: - - supports-color + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true - /@swc/core-darwin-arm64@1.3.56: + /@swc/core-linux-arm64-musl@1.3.86: resolution: { - integrity: sha512-DZcu7BzDaLEdWHabz9DRTP0yEBLqkrWmskFcD5BX0lGAvoIvE4duMnAqi5F2B3X7630QioHRCYFoRw2WkeE3Cw==, + integrity: sha512-EUPfdbK4dUk/nkX3Vmv/47XH+DqHOa9JI0CTthvJ8/ZXei1MKDUsUc+tI1zMQX2uCuSkSWsEIEpCmA0tMwFhtw==, } engines: { node: ">=10" } cpu: [arm64] - os: [darwin] + os: [linux] requiresBuild: true optional: true - /@swc/core-darwin-x64@1.3.56: + /@swc/core-linux-x64-gnu@1.3.78: resolution: { - integrity: sha512-VH5saqYFasdRXJy6RAT+MXm0+IjkMZvOkohJwUei+oA65cKJofQwrJ1jZro8yOJFYvUSI3jgNRGsdBkmo/4hMw==, + integrity: sha512-iDxa+RknnTQlyy+WfPor1FM6y44ERNI2E0xiUV6gV6uPwegCngi8LFC+E7IvP6+p+yXtAkesunAaiZ8nn0s+rw==, } engines: { node: ">=10" } cpu: [x64] - os: [darwin] + os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.56: + /@swc/core-linux-x64-gnu@1.3.86: resolution: { - integrity: sha512-LWwPo6NnJkH01+ukqvkoNIOpMdw+Zundm4vBeicwyVrkP+mC3kwVfi03TUFpQUz3kRKdw/QEnxGTj+MouCPbtw==, + integrity: sha512-snVZZWv8XgNVaKrTxtO3rUN+BbbB6I8Fqwe8zM/DWGJ096J13r89doQ48x5ZyO+bW4D48eZIWP5pdfSW7oBE3w==, } engines: { node: ">=10" } - cpu: [arm] + cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm64-gnu@1.3.56: + /@swc/core-linux-x64-musl@1.3.78: resolution: { - integrity: sha512-GzsUy/4egJ4cMlxbM+Ub7AMi5CKAc+pxBxrh8MUPQbyStW8jGgnQsJouTnGy0LHawtdEnsCOl6PcO6OgvktXuQ==, + integrity: sha512-dWtIYUFL5sMTE2UKshkXTusHcK8+zAhhGzvqWq1wJS45pqTlrAbzpyqB780fle880x3A6DMitWmsAFARdNzpuQ==, } engines: { node: ">=10" } - cpu: [arm64] + cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm64-musl@1.3.56: + /@swc/core-linux-x64-musl@1.3.86: resolution: { - integrity: sha512-9gxL09BIiAv8zY0DjfnFf19bo8+P4T9tdhzPwcm+1yPJcY5yr1+YFWLNFzz01agtOj6VlZ2/wUJTaOfdjjtc+A==, + integrity: sha512-PnnksUJymEJkdnbV2orOSOSB441UqsxYbJge9zbr5UTRXUfWO3eFRV0iTBegjTlOQGbW6yN+YRSDkenTbmCI6g==, } engines: { node: ">=10" } - cpu: [arm64] + cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-x64-gnu@1.3.56: + /@swc/core-win32-arm64-msvc@1.3.78: resolution: { - integrity: sha512-n0ORNknl50vMRkll3BDO1E4WOqY6iISlPV1ZQCRLWQ6YQ2q8/WAryBxc2OAybcGHBUFkxyACpJukeU1QZ/9tNw==, + integrity: sha512-CXFaGEc2M9Su3UoUMC8AnzKb9g+GwPxXfakLWZsjwS448h6jcreExq3nwtBNdVGzQ26xqeVLMFfb1l/oK99Hwg==, } engines: { node: ">=10" } - cpu: [x64] - os: [linux] + cpu: [arm64] + os: [win32] requiresBuild: true optional: true - /@swc/core-linux-x64-musl@1.3.56: + /@swc/core-win32-arm64-msvc@1.3.86: resolution: { - integrity: sha512-r+D34WLAOAlJtfw1gaVWpHRwCncU9nzW9i7w9kSw4HpWYnHJOz54jLGSEmNsrhdTCz1VK2ar+V2ktFUsrlGlDA==, + integrity: sha512-XlGEGyHwLndm08VvgeAPGj40L+Hx575MQC+2fsyB1uSNUN+uf7fvke+wc7k50a92CaQe/8foLyIR5faayozEJA==, } engines: { node: ">=10" } - cpu: [x64] - os: [linux] + cpu: [arm64] + os: [win32] requiresBuild: true optional: true - /@swc/core-win32-arm64-msvc@1.3.56: + /@swc/core-win32-ia32-msvc@1.3.78: resolution: { - integrity: sha512-29Yt75Is6X24z3x8h/xZC1HnDPkPpyLH9mDQiM6Cuc0I9mVr1XSriPEUB2N/awf5IE4SA8c+3IVq1DtKWbkJIw==, + integrity: sha512-FaH1jwWnJpWkdImpMoiZpMg9oy9UUyZwltzN7hFwjR48e3Li82cRFb+9PifIBHCUSBM+CrrsJXbHP213IMVAyw==, } engines: { node: ">=10" } - cpu: [arm64] + cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@swc/core-win32-ia32-msvc@1.3.56: + /@swc/core-win32-ia32-msvc@1.3.86: resolution: { - integrity: sha512-mplp0zbYDrcHtfvkniXlXdB04e2qIjz2Gq/XHKr4Rnc6xVORJjjXF91IemXKpavx2oZYJws+LNJL7UFQ8jyCdQ==, + integrity: sha512-U1BhZa1x9yn+wZGTQmt1cYR79a0FzW/wL6Jas1Pn0bykKLxdRU4mCeZt2P+T3buLm8jr8LpPWiCrbvr658PzwA==, } engines: { node: ">=10" } cpu: [ia32] @@ -13405,10 +10089,21 @@ packages: requiresBuild: true optional: true - /@swc/core-win32-x64-msvc@1.3.56: + /@swc/core-win32-x64-msvc@1.3.78: + resolution: + { + integrity: sha512-oYxa+tPdhlx1aH14AIoF6kvVjo49tEOW0drNqoEaVHufvgH0y43QU2Jum3b2+xXztmMRtzK2CSN3GPOAXDKKKg==, + } + engines: { node: ">=10" } + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true + + /@swc/core-win32-x64-msvc@1.3.86: resolution: { - integrity: sha512-zp8MBnrw/bjdLenO/ifYzHrImSjKunqL0C2IF4LXYNRfcbYFh2NwobsVQMZ20IT0474lKRdlP8Oxdt+bHuXrzA==, + integrity: sha512-wRoQUajqpE3wITHhZVj/6BPu/QwHriFHLHuJA+9y6PeGtUtTmntL42aBKXIFhfL767dYFtohyNg1uZ9eqbGyGQ==, } engines: { node: ">=10" } cpu: [x64] @@ -13416,10 +10111,34 @@ packages: requiresBuild: true optional: true - /@swc/core@1.3.56: + /@swc/core@1.3.78: + resolution: + { + integrity: sha512-y6DQP571v7fbUUY7nz5G4lNIRGofuO48K5pGhD9VnuOCTuptfooCdi8wnigIrIhM/M4zQ53m/YCMDCbOtDgEww==, + } + engines: { node: ">=10" } + requiresBuild: true + peerDependencies: + "@swc/helpers": ^0.5.0 + peerDependenciesMeta: + "@swc/helpers": + optional: true + optionalDependencies: + "@swc/core-darwin-arm64": 1.3.78 + "@swc/core-darwin-x64": 1.3.78 + "@swc/core-linux-arm-gnueabihf": 1.3.78 + "@swc/core-linux-arm64-gnu": 1.3.78 + "@swc/core-linux-arm64-musl": 1.3.78 + "@swc/core-linux-x64-gnu": 1.3.78 + "@swc/core-linux-x64-musl": 1.3.78 + "@swc/core-win32-arm64-msvc": 1.3.78 + "@swc/core-win32-ia32-msvc": 1.3.78 + "@swc/core-win32-x64-msvc": 1.3.78 + + /@swc/core@1.3.86: resolution: { - integrity: sha512-yz/EeXT+PMZucUNrYceRUaTfuNS4IIu5EDZSOlvCEvm4jAmZi7CYH1B/kvzEzoAOzr7zkQiDPNJftcQXLkjbjA==, + integrity: sha512-bEXUtm37bcmJ3q+geG7Zy4rJNUzpxalXQUrrqX1ZoGj3HRtzdeVZ0L/um3fG2j16qe61t8TX/OIZ2G6j6dkG/w==, } engines: { node: ">=10" } requiresBuild: true @@ -13428,27 +10147,29 @@ packages: peerDependenciesMeta: "@swc/helpers": optional: true + dependencies: + "@swc/types": 0.1.5 optionalDependencies: - "@swc/core-darwin-arm64": 1.3.56 - "@swc/core-darwin-x64": 1.3.56 - "@swc/core-linux-arm-gnueabihf": 1.3.56 - "@swc/core-linux-arm64-gnu": 1.3.56 - "@swc/core-linux-arm64-musl": 1.3.56 - "@swc/core-linux-x64-gnu": 1.3.56 - "@swc/core-linux-x64-musl": 1.3.56 - "@swc/core-win32-arm64-msvc": 1.3.56 - "@swc/core-win32-ia32-msvc": 1.3.56 - "@swc/core-win32-x64-msvc": 1.3.56 + "@swc/core-darwin-arm64": 1.3.86 + "@swc/core-darwin-x64": 1.3.86 + "@swc/core-linux-arm-gnueabihf": 1.3.86 + "@swc/core-linux-arm64-gnu": 1.3.86 + "@swc/core-linux-arm64-musl": 1.3.86 + "@swc/core-linux-x64-gnu": 1.3.86 + "@swc/core-linux-x64-musl": 1.3.86 + "@swc/core-win32-arm64-msvc": 1.3.86 + "@swc/core-win32-ia32-msvc": 1.3.86 + "@swc/core-win32-x64-msvc": 1.3.86 - /@swc/helpers@0.5.1: + /@swc/helpers@0.5.2: resolution: { - integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==, + integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==, } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 - /@swc/register@0.1.10(@swc/core@1.3.56): + /@swc/register@0.1.10(@swc/core@1.3.78): resolution: { integrity: sha512-6STwH/q4dc3pitXLVkV7sP0Hiy+zBsU2wOF1aXpXR95pnH3RYHKIsDC+gvesfyB7jxNT9OOZgcqOp9RPxVTx9A==, @@ -13457,60 +10178,62 @@ packages: peerDependencies: "@swc/core": ^1.0.46 dependencies: - "@swc/core": 1.3.56 + "@swc/core": 1.3.78 lodash.clonedeep: 4.5.0 - pirates: 4.0.5 + pirates: 4.0.6 source-map-support: 0.5.21 dev: false - /@testing-library/dom@8.20.0: + /@swc/types@0.1.5: resolution: { - integrity: sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==, + integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==, } - engines: { node: ">=12" } - dependencies: - "@babel/code-frame": 7.22.5 - "@babel/runtime": 7.22.6 - "@types/aria-query": 5.0.1 - aria-query: 5.1.3 - chalk: 4.1.2 - dom-accessibility-api: 0.5.16 - lz-string: 1.5.0 - pretty-format: 27.5.1 - dev: true - /@testing-library/dom@9.2.0: + /@testing-library/dom@9.3.3: resolution: { - integrity: sha512-xTEnpUKiV/bMyEsE5bT4oYA0x0Z/colMtxzUY8bKyPXBNLn/e0V4ZjBZkEhms0xE4pv9QsPfSRu9AWS4y5wGvA==, + integrity: sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==, } engines: { node: ">=14" } dependencies: - "@babel/code-frame": 7.22.5 - "@babel/runtime": 7.22.6 + "@babel/code-frame": 7.22.13 + "@babel/runtime": 7.22.15 "@types/aria-query": 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 dom-accessibility-api: 0.5.16 lz-string: 1.5.0 pretty-format: 27.5.1 - dev: false - /@testing-library/jest-dom@5.16.5: + /@testing-library/jest-dom@6.1.3(jest@29.7.0): resolution: { - integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==, + integrity: sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==, } - engines: { node: ">=8", npm: ">=6", yarn: ">=1" } + engines: { node: ">=14", npm: ">=6", yarn: ">=1" } + peerDependencies: + "@jest/globals": ">= 28" + "@types/jest": ">= 28" + jest: ">= 28" + vitest: ">= 0.32" + peerDependenciesMeta: + "@jest/globals": + optional: true + "@types/jest": + optional: true + jest: + optional: true + vitest: + optional: true dependencies: - "@adobe/css-tools": 4.2.0 - "@babel/runtime": 7.21.5 - "@types/testing-library__jest-dom": 5.14.5 - aria-query: 5.1.3 + "@adobe/css-tools": 4.3.1 + "@babel/runtime": 7.22.15 + aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.16 + jest: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) lodash: 4.17.21 redent: 3.0.0 dev: false @@ -13525,24 +10248,23 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - "@babel/runtime": 7.21.5 - "@testing-library/dom": 9.2.0 - "@types/react-dom": 18.2.3 + "@babel/runtime": 7.22.15 + "@testing-library/dom": 9.3.3 + "@types/react-dom": 18.2.7 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@testing-library/user-event@13.5.0(@testing-library/dom@8.20.0): + /@testing-library/user-event@14.4.3(@testing-library/dom@9.3.3): resolution: { - integrity: sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==, + integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==, } - engines: { node: ">=10", npm: ">=6" } + engines: { node: ">=12", npm: ">=6" } peerDependencies: "@testing-library/dom": ">=7.21.4" dependencies: - "@babel/runtime": 7.22.6 - "@testing-library/dom": 8.20.0 + "@testing-library/dom": 9.3.3 dev: true /@tokenizer/token@0.3.0: @@ -13560,13 +10282,13 @@ packages: engines: { node: ">= 10" } dev: false - /@tryghost/content-api@1.11.9: + /@tryghost/content-api@1.11.16: resolution: { - integrity: sha512-dyLfC1f/qVLPTiusqa/ipppeqUoXlT7DsXKicqSnRloJZf+IBhTv1bNQxcq6tWGR7LqZjSxntISgLYSJ5vfsTg==, + integrity: sha512-sssD96EQj4W8uSZqL9+TlWP/2YS7ysA9jFMLqfAiJXkcXP1+kCsFAWOkZ3DeS5QZ5PKQSti+L69yYGmkMVfzxA==, } dependencies: - axios: 0.27.2 + axios: 1.5.0 transitivePeerDependencies: - debug dev: false @@ -13583,28 +10305,24 @@ packages: { integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==, } - dev: true /@tsconfig/node12@1.0.11: resolution: { integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==, } - dev: true /@tsconfig/node14@1.0.3: resolution: { integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==, } - dev: true - /@tsconfig/node16@1.0.3: + /@tsconfig/node16@1.0.4: resolution: { - integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==, + integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==, } - dev: true /@types/aria-query@5.0.1: resolution: @@ -13612,84 +10330,82 @@ packages: integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==, } - /@types/babel__core@7.20.0: + /@types/babel__core@7.20.2: resolution: { - integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==, + integrity: sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==, } dependencies: - "@babel/parser": 7.21.8 - "@babel/types": 7.22.5 - "@types/babel__generator": 7.6.4 - "@types/babel__template": 7.4.1 - "@types/babel__traverse": 7.18.5 - dev: true + "@babel/parser": 7.22.16 + "@babel/types": 7.22.19 + "@types/babel__generator": 7.6.5 + "@types/babel__template": 7.4.2 + "@types/babel__traverse": 7.20.2 - /@types/babel__generator@7.6.4: + /@types/babel__generator@7.6.5: resolution: { - integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==, + integrity: sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==, } dependencies: - "@babel/types": 7.22.5 - dev: true + "@babel/types": 7.22.19 - /@types/babel__template@7.4.1: + /@types/babel__template@7.4.2: resolution: { - integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==, + integrity: sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==, } dependencies: - "@babel/parser": 7.21.8 - "@babel/types": 7.22.5 - dev: true + "@babel/parser": 7.22.16 + "@babel/types": 7.22.19 - /@types/babel__traverse@7.18.5: + /@types/babel__traverse@7.20.2: resolution: { - integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q==, + integrity: sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==, } dependencies: - "@babel/types": 7.22.5 - dev: true + "@babel/types": 7.22.19 - /@types/body-parser@1.19.2: + /@types/body-parser@1.19.3: resolution: { - integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==, + integrity: sha512-oyl4jvAfTGX9Bt6Or4H9ni1Z447/tQuxnZsytsCaExKlmJiU8sFgnIBRzJUpKwB5eWn9HuBYlUlVA74q/yN0eQ==, } dependencies: - "@types/connect": 3.4.35 - "@types/node": 18.11.9 + "@types/connect": 3.4.36 + "@types/node": 18.17.18 dev: true - /@types/caseless@0.12.2: + /@types/caseless@0.12.3: resolution: { - integrity: sha512-6ckxMjBBD8URvjB6J3NcnuAn5Pkl7t3TizAg+xdlzzQGSPSmBcXf8KoIH0ua/i+tio+ZRUHEXp0HEmvaR4kt0w==, + integrity: sha512-ZD/NsIJYq/2RH+hY7lXmstfp/v9djGt9ah+xRQ3pcgR79qiKsG4pLl25AI7IcXxVO8dH9GiBE5rAknC0ePntlw==, } dev: false - /@types/clone@2.1.1: + /@types/connect@3.4.36: resolution: { - integrity: sha512-BZIU34bSYye0j/BFcPraiDZ5ka6MJADjcDVELGf7glr9K+iE8NYVjFslJFVWzskSxkLLyCrSPScE82/UUoBSvg==, + integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==, } - dev: false + dependencies: + "@types/node": 18.17.18 + dev: true - /@types/connect@3.4.35: + /@types/cross-spawn@6.0.3: resolution: { - integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==, + integrity: sha512-BDAkU7WHHRHnvBf5z89lcvACsvkz/n7Tv+HyD/uW76O29HoH1Tk/W6iQrepaZVbisvlEek4ygwT8IW7ow9XLAA==, } dependencies: - "@types/node": 18.11.9 + "@types/node": 18.17.18 dev: true - /@types/d3-array@3.0.4: + /@types/d3-array@3.0.7: resolution: { - integrity: sha512-nwvEkG9vYOc0Ic7G7kwgviY4AQlTfYGIZ0fqB7CQHXGyYM6nO7kJh5EguSNA3jfh4rq7Sb7eMVq8isuvg2/miQ==, + integrity: sha512-4/Q0FckQ8TBjsB0VdGFemJOG8BLXUB2KKlL0VmZ+eOYeOnTb/wDRQqYWpBmQ6IlvWkXwkYiot+n9Px2aTJ7zGQ==, } dev: false @@ -13723,19 +10439,19 @@ packages: } dev: false - /@types/d3-scale@4.0.3: + /@types/d3-scale@4.0.4: resolution: { - integrity: sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==, + integrity: sha512-eq1ZeTj0yr72L8MQk6N6heP603ubnywSDRfNpi5enouR112HzGLS6RIvExCzZTraFF4HdzNpJMwA/zGiMoHUUw==, } dependencies: "@types/d3-time": 3.0.0 dev: false - /@types/d3-shape@3.1.1: + /@types/d3-shape@3.1.2: resolution: { - integrity: sha512-6Uh86YFF7LGg4PQkuO2oG6EMBRLuW9cbavUW46zkIO5kuS2PfTqo2o9SkgtQzguBHbLgNnU90UNsITpsX1My+A==, + integrity: sha512-NN4CXr3qeOUNyK5WasVUV8NCSAx/CRVcwcb0BuuS1PiTqwIm6ABi1SyasLZ/vsVCFDArF+W4QiGzSry1eKYQ7w==, } dependencies: "@types/d3-path": 3.0.0 @@ -13755,10 +10471,10 @@ packages: } dev: false - /@types/detect-port@1.3.2: + /@types/detect-port@1.3.3: resolution: { - integrity: sha512-xxgAGA2SAU4111QefXPSp5eGbDm/hW6zhvYl9IeEPZEry9F4d66QAHm5qpUXjb6IsevZV/7emAEx5MhP6O192g==, + integrity: sha512-bV/jQlAJ/nPY3XqSatkGpu+nGzou+uSwrH1cROhn+jBFg47yaNH+blW4C7p9KhopC7QxCv/6M86s37k8dMk0Yg==, } dev: true @@ -13776,6 +10492,13 @@ packages: } dev: true + /@types/emscripten@1.39.7: + resolution: + { + integrity: sha512-tLqYV94vuqDrXh515F/FOGtBcRMTPGvVV1LzLbtYDcQmmhtpf/gLYf+hikBbQk8MzOHNz37wpFfJbYAuSn8HqA==, + } + dev: true + /@types/escodegen@0.0.6: resolution: { @@ -13789,17 +10512,17 @@ packages: integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==, } dependencies: - "@types/eslint": 8.37.0 + "@types/eslint": 8.44.2 "@types/estree": 1.0.1 - /@types/eslint@8.37.0: + /@types/eslint@8.44.2: resolution: { - integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==, + integrity: sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==, } dependencies: "@types/estree": 1.0.1 - "@types/json-schema": 7.0.11 + "@types/json-schema": 7.0.13 /@types/estree@0.0.51: resolution: @@ -13814,14 +10537,14 @@ packages: integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, } - /@types/express-serve-static-core@4.17.34: + /@types/express-serve-static-core@4.17.36: resolution: { - integrity: sha512-fvr49XlCGoUj2Pp730AItckfjat4WNb0lb3kfrLWffd+RLeoGAMsq7UOy04PAPtoL01uKwcp6u8nhzpgpDYr3w==, + integrity: sha512-zbivROJ0ZqLAtMzgzIUC4oNqDG9iF0lSsAqpOD9kbs5xcIM3dTiyuHvBc7R8MtWBp3AAWGaovJa+wzWPjLYW7Q==, } dependencies: - "@types/node": 18.11.9 - "@types/qs": 6.9.7 + "@types/node": 18.17.18 + "@types/qs": 6.9.8 "@types/range-parser": 1.2.4 "@types/send": 0.17.1 dev: true @@ -13832,10 +10555,10 @@ packages: integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==, } dependencies: - "@types/body-parser": 1.19.2 - "@types/express-serve-static-core": 4.17.34 - "@types/qs": 6.9.7 - "@types/serve-static": 1.15.1 + "@types/body-parser": 1.19.3 + "@types/express-serve-static-core": 4.17.36 + "@types/qs": 6.9.8 + "@types/serve-static": 1.15.2 dev: true /@types/find-cache-dir@3.2.1: @@ -13845,10 +10568,10 @@ packages: } dev: true - /@types/geojson@7946.0.10: + /@types/geojson@7946.0.4: resolution: { - integrity: sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==, + integrity: sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q==, } dev: false @@ -13859,27 +10582,26 @@ packages: } dependencies: "@types/minimatch": 5.1.2 - "@types/node": 18.11.9 + "@types/node": 18.17.18 dev: false - /@types/glob@8.1.0: + /@types/graceful-fs@4.1.7: resolution: { - integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==, + integrity: sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==, } dependencies: - "@types/minimatch": 5.1.2 - "@types/node": 18.11.9 - dev: true + "@types/node": 18.17.18 - /@types/graceful-fs@4.1.6: + /@types/hoist-non-react-statics@3.3.2: resolution: { - integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==, + integrity: sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==, } dependencies: - "@types/node": 18.11.9 - dev: true + "@types/react": 18.2.22 + hoist-non-react-statics: 3.3.2 + dev: false /@types/html-minifier-terser@6.1.0: resolution: @@ -13887,6 +10609,13 @@ packages: integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==, } + /@types/http-errors@2.0.2: + resolution: + { + integrity: sha512-lPG6KlZs88gef6aD85z3HNkztpj7w2R7HmR3gygjfXCQmsLloWNARFkMuzKiiY8FGdh1XDpgBdrSf4aKDiA7Kg==, + } + dev: true + /@types/is-ci@3.0.0: resolution: { @@ -13925,31 +10654,21 @@ packages: dependencies: "@types/istanbul-lib-report": 3.0.0 - /@types/jest@29.5.1: - resolution: - { - integrity: sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==, - } - dependencies: - expect: 29.5.0 - pretty-format: 29.6.3 - dev: false - /@types/jsdom@20.0.1: resolution: { integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==, } dependencies: - "@types/node": 18.11.9 - "@types/tough-cookie": 4.0.2 + "@types/node": 18.17.18 + "@types/tough-cookie": 4.0.3 parse5: 7.1.2 dev: false - /@types/json-schema@7.0.11: + /@types/json-schema@7.0.13: resolution: { - integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==, + integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==, } /@types/json5@0.0.29: @@ -13958,24 +10677,24 @@ packages: integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, } - /@types/lodash@4.14.194: + /@types/lodash@4.14.198: resolution: { - integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==, + integrity: sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==, } - /@types/mdast@3.0.11: + /@types/mdast@3.0.12: resolution: { - integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==, + integrity: sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==, } dependencies: - "@types/unist": 2.0.6 + "@types/unist": 2.0.8 - /@types/mdx@2.0.5: + /@types/mdx@2.0.7: resolution: { - integrity: sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==, + integrity: sha512-BG4tyr+4amr3WsSEmHn/fXPqaCba/AYZ7dsaQTiavihQunHSIxk+uAtqsjvicNpyHN6cm+B9RVrUOtW9VzIKHw==, } dev: true @@ -14005,6 +10724,7 @@ packages: { integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==, } + dev: false /@types/minimist@1.2.2: resolution: @@ -14013,14 +10733,14 @@ packages: } dev: true - /@types/node-fetch@2.6.4: + /@types/node-fetch@2.6.5: resolution: { - integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==, + integrity: sha512-OZsUlr2nxvkqUFLSaY2ZbA+P1q22q+KrlxWOn/38RX+u5kTkYL2mTujEpzUhGkS+K/QCYp9oagfXG39XOzyySg==, } dependencies: - "@types/node": 18.11.9 - form-data: 3.0.1 + "@types/node": 18.17.18 + form-data: 4.0.0 dev: true /@types/node@12.20.55: @@ -14028,31 +10748,32 @@ packages: { integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==, } + dev: true - /@types/node@16.18.25: + /@types/node@14.18.62: resolution: { - integrity: sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==, + integrity: sha512-53Fhb08qfKwSNCIUtysIqw0ye+v1d5QCdL2kl8liKQFlOZTAo+nEYr/FztzMaHBFwB5H0ugF0PF0gmtojaNNiQ==, } - dev: true + dev: false - /@types/node@18.11.9: + /@types/node@16.18.53: resolution: { - integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==, + integrity: sha512-vVmHeo4tpF8zsknALU90Hh24VueYdu45ZlXzYWFbom61YR4avJqTFDC3QlWzjuTdAv6/3xHaxiO9NrtVZXrkmw==, } + dev: true - /@types/normalize-package-data@2.4.1: + /@types/node@18.17.18: resolution: { - integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, + integrity: sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw==, } - dev: true - /@types/npmlog@4.1.4: + /@types/normalize-package-data@2.4.1: resolution: { - integrity: sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==, + integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, } dev: true @@ -14062,11 +10783,12 @@ packages: integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==, } - /@types/prettier@2.7.2: + /@types/prettier@2.7.3: resolution: { - integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==, + integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==, } + dev: false /@types/pretty-hrtime@1.0.1: resolution: @@ -14075,16 +10797,16 @@ packages: } dev: true - /@types/prop-types@15.7.5: + /@types/prop-types@15.7.6: resolution: { - integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==, + integrity: sha512-RK/kBbYOQQHLYj9Z95eh7S6t7gq4Ojt/NT8HTk8bWVhA5DaF+5SMnxHKkP4gPNN3wAZkKP+VjAf0ebtYzf+fxg==, } - /@types/qs@6.9.7: + /@types/qs@6.9.8: resolution: { - integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==, + integrity: sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==, } dev: true @@ -14095,67 +10817,30 @@ packages: } dev: true - /@types/react-dom@18.2.3: + /@types/react-dom@18.2.7: resolution: { - integrity: sha512-hxXEXWxFJXbY0LMj/T69mznqOZJXNtQMqVxIiirVAZnnpeYiD4zt+lPsgcr/cfWg2VLsxZ1y26vigG03prYB+Q==, + integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==, } dependencies: - "@types/react": 18.2.15 + "@types/react": 18.2.22 dev: false - /@types/react-is@17.0.4: - resolution: - { - integrity: sha512-FLzd0K9pnaEvKz4D1vYxK9JmgQPiGk1lu23o1kqGsLeT0iPbRSF7b76+S5T9fD8aRa0B8bY7I/3DebEj+1ysBA==, - } - dependencies: - "@types/react": 17.0.58 - - /@types/react-is@18.2.1: - resolution: - { - integrity: sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw==, - } - dependencies: - "@types/react": 18.2.15 - /@types/react-transition-group@4.4.6: resolution: { integrity: sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==, } dependencies: - "@types/react": 18.2.15 - - /@types/react@16.14.43: - resolution: - { - integrity: sha512-7zdjv7jvoLLQg1tTvpQsm+hyNUMT2mPlNV1+d0I8fbGhkJl82spopMyBlu4wb1dviZAxpGdk5eHu/muacknnfw==, - } - dependencies: - "@types/prop-types": 15.7.5 - "@types/scheduler": 0.16.3 - csstype: 3.1.2 - dev: false - - /@types/react@17.0.58: - resolution: - { - integrity: sha512-c1GzVY97P0fGxwGxhYq989j4XwlcHQoto6wQISOC2v6wm3h0PORRWJFHlkRjfGsiG3y1609WdQ+J+tKxvrEd6A==, - } - dependencies: - "@types/prop-types": 15.7.5 - "@types/scheduler": 0.16.3 - csstype: 3.1.2 + "@types/react": 18.2.22 - /@types/react@18.2.15: + /@types/react@18.2.22: resolution: { - integrity: sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==, + integrity: sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==, } dependencies: - "@types/prop-types": 15.7.5 + "@types/prop-types": 15.7.6 "@types/scheduler": 0.16.3 csstype: 3.1.2 @@ -14165,9 +10850,9 @@ packages: integrity: sha512-whjk1EDJPcAR2kYHRbFl/lKeeKYTi05A15K9bnLInCVroNDCtXce57xKdI0/rQaA3K+6q0eFyUBPmqfSndUZdQ==, } dependencies: - "@types/caseless": 0.12.2 - "@types/node": 18.11.9 - "@types/tough-cookie": 4.0.2 + "@types/caseless": 0.12.3 + "@types/node": 18.17.18 + "@types/tough-cookie": 4.0.3 form-data: 2.5.1 dev: false @@ -14177,18 +10862,11 @@ packages: integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==, } - /@types/semver@7.3.13: - resolution: - { - integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==, - } - - /@types/semver@7.5.0: + /@types/semver@7.5.2: resolution: { - integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, + integrity: sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==, } - dev: true /@types/send@0.17.1: resolution: @@ -14197,17 +10875,18 @@ packages: } dependencies: "@types/mime": 1.3.2 - "@types/node": 18.11.9 + "@types/node": 18.17.18 dev: true - /@types/serve-static@1.15.1: + /@types/serve-static@1.15.2: resolution: { - integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==, + integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==, } dependencies: + "@types/http-errors": 2.0.2 "@types/mime": 3.0.1 - "@types/node": 18.11.9 + "@types/node": 18.17.18 dev: true /@types/sharp@0.31.1: @@ -14216,7 +10895,7 @@ packages: integrity: sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==, } dependencies: - "@types/node": 18.11.9 + "@types/node": 18.17.18 dev: false /@types/stack-utils@2.0.1: @@ -14225,33 +10904,24 @@ packages: integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==, } - /@types/testing-library__jest-dom@5.14.5: - resolution: - { - integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==, - } - dependencies: - "@types/jest": 29.5.1 - dev: false - - /@types/tough-cookie@4.0.2: + /@types/tough-cookie@4.0.3: resolution: { - integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==, + integrity: sha512-THo502dA5PzG/sfQH+42Lw3fvmYkceefOspdCwpHRul8ik2Jv1K8I5OZz1AT3/rs46kwgMCe9bSBmDLYkkOMGg==, } dev: false - /@types/triple-beam@1.3.2: + /@types/triple-beam@1.3.3: resolution: { - integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==, + integrity: sha512-6tOUG+nVHn0cJbVp25JFayS5UE6+xlbcNF9Lo9mU7U0zk3zeUShZied4YEQZjy1JBF043FSkdXw8YkUJuVtB5g==, } dev: true - /@types/unist@2.0.6: + /@types/unist@2.0.8: resolution: { - integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==, + integrity: sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==, } /@types/webidl-conversions@7.0.0: @@ -14267,7 +10937,7 @@ packages: integrity: sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==, } dependencies: - "@types/node": 18.11.9 + "@types/node": 18.17.18 "@types/webidl-conversions": 7.0.0 dev: false @@ -14294,78 +10964,79 @@ packages: dependencies: "@types/yargs-parser": 21.0.0 - /@typescript-eslint/parser@4.33.0(eslint@8.39.0)(typescript@4.9.5): + /@typescript-eslint/parser@6.7.2(eslint@8.49.0)(typescript@4.9.5): resolution: { - integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==, + integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==, } - engines: { node: ^10.12.0 || >=12.0.0 } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + eslint: ^7.0.0 || ^8.0.0 typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 4.33.0 - "@typescript-eslint/types": 4.33.0 - "@typescript-eslint/typescript-estree": 4.33.0(typescript@4.9.5) + "@typescript-eslint/scope-manager": 6.7.2 + "@typescript-eslint/types": 6.7.2 + "@typescript-eslint/typescript-estree": 6.7.2(typescript@4.9.5) + "@typescript-eslint/visitor-keys": 6.7.2 debug: 4.3.4 - eslint: 8.39.0 + eslint: 8.49.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color - /@typescript-eslint/scope-manager@4.33.0: + /@typescript-eslint/scope-manager@5.62.0: resolution: { - integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==, + integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==, } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 4.33.0 - "@typescript-eslint/visitor-keys": 4.33.0 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/visitor-keys": 5.62.0 + dev: false - /@typescript-eslint/scope-manager@5.59.2: + /@typescript-eslint/scope-manager@6.7.2: resolution: { - integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==, + integrity: sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==, } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - "@typescript-eslint/types": 5.59.2 - "@typescript-eslint/visitor-keys": 5.59.2 - dev: false + "@typescript-eslint/types": 6.7.2 + "@typescript-eslint/visitor-keys": 6.7.2 - /@typescript-eslint/types@4.33.0: + /@typescript-eslint/types@5.62.0: resolution: { - integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==, + integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==, } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + dev: false - /@typescript-eslint/types@5.59.2: + /@typescript-eslint/types@6.7.2: resolution: { - integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==, + integrity: sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==, } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dev: false + engines: { node: ^16.0.0 || >=18.0.0 } - /@typescript-eslint/typescript-estree@4.33.0(typescript@4.9.5): + /@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5): resolution: { - integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==, + integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==, } - engines: { node: ^10.12.0 || >=12.0.0 } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/types": 4.33.0 - "@typescript-eslint/visitor-keys": 4.33.0 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/visitor-keys": 5.62.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -14374,106 +11045,92 @@ packages: typescript: 4.9.5 transitivePeerDependencies: - supports-color + dev: false - /@typescript-eslint/typescript-estree@5.59.2(typescript@4.9.5): + /@typescript-eslint/typescript-estree@6.7.2(typescript@4.9.5): resolution: { - integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==, + integrity: sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==, } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/types": 5.59.2 - "@typescript-eslint/visitor-keys": 5.59.2 + "@typescript-eslint/types": 6.7.2 + "@typescript-eslint/visitor-keys": 6.7.2 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.0 - tsutils: 3.21.0(typescript@4.9.5) + semver: 7.5.4 + ts-api-utils: 1.0.3(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color - dev: false - /@typescript-eslint/utils@5.59.2(eslint@8.39.0)(typescript@4.9.5): + /@typescript-eslint/utils@5.62.0(eslint@8.49.0)(typescript@4.9.5): resolution: { - integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==, + integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.39.0) - "@types/json-schema": 7.0.11 - "@types/semver": 7.3.13 - "@typescript-eslint/scope-manager": 5.59.2 - "@typescript-eslint/types": 5.59.2 - "@typescript-eslint/typescript-estree": 5.59.2(typescript@4.9.5) - eslint: 8.39.0 + "@eslint-community/eslint-utils": 4.4.0(eslint@8.49.0) + "@types/json-schema": 7.0.13 + "@types/semver": 7.5.2 + "@typescript-eslint/scope-manager": 5.62.0 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/typescript-estree": 5.62.0(typescript@4.9.5) + eslint: 8.49.0 eslint-scope: 5.1.1 - semver: 7.5.0 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys@4.33.0: - resolution: - { - integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==, - } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } - dependencies: - "@typescript-eslint/types": 4.33.0 - eslint-visitor-keys: 2.1.0 - - /@typescript-eslint/visitor-keys@5.59.2: + /@typescript-eslint/visitor-keys@5.62.0: resolution: { - integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==, + integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.59.2 - eslint-visitor-keys: 3.4.0 + "@typescript-eslint/types": 5.62.0 + eslint-visitor-keys: 3.4.3 dev: false - /@usulpro/color-picker@1.1.4(react@18.2.0): + /@typescript-eslint/visitor-keys@6.7.2: resolution: { - integrity: sha512-+yTVjNAV+mvbEm0mtVGl7pishZS6gGiCMr9EXfRgvikrqbDdXJlW98I4IOPNdMBGciiz7eYkOyh7qAU3OP7b9A==, + integrity: sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==, } - engines: { npm: ">=3.0.0" } - peerDependencies: - react: ^0.14.7 || ^15.0.0 || ^16.0.0 + engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - babel-runtime: 6.26.0 - prop-types: 15.8.1 - react: 18.2.0 - dev: true + "@typescript-eslint/types": 6.7.2 + eslint-visitor-keys: 3.4.3 - /@videojs/http-streaming@3.0.2(video.js@8.3.0): + /@videojs/http-streaming@3.5.3(video.js@8.5.2): resolution: { - integrity: sha512-iSZkwTLGg3Rx78ypCCq/GsMME89ElNvU02xj7reCE2PlITMQjyYsER1w5AsySvT1A694u5yuSzEzLLGF1cL4pg==, + integrity: sha512-dty8lsZk9QPc0i4It79tjWsmPiaC3FpgARFM0vJGko4k3yKNZIYkAk8kjiDRfkAQH/HZ3rYi5dDTriFNzwSsIg==, } engines: { node: ">=8", npm: ">=5" } peerDependencies: video.js: ^7 || ^8 dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 "@videojs/vhs-utils": 4.0.0 aes-decrypter: 4.0.1 global: 4.4.0 - m3u8-parser: 6.0.0 - mpd-parser: 1.1.1 - mux.js: 6.3.0 - video.js: 8.3.0 + m3u8-parser: 7.1.0 + mpd-parser: 1.2.2 + mux.js: 7.0.0 + video.js: 8.5.2 dev: false /@videojs/vhs-utils@3.0.5: @@ -14483,7 +11140,7 @@ packages: } engines: { node: ">=8", npm: ">=5" } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 global: 4.4.0 url-toolkit: 2.2.5 dev: false @@ -14495,7 +11152,7 @@ packages: } engines: { node: ">=8", npm: ">=5" } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 global: 4.4.0 url-toolkit: 2.2.5 dev: false @@ -14506,148 +11163,148 @@ packages: integrity: sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 global: 4.4.0 is-function: 1.0.2 dev: false - /@webassemblyjs/ast@1.11.5: + /@webassemblyjs/ast@1.11.6: resolution: { - integrity: sha512-LHY/GSAZZRpsNQH+/oHqhRQ5FT7eoULcBqgfyTB5nQHogFnK3/7QoN7dLnwSE/JkUAF0SrRuclT7ODqMFtWxxQ==, + integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==, } dependencies: - "@webassemblyjs/helper-numbers": 1.11.5 - "@webassemblyjs/helper-wasm-bytecode": 1.11.5 + "@webassemblyjs/helper-numbers": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - /@webassemblyjs/floating-point-hex-parser@1.11.5: + /@webassemblyjs/floating-point-hex-parser@1.11.6: resolution: { - integrity: sha512-1j1zTIC5EZOtCplMBG/IEwLtUojtwFVwdyVMbL/hwWqbzlQoJsWCOavrdnLkemwNoC/EOwtUFch3fuo+cbcXYQ==, + integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==, } - /@webassemblyjs/helper-api-error@1.11.5: + /@webassemblyjs/helper-api-error@1.11.6: resolution: { - integrity: sha512-L65bDPmfpY0+yFrsgz8b6LhXmbbs38OnwDCf6NpnMUYqa+ENfE5Dq9E42ny0qz/PdR0LJyq/T5YijPnU8AXEpA==, + integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==, } - /@webassemblyjs/helper-buffer@1.11.5: + /@webassemblyjs/helper-buffer@1.11.6: resolution: { - integrity: sha512-fDKo1gstwFFSfacIeH5KfwzjykIE6ldh1iH9Y/8YkAZrhmu4TctqYjSh7t0K2VyDSXOZJ1MLhht/k9IvYGcIxg==, + integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==, } - /@webassemblyjs/helper-numbers@1.11.5: + /@webassemblyjs/helper-numbers@1.11.6: resolution: { - integrity: sha512-DhykHXM0ZABqfIGYNv93A5KKDw/+ywBFnuWybZZWcuzWHfbp21wUfRkbtz7dMGwGgT4iXjWuhRMA2Mzod6W4WA==, + integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==, } dependencies: - "@webassemblyjs/floating-point-hex-parser": 1.11.5 - "@webassemblyjs/helper-api-error": 1.11.5 + "@webassemblyjs/floating-point-hex-parser": 1.11.6 + "@webassemblyjs/helper-api-error": 1.11.6 "@xtuc/long": 4.2.2 - /@webassemblyjs/helper-wasm-bytecode@1.11.5: + /@webassemblyjs/helper-wasm-bytecode@1.11.6: resolution: { - integrity: sha512-oC4Qa0bNcqnjAowFn7MPCETQgDYytpsfvz4ujZz63Zu/a/v71HeCAAmZsgZ3YVKec3zSPYytG3/PrRCqbtcAvA==, + integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==, } - /@webassemblyjs/helper-wasm-section@1.11.5: + /@webassemblyjs/helper-wasm-section@1.11.6: resolution: { - integrity: sha512-uEoThA1LN2NA+K3B9wDo3yKlBfVtC6rh0i4/6hvbz071E8gTNZD/pT0MsBf7MeD6KbApMSkaAK0XeKyOZC7CIA==, + integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==, } dependencies: - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/helper-buffer": 1.11.5 - "@webassemblyjs/helper-wasm-bytecode": 1.11.5 - "@webassemblyjs/wasm-gen": 1.11.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 - /@webassemblyjs/ieee754@1.11.5: + /@webassemblyjs/ieee754@1.11.6: resolution: { - integrity: sha512-37aGq6qVL8A8oPbPrSGMBcp38YZFXcHfiROflJn9jxSdSMMM5dS5P/9e2/TpaJuhE+wFrbukN2WI6Hw9MH5acg==, + integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==, } dependencies: "@xtuc/ieee754": 1.2.0 - /@webassemblyjs/leb128@1.11.5: + /@webassemblyjs/leb128@1.11.6: resolution: { - integrity: sha512-ajqrRSXaTJoPW+xmkfYN6l8VIeNnR4vBOTQO9HzR7IygoCcKWkICbKFbVTNMjMgMREqXEr0+2M6zukzM47ZUfQ==, + integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==, } dependencies: "@xtuc/long": 4.2.2 - /@webassemblyjs/utf8@1.11.5: + /@webassemblyjs/utf8@1.11.6: resolution: { - integrity: sha512-WiOhulHKTZU5UPlRl53gHR8OxdGsSOxqfpqWeA2FmcwBMaoEdz6b2x2si3IwC9/fSPLfe8pBMRTHVMk5nlwnFQ==, + integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==, } - /@webassemblyjs/wasm-edit@1.11.5: + /@webassemblyjs/wasm-edit@1.11.6: resolution: { - integrity: sha512-C0p9D2fAu3Twwqvygvf42iGCQ4av8MFBLiTb+08SZ4cEdwzWx9QeAHDo1E2k+9s/0w1DM40oflJOpkZ8jW4HCQ==, + integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==, } dependencies: - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/helper-buffer": 1.11.5 - "@webassemblyjs/helper-wasm-bytecode": 1.11.5 - "@webassemblyjs/helper-wasm-section": 1.11.5 - "@webassemblyjs/wasm-gen": 1.11.5 - "@webassemblyjs/wasm-opt": 1.11.5 - "@webassemblyjs/wasm-parser": 1.11.5 - "@webassemblyjs/wast-printer": 1.11.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/helper-wasm-section": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 + "@webassemblyjs/wasm-opt": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + "@webassemblyjs/wast-printer": 1.11.6 - /@webassemblyjs/wasm-gen@1.11.5: + /@webassemblyjs/wasm-gen@1.11.6: resolution: { - integrity: sha512-14vteRlRjxLK9eSyYFvw1K8Vv+iPdZU0Aebk3j6oB8TQiQYuO6hj9s4d7qf6f2HJr2khzvNldAFG13CgdkAIfA==, + integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==, } dependencies: - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/helper-wasm-bytecode": 1.11.5 - "@webassemblyjs/ieee754": 1.11.5 - "@webassemblyjs/leb128": 1.11.5 - "@webassemblyjs/utf8": 1.11.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/ieee754": 1.11.6 + "@webassemblyjs/leb128": 1.11.6 + "@webassemblyjs/utf8": 1.11.6 - /@webassemblyjs/wasm-opt@1.11.5: + /@webassemblyjs/wasm-opt@1.11.6: resolution: { - integrity: sha512-tcKwlIXstBQgbKy1MlbDMlXaxpucn42eb17H29rawYLxm5+MsEmgPzeCP8B1Cl69hCice8LeKgZpRUAPtqYPgw==, + integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==, } dependencies: - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/helper-buffer": 1.11.5 - "@webassemblyjs/wasm-gen": 1.11.5 - "@webassemblyjs/wasm-parser": 1.11.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 - /@webassemblyjs/wasm-parser@1.11.5: + /@webassemblyjs/wasm-parser@1.11.6: resolution: { - integrity: sha512-SVXUIwsLQlc8srSD7jejsfTU83g7pIGr2YYNb9oHdtldSxaOhvA5xwvIiWIfcX8PlSakgqMXsLpLfbbJ4cBYew==, + integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==, } dependencies: - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/helper-api-error": 1.11.5 - "@webassemblyjs/helper-wasm-bytecode": 1.11.5 - "@webassemblyjs/ieee754": 1.11.5 - "@webassemblyjs/leb128": 1.11.5 - "@webassemblyjs/utf8": 1.11.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-api-error": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/ieee754": 1.11.6 + "@webassemblyjs/leb128": 1.11.6 + "@webassemblyjs/utf8": 1.11.6 - /@webassemblyjs/wast-printer@1.11.5: + /@webassemblyjs/wast-printer@1.11.6: resolution: { - integrity: sha512-f7Pq3wvg3GSPUPzR0F6bmI89Hdb+u9WXrSKc4v+N0aV0q6r42WoF92Jp2jEorBEBRoRNXgjp53nBniDXcqZYPA==, + integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==, } dependencies: - "@webassemblyjs/ast": 1.11.5 + "@webassemblyjs/ast": 1.11.6 "@xtuc/long": 4.2.2 - /@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.82.0): + /@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.88.2): resolution: { integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==, @@ -14656,8 +11313,8 @@ packages: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) - webpack-cli: 4.10.0(webpack-bundle-analyzer@4.8.0)(webpack@5.82.0) + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.88.2) /@webpack-cli/info@1.5.0(webpack-cli@4.10.0): resolution: @@ -14667,8 +11324,8 @@ packages: peerDependencies: webpack-cli: 4.x.x dependencies: - envinfo: 7.8.1 - webpack-cli: 4.10.0(webpack-bundle-analyzer@4.8.0)(webpack@5.82.0) + envinfo: 7.10.0 + webpack-cli: 4.10.0(webpack@5.88.2) /@webpack-cli/serve@1.7.0(webpack-cli@4.10.0): resolution: @@ -14682,7 +11339,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0(webpack-bundle-analyzer@4.8.0)(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.88.2) /@wry/context@0.7.3: resolution: @@ -14691,7 +11348,7 @@ packages: } engines: { node: ">=8" } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 /@wry/equality@0.1.11: resolution: @@ -14709,16 +11366,7 @@ packages: } engines: { node: ">=8" } dependencies: - tslib: 2.6.1 - - /@wry/trie@0.3.2: - resolution: - { - integrity: sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==, - } - engines: { node: ">=8" } - dependencies: - tslib: 2.6.1 + tslib: 2.6.2 /@wry/trie@0.4.3: resolution: @@ -14727,12 +11375,12 @@ packages: } engines: { node: ">=8" } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 - /@xmldom/xmldom@0.8.7: + /@xmldom/xmldom@0.8.10: resolution: { - integrity: sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==, + integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==, } engines: { node: ">=10.0.0" } dev: false @@ -14749,7 +11397,7 @@ packages: integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, } - /@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.17.18): + /@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.18.20): resolution: { integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==, @@ -14758,8 +11406,30 @@ packages: peerDependencies: esbuild: ">=0.10.0" dependencies: - esbuild: 0.17.18 - tslib: 2.6.1 + esbuild: 0.18.20 + tslib: 2.6.2 + dev: true + + /@yarnpkg/fslib@2.10.3: + resolution: + { + integrity: sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==, + } + engines: { node: ">=12 <14 || 14.2 - 14.9 || >14.10.0" } + dependencies: + "@yarnpkg/libzip": 2.3.0 + tslib: 1.14.1 + dev: true + + /@yarnpkg/libzip@2.3.0: + resolution: + { + integrity: sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==, + } + engines: { node: ">=12 <14 || 14.2 - 14.9 || >14.10.0" } + dependencies: + "@types/emscripten": 1.39.7 + tslib: 1.14.1 dev: true /abab@2.0.6: @@ -14784,7 +11454,6 @@ packages: engines: { node: ">=6.5" } dependencies: event-target-shim: 5.0.1 - dev: false /abortcontroller-polyfill@1.7.5: resolution: @@ -14813,15 +11482,15 @@ packages: acorn-walk: 8.2.0 dev: false - /acorn-import-assertions@1.8.0(acorn@8.8.2): + /acorn-import-assertions@1.9.0(acorn@8.10.0): resolution: { - integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==, + integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==, } peerDependencies: acorn: ^8 dependencies: - acorn: 8.8.2 + acorn: 8.10.0 /acorn-jsx@5.3.2(acorn@7.4.1): resolution: @@ -14876,14 +11545,6 @@ packages: engines: { node: ">=0.4.0" } hasBin: true - /acorn@8.8.2: - resolution: - { - integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==, - } - engines: { node: ">=0.4.0" } - hasBin: true - /address@1.2.2: resolution: { @@ -14929,7 +11590,7 @@ packages: integrity: sha512-H1nh/P9VZXUf17AA5NQfJML88CFjVBDuGkp5zDHa7oEhYN9TTpNLJknRY1ie0iSKWlDf6JRnJKaZVDSQdPy6Cg==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 "@videojs/vhs-utils": 3.0.5 global: 4.4.0 pkcs7: 1.0.4 @@ -14965,18 +11626,18 @@ packages: indent-string: 4.0.0 dev: true - /airtable@0.12.1: + /airtable@0.12.2: resolution: { - integrity: sha512-wS49QIO46YjSUbRIslX6pJaAGsdzOFPtYfaARYsBifsev10TDsyXc5IBYX6b3JQs4SZ8A5+g/vbQ5IfPvbnc+w==, + integrity: sha512-HS3VytUBTKj8A0vPl7DDr5p/w3IOGv6RXL0fv7eczOWAtj9Xe8ri4TAiZRXoOyo+Z/COADCj+oARFenbxhmkIg==, } engines: { node: ">=8.0.0" } dependencies: - "@types/node": 12.20.55 + "@types/node": 14.18.62 abort-controller: 3.0.0 abortcontroller-polyfill: 1.7.5 lodash: 4.17.21 - node-fetch: 2.6.9 + node-fetch: 2.7.0 transitivePeerDependencies: - encoding dev: false @@ -15033,18 +11694,9 @@ packages: } dependencies: fast-deep-equal: 3.1.3 - json-schema-traverse: 1.0.0 - require-from-string: 2.0.2 - uri-js: 4.4.1 - - /ansi-align@3.0.1: - resolution: - { - integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==, - } - dependencies: - string-width: 4.2.3 - dev: true + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 /ansi-colors@4.1.3: resolution: @@ -15062,6 +11714,15 @@ packages: engines: { node: ">=8" } dependencies: type-fest: 0.21.3 + + /ansi-escapes@5.0.0: + resolution: + { + integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==, + } + engines: { node: ">=12" } + dependencies: + type-fest: 1.4.0 dev: true /ansi-html-community@0.0.8: @@ -15137,10 +11798,10 @@ packages: normalize-path: 3.0.0 picomatch: 2.3.1 - /apollo-link-rest@0.8.0-beta.0(@apollo/client@3.7.17)(graphql-anywhere@4.2.7)(graphql@15.5.1)(qs@6.11.2): + /apollo-link-rest@0.8.0(@apollo/client@3.8.4)(graphql-anywhere@4.2.8)(graphql@15.8.0)(qs@6.11.2): resolution: { - integrity: sha512-+/cHVXz0jF4SOg3bIVPxCArnpp7ojwhLarT9MLzbAuoaI+Uq+pU9Ob8Xmq4BS3Z+mIdVmnrIyw8EvqEzP7RL0w==, + integrity: sha512-jSpcp2KsWaCqkCw+B0vzfgghsbfKBhftgDuvxkdDAQYVW4Vcst8tm9qNgUXiyRdQcfcd19kEFCEk7w2AcB6dUg==, } peerDependencies: "@apollo/client": ">=3" @@ -15148,13 +11809,13 @@ packages: graphql-anywhere: ">=4" qs: ">=6" dependencies: - "@apollo/client": 3.7.17(graphql@15.5.1)(react-dom@18.2.0)(react@18.2.0) - graphql: 15.5.1 - graphql-anywhere: 4.2.7(graphql@15.5.1) + "@apollo/client": 3.8.4(graphql@15.8.0)(react-dom@18.2.0)(react@18.2.0) + graphql: 15.8.0 + graphql-anywhere: 4.2.8(graphql@15.8.0) qs: 6.11.2 dev: true - /apollo-utilities@1.3.4(graphql@15.5.1): + /apollo-utilities@1.3.4(graphql@15.8.0): resolution: { integrity: sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==, @@ -15164,7 +11825,7 @@ packages: dependencies: "@wry/equality": 0.1.11 fast-json-stable-stringify: 2.1.0 - graphql: 15.5.1 + graphql: 15.8.0 ts-invariant: 0.4.4 tslib: 1.14.1 dev: true @@ -15176,30 +11837,11 @@ packages: } dev: true - /aproba@2.0.0: - resolution: - { - integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, - } - dev: true - - /are-we-there-yet@2.0.0: - resolution: - { - integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==, - } - engines: { node: ">=10" } - dependencies: - delegates: 1.0.0 - readable-stream: 3.6.2 - dev: true - /arg@4.1.3: resolution: { integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==, } - dev: true /argparse@1.0.10: resolution: @@ -15215,13 +11857,31 @@ packages: integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, } + /aria-hidden@1.2.3: + resolution: + { + integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==, + } + engines: { node: ">=10" } + dependencies: + tslib: 2.6.2 + dev: true + /aria-query@5.1.3: resolution: { integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==, } dependencies: - deep-equal: 2.2.1 + deep-equal: 2.2.2 + + /aria-query@5.3.0: + resolution: + { + integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==, + } + dependencies: + dequal: 2.0.3 /arr-diff@4.0.0: resolution: @@ -15256,38 +11916,23 @@ packages: call-bind: 1.0.2 is-array-buffer: 3.0.2 - /array-find@1.0.0: - resolution: - { - integrity: sha512-kO/vVCacW9mnpn3WPWbTVlEnOabK2L7LWi2HViURtCM46y1zb6I8UMjx4LgbiqadTgHnLInUronwn3ampNTJtQ==, - } - dev: true - - /array-flat-polyfill@1.0.1: - resolution: - { - integrity: sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw==, - } - engines: { node: ">=6.0.0" } - dev: false - /array-flatten@1.1.1: resolution: { integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==, } - /array-includes@3.1.6: + /array-includes@3.1.7: resolution: { - integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==, + integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + define-properties: 1.2.1 + es-abstract: 1.22.2 + get-intrinsic: 1.2.1 is-string: 1.0.7 /array-union@2.1.0: @@ -15305,41 +11950,81 @@ packages: engines: { node: ">=0.10.0" } dev: true - /array.prototype.flat@1.3.1: + /array.prototype.find@2.2.2: + resolution: + { + integrity: sha512-DRumkfW97iZGOfn+lIXbkVrXL04sfYKX+EfOodo8XboR5sxPDVvOjZTF/rysusa9lmhmSOeD6Vp6RKQP+eP4Tg==, + } + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + es-shim-unscopables: 1.0.0 + dev: true + + /array.prototype.findlastindex@1.2.3: + resolution: + { + integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==, + } + engines: { node: ">= 0.4" } + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.2.1 + + /array.prototype.flat@1.3.2: resolution: { - integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==, + integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 - /array.prototype.flatmap@1.3.1: + /array.prototype.flatmap@1.3.2: resolution: { - integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==, + integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 - /array.prototype.tosorted@1.1.1: + /array.prototype.tosorted@1.1.2: resolution: { - integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==, + integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==, } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 + + /arraybuffer.prototype.slice@1.0.2: + resolution: + { + integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==, + } + engines: { node: ">= 0.4" } + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + get-intrinsic: 1.2.1 + is-array-buffer: 3.0.2 + is-shared-array-buffer: 1.0.2 /arrify@1.0.1: resolution: @@ -15349,6 +12034,18 @@ packages: engines: { node: ">=0.10.0" } dev: true + /asn1.js@5.4.1: + resolution: + { + integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==, + } + dependencies: + bn.js: 4.12.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + safer-buffer: 2.1.2 + dev: true + /asn1@0.2.6: resolution: { @@ -15366,15 +12063,16 @@ packages: engines: { node: ">=0.8" } dev: false - /assert@2.0.0: + /assert@2.1.0: resolution: { - integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==, + integrity: sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==, } dependencies: - es6-object-assign: 1.1.0 + call-bind: 1.0.2 is-nan: 1.3.2 object-is: 1.1.5 + object.assign: 4.1.4 util: 0.12.5 dev: true @@ -15399,7 +12097,7 @@ packages: } engines: { node: ">=4" } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 dev: true /ast-types@0.15.2: @@ -15409,7 +12107,7 @@ packages: } engines: { node: ">=4" } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 dev: true /ast-types@0.16.1: @@ -15419,15 +12117,7 @@ packages: } engines: { node: ">=4" } dependencies: - tslib: 2.6.1 - dev: true - - /astral-regex@2.0.0: - resolution: - { - integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==, - } - engines: { node: ">=8" } + tslib: 2.6.2 dev: true /async-limiter@1.0.1: @@ -15443,7 +12133,7 @@ packages: integrity: sha512-HuTK7E7MT7jZEh1P9GtRW9+aTWiDWWi9InbZ5hjxrnRa39KS4BW04+xLBhYNS2aXhHUIKZSw3gj4Pn1pj+qGAA==, } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 dev: true /async@3.2.4: @@ -15453,6 +12143,14 @@ packages: } dev: true + /asynciterator.prototype@1.0.0: + resolution: + { + integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==, + } + dependencies: + has-symbols: 1.0.3 + /asynckit@0.4.0: resolution: { @@ -15484,10 +12182,10 @@ packages: engines: { node: ">=10.12.0" } dev: false - /autoprefixer@10.4.14(postcss@8.4.23): + /autoprefixer@10.4.16(postcss@8.4.30): resolution: { - integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==, + integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==, } engines: { node: ^10 || ^12 || >=14 } hasBin: true @@ -15495,11 +12193,11 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.21.10 - caniuse-lite: 1.0.30001517 - fraction.js: 4.2.0 + caniuse-lite: 1.0.30001538 + fraction.js: 4.3.6 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false @@ -15510,23 +12208,23 @@ packages: } engines: { node: ">= 0.4" } - /aws-sdk@2.1005.0: + /aws-sdk@2.1462.0: resolution: { - integrity: sha512-S9IZLTEOTiV/juMOHvZdd6cpxRzmUYhFhJMLUGXIrAku9uZHsdVa3dDdgcbBsDmRZ4WAvlZlD+NvtTNwFCLraw==, + integrity: sha512-gEcp/YWUp0zrM/LujI3cTLbOTK6XLwGSHWQII57jjRvjsIMacLomnIcd7fGKSfREAIHr5saexISRsnXhfI+Vgw==, } - engines: { node: ">= 0.8.0" } - requiresBuild: true + engines: { node: ">= 10.0.0" } dependencies: buffer: 4.9.2 events: 1.1.1 ieee754: 1.1.13 - jmespath: 0.15.0 + jmespath: 0.16.0 querystring: 0.2.0 sax: 1.2.1 url: 0.10.3 - uuid: 3.3.2 - xml2js: 0.4.19 + util: 0.12.5 + uuid: 8.0.0 + xml2js: 0.5.0 dev: false /aws-sign2@0.7.0: @@ -15543,34 +12241,35 @@ packages: } dev: false - /axe-core@4.7.0: + /axe-core@4.8.1: resolution: { - integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==, + integrity: sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==, } engines: { node: ">=4" } - /axios@0.27.2: + /axios@1.5.0: resolution: { - integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==, + integrity: sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==, } dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.3 form-data: 4.0.0 + proxy-from-env: 1.1.0 transitivePeerDependencies: - debug dev: false - /axobject-query@3.1.1: + /axobject-query@3.2.1: resolution: { - integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==, + integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==, } dependencies: - deep-equal: 2.2.1 + dequal: 2.0.3 - /babel-core@7.0.0-bridge.0(@babel/core@7.22.9): + /babel-core@7.0.0-bridge.0(@babel/core@7.22.20): resolution: { integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==, @@ -15578,47 +12277,30 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 dev: true - /babel-jest@29.5.0(@babel/core@7.22.9): + /babel-jest@29.7.0(@babel/core@7.22.20): resolution: { - integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==, + integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: "@babel/core": ^7.8.0 dependencies: - "@babel/core": 7.22.9 - "@jest/transform": 29.5.0 - "@types/babel__core": 7.20.0 + "@babel/core": 7.22.20 + "@jest/transform": 29.7.0 + "@types/babel__core": 7.20.2 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.22.9) + babel-preset-jest: 29.6.3(@babel/core@7.22.20) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - dev: true - - /babel-loader@9.1.2(@babel/core@7.22.9)(webpack@5.82.0): - resolution: - { - integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==, - } - engines: { node: ">= 14.15.0" } - peerDependencies: - "@babel/core": ^7.12.0 - webpack: ">=5" - dependencies: - "@babel/core": 7.22.9 - find-cache-dir: 3.3.2 - schema-utils: 4.0.1 - webpack: 5.82.0(esbuild@0.17.18) - dev: true - /babel-loader@9.1.3(@babel/core@7.22.9)(webpack@5.82.0): + /babel-loader@9.1.3(@babel/core@7.22.20)(webpack@5.88.2): resolution: { integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==, @@ -15628,10 +12310,10 @@ packages: "@babel/core": ^7.12.0 webpack: ">=5" dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 find-cache-dir: 4.0.0 - schema-utils: 4.0.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + schema-utils: 4.2.0 + webpack: 5.88.2(esbuild@0.18.20) dev: true /babel-plugin-add-react-displayname@0.0.5: @@ -15641,24 +12323,6 @@ packages: } dev: true - /babel-plugin-emotion@10.2.2: - resolution: - { - integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==, - } - dependencies: - "@babel/helper-module-imports": 7.22.5 - "@emotion/hash": 0.8.0 - "@emotion/memoize": 0.7.4 - "@emotion/serialize": 0.11.16 - babel-plugin-macros: 2.8.0 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.9.0 - escape-string-regexp: 1.0.5 - find-root: 1.1.0 - source-map: 0.5.7 - dev: true - /babel-plugin-istanbul@6.1.1: resolution: { @@ -15673,31 +12337,18 @@ packages: test-exclude: 6.0.0 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-jest-hoist@29.5.0: + /babel-plugin-jest-hoist@29.6.3: resolution: { - integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==, + integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/template": 7.20.7 - "@babel/types": 7.22.5 - "@types/babel__core": 7.20.0 - "@types/babel__traverse": 7.18.5 - dev: true - - /babel-plugin-macros@2.8.0: - resolution: - { - integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==, - } - dependencies: - "@babel/runtime": 7.22.6 - cosmiconfig: 6.0.0 - resolve: 1.22.2 - dev: true + "@babel/template": 7.22.15 + "@babel/types": 7.22.19 + "@types/babel__core": 7.20.2 + "@types/babel__traverse": 7.20.2 /babel-plugin-macros@3.1.0: resolution: @@ -15706,14 +12357,14 @@ packages: } engines: { node: ">=10", npm: ">=6" } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 cosmiconfig: 7.1.0 - resolve: 1.22.2 + resolve: 1.22.6 - /babel-plugin-module-resolver@4.0.0: + /babel-plugin-module-resolver@4.1.0: resolution: { - integrity: sha512-3pdEq3PXALilSJ6dnC4wMWr0AZixHRM4utpdpBR9g5QG7B7JwWyukQv7a9hVxkbGFl+nQbrHDqqQOIBtTXTP/Q==, + integrity: sha512-MlX10UDheRr3lb3P0WcaIdtCSRlxdQsB1sBqL7W0raF070bGl1HQQq5K3T2vf2XAYie+ww+5AKC/WrkjRO2knA==, } engines: { node: ">= 8.0.0" } dependencies: @@ -15721,7 +12372,7 @@ packages: glob: 7.2.3 pkg-up: 3.1.0 reselect: 4.1.8 - resolve: 1.22.2 + resolve: 1.22.6 dev: true /babel-plugin-named-exports-order@0.0.2: @@ -15731,93 +12382,51 @@ packages: } dev: true - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.8): + /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.20): resolution: { - integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==, + integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==, } peerDependencies: - "@babel/core": ^7.0.0-0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.21.8 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.8) - semver: 6.3.0 + "@babel/compat-data": 7.22.20 + "@babel/core": 7.22.20 + "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.20) + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.22.9): - resolution: - { - integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==, - } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.21.7 - "@babel/core": 7.22.9 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.9) - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.8): + /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.20): resolution: { - integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==, + integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==, } peerDependencies: - "@babel/core": ^7.0.0-0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.8) - core-js-compat: 3.30.1 + "@babel/core": 7.22.20 + "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.20) + core-js-compat: 3.32.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.22.9): - resolution: - { - integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==, - } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.9) - core-js-compat: 3.30.1 - transitivePeerDependencies: - - supports-color - - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.8): + /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.20): resolution: { - integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==, + integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==, } peerDependencies: - "@babel/core": ^7.0.0-0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.21.8 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.8) + "@babel/core": 7.22.20 + "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.20) transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.22.9): - resolution: - { - integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==, - } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.9 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.9) - transitivePeerDependencies: - - supports-color - /babel-plugin-react-docgen@4.2.1: resolution: { @@ -15831,24 +12440,17 @@ packages: - supports-color dev: true - /babel-plugin-syntax-jsx@6.18.0: - resolution: - { - integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==, - } - dev: true - /babel-plugin-transform-imports@2.0.0: resolution: { integrity: sha512-65ewumYJ85QiXdcB/jmiU0y0jg6eL6CdnDqQAqQ8JMOKh1E52VPG3NJzbVKWcgovUR5GBH8IWpCXQ7I8Q3wjgw==, } dependencies: - "@babel/types": 7.21.5 + "@babel/types": 7.22.19 is-valid-path: 0.1.1 dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.9): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.20): resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==, @@ -15856,44 +12458,32 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.9 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.9) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.9) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.9) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.9) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.9) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.9) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.9) - dev: true + "@babel/core": 7.22.20 + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.20) + "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.20) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.20) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.20) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.20) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.20) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.20) - /babel-preset-jest@29.5.0(@babel/core@7.22.9): + /babel-preset-jest@29.6.3(@babel/core@7.22.20): resolution: { - integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==, + integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.22.9 - babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.9) - dev: true - - /babel-runtime@6.26.0: - resolution: - { - integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==, - } - dependencies: - core-js: 2.6.12 - regenerator-runtime: 0.11.1 - dev: true + "@babel/core": 7.22.20 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.20) /balanced-match@1.0.2: resolution: @@ -15942,14 +12532,14 @@ packages: tweetnacl: 0.14.5 dev: false - /better-opn@2.1.1: + /better-opn@3.0.2: resolution: { - integrity: sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==, + integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==, } - engines: { node: ">8.0.0" } + engines: { node: ">=12.0.0" } dependencies: - open: 7.4.2 + open: 8.4.2 dev: true /better-path-resolve@1.0.0: @@ -15992,13 +12582,27 @@ packages: inherits: 2.0.4 readable-stream: 3.6.2 - /blurhash@1.1.3: + /blurhash@1.1.5: resolution: { - integrity: sha512-yUhPJvXexbqbyijCIE/T2NCXcj9iNPhWmOKbPTuR/cm7Q5snXYIfnVnz6m7MWOXxODMz/Cr3UcVkRdHiuDVRDw==, + integrity: sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==, } dev: false + /bn.js@4.12.0: + resolution: + { + integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==, + } + dev: true + + /bn.js@5.2.1: + resolution: + { + integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==, + } + dev: true + /body-parser@1.20.1: resolution: { @@ -16064,23 +12668,6 @@ packages: } dev: false - /boxen@5.1.2: - resolution: - { - integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==, - } - engines: { node: ">=10" } - dependencies: - ansi-align: 3.0.1 - camelcase: 6.3.0 - chalk: 4.1.2 - cli-boxes: 2.2.1 - string-width: 4.2.3 - type-fest: 0.20.2 - widest-line: 3.1.0 - wrap-ansi: 7.0.0 - dev: true - /bplist-parser@0.2.0: resolution: { @@ -16099,58 +12686,129 @@ packages: balanced-match: 1.0.2 concat-map: 0.0.1 - /brace-expansion@2.0.1: + /brace-expansion@2.0.1: + resolution: + { + integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, + } + dependencies: + balanced-match: 1.0.2 + + /braces@2.3.2: + resolution: + { + integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==, + } + engines: { node: ">=0.10.0" } + dependencies: + arr-flatten: 1.1.0 + array-unique: 0.3.2 + extend-shallow: 2.0.1 + fill-range: 4.0.0 + isobject: 3.0.1 + repeat-element: 1.1.4 + snapdragon: 0.8.2 + snapdragon-node: 2.1.1 + split-string: 3.1.0 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /braces@3.0.2: + resolution: + { + integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, + } + engines: { node: ">=8" } + dependencies: + fill-range: 7.0.1 + + /breakword@1.0.6: + resolution: + { + integrity: sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw==, + } + dependencies: + wcwidth: 1.0.1 + dev: true + + /brorand@1.1.0: + resolution: + { + integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==, + } + dev: true + + /browser-assert@1.2.1: + resolution: + { + integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==, + } + dev: true + + /browserify-aes@1.2.0: resolution: { - integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, + integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==, } dependencies: - balanced-match: 1.0.2 + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: true - /braces@2.3.2: + /browserify-cipher@1.0.1: resolution: { - integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==, + integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==, } - engines: { node: ">=0.10.0" } dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.4 - snapdragon: 0.8.2 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color + browserify-aes: 1.2.0 + browserify-des: 1.0.2 + evp_bytestokey: 1.0.3 dev: true - /braces@3.0.2: + /browserify-des@1.0.2: resolution: { - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, + integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==, } - engines: { node: ">=8" } dependencies: - fill-range: 7.0.1 + cipher-base: 1.0.4 + des.js: 1.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: true - /breakword@1.0.5: + /browserify-rsa@4.1.0: resolution: { - integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==, + integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==, } dependencies: - wcwidth: 1.0.1 + bn.js: 5.2.1 + randombytes: 2.1.0 dev: true - /browser-assert@1.2.1: + /browserify-sign@4.2.1: resolution: { - integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==, + integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==, } + dependencies: + bn.js: 5.2.1 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + create-hmac: 1.1.7 + elliptic: 6.5.4 + inherits: 2.0.4 + parse-asn1: 5.1.6 + readable-stream: 3.6.2 + safe-buffer: 5.2.1 dev: true /browserify-zlib@0.1.4: @@ -16162,45 +12820,27 @@ packages: pako: 0.2.9 dev: true - /browserslist@4.21.10: - resolution: - { - integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==, - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } - hasBin: true - dependencies: - caniuse-lite: 1.0.30001517 - electron-to-chromium: 1.4.485 - node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.10) - dev: false - - /browserslist@4.21.5: + /browserify-zlib@0.2.0: resolution: { - integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==, + integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==, } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } - hasBin: true dependencies: - caniuse-lite: 1.0.30001482 - electron-to-chromium: 1.4.384 - node-releases: 2.0.10 - update-browserslist-db: 1.0.11(browserslist@4.21.5) + pako: 1.0.11 + dev: true - /browserslist@4.21.9: + /browserslist@4.21.10: resolution: { - integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==, + integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==, } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001517 - electron-to-chromium: 1.4.471 + caniuse-lite: 1.0.30001538 + electron-to-chromium: 1.4.526 node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.9) + update-browserslist-db: 1.0.12(browserslist@4.21.10) /bser@2.1.1: resolution: @@ -16209,7 +12849,6 @@ packages: } dependencies: node-int64: 0.4.0 - dev: true /bson-objectid@2.0.4: resolution: @@ -16228,6 +12867,14 @@ packages: buffer: 5.7.1 dev: false + /bson@5.5.0: + resolution: + { + integrity: sha512-B+QB4YmDx9RStKv8LLSl/aVIEV3nYJc3cJNNTK2Cd1TL+7P+cNpw9mAPeCgc5K+j01Dv6sxUzcITXDx7ZU3F0w==, + } + engines: { node: ">=14.20.1" } + dev: false + /buffer-crc32@0.2.13: resolution: { @@ -16255,6 +12902,13 @@ packages: integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, } + /buffer-xor@1.0.3: + resolution: + { + integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==, + } + dev: true + /buffer@4.9.2: resolution: { @@ -16262,7 +12916,7 @@ packages: } dependencies: base64-js: 1.5.1 - ieee754: 1.2.1 + ieee754: 1.1.13 isarray: 1.0.0 dev: false @@ -16293,7 +12947,13 @@ packages: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: false + + /builtin-status-codes@3.0.0: + resolution: + { + integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==, + } + dev: true /bundle-name@3.0.0: resolution: @@ -16327,10 +12987,10 @@ packages: } engines: { node: ">= 0.8" } - /c8@7.13.0: + /c8@7.14.0: resolution: { - integrity: sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==, + integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==, } engines: { node: ">=10.12.0" } hasBin: true @@ -16340,8 +13000,8 @@ packages: find-up: 5.0.0 foreground-child: 2.0.0 istanbul-lib-coverage: 3.2.0 - istanbul-lib-report: 3.0.0 - istanbul-reports: 3.1.5 + istanbul-lib-report: 3.0.1 + istanbul-reports: 3.1.6 rimraf: 3.0.2 test-exclude: 6.0.0 v8-to-istanbul: 9.1.0 @@ -16374,7 +13034,7 @@ packages: } dependencies: function-bind: 1.1.1 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /call-me-maybe@1.0.2: resolution: @@ -16397,7 +13057,7 @@ packages: } dependencies: pascal-case: 3.1.2 - tslib: 2.6.1 + tslib: 2.6.2 /camelcase-keys@6.2.2: resolution: @@ -16420,7 +13080,7 @@ packages: dependencies: camelcase: 7.0.1 map-obj: 4.3.0 - quick-lru: 6.1.1 + quick-lru: 6.1.2 type-fest: 2.19.0 dev: false @@ -16430,7 +13090,6 @@ packages: integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, } engines: { node: ">=6" } - dev: true /camelcase@6.3.0: resolution: @@ -16461,21 +13120,15 @@ packages: } dependencies: browserslist: 4.21.10 - caniuse-lite: 1.0.30001517 + caniuse-lite: 1.0.30001538 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite@1.0.30001482: + /caniuse-lite@1.0.30001538: resolution: { - integrity: sha512-F1ZInsg53cegyjroxLNW9DmrEQ1SuGRTO1QlpA0o2/6OpQ0gFeDRoq1yFmnr8Sakn9qwwt9DmbxHB6w167OSuQ==, - } - - /caniuse-lite@1.0.30001517: - resolution: - { - integrity: sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA==, + integrity: sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==, } /case-sensitive-paths-webpack-plugin@2.4.0: @@ -16536,10 +13189,10 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk@5.2.0: + /chalk@5.3.0: resolution: { - integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==, + integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==, } engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } dev: true @@ -16550,7 +13203,6 @@ packages: integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==, } engines: { node: ">=10" } - dev: true /character-entities-legacy@1.1.4: resolution: @@ -16599,7 +13251,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 /chownr@1.1.4: resolution: @@ -16629,13 +13281,22 @@ packages: } engines: { node: ">=8" } - /cjs-module-lexer@1.2.2: + /cipher-base@1.0.4: resolution: { - integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==, + integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==, } + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 dev: true + /cjs-module-lexer@1.2.3: + resolution: + { + integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==, + } + /class-utils@0.3.6: resolution: { @@ -16673,14 +13334,6 @@ packages: engines: { node: ">=6" } dev: true - /cli-boxes@2.2.1: - resolution: - { - integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==, - } - engines: { node: ">=6" } - dev: true - /cli-color@2.0.3: resolution: { @@ -16705,10 +13358,20 @@ packages: restore-cursor: 3.1.0 dev: true - /cli-spinners@2.9.0: + /cli-cursor@4.0.0: + resolution: + { + integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + dependencies: + restore-cursor: 4.0.0 + dev: true + + /cli-spinners@2.9.1: resolution: { - integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, + integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==, } engines: { node: ">=6" } dev: true @@ -16724,17 +13387,6 @@ packages: optionalDependencies: "@colors/colors": 1.5.0 - /cli-truncate@2.1.0: - resolution: - { - integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==, - } - engines: { node: ">=8" } - dependencies: - slice-ansi: 3.0.0 - string-width: 4.2.3 - dev: true - /cli-truncate@3.1.0: resolution: { @@ -16772,6 +13424,7 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + dev: true /cliui@8.0.1: resolution: @@ -16783,7 +13436,6 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - dev: true /clone-deep@4.0.1: resolution: @@ -16818,6 +13470,7 @@ packages: integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==, } engines: { node: ">=6" } + dev: false /clsx@2.0.0: resolution: @@ -16825,7 +13478,6 @@ packages: integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==, } engines: { node: ">=6" } - dev: false /co@4.6.0: resolution: @@ -16833,7 +13485,6 @@ packages: integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==, } engines: { iojs: ">= 1.0.0", node: ">= 0.12.0" } - dev: true /codepage@1.15.0: resolution: @@ -16843,12 +13494,11 @@ packages: engines: { node: ">=0.8" } dev: false - /collect-v8-coverage@1.0.1: + /collect-v8-coverage@1.0.2: resolution: { - integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==, + integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==, } - dev: true /collection-visit@1.0.0: resolution: @@ -16899,14 +13549,6 @@ packages: color-name: 1.1.4 simple-swizzle: 0.2.2 - /color-support@1.1.3: - resolution: - { - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, - } - hasBin: true - dev: true - /color@3.2.1: resolution: { @@ -16941,14 +13583,6 @@ packages: integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==, } - /colors@1.4.0: - resolution: - { - integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==, - } - engines: { node: ">=0.1.90" } - dev: true - /colorspace@1.1.4: resolution: { @@ -16968,21 +13602,14 @@ packages: dependencies: delayed-stream: 1.0.0 - /commander@10.0.1: + /commander@11.0.0: resolution: { - integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==, + integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==, } - engines: { node: ">=14" } + engines: { node: ">=16" } dev: true - /commander@2.17.1: - resolution: - { - integrity: sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==, - } - dev: false - /commander@2.20.3: resolution: { @@ -17110,16 +13737,6 @@ packages: semver: 7.5.4 dev: false - /config-chain@1.1.13: - resolution: - { - integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==, - } - dependencies: - ini: 1.3.8 - proto-list: 1.2.4 - dev: true - /confusing-browser-globals@1.0.11: resolution: { @@ -17134,10 +13751,10 @@ packages: engines: { node: ">=0.8" } dev: false - /console-control-strings@1.1.0: + /console-browserify@1.2.0: resolution: { - integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, + integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==, } dev: true @@ -17150,6 +13767,13 @@ packages: simple-wcswidth: 1.0.1 dev: false + /constants-browserify@1.0.0: + resolution: + { + integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==, + } + dev: true + /content-disposition@0.5.4: resolution: { @@ -17177,7 +13801,6 @@ packages: { integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, } - dev: true /cookie-signature@1.0.6: resolution: @@ -17185,14 +13808,6 @@ packages: integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, } - /cookie@0.4.2: - resolution: - { - integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==, - } - engines: { node: ">= 0.6" } - dev: false - /cookie@0.5.0: resolution: { @@ -17217,35 +13832,27 @@ packages: toggle-selection: 1.0.6 dev: false - /core-js-compat@3.30.1: + /core-js-compat@3.32.2: resolution: { - integrity: sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==, + integrity: sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ==, } dependencies: - browserslist: 4.21.5 - - /core-js-pure@3.30.1: - resolution: - { - integrity: sha512-nXBEVpmUnNRhz83cHd9JRQC52cTMcuXAmR56+9dSMpRdpeA4I1PX6yjmhd71Eyc/wXNsdBdUDIj1QTIeZpU5Tg==, - } - requiresBuild: true + browserslist: 4.21.10 dev: true - /core-js@2.6.12: + /core-js-pure@3.32.2: resolution: { - integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==, + integrity: sha512-Y2rxThOuNywTjnX/PgA5vWM6CZ9QB9sz9oGeCixV8MqXZO70z/5SHzf9EeBrEBK0PN36DnEBBu9O/aGWzKuMZQ==, } - deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: true - /core-js@3.30.1: + /core-js@3.32.2: resolution: { - integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ==, + integrity: sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==, } requiresBuild: true dev: false @@ -17274,20 +13881,6 @@ packages: vary: 1.1.2 dev: true - /cosmiconfig@6.0.0: - resolution: - { - integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==, - } - engines: { node: ">=8" } - dependencies: - "@types/parse-json": 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: true - /cosmiconfig@7.1.0: resolution: { @@ -17301,17 +13894,23 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cosmiconfig@8.1.3: + /cosmiconfig@8.3.6(typescript@4.9.5): resolution: { - integrity: sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==, + integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, } engines: { node: ">=14" } + peerDependencies: + typescript: ">=4.9.5" + peerDependenciesMeta: + typescript: + optional: true dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 + typescript: 4.9.5 dev: true /crc-32@1.2.2: @@ -17323,12 +13922,69 @@ packages: hasBin: true dev: false + /create-ecdh@4.0.4: + resolution: + { + integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==, + } + dependencies: + bn.js: 4.12.0 + elliptic: 6.5.4 + dev: true + + /create-hash@1.2.0: + resolution: + { + integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==, + } + dependencies: + cipher-base: 1.0.4 + inherits: 2.0.4 + md5.js: 1.3.5 + ripemd160: 2.0.2 + sha.js: 2.4.11 + dev: true + + /create-hmac@1.1.7: + resolution: + { + integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==, + } + dependencies: + cipher-base: 1.0.4 + create-hash: 1.2.0 + inherits: 2.0.4 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: true + + /create-jest@29.7.0(@types/node@18.17.18)(ts-node@10.9.1): + resolution: + { + integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + hasBin: true + dependencies: + "@jest/types": 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - "@types/node" + - babel-plugin-macros + - supports-color + - ts-node + /create-require@1.1.1: resolution: { integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==, } - dev: true /cross-spawn@5.1.0: resolution: @@ -17359,6 +14015,25 @@ packages: } dev: false + /crypto-browserify@3.12.0: + resolution: + { + integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==, + } + dependencies: + browserify-cipher: 1.0.1 + browserify-sign: 4.2.1 + create-ecdh: 4.0.4 + create-hash: 1.2.0 + create-hmac: 1.1.7 + diffie-hellman: 5.0.3 + inherits: 2.0.4 + pbkdf2: 3.1.2 + public-encrypt: 4.0.3 + randombytes: 2.1.0 + randomfill: 1.0.4 + dev: true + /crypto-random-string@2.0.0: resolution: { @@ -17367,7 +14042,7 @@ packages: engines: { node: ">=8" } dev: true - /css-blank-pseudo@6.0.0(postcss@8.4.23): + /css-blank-pseudo@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-VbfLlOWO7sBHBTn6pwDQzc07Z0SDydgDBfNfCE0nvrehdBNv9RKsuupIRa/qal0+fBZhAALyQDPMKz5lnvcchw==, @@ -17376,23 +14051,23 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /css-declaration-sorter@6.4.0(postcss@8.4.27): + /css-declaration-sorter@6.4.1(postcss@8.4.30): resolution: { - integrity: sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==, + integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==, } engines: { node: ^10 || ^12 || >=14 } peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /css-has-pseudo@6.0.0(postcss@8.4.23): + /css-has-pseudo@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-X+r+JBuoO37FBOWVNhVJhxtSBUFHgHbrcc0CjFT28JEdOw1qaDwABv/uunyodUuSy2hMPe9j/HjssxSlvUmKjg==, @@ -17402,12 +14077,12 @@ packages: postcss: ^8.4 dependencies: "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: false - /css-loader@5.2.7(webpack@5.82.0): + /css-loader@5.2.7(webpack@5.88.2): resolution: { integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==, @@ -17416,40 +14091,40 @@ packages: peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) + icss-utils: 5.1.0(postcss@8.4.30) loader-utils: 2.0.4 - postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) - postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) - postcss-modules-scope: 3.0.0(postcss@8.4.23) - postcss-modules-values: 4.0.0(postcss@8.4.23) + postcss: 8.4.30 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.30) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.30) + postcss-modules-scope: 3.0.0(postcss@8.4.30) + postcss-modules-values: 4.0.0(postcss@8.4.30) postcss-value-parser: 4.2.0 - schema-utils: 3.1.2 + schema-utils: 3.3.0 semver: 7.5.4 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false - /css-loader@6.7.3(webpack@5.82.0): + /css-loader@6.8.1(webpack@5.88.2): resolution: { - integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==, + integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==, } engines: { node: ">= 12.13.0" } peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) - postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) - postcss-modules-scope: 3.0.0(postcss@8.4.23) - postcss-modules-values: 4.0.0(postcss@8.4.23) + icss-utils: 5.1.0(postcss@8.4.30) + postcss: 8.4.30 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.30) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.30) + postcss-modules-scope: 3.0.0(postcss@8.4.30) + postcss-modules-values: 4.0.0(postcss@8.4.30) postcss-value-parser: 4.2.0 - semver: 7.5.0 - webpack: 5.82.0(esbuild@0.17.18) + semver: 7.5.4 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) dev: true - /css-minimizer-webpack-plugin@5.0.1(webpack@5.82.0): + /css-minimizer-webpack-plugin@5.0.1(webpack@5.88.2): resolution: { integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==, @@ -17477,16 +14152,16 @@ packages: lightningcss: optional: true dependencies: - "@jridgewell/trace-mapping": 0.3.18 - cssnano: 6.0.1(postcss@8.4.27) - jest-worker: 29.5.0 - postcss: 8.4.27 - schema-utils: 4.0.1 + "@jridgewell/trace-mapping": 0.3.19 + cssnano: 6.0.1(postcss@8.4.30) + jest-worker: 29.7.0 + postcss: 8.4.30 + schema-utils: 4.2.0 serialize-javascript: 6.0.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false - /css-prefers-color-scheme@9.0.0(postcss@8.4.23): + /css-prefers-color-scheme@9.0.0(postcss@8.4.30): resolution: { integrity: sha512-03QGAk/FXIRseDdLb7XAiu6gidQ0Nd8945xuM7VFVPpc6goJsG9uIO8xQjTxwbPdPIIV4o4AJoOJyt8gwDl67g==, @@ -17495,7 +14170,7 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 dev: false /css-select@4.3.0: @@ -17532,6 +14207,7 @@ packages: dependencies: mdn-data: 2.0.14 source-map: 0.6.1 + dev: true /css-tree@2.2.1: resolution: @@ -17561,8 +14237,9 @@ packages: integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 is-in-browser: 1.1.3 + dev: false /css-what@6.1.0: resolution: @@ -17578,10 +14255,10 @@ packages: } dev: false - /cssdb@7.7.0: + /cssdb@7.7.2: resolution: { - integrity: sha512-1hN+I3r4VqSNQ+OmMXxYexnumbOONkSil0TWMebVXHtzYW4tRRPovUNHPHj2d4nrgOuYJ8Vs3XwvywsuwwXNNA==, + integrity: sha512-pQPYP7/kch4QlkTcLuUNiNL2v/E+O+VIdotT+ug62/+2B2/jkzs5fMM6RHCzGCZ9C82pODEMSIzRRUzJOrl78g==, } dev: false @@ -17600,7 +14277,7 @@ packages: } dev: false - /cssnano-preset-default@6.0.1(postcss@8.4.27): + /cssnano-preset-default@6.0.1(postcss@8.4.30): resolution: { integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==, @@ -17609,39 +14286,39 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.4.0(postcss@8.4.27) - cssnano-utils: 4.0.0(postcss@8.4.27) - postcss: 8.4.27 - postcss-calc: 9.0.1(postcss@8.4.27) - postcss-colormin: 6.0.0(postcss@8.4.27) - postcss-convert-values: 6.0.0(postcss@8.4.27) - postcss-discard-comments: 6.0.0(postcss@8.4.27) - postcss-discard-duplicates: 6.0.0(postcss@8.4.27) - postcss-discard-empty: 6.0.0(postcss@8.4.27) - postcss-discard-overridden: 6.0.0(postcss@8.4.27) - postcss-merge-longhand: 6.0.0(postcss@8.4.27) - postcss-merge-rules: 6.0.1(postcss@8.4.27) - postcss-minify-font-values: 6.0.0(postcss@8.4.27) - postcss-minify-gradients: 6.0.0(postcss@8.4.27) - postcss-minify-params: 6.0.0(postcss@8.4.27) - postcss-minify-selectors: 6.0.0(postcss@8.4.27) - postcss-normalize-charset: 6.0.0(postcss@8.4.27) - postcss-normalize-display-values: 6.0.0(postcss@8.4.27) - postcss-normalize-positions: 6.0.0(postcss@8.4.27) - postcss-normalize-repeat-style: 6.0.0(postcss@8.4.27) - postcss-normalize-string: 6.0.0(postcss@8.4.27) - postcss-normalize-timing-functions: 6.0.0(postcss@8.4.27) - postcss-normalize-unicode: 6.0.0(postcss@8.4.27) - postcss-normalize-url: 6.0.0(postcss@8.4.27) - postcss-normalize-whitespace: 6.0.0(postcss@8.4.27) - postcss-ordered-values: 6.0.0(postcss@8.4.27) - postcss-reduce-initial: 6.0.0(postcss@8.4.27) - postcss-reduce-transforms: 6.0.0(postcss@8.4.27) - postcss-svgo: 6.0.0(postcss@8.4.27) - postcss-unique-selectors: 6.0.0(postcss@8.4.27) - dev: false - - /cssnano-utils@4.0.0(postcss@8.4.27): + css-declaration-sorter: 6.4.1(postcss@8.4.30) + cssnano-utils: 4.0.0(postcss@8.4.30) + postcss: 8.4.30 + postcss-calc: 9.0.1(postcss@8.4.30) + postcss-colormin: 6.0.0(postcss@8.4.30) + postcss-convert-values: 6.0.0(postcss@8.4.30) + postcss-discard-comments: 6.0.0(postcss@8.4.30) + postcss-discard-duplicates: 6.0.0(postcss@8.4.30) + postcss-discard-empty: 6.0.0(postcss@8.4.30) + postcss-discard-overridden: 6.0.0(postcss@8.4.30) + postcss-merge-longhand: 6.0.0(postcss@8.4.30) + postcss-merge-rules: 6.0.1(postcss@8.4.30) + postcss-minify-font-values: 6.0.0(postcss@8.4.30) + postcss-minify-gradients: 6.0.0(postcss@8.4.30) + postcss-minify-params: 6.0.0(postcss@8.4.30) + postcss-minify-selectors: 6.0.0(postcss@8.4.30) + postcss-normalize-charset: 6.0.0(postcss@8.4.30) + postcss-normalize-display-values: 6.0.0(postcss@8.4.30) + postcss-normalize-positions: 6.0.0(postcss@8.4.30) + postcss-normalize-repeat-style: 6.0.0(postcss@8.4.30) + postcss-normalize-string: 6.0.0(postcss@8.4.30) + postcss-normalize-timing-functions: 6.0.0(postcss@8.4.30) + postcss-normalize-unicode: 6.0.0(postcss@8.4.30) + postcss-normalize-url: 6.0.0(postcss@8.4.30) + postcss-normalize-whitespace: 6.0.0(postcss@8.4.30) + postcss-ordered-values: 6.0.0(postcss@8.4.30) + postcss-reduce-initial: 6.0.0(postcss@8.4.30) + postcss-reduce-transforms: 6.0.0(postcss@8.4.30) + postcss-svgo: 6.0.0(postcss@8.4.30) + postcss-unique-selectors: 6.0.0(postcss@8.4.30) + dev: false + + /cssnano-utils@4.0.0(postcss@8.4.30): resolution: { integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==, @@ -17650,10 +14327,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /cssnano@6.0.1(postcss@8.4.27): + /cssnano@6.0.1(postcss@8.4.30): resolution: { integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==, @@ -17662,9 +14339,9 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 6.0.1(postcss@8.4.27) + cssnano-preset-default: 6.0.1(postcss@8.4.30) lilconfig: 2.1.0 - postcss: 8.4.27 + postcss: 8.4.30 dev: false /csso@4.2.0: @@ -17675,6 +14352,7 @@ packages: engines: { node: ">=8.0.0" } dependencies: css-tree: 1.1.3 + dev: true /csso@5.0.5: resolution: @@ -17720,13 +14398,6 @@ packages: rrweb-cssom: 0.6.0 dev: false - /csstype@2.6.21: - resolution: - { - integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==, - } - dev: true - /csstype@3.1.2: resolution: { @@ -17786,10 +14457,10 @@ packages: internmap: 2.0.3 dev: false - /d3-array@3.2.3: + /d3-array@3.2.4: resolution: { - integrity: sha512-JRHwbQQ84XuAESWhvIPaUV4/1UYTBOLiOPGWqgFDHZS1D5QN9c57FbH3QpEnQMYiOXNzKUQyGTZf+EVO7RT5TQ==, + integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==, } engines: { node: ">=12" } dependencies: @@ -17886,7 +14557,7 @@ packages: hasBin: true dependencies: commander: 7.2.0 - d3-array: 3.2.3 + d3-array: 3.2.4 d3-geo: 3.1.0 dev: false @@ -17897,7 +14568,7 @@ packages: } engines: { node: ">=12" } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 dev: false /d3-hierarchy@3.1.2: @@ -17980,7 +14651,7 @@ packages: } engines: { node: ">=12" } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-format: 3.1.0 d3-interpolate: 3.0.1 d3-time: 3.1.0 @@ -18041,7 +14712,7 @@ packages: } engines: { node: ">=12" } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 dev: false /d3-timer@3.0.1: @@ -18130,7 +14801,7 @@ packages: } engines: { node: ">=0.11" } dependencies: - "@babel/runtime": 7.21.5 + "@babel/runtime": 7.22.15 dev: false /dateformat@4.6.3: @@ -18256,16 +14927,27 @@ packages: } dev: true - /deep-equal@2.2.1: + /dedent@1.5.1: + resolution: + { + integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==, + } + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true + + /deep-equal@2.2.2: resolution: { - integrity: sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==, + integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==, } dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 es-get-iterator: 1.1.3 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-arguments: 1.1.1 is-array-buffer: 3.0.2 is-date-object: 1.0.5 @@ -18275,11 +14957,11 @@ packages: object-is: 1.1.5 object-keys: 1.1.1 object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 side-channel: 1.0.4 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 - which-typed-array: 1.1.9 + which-typed-array: 1.1.11 /deep-extend@0.6.0: resolution: @@ -18329,7 +15011,7 @@ packages: dependencies: bundle-name: 3.0.0 default-browser-id: 3.0.0 - execa: 7.1.1 + execa: 7.2.0 titleize: 3.0.0 /defaults@1.0.4: @@ -18341,6 +15023,17 @@ packages: clone: 1.0.4 dev: true + /define-data-property@1.1.0: + resolution: + { + integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==, + } + engines: { node: ">= 0.4" } + dependencies: + get-intrinsic: 1.2.1 + gopd: 1.0.1 + has-property-descriptors: 1.0.0 + /define-lazy-prop@2.0.0: resolution: { @@ -18356,13 +15049,14 @@ packages: } engines: { node: ">=12" } - /define-properties@1.2.0: + /define-properties@1.2.1: resolution: { - integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, + integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==, } engines: { node: ">= 0.4" } dependencies: + define-data-property: 1.1.0 has-property-descriptors: 1.0.0 object-keys: 1.1.1 @@ -18453,13 +15147,6 @@ packages: } engines: { node: ">=0.4.0" } - /delegates@1.0.0: - resolution: - { - integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, - } - dev: true - /depd@2.0.0: resolution: { @@ -18470,9 +15157,18 @@ packages: /dequal@2.0.3: resolution: { - integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==, + integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==, + } + engines: { node: ">=6" } + + /des.js@1.1.0: + resolution: + { + integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==, } - engines: { node: ">=6" } + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 dev: true /destroy@1.2.0: @@ -18490,10 +15186,10 @@ packages: engines: { node: ">=8" } dev: true - /detect-libc@2.0.1: + /detect-libc@2.0.2: resolution: { - integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==, + integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==, } engines: { node: ">=8" } dev: false @@ -18504,6 +15200,12 @@ packages: integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==, } engines: { node: ">=8" } + + /detect-node-es@1.1.0: + resolution: + { + integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==, + } dev: true /detect-package-manager@2.0.1: @@ -18529,10 +15231,10 @@ packages: - supports-color dev: true - /diff-sequences@29.4.3: + /diff-sequences@29.6.3: resolution: { - integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==, + integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } @@ -18542,7 +15244,6 @@ packages: integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==, } engines: { node: ">=0.3.1" } - dev: true /diff@5.1.0: resolution: @@ -18552,6 +15253,17 @@ packages: engines: { node: ">=0.3.1" } dev: false + /diffie-hellman@5.0.3: + resolution: + { + integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==, + } + dependencies: + bn.js: 4.12.0 + miller-rabin: 4.0.1 + randombytes: 2.1.0 + dev: true + /dir-glob@3.0.1: resolution: { @@ -18607,7 +15319,7 @@ packages: integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 csstype: 3.1.2 /dom-serializer@1.4.1: @@ -18636,6 +15348,15 @@ packages: { integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==, } + dev: false + + /domain-browser@4.22.0: + resolution: + { + integrity: sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw==, + } + engines: { node: ">=10" } + dev: true /domelementtype@2.3.0: resolution: @@ -18672,10 +15393,10 @@ packages: domelementtype: 2.3.0 dev: false - /dompurify@2.4.5: + /dompurify@2.4.7: resolution: { - integrity: sha512-jggCCd+8Iqp4Tsz0nIvpcb22InKEBrGz5dw3EQJMs8HPJDsKbFIO3STYtAvCfDx26Muevn1MHVI0XxjgFfmiSA==, + integrity: sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==, } dev: false @@ -18707,7 +15428,7 @@ packages: } dependencies: no-case: 3.0.4 - tslib: 2.6.1 + tslib: 2.6.2 /dot-prop@6.0.1: resolution: @@ -18741,6 +15462,14 @@ packages: integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==, } engines: { node: ">=12" } + dev: false + + /dotenv@16.3.1: + resolution: + { + integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==, + } + engines: { node: ">=12" } /dotenv@8.6.0: resolution: @@ -18763,6 +15492,7 @@ packages: { integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, } + dev: false /duplexify@3.7.1: resolution: @@ -18802,19 +15532,6 @@ packages: safe-buffer: 5.2.1 dev: false - /editorconfig@0.15.3: - resolution: - { - integrity: sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==, - } - hasBin: true - dependencies: - commander: 2.20.3 - lru-cache: 4.1.5 - semver: 5.7.1 - sigmund: 1.0.1 - dev: true - /ee-first@1.1.1: resolution: { @@ -18829,27 +15546,29 @@ packages: engines: { node: ">=0.10.0" } hasBin: true dependencies: - jake: 10.8.5 + jake: 10.8.7 dev: true - /electron-to-chromium@1.4.384: - resolution: - { - integrity: sha512-I97q0MmRAAqj53+a8vZsDkEXBZki+ehYAOPzwtQzALip52aEp2+BJqHFtTlsfjoqVZYwPpHC8wM6MbsSZQ/Eqw==, - } - - /electron-to-chromium@1.4.471: + /electron-to-chromium@1.4.526: resolution: { - integrity: sha512-GpmGRC1vTl60w/k6YpQ18pSiqnmr0j3un//5TV1idPi6aheNfkT1Ye71tMEabWyNDO6sBMgAR+95Eb0eUUr1tA==, + integrity: sha512-tjjTMjmZAx1g6COrintLTa2/jcafYKxKoiEkdQOrVdbLaHh2wCt2nsAF8ZHweezkrP+dl/VG9T5nabcYoo0U5Q==, } - /electron-to-chromium@1.4.485: + /elliptic@6.5.4: resolution: { - integrity: sha512-1ndQ5IBNEnFirPwvyud69GHL+31FkE09gH/CJ6m3KCbkx3i0EVOrjwz4UNxRmN9H8OVHbC6vMRZGN1yCvjSs9w==, + integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==, } - dev: false + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: true /emittery@0.13.1: resolution: @@ -18857,7 +15576,6 @@ packages: integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==, } engines: { node: ">=12" } - dev: true /emoji-regex@8.0.0: resolution: @@ -18892,6 +15610,15 @@ packages: } engines: { node: ">= 0.8" } + /encoding@0.1.13: + resolution: + { + integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, + } + dependencies: + iconv-lite: 0.6.3 + dev: false + /end-of-stream@1.4.4: resolution: { @@ -18923,24 +15650,25 @@ packages: tapable: 0.1.10 dev: true - /enhanced-resolve@5.13.0: + /enhanced-resolve@5.15.0: resolution: { - integrity: sha512-eyV8f0y1+bzyfh8xAwW/WTSZpLbjhqc4ne9eGSH4Zo2ejdyiNG9pU6mf9DG8a7+Auk6MFTlNOT4Y2y/9k8GKVg==, + integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, } engines: { node: ">=10.13.0" } dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 - /enquirer@2.3.6: + /enquirer@2.4.1: resolution: { - integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, + integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==, } engines: { node: ">=8.6" } dependencies: ansi-colors: 4.1.3 + strip-ansi: 6.0.1 dev: true /entities@2.2.0: @@ -18964,10 +15692,10 @@ packages: engines: { node: ">=6" } dev: false - /envinfo@7.8.1: + /envinfo@7.10.0: resolution: { - integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, + integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==, } engines: { node: ">=4" } hasBin: true @@ -18989,20 +15717,21 @@ packages: stackframe: 1.3.4 dev: true - /es-abstract@1.21.2: + /es-abstract@1.22.2: resolution: { - integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==, + integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==, } engines: { node: ">= 0.4" } dependencies: array-buffer-byte-length: 1.0.0 + arraybuffer.prototype.slice: 1.0.2 available-typed-arrays: 1.0.5 call-bind: 1.0.2 es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 - function.prototype.name: 1.1.5 - get-intrinsic: 1.2.0 + function.prototype.name: 1.1.6 + get-intrinsic: 1.2.1 get-symbol-description: 1.0.0 globalthis: 1.0.3 gopd: 1.0.1 @@ -19017,19 +15746,23 @@ packages: is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 - is-typed-array: 1.1.10 + is-typed-array: 1.1.12 is-weakref: 1.0.2 object-inspect: 1.12.3 object-keys: 1.1.1 object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 + safe-array-concat: 1.0.1 safe-regex-test: 1.0.0 - string.prototype.trim: 1.2.7 - string.prototype.trimend: 1.0.6 - string.prototype.trimstart: 1.0.6 + string.prototype.trim: 1.2.8 + string.prototype.trimend: 1.0.7 + string.prototype.trimstart: 1.0.7 + typed-array-buffer: 1.0.0 + typed-array-byte-length: 1.0.0 + typed-array-byte-offset: 1.0.0 typed-array-length: 1.0.4 unbox-primitive: 1.0.2 - which-typed-array: 1.1.9 + which-typed-array: 1.1.11 /es-get-iterator@1.1.3: resolution: @@ -19038,7 +15771,7 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 @@ -19047,10 +15780,31 @@ packages: isarray: 2.0.5 stop-iteration-iterator: 1.0.0 - /es-module-lexer@1.2.1: + /es-iterator-helpers@1.0.15: + resolution: + { + integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==, + } + dependencies: + asynciterator.prototype: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + es-set-tostringtag: 2.0.1 + function-bind: 1.1.1 + get-intrinsic: 1.2.1 + globalthis: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + iterator.prototype: 1.1.2 + safe-array-concat: 1.0.1 + + /es-module-lexer@1.3.1: resolution: { - integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==, + integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==, } /es-set-tostringtag@2.0.1: @@ -19060,7 +15814,7 @@ packages: } engines: { node: ">= 0.4" } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 has-tostringtag: 1.0.0 @@ -19107,13 +15861,6 @@ packages: es6-symbol: 3.1.3 dev: false - /es6-object-assign@1.1.0: - resolution: - { - integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==, - } - dev: true - /es6-symbol@3.1.3: resolution: { @@ -19143,98 +15890,51 @@ packages: } dev: true - /esbuild-register@3.4.2(esbuild@0.17.18): - resolution: - { - integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==, - } - peerDependencies: - esbuild: ">=0.12 <1" - dependencies: - debug: 4.3.4 - esbuild: 0.17.18 - transitivePeerDependencies: - - supports-color - dev: true - - /esbuild-register@3.4.2(esbuild@0.18.17): + /esbuild-register@3.5.0(esbuild@0.18.20): resolution: { - integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==, + integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==, } peerDependencies: esbuild: ">=0.12 <1" dependencies: debug: 4.3.4 - esbuild: 0.18.17 + esbuild: 0.18.20 transitivePeerDependencies: - supports-color dev: true - /esbuild@0.17.18: + /esbuild@0.18.20: resolution: { - integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==, - } - engines: { node: ">=12" } - hasBin: true - requiresBuild: true - optionalDependencies: - "@esbuild/android-arm": 0.17.18 - "@esbuild/android-arm64": 0.17.18 - "@esbuild/android-x64": 0.17.18 - "@esbuild/darwin-arm64": 0.17.18 - "@esbuild/darwin-x64": 0.17.18 - "@esbuild/freebsd-arm64": 0.17.18 - "@esbuild/freebsd-x64": 0.17.18 - "@esbuild/linux-arm": 0.17.18 - "@esbuild/linux-arm64": 0.17.18 - "@esbuild/linux-ia32": 0.17.18 - "@esbuild/linux-loong64": 0.17.18 - "@esbuild/linux-mips64el": 0.17.18 - "@esbuild/linux-ppc64": 0.17.18 - "@esbuild/linux-riscv64": 0.17.18 - "@esbuild/linux-s390x": 0.17.18 - "@esbuild/linux-x64": 0.17.18 - "@esbuild/netbsd-x64": 0.17.18 - "@esbuild/openbsd-x64": 0.17.18 - "@esbuild/sunos-x64": 0.17.18 - "@esbuild/win32-arm64": 0.17.18 - "@esbuild/win32-ia32": 0.17.18 - "@esbuild/win32-x64": 0.17.18 - - /esbuild@0.18.17: - resolution: - { - integrity: sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==, + integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==, } engines: { node: ">=12" } hasBin: true requiresBuild: true optionalDependencies: - "@esbuild/android-arm": 0.18.17 - "@esbuild/android-arm64": 0.18.17 - "@esbuild/android-x64": 0.18.17 - "@esbuild/darwin-arm64": 0.18.17 - "@esbuild/darwin-x64": 0.18.17 - "@esbuild/freebsd-arm64": 0.18.17 - "@esbuild/freebsd-x64": 0.18.17 - "@esbuild/linux-arm": 0.18.17 - "@esbuild/linux-arm64": 0.18.17 - "@esbuild/linux-ia32": 0.18.17 - "@esbuild/linux-loong64": 0.18.17 - "@esbuild/linux-mips64el": 0.18.17 - "@esbuild/linux-ppc64": 0.18.17 - "@esbuild/linux-riscv64": 0.18.17 - "@esbuild/linux-s390x": 0.18.17 - "@esbuild/linux-x64": 0.18.17 - "@esbuild/netbsd-x64": 0.18.17 - "@esbuild/openbsd-x64": 0.18.17 - "@esbuild/sunos-x64": 0.18.17 - "@esbuild/win32-arm64": 0.18.17 - "@esbuild/win32-ia32": 0.18.17 - "@esbuild/win32-x64": 0.18.17 - dev: true + "@esbuild/android-arm": 0.18.20 + "@esbuild/android-arm64": 0.18.20 + "@esbuild/android-x64": 0.18.20 + "@esbuild/darwin-arm64": 0.18.20 + "@esbuild/darwin-x64": 0.18.20 + "@esbuild/freebsd-arm64": 0.18.20 + "@esbuild/freebsd-x64": 0.18.20 + "@esbuild/linux-arm": 0.18.20 + "@esbuild/linux-arm64": 0.18.20 + "@esbuild/linux-ia32": 0.18.20 + "@esbuild/linux-loong64": 0.18.20 + "@esbuild/linux-mips64el": 0.18.20 + "@esbuild/linux-ppc64": 0.18.20 + "@esbuild/linux-riscv64": 0.18.20 + "@esbuild/linux-s390x": 0.18.20 + "@esbuild/linux-x64": 0.18.20 + "@esbuild/netbsd-x64": 0.18.20 + "@esbuild/openbsd-x64": 0.18.20 + "@esbuild/sunos-x64": 0.18.20 + "@esbuild/win32-arm64": 0.18.20 + "@esbuild/win32-ia32": 0.18.20 + "@esbuild/win32-x64": 0.18.20 /escalade@3.1.1: resolution: @@ -19270,10 +15970,10 @@ packages: } engines: { node: ">=10" } - /escodegen@2.0.0: + /escodegen@2.1.0: resolution: { - integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==, + integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==, } engines: { node: ">=6.0" } hasBin: true @@ -19281,11 +15981,10 @@ packages: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 - optionator: 0.8.3 optionalDependencies: source-map: 0.6.1 - /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.27.5)(eslint@8.39.0): + /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.28.1)(eslint@8.49.0): resolution: { integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==, @@ -19296,13 +15995,13 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.39.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) + eslint: 8.49.0 + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) object.assign: 4.1.4 - object.entries: 1.1.6 - semver: 6.3.0 + object.entries: 1.1.7 + semver: 6.3.1 - /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.39.0): + /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.49.0): resolution: { integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==, @@ -19315,82 +16014,80 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.39.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.39.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.39.0) - eslint-plugin-react: 7.32.2(eslint@8.39.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.39.0) + eslint: 8.49.0 + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.49.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.49.0) + eslint-plugin-react: 7.33.2(eslint@8.49.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.49.0) object.assign: 4.1.4 - object.entries: 1.1.6 + object.entries: 1.1.7 - /eslint-config-next@11.0.1(eslint@8.39.0)(next@13.3.4)(typescript@4.9.5): + /eslint-config-next@13.5.2(eslint@8.49.0)(typescript@4.9.5): resolution: { - integrity: sha512-yy63K4Bmy8amE6VMb26CZK6G99cfVX3JaMTvuvmq/LL8/b8vKHcauUZREBTAQ+2DrIvlH4YrFXrkQ1vpYDL9Eg==, + integrity: sha512-kCF7k7fHBtFtxfP6J6AP6Mo0vW3CrFeoIuoZ7NHGIvLFc/RUaIspJ6inO/R33zE1o9t/lbJgTnsqnRB++sxCUQ==, } peerDependencies: - eslint: ^7.23.0 - next: ">=10.2.0" + eslint: ^7.23.0 || ^8.0.0 typescript: ">=3.3.1" peerDependenciesMeta: typescript: optional: true dependencies: - "@next/eslint-plugin-next": 11.0.1 - "@rushstack/eslint-patch": 1.3.2 - "@typescript-eslint/parser": 4.33.0(eslint@8.39.0)(typescript@4.9.5) - eslint: 8.39.0 - eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.27.5)(eslint@8.39.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.39.0) - eslint-plugin-react: 7.32.2(eslint@8.39.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.39.0) - next: 13.3.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + "@next/eslint-plugin-next": 13.5.2 + "@rushstack/eslint-patch": 1.4.0 + "@typescript-eslint/parser": 6.7.2(eslint@8.49.0)(typescript@4.9.5) + eslint: 8.49.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.49.0) + eslint-plugin-react: 7.33.2(eslint@8.49.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.49.0) typescript: 4.9.5 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color dev: true - /eslint-config-prettier@8.8.0(eslint@8.39.0): + /eslint-config-prettier@8.10.0(eslint@8.49.0): resolution: { - integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==, + integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==, } hasBin: true peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.39.0 + eslint: 8.49.0 - /eslint-config-turbo@1.9.4(eslint@8.39.0): + /eslint-config-turbo@1.10.14(eslint@8.49.0): resolution: { - integrity: sha512-pB9Jg1Zn0Qo25LLxmvcMgjBmw8sEt6rwJO8oTKjO4DEQVUAMoNHcR7bdQCdIszHV3c1tYUjbJgm0L1B9qU81nw==, + integrity: sha512-ZeB+IcuFXy1OICkLuAplVa0euoYbhK+bMEQd0nH9+Lns18lgZRm33mVz/iSoH9VdUzl/1ZmFmoK+RpZc+8R80A==, } peerDependencies: eslint: ">6.6.0" dependencies: - eslint: 8.39.0 - eslint-plugin-turbo: 1.9.4(eslint@8.39.0) + eslint: 8.49.0 + eslint-plugin-turbo: 1.10.14(eslint@8.49.0) dev: false - /eslint-import-resolver-babel-module@5.3.1(@babel/core@7.22.9)(babel-plugin-module-resolver@4.0.0): + /eslint-import-resolver-babel-module@5.3.2(@babel/core@7.22.20)(babel-plugin-module-resolver@4.1.0): resolution: { - integrity: sha512-WomQAkjO7lUNOdU3FG2zgNgylkoAVUmaw04bHgSpM9QrMWuOLLWa2qcP6CrsBd4VWuLRbUPyzrgBc9ZQIx9agw==, + integrity: sha512-K7D8n0O6p/JJncPote8yiuB7chJfu26Yn/Q3gzT53cNzJNS0NUCkI0iuimj4/vWVRHVQvPnYWeq07V8RvKjz/A==, } engines: { node: ">=10.0.0" } peerDependencies: "@babel/core": ^7.0.0-0 - babel-plugin-module-resolver: ^3.0.0 || ^4.0.0 + babel-plugin-module-resolver: ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - "@babel/core": 7.22.9 - babel-plugin-module-resolver: 4.0.0 + "@babel/core": 7.22.20 + babel-plugin-module-resolver: 4.1.0 pkg-up: 3.1.0 - resolve: 1.22.2 + resolve: 1.22.6 dev: true /eslint-import-resolver-jsconfig@1.1.0: @@ -19401,69 +16098,74 @@ packages: dependencies: find-root: 1.1.0 glob-parent: 6.0.2 - resolve: 1.22.2 + resolve: 1.22.6 dev: false - /eslint-import-resolver-node@0.3.7: + /eslint-import-resolver-node@0.3.9: resolution: { - integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==, + integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, } dependencies: debug: 3.2.7(supports-color@5.5.0) - is-core-module: 2.12.0 - resolve: 1.22.2 + is-core-module: 2.13.0 + resolve: 1.22.6 transitivePeerDependencies: - supports-color - /eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.27.5)(eslint@8.39.0): + /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0): resolution: { - integrity: sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==, + integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==, } - engines: { node: ">=4" } + engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: eslint: "*" eslint-plugin-import: "*" dependencies: debug: 4.3.4 - eslint: 8.39.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) - glob: 7.2.3 + enhanced-resolve: 5.15.0 + eslint: 8.49.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) + fast-glob: 3.3.1 + get-tsconfig: 4.7.0 + is-core-module: 2.13.0 is-glob: 4.0.3 - resolve: 1.22.2 - tsconfig-paths: 3.14.2 transitivePeerDependencies: + - "@typescript-eslint/parser" + - eslint-import-resolver-node + - eslint-import-resolver-webpack - supports-color - /eslint-import-resolver-webpack@0.13.2(eslint-plugin-import@2.27.5)(webpack@5.82.0): + /eslint-import-resolver-webpack@0.13.7(eslint-plugin-import@2.28.1)(webpack@5.88.2): resolution: { - integrity: sha512-XodIPyg1OgE2h5BDErz3WJoK7lawxKTJNhgPNafRST6csC/MZC+L5P6kKqsZGRInpbgc02s/WZMrb4uGJzcuRg==, + integrity: sha512-2a+meyMeABBRO4K53Oj1ygkmt5lhQS79Lmx2f684Qnv6gjvD4RLOM5jfPGTXwQ0A2K03WSoKt3HRQu/uBgxF7w==, } engines: { node: ">= 6" } peerDependencies: eslint-plugin-import: ">=1.4.0" webpack: ">=1.11.0" dependencies: - array-find: 1.0.0 + array.prototype.find: 2.2.2 debug: 3.2.7(supports-color@5.5.0) enhanced-resolve: 0.9.1 - eslint-plugin-import: 2.27.5(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0) + eslint-plugin-import: 2.28.1(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0) find-root: 1.1.0 has: 1.0.3 interpret: 1.4.0 - is-core-module: 2.12.0 + is-core-module: 2.13.0 is-regex: 1.1.4 lodash: 4.17.21 - resolve: 1.22.2 - semver: 5.7.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + resolve: 2.0.0-next.4 + semver: 5.7.2 + webpack: 5.88.2(@swc/core@1.3.86)(webpack-cli@4.10.0) transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): resolution: { integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, @@ -19487,15 +16189,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - "@typescript-eslint/parser": 4.33.0(eslint@8.39.0)(typescript@4.9.5) + "@typescript-eslint/parser": 6.7.2(eslint@8.49.0)(typescript@4.9.5) debug: 3.2.7(supports-color@5.5.0) - eslint: 8.39.0 - eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.27.5)(eslint@8.39.0) + eslint: 8.49.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0) transitivePeerDependencies: - supports-color - /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0): + /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0): resolution: { integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, @@ -19520,17 +16222,17 @@ packages: optional: true dependencies: debug: 3.2.7(supports-color@5.5.0) - eslint: 8.39.0 - eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-webpack: 0.13.2(eslint-plugin-import@2.27.5)(webpack@5.82.0) + eslint: 8.49.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-webpack: 0.13.7(eslint-plugin-import@2.28.1)(webpack@5.88.2) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): resolution: { - integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==, + integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==, } engines: { node: ">=4" } peerDependencies: @@ -19540,32 +16242,34 @@ packages: "@typescript-eslint/parser": optional: true dependencies: - "@typescript-eslint/parser": 4.33.0(eslint@8.39.0)(typescript@4.9.5) - array-includes: 3.1.6 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 + "@typescript-eslint/parser": 6.7.2(eslint@8.49.0)(typescript@4.9.5) + array-includes: 3.1.7 + array.prototype.findlastindex: 1.2.3 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 debug: 3.2.7(supports-color@5.5.0) doctrine: 2.1.0 - eslint: 8.39.0 - eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.7.1)(eslint@8.39.0) + eslint: 8.49.0 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) has: 1.0.3 - is-core-module: 2.12.0 + is-core-module: 2.13.0 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.6 - resolve: 1.22.2 - semver: 6.3.0 + object.fromentries: 2.0.7 + object.groupby: 1.0.1 + object.values: 1.1.7 + semver: 6.3.1 tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - /eslint-plugin-import@2.27.5(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0): + /eslint-plugin-import@2.28.1(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0): resolution: { - integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==, + integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==, } engines: { node: ">=4" } peerDependencies: @@ -19575,21 +16279,23 @@ packages: "@typescript-eslint/parser": optional: true dependencies: - array-includes: 3.1.6 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 + array-includes: 3.1.7 + array.prototype.findlastindex: 1.2.3 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 debug: 3.2.7(supports-color@5.5.0) doctrine: 2.1.0 - eslint: 8.39.0 - eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-webpack@0.13.2)(eslint@8.39.0) + eslint: 8.49.0 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.7)(eslint@8.49.0) has: 1.0.3 - is-core-module: 2.12.0 + is-core-module: 2.13.0 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.6 - resolve: 1.22.2 - semver: 6.3.0 + object.fromentries: 2.0.7 + object.groupby: 1.0.1 + object.values: 1.1.7 + semver: 6.3.1 tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -19597,26 +16303,28 @@ packages: - supports-color dev: true - /eslint-plugin-jest-dom@5.0.1(@testing-library/dom@9.2.0)(eslint@8.39.0): + /eslint-plugin-jest-dom@5.1.0(eslint@8.49.0): resolution: { - integrity: sha512-zD/BjNk12R5R9cxIu8oa2HfNeDSknI3ewtN8nygIUMQuieWDnTY9Np//6a1Z3G7Y3dx3l45hCUR4EphsgRmUtA==, + integrity: sha512-JIXZp+E/h/aGlP/rQc4tuOejiHlZXg65qw8JAJMIJA5VsdjOkss/SYcRSqBrQuEOytEM8JvngUjcz31d1RrCrA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: ">=6", yarn: ">=1" } peerDependencies: "@testing-library/dom": ^8.0.0 || ^9.0.0 eslint: ^6.8.0 || ^7.0.0 || ^8.0.0 + peerDependenciesMeta: + "@testing-library/dom": + optional: true dependencies: - "@babel/runtime": 7.22.6 - "@testing-library/dom": 9.2.0 - eslint: 8.39.0 + "@babel/runtime": 7.22.15 + eslint: 8.49.0 requireindex: 1.2.0 dev: false - /eslint-plugin-jest@27.2.3(eslint@8.39.0)(typescript@4.9.5): + /eslint-plugin-jest@27.4.0(eslint@8.49.0)(typescript@4.9.5): resolution: { - integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==, + integrity: sha512-ukVeKmMPAUA5SWjHenvyyXnirKfHKMdOsTZdn5tZx5EW05HGVQwBohigjFZGGj3zuv1cV6hc82FvWv6LdIbkgg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: @@ -19629,8 +16337,8 @@ packages: jest: optional: true dependencies: - "@typescript-eslint/utils": 5.59.2(eslint@8.39.0)(typescript@4.9.5) - eslint: 8.39.0 + "@typescript-eslint/utils": 5.62.0(eslint@8.49.0)(typescript@4.9.5) + eslint: 8.49.0 transitivePeerDependencies: - supports-color - typescript @@ -19646,7 +16354,7 @@ packages: lodash: 4.17.21 vscode-json-languageservice: 4.2.1 - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.39.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.49.0): resolution: { integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==, @@ -19655,65 +16363,65 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - "@babel/runtime": 7.21.5 - aria-query: 5.1.3 - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 + "@babel/runtime": 7.22.15 + aria-query: 5.3.0 + array-includes: 3.1.7 + array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.7 - axe-core: 4.7.0 - axobject-query: 3.1.1 + axe-core: 4.8.1 + axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.39.0 + eslint: 8.49.0 has: 1.0.3 - jsx-ast-utils: 3.3.3 + jsx-ast-utils: 3.3.5 language-tags: 1.0.5 minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - semver: 6.3.0 + object.entries: 1.1.7 + object.fromentries: 2.0.7 + semver: 6.3.1 - /eslint-plugin-markdown@3.0.0(eslint@8.39.0): + /eslint-plugin-markdown@3.0.1(eslint@8.49.0): resolution: { - integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==, + integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.39.0 + eslint: 8.49.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color - /eslint-plugin-module-resolver@1.4.0: + /eslint-plugin-module-resolver@1.5.0: resolution: { - integrity: sha512-B3fZRHrB39gkADPAEAhfvSm34qpn5Tq0CGZjWfoFvU0vODa3po3Sx2CTd3XESXUgEUvIbOdn21nhoq7zGX0aPQ==, + integrity: sha512-fz8oVazFk5jfZRCBgURDIM955QufKePsGNgpu+z/HWedy9HII6jir1PGts+p27rCWWwSw2LXoxS4xll2WH17fw==, } dev: true - /eslint-plugin-playwright@0.12.0(eslint-plugin-jest@27.2.3)(eslint@8.39.0): + /eslint-plugin-playwright@0.16.0(eslint-plugin-jest@27.4.0)(eslint@8.49.0): resolution: { - integrity: sha512-KXuzQjVzca5irMT/7rvzJKsVDGbQr43oQPc8i+SLEBqmfrTxlwMwRqfv9vtZqh4hpU0jmrnA/EOfwtls+5QC1w==, + integrity: sha512-DcHpF0SLbNeh9MT4pMzUGuUSnJ7q5MWbP8sSEFIMS6j7Ggnduq8ghNlfhURgty4c1YFny7Ge9xYTO1FSAoV2Vw==, } peerDependencies: eslint: ">=7" - eslint-plugin-jest: ">=24" + eslint-plugin-jest: ">=25" peerDependenciesMeta: eslint-plugin-jest: optional: true dependencies: - eslint: 8.39.0 - eslint-plugin-jest: 27.2.3(eslint@8.39.0)(typescript@4.9.5) + eslint: 8.49.0 + eslint-plugin-jest: 27.4.0(eslint@8.49.0)(typescript@4.9.5) dev: false - /eslint-plugin-prettier@5.0.0-alpha.2(eslint-config-prettier@8.8.0)(eslint@8.39.0)(prettier@3.0.0): + /eslint-plugin-prettier@5.0.0(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@3.0.3): resolution: { - integrity: sha512-F6YBCbrRzvZwcINw3crm1+/uX/i+rJYaFErPtwCfUoPLywRfY7pwBtI3yMe5OpIotuaiws8cd29oM80ca6NQSQ==, + integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==, } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: @@ -19727,13 +16435,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.39.0 - eslint-config-prettier: 8.8.0(eslint@8.39.0) - prettier: 3.0.0 + eslint: 8.49.0 + eslint-config-prettier: 8.10.0(eslint@8.49.0) + prettier: 3.0.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 - /eslint-plugin-react-hooks@4.6.0(eslint@8.39.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.49.0): resolution: { integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==, @@ -19742,59 +16450,61 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.39.0 + eslint: 8.49.0 - /eslint-plugin-react@7.32.2(eslint@8.39.0): + /eslint-plugin-react@7.33.2(eslint@8.49.0): resolution: { - integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==, + integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==, } engines: { node: ">=4" } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 - array.prototype.tosorted: 1.1.1 + array-includes: 3.1.7 + array.prototype.flatmap: 1.3.2 + array.prototype.tosorted: 1.1.2 doctrine: 2.1.0 - eslint: 8.39.0 + es-iterator-helpers: 1.0.15 + eslint: 8.49.0 estraverse: 5.3.0 - jsx-ast-utils: 3.3.3 + jsx-ast-utils: 3.3.5 minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - object.hasown: 1.1.2 - object.values: 1.1.6 + object.entries: 1.1.7 + object.fromentries: 2.0.7 + object.hasown: 1.1.3 + object.values: 1.1.7 prop-types: 15.8.1 resolve: 2.0.0-next.4 - semver: 6.3.0 - string.prototype.matchall: 4.0.8 + semver: 6.3.1 + string.prototype.matchall: 4.0.10 - /eslint-plugin-testing-library@5.10.3(eslint@8.39.0)(typescript@4.9.5): + /eslint-plugin-testing-library@6.0.1(eslint@8.49.0)(typescript@4.9.5): resolution: { - integrity: sha512-0yhsKFsjHLud5PM+f2dWr9K3rqYzMy4cSHs3lcmFYMa1CdSzRvHGgXvsFarBjZ41gU8jhTdMIkg8jHLxGJqLqw==, + integrity: sha512-CEYtjpcF3hAaQtYsTZqciR7s5z+T0LCMTwJeW+pz6kBnGtc866wAKmhaiK2Gsjc2jWNP7Gt6zhNr2DE1ZW4e+g==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: ">=6" } peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - "@typescript-eslint/utils": 5.59.2(eslint@8.39.0)(typescript@4.9.5) - eslint: 8.39.0 + "@typescript-eslint/utils": 5.62.0(eslint@8.49.0)(typescript@4.9.5) + eslint: 8.49.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-turbo@1.9.4(eslint@8.39.0): + /eslint-plugin-turbo@1.10.14(eslint@8.49.0): resolution: { - integrity: sha512-ySDJl63nIWa+j9WOAnblBWKDyaCTfGCYhSNSMCe0N5Jk01YWMEowFr2bGw31Zg0dOijioYo9ewwfLLKbJYOUmQ==, + integrity: sha512-sBdBDnYr9AjT1g4lR3PBkZDonTrMnR4TvuGv5W0OiF7z9az1rI68yj2UHJZvjkwwcGu5mazWA1AfB0oaagpmfg==, } peerDependencies: eslint: ">6.6.0" dependencies: - eslint: 8.39.0 + dotenv: 16.0.3 + eslint: 8.49.0 dev: false /eslint-scope@5.1.1: @@ -19807,10 +16517,10 @@ packages: esrecurse: 4.3.0 estraverse: 4.3.0 - /eslint-scope@7.2.0: + /eslint-scope@7.2.2: resolution: { - integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==, + integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: @@ -19824,26 +16534,26 @@ packages: } engines: { node: ">=10" } - /eslint-visitor-keys@3.4.0: + /eslint-visitor-keys@3.4.3: resolution: { - integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==, + integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - /eslint@8.39.0: + /eslint@8.49.0: resolution: { - integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==, + integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.39.0) - "@eslint-community/regexpp": 4.5.1 - "@eslint/eslintrc": 2.0.2 - "@eslint/js": 8.39.0 - "@humanwhocodes/config-array": 0.11.8 + "@eslint-community/eslint-utils": 4.4.0(eslint@8.49.0) + "@eslint-community/regexpp": 4.8.1 + "@eslint/eslintrc": 2.1.2 + "@eslint/js": 8.49.0 + "@humanwhocodes/config-array": 0.11.11 "@humanwhocodes/module-importer": 1.0.1 "@nodelib/fs.walk": 1.2.8 ajv: 6.12.6 @@ -19852,46 +16562,43 @@ packages: debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 - eslint-scope: 7.2.0 - eslint-visitor-keys: 3.4.0 - espree: 9.5.1 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.20.0 - grapheme-splitter: 1.0.4 + globals: 13.22.0 + graphemer: 1.4.0 ignore: 5.2.4 - import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.4.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 - optionator: 0.9.1 + optionator: 0.9.3 strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 text-table: 0.2.0 transitivePeerDependencies: - supports-color - /espree@9.5.1: + /espree@9.6.1: resolution: { - integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==, + integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) - eslint-visitor-keys: 3.4.0 + eslint-visitor-keys: 3.4.3 /esprima@4.0.1: resolution: @@ -19940,9 +16647,9 @@ packages: } engines: { node: ">=8.3.0" } dependencies: - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - c8: 7.13.0 + "@babel/traverse": 7.22.20 + "@babel/types": 7.22.19 + c8: 7.14.0 transitivePeerDependencies: - supports-color dev: true @@ -19984,7 +16691,13 @@ packages: integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==, } engines: { node: ">=6" } - dev: false + + /eventemitter3@5.0.1: + resolution: + { + integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==, + } + dev: true /events@1.1.1: resolution: @@ -20001,6 +16714,16 @@ packages: } engines: { node: ">=0.8.x" } + /evp_bytestokey@1.0.3: + resolution: + { + integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==, + } + dependencies: + md5.js: 1.3.5 + safe-buffer: 5.2.1 + dev: true + /execa@5.1.1: resolution: { @@ -20018,10 +16741,10 @@ packages: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - /execa@7.1.1: + /execa@7.2.0: resolution: { - integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==, + integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==, } engines: { node: ^14.18.0 || ^16.14.0 || >=18.0.0 } dependencies: @@ -20049,7 +16772,6 @@ packages: integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==, } engines: { node: ">= 0.8.0" } - dev: true /expand-brackets@2.1.4: resolution: @@ -20077,18 +16799,18 @@ packages: engines: { node: ">=6" } dev: false - /expect@29.5.0: + /expect@29.7.0: resolution: { - integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==, + integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@jest/expect-utils": 29.5.0 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.6.3 - jest-util: 29.6.3 + "@jest/expect-utils": 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 /express-fileupload@1.4.0: resolution: @@ -20257,10 +16979,10 @@ packages: integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, } - /fast-diff@1.2.0: + /fast-diff@1.3.0: resolution: { - integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==, + integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==, } /fast-equals@4.0.3: @@ -20270,19 +16992,6 @@ packages: } dev: false - /fast-glob@3.2.12: - resolution: - { - integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==, - } - engines: { node: ">=8.6.0" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - /fast-glob@3.3.1: resolution: { @@ -20322,10 +17031,10 @@ packages: integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, } - /fast-redact@3.1.2: + /fast-redact@3.3.0: resolution: { - integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==, + integrity: sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ==, } engines: { node: ">=6" } dev: false @@ -20337,16 +17046,6 @@ packages: } dev: false - /fast-xml-parser@4.1.2: - resolution: - { - integrity: sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==, - } - hasBin: true - dependencies: - strnum: 1.0.5 - dev: false - /fast-xml-parser@4.2.5: resolution: { @@ -20356,7 +17055,6 @@ packages: dependencies: strnum: 1.0.5 dev: false - optional: true /fastest-levenshtein@1.0.16: resolution: @@ -20380,7 +17078,6 @@ packages: } dependencies: bser: 2.1.1 - dev: true /fd-slicer@1.1.0: resolution: @@ -20398,20 +17095,13 @@ packages: } dev: true - /fetch-retry@5.0.5: + /fetch-retry@5.0.6: resolution: { - integrity: sha512-q9SvpKH5Ka6h7X2C6r1sP31pQoeDb3o6/R9cg21ahfPAqbIOkW9tus1dXfwYb6G6dOI4F7nVS4Q+LSssBGIz0A==, + integrity: sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==, } dev: true - /fflate@0.3.11: - resolution: - { - integrity: sha512-Rr5QlUeGN1mbOHlaqcSYMKVpPbgLy0AWT/W0EHxA6NGI12yO1jpoui2zBBvU2G824ltM6Ut8BFgfHSBGfkmS0A==, - } - dev: false - /file-entry-cache@6.0.1: resolution: { @@ -20419,9 +17109,9 @@ packages: } engines: { node: ^10.12.0 || >=12.0.0 } dependencies: - flat-cache: 3.0.4 + flat-cache: 3.1.0 - /file-loader@6.2.0(webpack@5.82.0): + /file-loader@6.2.0(webpack@5.88.2): resolution: { integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==, @@ -20431,8 +17121,8 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: loader-utils: 2.0.4 - schema-utils: 3.1.2 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + schema-utils: 3.3.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) /file-system-cache@2.3.0: resolution: @@ -20487,6 +17177,14 @@ packages: dependencies: to-regex-range: 5.0.1 + /filter-obj@2.0.2: + resolution: + { + integrity: sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==, + } + engines: { node: ">=8" } + dev: true + /finalhandler@1.2.0: resolution: { @@ -20606,14 +17304,15 @@ packages: pkg-dir: 4.2.0 dev: true - /flat-cache@3.0.4: + /flat-cache@3.1.0: resolution: { - integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, + integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==, } - engines: { node: ^10.12.0 || >=12.0.0 } + engines: { node: ">=12.0.0" } dependencies: - flatted: 3.2.7 + flatted: 3.2.9 + keyv: 4.5.3 rimraf: 3.0.2 /flatley@5.2.0: @@ -20632,16 +17331,16 @@ packages: } dev: false - /flatted@3.2.7: + /flatted@3.2.9: resolution: { - integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, + integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==, } - /flow-parser@0.205.1: + /flow-parser@0.216.1: resolution: { - integrity: sha512-+RF/e1Et6ZX2I/UG7SGAz3Z8+ulj9xKYLu5AD7Wi8H2llzncU8ZpdKfLR50pPvj4g2a/FbZWkXYL7qHc+zXJNA==, + integrity: sha512-wstw46/C/8bRv/8RySCl15lK376j8DHxm41xFjD9eVL+jSS1UmVpbdLdA0LzGuS2v5uGgQiBLEj6mgSJQwW+MA==, } engines: { node: ">=0.4.0" } dev: true @@ -20670,10 +17369,10 @@ packages: tabbable: 5.3.3 dev: false - /follow-redirects@1.15.2: + /follow-redirects@1.15.3: resolution: { - integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, + integrity: sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==, } engines: { node: ">=4.0" } peerDependencies: @@ -20718,7 +17417,7 @@ packages: engines: { node: ">=14" } dependencies: cross-spawn: 7.0.3 - signal-exit: 4.0.2 + signal-exit: 4.1.0 dev: true /forever-agent@0.6.1: @@ -20728,34 +17427,30 @@ packages: } dev: false - /fork-ts-checker-webpack-plugin@7.3.0(typescript@4.9.5)(webpack@5.82.0): + /fork-ts-checker-webpack-plugin@8.0.0(typescript@4.9.5)(webpack@5.88.2): resolution: { - integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==, + integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==, } engines: { node: ">=12.13.0", yarn: ">=1.0.0" } peerDependencies: typescript: ">3.6.0" - vue-template-compiler: "*" webpack: ^5.11.0 - peerDependenciesMeta: - vue-template-compiler: - optional: true dependencies: - "@babel/code-frame": 7.22.5 + "@babel/code-frame": 7.22.13 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.1.0 deepmerge: 4.3.1 fs-extra: 10.1.0 - memfs: 3.5.1 + memfs: 3.5.3 minimatch: 3.1.2 node-abort-controller: 3.1.1 - schema-utils: 3.1.2 + schema-utils: 3.3.0 semver: 7.5.4 tapable: 2.2.1 typescript: 4.9.5 - webpack: 5.82.0(esbuild@0.17.18) + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) dev: true /form-data@2.3.3: @@ -20782,18 +17477,6 @@ packages: mime-types: 2.1.35 dev: false - /form-data@3.0.1: - resolution: - { - integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==, - } - engines: { node: ">= 6" } - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: true - /form-data@4.0.0: resolution: { @@ -20804,9 +17487,8 @@ packages: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 - dev: false - /formik-mui-lab@1.0.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/lab@5.0.0-alpha.123)(@mui/material@5.14.0)(formik@2.4.2)(react@18.2.0)(tiny-warning@1.0.3): + /formik-mui-lab@1.0.0(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/lab@5.0.0-alpha.123)(@mui/material@5.14.10)(formik@2.4.5)(react@18.2.0)(tiny-warning@1.0.3): resolution: { integrity: sha512-4YSpaFXJ4fJ+er2Eu/XNcKyrrcUEWQiwxWjnSbki9bxRjjSDiKWCrRlDgM+vdl/HEiO+XrwrxA5I9M+xU4r1tg==, @@ -20820,16 +17502,16 @@ packages: react: ">=17.0.2" tiny-warning: ">=1.0.3" dependencies: - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - "@mui/lab": 5.0.0-alpha.123(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/material@5.14.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@mui/material": 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - formik: 2.4.2(react@18.2.0) + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) + "@mui/lab": 5.0.0-alpha.123(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.10)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + "@mui/material": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + formik: 2.4.5(react@18.2.0) react: 18.2.0 tiny-warning: 1.0.3 dev: false - /formik-mui@5.0.0-alpha.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@mui/material@5.14.0)(formik@2.4.2)(react@18.2.0)(tiny-warning@1.0.3): + /formik-mui@5.0.0-alpha.0(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.10)(formik@2.4.5)(react@18.2.0)(tiny-warning@1.0.3): resolution: { integrity: sha512-tcY8B4I3N2UK9ghgVpeBWsXGMDe1y4LVKwI8GiUbLKGB86fI/CN9UMr4FuNo6kzNXvO42LFNmCxdEVzovNCyYQ==, @@ -20842,22 +17524,23 @@ packages: react: ">=17.0.2" tiny-warning: ">=1.0.3" dependencies: - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.10.8)(@types/react@18.2.15)(react@18.2.0) - "@mui/material": 5.14.0(@emotion/react@11.10.8)(@emotion/styled@11.11.0)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - formik: 2.4.2(react@18.2.0) + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.22)(react@18.2.0) + "@mui/material": 5.14.10(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) + formik: 2.4.5(react@18.2.0) react: 18.2.0 tiny-warning: 1.0.3 dev: false - /formik@2.4.2(react@18.2.0): + /formik@2.4.5(react@18.2.0): resolution: { - integrity: sha512-C6nx0hifW2uENP3M6HpPmnAE6HFWCcd8/sqBZEOHZY6lpHJ5qehsfAy43ktpFLEmkBmhiZDei726utcUB9leqg==, + integrity: sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==, } peerDependencies: react: ">=16.8.0" dependencies: + "@types/hoist-non-react-statics": 3.3.2 deepmerge: 2.2.1 hoist-non-react-statics: 3.3.2 lodash: 4.17.21 @@ -20865,7 +17548,7 @@ packages: react: 18.2.0 react-fast-compare: 2.0.4 tiny-warning: 1.0.3 - tslib: 2.5.0 + tslib: 2.6.2 dev: false /forwarded@0.2.0: @@ -20883,10 +17566,10 @@ packages: engines: { node: ">=0.8" } dev: false - /fraction.js@4.2.0: + /fraction.js@4.3.6: resolution: { - integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==, + integrity: sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==, } dev: false @@ -20970,10 +17653,10 @@ packages: minipass: 3.3.6 dev: true - /fs-monkey@1.0.3: + /fs-monkey@1.0.4: resolution: { - integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==, + integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==, } /fs.realpath@1.0.0: @@ -20990,6 +17673,17 @@ packages: engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] requiresBuild: true + dev: true + optional: true + + /fsevents@2.3.3: + resolution: + { + integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, + } + engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } + os: [darwin] + requiresBuild: true optional: true /function-bind@1.1.1: @@ -20998,16 +17692,16 @@ packages: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, } - /function.prototype.name@1.1.5: + /function.prototype.name@1.1.6: resolution: { - integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, + integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 functions-have-names: 1.2.3 /functions-have-names@1.2.3: @@ -21024,24 +17718,6 @@ packages: engines: { node: ">=10" } dev: false - /gauge@3.0.2: - resolution: - { - integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==, - } - engines: { node: ">=10" } - dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 - dev: true - /gensync@1.0.0-beta.2: resolution: { @@ -21056,16 +17732,25 @@ packages: } engines: { node: 6.* || 8.* || >= 10.* } - /get-intrinsic@1.2.0: + /get-intrinsic@1.2.1: resolution: { - integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==, + integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==, } dependencies: function-bind: 1.1.1 has: 1.0.3 + has-proto: 1.0.1 has-symbols: 1.0.3 + /get-nonce@1.0.1: + resolution: + { + integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==, + } + engines: { node: ">=6" } + dev: true + /get-npm-tarball-url@2.0.3: resolution: { @@ -21080,7 +17765,6 @@ packages: integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==, } engines: { node: ">=8.0.0" } - dev: true /get-port@5.1.1: resolution: @@ -21113,14 +17797,15 @@ packages: engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 - /get-tsconfig@4.5.0: + /get-tsconfig@4.7.0: resolution: { - integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==, + integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==, } - dev: false + dependencies: + resolve-pkg-maps: 1.0.0 /get-value@2.0.6: resolution: @@ -21150,9 +17835,9 @@ packages: defu: 6.1.2 https-proxy-agent: 5.0.1 mri: 1.2.0 - node-fetch-native: 1.1.0 - pathe: 1.1.0 - tar: 6.1.14 + node-fetch-native: 1.4.0 + pathe: 1.1.1 + tar: 6.2.0 transitivePeerDependencies: - supports-color dev: true @@ -21202,37 +17887,24 @@ packages: glob: 7.2.3 dev: false - /glob-promise@6.0.2(glob@8.1.0): - resolution: - { - integrity: sha512-Ni2aDyD1ekD6x8/+K4hDriRDbzzfuK4yKpqSymJ4P7IxbtARiOOuU+k40kbHM0sLIlbf1Qh0qdMkAHMZYE6XJQ==, - } - engines: { node: ">=16" } - peerDependencies: - glob: ^8.0.3 - dependencies: - "@types/glob": 8.1.0 - glob: 8.1.0 - dev: true - /glob-to-regexp@0.4.1: resolution: { integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, } - /glob@10.3.3: + /glob@10.3.5: resolution: { - integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==, + integrity: sha512-bYUpUD7XDEHI4Q2O5a7PXGvyw4deKR70kHiDxzQbe925wbZknhOzUt2xBgTkYL6RBcVeXYuD9iNYeqoWbBZQnA==, } engines: { node: ">=16 || 14 >=14.17" } hasBin: true dependencies: foreground-child: 3.1.1 - jackspeak: 2.2.2 + jackspeak: 2.3.3 minimatch: 9.0.3 - minipass: 5.0.0 + minipass: 7.0.3 path-scurry: 1.10.1 dev: true @@ -21248,7 +17920,6 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - dev: false /glob@7.2.3: resolution: @@ -21275,6 +17946,7 @@ packages: inherits: 2.0.4 minimatch: 5.1.6 once: 1.4.0 + dev: false /global@4.4.0: resolution: @@ -21284,6 +17956,7 @@ packages: dependencies: min-document: 2.19.0 process: 0.11.10 + dev: false /globals@11.12.0: resolution: @@ -21292,10 +17965,10 @@ packages: } engines: { node: ">=4" } - /globals@13.20.0: + /globals@13.22.0: resolution: { - integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==, + integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==, } engines: { node: ">=8" } dependencies: @@ -21308,7 +17981,7 @@ packages: } engines: { node: ">= 0.4" } dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 /globby@11.1.0: resolution: @@ -21319,7 +17992,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.12 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -21330,7 +18003,7 @@ packages: integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /graceful-fs@4.2.11: resolution: @@ -21343,31 +18016,38 @@ packages: { integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==, } + dev: true + + /graphemer@1.4.0: + resolution: + { + integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, + } - /graphql-anywhere@4.2.7(graphql@15.5.1): + /graphql-anywhere@4.2.8(graphql@15.8.0): resolution: { - integrity: sha512-fJHvVywWVWjiHuPIMs16Nfjf4zdQUwSO1LKycwBJCWIPeoeQ8LqXK2BgYoZAHkhKEFktZZeYyzS4o/uIUG0z5A==, + integrity: sha512-bKeJJoY9JyWMAiz5isKrtYUdIUBOBiXUOrA9CQgs9Drh9itFtxhWndQH4UBuYfrMticum6Oj1uQ6iSvZk94cMQ==, } peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + graphql: ">= 0.11.0" dependencies: - apollo-utilities: 1.3.4(graphql@15.5.1) - graphql: 15.5.1 + apollo-utilities: 1.3.4(graphql@15.8.0) + graphql: 15.8.0 ts-invariant: 0.3.3 - tslib: 1.14.1 + tslib: 2.6.2 dev: true - /graphql-http@1.18.0(graphql@16.6.0): + /graphql-http@1.22.0(graphql@16.8.1): resolution: { - integrity: sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ==, + integrity: sha512-9RBUlGJWBFqz9LwfpmAbjJL/8j/HCNkZwPBU5+Bfmwez+1Ay43DocMNQYpIWsWqH0Ftv6PTNAh2aRnnMCBJgLw==, } engines: { node: ">=12" } peerDependencies: graphql: ">=0.11 <=16" dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false /graphql-playground-html@1.6.30: @@ -21391,7 +18071,7 @@ packages: graphql-playground-html: 1.6.30 dev: false - /graphql-query-complexity@0.12.0(graphql@16.6.0): + /graphql-query-complexity@0.12.0(graphql@16.8.1): resolution: { integrity: sha512-fWEyuSL6g/+nSiIRgIipfI6UXTI7bAxrpPlCY1c0+V3pAEUo1ybaKmSBgNr1ed2r+agm1plJww8Loig9y6s2dw==, @@ -21399,24 +18079,24 @@ packages: peerDependencies: graphql: ^14.6.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.6.0 + graphql: 16.8.1 lodash.get: 4.4.2 dev: false - /graphql-scalars@1.21.3(graphql@16.6.0): + /graphql-scalars@1.22.2(graphql@16.8.1): resolution: { - integrity: sha512-QLWw3BHmqHZMp9JeYmPpjq7JT9aw/H8TpwmWKJEuMSE3+O7Xe7TduQbOLFzbs1q9UxX6CVkc0O1JO/YfkP/pAw==, + integrity: sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==, } engines: { node: ">=10" } peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.6.0 - tslib: 2.6.1 + graphql: 16.8.1 + tslib: 2.6.2 dev: false - /graphql-tag@2.12.6(graphql@15.5.1): + /graphql-tag@2.12.6(graphql@15.8.0): resolution: { integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==, @@ -21425,10 +18105,10 @@ packages: peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 15.5.1 - tslib: 2.6.1 + graphql: 15.8.0 + tslib: 2.6.2 - /graphql-type-json@0.3.2(graphql@16.6.0): + /graphql-type-json@0.3.2(graphql@16.8.1): resolution: { integrity: sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==, @@ -21436,20 +18116,20 @@ packages: peerDependencies: graphql: ">=0.8.0" dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false - /graphql@15.5.1: + /graphql@15.8.0: resolution: { - integrity: sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==, + integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==, } engines: { node: ">= 10.x" } - /graphql@16.6.0: + /graphql@16.8.1: resolution: { - integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==, + integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==, } engines: { node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0 } dev: false @@ -21490,11 +18170,12 @@ packages: engines: { node: ">=10" } dependencies: duplexer: 0.1.2 + dev: false - /handlebars@4.7.7: + /handlebars@4.7.8: resolution: { - integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==, + integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==, } engines: { node: ">=0.4.7" } hasBin: true @@ -21568,7 +18249,7 @@ packages: integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /has-proto@1.0.1: resolution: @@ -21593,13 +18274,6 @@ packages: dependencies: has-symbols: 1.0.3 - /has-unicode@2.0.1: - resolution: - { - integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, - } - dev: true - /has-value@0.3.1: resolution: { @@ -21652,6 +18326,28 @@ packages: dependencies: function-bind: 1.1.1 + /hash-base@3.1.0: + resolution: + { + integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==, + } + engines: { node: ">=4" } + dependencies: + inherits: 2.0.4 + readable-stream: 3.6.2 + safe-buffer: 5.2.1 + dev: true + + /hash.js@1.1.7: + resolution: + { + integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==, + } + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: true + /he@1.2.0: resolution: { @@ -21675,7 +18371,7 @@ packages: integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -21683,6 +18379,17 @@ packages: value-equal: 1.0.1 dev: false + /hmac-drbg@1.0.1: + resolution: + { + integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==, + } + dependencies: + hash.js: 1.1.7 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: true + /hoist-non-react-statics@3.3.2: resolution: { @@ -21708,10 +18415,10 @@ packages: whatwg-encoding: 2.0.0 dev: false - /html-entities@2.3.3: + /html-entities@2.4.0: resolution: { - integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==, + integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==, } /html-escaper@2.0.2: @@ -21719,7 +18426,6 @@ packages: { integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, } - dev: true /html-minifier-terser@6.1.0: resolution: @@ -21735,7 +18441,7 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.17.1 + terser: 5.20.0 /html-parse-stringify@3.0.1: resolution: @@ -21768,10 +18474,10 @@ packages: through2: 0.4.2 dev: false - /html-webpack-plugin@5.5.1(webpack@5.82.0): + /html-webpack-plugin@5.5.3(webpack@5.88.2): resolution: { - integrity: sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==, + integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==, } engines: { node: ">=10.13.0" } peerDependencies: @@ -21782,7 +18488,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) /htmlparser2@6.1.0: resolution: @@ -21834,14 +18540,21 @@ packages: sshpk: 1.17.0 dev: false - /http-status@1.6.2: + /http-status@1.7.0: resolution: { - integrity: sha512-oUExvfNckrpTpDazph7kNG8sQi5au3BeTo0idaZFXEhTaJKu7GNJCLHI0rYY2wljm548MSTM+Ljj/c6anqu2zQ==, + integrity: sha512-6HZ8T2ywZKtNKOrRA22x4Z+fK+UiWzimWYSTROVHrZ46RX+hKsg9wCQiodRtfNrKfsvOkwsXA6R9q+TmDY+8nQ==, } engines: { node: ">= 0.4.0" } dev: false + /https-browserify@1.0.0: + resolution: + { + integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==, + } + dev: true + /https-proxy-agent@4.0.0: resolution: { @@ -21902,6 +18615,7 @@ packages: { integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==, } + dev: false /i18next-browser-languagedetector@6.1.8: resolution: @@ -21909,23 +18623,23 @@ packages: integrity: sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 dev: false - /i18next-http-middleware@3.3.0: + /i18next-http-middleware@3.3.2: resolution: { - integrity: sha512-WX6uqxNwXccdNm/md5VJ+Q47DF2gjqLvygvgNzb2tCJWPM86FCi2LIvKco70EttlpV9IkfkCVNVF07/56EsSEw==, + integrity: sha512-PSeLXQXr9Qiv9Q3GCWCoIJenKVbxCcVsXb7VMp/mOprV4gu+AMJT7VHw4+QEf6oYW6GU31QSLnfDpLNoSMtx3g==, } dev: false - /i18next@22.4.15: + /i18next@22.5.1: resolution: { - integrity: sha512-yYudtbFrrmWKLEhl6jvKUYyYunj4bTBCe2qIUYAxbXoPusY7YmdwPvOE6fx6UIfWvmlbCWDItr7wIs8KEBZ5Zg==, + integrity: sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 dev: false /iconv-lite@0.4.24: @@ -21947,7 +18661,7 @@ packages: safer-buffer: 2.1.2 dev: false - /icss-utils@5.1.0(postcss@8.4.23): + /icss-utils@5.1.0(postcss@8.4.30): resolution: { integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==, @@ -21956,7 +18670,7 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 /identity-obj-proxy@3.0.0: resolution: @@ -21995,17 +18709,6 @@ packages: } engines: { node: ">= 4" } - /image-size@1.0.0: - resolution: - { - integrity: sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw==, - } - engines: { node: ">=12.0.0" } - hasBin: true - dependencies: - queue: 6.0.2 - dev: false - /image-size@1.0.2: resolution: { @@ -22015,7 +18718,6 @@ packages: hasBin: true dependencies: queue: 6.0.2 - dev: true /immediate@3.0.6: resolution: @@ -22031,11 +18733,12 @@ packages: } dev: false - /immutable@4.3.0: + /immutable@4.3.4: resolution: { - integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==, + integrity: sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==, } + dev: false /import-fresh@3.3.0: resolution: @@ -22099,6 +18802,7 @@ packages: { integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, } + dev: false /internal-slot@1.0.5: resolution: @@ -22107,7 +18811,7 @@ packages: } engines: { node: ">= 0.4" } dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 side-channel: 1.0.4 @@ -22141,6 +18845,15 @@ packages: } engines: { node: ">= 0.10" } + /invariant@2.2.4: + resolution: + { + integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==, + } + dependencies: + loose-envify: 1.4.0 + dev: true + /ip@2.0.0: resolution: { @@ -22214,8 +18927,8 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 - is-typed-array: 1.1.10 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 /is-arrayish@0.2.1: resolution: @@ -22229,6 +18942,15 @@ packages: integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==, } + /is-async-function@2.0.0: + resolution: + { + integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==, + } + engines: { node: ">= 0.4" } + dependencies: + has-tostringtag: 1.0.0 + /is-bigint@1.0.4: resolution: { @@ -22279,10 +19001,10 @@ packages: ci-info: 3.8.0 dev: true - /is-core-module@2.12.0: + /is-core-module@2.13.0: resolution: { - integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==, + integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==, } dependencies: has: 1.0.3 @@ -22369,16 +19091,6 @@ packages: engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true - /is-dom@1.1.0: - resolution: - { - integrity: sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==, - } - dependencies: - is-object: 1.0.2 - is-window: 1.0.2 - dev: true - /is-extendable@0.1.1: resolution: { @@ -22411,6 +19123,14 @@ packages: } engines: { node: ">=0.10.0" } + /is-finalizationregistry@1.0.2: + resolution: + { + integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==, + } + dependencies: + call-bind: 1.0.2 + /is-fullwidth-code-point@3.0.0: resolution: { @@ -22439,7 +19159,6 @@ packages: integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==, } engines: { node: ">=6" } - dev: true /is-generator-function@1.0.10: resolution: @@ -22449,7 +19168,6 @@ packages: engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 - dev: true /is-glob@2.0.1: resolution: @@ -22503,6 +19221,7 @@ packages: { integrity: sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==, } + dev: false /is-inside-container@1.0.0: resolution: @@ -22546,7 +19265,7 @@ packages: engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 dev: true /is-negative-zero@2.0.2: @@ -22590,13 +19309,6 @@ packages: engines: { node: ">=8" } dev: false - /is-object@1.0.2: - resolution: - { - integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==, - } - dev: true - /is-path-cwd@2.2.0: resolution: { @@ -22725,18 +19437,14 @@ packages: dependencies: has-symbols: 1.0.3 - /is-typed-array@1.1.10: + /is-typed-array@1.1.12: resolution: { - integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==, + integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, } engines: { node: ">= 0.4" } dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.2 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.0 + which-typed-array: 1.1.11 /is-typedarray@1.0.0: resolution: @@ -22784,14 +19492,7 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 - - /is-window@1.0.2: - resolution: - { - integrity: sha512-uj00kdXyZb9t9RcAUAwMZAnkBUwdYGhYlt7djMXhfyhUCzwNba50tIiBKR7q0l7tdoBtFVw/3JmLY6fI3rmZmg==, - } - dev: true + get-intrinsic: 1.2.1 /is-windows@1.0.2: resolution: @@ -22858,24 +19559,12 @@ packages: integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==, } dependencies: - node-fetch: 2.6.9 - whatwg-fetch: 3.6.2 + node-fetch: 2.7.0 + whatwg-fetch: 3.6.19 transitivePeerDependencies: - encoding dev: false - /isomorphic-unfetch@3.1.0: - resolution: - { - integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==, - } - dependencies: - node-fetch: 2.6.9 - unfetch: 4.2.0 - transitivePeerDependencies: - - encoding - dev: true - /isstream@0.1.2: resolution: { @@ -22889,7 +19578,6 @@ packages: integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==, } engines: { node: ">=8" } - dev: true /istanbul-lib-instrument@5.2.1: resolution: @@ -22898,26 +19586,39 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/core": 7.22.9 - "@babel/parser": 7.22.7 + "@babel/core": 7.22.20 + "@babel/parser": 7.22.16 "@istanbuljs/schema": 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true - /istanbul-lib-report@3.0.0: + /istanbul-lib-instrument@6.0.0: resolution: { - integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==, + integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==, } - engines: { node: ">=8" } + engines: { node: ">=10" } dependencies: + "@babel/core": 7.22.20 + "@babel/parser": 7.22.16 + "@istanbuljs/schema": 0.1.3 istanbul-lib-coverage: 3.2.0 - make-dir: 3.1.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + + /istanbul-lib-report@3.0.1: + resolution: + { + integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==, + } + engines: { node: ">=10" } + dependencies: + istanbul-lib-coverage: 3.2.0 + make-dir: 4.0.0 supports-color: 7.2.0 - dev: true /istanbul-lib-source-maps@4.0.1: resolution: @@ -22931,23 +19632,33 @@ packages: source-map: 0.6.1 transitivePeerDependencies: - supports-color - dev: true - /istanbul-reports@3.1.5: + /istanbul-reports@3.1.6: resolution: { - integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==, + integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==, } engines: { node: ">=8" } dependencies: html-escaper: 2.0.2 - istanbul-lib-report: 3.0.0 - dev: true + istanbul-lib-report: 3.0.1 + + /iterator.prototype@1.1.2: + resolution: + { + integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==, + } + dependencies: + define-properties: 1.2.1 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + reflect.getprototypeof: 1.0.4 + set-function-name: 2.0.1 - /jackspeak@2.2.2: + /jackspeak@2.3.3: resolution: { - integrity: sha512-mgNtVv4vUuaKA97yxUHoA3+FkuhtxkjdXEWOyB/N76fjy0FjezEt34oy3epBtvCvS+7DyKwqCFWx/oJLV5+kCg==, + integrity: sha512-R2bUw+kVZFS/h1AZqBKrSgDmdmjApzgY0AlCPumopFiAlbUxE2gf+SCuBzQ0cP5hHmUmFYF5yw55T97Th5Kstg==, } engines: { node: ">=14" } dependencies: @@ -22956,10 +19667,10 @@ packages: "@pkgjs/parseargs": 0.11.0 dev: true - /jake@10.8.5: + /jake@10.8.7: resolution: { - integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==, + integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, } engines: { node: ">=10" } hasBin: true @@ -22970,52 +19681,52 @@ packages: minimatch: 3.1.2 dev: true - /jest-changed-files@29.5.0: + /jest-changed-files@29.7.0: resolution: { - integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==, + integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: execa: 5.1.1 + jest-util: 29.7.0 p-limit: 3.1.0 - dev: true - /jest-circus@29.5.0: + /jest-circus@29.7.0: resolution: { - integrity: sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==, + integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@jest/environment": 29.6.4 - "@jest/expect": 29.5.0 - "@jest/test-result": 29.5.0 + "@jest/environment": 29.7.0 + "@jest/expect": 29.7.0 + "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.11.9 + "@types/node": 18.17.18 chalk: 4.1.2 co: 4.6.0 - dedent: 0.7.0 + dedent: 1.5.1 is-generator-fn: 2.1.0 - jest-each: 29.5.0 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.6.3 - jest-runtime: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.6.3 + jest-each: 29.7.0 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 p-limit: 3.1.0 - pretty-format: 29.6.3 - pure-rand: 6.0.2 + pretty-format: 29.7.0 + pure-rand: 6.0.3 slash: 3.0.0 stack-utils: 2.0.6 transitivePeerDependencies: + - babel-plugin-macros - supports-color - dev: true - /jest-cli@29.5.0(@types/node@18.11.9)(ts-node@10.9.1): + /jest-cli@29.7.0(@types/node@18.17.18)(ts-node@10.9.1): resolution: { - integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==, + integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } hasBin: true @@ -23025,28 +19736,27 @@ packages: node-notifier: optional: true dependencies: - "@jest/core": 29.5.0(ts-node@10.9.1) - "@jest/test-result": 29.5.0 + "@jest/core": 29.7.0(ts-node@10.9.1) + "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 chalk: 4.1.2 + create-jest: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) exit: 0.1.2 - graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) - jest-util: 29.6.3 - jest-validate: 29.5.0 - prompts: 2.4.2 + jest-config: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) + jest-util: 29.7.0 + jest-validate: 29.7.0 yargs: 17.7.2 transitivePeerDependencies: - "@types/node" + - babel-plugin-macros - supports-color - ts-node - dev: true - /jest-config@29.5.0(@types/node@18.11.9)(ts-node@10.9.1): + /jest-config@29.7.0(@types/node@18.17.18)(ts-node@10.9.1): resolution: { - integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==, + integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: @@ -23058,74 +19768,72 @@ packages: ts-node: optional: true dependencies: - "@babel/core": 7.22.9 - "@jest/test-sequencer": 29.5.0 + "@babel/core": 7.22.20 + "@jest/test-sequencer": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.11.9 - babel-jest: 29.5.0(@babel/core@7.22.9) + "@types/node": 18.17.18 + babel-jest: 29.7.0(@babel/core@7.22.20) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 29.5.0 - jest-environment-node: 29.5.0 - jest-get-type: 29.4.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-runner: 29.5.0 - jest-util: 29.6.3 - jest-validate: 29.5.0 + jest-circus: 29.7.0 + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.6.3 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@swc/core@1.3.56)(@types/node@18.11.9)(typescript@4.9.5) + ts-node: 10.9.1(@swc/core@1.3.86)(@types/node@18.17.18)(typescript@4.9.5) transitivePeerDependencies: + - babel-plugin-macros - supports-color - dev: true - /jest-diff@29.5.0: + /jest-diff@29.7.0: resolution: { - integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==, + integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: chalk: 4.1.2 - diff-sequences: 29.4.3 - jest-get-type: 29.4.3 - pretty-format: 29.6.3 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 - /jest-docblock@29.4.3: + /jest-docblock@29.7.0: resolution: { - integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==, + integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: detect-newline: 3.1.0 - dev: true - /jest-each@29.5.0: + /jest-each@29.7.0: resolution: { - integrity: sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==, + integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 chalk: 4.1.2 - jest-get-type: 29.4.3 - jest-util: 29.6.3 - pretty-format: 29.6.3 - dev: true + jest-get-type: 29.6.3 + jest-util: 29.7.0 + pretty-format: 29.7.0 - /jest-environment-jsdom@29.6.4: + /jest-environment-jsdom@29.7.0: resolution: { - integrity: sha512-K6wfgUJ16DoMs02JYFid9lOsqfpoVtyJxpRlnTxUHzvZWBnnh2VNGRB9EC1Cro96TQdq5TtSjb3qUjNaJP9IyA==, + integrity: sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: @@ -23134,13 +19842,13 @@ packages: canvas: optional: true dependencies: - "@jest/environment": 29.6.4 - "@jest/fake-timers": 29.6.4 + "@jest/environment": 29.7.0 + "@jest/fake-timers": 29.7.0 "@jest/types": 29.6.3 "@types/jsdom": 20.0.1 - "@types/node": 18.11.9 - jest-mock: 29.6.3 - jest-util: 29.6.3 + "@types/node": 18.17.18 + jest-mock: 29.7.0 + jest-util: 29.7.0 jsdom: 20.0.3 transitivePeerDependencies: - bufferutil @@ -23148,87 +19856,84 @@ packages: - utf-8-validate dev: false - /jest-environment-node@29.5.0: + /jest-environment-node@29.7.0: resolution: { - integrity: sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==, + integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@jest/environment": 29.6.4 - "@jest/fake-timers": 29.6.4 + "@jest/environment": 29.7.0 + "@jest/fake-timers": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.11.9 - jest-mock: 29.6.3 - jest-util: 29.6.3 - dev: true + "@types/node": 18.17.18 + jest-mock: 29.7.0 + jest-util: 29.7.0 - /jest-get-type@29.4.3: + /jest-get-type@29.6.3: resolution: { - integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==, + integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - /jest-haste-map@29.5.0: + /jest-haste-map@29.7.0: resolution: { - integrity: sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==, + integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 - "@types/graceful-fs": 4.1.6 - "@types/node": 18.11.9 + "@types/graceful-fs": 4.1.7 + "@types/node": 18.17.18 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 - jest-regex-util: 29.4.3 - jest-util: 29.6.3 - jest-worker: 29.5.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + jest-worker: 29.7.0 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 - dev: true + fsevents: 2.3.3 - /jest-leak-detector@29.5.0: + /jest-leak-detector@29.7.0: resolution: { - integrity: sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==, + integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - jest-get-type: 29.4.3 - pretty-format: 29.6.3 - dev: true + jest-get-type: 29.6.3 + pretty-format: 29.7.0 - /jest-matcher-utils@29.5.0: + /jest-matcher-utils@29.7.0: resolution: { - integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==, + integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: chalk: 4.1.2 - jest-diff: 29.5.0 - jest-get-type: 29.4.3 - pretty-format: 29.6.3 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 - /jest-message-util@29.6.3: + /jest-message-util@29.7.0: resolution: { - integrity: sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA==, + integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/code-frame": 7.22.5 + "@babel/code-frame": 7.22.13 "@jest/types": 29.6.3 "@types/stack-utils": 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.6.3 + pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -23240,21 +19945,21 @@ packages: engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: "@jest/types": 27.5.1 - "@types/node": 18.11.9 + "@types/node": 18.17.18 dev: true - /jest-mock@29.6.3: + /jest-mock@29.7.0: resolution: { - integrity: sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg==, + integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 - "@types/node": 18.11.9 - jest-util: 29.6.3 + "@types/node": 18.17.18 + jest-util: 29.7.0 - /jest-pnp-resolver@1.2.3(jest-resolve@29.5.0): + /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): resolution: { integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==, @@ -23266,192 +19971,180 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.5.0 - dev: true + jest-resolve: 29.7.0 - /jest-regex-util@29.4.3: + /jest-regex-util@29.6.3: resolution: { - integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==, + integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dev: true - /jest-resolve-dependencies@29.5.0: + /jest-resolve-dependencies@29.7.0: resolution: { - integrity: sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==, + integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - jest-regex-util: 29.4.3 - jest-snapshot: 29.5.0 + jest-regex-util: 29.6.3 + jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color - dev: true - /jest-resolve@29.5.0: + /jest-resolve@29.7.0: resolution: { - integrity: sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==, + integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-pnp-resolver: 1.2.3(jest-resolve@29.5.0) - jest-util: 29.6.3 - jest-validate: 29.5.0 - resolve: 1.22.2 + jest-haste-map: 29.7.0 + jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) + jest-util: 29.7.0 + jest-validate: 29.7.0 + resolve: 1.22.6 resolve.exports: 2.0.2 slash: 3.0.0 - dev: true - /jest-runner@29.5.0: + /jest-runner@29.7.0: resolution: { - integrity: sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==, + integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@jest/console": 29.5.0 - "@jest/environment": 29.6.4 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 + "@jest/console": 29.7.0 + "@jest/environment": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.11.9 + "@types/node": 18.17.18 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 - jest-docblock: 29.4.3 - jest-environment-node: 29.5.0 - jest-haste-map: 29.5.0 - jest-leak-detector: 29.5.0 - jest-message-util: 29.6.3 - jest-resolve: 29.5.0 - jest-runtime: 29.5.0 - jest-util: 29.6.3 - jest-watcher: 29.5.0 - jest-worker: 29.5.0 + jest-docblock: 29.7.0 + jest-environment-node: 29.7.0 + jest-haste-map: 29.7.0 + jest-leak-detector: 29.7.0 + jest-message-util: 29.7.0 + jest-resolve: 29.7.0 + jest-runtime: 29.7.0 + jest-util: 29.7.0 + jest-watcher: 29.7.0 + jest-worker: 29.7.0 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color - dev: true - /jest-runtime@29.5.0: + /jest-runtime@29.7.0: resolution: { - integrity: sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==, + integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@jest/environment": 29.6.4 - "@jest/fake-timers": 29.6.4 - "@jest/globals": 29.5.0 - "@jest/source-map": 29.4.3 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 + "@jest/environment": 29.7.0 + "@jest/fake-timers": 29.7.0 + "@jest/globals": 29.7.0 + "@jest/source-map": 29.6.3 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.11.9 + "@types/node": 18.17.18 chalk: 4.1.2 - cjs-module-lexer: 1.2.2 - collect-v8-coverage: 1.0.1 + cjs-module-lexer: 1.2.3 + collect-v8-coverage: 1.0.2 glob: 7.2.3 graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-message-util: 29.6.3 - jest-mock: 29.6.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.6.3 + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color - dev: true - /jest-snapshot@29.5.0: + /jest-snapshot@29.7.0: resolution: { - integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==, + integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/core": 7.22.9 - "@babel/generator": 7.22.7 - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.9) - "@babel/plugin-syntax-typescript": 7.21.4(@babel/core@7.22.9) - "@babel/traverse": 7.22.8 - "@babel/types": 7.22.5 - "@jest/expect-utils": 29.5.0 - "@jest/transform": 29.5.0 + "@babel/core": 7.22.20 + "@babel/generator": 7.22.15 + "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.20) + "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.20) + "@babel/types": 7.22.19 + "@jest/expect-utils": 29.7.0 + "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/babel__traverse": 7.18.5 - "@types/prettier": 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.9) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.20) chalk: 4.1.2 - expect: 29.5.0 + expect: 29.7.0 graceful-fs: 4.2.11 - jest-diff: 29.5.0 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.6.3 - jest-util: 29.6.3 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 natural-compare: 1.4.0 - pretty-format: 29.6.3 - semver: 7.5.0 + pretty-format: 29.7.0 + semver: 7.5.4 transitivePeerDependencies: - supports-color - dev: true - /jest-util@29.6.3: + /jest-util@29.7.0: resolution: { - integrity: sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==, + integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 - "@types/node": 18.11.9 + "@types/node": 18.17.18 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 picomatch: 2.3.1 - /jest-validate@29.5.0: + /jest-validate@29.7.0: resolution: { - integrity: sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==, + integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 camelcase: 6.3.0 chalk: 4.1.2 - jest-get-type: 29.4.3 + jest-get-type: 29.6.3 leven: 3.1.0 - pretty-format: 29.6.3 - dev: true + pretty-format: 29.7.0 - /jest-watcher@29.5.0: + /jest-watcher@29.7.0: resolution: { - integrity: sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==, + integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@jest/test-result": 29.5.0 + "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.11.9 + "@types/node": 18.17.18 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 29.6.3 + jest-util: 29.7.0 string-length: 4.0.2 - dev: true /jest-worker@27.5.1: resolution: @@ -23460,26 +20153,26 @@ packages: } engines: { node: ">= 10.13.0" } dependencies: - "@types/node": 18.11.9 + "@types/node": 18.17.18 merge-stream: 2.0.0 supports-color: 8.1.1 - /jest-worker@29.5.0: + /jest-worker@29.7.0: resolution: { - integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==, + integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@types/node": 18.11.9 - jest-util: 29.6.3 + "@types/node": 18.17.18 + jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - /jest@29.5.0(@types/node@18.11.9)(ts-node@10.9.1): + /jest@29.7.0(@types/node@18.17.18)(ts-node@10.9.1): resolution: { - integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==, + integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } hasBin: true @@ -23489,36 +20182,36 @@ packages: node-notifier: optional: true dependencies: - "@jest/core": 29.5.0(ts-node@10.9.1) - "@jest/types": 29.5.0 + "@jest/core": 29.7.0(ts-node@10.9.1) + "@jest/types": 29.6.3 import-local: 3.1.0 - jest-cli: 29.5.0(@types/node@18.11.9)(ts-node@10.9.1) + jest-cli: 29.7.0(@types/node@18.17.18)(ts-node@10.9.1) transitivePeerDependencies: - "@types/node" + - babel-plugin-macros - supports-color - ts-node - dev: true - /jiti@1.18.2: + /jiti@1.20.0: resolution: { - integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==, + integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==, } hasBin: true dev: true - /jmespath@0.15.0: + /jmespath@0.16.0: resolution: { - integrity: sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==, + integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==, } engines: { node: ">= 0.6.0" } dev: false - /joi@17.9.2: + /joi@17.10.2: resolution: { - integrity: sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==, + integrity: sha512-hcVhjBxRNW/is3nNLdGLIjkgXetkeGc2wyhydhz8KumG23Aerk4HPjU5zaPAMRqXQFc0xNqXTC7+zQjxr0GlKA==, } dependencies: "@hapi/hoek": 9.3.0 @@ -23528,10 +20221,10 @@ packages: "@sideway/pinpoint": 2.0.0 dev: false - /jose@4.14.4: + /jose@4.14.6: resolution: { - integrity: sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==, + integrity: sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==, } dev: false @@ -23543,26 +20236,6 @@ packages: engines: { node: ">=10" } dev: false - /js-beautify@1.14.8: - resolution: - { - integrity: sha512-4S7HFeI9YfRvRgKnEweohs0tgJj28InHVIj4Nl8Htf96Y6pHg3+tJrmo4ucAM9f7l4SHbFI3IvFAZ2a1eQPbyg==, - } - engines: { node: ">=12" } - hasBin: true - dependencies: - config-chain: 1.1.13 - editorconfig: 0.15.3 - glob: 8.1.0 - nopt: 6.0.0 - dev: true - - /js-sdsl@4.4.0: - resolution: - { - integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==, - } - /js-tokens@4.0.0: resolution: { @@ -23595,7 +20268,7 @@ packages: } dev: false - /jscodeshift-add-imports@1.0.10(jscodeshift@0.13.0): + /jscodeshift-add-imports@1.0.10(jscodeshift@0.13.1): resolution: { integrity: sha512-VUe9DJ3zkWIR62zSRQnmsOVeyt77yD8knvYNna/PzRZlF9j799hJw5sqTZu4EX16XLIqS3FxWz3nXuGuiw9iyQ==, @@ -23603,14 +20276,14 @@ packages: peerDependencies: jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 dependencies: - "@babel/traverse": 7.22.8 - jscodeshift: 0.13.0(@babel/preset-env@7.21.5) - jscodeshift-find-imports: 2.0.4(jscodeshift@0.13.0) + "@babel/traverse": 7.22.20 + jscodeshift: 0.13.1(@babel/preset-env@7.22.20) + jscodeshift-find-imports: 2.0.4(jscodeshift@0.13.1) transitivePeerDependencies: - supports-color dev: true - /jscodeshift-find-imports@2.0.4(jscodeshift@0.13.0): + /jscodeshift-find-imports@2.0.4(jscodeshift@0.13.1): resolution: { integrity: sha512-HxOzjWDOFFSCf8EKSTQGqCxXeRFqZszOywnZ0HuMB9YPDFHVpxftGRsY+QS+Qq8o2qUojlmNU3JEHts5DWYS1A==, @@ -23618,31 +20291,31 @@ packages: peerDependencies: jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 dependencies: - jscodeshift: 0.13.0(@babel/preset-env@7.21.5) + jscodeshift: 0.13.1(@babel/preset-env@7.22.20) dev: true - /jscodeshift@0.13.0(@babel/preset-env@7.21.5): + /jscodeshift@0.13.1(@babel/preset-env@7.22.20): resolution: { - integrity: sha512-FNHLuwh7TeI0F4EzNVIRwUSxSqsGWM5nTv596FK4NfBnEEKFpIcyFeG559DMFGHSTIYA5AY4Fqh2cBrJx0EAwg==, + integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==, } hasBin: true peerDependencies: "@babel/preset-env": ^7.1.6 dependencies: - "@babel/core": 7.22.9 - "@babel/parser": 7.21.8 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-transform-modules-commonjs": 7.21.5(@babel/core@7.22.9) - "@babel/preset-env": 7.21.5(@babel/core@7.22.9) - "@babel/preset-flow": 7.21.4(@babel/core@7.22.9) - "@babel/preset-typescript": 7.21.5(@babel/core@7.22.9) - "@babel/register": 7.21.0(@babel/core@7.22.9) - babel-core: 7.0.0-bridge.0(@babel/core@7.22.9) - colors: 1.4.0 - flow-parser: 0.205.1 + "@babel/core": 7.22.20 + "@babel/parser": 7.22.16 + "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.20) + "@babel/plugin-transform-modules-commonjs": 7.22.15(@babel/core@7.22.20) + "@babel/preset-env": 7.22.20(@babel/core@7.22.20) + "@babel/preset-flow": 7.22.15(@babel/core@7.22.20) + "@babel/preset-typescript": 7.22.15(@babel/core@7.22.20) + "@babel/register": 7.22.15(@babel/core@7.22.20) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.20) + chalk: 4.1.2 + flow-parser: 0.216.1 graceful-fs: 4.2.11 micromatch: 3.1.10 neo-async: 2.6.2 @@ -23654,7 +20327,7 @@ packages: - supports-color dev: true - /jscodeshift@0.14.0(@babel/preset-env@7.21.5): + /jscodeshift@0.14.0(@babel/preset-env@7.22.20): resolution: { integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==, @@ -23663,19 +20336,19 @@ packages: peerDependencies: "@babel/preset-env": ^7.1.6 dependencies: - "@babel/core": 7.22.9 - "@babel/parser": 7.22.7 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.9) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.9) - "@babel/plugin-transform-modules-commonjs": 7.21.5(@babel/core@7.22.9) - "@babel/preset-env": 7.21.5(@babel/core@7.22.9) - "@babel/preset-flow": 7.21.4(@babel/core@7.22.9) - "@babel/preset-typescript": 7.21.5(@babel/core@7.22.9) - "@babel/register": 7.21.0(@babel/core@7.22.9) - babel-core: 7.0.0-bridge.0(@babel/core@7.22.9) + "@babel/core": 7.22.20 + "@babel/parser": 7.22.16 + "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.20) + "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.20) + "@babel/plugin-transform-modules-commonjs": 7.22.15(@babel/core@7.22.20) + "@babel/preset-env": 7.22.20(@babel/core@7.22.20) + "@babel/preset-flow": 7.22.15(@babel/core@7.22.20) + "@babel/preset-typescript": 7.22.15(@babel/core@7.22.20) + "@babel/register": 7.22.15(@babel/core@7.22.20) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.20) chalk: 4.1.2 - flow-parser: 0.205.1 + flow-parser: 0.216.1 graceful-fs: 4.2.11 micromatch: 4.0.5 neo-async: 2.6.2 @@ -23707,23 +20380,23 @@ packages: data-urls: 3.0.2 decimal.js: 10.4.3 domexception: 4.0.0 - escodegen: 2.0.0 + escodegen: 2.1.0 form-data: 4.0.0 html-encoding-sniffer: 3.0.0 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.4 + nwsapi: 2.2.7 parse5: 7.1.2 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.2 + tough-cookie: 4.1.3 w3c-xmlserializer: 4.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.13.0 + ws: 8.14.2 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -23744,30 +20417,30 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.8.2 + acorn: 8.10.0 acorn-globals: 7.0.1 cssstyle: 3.0.0 data-urls: 4.0.0 decimal.js: 10.4.3 domexception: 4.0.0 - escodegen: 2.0.0 + escodegen: 2.1.0 form-data: 4.0.0 html-encoding-sniffer: 3.0.0 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.4 + nwsapi: 2.2.7 parse5: 7.1.2 rrweb-cssom: 0.6.0 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.2 + tough-cookie: 4.1.3 w3c-xmlserializer: 4.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 12.0.1 - ws: 8.13.0 + ws: 8.14.2 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -23781,6 +20454,7 @@ packages: integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, } hasBin: true + dev: true /jsesc@2.5.2: resolution: @@ -23790,6 +20464,12 @@ packages: engines: { node: ">=4" } hasBin: true + /json-buffer@3.0.1: + resolution: + { + integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==, + } + /json-parse-even-better-errors@2.3.1: resolution: { @@ -23805,9 +20485,9 @@ packages: hasBin: true dependencies: "@bcherny/json-schema-ref-parser": 9.0.9 - "@types/json-schema": 7.0.11 - "@types/lodash": 4.14.194 - "@types/prettier": 2.7.2 + "@types/json-schema": 7.0.13 + "@types/lodash": 4.14.198 + "@types/prettier": 2.7.3 cli-color: 2.0.3 get-stdin: 8.0.0 glob: 7.2.3 @@ -23927,15 +20607,21 @@ packages: - supports-color dev: false - /jsonwebtoken@9.0.0: + /jsonwebtoken@9.0.2: resolution: { - integrity: sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==, + integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==, } engines: { node: ">=12", npm: ">=6" } dependencies: jws: 3.2.2 - lodash: 4.17.21 + lodash.includes: 4.3.0 + lodash.isboolean: 3.0.3 + lodash.isinteger: 4.0.4 + lodash.isnumber: 3.0.3 + lodash.isplainobject: 4.0.6 + lodash.isstring: 4.0.1 + lodash.once: 4.1.1 ms: 2.1.3 semver: 7.5.4 dev: false @@ -23959,9 +20645,10 @@ packages: integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 hyphenate-style-name: 1.0.4 jss: 10.10.0 + dev: false /jss-plugin-default-unit@10.10.0: resolution: @@ -23969,8 +20656,9 @@ packages: integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 jss: 10.10.0 + dev: false /jss-plugin-global@10.10.0: resolution: @@ -23978,8 +20666,9 @@ packages: integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 jss: 10.10.0 + dev: false /jss-plugin-nested@10.10.0: resolution: @@ -23987,9 +20676,10 @@ packages: integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 jss: 10.10.0 tiny-warning: 1.0.3 + dev: false /jss-plugin-props-sort@10.10.0: resolution: @@ -23997,8 +20687,9 @@ packages: integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 jss: 10.10.0 + dev: false /jss-plugin-rule-value-function@10.10.0: resolution: @@ -24006,9 +20697,10 @@ packages: integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 jss: 10.10.0 tiny-warning: 1.0.3 + dev: false /jss-plugin-vendor-prefixer@10.10.0: resolution: @@ -24016,9 +20708,10 @@ packages: integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 css-vendor: 2.0.8 jss: 10.10.0 + dev: false /jss@10.10.0: resolution: @@ -24026,20 +20719,23 @@ packages: integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 csstype: 3.1.2 is-in-browser: 1.1.3 tiny-warning: 1.0.3 + dev: false - /jsx-ast-utils@3.3.3: + /jsx-ast-utils@3.3.5: resolution: { - integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==, + integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==, } engines: { node: ">=4.0" } dependencies: - array-includes: 3.1.6 + array-includes: 3.1.7 + array.prototype.flat: 1.3.2 object.assign: 4.1.4 + object.values: 1.1.7 /jwa@1.4.1: resolution: @@ -24091,6 +20787,14 @@ packages: } dev: false + /keyv@4.5.3: + resolution: + { + integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==, + } + dependencies: + json-buffer: 3.0.1 + /kind-of@3.2.2: resolution: { @@ -24132,7 +20836,6 @@ packages: integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, } engines: { node: ">=6" } - dev: true /kleur@4.1.5: resolution: @@ -24178,14 +20881,14 @@ packages: engines: { node: ">=14.0.0" } dependencies: app-root-dir: 1.0.2 - dotenv: 16.0.3 + dotenv: 16.3.1 dotenv-expand: 10.0.0 dev: true - /leaflet@1.9.3: + /leaflet@1.9.4: resolution: { - integrity: sha512-iB2cR9vAkDOu5l3HAay2obcUHZ7xwUBBjph8+PGtmW/2lYhbLizWtG7nTeYht36WfOslixQF9D/uSIzhZgGMfQ==, + integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==, } dev: false @@ -24195,17 +20898,6 @@ packages: integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==, } engines: { node: ">=6" } - dev: true - - /levn@0.3.0: - resolution: - { - integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==, - } - engines: { node: ">= 0.8.0" } - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 /levn@0.4.1: resolution: @@ -24239,78 +20931,47 @@ packages: integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, } - /lint-staged@13.2.2: - resolution: - { - integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==, - } - engines: { node: ^14.13.1 || >=16.0.0 } - hasBin: true - dependencies: - chalk: 5.2.0 - cli-truncate: 3.1.0 - commander: 10.0.1 - debug: 4.3.4 - execa: 7.1.1 - lilconfig: 2.1.0 - listr2: 5.0.8 - micromatch: 4.0.5 - normalize-path: 3.0.0 - object-inspect: 1.12.3 - pidtree: 0.6.0 - string-argv: 0.3.2 - yaml: 2.2.2 - transitivePeerDependencies: - - enquirer - - supports-color - dev: true - - /lint-staged@13.2.3: + /lint-staged@14.0.1: resolution: { - integrity: sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==, + integrity: sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==, } - engines: { node: ^14.13.1 || >=16.0.0 } + engines: { node: ^16.14.0 || >=18.0.0 } hasBin: true dependencies: - chalk: 5.2.0 - cli-truncate: 3.1.0 - commander: 10.0.1 + chalk: 5.3.0 + commander: 11.0.0 debug: 4.3.4 - execa: 7.1.1 + execa: 7.2.0 lilconfig: 2.1.0 - listr2: 5.0.8 + listr2: 6.6.1 micromatch: 4.0.5 - normalize-path: 3.0.0 - object-inspect: 1.12.3 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.2.2 + yaml: 2.3.1 transitivePeerDependencies: - enquirer - supports-color dev: true - /listr2@5.0.8: + /listr2@6.6.1: resolution: { - integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==, + integrity: sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==, } - engines: { node: ^14.13.1 || >=16.0.0 } + engines: { node: ">=16.0.0" } peerDependencies: enquirer: ">= 2.3.0 < 3" peerDependenciesMeta: enquirer: optional: true dependencies: - cli-truncate: 2.1.0 + cli-truncate: 3.1.0 colorette: 2.0.20 - log-update: 4.0.0 - p-map: 4.0.0 + eventemitter3: 5.0.1 + log-update: 5.0.1 rfdc: 1.3.0 - rxjs: 7.8.1 - through: 2.3.8 - wrap-ansi: 7.0.0 + wrap-ansi: 8.1.0 dev: true /load-yaml-file@0.2.0: @@ -24419,6 +21080,20 @@ packages: integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, } + /lodash.escape@4.0.1: + resolution: + { + integrity: sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==, + } + dev: false + + /lodash.flatten@4.4.0: + resolution: + { + integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==, + } + dev: false + /lodash.get@4.4.2: resolution: { @@ -24426,6 +21101,55 @@ packages: } dev: false + /lodash.includes@4.3.0: + resolution: + { + integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==, + } + dev: false + + /lodash.invokemap@4.6.0: + resolution: + { + integrity: sha512-CfkycNtMqgUlfjfdh2BhKO/ZXrP8ePOX5lEU/g0R3ItJcnuxWDwokMGKx1hWcfOikmyOVx6X9IwWnDGlgKl61w==, + } + dev: false + + /lodash.isboolean@3.0.3: + resolution: + { + integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==, + } + dev: false + + /lodash.isinteger@4.0.4: + resolution: + { + integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==, + } + dev: false + + /lodash.isnumber@3.0.3: + resolution: + { + integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==, + } + dev: false + + /lodash.isplainobject@4.0.6: + resolution: + { + integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, + } + dev: false + + /lodash.isstring@4.0.1: + resolution: + { + integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==, + } + dev: false + /lodash.memoize@4.1.2: resolution: { @@ -24439,6 +21163,20 @@ packages: integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, } + /lodash.once@4.1.1: + resolution: + { + integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==, + } + dev: false + + /lodash.pullall@4.2.0: + resolution: + { + integrity: sha512-VhqxBKH0ZxPpLhiu68YD1KnHmbhQJQctcipvmFnqIBDYzcIHzf3Zpu0tpeOKtR4x76p9yohc506eGdOjTmyIBg==, + } + dev: false + /lodash.startcase@4.4.0: resolution: { @@ -24460,6 +21198,13 @@ packages: } dev: false + /lodash.uniqby@4.7.0: + resolution: + { + integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==, + } + dev: false + /lodash@4.17.21: resolution: { @@ -24477,17 +21222,18 @@ packages: is-unicode-supported: 0.1.0 dev: true - /log-update@4.0.0: + /log-update@5.0.1: resolution: { - integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==, + integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==, } - engines: { node: ">=10" } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: - ansi-escapes: 4.3.2 - cli-cursor: 3.1.0 - slice-ansi: 4.0.0 - wrap-ansi: 6.2.0 + ansi-escapes: 5.0.0 + cli-cursor: 4.0.0 + slice-ansi: 5.0.0 + strip-ansi: 7.1.0 + wrap-ansi: 8.1.0 dev: true /logform@2.5.1: @@ -24497,11 +21243,11 @@ packages: } dependencies: "@colors/colors": 1.5.0 - "@types/triple-beam": 1.3.2 + "@types/triple-beam": 1.3.3 fecha: 4.2.3 ms: 2.1.3 safe-stable-stringify: 2.4.3 - triple-beam: 1.3.0 + triple-beam: 1.4.1 dev: true /loose-envify@1.4.0: @@ -24519,12 +21265,12 @@ packages: integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==, } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 - /lru-cache@10.0.0: + /lru-cache@10.0.1: resolution: { - integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==, + integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==, } engines: { node: 14 || >=16.14 } dev: true @@ -24579,13 +21325,24 @@ packages: } hasBin: true - /m3u8-parser@6.0.0: + /m3u8-parser@6.2.0: + resolution: + { + integrity: sha512-qlC00JTxYOxawcqg+RB8jbyNwL3foY/nCY61kyWP+RCuJE9APLeqB/nSlTjb4Mg0yRmyERgjswpdQxMvkeoDrg==, + } + dependencies: + "@babel/runtime": 7.22.15 + "@videojs/vhs-utils": 3.0.5 + global: 4.4.0 + dev: false + + /m3u8-parser@7.1.0: resolution: { - integrity: sha512-s3JfDtqhxTilZQf+P1m9dZc4ohL4O/aylP1VV6g9lhKuQNfAcVUzq7d2wgJ9nZR4ibjuXaP87QzGCV6vB0kV6g==, + integrity: sha512-7N+pk79EH4oLKPEYdgRXgAsKDyA/VCo0qCHlUwacttQA0WqsjZQYmNfywMvjlY9MpEBVZEt0jKFd73Kv15EBYQ==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 "@videojs/vhs-utils": 3.0.5 global: 4.4.0 dev: false @@ -24608,7 +21365,7 @@ packages: engines: { node: ">=6" } dependencies: pify: 4.0.1 - semver: 5.7.1 + semver: 5.7.2 dev: true /make-dir@3.1.0: @@ -24621,12 +21378,20 @@ packages: semver: 6.3.1 dev: true + /make-dir@4.0.0: + resolution: + { + integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, + } + engines: { node: ">=10" } + dependencies: + semver: 7.5.4 + /make-error@1.3.6: resolution: { integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==, } - dev: true /makeerror@1.0.12: resolution: @@ -24635,7 +21400,6 @@ packages: } dependencies: tmpl: 1.0.5 - dev: true /map-cache@0.2.2: resolution: @@ -24677,10 +21441,10 @@ packages: object-visit: 1.0.1 dev: true - /markdown-to-jsx@7.2.0(react@18.2.0): + /markdown-to-jsx@7.3.2(react@18.2.0): resolution: { - integrity: sha512-3l4/Bigjm4bEqjCR6Xr+d4DtM1X6vvtGsMGSjJYyep8RjjIvcWtrXBS8Wbfe1/P+atKNMccpsraESIaWVplzVg==, + integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==, } engines: { node: ">= 10" } peerDependencies: @@ -24698,14 +21462,15 @@ packages: hasBin: true dev: false - /matcher@4.0.0: + /md5.js@1.3.5: resolution: { - integrity: sha512-S6x5wmcDmsDRRU/c2dkccDwQPXoFczc5+HpQ2lON8pnvHlnvHAHj5WlLVvw6n6vNyHuVugYrFohYxbS+pvFpKQ==, + integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==, } - engines: { node: ">=10" } dependencies: - escape-string-regexp: 4.0.0 + hash-base: 3.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 dev: true /md5@2.3.0: @@ -24734,7 +21499,7 @@ packages: integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==, } dependencies: - "@types/mdast": 3.0.11 + "@types/mdast": 3.0.12 mdast-util-to-string: 2.0.0 micromark: 2.11.4 parse-entities: 2.0.0 @@ -24760,6 +21525,7 @@ packages: { integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==, } + dev: true /mdn-data@2.0.28: resolution: @@ -24782,14 +21548,14 @@ packages: } engines: { node: ">= 0.6" } - /memfs@3.5.1: + /memfs@3.5.3: resolution: { - integrity: sha512-UWbFJKvj5k+nETdteFndTpYxdeTMox/ULeqX5k/dpaQJCCFmj5EeKv3dBcyO2xmkRAx2vppRu5dVG7SOtsGOzA==, + integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==, } engines: { node: ">= 4.0.0" } dependencies: - fs-monkey: 1.0.3 + fs-monkey: 1.0.4 /memoize-one@6.0.0: resolution: @@ -24835,6 +21601,7 @@ packages: { integrity: sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==, } + requiresBuild: true dev: false optional: true @@ -24899,10 +21666,10 @@ packages: } engines: { node: ">= 0.6" } - /micro-memoize@4.0.14: + /micro-memoize@4.1.2: resolution: { - integrity: sha512-2tzWP1w2Hh+r7kCYa4f//jpBEA6dAueiuLco38NxfjF9Py3KCCI7wVOTdCvOhmTC043t+ulclVBdl3v+s+UJIQ==, + integrity: sha512-+HzcV2H+rbSJzApgkj0NdTakkC+bnyeiUxgT6/m7mjcz1CmM22KYFKp+EVj1sWe4UYcnriJr5uqHQD/gMHLD+g==, } dev: false @@ -24951,7 +21718,7 @@ packages: braces: 3.0.2 picomatch: 2.3.1 - /migrate-mongo@10.0.0(mongodb@4.16.0): + /migrate-mongo@10.0.0(mongodb@5.9.0): resolution: { integrity: sha512-QA/bBKNMq/FmuK3fDbgwfNoW2riiU1wLDWGXv/tGhUItPLGqcciPPmu29SrnYAzRKMOVaGEXxzmrBs1zp5cQ7Q==, @@ -24967,10 +21734,21 @@ packages: fn-args: 5.0.0 fs-extra: 10.1.0 lodash: 4.17.21 - mongodb: 4.16.0 + mongodb: 5.9.0 p-each-series: 2.2.0 dev: false + /miller-rabin@4.0.1: + resolution: + { + integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==, + } + hasBin: true + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + dev: true + /mime-db@1.52.0: resolution: { @@ -25041,6 +21819,7 @@ packages: } dependencies: dom-walk: 0.1.2 + dev: false /min-indent@1.0.1: resolution: @@ -25049,7 +21828,7 @@ packages: } engines: { node: ">=4" } - /mini-css-extract-plugin@1.6.2(webpack@5.82.0): + /mini-css-extract-plugin@1.6.2(webpack@5.88.2): resolution: { integrity: sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==, @@ -25059,11 +21838,25 @@ packages: webpack: ^4.4.0 || ^5.0.0 dependencies: loader-utils: 2.0.4 - schema-utils: 3.1.2 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + schema-utils: 3.3.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) webpack-sources: 1.4.3 dev: false + /minimalistic-assert@1.0.1: + resolution: + { + integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==, + } + dev: true + + /minimalistic-crypto-utils@1.0.1: + resolution: + { + integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==, + } + dev: true + /minimatch@3.1.2: resolution: { @@ -25127,6 +21920,14 @@ packages: engines: { node: ">=8" } dev: true + /minipass@7.0.3: + resolution: + { + integrity: sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==, + } + engines: { node: ">=16 || 14 >=14.17" } + dev: true + /minizlib@2.1.2: resolution: { @@ -25208,12 +22009,43 @@ packages: mongodb-connection-string-url: 2.6.0 socks: 2.7.1 optionalDependencies: - "@aws-sdk/credential-providers": 3.385.0 + "@aws-sdk/credential-providers": 3.414.0 saslprep: 1.0.3 transitivePeerDependencies: - aws-crt dev: false + /mongodb@5.9.0: + resolution: + { + integrity: sha512-g+GCMHN1CoRUA+wb1Agv0TI4YTSiWr42B5ulkiAfLLHitGK1R+PkSAf3Lr5rPZwi/3F04LiaZEW0Kxro9Fi2TA==, + } + engines: { node: ">=14.20.1" } + peerDependencies: + "@aws-sdk/credential-providers": ^3.188.0 + "@mongodb-js/zstd": ^1.0.0 + kerberos: ^1.0.0 || ^2.0.0 + mongodb-client-encryption: ">=2.3.0 <3" + snappy: ^7.2.2 + peerDependenciesMeta: + "@aws-sdk/credential-providers": + optional: true + "@mongodb-js/zstd": + optional: true + kerberos: + optional: true + mongodb-client-encryption: + optional: true + snappy: + optional: true + dependencies: + bson: 5.5.0 + mongodb-connection-string-url: 2.6.0 + socks: 2.7.1 + optionalDependencies: + "@mongodb-js/saslprep": 1.1.0 + dev: false + /mongoose-aggregate-paginate-v2@1.0.6: resolution: { @@ -25273,16 +22105,16 @@ packages: engines: { node: ">=4.0.0" } dev: false - /mpd-parser@1.1.1: + /mpd-parser@1.2.2: resolution: { - integrity: sha512-uZ/db5wQdlQn1L+OD49YXBhPI9UGeK1SeQE4D5EoaJIhf0WM9X3HDj8d+9PjoG06CgCvGZw3YW/wsHku+CH3yA==, + integrity: sha512-QCfB1koOoZw6E5La1cx+W/Yd0EZlRhHMqMr4TAJez0eRTuPDzPM5FWoiOqjyo37W+ISPLzmfJACSbJFEBjbL4Q==, } hasBin: true dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 "@videojs/vhs-utils": 3.0.5 - "@xmldom/xmldom": 0.8.7 + "@xmldom/xmldom": 0.8.10 global: 4.4.0 dev: false @@ -25312,6 +22144,7 @@ packages: integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, } engines: { node: ">=10" } + dev: false /ms@2.0.0: resolution: @@ -25356,7 +22189,19 @@ packages: engines: { node: ">=8", npm: ">=5" } hasBin: true dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 + global: 4.4.0 + dev: false + + /mux.js@7.0.0: + resolution: + { + integrity: sha512-DeZmr+3NDrO02k4SREtl4VB5GyGPCz2fzMjDxBIlamkxffSTLge97rtNMoonnmFHTp96QggDucUtKv3fmyObrA==, + } + engines: { node: ">=8", npm: ">=5" } + hasBin: true + dependencies: + "@babel/runtime": 7.22.15 global: 4.4.0 dev: false @@ -25465,17 +22310,17 @@ packages: dotenv: 10.0.0 express: 4.18.2 morgan: 1.10.0 - simple-git: 3.18.0 + simple-git: 3.19.1 what-the-diff: 0.6.0 - winston: 3.8.2 + winston: 3.10.0 transitivePeerDependencies: - supports-color dev: true - /next-auth@4.22.3(next@13.4.11)(react-dom@18.2.0)(react@18.2.0): + /next-auth@4.23.1(next@13.5.2)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==, + integrity: sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==, } peerDependencies: next: ^12.2.5 || ^13 @@ -25486,49 +22331,34 @@ packages: nodemailer: optional: true dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 "@panva/hkdf": 1.1.1 cookie: 0.5.0 - jose: 4.14.4 - next: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + jose: 4.14.6 + next: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) oauth: 0.9.15 - openid-client: 5.4.2 - preact: 10.13.2 - preact-render-to-string: 5.2.6(preact@10.13.2) + openid-client: 5.5.0 + preact: 10.17.1 + preact-render-to-string: 5.2.6(preact@10.17.1) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) uuid: 8.3.2 dev: false - /next-images@1.8.1(webpack@5.82.0): + /next-images@1.8.5(webpack@5.88.2): resolution: { - integrity: sha512-/DoXucQKWkEBT2rCQKtm9bb+KTAnd1vVTLO12lX4oxdiBQa2uqn5vhcMPwKsdJlxNBzwg6EVnddFs3aqcwiiGA==, + integrity: sha512-YLBERp92v+Nu2EVxI9+wa32KRuxyxTC8ItbiHUWVPlatUoTl0yRqsNtP39c2vYv27VRvY4LlYcUGjNRBSMUIZA==, } peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - file-loader: 6.2.0(webpack@5.82.0) - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.82.0) - webpack: 5.82.0(esbuild@0.17.18) - dev: false - - /next-seo@5.15.0(next@13.3.4)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg==, - } - peerDependencies: - next: ^8.1.1-canary.54 || >=9.0.0 - react: ">=16.0.0" - react-dom: ">=16.0.0" - dependencies: - next: 13.3.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + file-loader: 6.2.0(webpack@5.88.2) + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.2) + webpack: 5.88.2(esbuild@0.18.20) dev: false - /next-seo@5.15.0(next@13.4.11)(react-dom@18.2.0)(react@18.2.0): + /next-seo@5.15.0(next@13.5.2)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-LGbcY91yDKGMb7YI+28n3g+RuChUkt6pXNpa8FkfKkEmNiJkeRDEXTnnjVtwT9FmMhG6NH8qwHTelGrlYm9rgg==, @@ -25538,24 +22368,24 @@ packages: react: ">=16.0.0" react-dom: ">=16.0.0" dependencies: - next: 13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /next-sitemap@1.6.192(next@13.3.4): + /next-sitemap@1.9.12(next@13.5.2): resolution: { - integrity: sha512-Pvxi5ttn/pedojrCvhGrvXsXg0bSV/scWCLrivO1xeBd+OVGiFyn60WHfx7I0HfW7nFQmbvwGfYffkUMOj/ptg==, + integrity: sha512-kHXf4ZNAGLJyK16HbjzE5X9JlKwXtxW+9J4dh3oT7LSbU/+3bN+VqWjNw/776Otbanf7EJsvl51oQ78qQW5XBQ==, } + engines: { node: ">=14" } hasBin: true peerDependencies: next: "*" dependencies: "@corex/deepmerge": 2.6.148 - matcher: 4.0.0 minimist: 1.2.8 - next: 13.3.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) + next: 13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0) dev: true /next-tick@1.1.0: @@ -25571,97 +22401,48 @@ packages: integrity: sha512-yzJji65xDqcIqjvx5vPJcs1M+MYQTzLM1pXH/qf8Q88ohx+bwVGDc1AeV+HKr1NwvMCNTpwVPSFI7cA5WdyeWA==, } dependencies: - enhanced-resolve: 5.13.0 + enhanced-resolve: 5.15.0 escalade: 3.1.1 dev: false - /next@13.3.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-sod7HeokBSvH5QV0KB+pXeLfcXUlLrGnVUXxHpmhilQ+nQYT3Im2O8DswD5e4uqbR8Pvdu9pcWgb1CbXZQZlmQ==, - } - engines: { node: ">=16.8.0" } - hasBin: true - peerDependencies: - "@opentelemetry/api": ^1.1.0 - fibers: ">= 3.1.0" - node-sass: ^6.0.0 || ^7.0.0 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - "@opentelemetry/api": - optional: true - fibers: - optional: true - node-sass: - optional: true - sass: - optional: true - dependencies: - "@next/env": 13.3.4 - "@swc/helpers": 0.5.1 - busboy: 1.6.0 - caniuse-lite: 1.0.30001517 - postcss: 8.4.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.22.9)(react@18.2.0) - optionalDependencies: - "@next/swc-darwin-arm64": 13.3.4 - "@next/swc-darwin-x64": 13.3.4 - "@next/swc-linux-arm64-gnu": 13.3.4 - "@next/swc-linux-arm64-musl": 13.3.4 - "@next/swc-linux-x64-gnu": 13.3.4 - "@next/swc-linux-x64-musl": 13.3.4 - "@next/swc-win32-arm64-msvc": 13.3.4 - "@next/swc-win32-ia32-msvc": 13.3.4 - "@next/swc-win32-x64-msvc": 13.3.4 - transitivePeerDependencies: - - "@babel/core" - - babel-plugin-macros - - /next@13.4.11(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0): + /next@13.5.2(@babel/core@7.22.20)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-XlJClNF3OPCv99At3BA7TflcF5q2zJAuTcyE4l6f5LWN3Uh8FF4e8PhZfaBk0PKmsKL7yOMGele/UUzbLvLbzw==, + integrity: sha512-vog4UhUaMYAzeqfiAAmgB/QWLW7p01/sg+2vn6bqc/CxHFYizMzLv6gjxKzl31EVFkfl/F+GbxlKizlkTE9RdA==, } - engines: { node: ">=16.8.0" } + engines: { node: ">=16.14.0" } hasBin: true peerDependencies: "@opentelemetry/api": ^1.1.0 - fibers: ">= 3.1.0" react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 peerDependenciesMeta: "@opentelemetry/api": optional: true - fibers: - optional: true sass: optional: true dependencies: - "@next/env": 13.4.11 - "@swc/helpers": 0.5.1 + "@next/env": 13.5.2 + "@swc/helpers": 0.5.2 busboy: 1.6.0 - caniuse-lite: 1.0.30001482 + caniuse-lite: 1.0.30001538 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.22.9)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.22.20)(react@18.2.0) watchpack: 2.4.0 zod: 3.21.4 optionalDependencies: - "@next/swc-darwin-arm64": 13.4.11 - "@next/swc-darwin-x64": 13.4.11 - "@next/swc-linux-arm64-gnu": 13.4.11 - "@next/swc-linux-arm64-musl": 13.4.11 - "@next/swc-linux-x64-gnu": 13.4.11 - "@next/swc-linux-x64-musl": 13.4.11 - "@next/swc-win32-arm64-msvc": 13.4.11 - "@next/swc-win32-ia32-msvc": 13.4.11 - "@next/swc-win32-x64-msvc": 13.4.11 + "@next/swc-darwin-arm64": 13.5.2 + "@next/swc-darwin-x64": 13.5.2 + "@next/swc-linux-arm64-gnu": 13.5.2 + "@next/swc-linux-arm64-musl": 13.5.2 + "@next/swc-linux-x64-gnu": 13.5.2 + "@next/swc-linux-x64-musl": 13.5.2 + "@next/swc-win32-arm64-msvc": 13.5.2 + "@next/swc-win32-ia32-msvc": 13.5.2 + "@next/swc-win32-x64-msvc": 13.5.2 transitivePeerDependencies: - "@babel/core" - babel-plugin-macros @@ -25673,12 +22454,12 @@ packages: } dependencies: lower-case: 2.0.2 - tslib: 2.6.1 + tslib: 2.6.2 - /node-abi@3.40.0: + /node-abi@3.47.0: resolution: { - integrity: sha512-zNy02qivjjRosswoYmPi8hIKJRr8MpQyeKT6qlcq/OnOgA3Rhoae+IYOqsM9V5+JnHWmxKnWOT2GxvtqdtOCXA==, + integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==, } engines: { node: ">=10" } dependencies: @@ -25719,25 +22500,33 @@ packages: minimatch: 3.1.2 dev: true - /node-fetch-native@1.1.0: + /node-fetch-native@1.4.0: resolution: { - integrity: sha512-nl5goFCig93JZ9FIV8GHT9xpNqXbxQUzkOmKIMKmncsBH9jhg7qKex8hirpymkBFmNQ114chEEG5lS4wgK2I+Q==, + integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==, } dev: true - /node-fetch@2.6.1: + /node-fetch@2.6.7(encoding@0.1.13): resolution: { - integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==, + integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==, } engines: { node: 4.x || >=6.0.0 } + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + encoding: 0.1.13 + whatwg-url: 5.0.0 dev: false - /node-fetch@2.6.9: + /node-fetch@2.7.0: resolution: { - integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==, + integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==, } engines: { node: 4.x || >=6.0.0 } peerDependencies: @@ -25753,13 +22542,43 @@ packages: { integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==, } - dev: true - /node-releases@2.0.10: + /node-polyfill-webpack-plugin@2.0.1(webpack@5.88.2): resolution: { - integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==, + integrity: sha512-ZUMiCnZkP1LF0Th2caY6J/eKKoA0TefpoVa68m/LQU1I/mE8rGt4fNYGgNuCcK+aG8P8P43nbeJ2RqJMOL/Y1A==, } + engines: { node: ">=12" } + peerDependencies: + webpack: ">=5" + dependencies: + assert: 2.1.0 + browserify-zlib: 0.2.0 + buffer: 6.0.3 + console-browserify: 1.2.0 + constants-browserify: 1.0.0 + crypto-browserify: 3.12.0 + domain-browser: 4.22.0 + events: 3.3.0 + filter-obj: 2.0.2 + https-browserify: 1.0.0 + os-browserify: 0.3.0 + path-browserify: 1.0.1 + process: 0.11.10 + punycode: 2.3.0 + querystring-es3: 0.2.1 + readable-stream: 4.4.2 + stream-browserify: 3.0.0 + stream-http: 3.2.0 + string_decoder: 1.3.0 + timers-browserify: 2.0.12 + tty-browserify: 0.0.1 + type-fest: 2.19.0 + url: 0.11.3 + util: 0.12.5 + vm-browserify: 1.1.2 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + dev: true /node-releases@2.0.13: resolution: @@ -25776,10 +22595,10 @@ packages: "@sendgrid/mail": 6.5.5 dev: false - /nodemailer@6.9.1: + /nodemailer@6.9.5: resolution: { - integrity: sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA==, + integrity: sha512-/dmdWo62XjumuLc5+AYQZeiRj+PRR8y8qKtFCOyuOl1k/hckZd8durUUHs/ucKx6/8kN+wFxqKJlQ/LK/qR5FA==, } engines: { node: ">=6.0.0" } dev: false @@ -25797,7 +22616,7 @@ packages: ignore-by-default: 1.0.1 minimatch: 3.1.2 pstree.remy: 1.1.8 - semver: 5.7.1 + semver: 5.7.2 simple-update-notifier: 1.1.0 supports-color: 5.5.0 touch: 3.1.0 @@ -25814,17 +22633,6 @@ packages: abbrev: 1.1.1 dev: true - /nopt@6.0.0: - resolution: - { - integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - hasBin: true - dependencies: - abbrev: 1.1.1 - dev: true - /normalize-package-data@2.5.0: resolution: { @@ -25832,8 +22640,8 @@ packages: } dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.2 - semver: 5.7.1 + resolve: 1.22.6 + semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: true @@ -25870,18 +22678,6 @@ packages: dependencies: path-key: 4.0.0 - /npmlog@5.0.1: - resolution: - { - integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==, - } - dependencies: - are-we-there-yet: 2.0.0 - console-control-strings: 1.1.0 - gauge: 3.0.2 - set-blocking: 2.0.0 - dev: true - /nth-check@2.1.1: resolution: { @@ -25890,10 +22686,10 @@ packages: dependencies: boolbase: 1.0.0 - /nwsapi@2.2.4: + /nwsapi@2.2.7: resolution: { - integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==, + integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==, } dev: false @@ -25952,7 +22748,7 @@ packages: engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 /object-keys@0.4.0: resolution: @@ -25968,10 +22764,10 @@ packages: } engines: { node: ">= 0.4" } - /object-to-formdata@4.4.2: + /object-to-formdata@4.5.1: resolution: { - integrity: sha512-fu6UDjsqIfFUu/B3GXJ2IFnNAL/YbsC1PPzqDIFXcfkhdYjTD3K4zqhyD/lZ6+KdP9O/64YIPckIOiS5ouXwLA==, + integrity: sha512-QiM9D0NiU5jV6J6tjE1g7b4Z2tcUnKs1OPUi4iMb2zH+7jwlcUrASghgkFk9GtzqNNq8rTQJtT8AzjBAvLoNMw==, } dev: false @@ -25993,40 +22789,51 @@ packages: engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 - /object.entries@1.1.6: + /object.entries@1.1.7: resolution: { - integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==, + integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 - /object.fromentries@2.0.6: + /object.fromentries@2.0.7: resolution: { - integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==, + integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + + /object.groupby@1.0.1: + resolution: + { + integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==, + } + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + get-intrinsic: 1.2.1 - /object.hasown@1.1.2: + /object.hasown@1.1.3: resolution: { - integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==, + integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==, } dependencies: - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 /object.pick@1.3.0: resolution: @@ -26038,16 +22845,16 @@ packages: isobject: 3.0.1 dev: true - /object.values@1.1.6: + /object.values@1.1.7: resolution: { - integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==, + integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 /objectorarray@1.0.5: resolution: @@ -26132,17 +22939,6 @@ packages: dependencies: mimic-fn: 4.0.0 - /open@7.4.2: - resolution: - { - integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==, - } - engines: { node: ">=8" } - dependencies: - is-docker: 2.2.1 - is-wsl: 2.2.0 - dev: true - /open@8.4.2: resolution: { @@ -26173,55 +22969,43 @@ packages: integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==, } hasBin: true + dev: false - /openid-client@5.4.2: + /openid-client@5.5.0: resolution: { - integrity: sha512-lIhsdPvJ2RneBm3nGBBhQchpe3Uka//xf7WPHTIglery8gnckvW7Bd9IaQzekzXJvWthCMyi/xVEyGW0RFPytw==, + integrity: sha512-Y7Xl8BgsrkzWLHkVDYuroM67hi96xITyEDSkmWaGUiNX6CkcXC3XyQGdv5aWZ6dukVKBFVQCADi9gCavOmU14w==, } dependencies: - jose: 4.14.4 + jose: 4.14.6 lru-cache: 6.0.0 object-hash: 2.2.0 oidc-token-hash: 5.0.3 dev: false - /optimism@0.16.2: + /optimism@0.17.5: resolution: { - integrity: sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==, + integrity: sha512-TEcp8ZwK1RczmvMnvktxHSF2tKgMWjJ71xEFGX5ApLh67VsMSTy1ZUlipJw8W+KaqgOmQ+4pqwkeivY89j+4Vw==, } dependencies: "@wry/context": 0.7.3 - "@wry/trie": 0.3.2 - - /optionator@0.8.3: - resolution: - { - integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==, - } - engines: { node: ">= 0.8.0" } - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 + "@wry/trie": 0.4.3 + tslib: 2.6.2 - /optionator@0.9.1: + /optionator@0.9.3: resolution: { - integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==, + integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, } engines: { node: ">= 0.8.0" } dependencies: + "@aashutoshrathi/word-wrap": 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 - word-wrap: 1.2.3 /ora@5.4.1: resolution: @@ -26233,7 +23017,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.0 + cli-spinners: 2.9.1 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -26241,6 +23025,13 @@ packages: wcwidth: 1.0.1 dev: true + /os-browserify@0.3.0: + resolution: + { + integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==, + } + dev: true + /os-tmpdir@1.0.2: resolution: { @@ -26371,6 +23162,13 @@ packages: } dev: true + /pako@1.0.11: + resolution: + { + integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==, + } + dev: true + /papaparse@5.4.1: resolution: { @@ -26385,7 +23183,7 @@ packages: } dependencies: dot-case: 3.0.4 - tslib: 2.6.1 + tslib: 2.6.2 /parent-module@1.0.1: resolution: @@ -26396,6 +23194,19 @@ packages: dependencies: callsites: 3.1.0 + /parse-asn1@5.1.6: + resolution: + { + integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==, + } + dependencies: + asn1.js: 5.4.1 + browserify-aes: 1.2.0 + evp_bytestokey: 1.0.3 + pbkdf2: 3.1.2 + safe-buffer: 5.2.1 + dev: true + /parse-entities@2.0.0: resolution: { @@ -26416,7 +23227,7 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/code-frame": 7.22.5 + "@babel/code-frame": 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -26444,7 +23255,7 @@ packages: } dependencies: no-case: 3.0.4 - tslib: 2.6.1 + tslib: 2.6.2 /pascalcase@0.1.1: resolution: @@ -26480,7 +23291,7 @@ packages: integrity: sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==, } dependencies: - jsonwebtoken: 9.0.0 + jsonwebtoken: 9.0.2 passport-strategy: 1.0.0 dev: false @@ -26576,8 +23387,8 @@ packages: } engines: { node: ">=16 || 14 >=14.17" } dependencies: - lru-cache: 10.0.0 - minipass: 5.0.0 + lru-cache: 10.0.1 + minipass: 7.0.3 dev: true /path-to-regexp@0.1.7: @@ -26602,10 +23413,10 @@ packages: } engines: { node: ">=8" } - /pathe@1.1.0: + /pathe@1.1.1: resolution: { - integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==, + integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==, } dev: true @@ -26616,23 +23427,23 @@ packages: } dev: false - /payload@1.11.8(@types/react@18.2.15)(typescript@4.9.5): + /payload@1.15.6(@types/react@18.2.22)(typescript@4.9.5): resolution: { - integrity: sha512-N5nYYdmY1L1iBqqrrB7frBJwTUx1+yEk4PLKvy3VkQKpegLqyjGLhAGl41H5JIzBGDUFhcOY1feRoG4kOLmFHw==, + integrity: sha512-rK73rUbEcvnSr6q69vD/U5MiH0uXcEL9KIsTnSjX4hGaG3VLXyp/xJ9oq8FF+M15XG4LEGzNyHbqqG2R8yBLtQ==, } engines: { node: ">=14", yarn: ">=1.22 <2" } hasBin: true dependencies: - "@date-io/date-fns": 2.16.0(date-fns@2.30.0) + "@date-io/date-fns": 2.17.0(date-fns@2.30.0) "@dnd-kit/core": 6.0.8(react-dom@18.2.0)(react@18.2.0) "@dnd-kit/sortable": 7.0.2(@dnd-kit/core@6.0.8)(react@18.2.0) "@faceless-ui/modal": 2.0.1(react-dom@18.2.0)(react@18.2.0) "@faceless-ui/scroll-info": 1.3.0(react-dom@18.2.0)(react@18.2.0) "@faceless-ui/window-info": 2.1.1(react-dom@18.2.0)(react@18.2.0) - "@monaco-editor/react": 4.5.1(monaco-editor@0.38.0)(react-dom@18.2.0)(react@18.2.0) - "@swc/core": 1.3.56 - "@swc/register": 0.1.10(@swc/core@1.3.56) + "@monaco-editor/react": 4.5.2(monaco-editor@0.38.0)(react-dom@18.2.0)(react@18.2.0) + "@swc/core": 1.3.78 + "@swc/register": 0.1.10(@swc/core@1.3.78) "@types/sharp": 0.31.1 body-parser: 1.20.2 bson-objectid: 2.0.4 @@ -26640,52 +23451,52 @@ packages: conf: 10.2.0 connect-history-api-fallback: 1.6.0 console-table-printer: 2.11.2 - css-loader: 5.2.7(webpack@5.82.0) - css-minimizer-webpack-plugin: 5.0.1(webpack@5.82.0) + css-loader: 5.2.7(webpack@5.88.2) + css-minimizer-webpack-plugin: 5.0.1(webpack@5.88.2) dataloader: 2.2.2 date-fns: 2.30.0 - deep-equal: 2.2.1 + deep-equal: 2.2.2 deepmerge: 4.3.1 dotenv: 8.6.0 express: 4.18.2 express-fileupload: 1.4.0 express-rate-limit: 5.5.1 - file-loader: 6.2.0(webpack@5.82.0) + file-loader: 6.2.0(webpack@5.88.2) file-type: 16.5.4 find-up: 4.1.0 flatley: 5.2.0 fs-extra: 10.1.0 - get-tsconfig: 4.5.0 - graphql: 16.6.0 - graphql-http: 1.18.0(graphql@16.6.0) + get-tsconfig: 4.7.0 + graphql: 16.8.1 + graphql-http: 1.22.0(graphql@16.8.1) graphql-playground-middleware-express: 1.7.23(express@4.18.2) - graphql-query-complexity: 0.12.0(graphql@16.6.0) - graphql-scalars: 1.21.3(graphql@16.6.0) - graphql-type-json: 0.3.2(graphql@16.6.0) - html-webpack-plugin: 5.5.1(webpack@5.82.0) - http-status: 1.6.2 - i18next: 22.4.15 + graphql-query-complexity: 0.12.0(graphql@16.8.1) + graphql-scalars: 1.22.2(graphql@16.8.1) + graphql-type-json: 0.3.2(graphql@16.8.1) + html-webpack-plugin: 5.5.3(webpack@5.88.2) + http-status: 1.7.0 + i18next: 22.5.1 i18next-browser-languagedetector: 6.1.8 - i18next-http-middleware: 3.3.0 + i18next-http-middleware: 3.3.2 is-hotkey: 0.2.0 is-plain-object: 5.0.0 isomorphic-fetch: 3.0.0 - joi: 17.9.2 + joi: 17.10.2 json-schema-to-typescript: 11.0.3 - jsonwebtoken: 9.0.0 + jsonwebtoken: 9.0.2 jwt-decode: 3.1.2 md5: 2.3.0 method-override: 3.0.0 - micro-memoize: 4.0.14 - mini-css-extract-plugin: 1.6.2(webpack@5.82.0) + micro-memoize: 4.1.2 + mini-css-extract-plugin: 1.6.2(webpack@5.88.2) minimist: 1.2.8 mkdirp: 1.0.4 monaco-editor: 0.38.0 mongoose: 6.11.4 mongoose-aggregate-paginate-v2: 1.0.6 mongoose-paginate-v2: 1.7.22 - nodemailer: 6.9.1 - object-to-formdata: 4.4.2 + nodemailer: 6.9.5 + object-to-formdata: 4.5.1 passport: 0.6.0 passport-anonymous: 1.0.1 passport-headerapikey: 1.2.2 @@ -26693,29 +23504,29 @@ packages: passport-local: 1.0.0 path-browserify: 1.0.1 pino: 6.14.0 - pino-pretty: 9.4.0 + pino-pretty: 9.4.1 pluralize: 8.0.0 - postcss: 8.4.23 - postcss-loader: 6.2.1(postcss@8.4.23)(webpack@5.82.0) - postcss-preset-env: 9.1.1(postcss@8.4.23) + postcss: 8.4.30 + postcss-loader: 6.2.1(postcss@8.4.30)(webpack@5.88.2) + postcss-preset-env: 9.1.4(postcss@8.4.30) probe-image-size: 6.0.0 process: 0.11.10 qs: 6.11.2 qs-middleware: 1.0.3 react: 18.2.0 react-animate-height: 2.1.2(react-dom@18.2.0)(react@18.2.0) - react-datepicker: 4.11.0(react-dom@18.2.0)(react@18.2.0) + react-datepicker: 4.18.0(react-dom@18.2.0)(react@18.2.0) react-diff-viewer-continued: 3.2.6(react-dom@18.2.0)(react@18.2.0) react-dom: 18.2.0(react@18.2.0) react-helmet: 6.1.0(react@18.2.0) - react-i18next: 11.18.6(i18next@22.4.15)(react-dom@18.2.0)(react@18.2.0) + react-i18next: 11.18.6(i18next@22.5.1)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 5.3.4(react@18.2.0) react-router-navigation-prompt: 1.9.6(react-router-dom@5.3.4)(react@18.2.0) - react-select: 5.7.4(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) + react-select: 5.7.5(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) react-toastify: 8.2.0(react-dom@18.2.0)(react@18.2.0) sanitize-filename: 1.6.3 - sass: 1.62.1 - sass-loader: 12.6.0(sass@1.62.1)(webpack@5.82.0) + sass: 1.68.0 + sass-loader: 12.6.0(sass@1.68.0)(webpack@5.88.2) scheduler: 0.23.0 scmp: 2.1.0 sharp: 0.31.3 @@ -26723,19 +23534,19 @@ packages: slate-history: 0.86.0(slate@0.91.4) slate-hyperscript: 0.81.3(slate@0.91.4) slate-react: 0.92.0(react-dom@18.2.0)(react@18.2.0)(slate@0.91.4) - style-loader: 2.0.0(webpack@5.82.0) - swc-loader: 0.2.3(@swc/core@1.3.56)(webpack@5.82.0) - swc-minify-webpack-plugin: 2.1.0(@swc/core@1.3.56)(webpack@5.82.0) - terser-webpack-plugin: 5.3.7(@swc/core@1.3.56)(webpack@5.82.0) + style-loader: 2.0.0(webpack@5.88.2) + swc-loader: 0.2.3(@swc/core@1.3.78)(webpack@5.88.2) + swc-minify-webpack-plugin: 2.1.1(@swc/core@1.3.78)(webpack@5.88.2) + terser-webpack-plugin: 5.3.9(@swc/core@1.3.78)(webpack@5.88.2) ts-essentials: 7.0.3(typescript@4.9.5) - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.82.0) + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.2) use-context-selector: 1.4.1(react-dom@18.2.0)(react@18.2.0)(scheduler@0.23.0) uuid: 8.3.2 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) - webpack-bundle-analyzer: 4.8.0 - webpack-cli: 4.10.0(webpack-bundle-analyzer@4.8.0)(webpack@5.82.0) - webpack-dev-middleware: 6.0.1(webpack@5.82.0) - webpack-hot-middleware: 2.25.3 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) + webpack-bundle-analyzer: 4.9.1 + webpack-cli: 4.10.0(webpack@5.88.2) + webpack-dev-middleware: 6.0.1(webpack@5.88.2) + webpack-hot-middleware: 2.25.4 transitivePeerDependencies: - "@parcel/css" - "@swc/css" @@ -26761,6 +23572,20 @@ packages: - webpack-dev-server dev: false + /pbkdf2@3.1.2: + resolution: + { + integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==, + } + engines: { node: ">=0.12" } + dependencies: + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: true + /peek-readable@4.1.0: resolution: { @@ -26831,20 +23656,20 @@ packages: engines: { node: ">=6" } dev: true - /pino-abstract-transport@1.0.0: + /pino-abstract-transport@1.1.0: resolution: { - integrity: sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==, + integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==, } dependencies: - readable-stream: 4.3.0 + readable-stream: 4.4.2 split2: 4.2.0 dev: false - /pino-pretty@9.4.0: + /pino-pretty@9.4.1: resolution: { - integrity: sha512-NIudkNLxnl7MGj1XkvsqVyRgo6meFP82ECXF2PlOI+9ghmbGuBUUqKJ7IZPIxpJw4vhhSva0IuiDSAuGh6TV9g==, + integrity: sha512-loWr5SNawVycvY//hamIzyz3Fh5OSpvkcO13MwdDW+eKIGylobPLqnVGTDwDXkdmpJd1BhEG+qhDw09h6SqJiQ==, } hasBin: true dependencies: @@ -26856,9 +23681,9 @@ packages: joycon: 3.1.1 minimist: 1.2.8 on-exit-leak-free: 2.1.0 - pino-abstract-transport: 1.0.0 + pino-abstract-transport: 1.1.0 pump: 3.0.0 - readable-stream: 4.3.0 + readable-stream: 4.4.2 secure-json-parse: 2.7.0 sonic-boom: 3.3.0 strip-json-comments: 3.1.1 @@ -26878,7 +23703,7 @@ packages: } hasBin: true dependencies: - fast-redact: 3.1.2 + fast-redact: 3.3.0 fast-safe-stringify: 2.1.1 flatstr: 1.0.12 pino-std-serializers: 3.2.0 @@ -26887,10 +23712,10 @@ packages: sonic-boom: 1.4.1 dev: false - /pirates@4.0.5: + /pirates@4.0.6: resolution: { - integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==, + integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==, } engines: { node: ">= 6" } @@ -26901,7 +23726,7 @@ packages: } hasBin: true dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 dev: false /pkg-dir@3.0.0: @@ -26952,28 +23777,42 @@ packages: dependencies: find-up: 3.0.0 - /plaiceholder@2.0.1(sharp@0.31.3): + /plaiceholder@2.5.0(sharp@0.31.3): resolution: { - integrity: sha512-qB1duTU59c9H2pvUP99cnoqtK74cnVXTsB4VSJnOIFnc5bZlY+D54y6gf6+XgWpDeRKtHG2tMPt+kfwGV+d7RQ==, + integrity: sha512-rygdNSWuYzs1GxxGjq2FiJdJB1AUaKhUHP/M7PIrSjAAGuoJC5ACiJx+cZZ+hDmMalxsxOMw0Sbbx3LF8jemGg==, } peerDependencies: - sharp: ">= 0.26.2" + sharp: ">= 0.30.6" dependencies: - blurhash: 1.1.3 - image-size: 1.0.0 + blurhash: 1.1.5 + encoding: 0.1.13 + image-size: 1.0.2 node-cache: 5.1.2 - node-fetch: 2.6.1 + node-fetch: 2.6.7(encoding@0.1.13) sharp: 0.31.3 dev: false - /playwright-core@1.33.0: + /playwright-core@1.38.0: resolution: { - integrity: sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==, + integrity: sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==, } - engines: { node: ">=14" } + engines: { node: ">=16" } + hasBin: true + dev: true + + /playwright@1.38.0: + resolution: + { + integrity: sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==, + } + engines: { node: ">=16" } hasBin: true + dependencies: + playwright-core: 1.38.0 + optionalDependencies: + fsevents: 2.3.2 dev: true /pluralize@8.0.0: @@ -27003,14 +23842,7 @@ packages: } engines: { node: ">=10" } dependencies: - "@babel/runtime": 7.22.6 - dev: true - - /popper.js@1.16.1-lts: - resolution: - { - integrity: sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==, - } + "@babel/runtime": 7.22.15 dev: true /posix-character-classes@0.1.1: @@ -27021,7 +23853,7 @@ packages: engines: { node: ">=0.10.0" } dev: true - /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.23): + /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.30): resolution: { integrity: sha512-IRuCwwAAQbgaLhxQdQcIIK0dCVXg3XDUnzgKD8iwdiYdwU4rMWRWyl/W9/0nA4ihVpq5pyALiHB2veBJ0292pw==, @@ -27030,11 +23862,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-calc@9.0.1(postcss@8.4.27): + /postcss-calc@9.0.1(postcss@8.4.30): resolution: { integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==, @@ -27043,12 +23875,12 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: false - /postcss-clamp@4.1.0(postcss@8.4.23): + /postcss-clamp@4.1.0(postcss@8.4.30): resolution: { integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==, @@ -27057,25 +23889,25 @@ packages: peerDependencies: postcss: ^8.4.6 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-color-functional-notation@6.0.0(postcss@8.4.23): + /postcss-color-functional-notation@6.0.1(postcss@8.4.30): resolution: { - integrity: sha512-kaWTgnhRKFtfMF8H0+NQBFxgr5CGg05WGe07Mc1ld6XHwwRWlqSbHOW0zwf+BtkBQpsdVUu7+gl9dtdvhWMedw==, + integrity: sha512-IouVx77fASIjOChWxkvOjYGnYNKq286cSiKFJwWNICV9NP2xZWVOS9WOriR/8uIB2zt/44bzQyw4GteCLpP2SA==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-color-hex-alpha@9.0.2(postcss@8.4.23): + /postcss-color-hex-alpha@9.0.2(postcss@8.4.30): resolution: { integrity: sha512-SfPjgr//VQ/DOCf80STIAsdAs7sbIbxATvVmd+Ec7JvR8onz9pjawhq3BJM3Pie40EE3TyB0P6hft16D33Nlyg==, @@ -27084,24 +23916,24 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-color-rebeccapurple@9.0.0(postcss@8.4.23): + /postcss-color-rebeccapurple@9.0.1(postcss@8.4.30): resolution: { - integrity: sha512-RmUFL+foS05AKglkEoqfx+KFdKRVmqUAxlHNz4jLqIi7046drIPyerdl4B6j/RA2BSP8FI8gJcHmLRrwJOMnHw==, + integrity: sha512-ds4cq5BjRieizVb2PnvbJ0omg9VCo2/KzluvoFZbxuGpsGJ5BQSD93CHBooinEtangCM5YqUOerGDl4xGmOb6Q==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-colormin@6.0.0(postcss@8.4.27): + /postcss-colormin@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==, @@ -27113,11 +23945,11 @@ packages: browserslist: 4.21.10 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-convert-values@6.0.0(postcss@8.4.27): + /postcss-convert-values@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==, @@ -27127,14 +23959,14 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.10 - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-custom-media@10.0.0(postcss@8.4.23): + /postcss-custom-media@10.0.1(postcss@8.4.30): resolution: { - integrity: sha512-NxDn7C6GJ7X8TsWOa8MbCdq9rLERRLcPfQSp856k1jzMreL8X9M6iWk35JjPRIb9IfRnVohmxAylDRx7n4Rv4g==, + integrity: sha512-fil7cosvzlIAYmZJPtNFcTH0Er7a3GveEK4q5Y/L24eWQHmiw8Fv/E5DMkVpdbNjkGzJxrvowOSt/Il9HZ06VQ==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: @@ -27144,13 +23976,13 @@ packages: "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) "@csstools/css-tokenizer": 2.2.0 "@csstools/media-query-list-parser": 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) - postcss: 8.4.23 + postcss: 8.4.30 dev: false - /postcss-custom-properties@13.3.0(postcss@8.4.23): + /postcss-custom-properties@13.3.1(postcss@8.4.30): resolution: { - integrity: sha512-q4VgtIKSy5+KcUvQ0WxTjDy9DZjQ5VCXAZ9+tT9+aPMbA0z6s2t1nMw0QHszru1ib5ElkXl9JUpYYU37VVUs7g==, + integrity: sha512-TAWyOLz95GGMqDK3KJfi+IvY0MDCR72yBtJBAwxSw2iJ8WbBvIo42p7Luie1yRht3ctQlMBG+wDcFqSBtSpGWw==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: @@ -27159,14 +23991,14 @@ packages: "@csstools/cascade-layer-name-parser": 1.0.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-custom-selectors@7.1.4(postcss@8.4.23): + /postcss-custom-selectors@7.1.5(postcss@8.4.30): resolution: { - integrity: sha512-TU2xyUUBTlpiLnwyE2ZYMUIYB41MKMkBZ8X8ntkqRDQ8sdBLhFFsPgNcOliBd5+/zcK51C9hRnSE7hKUJMxQSw==, + integrity: sha512-0UYtz7GG10bZrRiUdZ/2Flt+hp5p/WP0T7JgAPZ/Xhgb0wFjW/p7QOjE+M58S9Z3x11P9YaNPcrsoOGewWYkcw==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: @@ -27175,11 +24007,11 @@ packages: "@csstools/cascade-layer-name-parser": 1.0.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) "@csstools/css-tokenizer": 2.2.0 - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-dir-pseudo-class@8.0.0(postcss@8.4.23): + /postcss-dir-pseudo-class@8.0.0(postcss@8.4.30): resolution: { integrity: sha512-Oy5BBi0dWPwij/IA+yDYj+/OBMQ9EPqAzTHeSNUYrUWdll/PRJmcbiUj0MNcsBi681I1gcSTLvMERPaXzdbvJg==, @@ -27188,11 +24020,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-discard-comments@6.0.0(postcss@8.4.27): + /postcss-discard-comments@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==, @@ -27201,10 +24033,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /postcss-discard-duplicates@6.0.0(postcss@8.4.27): + /postcss-discard-duplicates@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==, @@ -27213,10 +24045,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /postcss-discard-empty@6.0.0(postcss@8.4.27): + /postcss-discard-empty@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==, @@ -27225,10 +24057,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /postcss-discard-overridden@6.0.0(postcss@8.4.27): + /postcss-discard-overridden@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==, @@ -27237,24 +24069,24 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /postcss-double-position-gradients@5.0.0(postcss@8.4.23): + /postcss-double-position-gradients@5.0.1(postcss@8.4.30): resolution: { - integrity: sha512-wR8npIkrIVUTicUpCWSSo1f/g7gAEIH70FMqCugY4m4j6TX4E0T2Q5rhfO0gqv00biBZdLyb+HkW8x6as+iJNQ==, + integrity: sha512-ogcHzfC5q4nfySyZyNF7crvK3/MRDTh+akzE+l7bgJUjVkhgfahBuI+ZAm/5EeaVSVKnCOgqtC6wTyUFgLVLTw==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-focus-visible@9.0.0(postcss@8.4.23): + /postcss-focus-visible@9.0.0(postcss@8.4.30): resolution: { integrity: sha512-zA4TbVaIaT8npZBEROhZmlc+GBKE8AELPHXE7i4TmIUEQhw/P/mSJfY9t6tBzpQ1rABeGtEOHYrW4SboQeONMQ==, @@ -27263,11 +24095,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-focus-within@8.0.0(postcss@8.4.23): + /postcss-focus-within@8.0.0(postcss@8.4.30): resolution: { integrity: sha512-E7+J9nuQzZaA37D/MUZMX1K817RZGDab8qw6pFwzAkDd/QtlWJ9/WTKmzewNiuxzeq6WWY7ATiRePVoDKp+DnA==, @@ -27276,11 +24108,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-font-variant@5.0.0(postcss@8.4.23): + /postcss-font-variant@5.0.0(postcss@8.4.30): resolution: { integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==, @@ -27288,10 +24120,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 dev: false - /postcss-gap-properties@5.0.0(postcss@8.4.23): + /postcss-gap-properties@5.0.0(postcss@8.4.30): resolution: { integrity: sha512-YjsEEL6890P7MCv6fch6Am1yq0EhQCJMXyT4LBohiu87+4/WqR7y5W3RIv53WdA901hhytgRvjlrAhibhW4qsA==, @@ -27300,50 +24132,39 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 dev: false - /postcss-image-set-function@6.0.0(postcss@8.4.23): + /postcss-image-set-function@6.0.1(postcss@8.4.30): resolution: { - integrity: sha512-bg58QnJexFpPBU4IGPAugAPKV0FuFtX5rHYNSKVaV91TpHN7iwyEzz1bkIPCiSU5+BUN00e+3fV5KFrwIgRocw==, + integrity: sha512-VlZncC9hhZ5tg0JllY4g6Z28BeoPO8DIkelioEEkXL0AA0IORlqYpTi2L8TUnl4YQrlwvBgxVy+mdZJw5R/cIQ==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-initial@4.0.1(postcss@8.4.23): - resolution: - { - integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==, - } - peerDependencies: - postcss: ^8.0.0 - dependencies: - postcss: 8.4.23 - dev: false - - /postcss-lab-function@6.0.1(postcss@8.4.23): + /postcss-lab-function@6.0.4(postcss@8.4.30): resolution: { - integrity: sha512-/Xl6JitDh7jWkcOLxrHcAlEaqkxyaG3g4iDMy5RyhNaiQPJ9Egf2+Mxp1W2qnH5jB2bj59f3RbdKmC6qx1IcXA==, + integrity: sha512-CAgjmxoAoBgZqotwyRX0osAfPOSAwrUanNT0O0ibHapDAiyv/uDJKhy2j6IdFAwnw6XwwXMP4wwnd5ncXuzTbw==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - "@csstools/css-color-parser": 1.2.3(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + "@csstools/css-color-parser": 1.3.1(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) "@csstools/css-parser-algorithms": 2.3.1(@csstools/css-tokenizer@2.2.0) "@csstools/css-tokenizer": 2.2.0 - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - postcss: 8.4.23 + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + postcss: 8.4.30 dev: false - /postcss-loader@6.2.1(postcss@8.4.23)(webpack@5.82.0): + /postcss-loader@6.2.1(postcss@8.4.30)(webpack@5.88.2): resolution: { integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==, @@ -27355,30 +24176,31 @@ packages: dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 - postcss: 8.4.23 + postcss: 8.4.30 semver: 7.5.4 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false - /postcss-loader@7.3.0(postcss@8.4.23)(webpack@5.82.0): + /postcss-loader@7.3.3(postcss@8.4.30)(typescript@4.9.5)(webpack@5.88.2): resolution: { - integrity: sha512-qLAFjvR2BFNz1H930P7mj1iuWJFjGey/nVhimfOAAQ1ZyPpcClAxP8+A55Sl8mBvM+K2a9Pjgdj10KpANWrNfw==, + integrity: sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==, } engines: { node: ">= 14.15.0" } peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 dependencies: - cosmiconfig: 8.1.3 - jiti: 1.18.2 - klona: 2.0.6 - postcss: 8.4.23 - semver: 7.5.0 - webpack: 5.82.0(esbuild@0.17.18) + cosmiconfig: 8.3.6(typescript@4.9.5) + jiti: 1.20.0 + postcss: 8.4.30 + semver: 7.5.4 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + transitivePeerDependencies: + - typescript dev: true - /postcss-logical@7.0.0(postcss@8.4.23): + /postcss-logical@7.0.0(postcss@8.4.30): resolution: { integrity: sha512-zYf3vHkoW82f5UZTEXChTJvH49Yl9X37axTZsJGxrCG2kOUwtaAoz9E7tqYg0lsIoJLybaL8fk/2mOi81zVIUw==, @@ -27387,11 +24209,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-merge-longhand@6.0.0(postcss@8.4.27): + /postcss-merge-longhand@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==, @@ -27400,12 +24222,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 - stylehacks: 6.0.0(postcss@8.4.27) + stylehacks: 6.0.0(postcss@8.4.30) dev: false - /postcss-merge-rules@6.0.1(postcss@8.4.27): + /postcss-merge-rules@6.0.1(postcss@8.4.30): resolution: { integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==, @@ -27416,12 +24238,12 @@ packages: dependencies: browserslist: 4.21.10 caniuse-api: 3.0.0 - cssnano-utils: 4.0.0(postcss@8.4.27) - postcss: 8.4.27 + cssnano-utils: 4.0.0(postcss@8.4.30) + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-minify-font-values@6.0.0(postcss@8.4.27): + /postcss-minify-font-values@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==, @@ -27430,11 +24252,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-minify-gradients@6.0.0(postcss@8.4.27): + /postcss-minify-gradients@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==, @@ -27444,12 +24266,12 @@ packages: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 4.0.0(postcss@8.4.27) - postcss: 8.4.27 + cssnano-utils: 4.0.0(postcss@8.4.30) + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-minify-params@6.0.0(postcss@8.4.27): + /postcss-minify-params@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==, @@ -27459,12 +24281,12 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.10 - cssnano-utils: 4.0.0(postcss@8.4.27) - postcss: 8.4.27 + cssnano-utils: 4.0.0(postcss@8.4.30) + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-minify-selectors@6.0.0(postcss@8.4.27): + /postcss-minify-selectors@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==, @@ -27473,11 +24295,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-modules-extract-imports@3.0.0(postcss@8.4.23): + /postcss-modules-extract-imports@3.0.0(postcss@8.4.30): resolution: { integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==, @@ -27486,23 +24308,23 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 - /postcss-modules-local-by-default@4.0.0(postcss@8.4.23): + /postcss-modules-local-by-default@4.0.3(postcss@8.4.30): resolution: { - integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==, + integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==, } engines: { node: ^10 || ^12 || >= 14 } peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + icss-utils: 5.1.0(postcss@8.4.30) + postcss: 8.4.30 + postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 - /postcss-modules-scope@3.0.0(postcss@8.4.23): + /postcss-modules-scope@3.0.0(postcss@8.4.30): resolution: { integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==, @@ -27511,10 +24333,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.30 + postcss-selector-parser: 6.0.13 - /postcss-modules-values@4.0.0(postcss@8.4.23): + /postcss-modules-values@4.0.0(postcss@8.4.30): resolution: { integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==, @@ -27523,10 +24345,10 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 + icss-utils: 5.1.0(postcss@8.4.30) + postcss: 8.4.30 - /postcss-nesting@12.0.1(postcss@8.4.23): + /postcss-nesting@12.0.1(postcss@8.4.30): resolution: { integrity: sha512-6LCqCWP9pqwXw/njMvNK0hGY44Fxc4B2EsGbn6xDcxbNRzP8GYoxT7yabVVMLrX3quqOJ9hg2jYMsnkedOf8pA==, @@ -27536,11 +24358,11 @@ packages: postcss: ^8.4 dependencies: "@csstools/selector-specificity": 3.0.0(postcss-selector-parser@6.0.13) - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-normalize-charset@6.0.0(postcss@8.4.27): + /postcss-normalize-charset@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==, @@ -27549,10 +24371,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /postcss-normalize-display-values@6.0.0(postcss@8.4.27): + /postcss-normalize-display-values@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==, @@ -27561,11 +24383,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-positions@6.0.0(postcss@8.4.27): + /postcss-normalize-positions@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==, @@ -27574,11 +24396,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-repeat-style@6.0.0(postcss@8.4.27): + /postcss-normalize-repeat-style@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==, @@ -27587,11 +24409,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-string@6.0.0(postcss@8.4.27): + /postcss-normalize-string@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==, @@ -27600,11 +24422,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-timing-functions@6.0.0(postcss@8.4.27): + /postcss-normalize-timing-functions@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==, @@ -27613,11 +24435,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-unicode@6.0.0(postcss@8.4.27): + /postcss-normalize-unicode@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==, @@ -27627,11 +24449,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.10 - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-url@6.0.0(postcss@8.4.27): + /postcss-normalize-url@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==, @@ -27640,11 +24462,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-normalize-whitespace@6.0.0(postcss@8.4.27): + /postcss-normalize-whitespace@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==, @@ -27653,11 +24475,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-opacity-percentage@2.0.0(postcss@8.4.23): + /postcss-opacity-percentage@2.0.0(postcss@8.4.30): resolution: { integrity: sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ==, @@ -27666,10 +24488,10 @@ packages: peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 dev: false - /postcss-ordered-values@6.0.0(postcss@8.4.27): + /postcss-ordered-values@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==, @@ -27678,12 +24500,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 4.0.0(postcss@8.4.27) - postcss: 8.4.27 + cssnano-utils: 4.0.0(postcss@8.4.30) + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-overflow-shorthand@5.0.0(postcss@8.4.23): + /postcss-overflow-shorthand@5.0.0(postcss@8.4.30): resolution: { integrity: sha512-2rlxDyeSics/hC2FuMdPnWiP9WUPZ5x7FTuArXLFVpaSQ2woPSfZS4RD59HuEokbZhs/wPUQJ1E3MT6zVv94MQ==, @@ -27692,11 +24514,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-page-break@3.0.4(postcss@8.4.23): + /postcss-page-break@3.0.4(postcss@8.4.30): resolution: { integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==, @@ -27704,10 +24526,10 @@ packages: peerDependencies: postcss: ^8 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 dev: false - /postcss-place@9.0.0(postcss@8.4.23): + /postcss-place@9.0.0(postcss@8.4.30): resolution: { integrity: sha512-qLEPD9VPH5opDVemwmRaujODF9nExn24VOC3ghgVLEvfYN7VZLwJHes0q/C9YR5hI2UC3VgBE8Wkdp1TxCXhtg==, @@ -27716,80 +24538,80 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-preset-env@9.1.1(postcss@8.4.23): + /postcss-preset-env@9.1.4(postcss@8.4.30): resolution: { - integrity: sha512-rMPEqyTLm8JLbvaHnDAdQg6SN4Z/NDOsm+CRefg4HmSOiNpTcBXaw4RAaQbfTNe8BB75l4NpoQ6sMdrutdEpdQ==, + integrity: sha512-k2scWtmYBZhjAzMJw8Fgc4hnfkZa4KpPjK0z6+tTAJ4/3ZAmaJJ1VBQ9T7OS0qvper8AyD+kqN2UB2tYFQ4eeA==, } engines: { node: ^14 || ^16 || >=18 } peerDependencies: postcss: ^8.4 dependencies: - "@csstools/postcss-cascade-layers": 4.0.0(postcss@8.4.23) - "@csstools/postcss-color-function": 3.0.1(postcss@8.4.23) - "@csstools/postcss-color-mix-function": 2.0.1(postcss@8.4.23) - "@csstools/postcss-exponential-functions": 1.0.0(postcss@8.4.23) - "@csstools/postcss-font-format-keywords": 3.0.0(postcss@8.4.23) - "@csstools/postcss-gradients-interpolation-method": 4.0.1(postcss@8.4.23) - "@csstools/postcss-hwb-function": 3.0.1(postcss@8.4.23) - "@csstools/postcss-ic-unit": 3.0.0(postcss@8.4.23) - "@csstools/postcss-is-pseudo-class": 4.0.0(postcss@8.4.23) - "@csstools/postcss-logical-float-and-clear": 2.0.0(postcss@8.4.23) - "@csstools/postcss-logical-resize": 2.0.0(postcss@8.4.23) - "@csstools/postcss-logical-viewport-units": 2.0.1(postcss@8.4.23) - "@csstools/postcss-media-minmax": 1.0.7(postcss@8.4.23) - "@csstools/postcss-media-queries-aspect-ratio-number-values": 2.0.2(postcss@8.4.23) - "@csstools/postcss-nested-calc": 3.0.0(postcss@8.4.23) - "@csstools/postcss-normalize-display-values": 3.0.0(postcss@8.4.23) - "@csstools/postcss-oklab-function": 3.0.1(postcss@8.4.23) - "@csstools/postcss-progressive-custom-properties": 3.0.0(postcss@8.4.23) - "@csstools/postcss-relative-color-syntax": 2.0.1(postcss@8.4.23) - "@csstools/postcss-scope-pseudo-class": 3.0.0(postcss@8.4.23) - "@csstools/postcss-stepped-value-functions": 3.0.1(postcss@8.4.23) - "@csstools/postcss-text-decoration-shorthand": 3.0.0(postcss@8.4.23) - "@csstools/postcss-trigonometric-functions": 3.0.1(postcss@8.4.23) - "@csstools/postcss-unset-value": 3.0.0(postcss@8.4.23) - autoprefixer: 10.4.14(postcss@8.4.23) + "@csstools/postcss-cascade-layers": 4.0.0(postcss@8.4.30) + "@csstools/postcss-color-function": 3.0.4(postcss@8.4.30) + "@csstools/postcss-color-mix-function": 2.0.4(postcss@8.4.30) + "@csstools/postcss-exponential-functions": 1.0.0(postcss@8.4.30) + "@csstools/postcss-font-format-keywords": 3.0.0(postcss@8.4.30) + "@csstools/postcss-gradients-interpolation-method": 4.0.4(postcss@8.4.30) + "@csstools/postcss-hwb-function": 3.0.3(postcss@8.4.30) + "@csstools/postcss-ic-unit": 3.0.1(postcss@8.4.30) + "@csstools/postcss-initial": 1.0.0(postcss@8.4.30) + "@csstools/postcss-is-pseudo-class": 4.0.2(postcss@8.4.30) + "@csstools/postcss-logical-float-and-clear": 2.0.0(postcss@8.4.30) + "@csstools/postcss-logical-resize": 2.0.0(postcss@8.4.30) + "@csstools/postcss-logical-viewport-units": 2.0.2(postcss@8.4.30) + "@csstools/postcss-media-minmax": 1.0.7(postcss@8.4.30) + "@csstools/postcss-media-queries-aspect-ratio-number-values": 2.0.2(postcss@8.4.30) + "@csstools/postcss-nested-calc": 3.0.0(postcss@8.4.30) + "@csstools/postcss-normalize-display-values": 3.0.1(postcss@8.4.30) + "@csstools/postcss-oklab-function": 3.0.4(postcss@8.4.30) + "@csstools/postcss-progressive-custom-properties": 3.0.1(postcss@8.4.30) + "@csstools/postcss-relative-color-syntax": 2.0.4(postcss@8.4.30) + "@csstools/postcss-scope-pseudo-class": 3.0.0(postcss@8.4.30) + "@csstools/postcss-stepped-value-functions": 3.0.1(postcss@8.4.30) + "@csstools/postcss-text-decoration-shorthand": 3.0.3(postcss@8.4.30) + "@csstools/postcss-trigonometric-functions": 3.0.1(postcss@8.4.30) + "@csstools/postcss-unset-value": 3.0.0(postcss@8.4.30) + autoprefixer: 10.4.16(postcss@8.4.30) browserslist: 4.21.10 - css-blank-pseudo: 6.0.0(postcss@8.4.23) - css-has-pseudo: 6.0.0(postcss@8.4.23) - css-prefers-color-scheme: 9.0.0(postcss@8.4.23) - cssdb: 7.7.0 - postcss: 8.4.23 - postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.23) - postcss-clamp: 4.1.0(postcss@8.4.23) - postcss-color-functional-notation: 6.0.0(postcss@8.4.23) - postcss-color-hex-alpha: 9.0.2(postcss@8.4.23) - postcss-color-rebeccapurple: 9.0.0(postcss@8.4.23) - postcss-custom-media: 10.0.0(postcss@8.4.23) - postcss-custom-properties: 13.3.0(postcss@8.4.23) - postcss-custom-selectors: 7.1.4(postcss@8.4.23) - postcss-dir-pseudo-class: 8.0.0(postcss@8.4.23) - postcss-double-position-gradients: 5.0.0(postcss@8.4.23) - postcss-focus-visible: 9.0.0(postcss@8.4.23) - postcss-focus-within: 8.0.0(postcss@8.4.23) - postcss-font-variant: 5.0.0(postcss@8.4.23) - postcss-gap-properties: 5.0.0(postcss@8.4.23) - postcss-image-set-function: 6.0.0(postcss@8.4.23) - postcss-initial: 4.0.1(postcss@8.4.23) - postcss-lab-function: 6.0.1(postcss@8.4.23) - postcss-logical: 7.0.0(postcss@8.4.23) - postcss-nesting: 12.0.1(postcss@8.4.23) - postcss-opacity-percentage: 2.0.0(postcss@8.4.23) - postcss-overflow-shorthand: 5.0.0(postcss@8.4.23) - postcss-page-break: 3.0.4(postcss@8.4.23) - postcss-place: 9.0.0(postcss@8.4.23) - postcss-pseudo-class-any-link: 9.0.0(postcss@8.4.23) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.23) - postcss-selector-not: 7.0.1(postcss@8.4.23) + css-blank-pseudo: 6.0.0(postcss@8.4.30) + css-has-pseudo: 6.0.0(postcss@8.4.30) + css-prefers-color-scheme: 9.0.0(postcss@8.4.30) + cssdb: 7.7.2 + postcss: 8.4.30 + postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.30) + postcss-clamp: 4.1.0(postcss@8.4.30) + postcss-color-functional-notation: 6.0.1(postcss@8.4.30) + postcss-color-hex-alpha: 9.0.2(postcss@8.4.30) + postcss-color-rebeccapurple: 9.0.1(postcss@8.4.30) + postcss-custom-media: 10.0.1(postcss@8.4.30) + postcss-custom-properties: 13.3.1(postcss@8.4.30) + postcss-custom-selectors: 7.1.5(postcss@8.4.30) + postcss-dir-pseudo-class: 8.0.0(postcss@8.4.30) + postcss-double-position-gradients: 5.0.1(postcss@8.4.30) + postcss-focus-visible: 9.0.0(postcss@8.4.30) + postcss-focus-within: 8.0.0(postcss@8.4.30) + postcss-font-variant: 5.0.0(postcss@8.4.30) + postcss-gap-properties: 5.0.0(postcss@8.4.30) + postcss-image-set-function: 6.0.1(postcss@8.4.30) + postcss-lab-function: 6.0.4(postcss@8.4.30) + postcss-logical: 7.0.0(postcss@8.4.30) + postcss-nesting: 12.0.1(postcss@8.4.30) + postcss-opacity-percentage: 2.0.0(postcss@8.4.30) + postcss-overflow-shorthand: 5.0.0(postcss@8.4.30) + postcss-page-break: 3.0.4(postcss@8.4.30) + postcss-place: 9.0.0(postcss@8.4.30) + postcss-pseudo-class-any-link: 9.0.0(postcss@8.4.30) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.30) + postcss-selector-not: 7.0.1(postcss@8.4.30) postcss-value-parser: 4.2.0 dev: false - /postcss-pseudo-class-any-link@9.0.0(postcss@8.4.23): + /postcss-pseudo-class-any-link@9.0.0(postcss@8.4.30): resolution: { integrity: sha512-QNCYIL98VKFKY6HGDEJpF6+K/sg9bxcUYnOmNHJxZS5wsFDFaVoPeG68WAuhsqwbIBSo/b9fjEnTwY2mTSD+uA==, @@ -27798,11 +24620,11 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-reduce-initial@6.0.0(postcss@8.4.27): + /postcss-reduce-initial@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==, @@ -27813,10 +24635,10 @@ packages: dependencies: browserslist: 4.21.10 caniuse-api: 3.0.0 - postcss: 8.4.27 + postcss: 8.4.30 dev: false - /postcss-reduce-transforms@6.0.0(postcss@8.4.27): + /postcss-reduce-transforms@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==, @@ -27825,11 +24647,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: false - /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.23): + /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.30): resolution: { integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==, @@ -27837,10 +24659,10 @@ packages: peerDependencies: postcss: ^8.0.3 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 dev: false - /postcss-selector-not@7.0.1(postcss@8.4.23): + /postcss-selector-not@7.0.1(postcss@8.4.30): resolution: { integrity: sha512-1zT5C27b/zeJhchN7fP0kBr16Cc61mu7Si9uWWLoA3Px/D9tIJPKchJCkUH3tPO5D0pCFmGeApAv8XpXBQJ8SQ==, @@ -27849,20 +24671,10 @@ packages: peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /postcss-selector-parser@6.0.12: - resolution: - { - integrity: sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==, - } - engines: { node: ">=4" } - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - /postcss-selector-parser@6.0.13: resolution: { @@ -27872,9 +24684,8 @@ packages: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - dev: false - /postcss-svgo@6.0.0(postcss@8.4.27): + /postcss-svgo@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==, @@ -27883,12 +24694,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-value-parser: 4.2.0 svgo: 3.0.2 dev: false - /postcss-unique-selectors@6.0.0(postcss@8.4.27): + /postcss-unique-selectors@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==, @@ -27897,7 +24708,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.27 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false @@ -27907,21 +24718,10 @@ packages: integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==, } - /postcss@8.4.14: - resolution: - { - integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==, - } - engines: { node: ^10 || ^12 || >=14 } - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - - /postcss@8.4.23: + /postcss@8.4.14: resolution: { - integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==, + integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==, } engines: { node: ^10 || ^12 || >=14 } dependencies: @@ -27929,19 +24729,18 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /postcss@8.4.27: + /postcss@8.4.30: resolution: { - integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==, + integrity: sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==, } engines: { node: ^10 || ^12 || >=14 } dependencies: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 - dev: false - /preact-render-to-string@5.2.6(preact@10.13.2): + /preact-render-to-string@5.2.6(preact@10.17.1): resolution: { integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==, @@ -27949,14 +24748,14 @@ packages: peerDependencies: preact: ">=10" dependencies: - preact: 10.13.2 + preact: 10.17.1 pretty-format: 3.8.0 dev: false - /preact@10.13.2: + /preact@10.17.1: resolution: { - integrity: sha512-q44QFLhOhty2Bd0Y46fnYW0gD/cbVM9dUVtNTDKPcdXSMA7jfY+Jpd6rk3GB0lcQss0z5s/6CmVP0Z/hV+g6pw==, + integrity: sha512-X9BODrvQ4Ekwv9GURm9AKAGaomqXmip7NQTZgY7gcNmr7XE83adOMJvd3N42id1tMFU7ojiynRsYnY6/BRFxLA==, } dev: false @@ -27968,13 +24767,13 @@ packages: engines: { node: ">=10" } hasBin: true dependencies: - detect-libc: 2.0.1 + detect-libc: 2.0.2 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.40.0 + node-abi: 3.47.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 @@ -27982,10 +24781,10 @@ packages: tunnel-agent: 0.6.0 dev: false - /preferred-pm@3.0.3: + /preferred-pm@3.1.2: resolution: { - integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==, + integrity: sha512-nk7dKrcW8hfCZ4H6klWcdRknBOXWzNQByJ0oJyX97BOupsYD+FzLS4hflgEu/uPUEHZCuRfMxzCBsuWd7OzT8Q==, } engines: { node: ">=10" } dependencies: @@ -27995,13 +24794,6 @@ packages: which-pm: 2.0.0 dev: true - /prelude-ls@1.1.2: - resolution: - { - integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==, - } - engines: { node: ">= 0.8.0" } - /prelude-ls@1.2.1: resolution: { @@ -28016,7 +24808,7 @@ packages: } engines: { node: ">=6.0.0" } dependencies: - fast-diff: 1.2.0 + fast-diff: 1.3.0 /prettier@2.8.8: resolution: @@ -28026,10 +24818,10 @@ packages: engines: { node: ">=10.13.0" } hasBin: true - /prettier@3.0.0: + /prettier@3.0.3: resolution: { - integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==, + integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==, } engines: { node: ">=14" } hasBin: true @@ -28054,10 +24846,10 @@ packages: ansi-styles: 5.2.0 react-is: 17.0.2 - /pretty-format@29.6.3: + /pretty-format@29.7.0: resolution: { - integrity: sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==, + integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: @@ -28138,7 +24930,6 @@ packages: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 - dev: true /prop-types@15.8.1: resolution: @@ -28150,13 +24941,6 @@ packages: object-assign: 4.1.1 react-is: 16.13.1 - /proto-list@1.2.4: - resolution: - { - integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==, - } - dev: true - /proxy-addr@2.0.7: resolution: { @@ -28194,6 +24978,20 @@ packages: } dev: true + /public-encrypt@4.0.3: + resolution: + { + integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==, + } + dependencies: + bn.js: 4.12.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + parse-asn1: 5.1.6 + randombytes: 2.1.0 + safe-buffer: 5.2.1 + dev: true + /pump@2.0.1: resolution: { @@ -28231,6 +25029,13 @@ packages: } dev: false + /punycode@1.4.1: + resolution: + { + integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==, + } + dev: true + /punycode@2.3.0: resolution: { @@ -28261,12 +25066,11 @@ packages: - utf-8-validate dev: true - /pure-rand@6.0.2: + /pure-rand@6.0.3: resolution: { - integrity: sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==, + integrity: sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==, } - dev: true /qs-middleware@1.0.3: resolution: @@ -28312,6 +25116,14 @@ packages: engines: { node: ">=0.6" } dev: false + /querystring-es3@0.2.1: + resolution: + { + integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==, + } + engines: { node: ">=0.4.x" } + dev: true + /querystring@0.2.0: resolution: { @@ -28357,10 +25169,10 @@ packages: engines: { node: ">=8" } dev: true - /quick-lru@6.1.1: + /quick-lru@6.1.2: resolution: { - integrity: sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q==, + integrity: sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==, } engines: { node: ">=12" } dev: false @@ -28389,6 +25201,16 @@ packages: dependencies: safe-buffer: 5.2.1 + /randomfill@1.0.4: + resolution: + { + integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==, + } + dependencies: + randombytes: 2.1.0 + safe-buffer: 5.2.1 + dev: true + /range-parser@1.2.1: resolution: { @@ -28463,23 +25285,23 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /react-copy-to-clipboard@5.0.4(react@18.2.0): + /react-copy-to-clipboard@5.1.0(react@18.2.0): resolution: { - integrity: sha512-IeVAiNVKjSPeGax/Gmkqfa/+PuMTBhutEvFUaMQLwE2tS0EXrAdgOpWDX26bWTXF3HrioorR7lr08NqeYUWQCQ==, + integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==, } peerDependencies: - react: ^15.3.0 || ^16.0.0 || ^17.0.0 + react: ^15.3.0 || 16 || 17 || 18 dependencies: copy-to-clipboard: 3.3.3 prop-types: 15.8.1 react: 18.2.0 dev: false - /react-datepicker@4.11.0(react-dom@18.2.0)(react@18.2.0): + /react-datepicker@4.18.0(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-50n93o7mQwBEhg05tbopjFKgs8qgi8VBCAOMC4VqrKut72eAjESc/wXS/k5hRtnP0oe2FCGw7MJuIwh37wuXOw==, + integrity: sha512-0MYt3HmLbHVk1sw4v+RCbLAVg5TA3jWP7RyjZbo53PC+SEi+pjdgc92lB53ai/ENZaTOhbXmgni9GzvMrorMAw==, } peerDependencies: react: ^16.9.0 || ^17 || ^18 @@ -28533,9 +25355,9 @@ packages: engines: { node: ">=8.10.0" } hasBin: true dependencies: - "@babel/core": 7.22.9 - "@babel/generator": 7.22.9 - "@babel/runtime": 7.22.6 + "@babel/core": 7.22.20 + "@babel/generator": 7.22.15 + "@babel/runtime": 7.22.15 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -28583,7 +25405,7 @@ packages: peerDependencies: react: ^16.3.0 dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 prop-types: 15.8.1 react: 18.2.0 warning: 4.0.3 @@ -28596,10 +25418,10 @@ packages: } dev: false - /react-fast-compare@3.2.1: + /react-fast-compare@3.2.2: resolution: { - integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==, + integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==, } dev: false @@ -28614,11 +25436,11 @@ packages: object-assign: 4.1.1 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 react-side-effect: 2.1.2(react@18.2.0) dev: false - /react-i18next@11.18.6(i18next@22.4.15)(react-dom@18.2.0)(react@18.2.0): + /react-i18next@11.18.6(i18next@22.5.1)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==, @@ -28634,31 +25456,17 @@ packages: react-native: optional: true dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 html-parse-stringify: 3.0.1 - i18next: 22.4.15 + i18next: 22.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /react-inspector@2.3.1(react@18.2.0): - resolution: - { - integrity: sha512-tUUK7t3KWgZEIUktOYko5Ic/oYwvjEvQUFAGC1UeMeDaQ5za2yZFtItJa2RTwBJB//NxPr000WQK6sEbqC6y0Q==, - } - peerDependencies: - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - dependencies: - babel-runtime: 6.26.0 - is-dom: 1.1.0 - prop-types: 15.8.1 - react: 18.2.0 - dev: true - - /react-inspector@6.0.1(react@18.2.0): + /react-inspector@6.0.2(react@18.2.0): resolution: { - integrity: sha512-cxKSeFTf7jpSSVddm66sKdolG90qURAX3g1roTeaN6x0YEbtWc8JpmFN9+yIqLNH2uEkYerWLtJZIXRIFuBKrg==, + integrity: sha512-x+b7LxhmHXjHoU/VrFAzw5iutsILRoYyDq97EDYdFpPLcvqtEzk4ZSZSQjnFPbr5T57tLXnHcqFYoN1pI6u8uQ==, } peerDependencies: react: ^16.8.4 || ^17.0.0 || ^18.0.0 @@ -28691,7 +25499,7 @@ packages: integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, } - /react-leaflet@4.2.1(leaflet@1.9.3)(react-dom@18.2.0)(react@18.2.0): + /react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-p9chkvhcKrWn/H/1FFeVSqLdReGwn2qmiobOQGO3BifX+/vV/39qhY8dGqbdcPh1e6jxh/QHriLXr7a4eLFK4Q==, @@ -28701,8 +25509,8 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - "@react-leaflet/core": 2.1.0(leaflet@1.9.3)(react-dom@18.2.0)(react@18.2.0) - leaflet: 1.9.3 + "@react-leaflet/core": 2.1.0(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0) + leaflet: 1.9.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -28728,10 +25536,10 @@ packages: react: 18.2.0 dev: false - /react-multi-carousel@2.6.3: + /react-multi-carousel@2.8.4: resolution: { - integrity: sha512-fCe+I1BlhTUyNHm/fh3bWavDo8UzoolTd/zrKao/wvb/XFf9dvesfNOawx7ukAzptiHOQhGCWZiNao+J76Byfw==, + integrity: sha512-7Is5Wr+m2ebkR+oq2Su2tjUdBwpVtB2O6Tjb74KDNfxWe/FrsTQwezTJTk/r9cKCrRp9Li308v822/5bZm7XKg==, } engines: { node: ">=8" } dev: false @@ -28762,7 +25570,7 @@ packages: "@popperjs/core": 2.11.8 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 warning: 4.0.3 dev: false @@ -28774,6 +25582,47 @@ packages: engines: { node: ">=0.10.0" } dev: true + /react-remove-scroll-bar@2.3.4(@types/react@18.2.22)(react@18.2.0): + resolution: + { + integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==, + } + engines: { node: ">=10" } + peerDependencies: + "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@types/react": 18.2.22 + react: 18.2.0 + react-style-singleton: 2.2.1(@types/react@18.2.22)(react@18.2.0) + tslib: 2.6.2 + dev: true + + /react-remove-scroll@2.5.5(@types/react@18.2.22)(react@18.2.0): + resolution: + { + integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==, + } + engines: { node: ">=10" } + peerDependencies: + "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@types/react": 18.2.22 + react: 18.2.0 + react-remove-scroll-bar: 2.3.4(@types/react@18.2.22)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.22)(react@18.2.0) + tslib: 2.6.2 + use-callback-ref: 1.3.0(@types/react@18.2.22)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.22)(react@18.2.0) + dev: true + /react-router-dom@5.3.4(react@18.2.0): resolution: { @@ -28782,7 +25631,7 @@ packages: peerDependencies: react: ">=15" dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -28813,7 +25662,7 @@ packages: peerDependencies: react: ">=15" dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -28825,26 +25674,26 @@ packages: tiny-warning: 1.0.3 dev: false - /react-select@5.7.4(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0): + /react-select@5.7.5(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==, + integrity: sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 "@emotion/cache": 11.11.0 - "@emotion/react": 11.10.8(@types/react@18.2.15)(react@18.2.0) - "@floating-ui/dom": 1.5.1 + "@emotion/react": 11.11.1(@types/react@18.2.22)(react@18.2.0) + "@floating-ui/dom": 1.5.3 "@types/react-transition-group": 4.4.6 memoize-one: 6.0.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.15)(react@18.2.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.22)(react@18.2.0) transitivePeerDependencies: - "@types/react" dev: false @@ -28889,6 +25738,26 @@ packages: react: 18.2.0 dev: false + /react-style-singleton@2.2.1(@types/react@18.2.22)(react@18.2.0): + resolution: + { + integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==, + } + engines: { node: ">=10" } + peerDependencies: + "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@types/react": 18.2.22 + get-nonce: 1.0.1 + invariant: 2.2.4 + react: 18.2.0 + tslib: 2.6.2 + dev: true + /react-swipeable-views-core-react-18-fix@0.14.0(react@18.2.0): resolution: { @@ -28975,29 +25844,30 @@ packages: react: ">=16.6.0" react-dom: ">=16.6.0" dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - /react-vega@7.4.4(react@18.2.0)(vega-lite@5.1.1)(vega@5.23.0): + /react-vega@7.6.0(react@18.2.0)(vega-lite@5.15.0)(vega@5.25.0): resolution: { - integrity: sha512-zIQo5+iz82z0+tSHzhT0U32MkMtbzWJG4SVMEJoJlduQJvkeJCQ7qaqfjUaatOhiO8eqjE5oM81BadUAXZ5Njw==, + integrity: sha512-2oMML4wH9qWLnZPRxJm06ozwrVN/K+nkjqdI5/ofWWsrBnnH4iB9rRKrsV8px0nlWgZrwfdCH4g5RUiyyJHWSA==, } peerDependencies: - react: ^16 || ^17 + react: ^16 || ^17 || ^18 vega: "*" vega-lite: "*" dependencies: - "@types/react": 16.14.43 + "@types/react": 18.2.22 fast-deep-equal: 3.1.3 + prop-types: 15.8.1 react: 18.2.0 - vega: 5.23.0 - vega-embed: 6.18.2(vega-lite@5.1.1)(vega@5.23.0) - vega-lite: 5.1.1(vega@5.23.0) + vega: 5.25.0 + vega-embed: 6.22.2(vega-lite@5.15.0)(vega@5.25.0) + vega-lite: 5.15.0(vega@5.25.0) dev: false /react@18.2.0: @@ -29084,10 +25954,10 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readable-stream@4.3.0: + /readable-stream@4.4.2: resolution: { - integrity: sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==, + integrity: sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: @@ -29095,7 +25965,7 @@ packages: buffer: 6.0.3 events: 3.3.0 process: 0.11.10 - dev: false + string_decoder: 1.3.0 /readable-web-to-node-stream@3.0.2: resolution: @@ -29133,7 +26003,7 @@ packages: ast-types: 0.14.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.1 + tslib: 2.6.2 dev: true /recast@0.21.5: @@ -29146,31 +26016,21 @@ packages: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.1 + tslib: 2.6.2 dev: true - /recast@0.23.1: + /recast@0.23.4: resolution: { - integrity: sha512-RokaBcoxSjXUDzz1TXSZmZsSW6ZpLmlA3GGqJ8uuTrQ9hZhEz+4Tpsc+gRvYRJ2BU4H+ZyUlg91eSGDw7bwy7g==, + integrity: sha512-qtEDqIZGVcSZCHniWwZWbRy79Dc6Wp3kT/UmDA2RJKBPg7+7k51aQBZirHmUGn5uvHf2rg8DkjizrN26k61ATw==, } engines: { node: ">= 4" } dependencies: - assert: 2.0.0 + assert: 2.1.0 ast-types: 0.16.1 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.1 - dev: true - - /rechoir@0.6.2: - resolution: - { - integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==, - } - engines: { node: ">= 0.10" } - dependencies: - resolve: 1.22.2 + tslib: 2.6.2 dev: true /rechoir@0.7.1: @@ -29180,7 +26040,7 @@ packages: } engines: { node: ">= 0.10" } dependencies: - resolve: 1.22.2 + resolve: 1.22.6 /redent@3.0.0: resolution: @@ -29192,25 +26052,34 @@ packages: indent-string: 4.0.0 strip-indent: 3.0.0 - /regenerate-unicode-properties@10.1.0: + /reflect.getprototypeof@1.0.4: resolution: { - integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, + integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==, } - engines: { node: ">=4" } + engines: { node: ">= 0.4" } dependencies: - regenerate: 1.4.2 + call-bind: 1.0.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 + get-intrinsic: 1.2.1 + globalthis: 1.0.3 + which-builtin-type: 1.1.3 - /regenerate@1.4.2: + /regenerate-unicode-properties@10.1.1: resolution: { - integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, + integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==, } + engines: { node: ">=4" } + dependencies: + regenerate: 1.4.2 + dev: true - /regenerator-runtime@0.11.1: + /regenerate@1.4.2: resolution: { - integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==, + integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, } dev: true @@ -29221,19 +26090,20 @@ packages: } dev: false - /regenerator-runtime@0.13.11: + /regenerator-runtime@0.14.0: resolution: { - integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, + integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==, } - /regenerator-transform@0.15.1: + /regenerator-transform@0.15.2: resolution: { - integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==, + integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, } dependencies: - "@babel/runtime": 7.22.6 + "@babel/runtime": 7.22.15 + dev: true /regex-not@1.0.2: resolution: @@ -29253,16 +26123,16 @@ packages: } dev: true - /regexp.prototype.flags@1.5.0: + /regexp.prototype.flags@1.5.1: resolution: { - integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, + integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - functions-have-names: 1.2.3 + define-properties: 1.2.1 + set-function-name: 2.0.1 /regexpu-core@5.3.2: resolution: @@ -29273,10 +26143,11 @@ packages: dependencies: "@babel/regjsgen": 0.8.0 regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.0 + regenerate-unicode-properties: 10.1.1 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 + dev: true /regjsparser@0.9.1: resolution: @@ -29286,6 +26157,7 @@ packages: hasBin: true dependencies: jsesc: 0.5.0 + dev: true /relateurl@0.2.7: resolution: @@ -29456,6 +26328,12 @@ packages: } dev: false + /resolve-pkg-maps@1.0.0: + resolution: + { + integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==, + } + /resolve-url-loader@5.0.0: resolution: { @@ -29466,7 +26344,7 @@ packages: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.23 + postcss: 8.4.30 source-map: 0.6.1 dev: true @@ -29484,16 +26362,15 @@ packages: integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==, } engines: { node: ">=10" } - dev: true - /resolve@1.22.2: + /resolve@1.22.6: resolution: { - integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, + integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==, } hasBin: true dependencies: - is-core-module: 2.12.0 + is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -29504,7 +26381,7 @@ packages: } hasBin: true dependencies: - is-core-module: 2.12.0 + is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -29526,6 +26403,17 @@ packages: signal-exit: 3.0.7 dev: true + /restore-cursor@4.0.0: + resolution: + { + integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + dev: true + /ret@0.1.15: resolution: { @@ -29577,6 +26465,16 @@ packages: dependencies: glob: 7.2.3 + /ripemd160@2.0.2: + resolution: + { + integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==, + } + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + dev: true + /robust-predicates@3.0.2: resolution: { @@ -29592,7 +26490,7 @@ packages: engines: { node: ">=10.0.0" } hasBin: true optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: false /rrweb-cssom@0.6.0: @@ -29635,14 +26533,17 @@ packages: } dev: false - /rxjs@7.8.1: + /safe-array-concat@1.0.1: resolution: { - integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, + integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==, } + engines: { node: ">=0.4" } dependencies: - tslib: 2.6.1 - dev: true + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + isarray: 2.0.5 /safe-buffer@5.1.1: resolution: @@ -29679,7 +26580,7 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-regex: 1.1.4 /safe-regex@1.1.0: @@ -29726,7 +26627,35 @@ packages: dev: false optional: true - /sass-loader@12.6.0(sass@1.62.1)(webpack@5.82.0): + /sass-loader@12.6.0(sass@1.68.0)(webpack@5.88.2): + resolution: + { + integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==, + } + engines: { node: ">= 12.13.0" } + peerDependencies: + fibers: ">= 3.1.0" + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + sass: ^1.3.0 + sass-embedded: "*" + webpack: ^5.0.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + sass-embedded: + optional: true + dependencies: + klona: 2.0.6 + neo-async: 2.6.2 + sass: 1.68.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) + dev: false + + /sass-loader@12.6.0(webpack@5.88.2): resolution: { integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==, @@ -29750,20 +26679,21 @@ packages: dependencies: klona: 2.0.6 neo-async: 2.6.2 - sass: 1.62.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + dev: true - /sass@1.62.1: + /sass@1.68.0: resolution: { - integrity: sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==, + integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==, } engines: { node: ">=14.0.0" } hasBin: true dependencies: chokidar: 3.5.3 - immutable: 4.3.0 + immutable: 4.3.4 source-map-js: 1.0.2 + dev: false /sax@1.2.1: resolution: @@ -29797,25 +26727,25 @@ packages: dependencies: loose-envify: 1.4.0 - /schema-utils@3.1.2: + /schema-utils@3.3.0: resolution: { - integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==, + integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==, } engines: { node: ">= 10.13.0" } dependencies: - "@types/json-schema": 7.0.11 + "@types/json-schema": 7.0.13 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils@4.0.1: + /schema-utils@4.2.0: resolution: { - integrity: sha512-lELhBAAly9NowEsX0yZBlw9ahZG+sK/1RJ21EpzdYHKEs13Vku3LJ+MIPhh4sMs0oCCeufZQEQbMekiA4vuVIQ==, + integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, } engines: { node: ">= 12.13.0" } dependencies: - "@types/json-schema": 7.0.11 + "@types/json-schema": 7.0.13 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) @@ -29854,21 +26784,14 @@ packages: } dev: false - /semver@5.7.1: + /semver@5.7.2: resolution: { - integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==, + integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==, } hasBin: true dev: true - /semver@6.3.0: - resolution: - { - integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==, - } - hasBin: true - /semver@6.3.1: resolution: { @@ -29884,16 +26807,6 @@ packages: hasBin: true dev: true - /semver@7.5.0: - resolution: - { - integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==, - } - engines: { node: ">=10" } - hasBin: true - dependencies: - lru-cache: 6.0.0 - /semver@7.5.4: resolution: { @@ -29970,6 +26883,17 @@ packages: } dev: true + /set-function-name@2.0.1: + resolution: + { + integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==, + } + engines: { node: ">= 0.4" } + dependencies: + define-data-property: 1.1.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.0 + /set-value@2.0.1: resolution: { @@ -29983,12 +26907,30 @@ packages: split-string: 3.1.0 dev: true + /setimmediate@1.0.5: + resolution: + { + integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==, + } + dev: true + /setprototypeof@1.2.0: resolution: { integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==, } + /sha.js@2.4.11: + resolution: + { + integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==, + } + hasBin: true + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: true + /shallow-clone@3.0.1: resolution: { @@ -30014,10 +26956,10 @@ packages: requiresBuild: true dependencies: color: 4.2.3 - detect-libc: 2.0.1 + detect-libc: 2.0.2 node-addon-api: 5.1.0 prebuild-install: 7.1.1 - semver: 7.5.0 + semver: 7.5.4 simple-get: 4.0.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 @@ -30057,19 +26999,6 @@ packages: } engines: { node: ">=8" } - /shelljs@0.8.5: - resolution: - { - integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==, - } - engines: { node: ">=4" } - hasBin: true - dependencies: - glob: 7.2.3 - interpret: 1.4.0 - rechoir: 0.6.2 - dev: true - /side-channel@1.0.4: resolution: { @@ -30077,7 +27006,7 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 object-inspect: 1.12.3 /sift@16.0.1: @@ -30087,23 +27016,16 @@ packages: } dev: false - /sigmund@1.0.1: - resolution: - { - integrity: sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==, - } - dev: true - /signal-exit@3.0.7: resolution: { integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, } - /signal-exit@4.0.2: + /signal-exit@4.1.0: resolution: { - integrity: sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==, + integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, } engines: { node: ">=14" } dev: true @@ -30126,10 +27048,10 @@ packages: simple-concat: 1.0.1 dev: false - /simple-git@3.18.0: + /simple-git@3.19.1: resolution: { - integrity: sha512-Yt0GJ5aYrpPci3JyrYcsPz8Xc05Hi4JPSOb+Sgn/BmPX35fn/6Fp9Mef8eMBCrL2siY5w4j49TA5Q+bxPpri1Q==, + integrity: sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==, } dependencies: "@kwsites/file-exists": 1.1.1 @@ -30148,7 +27070,7 @@ packages: "@hapi/hoek": 10.0.1 "@hapi/wreck": 18.0.1 debug: 4.3.4 - joi: 17.9.2 + joi: 17.10.2 transitivePeerDependencies: - supports-color dev: false @@ -30171,6 +27093,16 @@ packages: semver: 7.0.0 dev: true + /simple-update-notifier@2.0.0: + resolution: + { + integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, + } + engines: { node: ">=10" } + dependencies: + semver: 7.5.4 + dev: true + /simple-wcswidth@1.0.1: resolution: { @@ -30201,29 +27133,29 @@ packages: dependencies: "@juggle/resize-observer": 3.4.0 can-use-dom: 0.1.0 - core-js: 3.30.1 + core-js: 3.32.2 lodash.debounce: 4.0.8 lodash.memoize: 4.1.2 lodash.throttle: 4.1.1 dev: false - /sirv@1.0.19: + /sirv@2.0.3: resolution: { - integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==, + integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==, } engines: { node: ">= 10" } dependencies: - "@polka/url": 1.0.0-next.21 + "@polka/url": 1.0.0-next.23 mrmime: 1.0.1 - totalist: 1.1.0 + totalist: 3.0.1 + dev: false /sisteransi@1.0.5: resolution: { integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, } - dev: true /slash@3.0.0: resolution: @@ -30268,7 +27200,7 @@ packages: dependencies: "@juggle/resize-observer": 3.4.0 "@types/is-hotkey": 0.1.7 - "@types/lodash": 4.14.194 + "@types/lodash": 4.14.198 direction: 1.0.4 is-hotkey: 0.1.8 is-plain-object: 5.0.0 @@ -30297,34 +27229,10 @@ packages: integrity: sha512-GH/yizXr1ceBoZ9P9uebIaHe3dC/g6Plpf9nlUwnvoyf6V1UOYrRwkabtOCd3ZfIGxomY4P7lfgLr7FPH8/BKA==, } dependencies: - immer: 9.0.21 - is-plain-object: 5.0.0 - tiny-warning: 1.0.3 - dev: false - - /slice-ansi@3.0.0: - resolution: - { - integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==, - } - engines: { node: ">=8" } - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - dev: true - - /slice-ansi@4.0.0: - resolution: - { - integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==, - } - engines: { node: ">=10" } - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - dev: true + immer: 9.0.21 + is-plain-object: 5.0.0 + tiny-warning: 1.0.3 + dev: false /slice-ansi@5.0.0: resolution: @@ -30353,8 +27261,8 @@ packages: engines: { node: ">=6" } hasBin: true dependencies: - array.prototype.flat: 1.3.1 - breakword: 1.0.5 + array.prototype.flat: 1.3.2 + breakword: 1.0.6 grapheme-splitter: 1.0.4 strip-ansi: 6.0.1 wcwidth: 1.0.1 @@ -30468,7 +27376,6 @@ packages: dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - dev: true /source-map-support@0.5.21: resolution: @@ -30521,6 +27428,7 @@ packages: { integrity: sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==, } + requiresBuild: true dependencies: memory-pager: 1.5.0 dev: false @@ -30543,7 +27451,7 @@ packages: } dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.15 dev: true /spdx-exceptions@2.3.0: @@ -30560,13 +27468,13 @@ packages: } dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.15 dev: true - /spdx-license-ids@3.0.13: + /spdx-license-ids@3.0.15: resolution: { - integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==, + integrity: sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==, } dev: true @@ -30629,6 +27537,7 @@ packages: 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" + dev: true /stack-trace@0.0.10: resolution: @@ -30704,63 +27613,14 @@ packages: } dev: true - /storybook-addon-material-ui@0.9.0-alpha.24(@material-ui/core@4.12.4)(@storybook/addons@7.0.8)(@storybook/react@7.0.8)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-Z9S06K/x2lppPofINl/ZM6a1TzeGdy8NZfWwjzyQRXzVf4/ABanhv6Zib2i6ptCxa5AWahZ1HxBqOSQZS4YIHg==, - } - peerDependencies: - "@material-ui/core": ^1.0.0 || ^3.0.0 || ^4.0.0 - "@storybook/addons": ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - "@storybook/react": ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - prop-types: ^15.5.8 - react: ^16.0.0 || ^17.0.0 - react-dom: ^16.0.0 || ^17.0.0 - dependencies: - "@emotion/core": 10.3.1(react@18.2.0) - "@emotion/styled": 10.3.0(@emotion/core@10.3.1)(react@18.2.0) - "@material-ui/core": 4.12.4(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addons": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/react": 7.0.8(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - "@usulpro/color-picker": 1.1.4(react@18.2.0) - global: 4.4.0 - js-beautify: 1.14.8 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-inspector: 2.3.1(react@18.2.0) - dev: true - - /storybook-addon-next-router@3.0.5(@storybook/addon-actions@7.0.8)(@storybook/addons@7.0.8)(@storybook/client-api@7.0.8)(next@13.3.4)(react-dom@18.2.0)(react@18.2.0): - resolution: - { - integrity: sha512-GgXhKRBh6nAFhQu9mtaupgdBizD57Ld42o3MFUrs6y1pKEq0/FTSy585o7u46gdEYx1IH8X48dl4qy3iBcwl8w==, - } - engines: { node: ">=10" } - peerDependencies: - "@storybook/addon-actions": ^6.0.0 - "@storybook/addons": ^6.0.0 - "@storybook/client-api": ^6.0.0 - next: ^9.0.0 || ^10.0.0 || ^11.0.0 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - dependencies: - "@storybook/addon-actions": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/addons": 7.0.8(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-api": 7.0.8 - next: 13.3.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - - /storybook@7.0.27: + /storybook@7.4.3: resolution: { - integrity: sha512-hp6lBETyC9uHFH0/RYU7v9Ga+e00VlaOA6/hKOFCoO1AH4/3J5/+Ey/uYslyAjCMIFsrqz7jyJjBzcUG/Ps+6g==, + integrity: sha512-afp7trR23jKt8ruGMPjkNAk3A/4CaLo20iPWAODznlF7u+XWnqGm1S+ZUiJFf13Jzj8jmJf/d7/xDHxY3qVMUA==, } hasBin: true dependencies: - "@storybook/cli": 7.0.27 + "@storybook/cli": 7.4.3 transitivePeerDependencies: - bufferutil - encoding @@ -30776,7 +27636,18 @@ packages: dependencies: inherits: 2.0.4 readable-stream: 3.6.2 - dev: false + + /stream-http@3.2.0: + resolution: + { + integrity: sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==, + } + dependencies: + builtin-status-codes: 3.0.0 + inherits: 2.0.4 + readable-stream: 3.6.2 + xtend: 4.0.2 + dev: true /stream-parser@0.3.1: resolution: @@ -30829,7 +27700,6 @@ packages: dependencies: char-regex: 1.0.2 strip-ansi: 6.0.1 - dev: true /string-width@4.2.3: resolution: @@ -30851,54 +27721,55 @@ packages: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.0.1 + strip-ansi: 7.1.0 dev: true - /string.prototype.matchall@4.0.8: + /string.prototype.matchall@4.0.10: resolution: { - integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==, + integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==, } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + define-properties: 1.2.1 + es-abstract: 1.22.2 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.5 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 + set-function-name: 2.0.1 side-channel: 1.0.4 - /string.prototype.trim@1.2.7: + /string.prototype.trim@1.2.8: resolution: { - integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, + integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==, } engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 - /string.prototype.trimend@1.0.6: + /string.prototype.trimend@1.0.7: resolution: { - integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, + integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==, } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 - /string.prototype.trimstart@1.0.6: + /string.prototype.trimstart@1.0.7: resolution: { - integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, + integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==, } dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 + define-properties: 1.2.1 + es-abstract: 1.22.2 /string_decoder@0.10.31: resolution: @@ -30932,10 +27803,10 @@ packages: dependencies: ansi-regex: 5.0.1 - /strip-ansi@7.0.1: + /strip-ansi@7.1.0: resolution: { - integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==, + integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, } engines: { node: ">=12" } dependencies: @@ -30963,7 +27834,6 @@ packages: integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, } engines: { node: ">=8" } - dev: true /strip-final-newline@2.0.0: resolution: @@ -31021,7 +27891,7 @@ packages: peek-readable: 4.1.0 dev: false - /style-loader@2.0.0(webpack@5.82.0): + /style-loader@2.0.0(webpack@5.88.2): resolution: { integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==, @@ -31031,23 +27901,23 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: loader-utils: 2.0.4 - schema-utils: 3.1.2 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + schema-utils: 3.3.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false - /style-loader@3.3.2(webpack@5.82.0): + /style-loader@3.3.3(webpack@5.88.2): resolution: { - integrity: sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==, + integrity: sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==, } engines: { node: ">= 12.13.0" } peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.82.0(esbuild@0.17.18) + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) dev: true - /styled-jsx@5.1.1(@babel/core@7.22.9)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.22.20)(react@18.2.0): resolution: { integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==, @@ -31063,11 +27933,11 @@ packages: babel-plugin-macros: optional: true dependencies: - "@babel/core": 7.22.9 + "@babel/core": 7.22.20 client-only: 0.0.1 react: 18.2.0 - /stylehacks@6.0.0(postcss@8.4.27): + /stylehacks@6.0.0(postcss@8.4.30): resolution: { integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==, @@ -31077,16 +27947,10 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.10 - postcss: 8.4.27 + postcss: 8.4.30 postcss-selector-parser: 6.0.13 dev: false - /stylis@4.1.4: - resolution: - { - integrity: sha512-USf5pszRYwuE6hg9by0OkKChkQYEXfkeTtm0xKw+jqQhwyjCVLdYyMBK7R+n7dhzsblAWJnGxju4vxq5eH20GQ==, - } - /stylis@4.2.0: resolution: { @@ -31132,8 +27996,9 @@ packages: { integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==, } + dev: true - /svg-url-loader@7.1.1(webpack@5.82.0): + /svg-url-loader@7.1.1(webpack@5.88.2): resolution: { integrity: sha512-NlsMCePODm7FQhU9aEZyGLPx5Xe1QRI1cSEUE6vTq5LJc9l9pStagvXoEIyZ9O3r00w6G3+Wbkimb+SC3DI/Aw==, @@ -31142,9 +28007,9 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - file-loader: 6.2.0(webpack@5.82.0) + file-loader: 6.2.0(webpack@5.88.2) loader-utils: 2.0.4 - webpack: 5.82.0(esbuild@0.17.18) + webpack: 5.88.2(esbuild@0.18.20) dev: true /svgo@2.8.0: @@ -31162,6 +28027,7 @@ packages: csso: 4.2.0 picocolors: 1.0.0 stable: 0.1.8 + dev: true /svgo@3.0.2: resolution: @@ -31179,7 +28045,7 @@ packages: picocolors: 1.0.0 dev: false - /swc-loader@0.2.3(@swc/core@1.3.56)(webpack@5.82.0): + /swc-loader@0.2.3(@swc/core@1.3.78)(webpack@5.88.2): resolution: { integrity: sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==, @@ -31188,21 +28054,34 @@ packages: "@swc/core": ^1.2.147 webpack: ">=2" dependencies: - "@swc/core": 1.3.56 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + "@swc/core": 1.3.78 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false - /swc-minify-webpack-plugin@2.1.0(@swc/core@1.3.56)(webpack@5.82.0): + /swc-loader@0.2.3(@swc/core@1.3.86)(webpack@5.88.2): resolution: { - integrity: sha512-v4B+Wcr84q58w2uALmjdTmOKyoF0pWY1xoGzy5vMibuQXQ0dHXlTmhodfu1NCiOISkqMf3T10nFmFQutBLw/vA==, + integrity: sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==, + } + peerDependencies: + "@swc/core": ^1.2.147 + webpack: ">=2" + dependencies: + "@swc/core": 1.3.86 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + dev: true + + /swc-minify-webpack-plugin@2.1.1(@swc/core@1.3.78)(webpack@5.88.2): + resolution: + { + integrity: sha512-/9ud/libNWUC5p71vXWhW/O2Nc0essW8D9pY4P4ol0ceM8OcFbNr41R9YFqTkmktqUL2t0WwXau+FkR4T1+PJA==, } peerDependencies: "@swc/core": ^1.0.0 webpack: ^5.0.0 dependencies: - "@swc/core": 1.3.56 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + "@swc/core": 1.3.78 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false /swr@1.3.0(react@18.2.0): @@ -31245,7 +28124,7 @@ packages: engines: { node: ^14.18.0 || >=16.0.0 } dependencies: "@pkgr/utils": 2.4.2 - tslib: 2.6.1 + tslib: 2.6.2 /tabbable@5.3.3: resolution: @@ -31293,10 +28172,10 @@ packages: inherits: 2.0.4 readable-stream: 3.6.2 - /tar@6.1.14: + /tar@6.2.0: resolution: { - integrity: sha512-piERznXu0U7/pW7cdSn7hjqySIVTYT6F76icmFk7ptU7dDYlXTm5r9A6K04R2vU3olYgoKeo1Cg3eeu5nhftAw==, + integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==, } engines: { node: ">=10" } dependencies: @@ -31308,10 +28187,10 @@ packages: yallist: 4.0.0 dev: true - /telejson@7.1.0: + /telejson@7.2.0: resolution: { - integrity: sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA==, + integrity: sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==, } dependencies: memoizerific: 1.11.3 @@ -31357,10 +28236,93 @@ packages: engines: { node: ">=8" } dev: true - /terser-webpack-plugin@5.3.7(@swc/core@1.3.56)(webpack@5.82.0): + /terser-webpack-plugin@5.3.9(@swc/core@1.3.78)(webpack@5.88.2): + resolution: + { + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, + } + engines: { node: ">= 10.13.0" } + peerDependencies: + "@swc/core": "*" + esbuild: "*" + uglify-js: "*" + webpack: ^5.1.0 + peerDependenciesMeta: + "@swc/core": + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + "@jridgewell/trace-mapping": 0.3.19 + "@swc/core": 1.3.78 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.1 + terser: 5.20.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) + + /terser-webpack-plugin@5.3.9(@swc/core@1.3.86)(esbuild@0.18.20)(webpack@5.88.2): + resolution: + { + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, + } + engines: { node: ">= 10.13.0" } + peerDependencies: + "@swc/core": "*" + esbuild: "*" + uglify-js: "*" + webpack: ^5.1.0 + peerDependenciesMeta: + "@swc/core": + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + "@jridgewell/trace-mapping": 0.3.19 + "@swc/core": 1.3.86 + esbuild: 0.18.20 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.1 + terser: 5.20.0 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + dev: true + + /terser-webpack-plugin@5.3.9(@swc/core@1.3.86)(webpack@5.88.2): + resolution: + { + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, + } + engines: { node: ">= 10.13.0" } + peerDependencies: + "@swc/core": "*" + esbuild: "*" + uglify-js: "*" + webpack: ^5.1.0 + peerDependenciesMeta: + "@swc/core": + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + "@jridgewell/trace-mapping": 0.3.19 + "@swc/core": 1.3.86 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.1 + terser: 5.20.0 + webpack: 5.88.2(@swc/core@1.3.86)(webpack-cli@4.10.0) + + /terser-webpack-plugin@5.3.9(esbuild@0.18.20)(webpack@5.88.2): resolution: { - integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==, + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, } engines: { node: ">= 10.13.0" } peerDependencies: @@ -31376,18 +28338,18 @@ packages: uglify-js: optional: true dependencies: - "@jridgewell/trace-mapping": 0.3.18 - "@swc/core": 1.3.56 + "@jridgewell/trace-mapping": 0.3.19 + esbuild: 0.18.20 jest-worker: 27.5.1 - schema-utils: 3.1.2 + schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.17.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + terser: 5.20.0 + webpack: 5.88.2(esbuild@0.18.20) - /terser-webpack-plugin@5.3.7(esbuild@0.17.18)(webpack@5.82.0): + /terser-webpack-plugin@5.3.9(webpack@5.88.2): resolution: { - integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==, + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, } engines: { node: ">= 10.13.0" } peerDependencies: @@ -31403,23 +28365,23 @@ packages: uglify-js: optional: true dependencies: - "@jridgewell/trace-mapping": 0.3.18 - esbuild: 0.17.18 + "@jridgewell/trace-mapping": 0.3.19 jest-worker: 27.5.1 - schema-utils: 3.1.2 + schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.17.1 - webpack: 5.82.0(esbuild@0.17.18) + terser: 5.20.0 + webpack: 5.88.2 + dev: true - /terser@5.17.1: + /terser@5.20.0: resolution: { - integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==, + integrity: sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==, } engines: { node: ">=10" } hasBin: true dependencies: - "@jridgewell/source-map": 0.3.3 + "@jridgewell/source-map": 0.3.5 acorn: 8.10.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -31434,7 +28396,6 @@ packages: "@istanbuljs/schema": 0.1.3 glob: 7.2.3 minimatch: 3.1.2 - dev: true /text-hex@1.0.0: resolution: @@ -31493,6 +28454,17 @@ packages: { integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, } + dev: false + + /timers-browserify@2.0.12: + resolution: + { + integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==, + } + engines: { node: ">=0.6.0" } + dependencies: + setimmediate: 1.0.5 + dev: true /timers-ext@0.1.7: resolution: @@ -31522,6 +28494,7 @@ packages: { integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==, } + dev: false /titleize@3.0.0: resolution: @@ -31545,7 +28518,6 @@ packages: { integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==, } - dev: true /to-fast-properties@2.0.0: resolution: @@ -31597,10 +28569,10 @@ packages: safe-regex: 1.1.0 dev: true - /tocbot@4.21.0: + /tocbot@4.21.1: resolution: { - integrity: sha512-vXk8htr8mIl3hc2s2mDkaPTBfqmqZA2o0x7eXbxUibdrpEIPdpM0L9hH/RvEvlgSM+ZTgS34sGipk5+VrLJCLA==, + integrity: sha512-IfajhBTeg0HlMXu1f+VMbPef05QpDTsZ9X2Yn1+8npdaXsXg/+wrm9Ze1WG5OS1UDC3qJ5EQN/XOZ3gfXjPFCw==, } dev: true @@ -31639,12 +28611,13 @@ packages: commander: 2.20.3 dev: false - /totalist@1.1.0: + /totalist@3.0.1: resolution: { - integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==, + integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, } engines: { node: ">=6" } + dev: false /touch@3.1.0: resolution: @@ -31667,10 +28640,10 @@ packages: punycode: 2.3.0 dev: false - /tough-cookie@4.1.2: + /tough-cookie@4.1.3: resolution: { - integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==, + integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==, } engines: { node: ">=6" } dependencies: @@ -31714,11 +28687,12 @@ packages: engines: { node: ">=8" } dev: true - /triple-beam@1.3.0: + /triple-beam@1.4.1: resolution: { - integrity: sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==, + integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==, } + engines: { node: ">= 14.0.0" } dev: true /truncate-utf8-bytes@1.0.2: @@ -31730,6 +28704,17 @@ packages: utf8-byte-length: 1.0.4 dev: false + /ts-api-utils@1.0.3(typescript@4.9.5): + resolution: + { + integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==, + } + engines: { node: ">=16.13.0" } + peerDependencies: + typescript: ">=4.2.0" + dependencies: + typescript: 4.9.5 + /ts-dedent@2.2.0: resolution: { @@ -31756,7 +28741,7 @@ packages: } engines: { node: ">=8" } dependencies: - tslib: 2.6.1 + tslib: 2.6.2 /ts-invariant@0.3.3: resolution: @@ -31776,7 +28761,7 @@ packages: tslib: 1.14.1 dev: true - /ts-node@10.9.1(@swc/core@1.3.56)(@types/node@18.11.9)(typescript@4.9.5): + /ts-node@10.9.1(@swc/core@1.3.86)(@types/node@18.17.18)(typescript@4.9.5): resolution: { integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, @@ -31794,13 +28779,13 @@ packages: optional: true dependencies: "@cspotcode/source-map-support": 0.8.1 - "@swc/core": 1.3.56 + "@swc/core": 1.3.86 "@tsconfig/node10": 1.0.9 "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.3 - "@types/node": 18.11.9 - acorn: 8.8.2 + "@tsconfig/node16": 1.0.4 + "@types/node": 18.17.18 + acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 @@ -31809,7 +28794,6 @@ packages: typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - dev: true /ts-pnp@1.2.0(typescript@4.9.5): resolution: @@ -31826,15 +28810,16 @@ packages: typescript: 4.9.5 dev: true - /tsconfig-paths-webpack-plugin@3.5.2: + /tsconfig-paths-webpack-plugin@4.1.0: resolution: { - integrity: sha512-EhnfjHbzm5IYI9YPNVIxx1moxMI4bpHD2e0zTXeDNQcwjjRaGepP7IhTHJkyDBG0CAOoxRfe7jCG630Ou+C6Pw==, + integrity: sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==, } + engines: { node: ">=10.13.0" } dependencies: chalk: 4.1.2 - enhanced-resolve: 5.13.0 - tsconfig-paths: 3.14.2 + enhanced-resolve: 5.15.0 + tsconfig-paths: 4.2.0 dev: true /tsconfig-paths@3.14.2: @@ -31866,23 +28851,10 @@ packages: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==, } - /tslib@2.3.1: - resolution: - { - integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==, - } - dev: false - - /tslib@2.5.0: - resolution: - { - integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==, - } - - /tslib@2.6.1: + /tslib@2.6.2: resolution: { - integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==, + integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==, } /tsutils@3.21.0(typescript@4.9.5): @@ -31896,6 +28868,14 @@ packages: dependencies: tslib: 1.14.1 typescript: 4.9.5 + dev: false + + /tty-browserify@0.0.1: + resolution: + { + integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==, + } + dev: true /tty-table@4.2.1: resolution: @@ -31923,10 +28903,10 @@ packages: safe-buffer: 5.2.1 dev: false - /turbo-darwin-64@1.9.3: + /turbo-darwin-64@1.10.14: resolution: { - integrity: sha512-0dFc2cWXl82kRE4Z+QqPHhbEFEpUZho1msHXHWbz5+PqLxn8FY0lEVOHkq5tgKNNEd5KnGyj33gC/bHhpZOk5g==, + integrity: sha512-I8RtFk1b9UILAExPdG/XRgGQz95nmXPE7OiGb6ytjtNIR5/UZBS/xVX/7HYpCdmfriKdVwBKhalCoV4oDvAGEg==, } cpu: [x64] os: [darwin] @@ -31934,10 +28914,10 @@ packages: dev: true optional: true - /turbo-darwin-arm64@1.9.3: + /turbo-darwin-arm64@1.10.14: resolution: { - integrity: sha512-1cYbjqLBA2zYE1nbf/qVnEkrHa4PkJJbLo7hnuMuGM0bPzh4+AnTNe98gELhqI1mkTWBu/XAEeF5u6dgz0jLNA==, + integrity: sha512-KAdUWryJi/XX7OD0alOuOa0aJ5TLyd4DNIYkHPHYcM6/d7YAovYvxRNwmx9iv6Vx6IkzTnLeTiUB8zy69QkG9Q==, } cpu: [arm64] os: [darwin] @@ -31945,10 +28925,10 @@ packages: dev: true optional: true - /turbo-linux-64@1.9.3: + /turbo-linux-64@1.10.14: resolution: { - integrity: sha512-UuBPFefawEwpuxh5pM9Jqq3q4C8M0vYxVYlB3qea/nHQ80pxYq7ZcaLGEpb10SGnr3oMUUs1zZvkXWDNKCJb8Q==, + integrity: sha512-BOBzoREC2u4Vgpap/WDxM6wETVqVMRcM8OZw4hWzqCj2bqbQ6L0wxs1LCLWVrghQf93JBQtIGAdFFLyCSBXjWQ==, } cpu: [x64] os: [linux] @@ -31956,10 +28936,10 @@ packages: dev: true optional: true - /turbo-linux-arm64@1.9.3: + /turbo-linux-arm64@1.10.14: resolution: { - integrity: sha512-vUrNGa3hyDtRh9W0MkO+l1dzP8Co2gKnOVmlJQW0hdpOlWlIh22nHNGGlICg+xFa2f9j4PbQlWTsc22c019s8Q==, + integrity: sha512-D8T6XxoTdN5D4V5qE2VZG+/lbZX/89BkAEHzXcsSUTRjrwfMepT3d2z8aT6hxv4yu8EDdooZq/2Bn/vjMI32xw==, } cpu: [arm64] os: [linux] @@ -31967,10 +28947,10 @@ packages: dev: true optional: true - /turbo-windows-64@1.9.3: + /turbo-windows-64@1.10.14: resolution: { - integrity: sha512-0BZ7YaHs6r+K4ksqWus1GKK3W45DuDqlmfjm/yuUbTEVc8szmMCs12vugU2Zi5GdrdJSYfoKfEJ/PeegSLIQGQ==, + integrity: sha512-zKNS3c1w4i6432N0cexZ20r/aIhV62g69opUn82FLVs/zk3Ie0GVkSB6h0rqIvMalCp7enIR87LkPSDGz9K4UA==, } cpu: [x64] os: [win32] @@ -31978,10 +28958,10 @@ packages: dev: true optional: true - /turbo-windows-arm64@1.9.3: + /turbo-windows-arm64@1.10.14: resolution: { - integrity: sha512-QJUYLSsxdXOsR1TquiOmLdAgtYcQ/RuSRpScGvnZb1hY0oLc7JWU0llkYB81wVtWs469y8H9O0cxbKwCZGR4RQ==, + integrity: sha512-rkBwrTPTxNSOUF7of8eVvvM+BkfkhA2OvpHM94if8tVsU+khrjglilp8MTVPHlyS9byfemPAmFN90oRIPB05BA==, } cpu: [arm64] os: [win32] @@ -31989,20 +28969,19 @@ packages: dev: true optional: true - /turbo@1.9.3: + /turbo@1.10.14: resolution: { - integrity: sha512-ID7mxmaLUPKG/hVkp+h0VuucB1U99RPCJD9cEuSEOdIPoSIuomcIClEJtKamUsdPLhLCud+BvapBNnhgh58Nzw==, + integrity: sha512-hr9wDNYcsee+vLkCDIm8qTtwhJ6+UAMJc3nIY6+PNgUTtXcQgHxCq8BGoL7gbABvNWv76CNbK5qL4Lp9G3ZYRA==, } hasBin: true - requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.9.3 - turbo-darwin-arm64: 1.9.3 - turbo-linux-64: 1.9.3 - turbo-linux-arm64: 1.9.3 - turbo-windows-64: 1.9.3 - turbo-windows-arm64: 1.9.3 + turbo-darwin-64: 1.10.14 + turbo-darwin-arm64: 1.10.14 + turbo-linux-64: 1.10.14 + turbo-linux-arm64: 1.10.14 + turbo-windows-64: 1.10.14 + turbo-windows-arm64: 1.10.14 dev: true /tweetnacl@0.14.5: @@ -32012,15 +28991,6 @@ packages: } dev: false - /type-check@0.3.2: - resolution: - { - integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==, - } - engines: { node: ">= 0.8.0" } - dependencies: - prelude-ls: 1.1.2 - /type-check@0.4.0: resolution: { @@ -32066,7 +29036,6 @@ packages: integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, } engines: { node: ">=10" } - dev: true /type-fest@0.6.0: resolution: @@ -32092,6 +29061,14 @@ packages: engines: { node: ">=8" } dev: true + /type-fest@1.4.0: + resolution: + { + integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==, + } + engines: { node: ">=10" } + dev: true + /type-fest@2.19.0: resolution: { @@ -32123,6 +29100,42 @@ packages: } dev: false + /typed-array-buffer@1.0.0: + resolution: + { + integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, + } + engines: { node: ">= 0.4" } + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + + /typed-array-byte-length@1.0.0: + resolution: + { + integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, + } + engines: { node: ">= 0.4" } + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + + /typed-array-byte-offset@1.0.0: + resolution: + { + integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, + } + engines: { node: ">= 0.4" } + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + /typed-array-length@1.0.4: resolution: { @@ -32131,7 +29144,7 @@ packages: dependencies: call-bind: 1.0.2 for-each: 0.3.3 - is-typed-array: 1.1.10 + is-typed-array: 1.1.12 /typedarray@0.0.6: resolution: @@ -32177,19 +29190,13 @@ packages: } dev: true - /unfetch@4.2.0: - resolution: - { - integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==, - } - dev: true - /unicode-canonical-property-names-ecmascript@2.0.0: resolution: { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, } engines: { node: ">=4" } + dev: true /unicode-match-property-ecmascript@2.0.0: resolution: @@ -32200,6 +29207,7 @@ packages: dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 + dev: true /unicode-match-property-value-ecmascript@2.1.0: resolution: @@ -32207,6 +29215,7 @@ packages: integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, } engines: { node: ">=4" } + dev: true /unicode-property-aliases-ecmascript@2.1.0: resolution: @@ -32214,6 +29223,7 @@ packages: integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, } engines: { node: ">=4" } + dev: true /union-value@1.0.1: resolution: @@ -32251,7 +29261,7 @@ packages: integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==, } dependencies: - "@types/unist": 2.0.6 + "@types/unist": 2.0.8 /unist-util-visit-parents@3.1.1: resolution: @@ -32259,7 +29269,7 @@ packages: integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==, } dependencies: - "@types/unist": 2.0.6 + "@types/unist": 2.0.8 unist-util-is: 4.1.0 dev: true @@ -32269,7 +29279,7 @@ packages: integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==, } dependencies: - "@types/unist": 2.0.6 + "@types/unist": 2.0.8 unist-util-is: 4.1.0 unist-util-visit-parents: 3.1.1 dev: true @@ -32304,22 +29314,10 @@ packages: } engines: { node: ">= 0.8" } - /unplugin@0.10.2: - resolution: - { - integrity: sha512-6rk7GUa4ICYjae5PrAllvcDeuT8pA9+j5J5EkxbMFaV+SalHhxZ7X2dohMzu6C3XzsMT+6jwR/+pwPNR3uK9MA==, - } - dependencies: - acorn: 8.10.0 - chokidar: 3.5.3 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.6 - dev: true - - /unplugin@1.4.0: + /unplugin@1.5.0: resolution: { - integrity: sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==, + integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==, } dependencies: acorn: 8.10.0 @@ -32346,10 +29344,10 @@ packages: } engines: { node: ">=8" } - /update-browserslist-db@1.0.11(browserslist@4.21.10): + /update-browserslist-db@1.0.12(browserslist@4.21.10): resolution: { - integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, + integrity: sha512-tE1smlR58jxbFMtrMpFNRmsrOXlpNXss965T1CrpwuZUzUAg/TBQc94SpyhDLSzrqrJS9xTRBthnZAGcE1oaxg==, } hasBin: true peerDependencies: @@ -32358,33 +29356,6 @@ packages: browserslist: 4.21.10 escalade: 3.1.1 picocolors: 1.0.0 - dev: false - - /update-browserslist-db@1.0.11(browserslist@4.21.5): - resolution: - { - integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, - } - hasBin: true - peerDependencies: - browserslist: ">= 4.21.0" - dependencies: - browserslist: 4.21.5 - escalade: 3.1.1 - picocolors: 1.0.0 - - /update-browserslist-db@1.0.11(browserslist@4.21.9): - resolution: - { - integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, - } - hasBin: true - peerDependencies: - browserslist: ">= 4.21.0" - dependencies: - browserslist: 4.21.9 - escalade: 3.1.1 - picocolors: 1.0.0 /uri-js@4.4.1: resolution: @@ -32402,7 +29373,7 @@ packages: deprecated: Please see https://github.com/lydell/urix#deprecated dev: true - /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.82.0): + /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.88.2): resolution: { integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==, @@ -32415,11 +29386,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0(webpack@5.82.0) + file-loader: 6.2.0(webpack@5.88.2) loader-utils: 2.0.4 mime-types: 2.1.35 - schema-utils: 3.1.2 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) + schema-utils: 3.3.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) dev: false /url-parse@1.5.10: @@ -32449,6 +29420,34 @@ packages: querystring: 0.2.0 dev: false + /url@0.11.3: + resolution: + { + integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==, + } + dependencies: + punycode: 1.4.1 + qs: 6.11.2 + dev: true + + /use-callback-ref@1.3.0(@types/react@18.2.22)(react@18.2.0): + resolution: + { + integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==, + } + engines: { node: ">=10" } + peerDependencies: + "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@types/react": 18.2.22 + react: 18.2.0 + tslib: 2.6.2 + dev: true + /use-context-selector@1.4.1(react-dom@18.2.0)(react@18.2.0)(scheduler@0.23.0): resolution: { @@ -32470,7 +29469,7 @@ packages: scheduler: 0.23.0 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.15)(react@18.2.0): + /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.22)(react@18.2.0): resolution: { integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==, @@ -32482,7 +29481,7 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.15 + "@types/react": 18.2.22 react: 18.2.0 dev: false @@ -32500,6 +29499,25 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true + /use-sidecar@1.1.2(@types/react@18.2.22)(react@18.2.0): + resolution: + { + integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==, + } + engines: { node: ">=10" } + peerDependencies: + "@types/react": ^16.9.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + dependencies: + "@types/react": 18.2.22 + detect-node-es: 1.1.0 + react: 18.2.0 + tslib: 2.6.2 + dev: true + /use@3.1.1: resolution: { @@ -32530,9 +29548,8 @@ packages: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 - is-typed-array: 1.1.10 - which-typed-array: 1.1.9 - dev: true + is-typed-array: 1.1.12 + which-typed-array: 1.1.11 /utila@0.4.0: resolution: @@ -32547,21 +29564,20 @@ packages: } engines: { node: ">= 0.4.0" } - /uuid@3.3.2: + /uuid@3.4.0: resolution: { - integrity: sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==, + integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==, } deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true dev: false - /uuid@3.4.0: + /uuid@8.0.0: resolution: { - integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==, + integrity: sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==, } - deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true dev: false @@ -32573,10 +29589,10 @@ packages: hasBin: true dev: false - /uuid@9.0.0: + /uuid@9.0.1: resolution: { - integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==, + integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==, } hasBin: true dev: true @@ -32586,7 +29602,6 @@ packages: { integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==, } - dev: true /v8-to-istanbul@9.1.0: resolution: @@ -32595,10 +29610,9 @@ packages: } engines: { node: ">=10.12.0" } dependencies: - "@jridgewell/trace-mapping": 0.3.18 + "@jridgewell/trace-mapping": 0.3.19 "@types/istanbul-lib-coverage": 2.0.4 convert-source-map: 1.9.0 - dev: true /validate-npm-package-license@3.0.4: resolution: @@ -32637,7 +29651,7 @@ packages: integrity: sha512-yesvlMcwRwxrtAd9IYjuxWJJuAMI0sl7JvAFfYtuDkkGDtqfLXUcCzHIATqW6igVIE7tWwGxnbfvQLhLNgK44Q==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 vega-dataflow: 5.7.5 vega-util: 1.17.2 transitivePeerDependencies: @@ -32657,25 +29671,28 @@ packages: - encoding dev: false - /vega-embed@6.18.2(vega-lite@5.1.1)(vega@5.23.0): + /vega-embed@6.22.2(vega-lite@5.15.0)(vega@5.25.0): resolution: { - integrity: sha512-wcDyQPE4J5aiCDc3/suH5RQDvrKkjuLkhzUcbOLwEkNF8/+pp17tS0JghzEvAPNRg+5aG1/N2ydixq8Lk3dOlg==, + integrity: sha512-JdytShq/QC9q0Q/WzHowkYR5ohN36JsNs3S6OsD7Ufmvite5XmsHKSn6vuI//n99tlrcdmCFfnMZnnZH+IESRQ==, } peerDependencies: - vega: ^5.13.0 + vega: ^5.21.0 vega-lite: "*" dependencies: fast-json-patch: 3.1.1 json-stringify-pretty-compact: 3.0.0 - semver: 7.5.0 - tslib: 2.5.0 - vega: 5.23.0 - vega-lite: 5.1.1(vega@5.23.0) + semver: 7.5.4 + tslib: 2.6.2 + vega: 5.25.0 + vega-interpreter: 1.0.5 + vega-lite: 5.15.0(vega@5.25.0) vega-schema-url-parser: 2.2.0 - vega-themes: 2.13.0(vega-lite@5.1.1)(vega@5.23.0) - vega-tooltip: 0.25.1 + vega-themes: 2.14.0(vega-lite@5.15.0)(vega@5.25.0) + vega-tooltip: 0.32.0 dev: false + bundledDependencies: + - yallist /vega-encode@4.9.2: resolution: @@ -32683,7 +29700,7 @@ packages: integrity: sha512-c3J0LYkgYeXQxwnYkEzL15cCFBYPRaYUon8O2SZ6O4PhH4dfFTXBzSyT8+gh8AhBd572l2yGDfxpEYA6pOqdjg==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-interpolate: 3.0.1 vega-dataflow: 5.7.5 vega-scale: 7.3.0 @@ -32692,13 +29709,6 @@ packages: - encoding dev: false - /vega-event-selector@2.0.6: - resolution: - { - integrity: sha512-UwCu50Sqd8kNZ1X/XgiAY+QAyQUmGFAwyDu7y0T5fs6/TPQnDo/Bo346NgSgINBEhEKOAMY1Nd/rPOk4UEm/ew==, - } - dev: false - /vega-event-selector@3.0.1: resolution: { @@ -32706,25 +29716,6 @@ packages: } dev: false - /vega-expression@4.0.1: - resolution: - { - integrity: sha512-ZrDj0hP8NmrCpdLFf7Rd/xMUHGoSYsAOTaYp7uXZ2dkEH5x0uPy5laECMc8TiQvL8W+8IrN2HAWCMRthTSRe2Q==, - } - dependencies: - vega-util: 1.16.1 - dev: false - - /vega-expression@5.0.1: - resolution: - { - integrity: sha512-atfzrMekrcsuyUgZCMklI5ki8cV763aeo1Y6YrfYU7FBwcQEoFhIV/KAJ1vae51aPDGtfzvwbtVIo3WShFCP2Q==, - } - dependencies: - "@types/estree": 1.0.1 - vega-util: 1.17.2 - dev: false - /vega-expression@5.1.0: resolution: { @@ -32735,10 +29726,10 @@ packages: vega-util: 1.17.2 dev: false - /vega-force@4.1.1: + /vega-force@4.2.0: resolution: { - integrity: sha512-T6fJAUz9zdXf2qj2Hz0VlmdtaY7eZfcKNazhUV8hza4R3F9ug6r/hSrdovfc9ExmbUjL5iyvDUsf63r8K3/wVQ==, + integrity: sha512-aE2TlP264HXM1r3fl58AvZdKUWBNOGkIvn4EWyqeJdgO2vz46zSU7x7TzPG4ZLuo44cDRU5Ng3I1eQk23Asz6A==, } dependencies: d3-force: 3.0.0 @@ -32754,7 +29745,7 @@ packages: integrity: sha512-Rll7YgpYbsgaAa54AmtEWrxaJqgOh5fXlvM2wewO4trb9vwM53KBv4Q/uBWCLK3LLGeBXIF6gjDt2LFuJAUtkQ==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-format: 3.1.0 d3-time-format: 4.1.0 vega-time: 2.1.1 @@ -32767,7 +29758,7 @@ packages: integrity: sha512-YE1Xl3Qi28kw3vdXVYgKFMo20ttd3+SdKth1jUNtBDGGdrOpvPxxFhZkVqX+7FhJ5/1UkDoAYs/cZY0nRKiYgA==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-color: 3.1.0 d3-geo: 3.1.0 vega-dataflow: 5.7.5 @@ -32775,7 +29766,7 @@ packages: vega-scale: 7.3.0 vega-scenegraph: 4.10.2 vega-selections: 5.4.1 - vega-statistics: 1.8.1 + vega-statistics: 1.9.0 vega-time: 2.1.1 vega-util: 1.17.2 transitivePeerDependencies: @@ -32788,13 +29779,13 @@ packages: integrity: sha512-s4WeZAL5M3ZUV27/eqSD3v0FyJz3PlP31XNSLFy4AJXHxHUeXT3qLiDHoVQnW5Om+uBCPDtTT1ROx1smGIf2aA==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-color: 3.1.0 d3-geo: 3.1.0 vega-canvas: 1.2.7 vega-dataflow: 5.7.5 vega-projection: 1.6.0 - vega-statistics: 1.8.1 + vega-statistics: 1.9.0 vega-util: 1.17.2 transitivePeerDependencies: - encoding @@ -32813,6 +29804,13 @@ packages: - encoding dev: false + /vega-interpreter@1.0.5: + resolution: + { + integrity: sha512-po6oTOmeQqr1tzTCdD15tYxAQLeUnOVirAysgVEemzl+vfmvcEP7jQmlc51jz0jMA+WsbmE6oJywisQPu/H0Bg==, + } + dev: false + /vega-label@1.2.1: resolution: { @@ -32827,28 +29825,23 @@ packages: - encoding dev: false - /vega-lite@5.1.1(vega@5.23.0): + /vega-lite@5.15.0(vega@5.25.0): resolution: { - integrity: sha512-V085gNkbgbmcVC/Q3dJjmIioxcDicxMHvH0FIKOPxdplzt+qU9xGIhQy7scj0tSMYnmAPCayB5oLkkQXFb6w1w==, + integrity: sha512-Eac4VBhdtwbJQWH8m2OaRba/YVZbUHlmTAiPfiF3XIapJ73rcs+gHZBE1DfYgfoGjBN+5YJUMvdgm4UE7j/Ncg==, } - engines: { node: ">=12" } + engines: { node: ">=18" } hasBin: true peerDependencies: - vega: ^5.20.2 + vega: ^5.24.0 dependencies: - "@types/clone": 2.1.1 - array-flat-polyfill: 1.0.1 - clone: 2.1.2 - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 json-stringify-pretty-compact: 3.0.0 - tslib: 2.3.1 - vega: 5.23.0 - vega-event-selector: 2.0.6 - vega-expression: 4.0.1 - vega-util: 1.16.1 - yargs: 17.1.1 + tslib: 2.6.2 + vega: 5.25.0 + vega-event-selector: 3.0.1 + vega-expression: 5.1.0 + vega-util: 1.17.2 + yargs: 17.7.2 dev: false /vega-loader@4.5.1: @@ -32858,7 +29851,7 @@ packages: } dependencies: d3-dsv: 3.0.1 - node-fetch: 2.6.9 + node-fetch: 2.7.0 topojson-client: 3.1.0 vega-format: 1.1.1 vega-util: 1.17.2 @@ -32892,15 +29885,15 @@ packages: vega-scale: 7.3.0 dev: false - /vega-regression@1.1.1: + /vega-regression@1.2.0: resolution: { - integrity: sha512-98i/z0vdDhOIEhJUdYoJ2nlfVdaHVp2CKB39Qa7G/XyRw0+QwDFFrp8ZRec2xHjHfb6bYLGNeh1pOsC13FelJg==, + integrity: sha512-6TZoPlhV/280VbxACjRKqlE0Nv48z5g4CSNf1FmGGTWS1rQtElPTranSoVW4d7ET5eVQ6f9QLxNAiALptvEq+g==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 vega-dataflow: 5.7.5 - vega-statistics: 1.8.1 + vega-statistics: 1.9.0 vega-util: 1.17.2 transitivePeerDependencies: - encoding @@ -32924,7 +29917,7 @@ packages: integrity: sha512-pMOAI2h+e1z7lsqKG+gMfR6NKN2sTcyjZbdJwntooW0uFHwjLGjMSY7kSd3nSEquF0HQ8qF7zR6gs1eRwlGimw==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-interpolate: 3.0.1 d3-scale: 4.0.2 vega-time: 2.1.1 @@ -32965,26 +29958,26 @@ packages: vega-util: 1.17.2 dev: false - /vega-statistics@1.8.1: + /vega-statistics@1.9.0: resolution: { - integrity: sha512-eRR3LZBusnTXUkc/uunAvWi1PjCJK+Ba4vFvEISc5Iv5xF4Aw2cBhEz1obEt6ID5fGVCTAl0E1LOSFxubS89hQ==, + integrity: sha512-GAqS7mkatpXcMCQKWtFu1eMUKLUymjInU0O8kXshWaQrVWjPIO2lllZ1VNhdgE0qGj4oOIRRS11kzuijLshGXQ==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 dev: false - /vega-themes@2.13.0(vega-lite@5.1.1)(vega@5.23.0): + /vega-themes@2.14.0(vega-lite@5.15.0)(vega@5.25.0): resolution: { - integrity: sha512-SVr/YDqGhkVDO2bRS62TeGyr1dVuXaNLJNCu42b1tbcnnmX2m9cyaq8G6gcputPeibArvHT1MsTF7MUzboOIWg==, + integrity: sha512-9dLmsUER7gJrDp8SEYKxBFmXmpyzLlToKIjxq3HCvYjz8cnNrRGyAhvIlKWOB3ZnGvfYV+vnv3ZRElSNL31nkA==, } peerDependencies: vega: "*" vega-lite: "*" dependencies: - vega: 5.23.0 - vega-lite: 5.1.1(vega@5.23.0) + vega: 5.25.0 + vega-lite: 5.15.0(vega@5.25.0) dev: false /vega-time@2.1.1: @@ -32993,24 +29986,24 @@ packages: integrity: sha512-z1qbgyX0Af2kQSGFbApwBbX2meenGvsoX8Nga8uyWN8VIbiySo/xqizz1KrP6NbB6R+x5egKmkjdnyNThPeEWA==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-time: 3.1.0 vega-util: 1.17.2 dev: false - /vega-tooltip@0.25.1: + /vega-tooltip@0.27.0: resolution: { - integrity: sha512-ugGwGi2/p3OpB8N15xieuzP8DyV5DreqMWcmJ9zpWT8GlkyKtef4dGRXnvHeHQ+iJFmWrq4oZJ+kLTrdiECjAg==, + integrity: sha512-FRcHNfMNo9D/7an5nZuP6JC2JGEsc85qcGjyMU7VlPpjQj9eBj1P+sZSNbb54Z20g7inVSBRyd8qgNn5EYTxJA==, } dependencies: vega-util: 1.17.2 dev: false - /vega-tooltip@0.27.0: + /vega-tooltip@0.32.0: resolution: { - integrity: sha512-FRcHNfMNo9D/7an5nZuP6JC2JGEsc85qcGjyMU7VlPpjQj9eBj1P+sZSNbb54Z20g7inVSBRyd8qgNn5EYTxJA==, + integrity: sha512-Sc4/vZsXDM9nOiHrxc8hfpc9lYc7Nr0FIYYkIi90v2d6IoE6thm6T4Exo2m7cMK4rwevwf6c4/FABwjOMIs4MQ==, } dependencies: vega-util: 1.17.2 @@ -33022,34 +30015,27 @@ packages: integrity: sha512-sJELfEuYQ238PRG+GOqQch8D69RYnJevYSGLsRGQD2LxNz3j+GlUX6Pid+gUEH5HJy22Q5L0vsTl2ZNhIr4teQ==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 vega-dataflow: 5.7.5 - vega-statistics: 1.8.1 + vega-statistics: 1.9.0 vega-time: 2.1.1 vega-util: 1.17.2 transitivePeerDependencies: - encoding dev: false - /vega-typings@0.23.0: + /vega-typings@0.24.2: resolution: { - integrity: sha512-10ZRRGoUZoQLS5jMiIFhSZMDc3UkPhDP2VMUN/oHZXElvPCGjfjvgmiC6XzvvN4sRXdccMcZX1lZPoyYPERVkA==, + integrity: sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==, } dependencies: - "@types/geojson": 7946.0.10 + "@types/geojson": 7946.0.4 vega-event-selector: 3.0.1 vega-expression: 5.1.0 vega-util: 1.17.2 dev: false - /vega-util@1.16.1: - resolution: - { - integrity: sha512-FdgD72fmZMPJE99FxvFXth0IL4BbLA93WmBg/lvcJmfkK4Uf90WIlvGwaIUdSePIsdpkZjBPyQcHMQ8OcS8Smg==, - } - dev: false - /vega-util@1.17.2: resolution: { @@ -33076,7 +30062,7 @@ packages: integrity: sha512-RoWxuoEMI7xVQJhPqNeLEHCezudsf3QkVMhH5tCovBqwBADQGqq9iWyax3ZzdyX1+P3eBgm7cnLvpqtN2hU8kA==, } dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-timer: 3.0.1 vega-dataflow: 5.7.5 vega-format: 1.1.1 @@ -33110,24 +30096,24 @@ packages: vega-canvas: 1.2.7 vega-dataflow: 5.7.5 vega-scale: 7.3.0 - vega-statistics: 1.8.1 + vega-statistics: 1.9.0 vega-util: 1.17.2 transitivePeerDependencies: - encoding dev: false - /vega@5.23.0: + /vega@5.25.0: resolution: { - integrity: sha512-FjgDD/VmL9yl36ByLq66mEusDF/wZGRktK4JA5MkF68hQqj3F8BFMDDVNwCASuwY97H6wr7kw/RFqNI6XocjJQ==, + integrity: sha512-lr+uj0mhYlSN3JOKbMNp1RzZBenWp9DxJ7kR3lha58AFNCzzds7pmFa7yXPbtbaGhB7Buh/t6n+Bzk3Y0VnF5g==, } dependencies: vega-crossfilter: 4.1.1 vega-dataflow: 5.7.5 vega-encode: 4.9.2 vega-event-selector: 3.0.1 - vega-expression: 5.0.1 - vega-force: 4.1.1 + vega-expression: 5.1.0 + vega-force: 4.2.0 vega-format: 1.1.1 vega-functions: 5.13.2 vega-geo: 4.4.1 @@ -33136,14 +30122,14 @@ packages: vega-loader: 4.5.1 vega-parser: 6.2.0 vega-projection: 1.6.0 - vega-regression: 1.1.1 + vega-regression: 1.2.0 vega-runtime: 6.1.4 vega-scale: 7.3.0 vega-scenegraph: 4.10.2 - vega-statistics: 1.8.1 + vega-statistics: 1.9.0 vega-time: 2.1.1 vega-transforms: 4.10.2 - vega-typings: 0.23.0 + vega-typings: 0.24.2 vega-util: 1.17.2 vega-view: 5.11.1 vega-view-transforms: 4.5.9 @@ -33235,7 +30221,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-core: 36.6.11(react@18.2.0) dev: false @@ -33250,7 +30236,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-core: 36.6.11(react@18.2.0) dev: false @@ -33294,7 +30280,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-axis: 36.6.11(react@18.2.0) victory-core: 36.6.11(react@18.2.0) victory-polar-axis: 36.6.11(react@18.2.0) @@ -33312,7 +30298,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-vendor: 36.6.11 dev: false @@ -33373,7 +30359,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-core: 36.6.11(react@18.2.0) victory-shared-events: 36.6.11(react@18.2.0) dev: false @@ -33389,7 +30375,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-bar: 36.6.11(react@18.2.0) victory-core: 36.6.11(react@18.2.0) victory-vendor: 36.6.11 @@ -33493,7 +30479,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-core: 36.6.11(react@18.2.0) dev: false @@ -33508,7 +30494,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-core: 36.6.11(react@18.2.0) victory-shared-events: 36.6.11(react@18.2.0) dev: false @@ -33533,14 +30519,14 @@ packages: integrity: sha512-nT8kCiJp8dQh8g991J/R5w5eE2KnO8EAIP0xocWlh9l2okngMWglOPoMZzJvek8Q1KUc4XE/mJxTZnvOB1sTYg==, } dependencies: - "@types/d3-array": 3.0.4 + "@types/d3-array": 3.0.7 "@types/d3-ease": 3.0.0 "@types/d3-interpolate": 3.0.1 - "@types/d3-scale": 4.0.3 - "@types/d3-shape": 3.1.1 + "@types/d3-scale": 4.0.4 + "@types/d3-shape": 3.1.2 "@types/d3-time": 3.0.0 "@types/d3-timer": 3.0.0 - d3-array: 3.2.3 + d3-array: 3.2.4 d3-ease: 3.0.1 d3-interpolate: 3.0.1 d3-scale: 4.0.2 @@ -33561,7 +30547,7 @@ packages: lodash: 4.17.21 prop-types: 15.8.1 react: 18.2.0 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 victory-core: 36.6.11(react@18.2.0) victory-tooltip: 36.6.11(react@18.2.0) dev: false @@ -33633,39 +30619,39 @@ packages: victory-zoom-container: 36.6.11(react@18.2.0) dev: false - /video.js@8.3.0: + /video.js@8.5.2: resolution: { - integrity: sha512-Vp3mqMLSUE354t+G8CbZKwcV520VKoS5fow8zjnEEKFuqStmkmnvK7/FurP6zuP/oWGJ1rqlKxML56kmJOrwRw==, + integrity: sha512-6/uNXQV3xSaKLpaPf/bVvr7omd+82sKUp0RMBgIt4PxHIe28GtX+O+GcNfI2fuwBvcDRDqk5Ei5AG9bJJOpulA==, } dependencies: - "@babel/runtime": 7.21.5 - "@videojs/http-streaming": 3.0.2(video.js@8.3.0) + "@babel/runtime": 7.22.15 + "@videojs/http-streaming": 3.5.3(video.js@8.5.2) "@videojs/vhs-utils": 4.0.0 "@videojs/xhr": 2.6.0 aes-decrypter: 4.0.1 global: 4.4.0 keycode: 2.2.0 - m3u8-parser: 6.0.0 - mpd-parser: 1.1.1 + m3u8-parser: 6.2.0 + mpd-parser: 1.2.2 mux.js: 6.3.0 safe-json-parse: 4.0.0 - videojs-contrib-quality-levels: 3.0.0(video.js@8.3.0) + videojs-contrib-quality-levels: 4.0.0(video.js@8.5.2) videojs-font: 4.1.0 - videojs-vtt.js: 0.15.4 + videojs-vtt.js: 0.15.5 dev: false - /videojs-contrib-quality-levels@3.0.0(video.js@8.3.0): + /videojs-contrib-quality-levels@4.0.0(video.js@8.5.2): resolution: { - integrity: sha512-sNx38EYUx+Q+gmup1gVTv9P9/sPs28rM7gZOx1sedaHoKxEdYB+ysOGfHj6MSELBMNGMj6ZspdrpSiWguGvGxA==, + integrity: sha512-u5rmd8BjLwANp7XwuQ0Q/me34bMe6zg9PQdHfTS7aXgiVRbNTb4djcmfG7aeSrkpZjg+XCLezFNenlJaCjBHKw==, } engines: { node: ">=14", npm: ">=6" } peerDependencies: - video.js: ^6 || ^7 || ^8 + video.js: ^8 dependencies: global: 4.4.0 - video.js: 8.3.0 + video.js: 8.5.2 dev: false /videojs-font@4.1.0: @@ -33675,16 +30661,16 @@ packages: } dev: false - /videojs-vtt.js@0.15.4: + /videojs-vtt.js@0.15.5: resolution: { - integrity: sha512-r6IhM325fcLb1D6pgsMkTQT1PpFdUdYZa1iqk7wJEu+QlibBwATPfPc9Bg8Jiym0GE5yP1AG2rMLu+QMVWkYtA==, + integrity: sha512-yZbBxvA7QMYn15Lr/ZfhhLPrNpI/RmCSCqgIff57GC2gIrV5YfyzLfLyZMj0NnZSAz8syB4N0nHXpZg9MyrMOQ==, } dependencies: global: 4.4.0 dev: false - /videojs-youtube@3.0.1(video.js@8.3.0): + /videojs-youtube@3.0.1(video.js@8.5.2): resolution: { integrity: sha512-0gKgag7Zno/dDwIdk+h48ODKDulR4IW62RxGE81PrMwi0OX/wUcKO6m1j+DFYI+7qjtWMZTKnbtQoHGxvUrFQg==, @@ -33692,9 +30678,16 @@ packages: peerDependencies: video.js: 5.x || 6.x || 7.x || 8.x dependencies: - video.js: 8.3.0 + video.js: 8.5.2 dev: false + /vm-browserify@1.1.2: + resolution: + { + integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==, + } + dev: true + /void-elements@3.1.0: resolution: { @@ -33711,7 +30704,7 @@ packages: dependencies: jsonc-parser: 3.2.0 vscode-languageserver-textdocument: 1.0.8 - vscode-languageserver-types: 3.17.3 + vscode-languageserver-types: 3.17.4 vscode-nls: 5.2.0 vscode-uri: 3.0.7 @@ -33721,10 +30714,10 @@ packages: integrity: sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==, } - /vscode-languageserver-types@3.17.3: + /vscode-languageserver-types@3.17.4: resolution: { - integrity: sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==, + integrity: sha512-9YXi5pA3XF2V+NUQg6g+lulNS0ncRCKASYdK3Cs7kiH9sVFXWq27prjkC/B8M/xJLRPPRSPCHVMuBTgRNFh2sQ==, } /vscode-nls@5.2.0: @@ -33756,7 +30749,6 @@ packages: } dependencies: makeerror: 1.0.12 - dev: true /warning@4.0.3: resolution: @@ -33800,10 +30792,10 @@ packages: engines: { node: ">=12" } dev: false - /webpack-bundle-analyzer@4.8.0: + /webpack-bundle-analyzer@4.9.1: resolution: { - integrity: sha512-ZzoSBePshOKhr+hd8u6oCkZVwpVaXgpw23ScGLFpR6SjYI7+7iIWYarjN6OEYOfRt8o7ZyZZQk0DuMizJ+LEIg==, + integrity: sha512-jnd6EoYrf9yMxCyYDPj8eutJvtjQNp8PHmni/e/ulydHBWhT5J3menXt3HEkScsu9YqMAcG4CfFjs3rj5pVU1w==, } engines: { node: ">= 10.13.0" } hasBin: true @@ -33811,18 +30803,26 @@ packages: "@discoveryjs/json-ext": 0.5.7 acorn: 8.10.0 acorn-walk: 8.2.0 - chalk: 4.1.2 commander: 7.2.0 + escape-string-regexp: 4.0.0 gzip-size: 6.0.0 - lodash: 4.17.21 + is-plain-object: 5.0.0 + lodash.debounce: 4.0.8 + lodash.escape: 4.0.1 + lodash.flatten: 4.4.0 + lodash.invokemap: 4.6.0 + lodash.pullall: 4.2.0 + lodash.uniqby: 4.7.0 opener: 1.5.2 - sirv: 1.0.19 + picocolors: 1.0.0 + sirv: 2.0.3 ws: 7.5.9 transitivePeerDependencies: - bufferutil - utf-8-validate + dev: false - /webpack-cli@4.10.0(webpack-bundle-analyzer@4.8.0)(webpack@5.82.0): + /webpack-cli@4.10.0(webpack@5.88.2): resolution: { integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==, @@ -33846,7 +30846,7 @@ packages: optional: true dependencies: "@discoveryjs/json-ext": 0.5.7 - "@webpack-cli/configtest": 1.2.0(webpack-cli@4.10.0)(webpack@5.82.0) + "@webpack-cli/configtest": 1.2.0(webpack-cli@4.10.0)(webpack@5.88.2) "@webpack-cli/info": 1.5.0(webpack-cli@4.10.0) "@webpack-cli/serve": 1.7.0(webpack-cli@4.10.0) colorette: 2.0.20 @@ -33856,58 +30856,60 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) - webpack-bundle-analyzer: 4.8.0 - webpack-merge: 5.8.0 + webpack: 5.88.2(@swc/core@1.3.86)(webpack-cli@4.10.0) + webpack-merge: 5.9.0 - /webpack-dev-middleware@5.3.3(webpack@5.82.0): + /webpack-dev-middleware@6.0.1(webpack@5.88.2): resolution: { - integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==, + integrity: sha512-PZPZ6jFinmqVPJZbisfggDiC+2EeGZ1ZByyMP5sOFJcPPWSexalISz+cvm+j+oYPT7FIJyxT76esjnw9DhE5sw==, } - engines: { node: ">= 12.13.0" } + engines: { node: ">= 14.15.0" } peerDependencies: - webpack: ^4.0.0 || ^5.0.0 + webpack: ^5.0.0 dependencies: colorette: 2.0.20 - memfs: 3.5.1 + memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 - schema-utils: 4.0.1 - webpack: 5.82.0(esbuild@0.17.18) - dev: true + schema-utils: 4.2.0 + webpack: 5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0) + dev: false - /webpack-dev-middleware@6.0.1(webpack@5.82.0): + /webpack-dev-middleware@6.1.1(webpack@5.88.2): resolution: { - integrity: sha512-PZPZ6jFinmqVPJZbisfggDiC+2EeGZ1ZByyMP5sOFJcPPWSexalISz+cvm+j+oYPT7FIJyxT76esjnw9DhE5sw==, + integrity: sha512-y51HrHaFeeWir0YO4f0g+9GwZawuigzcAdRNon6jErXy/SqV/+O6eaVAzDqE6t3e3NpGeR5CS+cCDaTC+V3yEQ==, } engines: { node: ">= 14.15.0" } peerDependencies: webpack: ^5.0.0 + peerDependenciesMeta: + webpack: + optional: true dependencies: colorette: 2.0.20 - memfs: 3.5.1 + memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 - schema-utils: 4.0.1 - webpack: 5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0) - dev: false + schema-utils: 4.2.0 + webpack: 5.88.2(@swc/core@1.3.86)(esbuild@0.18.20) + dev: true - /webpack-hot-middleware@2.25.3: + /webpack-hot-middleware@2.25.4: resolution: { - integrity: sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==, + integrity: sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w==, } dependencies: ansi-html-community: 0.0.8 - html-entities: 2.3.3 + html-entities: 2.4.0 strip-ansi: 6.0.1 - /webpack-merge@5.8.0: + /webpack-merge@5.9.0: resolution: { - integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==, + integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==, } engines: { node: ">=10.0.0" } dependencies: @@ -33931,24 +30933,146 @@ packages: } engines: { node: ">=10.13.0" } - /webpack-virtual-modules@0.4.6: + /webpack-virtual-modules@0.5.0: resolution: { - integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==, + integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==, } dev: true - /webpack-virtual-modules@0.5.0: + /webpack@5.88.2: resolution: { - integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==, + integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==, + } + engines: { node: ">=10.13.0" } + hasBin: true + peerDependencies: + webpack-cli: "*" + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + "@types/eslint-scope": 3.7.4 + "@types/estree": 1.0.1 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0(acorn@8.10.0) + browserslist: 4.21.10 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9(webpack@5.88.2) + watchpack: 2.4.0 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - "@swc/core" + - esbuild + - uglify-js + dev: true + + /webpack@5.88.2(@swc/core@1.3.78)(webpack-cli@4.10.0): + resolution: + { + integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==, + } + engines: { node: ">=10.13.0" } + hasBin: true + peerDependencies: + webpack-cli: "*" + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + "@types/eslint-scope": 3.7.4 + "@types/estree": 1.0.1 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0(acorn@8.10.0) + browserslist: 4.21.10 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9(@swc/core@1.3.78)(webpack@5.88.2) + watchpack: 2.4.0 + webpack-cli: 4.10.0(webpack@5.88.2) + webpack-sources: 3.2.3 + transitivePeerDependencies: + - "@swc/core" + - esbuild + - uglify-js + + /webpack@5.88.2(@swc/core@1.3.86)(esbuild@0.18.20): + resolution: + { + integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==, } + engines: { node: ">=10.13.0" } + hasBin: true + peerDependencies: + webpack-cli: "*" + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + "@types/eslint-scope": 3.7.4 + "@types/estree": 1.0.1 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0(acorn@8.10.0) + browserslist: 4.21.10 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9(@swc/core@1.3.86)(esbuild@0.18.20)(webpack@5.88.2) + watchpack: 2.4.0 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - "@swc/core" + - esbuild + - uglify-js dev: true - /webpack@5.82.0(@swc/core@1.3.56)(webpack-cli@4.10.0): + /webpack@5.88.2(@swc/core@1.3.86)(webpack-cli@4.10.0): resolution: { - integrity: sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==, + integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==, } engines: { node: ">=10.13.0" } hasBin: true @@ -33960,15 +31084,15 @@ packages: dependencies: "@types/eslint-scope": 3.7.4 "@types/estree": 1.0.1 - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/wasm-edit": 1.11.5 - "@webassemblyjs/wasm-parser": 1.11.5 - acorn: 8.8.2 - acorn-import-assertions: 1.8.0(acorn@8.8.2) - browserslist: 4.21.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0(acorn@8.10.0) + browserslist: 4.21.10 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.13.0 - es-module-lexer: 1.2.1 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.1 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -33977,21 +31101,21 @@ packages: loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 3.1.2 + schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(@swc/core@1.3.56)(webpack@5.82.0) + terser-webpack-plugin: 5.3.9(@swc/core@1.3.86)(webpack@5.88.2) watchpack: 2.4.0 - webpack-cli: 4.10.0(webpack-bundle-analyzer@4.8.0)(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.88.2) webpack-sources: 3.2.3 transitivePeerDependencies: - "@swc/core" - esbuild - uglify-js - /webpack@5.82.0(esbuild@0.17.18): + /webpack@5.88.2(esbuild@0.18.20): resolution: { - integrity: sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==, + integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==, } engines: { node: ">=10.13.0" } hasBin: true @@ -34003,15 +31127,15 @@ packages: dependencies: "@types/eslint-scope": 3.7.4 "@types/estree": 1.0.1 - "@webassemblyjs/ast": 1.11.5 - "@webassemblyjs/wasm-edit": 1.11.5 - "@webassemblyjs/wasm-parser": 1.11.5 - acorn: 8.8.2 - acorn-import-assertions: 1.8.0(acorn@8.8.2) - browserslist: 4.21.5 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0(acorn@8.10.0) + browserslist: 4.21.10 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.13.0 - es-module-lexer: 1.2.1 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.1 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -34020,9 +31144,9 @@ packages: loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 3.1.2 + schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(esbuild@0.17.18)(webpack@5.82.0) + terser-webpack-plugin: 5.3.9(esbuild@0.18.20)(webpack@5.88.2) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -34047,10 +31171,10 @@ packages: iconv-lite: 0.6.3 dev: false - /whatwg-fetch@3.6.2: + /whatwg-fetch@3.6.19: resolution: { - integrity: sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==, + integrity: sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==, } dev: false @@ -34105,6 +31229,26 @@ packages: is-string: 1.0.7 is-symbol: 1.0.4 + /which-builtin-type@1.1.3: + resolution: + { + integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==, + } + engines: { node: ">= 0.4" } + dependencies: + function.prototype.name: 1.1.6 + has-tostringtag: 1.0.0 + is-async-function: 2.0.0 + is-date-object: 1.0.5 + is-finalizationregistry: 1.0.2 + is-generator-function: 1.0.10 + is-regex: 1.1.4 + is-weakref: 1.0.2 + isarray: 2.0.5 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.11 + /which-collection@1.0.1: resolution: { @@ -34134,10 +31278,10 @@ packages: path-exists: 4.0.0 dev: true - /which-typed-array@1.1.9: + /which-typed-array@1.1.11: resolution: { - integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==, + integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==, } engines: { node: ">= 0.4" } dependencies: @@ -34146,7 +31290,6 @@ packages: for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 - is-typed-array: 1.1.10 /which@1.3.1: resolution: @@ -34168,25 +31311,6 @@ packages: dependencies: isexe: 2.0.0 - /wide-align@1.1.5: - resolution: - { - integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, - } - dependencies: - string-width: 4.2.3 - dev: true - - /widest-line@3.1.0: - resolution: - { - integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==, - } - engines: { node: ">=8" } - dependencies: - string-width: 4.2.3 - dev: true - /wildcard@2.0.1: resolution: { @@ -34202,13 +31326,13 @@ packages: dependencies: logform: 2.5.1 readable-stream: 3.6.2 - triple-beam: 1.3.0 + triple-beam: 1.4.1 dev: true - /winston@3.8.2: + /winston@3.10.0: resolution: { - integrity: sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==, + integrity: sha512-nT6SIDaE9B7ZRO0u3UvdrimG0HkB7dSTAgInQnNR2SOPJ4bvq5q79+pXLftKmP52lJGW15+H5MCK0nM9D3KB/g==, } engines: { node: ">= 12.0.0" } dependencies: @@ -34221,7 +31345,7 @@ packages: readable-stream: 3.6.2 safe-stable-stringify: 2.4.3 stack-trace: 0.0.10 - triple-beam: 1.3.0 + triple-beam: 1.4.1 winston-transport: 4.5.0 dev: true @@ -34233,13 +31357,6 @@ packages: engines: { node: ">=0.8" } dev: false - /word-wrap@1.2.3: - resolution: - { - integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==, - } - engines: { node: ">=0.10.0" } - /word@0.3.0: resolution: { @@ -34287,7 +31404,7 @@ packages: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 - strip-ansi: 7.0.1 + strip-ansi: 7.1.0 dev: true /wrappy@1.0.2: @@ -34316,7 +31433,6 @@ packages: dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7 - dev: true /ws@6.2.2: resolution: @@ -34349,11 +31465,12 @@ packages: optional: true utf-8-validate: optional: true + dev: false - /ws@8.13.0: + /ws@8.14.2: resolution: { - integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==, + integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==, } engines: { node: ">=10.0.0" } peerDependencies: @@ -34365,10 +31482,10 @@ packages: utf-8-validate: optional: true - /xlsx@0.17.1: + /xlsx@0.17.5: resolution: { - integrity: sha512-SrvK+kMEjiVIKYyJSjSIJwzm2cZn8nQWVh708g7O+pTsmgjoa+uYNLEUn7jmwQdMI/ffCHcY5yEvwBXssBwpRA==, + integrity: sha512-lXNU0TuYsvElzvtI6O7WIVb9Zar1XYw7Xb3VAx2wn8N/n0whBYrCnHMxtFyIiUU1Wjf09WzmLALDfBO5PqTb1g==, } engines: { node: ">=0.8" } hasBin: true @@ -34376,10 +31493,7 @@ packages: adler-32: 1.2.0 cfb: 1.2.2 codepage: 1.15.0 - commander: 2.17.1 crc-32: 1.2.2 - exit-on-epipe: 1.0.1 - fflate: 0.3.11 ssf: 0.11.2 wmf: 1.0.2 word: 0.3.0 @@ -34393,20 +31507,21 @@ packages: engines: { node: ">=12" } dev: false - /xml2js@0.4.19: + /xml2js@0.5.0: resolution: { - integrity: sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==, + integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==, } + engines: { node: ">=4.0.0" } dependencies: - sax: 1.2.4 - xmlbuilder: 9.0.7 + sax: 1.2.1 + xmlbuilder: 11.0.1 dev: false - /xmlbuilder@9.0.7: + /xmlbuilder@11.0.1: resolution: { - integrity: sha512-7YXTQc3P2l9+0rjaUbLwMKRhtmwg1M1eDf6nag7urC7pIPYLD9W/jmzQ4ptRSUbodw5S0jfoGTflLemQibSpeQ==, + integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==, } engines: { node: ">=4.0" } dev: false @@ -34488,10 +31603,10 @@ packages: } engines: { node: ">= 6" } - /yaml@2.2.2: + /yaml@2.3.1: resolution: { - integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==, + integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==, } engines: { node: ">= 14" } dev: true @@ -34513,6 +31628,7 @@ packages: integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, } engines: { node: ">=10" } + dev: true /yargs-parser@21.1.1: resolution: @@ -34520,7 +31636,6 @@ packages: integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, } engines: { node: ">=12" } - dev: true /yargs@15.4.1: resolution: @@ -34558,22 +31673,6 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs@17.1.1: - resolution: - { - integrity: sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==, - } - engines: { node: ">=12" } - dependencies: - cliui: 7.0.4 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 20.2.9 - dev: false - /yargs@17.7.2: resolution: { @@ -34588,7 +31687,6 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - dev: true /yauzl@2.10.0: resolution: @@ -34606,7 +31704,6 @@ packages: integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==, } engines: { node: ">=6" } - dev: true /yocto-queue@0.1.0: resolution: @@ -34642,7 +31739,3 @@ packages: { integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==, } - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false From 42524c3dd948c4b645a707d488a0b8a074e0979e Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:01:25 +0300 Subject: [PATCH 2/8] Fix turbo lint issues --- apps/charterafrica/turbo.json | 7 +++++-- apps/pesayetu/turbo.json | 24 ++++++++++++++---------- turbo.json | 21 ++++++++++++--------- 3 files changed, 31 insertions(+), 21 deletions(-) diff --git a/apps/charterafrica/turbo.json b/apps/charterafrica/turbo.json index ac9cba47e..46ec4abb4 100644 --- a/apps/charterafrica/turbo.json +++ b/apps/charterafrica/turbo.json @@ -8,7 +8,6 @@ "outputs": [".next/**", "!.next/cache/**", "dist/**"], "env": [ "AIRTABLE_API_TOKEN", - "CI", "MONGO_URL", "NEXT_BUILD", "NEXT_HOSTNAME", @@ -46,10 +45,14 @@ "env": [ "AIRTABLE_API_TOKEN", "CHARTERAFRICA_SENTRY_DSN", - "CI", + "GOOGLE_API_KEY", "MONGO_URL", "NEXT_BUILD", "NEXT_HOSTNAME", + "NEXT_PUBLIC_APP_NAME", + "NEXT_PUBLIC_IMAGE_UNOPTIMIZED", + "NEXT_PUBLIC_VERCEL_ENV", + "NEXT_PUBLIC_VERCEL_URL", "NODE_ENV", "NODE_OPTIONS", "PAYLOAD_CORS", diff --git a/apps/pesayetu/turbo.json b/apps/pesayetu/turbo.json index 45b06b724..6cdb542fd 100644 --- a/apps/pesayetu/turbo.json +++ b/apps/pesayetu/turbo.json @@ -2,29 +2,33 @@ "extends": ["//"], "pipeline": { "build": { - "dependsOn": ["^build", "build-next", "build-payload"] + "dependsOn": ["^build", "build-next"] }, "build-next": { "outputs": [".next/**", "!.next/cache/**", "dist/**"], "env": [ - "NEXT_PUBLIC_APP_URL", - "NODE_TLS_REJECT_UNAUTHORIZED", - "WORDPRESS_URL", - "WORDPRESS_MULTISITE_PREFIX", - "WORDPRESS_PREVIEW_SECRET", - "WORDPRESS_APPLICATION_USERNAME", - "WORDPRESS_APPLICATION_PASSWORD", + "HURUMAP_API_URL", "JWT_SECRET_KEY", + "NEXT_PUBLIC_APP_URL", + "NEXT_PUBLIC_GOOGLE_ANALYTICS", "NEXT_PUBLIC_IMAGE_DOMAINS", + "NEXT_PUBLIC_IMAGE_UNOPTIMIZED", "NEXT_PUBLIC_IMAGE_SCALE_FACTOR", - "HURUMAP_API_URL", "NEXT_PUBLIC_OPENAFRICA_DOMAINS", "NEXT_PUBLIC_SOURCEAFRICA_DOMAINS", + "NEXT_PUBLIC_VERCEL_ENV", + "NEXT_PUBLIC_VERCEL_URL", + "NODE_TLS_REJECT_UNAUTHORIZED", + "PROJECT_ROOT", "S3_UPLOAD_KEY", "S3_UPLOAD_SECRET", "S3_UPLOAD_BUCKET", "S3_UPLOAD_REGION", - "NEXT_PUBLIC_GOOGLE_ANALYTICS" + "WORDPRESS_APPLICATION_PASSWORD", + "WORDPRESS_APPLICATION_USERNAME", + "WORDPRESS_PREVIEW_SECRET", + "WORDPRESS_MULTISITE_PREFIX", + "WORDPRESS_URL" ] } } diff --git a/turbo.json b/turbo.json index a114146be..792d21b2b 100644 --- a/turbo.json +++ b/turbo.json @@ -9,7 +9,6 @@ "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"], "env": [ - "CI", "GHOST_ADMIN_URL", "GHOST_API_KEY", "GHOST_API_VERSION", @@ -18,13 +17,17 @@ "GITHUB_BACKEND_REPO", "GITHUB_TOKEN", "GOOGLE_API_KEY", - "NODE_ENV", - "NODE_OPTIONS", "NEXT_PUBLIC_APP_DIRECTORY", "NEXT_PUBLIC_APP_LOGO_URL", + "NEXT_PUBLIC_APP_NAME", "NEXT_PUBLIC_APP_URL", "NEXT_PUBLIC_IMAGE_DOMAINS", + "NEXT_PUBLIC_IMAGE_UNOPTIMIZED", "NEXT_PUBLIC_GOOGLE_ANALYTICS_ID", + "NEXT_PUBLIC_VERCEL_ENV", + "NEXT_PUBLIC_VERCEL_URL", + "NODE_ENV", + "NODE_OPTIONS", "OAUTH_CLIENT_ID", "OAUTH_CLIENT_SECRET", "PROJECT_ROOT" @@ -37,13 +40,8 @@ "ACTNOW_API_KEY", "ACTNOW_URL", "APP_SLUG", - "CI", "GOOGLE_ID", "GOOGLE_SECRET", - "PROMISE_TRACKER_SENTRY_DSN", - "PUBLIC_PROMISE_TRACKER_SENTRY_DSN", - "NODE_ENV", - "NODE_OPTIONS", "NEXT_PUBLIC_APP_NAME", "NEXT_PUBLIC_APP_URL", "NEXT_PUBLIC_GTM_ID", @@ -54,6 +52,11 @@ "NEXT_PUBLIC_VERCEL_ENV", "NEXT_PUBLIC_VERCEL_URL", "NEXTAUTH_SECRET", + "NODE_ENV", + "NODE_OPTIONS", + "PROJECT_ROOT", + "PROMISE_TRACKER_SENTRY_DSN", + "PUBLIC_PROMISE_TRACKER_SENTRY_DSN", "SOURCE_LIB" ] }, @@ -79,5 +82,5 @@ } }, "globalDependencies": ["**/.env.*local"], - "globalEnv": ["GITHUB_TOKEN", "PORT"] + "globalEnv": ["CI", "GITHUB_TOKEN", "PORT"] } From e5a4b5b62ba5cd478e9a7c785a056d0f32aadada Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:04:36 +0300 Subject: [PATCH 3/8] Update eslint packages --- packages/eslint-config-commons-ui/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/eslint-config-commons-ui/package.json b/packages/eslint-config-commons-ui/package.json index a525baa4f..597e347ca 100644 --- a/packages/eslint-config-commons-ui/package.json +++ b/packages/eslint-config-commons-ui/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/eslint-parser": "^7.22.9", "@babel/preset-react": "^7.22.5", - "@next/eslint-plugin-next": "~13.4.12", + "@next/eslint-plugin-next": "^13.5.2", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.8.0", "eslint-config-turbo": "^1.9.4", @@ -26,11 +26,11 @@ "eslint-plugin-json": "^3.1.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-markdown": "^3.0.0", - "eslint-plugin-playwright": "^0.12.0", - "eslint-plugin-prettier": "5.0.0-alpha.2", + "eslint-plugin-playwright": "^0.16.0", + "eslint-plugin-prettier": "5.0.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.10.3" + "eslint-plugin-testing-library": "^6.0.1" }, "devDependencies": { "@babel/core": "^7.22.9", From 07322d5ebcd5be6efe2243321cec3319ffe3f0d0 Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:05:20 +0300 Subject: [PATCH 4/8] Update playwright when using standalone output --- apps/codeforafrica/playwright.config.js | 2 +- apps/promisetracker/playwright.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/codeforafrica/playwright.config.js b/apps/codeforafrica/playwright.config.js index e644e4faa..f46c5bd3b 100644 --- a/apps/codeforafrica/playwright.config.js +++ b/apps/codeforafrica/playwright.config.js @@ -11,7 +11,7 @@ const config = { }, webServer: { ...webServer, - command: `npm run start -- --port ${PORT}`, + command: `PORT=${PORT} node .next/standalone/apps/codeforafrica/server.js`, port: PORT, }, }; diff --git a/apps/promisetracker/playwright.config.js b/apps/promisetracker/playwright.config.js index ad0b4568f..58cb68f20 100644 --- a/apps/promisetracker/playwright.config.js +++ b/apps/promisetracker/playwright.config.js @@ -11,7 +11,7 @@ const config = { }, webServer: { ...webServer, - command: `npm run start -- --port ${PORT}`, + command: `PORT=${PORT} node .next/standalone/apps/promisetracker/server.js`, port: PORT, }, }; From c4f25e772f37ec2a963da2533acbe142fda6a964 Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:07:00 +0300 Subject: [PATCH 5/8] Upgrade storybook config --- apps/commons-ui-docs/.storybook/main.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/commons-ui-docs/.storybook/main.js b/apps/commons-ui-docs/.storybook/main.js index 490a45793..ed1180b60 100644 --- a/apps/commons-ui-docs/.storybook/main.js +++ b/apps/commons-ui-docs/.storybook/main.js @@ -1,15 +1,16 @@ +import { dirname, join } from "path"; /** @type { import('@storybook/nextjs').StorybookConfig } */ const config = { addons: [ - "@storybook/addon-links", - "@storybook/addon-essentials", - "@storybook/addon-interactions", + getAbsolutePath("@storybook/addon-links"), + getAbsolutePath("@storybook/addon-essentials"), + getAbsolutePath("@storybook/addon-interactions"), ], docs: { autodocs: "tag", }, framework: { - name: "@storybook/nextjs", + name: getAbsolutePath("@storybook/nextjs"), options: {}, }, staticDirs: ["../public"], @@ -17,3 +18,7 @@ const config = { }; export default config; + +function getAbsolutePath(value) { + return dirname(require.resolve(join(value, "package.json"))); +} From 37c11156f93290c570cb59d773810bb9085d25de Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:08:30 +0300 Subject: [PATCH 6/8] Fix jest private-method requirements --- packages/jest-config-commons-ui/next.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-config-commons-ui/next.js b/packages/jest-config-commons-ui/next.js index f2caa7745..734688997 100644 --- a/packages/jest-config-commons-ui/next.js +++ b/packages/jest-config-commons-ui/next.js @@ -12,7 +12,7 @@ module.exports = { "babel-jest", { presets: ["next/babel"], - plugins: ["@babel/plugin-proposal-private-methods"], + plugins: ["@babel/plugin-transform-private-methods"], }, ], }, From c3ab9050b28ca84909fd02537c4156b5e52c83fe Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:09:05 +0300 Subject: [PATCH 7/8] Temporarily disable ts swc while we wait new ts-node version --- apps/charterafrica/tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/charterafrica/tsconfig.json b/apps/charterafrica/tsconfig.json index fd7f4d41e..f285ab0f0 100644 --- a/apps/charterafrica/tsconfig.json +++ b/apps/charterafrica/tsconfig.json @@ -22,7 +22,5 @@ }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["build", "dist", "node_modules"], - "ts-node": { - "swc": true - } + "ts-node": {} } From 6ce84fc091d0c9640c56dde09e6a465194760f13 Mon Sep 17 00:00:00 2001 From: kilemensi Date: Thu, 21 Sep 2023 13:09:35 +0300 Subject: [PATCH 8/8] Update test snapshots --- .../CommunityPlatforms.snap.js | 2 +- .../src/components/Dataset/Dataset.snap.js | 10 +- .../DatasetCard/DatasetCard.snap.js | 4 +- .../Datasets/DatasetFilterBar.snap.js | 2 +- .../src/components/Datasets/Datasets.snap.js | 2 +- .../DesktopNavBar/DesktopNavBar.snap.js | 2 +- .../src/components/Document/Document.snap.js | 6 +- .../components/Documents/Documents.snap.js | 2 +- .../src/components/Entity/Entity.snap.js | 4 +- .../src/components/Error/Error.snap.js | 2 +- .../components/ErrorPage/ErrorPage.snap.js | 2 +- .../FeaturedPostCard/FeaturedPostCard.snap.js | 4 +- .../src/components/NavBar/NavBar.snap.js | 4 +- .../Opportunity/Opportunity.snap.js | 2 +- .../OpportunityCard/OpportunityCard.snap.js | 2 +- .../src/components/RichText/RichText.snap.js | 2 +- .../ShareThisPage/ShareThisPage.snap.js | 4 +- .../SocialMediaBar/SocialMediaBar.snap.js | 4 +- .../src/components/Tool/Tool.snap.js | 14 +- .../YoutubeVideoPlayer.snap.js | 282 ++++++++++-------- .../ArticleHeader/ArticleHeader.snap.js | 4 +- .../ArticlePage/ArticlePage.snap.js | 8 +- .../src/components/Author/Author.snap.js | 4 +- .../components/ChoiceChip/ChoiceChip.snap.js | 2 +- .../components/ConnectBar/ConnectBar.snap.js | 6 +- .../FeaturedArticle/FeaturedArticle.snap.js | 2 +- .../components/FilterBar/FilterBar.snap.js | 2 +- .../components/GetInTouch/GetInTouch.snap.js | 2 +- .../GetInvolved/GetInvolved.snap.js | 2 +- .../MeetOurTeam/MeetOurTeam.snap.js | 2 +- .../NavBarNavList/NavBarNavList.snap.js | 2 +- .../OpportunityCard/OpportunityCard.snap.js | 2 +- .../OpportunityCardList.snap.js | 4 +- .../ProjectDetails/ProjectDescription.snap.js | 6 +- .../ProjectDescriptionButton.snap.js | 2 +- .../ProjectDetails/ProjectDetails.snap.js | 14 +- .../ProjectStakeholders.snap.js | 8 +- .../ProjectTile/ProjectTile.snap.js | 2 +- .../ProjectTileList/ProjectTileList.snap.js | 2 +- .../ShareThisPage/ShareThisPage.snap.js | 4 +- .../SocialMediaBar/SocialMediaBar.snap.js | 4 +- .../SocialMediaButton.snap.js | 2 +- .../SocialMediaButtonGroup.snap.js | 2 +- .../TeamMembers/TeamMembers.snap.js | 6 +- .../src/pages/about/[unit]/index.snap.js | 2 +- .../src/pages/projects/[slug]/index.snap.js | 10 +- 46 files changed, 240 insertions(+), 222 deletions(-) diff --git a/apps/charterafrica/src/components/CommunityPlatforms/CommunityPlatforms.snap.js b/apps/charterafrica/src/components/CommunityPlatforms/CommunityPlatforms.snap.js index 15984f47b..080626aac 100644 --- a/apps/charterafrica/src/components/CommunityPlatforms/CommunityPlatforms.snap.js +++ b/apps/charterafrica/src/components/CommunityPlatforms/CommunityPlatforms.snap.js @@ -65,7 +65,7 @@ exports[` renders unchanged 1`] = `
renders unchanged 1`] = ` class="MuiTypography-root MuiTypography-p1 css-l6prdf-MuiTypography-root" > Created January 1, 2021 @@ -37,7 +37,7 @@ exports[` renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-container MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4 css-1phk7xb-MuiGrid-root" >
renders unchanged 1`] = `
renders unchanged 1`] = ` Open Dataset
renders unchanged 1`] = ` Share Via
diff --git a/apps/charterafrica/src/components/Datasets/Datasets.snap.js b/apps/charterafrica/src/components/Datasets/Datasets.snap.js index 474e83359..a565149de 100644 --- a/apps/charterafrica/src/components/Datasets/Datasets.snap.js +++ b/apps/charterafrica/src/components/Datasets/Datasets.snap.js @@ -317,7 +317,7 @@ exports[` renders unchanged 1`] = ` Datasets diff --git a/apps/charterafrica/src/components/DesktopNavBar/DesktopNavBar.snap.js b/apps/charterafrica/src/components/DesktopNavBar/DesktopNavBar.snap.js index 9aa320f17..bb885f5d4 100644 --- a/apps/charterafrica/src/components/DesktopNavBar/DesktopNavBar.snap.js +++ b/apps/charterafrica/src/components/DesktopNavBar/DesktopNavBar.snap.js @@ -9,7 +9,7 @@ exports[` renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-item css-13i4rnv-MuiGrid-root" > diff --git a/apps/charterafrica/src/components/Document/Document.snap.js b/apps/charterafrica/src/components/Document/Document.snap.js index 4b72b1eb3..4d3b482c9 100644 --- a/apps/charterafrica/src/components/Document/Document.snap.js +++ b/apps/charterafrica/src/components/Document/Document.snap.js @@ -41,7 +41,7 @@ exports[` renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-container MuiGrid-item MuiGrid-direction-xs-[object Object] MuiGrid-grid-xs-12 MuiGrid-grid-md-4 css-19fdzmu-MuiGrid-root" > @@ -56,7 +56,7 @@ exports[` renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 css-mqmitf-MuiGrid-root" >
renders unchanged 1`] = ` Share this document
diff --git a/apps/charterafrica/src/components/FeaturedPostCard/FeaturedPostCard.snap.js b/apps/charterafrica/src/components/FeaturedPostCard/FeaturedPostCard.snap.js index 1a67affee..20adbda31 100644 --- a/apps/charterafrica/src/components/FeaturedPostCard/FeaturedPostCard.snap.js +++ b/apps/charterafrica/src/components/FeaturedPostCard/FeaturedPostCard.snap.js @@ -20,7 +20,7 @@ exports[`FeaturedPostCard should render 1`] = ` class="MuiCardContent-root css-cnb62q-MuiCardContent-root" >
renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-item css-13i4rnv-MuiGrid-root" > @@ -57,7 +57,7 @@ exports[` renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-item css-13i4rnv-MuiGrid-root" > diff --git a/apps/charterafrica/src/components/Opportunity/Opportunity.snap.js b/apps/charterafrica/src/components/Opportunity/Opportunity.snap.js index ac5b4229a..f966b2ced 100644 --- a/apps/charterafrica/src/components/Opportunity/Opportunity.snap.js +++ b/apps/charterafrica/src/components/Opportunity/Opportunity.snap.js @@ -63,7 +63,7 @@ exports[` renders unchanged 1`] = ` class="MuiGrid-root MuiGrid-item css-13i4rnv-MuiGrid-root" > diff --git a/apps/charterafrica/src/components/OpportunityCard/OpportunityCard.snap.js b/apps/charterafrica/src/components/OpportunityCard/OpportunityCard.snap.js index 0392c57b7..015766958 100644 --- a/apps/charterafrica/src/components/OpportunityCard/OpportunityCard.snap.js +++ b/apps/charterafrica/src/components/OpportunityCard/OpportunityCard.snap.js @@ -6,7 +6,7 @@ exports[` renders unchanged 1`] = ` class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root css-s80wf8-MuiPaper-root-MuiCard-root" > diff --git a/apps/charterafrica/src/components/RichText/RichText.snap.js b/apps/charterafrica/src/components/RichText/RichText.snap.js index 5fa0ce56c..66b366f35 100644 --- a/apps/charterafrica/src/components/RichText/RichText.snap.js +++ b/apps/charterafrica/src/components/RichText/RichText.snap.js @@ -20,7 +20,7 @@ exports[` renders unchanged 1`] = ` > The project currently supports initiatives in 11 countries. Find out more here diff --git a/apps/charterafrica/src/components/ShareThisPage/ShareThisPage.snap.js b/apps/charterafrica/src/components/ShareThisPage/ShareThisPage.snap.js index 3f4172087..89c9aec8e 100644 --- a/apps/charterafrica/src/components/ShareThisPage/ShareThisPage.snap.js +++ b/apps/charterafrica/src/components/ShareThisPage/ShareThisPage.snap.js @@ -3,7 +3,7 @@ exports[` renders unchanged 1`] = ` +