From 6c4d17e041f8d70af29c4b23be1ff12110835ddd Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Tue, 12 Dec 2023 16:10:14 +0300 Subject: [PATCH 1/3] Improve component spacing --- apps/charterafrica/src/components/Documents/Documents.js | 7 +++---- .../src/components/Documents/Documents.snap.js | 4 ++-- .../src/components/PageDescription/PageDescription.js | 5 +++++ .../src/components/PageDescription/PageDescription.snap.js | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/apps/charterafrica/src/components/Documents/Documents.js b/apps/charterafrica/src/components/Documents/Documents.js index f290dbe8c..c304ebb8f 100644 --- a/apps/charterafrica/src/components/Documents/Documents.js +++ b/apps/charterafrica/src/components/Documents/Documents.js @@ -102,9 +102,8 @@ const Documents = React.forwardRef(function Documents(props, ref) {
@@ -150,7 +149,7 @@ const Documents = React.forwardRef(function Documents(props, ref) { }} /> ))} - + {documents?.map((document) => ( renders unchanged 1`] = ` class="MuiBox-root css-1k9ek97" >
renders unchanged 1`] = `

diff --git a/apps/charterafrica/src/components/PageDescription/PageDescription.js b/apps/charterafrica/src/components/PageDescription/PageDescription.js index 587ab47f8..825046364 100644 --- a/apps/charterafrica/src/components/PageDescription/PageDescription.js +++ b/apps/charterafrica/src/components/PageDescription/PageDescription.js @@ -16,6 +16,11 @@ const PageDescription = React.forwardRef(function PageDescription(props, ref) {
diff --git a/apps/charterafrica/src/components/PageDescription/PageDescription.snap.js b/apps/charterafrica/src/components/PageDescription/PageDescription.snap.js index 1c5997c19..af8a9592c 100644 --- a/apps/charterafrica/src/components/PageDescription/PageDescription.snap.js +++ b/apps/charterafrica/src/components/PageDescription/PageDescription.snap.js @@ -9,7 +9,7 @@ exports[` renders unchanged 1`] = ` class="MuiContainer-root MuiContainer-maxWidthLg MuiContainer-fixed MuiContainer-disableGutters css-ydzulf-MuiContainer-root" >

Date: Tue, 12 Dec 2023 16:13:31 +0300 Subject: [PATCH 2/3] Upgrade backward-compatible deps --- apps/charterafrica/package.json | 24 +- apps/codeforafrica/package.json | 14 +- apps/commons-ui-docs/package.json | 28 +- apps/pesayetu/package.json | 32 +- apps/promisetracker/package.json | 14 +- package.json | 4 +- packages/commons-ui-core/package.json | 6 +- packages/commons-ui-next/package.json | 4 +- .../commons-ui-testing-library/package.json | 6 +- .../eslint-config-commons-ui/package.json | 8 +- packages/jest-config-commons-ui/package.json | 6 +- .../playwright-config-commons-ui/package.json | 6 +- pnpm-lock.yaml | 3256 +++++++++-------- 13 files changed, 1705 insertions(+), 1703 deletions(-) diff --git a/apps/charterafrica/package.json b/apps/charterafrica/package.json index a2aa62a00..1283c7dbc 100644 --- a/apps/charterafrica/package.json +++ b/apps/charterafrica/package.json @@ -1,6 +1,6 @@ { "name": "charterafrica", - "version": "0.1.15", + "version": "0.1.16", "private": true, "author": "Code for Africa ", "description": "This is the official code for https://charter.africa site", @@ -36,8 +36,8 @@ "db-rollback": "migrate-mongo down" }, "dependencies": { - "@aws-sdk/client-s3": "^3.468.0", - "@aws-sdk/lib-storage": "^3.468.0", + "@aws-sdk/client-s3": "^3.470.0", + "@aws-sdk/lib-storage": "^3.470.0", "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", "@emotion/cache": "^11.11.0", @@ -46,7 +46,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.20", "@mui/utils": "^5.14.20", - "@next/env": "^14.0.3", + "@next/env": "^14.0.4", "@nivo/core": "^0.84.0", "@nivo/pie": "^0.84.0", "@nivo/tooltip": "^0.84.0", @@ -55,14 +55,14 @@ "@payloadcms/plugin-nested-docs": "^1.0.9", "@payloadcms/plugin-seo": "^1.0.15", "@react-spring/web": "^9.7.3", - "@sentry/nextjs": "^7.85.0", + "@sentry/nextjs": "^7.86.0", "airtable": "^0.12.2", "dotenv": "^16.3.1", "express": "^4.18.2", "leaflet": "^1.9.4", "migrate-mongo": "^11.0.0", "monaco-editor": "^0.44.0", - "next": "^14.0.3", + "next": "^14.0.4", "next-seo": "^6.4.0", "nodemailer-sendgrid": "^1.0.3", "payload": "^1.15.8", @@ -81,17 +81,17 @@ "videojs-youtube": "^3.0.1" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", "@babel/register": "^7.22.15", - "@babel/runtime": "^7.23.5", + "@babel/runtime": "^7.23.6", "@commons-ui/testing-library": "workspace:*", "@playwright/test": "^1.40.1", "@svgr/webpack": "^8.1.0", "@swc/core": "^1.3.100", "@types/express": "^4.17.21", - "@types/node": "^18.19.2", - "@types/react": "^18.2.42", + "@types/node": "^18.19.3", + "@types/react": "^18.2.43", "babel-jest": "^29.7.0", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", @@ -101,9 +101,9 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react-test-renderer": "^18.2.0", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5.3.3", "webpack": "^5.89.0" }, diff --git a/apps/codeforafrica/package.json b/apps/codeforafrica/package.json index c54685e73..96c1f86ca 100644 --- a/apps/codeforafrica/package.json +++ b/apps/codeforafrica/package.json @@ -42,7 +42,7 @@ "@googlemaps/react-wrapper": "^1.1.35", "@mui/material": "^5.14.20", "@mui/utils": "^5.14.20", - "@next/env": "~14.0.3", + "@next/env": "~14.0.4", "@payloadcms/plugin-cloud-storage": "^1.1.1", "@payloadcms/plugin-nested-docs": "^1.0.9", "@payloadcms/plugin-seo": "^1.0.15", @@ -53,7 +53,7 @@ "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "jsdom": "^23.0.1", - "next": "^14.0.3", + "next": "^14.0.4", "next-seo": "^6.4.0", "nodemailer-sendgrid": "^1.0.3", "payload": "^1.15.8", @@ -67,14 +67,14 @@ "swr": "^2.2.4" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", "@commons-ui/testing-library": "workspace:*", "@playwright/test": "^1.40.1", "@svgr/webpack": "^8.1.0", "@types/express": "^4.17.21", - "@types/node": "^18.19.2", - "@types/react": "^18.2.42", + "@types/node": "^18.19.3", + "@types/react": "^18.2.43", "babel-jest": "^29.7.0", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", @@ -84,9 +84,9 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react-test-renderer": "^18.2.0", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5.3.3", "webpack": "^5.89.0" }, diff --git a/apps/commons-ui-docs/package.json b/apps/commons-ui-docs/package.json index b1b0ca563..77058d493 100644 --- a/apps/commons-ui-docs/package.json +++ b/apps/commons-ui-docs/package.json @@ -36,31 +36,31 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.20", "@mui/utils": "^5.14.20", - "@next/env": "^14.0.3", - "next": "^14.0.3", + "@next/env": "^14.0.4", + "next": "^14.0.4", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", - "@storybook/addon-essentials": "^7.6.3", - "@storybook/addon-interactions": "^7.6.3", - "@storybook/addon-links": "^7.6.3", - "@storybook/blocks": "^7.6.3", - "@storybook/cli": "^7.6.3", - "@storybook/nextjs": "^7.6.3", - "@storybook/react": "^7.6.3", + "@storybook/addon-essentials": "^7.6.4", + "@storybook/addon-interactions": "^7.6.4", + "@storybook/addon-links": "^7.6.4", + "@storybook/blocks": "^7.6.4", + "@storybook/cli": "^7.6.4", + "@storybook/nextjs": "^7.6.4", + "@storybook/react": "^7.6.4", "@storybook/testing-library": "^0.2.2", - "@types/node": "^18.19.2", - "@types/react": "^18.2.42", + "@types/node": "^18.19.3", + "@types/react": "^18.2.43", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", "eslint-import-resolver-webpack": "^0.13.8", "eslint-plugin-import": "^2.29.0", - "prettier": "^3.1.0", - "storybook": "^7.6.3", + "prettier": "^3.1.1", + "storybook": "^7.6.4", "typescript": "^5.3.3", "webpack": "^5.89.0" }, diff --git a/apps/pesayetu/package.json b/apps/pesayetu/package.json index b5231c23f..f983ca2b8 100644 --- a/apps/pesayetu/package.json +++ b/apps/pesayetu/package.json @@ -41,13 +41,13 @@ "@mui/styles": "^5.14.20", "@mui/utils": "^5.14.20", "@reactour/tour": "^3.6.1", - "aws-sdk": "^2.1513.0", + "aws-sdk": "^2.1516.0", "clsx": "^2.0.0", "d3-format": "^3.1.0", "deepmerge": "^4.3.1", "leaflet": "^1.9.4", "lodash": "^4.17.21", - "next": "^14.0.3", + "next": "^14.0.4", "next-images": "^1.8.5", "next-seo": "^6.4.0", "papaparse": "^5.4.1", @@ -73,25 +73,25 @@ "xlsx": "^0.18.5" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/eslint-parser": "^7.23.3", - "@babel/preset-env": "^7.23.5", + "@babel/preset-env": "^7.23.6", "@babel/preset-react": "^7.23.3", "@commons-ui/testing-library": "workspace:*", "@material-ui/codemod": "^4.5.1", "@playwright/test": "^1.40.1", - "@storybook/addon-actions": "^7.6.3", - "@storybook/addon-essentials": "^7.6.3", - "@storybook/addon-links": "^7.6.3", - "@storybook/addons": "^7.6.3", - "@storybook/client-api": "^7.6.3", - "@storybook/components": "^7.6.3", - "@storybook/core-events": "^7.6.3", - "@storybook/react": "^7.6.3", - "@storybook/theming": "^7.6.3", + "@storybook/addon-actions": "^7.6.4", + "@storybook/addon-essentials": "^7.6.4", + "@storybook/addon-links": "^7.6.4", + "@storybook/addons": "^7.6.4", + "@storybook/client-api": "^7.6.4", + "@storybook/components": "^7.6.4", + "@storybook/core-events": "^7.6.4", + "@storybook/react": "^7.6.4", + "@storybook/theming": "^7.6.4", "@svgr/webpack": "^8.1.0", - "@types/node": "^18.19.2", - "@types/react": "^18.2.42", + "@types/node": "^18.19.3", + "@types/react": "^18.2.43", "apollo-link-rest": "^0.9.0", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", @@ -111,7 +111,7 @@ "jscodeshift": "^0.15.1", "next-sitemap": "^1.9.12", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react-test-renderer": "^18.2.0", "svg-url-loader": "^8.0.0", "typescript": "^5.3.3" diff --git a/apps/promisetracker/package.json b/apps/promisetracker/package.json index 3f973dfab..dc1730c07 100644 --- a/apps/promisetracker/package.json +++ b/apps/promisetracker/package.json @@ -31,7 +31,7 @@ "@mui/material": "^5.14.20", "@mui/styles": "^5.14.20", "@mui/utils": "^5.14.20", - "@sentry/nextjs": "^7.85.0", + "@sentry/nextjs": "^7.86.0", "clsx": "^2.0.0", "date-fns": "^2.30.0", "form-data": "^4.0.0", @@ -40,7 +40,7 @@ "formik-mui-lab": "^1.0.0", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", - "next": "^14.0.3", + "next": "^14.0.4", "next-auth": "^4.24.5", "next-seo": "^6.4.0", "papaparse": "^5.4.1", @@ -55,14 +55,14 @@ "victory": "^36.7.0" }, "devDependencies": { - "@babel/core": "^7.23.5", - "@babel/preset-env": "^7.23.5", + "@babel/core": "^7.23.6", + "@babel/preset-env": "^7.23.6", "@babel/preset-react": "^7.23.3", "@commons-ui/testing-library": "workspace:*", "@playwright/test": "^1.40.1", "@svgr/webpack": "^8.1.0", - "@types/node": "^18.19.2", - "@types/react": "^18.2.42", + "@types/node": "^18.19.3", + "@types/react": "^18.2.43", "babel-jest": "^29.7.0", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", @@ -72,7 +72,7 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react-test-renderer": "^18.2.0", "typescript": "^5.3.3", "webpack": "^5.89.0" diff --git a/package.json b/package.json index 3939780b3..ed31b5d4e 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "husky": "^8.0.3", "lint-staged": "^15.2.0", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", - "turbo": "^1.11.0" + "prettier": "^3.1.1", + "turbo": "^1.11.1" }, "engines": { "node": "18.x", diff --git a/packages/commons-ui-core/package.json b/packages/commons-ui-core/package.json index eacafdb4f..a3ef7f4e5 100644 --- a/packages/commons-ui-core/package.json +++ b/packages/commons-ui-core/package.json @@ -28,21 +28,21 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", "@commons-ui/testing-library": "workspace:*", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.20", "@mui/utils": "^5.14.20", - "@types/react": "^18.2.42", + "@types/react": "^18.2.43", "babel-loader": "^9.1.3", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", diff --git a/packages/commons-ui-next/package.json b/packages/commons-ui-next/package.json index 9d5ac8868..536e91e4f 100644 --- a/packages/commons-ui-next/package.json +++ b/packages/commons-ui-next/package.json @@ -30,7 +30,7 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", "@commons-ui/core": "workspace:*", "@commons-ui/testing-library": "workspace:*", @@ -40,7 +40,7 @@ "eslint-config-commons-ui": "workspace:*", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "next": "^14.0.3", + "next": "^14.0.4", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/commons-ui-testing-library/package.json b/packages/commons-ui-testing-library/package.json index e364db02b..719d0d19c 100644 --- a/packages/commons-ui-testing-library/package.json +++ b/packages/commons-ui-testing-library/package.json @@ -32,19 +32,19 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "@babel/preset-react": "^7.23.3", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.20", - "@types/react": "^18.2.42", + "@types/react": "^18.2.43", "babel-loader": "^9.1.3", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", diff --git a/packages/eslint-config-commons-ui/package.json b/packages/eslint-config-commons-ui/package.json index 3bbeb1c18..8caa795e4 100644 --- a/packages/eslint-config-commons-ui/package.json +++ b/packages/eslint-config-commons-ui/package.json @@ -15,10 +15,10 @@ "dependencies": { "@babel/eslint-parser": "^7.23.3", "@babel/preset-react": "^7.23.3", - "@next/eslint-plugin-next": "^14.0.3", + "@next/eslint-plugin-next": "^14.0.4", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.11.0", + "eslint-config-turbo": "^1.11.1", "eslint-import-resolver-jsconfig": "^1.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.6.0", @@ -33,9 +33,9 @@ "eslint-plugin-testing-library": "^6.2.0" }, "devDependencies": { - "@babel/core": "^7.23.5", + "@babel/core": "^7.23.6", "eslint": "^8.55.0", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react": "^18.2.0", "typescript": "^5.3.3" }, diff --git a/packages/jest-config-commons-ui/package.json b/packages/jest-config-commons-ui/package.json index 739f168b6..bbd6f106a 100644 --- a/packages/jest-config-commons-ui/package.json +++ b/packages/jest-config-commons-ui/package.json @@ -19,14 +19,14 @@ "jest-environment-jsdom": "^29.7.0" }, "devDependencies": { - "@babel/core": "^7.23.5", - "@babel/preset-env": "^7.23.5", + "@babel/core": "^7.23.6", + "@babel/preset-env": "^7.23.6", "@babel/preset-react": "^7.23.3", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react": "^18.2.0", "typescript": "^5.3.3" }, diff --git a/packages/playwright-config-commons-ui/package.json b/packages/playwright-config-commons-ui/package.json index 0df6f107a..bf3cea2b1 100644 --- a/packages/playwright-config-commons-ui/package.json +++ b/packages/playwright-config-commons-ui/package.json @@ -12,13 +12,13 @@ "clean": "rm -rf .turbo node_modules" }, "devDependencies": { - "@babel/core": "^7.23.5", - "@babel/preset-env": "^7.23.5", + "@babel/core": "^7.23.6", + "@babel/preset-env": "^7.23.6", "@babel/preset-react": "^7.23.3", "@playwright/test": "^1.40.1", "eslint": "^8.55.0", "eslint-config-commons-ui": "workspace:*", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "react": "^18.2.0", "typescript": "^5.3.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6875212f1..feb09ac19 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,20 +35,20 @@ importers: specifier: workspace:* version: link:packages/playwright-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 turbo: - specifier: ^1.11.0 - version: 1.11.0 + specifier: ^1.11.1 + version: 1.11.1 apps/charterafrica: dependencies: "@aws-sdk/client-s3": - specifier: ^3.468.0 - version: 3.468.0 + specifier: ^3.470.0 + version: 3.470.0 "@aws-sdk/lib-storage": - specifier: ^3.468.0 - version: 3.468.0(@aws-sdk/client-s3@3.468.0) + specifier: ^3.470.0 + version: 3.470.0(@aws-sdk/client-s3@3.470.0) "@commons-ui/core": specifier: workspace:* version: link:../../packages/commons-ui-core @@ -60,22 +60,22 @@ importers: version: 11.11.0 "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/server": specifier: ^11.11.0 version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@next/env": - specifier: ^14.0.3 - version: 14.0.3 + specifier: ^14.0.4 + version: 14.0.4 "@nivo/core": specifier: ^0.84.0 version: 0.84.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) @@ -90,7 +90,7 @@ importers: version: 0.84.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) "@payloadcms/plugin-cloud-storage": specifier: ^1.1.1 - version: 1.1.1(@aws-sdk/client-s3@3.468.0)(@aws-sdk/lib-storage@3.468.0)(payload@1.15.8) + version: 1.1.1(@aws-sdk/client-s3@3.470.0)(@aws-sdk/lib-storage@3.470.0)(payload@1.15.8) "@payloadcms/plugin-nested-docs": specifier: ^1.0.9 version: 1.0.9 @@ -101,8 +101,8 @@ importers: specifier: ^9.7.3 version: 9.7.3(react-dom@18.2.0)(react@18.2.0) "@sentry/nextjs": - specifier: ^7.85.0 - version: 7.85.0(next@14.0.3)(react@18.2.0)(webpack@5.89.0) + specifier: ^7.86.0 + version: 7.86.0(next@14.0.4)(react@18.2.0)(webpack@5.89.0) airtable: specifier: ^0.12.2 version: 0.12.2 @@ -122,17 +122,17 @@ importers: specifier: ^0.44.0 version: 0.44.0 next: - specifier: ^14.0.3 - version: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) next-seo: specifier: ^6.4.0 - version: 6.4.0(next@14.0.3)(react-dom@18.2.0)(react@18.2.0) + version: 6.4.0(next@14.0.4)(react-dom@18.2.0)(react@18.2.0) nodemailer-sendgrid: specifier: ^1.0.3 version: 1.0.3 payload: specifier: ^1.15.8 - version: 1.15.8(@types/react@18.2.42)(typescript@5.3.3) + version: 1.15.8(@types/react@18.2.43)(typescript@5.3.3) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -174,17 +174,17 @@ importers: version: 3.0.1(video.js@8.6.1) devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@babel/register": specifier: ^7.22.15 - version: 7.22.15(@babel/core@7.23.5) + version: 7.22.15(@babel/core@7.23.6) "@babel/runtime": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library @@ -201,14 +201,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 "@types/node": - specifier: ^18.19.2 - version: 18.19.2 + specifier: ^18.19.3 + version: 18.19.3 "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.23.5) + version: 29.7.0(@babel/core@7.23.6) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -226,7 +226,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -234,14 +234,14 @@ importers: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 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.100)(@types/node@18.19.2)(typescript@5.3.3) + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.3.100)(@types/node@18.19.3)(typescript@5.3.3) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -262,28 +262,28 @@ importers: version: 11.11.0 "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/server": specifier: ^11.11.0 version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@googlemaps/react-wrapper": specifier: ^1.1.35 version: 1.1.35(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@next/env": - specifier: ~14.0.3 - version: 14.0.3 + specifier: ~14.0.4 + version: 14.0.4 "@payloadcms/plugin-cloud-storage": specifier: ^1.1.1 - version: 1.1.1(@aws-sdk/client-s3@3.468.0)(@aws-sdk/lib-storage@3.468.0)(payload@1.15.8) + version: 1.1.1(@aws-sdk/client-s3@3.470.0)(@aws-sdk/lib-storage@3.470.0)(payload@1.15.8) "@payloadcms/plugin-nested-docs": specifier: ^1.0.9 version: 1.0.9 @@ -312,17 +312,17 @@ importers: specifier: ^23.0.1 version: 23.0.1 next: - specifier: ^14.0.3 - version: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) next-seo: specifier: ^6.4.0 - version: 6.4.0(next@14.0.3)(react-dom@18.2.0)(react@18.2.0) + version: 6.4.0(next@14.0.4)(react-dom@18.2.0)(react@18.2.0) nodemailer-sendgrid: specifier: ^1.0.3 version: 1.0.3 payload: specifier: ^1.15.8 - version: 1.15.8(@types/react@18.2.42)(typescript@5.3.3) + version: 1.15.8(@types/react@18.2.43)(typescript@5.3.3) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -349,11 +349,11 @@ importers: version: 2.2.4(react@18.2.0) devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library @@ -367,14 +367,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 "@types/node": - specifier: ^18.19.2 - version: 18.19.2 + specifier: ^18.19.3 + version: 18.19.3 "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.23.5) + version: 29.7.0(@babel/core@7.23.6) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -392,7 +392,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + version: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -400,14 +400,14 @@ importers: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 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.78)(@types/node@18.19.2)(typescript@5.3.3) + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.3.78)(@types/node@18.19.3)(typescript@5.3.3) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -428,25 +428,25 @@ importers: version: 11.11.0 "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/server": specifier: ^11.11.0 version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@next/env": - specifier: ^14.0.3 - version: 14.0.3 + specifier: ^14.0.4 + version: 14.0.4 next: - specifier: ^14.0.3 - version: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -458,41 +458,41 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@storybook/addon-essentials": - specifier: ^7.6.3 - version: 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@storybook/addon-interactions": - specifier: ^7.6.3 - version: 7.6.3 + specifier: ^7.6.4 + version: 7.6.4 "@storybook/addon-links": - specifier: ^7.6.3 - version: 7.6.3(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(react@18.2.0) "@storybook/blocks": - specifier: ^7.6.3 - version: 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@storybook/cli": - specifier: ^7.6.3 - version: 7.6.3 + specifier: ^7.6.4 + version: 7.6.4 "@storybook/nextjs": - specifier: ^7.6.3 - version: 7.6.3(@swc/core@1.3.100)(esbuild@0.18.20)(next@14.0.3)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack@5.89.0) + specifier: ^7.6.4 + version: 7.6.4(@swc/core@1.3.100)(esbuild@0.18.20)(next@14.0.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack@5.89.0) "@storybook/react": - specifier: ^7.6.3 - version: 7.6.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) + specifier: ^7.6.4 + version: 7.6.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) "@storybook/testing-library": specifier: ^0.2.2 version: 0.2.2 "@types/node": - specifier: ^18.19.2 - version: 18.19.2 + specifier: ^18.19.3 + version: 18.19.3 "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 eslint: specifier: ^8.55.0 version: 8.55.0 @@ -506,11 +506,11 @@ importers: specifier: ^2.29.0 version: 2.29.0(eslint-import-resolver-webpack@0.13.8)(eslint@8.55.0) prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 storybook: - specifier: ^7.6.3 - version: 7.6.3 + specifier: ^7.6.4 + version: 7.6.4 typescript: specifier: ^5.3.3 version: 5.3.3 @@ -531,28 +531,28 @@ importers: version: link:../../packages/commons-ui-next "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@mui/lab": specifier: 5.0.0-alpha.155 - version: 5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/styles": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@mui/utils": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@reactour/tour": specifier: ^3.6.1 version: 3.6.1(react@18.2.0) aws-sdk: - specifier: ^2.1513.0 - version: 2.1513.0 + specifier: ^2.1516.0 + version: 2.1516.0 clsx: specifier: ^2.0.0 version: 2.0.0 @@ -569,14 +569,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 next: - specifier: ^14.0.3 - version: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) next-images: specifier: ^1.8.5 version: 1.8.5(webpack@5.89.0) next-seo: specifier: ^6.4.0 - version: 6.4.0(next@14.0.3)(react-dom@18.2.0)(react@18.2.0) + version: 6.4.0(next@14.0.4)(react-dom@18.2.0)(react@18.2.0) papaparse: specifier: ^5.4.1 version: 5.4.1 @@ -642,17 +642,17 @@ importers: version: 0.18.5 devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/eslint-parser": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) + version: 7.23.3(@babel/core@7.23.6)(eslint@8.55.0) "@babel/preset-env": - specifier: ^7.23.5 - version: 7.23.5(@babel/core@7.23.5) + specifier: ^7.23.6 + version: 7.23.6(@babel/core@7.23.6) "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library @@ -663,50 +663,50 @@ importers: specifier: ^1.40.1 version: 1.40.1 "@storybook/addon-actions": - specifier: ^7.6.3 - version: 7.6.3 + specifier: ^7.6.4 + version: 7.6.4 "@storybook/addon-essentials": - specifier: ^7.6.3 - version: 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@storybook/addon-links": - specifier: ^7.6.3 - version: 7.6.3(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(react@18.2.0) "@storybook/addons": - specifier: ^7.6.3 - version: 7.6.3(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(react-dom@18.2.0)(react@18.2.0) "@storybook/client-api": - specifier: ^7.6.3 - version: 7.6.3 + specifier: ^7.6.4 + version: 7.6.4 "@storybook/components": - specifier: ^7.6.3 - version: 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@storybook/core-events": - specifier: ^7.6.3 - version: 7.6.3 + specifier: ^7.6.4 + version: 7.6.4 "@storybook/react": - specifier: ^7.6.3 - version: 7.6.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) + specifier: ^7.6.4 + version: 7.6.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) "@storybook/theming": - specifier: ^7.6.3 - version: 7.6.3(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.6.4 + version: 7.6.4(react-dom@18.2.0)(react@18.2.0) "@svgr/webpack": specifier: ^8.1.0 version: 8.1.0(typescript@5.3.3) "@types/node": - specifier: ^18.19.2 - version: 18.19.2 + specifier: ^18.19.3 + version: 18.19.3 "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 apollo-link-rest: specifier: ^0.9.0 version: 0.9.0(@apollo/client@3.8.8)(graphql@15.8.0)(qs@6.11.2) babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.23.5) + version: 29.7.0(@babel/core@7.23.6) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) + version: 9.1.3(@babel/core@7.23.6)(webpack@5.89.0) babel-plugin-module-resolver: specifier: ^4.1.0 version: 4.1.0 @@ -721,7 +721,7 @@ importers: version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-babel-module: specifier: ^5.3.2 - version: 5.3.2(@babel/core@7.23.5)(babel-plugin-module-resolver@4.1.0) + version: 5.3.2(@babel/core@7.23.6)(babel-plugin-module-resolver@4.1.0) eslint-plugin-import: specifier: ^2.29.0 version: 2.29.0(eslint-import-resolver-webpack@0.13.8)(eslint@8.55.0) @@ -742,22 +742,22 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.2) + version: 29.7.0(@types/node@18.19.3) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui jscodeshift: specifier: ^0.15.1 - version: 0.15.1(@babel/preset-env@7.23.5) + version: 0.15.1(@babel/preset-env@7.23.6) next-sitemap: specifier: ^1.9.12 - version: 1.9.12(next@14.0.3) + version: 1.9.12(next@14.0.4) playwright-config-commons-ui: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react-test-renderer: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) @@ -778,31 +778,31 @@ importers: version: link:../../packages/commons-ui-next "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/server": specifier: ^11.11.0 version: 11.11.0 "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@mui/icons-material": specifier: ^5.14.19 - version: 5.14.19(@mui/material@5.14.20)(@types/react@18.2.42)(react@18.2.0) + version: 5.14.19(@mui/material@5.14.20)(@types/react@18.2.43)(react@18.2.0) "@mui/lab": specifier: 5.0.0-alpha.155 - version: 5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/styles": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@mui/utils": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@sentry/nextjs": - specifier: ^7.85.0 - version: 7.85.0(next@14.0.3)(react@18.2.0)(webpack@5.89.0) + specifier: ^7.86.0 + version: 7.86.0(next@14.0.4)(react@18.2.0)(webpack@5.89.0) clsx: specifier: ^2.0.0 version: 2.0.0 @@ -828,14 +828,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 next: - specifier: ^14.0.3 - version: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) next-auth: specifier: ^4.24.5 - version: 4.24.5(next@14.0.3)(react-dom@18.2.0)(react@18.2.0) + version: 4.24.5(next@14.0.4)(react-dom@18.2.0)(react@18.2.0) next-seo: specifier: ^6.4.0 - version: 6.4.0(next@14.0.3)(react-dom@18.2.0)(react@18.2.0) + version: 6.4.0(next@14.0.4)(react-dom@18.2.0)(react@18.2.0) papaparse: specifier: ^5.4.1 version: 5.4.1 @@ -868,14 +868,14 @@ importers: version: 36.7.0(react@18.2.0) devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-env": - specifier: ^7.23.5 - version: 7.23.5(@babel/core@7.23.5) + specifier: ^7.23.6 + version: 7.23.6(@babel/core@7.23.6) "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@commons-ui/testing-library": specifier: workspace:* version: link:../../packages/commons-ui-testing-library @@ -886,14 +886,14 @@ importers: specifier: ^8.1.0 version: 8.1.0(typescript@5.3.3) "@types/node": - specifier: ^18.19.2 - version: 18.19.2 + specifier: ^18.19.3 + version: 18.19.3 "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.23.5) + version: 29.7.0(@babel/core@7.23.6) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -911,7 +911,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.2) + version: 29.7.0(@types/node@18.19.3) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -919,8 +919,8 @@ importers: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react-test-renderer: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) @@ -938,32 +938,32 @@ importers: version: 15.8.1 devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@commons-ui/testing-library": specifier: workspace:* version: link:../commons-ui-testing-library "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/utils": specifier: ^5.14.20 - version: 5.14.20(@types/react@18.2.42)(react@18.2.0) + version: 5.14.20(@types/react@18.2.43)(react@18.2.0) "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) + version: 9.1.3(@babel/core@7.23.6)(webpack@5.89.0) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -980,8 +980,8 @@ importers: specifier: workspace:* version: link:../jest-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react: specifier: ^18.2.0 version: 18.2.0 @@ -1008,11 +1008,11 @@ importers: version: 2.0.0 devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@commons-ui/core": specifier: workspace:* version: link:../commons-ui-core @@ -1021,10 +1021,10 @@ importers: version: link:../commons-ui-testing-library "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) + version: 9.1.3(@babel/core@7.23.6)(webpack@5.89.0) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -1038,8 +1038,8 @@ importers: specifier: workspace:* version: link:../jest-config-commons-ui next: - specifier: ^14.0.3 - version: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -1072,26 +1072,26 @@ importers: version: 15.8.1 devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@emotion/react": specifier: ^11.11.1 - version: 11.11.1(@types/react@18.2.42)(react@18.2.0) + version: 11.11.1(@types/react@18.2.43)(react@18.2.0) "@emotion/styled": specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) "@mui/material": specifier: ^5.14.20 - version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + version: 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@types/react": - specifier: ^18.2.42 - version: 18.2.42 + specifier: ^18.2.43 + version: 18.2.43 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) + version: 9.1.3(@babel/core@7.23.6)(webpack@5.89.0) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -1108,8 +1108,8 @@ importers: specifier: workspace:* version: link:../jest-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react: specifier: ^18.2.0 version: 18.2.0 @@ -1130,13 +1130,13 @@ importers: dependencies: "@babel/eslint-parser": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) + version: 7.23.3(@babel/core@7.23.6)(eslint@8.55.0) "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@next/eslint-plugin-next": - specifier: ^14.0.3 - version: 14.0.3 + specifier: ^14.0.4 + version: 14.0.4 eslint-config-airbnb: specifier: ^19.0.4 version: 19.0.4(eslint-plugin-import@2.29.0)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.55.0) @@ -1144,8 +1144,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@8.55.0) eslint-config-turbo: - specifier: ^1.11.0 - version: 1.11.0(eslint@8.55.0) + specifier: ^1.11.1 + version: 1.11.1(eslint@8.55.0) eslint-import-resolver-jsconfig: specifier: ^1.1.0 version: 1.1.0 @@ -1172,7 +1172,7 @@ importers: version: 0.19.0(eslint-plugin-jest@27.6.0)(eslint@8.55.0) eslint-plugin-prettier: specifier: ^5.0.1 - version: 5.0.1(eslint-config-prettier@9.1.0)(eslint@8.55.0)(prettier@3.1.0) + version: 5.0.1(eslint-config-prettier@9.1.0)(eslint@8.55.0)(prettier@3.1.1) eslint-plugin-react: specifier: ^7.33.2 version: 7.33.2(eslint@8.55.0) @@ -1184,14 +1184,14 @@ importers: version: 6.2.0(eslint@8.55.0)(typescript@5.3.3) devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 eslint: specifier: ^8.55.0 version: 8.55.0 prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react: specifier: ^18.2.0 version: 18.2.0 @@ -1206,14 +1206,14 @@ importers: version: 29.7.0 devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-env": - specifier: ^7.23.5 - version: 7.23.5(@babel/core@7.23.5) + specifier: ^7.23.6 + version: 7.23.6(@babel/core@7.23.6) "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -1227,8 +1227,8 @@ importers: specifier: ^29.7.0 version: 29.7.0 prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react: specifier: ^18.2.0 version: 18.2.0 @@ -1239,14 +1239,14 @@ importers: packages/playwright-config-commons-ui: devDependencies: "@babel/core": - specifier: ^7.23.5 - version: 7.23.5 + specifier: ^7.23.6 + version: 7.23.6 "@babel/preset-env": - specifier: ^7.23.5 - version: 7.23.5(@babel/core@7.23.5) + specifier: ^7.23.6 + version: 7.23.6(@babel/core@7.23.6) "@babel/preset-react": specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.5) + version: 7.23.3(@babel/core@7.23.6) "@playwright/test": specifier: ^1.40.1 version: 1.40.1 @@ -1257,8 +1257,8 @@ importers: specifier: workspace:* version: link:../eslint-config-commons-ui prettier: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 react: specifier: ^18.2.0 version: 18.2.0 @@ -1447,29 +1447,29 @@ packages: tslib: 1.14.1 dev: false - /@aws-sdk/client-cognito-identity@3.468.0: + /@aws-sdk/client-cognito-identity@3.470.0: resolution: { - integrity: sha512-vAENNOX/GVZfcdKxNW5CcIn2nodG7CKUJJ2x4eLLKa/mCzGdeZu36BZCyW8tldL0VrT6zJXTvuwsUlPjC+ODtQ==, + integrity: sha512-oE665xfl/KwvbcNtvUxMCKwh+X3wOV5UgPrPSptK+DzUJbtL4FAP7h6QIVzUB5CkzqhQVRAmYvdf+XhfXz3T3g==, } 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.468.0 + "@aws-sdk/client-sts": 3.470.0 "@aws-sdk/core": 3.468.0 - "@aws-sdk/credential-provider-node": 3.468.0 + "@aws-sdk/credential-provider-node": 3.470.0 "@aws-sdk/middleware-host-header": 3.468.0 "@aws-sdk/middleware-logger": 3.468.0 "@aws-sdk/middleware-recursion-detection": 3.468.0 "@aws-sdk/middleware-signing": 3.468.0 - "@aws-sdk/middleware-user-agent": 3.468.0 - "@aws-sdk/region-config-resolver": 3.468.0 + "@aws-sdk/middleware-user-agent": 3.470.0 + "@aws-sdk/region-config-resolver": 3.470.0 "@aws-sdk/types": 3.468.0 - "@aws-sdk/util-endpoints": 3.468.0 + "@aws-sdk/util-endpoints": 3.470.0 "@aws-sdk/util-user-agent-browser": 3.468.0 - "@aws-sdk/util-user-agent-node": 3.468.0 + "@aws-sdk/util-user-agent-node": 3.470.0 "@smithy/config-resolver": 2.0.21 "@smithy/fetch-http-handler": 2.3.1 "@smithy/hash-node": 2.0.17 @@ -1499,36 +1499,36 @@ packages: dev: false optional: true - /@aws-sdk/client-s3@3.468.0: + /@aws-sdk/client-s3@3.470.0: resolution: { - integrity: sha512-j0MnSYKu7KRAPXXn5egmJBzzPAgM/Hb0UUr0CHRrj8eMV7Ni/cZQpbU8tqgFel7BrsS4YINB5W/Q3FShHpI/8w==, + integrity: sha512-HdhNlz25ImxID17qK7qfLXileJPYdPT7kgC+gm083edhFk0JI0+N8y7N9ybnVYpoHzZZPXeO1KZkmfdWK4IQhw==, } 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.468.0 + "@aws-sdk/client-sts": 3.470.0 "@aws-sdk/core": 3.468.0 - "@aws-sdk/credential-provider-node": 3.468.0 - "@aws-sdk/middleware-bucket-endpoint": 3.468.0 + "@aws-sdk/credential-provider-node": 3.470.0 + "@aws-sdk/middleware-bucket-endpoint": 3.470.0 "@aws-sdk/middleware-expect-continue": 3.468.0 "@aws-sdk/middleware-flexible-checksums": 3.468.0 "@aws-sdk/middleware-host-header": 3.468.0 "@aws-sdk/middleware-location-constraint": 3.468.0 "@aws-sdk/middleware-logger": 3.468.0 "@aws-sdk/middleware-recursion-detection": 3.468.0 - "@aws-sdk/middleware-sdk-s3": 3.468.0 + "@aws-sdk/middleware-sdk-s3": 3.470.0 "@aws-sdk/middleware-signing": 3.468.0 "@aws-sdk/middleware-ssec": 3.468.0 - "@aws-sdk/middleware-user-agent": 3.468.0 - "@aws-sdk/region-config-resolver": 3.468.0 - "@aws-sdk/signature-v4-multi-region": 3.468.0 + "@aws-sdk/middleware-user-agent": 3.470.0 + "@aws-sdk/region-config-resolver": 3.470.0 + "@aws-sdk/signature-v4-multi-region": 3.470.0 "@aws-sdk/types": 3.468.0 - "@aws-sdk/util-endpoints": 3.468.0 + "@aws-sdk/util-endpoints": 3.470.0 "@aws-sdk/util-user-agent-browser": 3.468.0 - "@aws-sdk/util-user-agent-node": 3.468.0 + "@aws-sdk/util-user-agent-node": 3.470.0 "@aws-sdk/xml-builder": 3.465.0 "@smithy/config-resolver": 2.0.21 "@smithy/eventstream-serde-browser": 2.0.15 @@ -1567,10 +1567,10 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sso@3.468.0: + /@aws-sdk/client-sso@3.470.0: resolution: { - integrity: sha512-NabkDaiFsMP8lBR3+JzdtOVarH8kCJst30fQyBIs2PI0uMfajFJ+SK9JTg1J1YZY6aNJBxo2Bxu3dl0fjZ5N/g==, + integrity: sha512-iMXqdXuypE3OK0rggbvSz7vBGlLDG418dNidHhdaeLluMTG/GfHbh1fLOlavhYxRwrsPrtYvFiVkxXFGzXva4w==, } engines: { node: ">=14.0.0" } dependencies: @@ -1580,12 +1580,12 @@ packages: "@aws-sdk/middleware-host-header": 3.468.0 "@aws-sdk/middleware-logger": 3.468.0 "@aws-sdk/middleware-recursion-detection": 3.468.0 - "@aws-sdk/middleware-user-agent": 3.468.0 - "@aws-sdk/region-config-resolver": 3.468.0 + "@aws-sdk/middleware-user-agent": 3.470.0 + "@aws-sdk/region-config-resolver": 3.470.0 "@aws-sdk/types": 3.468.0 - "@aws-sdk/util-endpoints": 3.468.0 + "@aws-sdk/util-endpoints": 3.470.0 "@aws-sdk/util-user-agent-browser": 3.468.0 - "@aws-sdk/util-user-agent-node": 3.468.0 + "@aws-sdk/util-user-agent-node": 3.470.0 "@smithy/config-resolver": 2.0.21 "@smithy/fetch-http-handler": 2.3.1 "@smithy/hash-node": 2.0.17 @@ -1614,28 +1614,28 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sts@3.468.0: + /@aws-sdk/client-sts@3.470.0: resolution: { - integrity: sha512-EausH7ezv1AIgl/4rfZRNRxrFND5hChbIqkuAf8e5wZ74HUEVBMmD5Jiwfs0WRCso3ejOjsNtS8PAOA3djn28w==, + integrity: sha512-TP3A4t8FoFEQinm6axxduTUnlMMLpmLi4Sf00JTI2CszxLUFh/JyUhYQ5gSOoXgPFmfwVXUNKCtmR3jdP0ZGPw==, } engines: { node: ">=14.0.0" } dependencies: "@aws-crypto/sha256-browser": 3.0.0 "@aws-crypto/sha256-js": 3.0.0 "@aws-sdk/core": 3.468.0 - "@aws-sdk/credential-provider-node": 3.468.0 + "@aws-sdk/credential-provider-node": 3.470.0 "@aws-sdk/middleware-host-header": 3.468.0 "@aws-sdk/middleware-logger": 3.468.0 "@aws-sdk/middleware-recursion-detection": 3.468.0 "@aws-sdk/middleware-sdk-sts": 3.468.0 "@aws-sdk/middleware-signing": 3.468.0 - "@aws-sdk/middleware-user-agent": 3.468.0 - "@aws-sdk/region-config-resolver": 3.468.0 + "@aws-sdk/middleware-user-agent": 3.470.0 + "@aws-sdk/region-config-resolver": 3.470.0 "@aws-sdk/types": 3.468.0 - "@aws-sdk/util-endpoints": 3.468.0 + "@aws-sdk/util-endpoints": 3.470.0 "@aws-sdk/util-user-agent-browser": 3.468.0 - "@aws-sdk/util-user-agent-node": 3.468.0 + "@aws-sdk/util-user-agent-node": 3.470.0 "@smithy/config-resolver": 2.0.21 "@smithy/fetch-http-handler": 2.3.1 "@smithy/hash-node": 2.0.17 @@ -1676,15 +1676,15 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-cognito-identity@3.468.0: + /@aws-sdk/credential-provider-cognito-identity@3.470.0: resolution: { - integrity: sha512-VRsUxgkHbvl0/eeNaf8XYF8q1SbDx04r7loN7jgmnOUSgMi1u1P61hP05hwVjTHjcpFtQFTEk/c8Qk86FbQilA==, + integrity: sha512-c0YtiBbg4z/4iLnn3gtUtGKBZMQLRk79LjzCN6x98MpIsRTeEBL+4BHYNwFb8C+S4wVDYh2OWqjw1Su6Ues3Wg==, } engines: { node: ">=14.0.0" } requiresBuild: true dependencies: - "@aws-sdk/client-cognito-identity": 3.468.0 + "@aws-sdk/client-cognito-identity": 3.470.0 "@aws-sdk/types": 3.468.0 "@smithy/property-provider": 2.0.16 "@smithy/types": 2.7.0 @@ -1727,16 +1727,16 @@ packages: dev: false optional: true - /@aws-sdk/credential-provider-ini@3.468.0: + /@aws-sdk/credential-provider-ini@3.470.0: resolution: { - integrity: sha512-DBYsptYBq0xC+GTh+3dN3Q9/wRZiPpsHA4yCC1mskEbJfMy7EIZZKtZ8lOkZ24NOI5oea4o3L+wFTxOeFSKntA==, + integrity: sha512-eF22iPO6J2jY+LbuTv5dW0hZBmi6ksRDFFd/zT6TLasrzH2Ex+gAfN3c7rFHF+XAubL0JXFUKFA3UAwoZpO9Zg==, } engines: { node: ">=14.0.0" } dependencies: "@aws-sdk/credential-provider-env": 3.468.0 "@aws-sdk/credential-provider-process": 3.468.0 - "@aws-sdk/credential-provider-sso": 3.468.0 + "@aws-sdk/credential-provider-sso": 3.470.0 "@aws-sdk/credential-provider-web-identity": 3.468.0 "@aws-sdk/types": 3.468.0 "@smithy/credential-provider-imds": 2.1.4 @@ -1748,17 +1748,17 @@ packages: - aws-crt dev: false - /@aws-sdk/credential-provider-node@3.468.0: + /@aws-sdk/credential-provider-node@3.470.0: resolution: { - integrity: sha512-iZlWWZXp6zAH4sP3VrqF7RpAmzl8Qr8tuVkF7ubUZhzyWzKfhLVzqRJqbMYCBPGmfZLAZWjsziPHaBErYkG/5g==, + integrity: sha512-paySXwzGxBVU+2cVUkRIXafKhYhtO2fJJ3MotR6euvRONK/dta+bhEc5Z4QnTo/gNLoELK/QUC0EGoF+oPfk8g==, } engines: { node: ">=14.0.0" } dependencies: "@aws-sdk/credential-provider-env": 3.468.0 - "@aws-sdk/credential-provider-ini": 3.468.0 + "@aws-sdk/credential-provider-ini": 3.470.0 "@aws-sdk/credential-provider-process": 3.468.0 - "@aws-sdk/credential-provider-sso": 3.468.0 + "@aws-sdk/credential-provider-sso": 3.470.0 "@aws-sdk/credential-provider-web-identity": 3.468.0 "@aws-sdk/types": 3.468.0 "@smithy/credential-provider-imds": 2.1.4 @@ -1784,15 +1784,15 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/credential-provider-sso@3.468.0: + /@aws-sdk/credential-provider-sso@3.470.0: resolution: { - integrity: sha512-eIdGoIw10xyBm7TDcV5Y/W7tzNs2f4H+2G5ZdjG2XGLAELsKCoixe+9ZB662MLtLCxvm7eE1GjOjKsSua6MImQ==, + integrity: sha512-biGDSh9S9KDR9Tl/8cCPn9g5KPNkXg/CIJIOk3X+6valktbJ2UVYBzi0ZX4vZiudt5ry/Hsu6Pgo+KN1AmBWdg==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/client-sso": 3.468.0 - "@aws-sdk/token-providers": 3.468.0 + "@aws-sdk/client-sso": 3.470.0 + "@aws-sdk/token-providers": 3.470.0 "@aws-sdk/types": 3.468.0 "@smithy/property-provider": 2.0.16 "@smithy/shared-ini-file-loader": 2.2.7 @@ -1815,24 +1815,24 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/credential-providers@3.468.0: + /@aws-sdk/credential-providers@3.470.0: resolution: { - integrity: sha512-3Pvob/BvfTAlYM4dOfoIgk2QhjaOAxxkDtE4xIxzQUEqgxjB5MoMLyOyjAS3+vcpinCuwN7nsSQMoOSgml983A==, + integrity: sha512-aCI/z6L+LwPSUHTsf27WMs3Z7Dfg1idgEOtf0dCkk+T1SZnJA0D/JS0KjQag9rIuqYQsxewx6RCIHus5WJ3czA==, } engines: { node: ">=14.0.0" } requiresBuild: true dependencies: - "@aws-sdk/client-cognito-identity": 3.468.0 - "@aws-sdk/client-sso": 3.468.0 - "@aws-sdk/client-sts": 3.468.0 - "@aws-sdk/credential-provider-cognito-identity": 3.468.0 + "@aws-sdk/client-cognito-identity": 3.470.0 + "@aws-sdk/client-sso": 3.470.0 + "@aws-sdk/client-sts": 3.470.0 + "@aws-sdk/credential-provider-cognito-identity": 3.470.0 "@aws-sdk/credential-provider-env": 3.468.0 "@aws-sdk/credential-provider-http": 3.468.0 - "@aws-sdk/credential-provider-ini": 3.468.0 - "@aws-sdk/credential-provider-node": 3.468.0 + "@aws-sdk/credential-provider-ini": 3.470.0 + "@aws-sdk/credential-provider-node": 3.470.0 "@aws-sdk/credential-provider-process": 3.468.0 - "@aws-sdk/credential-provider-sso": 3.468.0 + "@aws-sdk/credential-provider-sso": 3.470.0 "@aws-sdk/credential-provider-web-identity": 3.468.0 "@aws-sdk/types": 3.468.0 "@smithy/credential-provider-imds": 2.1.4 @@ -1844,16 +1844,16 @@ packages: dev: false optional: true - /@aws-sdk/lib-storage@3.468.0(@aws-sdk/client-s3@3.468.0): + /@aws-sdk/lib-storage@3.470.0(@aws-sdk/client-s3@3.470.0): resolution: { - integrity: sha512-0z2dtg0YQOik6kNM7Xyqgwjk1n5P4hdNVD3MGcjYElPBnp5jVIIZSv7KGaMzgtKSCaHtkjqMidS1DS8Oae9YJg==, + integrity: sha512-K3qLp6oEpcz8WEfob/TYRdFkgwqoGSzqADoF4HY7GuHZASu5zEK87hTiBUZt/cli7/jjZMw2Am/jKbowPUG5Tw==, } engines: { node: ">=14.0.0" } peerDependencies: "@aws-sdk/client-s3": ^3.0.0 dependencies: - "@aws-sdk/client-s3": 3.468.0 + "@aws-sdk/client-s3": 3.470.0 "@smithy/abort-controller": 2.0.15 "@smithy/middleware-endpoint": 2.2.3 "@smithy/smithy-client": 2.1.18 @@ -1863,10 +1863,10 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-bucket-endpoint@3.468.0: + /@aws-sdk/middleware-bucket-endpoint@3.470.0: resolution: { - integrity: sha512-Dak7sSaPxkTWuBzvFI0zXL1t+/6JdeZZVLRckp2reoQ46CY/hnCbd5/wITtO7CYyjHX7WrEILjTynfZoa1E7Qw==, + integrity: sha512-vLXXNWtsRmEIwzJ9HUQfIuTNAsEzvCv0Icsnkvt2BiBZXnmHdp2vIC3e3+kfy1D7dVQloXqMmnfcLu/BUMu2Jw==, } engines: { node: ">=14.0.0" } dependencies: @@ -1959,10 +1959,10 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-sdk-s3@3.468.0: + /@aws-sdk/middleware-sdk-s3@3.470.0: resolution: { - integrity: sha512-8Ma8tdHYH0stMmGQHh/8eI53oAfiuUJvnQdILWcNArAwlVXt+DJirCSGWP8SqvYdKGa4+jr1YW3+nTdhnm2FZg==, + integrity: sha512-yhavP2ju+upF50ccDFQNhVPxPOPgUUPs2JqPoq7NzTKZWIyRY65F3UC7CBmrSNiaL0S76r4kDdOkVcGUdI6ZiQ==, } engines: { node: ">=14.0.0" } dependencies: @@ -1970,7 +1970,7 @@ packages: "@aws-sdk/util-arn-parser": 3.465.0 "@smithy/node-config-provider": 2.1.8 "@smithy/protocol-http": 3.0.11 - "@smithy/signature-v4": 2.0.17 + "@smithy/signature-v4": 2.0.18 "@smithy/smithy-client": 2.1.18 "@smithy/types": 2.7.0 "@smithy/util-config-provider": 2.0.0 @@ -2000,7 +2000,7 @@ packages: "@aws-sdk/types": 3.468.0 "@smithy/property-provider": 2.0.16 "@smithy/protocol-http": 3.0.11 - "@smithy/signature-v4": 2.0.17 + "@smithy/signature-v4": 2.0.18 "@smithy/types": 2.7.0 "@smithy/util-middleware": 2.0.8 tslib: 2.6.2 @@ -2018,24 +2018,24 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-user-agent@3.468.0: + /@aws-sdk/middleware-user-agent@3.470.0: resolution: { - integrity: sha512-lmqaEChVWK6MvNpM/LH504pRsP3p/IuZugWwxCbelKw4bGVU4IgG3mbjfATiIlHo4rW8ttHh1bTsZIGjWOqNeA==, + integrity: sha512-s0YRGgf4fT5KwwTefpoNUQfB5JghzXyvmPfY1QuFEMeVQNxv0OPuydzo3rY2oXPkZjkulKDtpm5jzIHwut75hA==, } engines: { node: ">=14.0.0" } dependencies: "@aws-sdk/types": 3.468.0 - "@aws-sdk/util-endpoints": 3.468.0 + "@aws-sdk/util-endpoints": 3.470.0 "@smithy/protocol-http": 3.0.11 "@smithy/types": 2.7.0 tslib: 2.6.2 dev: false - /@aws-sdk/region-config-resolver@3.468.0: + /@aws-sdk/region-config-resolver@3.470.0: resolution: { - integrity: sha512-EkDfaumuBhDJFg4lmvWiBE8Ln4BF6hYNC2YfkjKCTEuePy5BKryFedwylYZZ3CJG/uVyfr8xBy+mvoR8plpHjg==, + integrity: sha512-C1o1J06iIw8cyAAOvHqT4Bbqf+PgQ/RDlSyjt2gFfP2OovDpc2o2S90dE8f8iZdSGpg70N5MikT1DBhW9NbhtQ==, } engines: { node: ">=14.0.0" } dependencies: @@ -2046,25 +2046,25 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/signature-v4-multi-region@3.468.0: + /@aws-sdk/signature-v4-multi-region@3.470.0: resolution: { - integrity: sha512-ADMWVrqUUjaiWmK7IcBuekOd8nNW6qV1G8ZM9Dgu2U7ezC4gzgZ3IFqZRcQXANX32EC1K3EpDx6fhPpOE/Unbg==, + integrity: sha512-pbgQW5Fbu7tLOQFXTnb9Mp8GL+b4DnkGwXHZjE9AmwDisW/jlGwf+EFKr2xnuoNiaqvj0zHY+vvN6dewzik7Og==, } engines: { node: ">=14.0.0" } dependencies: - "@aws-sdk/middleware-sdk-s3": 3.468.0 + "@aws-sdk/middleware-sdk-s3": 3.470.0 "@aws-sdk/types": 3.468.0 "@smithy/protocol-http": 3.0.11 - "@smithy/signature-v4": 2.0.17 + "@smithy/signature-v4": 2.0.18 "@smithy/types": 2.7.0 tslib: 2.6.2 dev: false - /@aws-sdk/token-providers@3.468.0: + /@aws-sdk/token-providers@3.470.0: resolution: { - integrity: sha512-IpLbthZmFXotwtgkE1Bw4HcKjwpAsGM+6iTXs4amZJqllJClOgyV/sV5Cze+8AqanfCZoPIFTmXyg8LfJTYwbw==, + integrity: sha512-rzxnJxEUJiV69Cxsf0AHXTqJqTACITwcSH/PL4lWP4uvtzdrzSi3KA3u2aWHWpOcdE6+JFvdICscsbBSo3/TOg==, } engines: { node: ">=14.0.0" } dependencies: @@ -2073,12 +2073,12 @@ packages: "@aws-sdk/middleware-host-header": 3.468.0 "@aws-sdk/middleware-logger": 3.468.0 "@aws-sdk/middleware-recursion-detection": 3.468.0 - "@aws-sdk/middleware-user-agent": 3.468.0 - "@aws-sdk/region-config-resolver": 3.468.0 + "@aws-sdk/middleware-user-agent": 3.470.0 + "@aws-sdk/region-config-resolver": 3.470.0 "@aws-sdk/types": 3.468.0 - "@aws-sdk/util-endpoints": 3.468.0 + "@aws-sdk/util-endpoints": 3.470.0 "@aws-sdk/util-user-agent-browser": 3.468.0 - "@aws-sdk/util-user-agent-node": 3.468.0 + "@aws-sdk/util-user-agent-node": 3.470.0 "@smithy/config-resolver": 2.0.21 "@smithy/fetch-http-handler": 2.3.1 "@smithy/hash-node": 2.0.17 @@ -2130,10 +2130,10 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/util-endpoints@3.468.0: + /@aws-sdk/util-endpoints@3.470.0: resolution: { - integrity: sha512-P91EbMG2+1ZToJeTLaRkdO7qM7RI0svuMVLkIdHV9rHR7PeUKUWMpf46xh8rQsIjKC9Arf+I9ueWp3iHJt1T5w==, + integrity: sha512-6N6VvPCmu+89p5Ez/+gLf+X620iQ9JpIs8p8ECZiCodirzFOe8NC1O2S7eov7YiG9IHSuodqn/0qNq+v+oLe0A==, } engines: { node: ">=14.0.0" } dependencies: @@ -2164,10 +2164,10 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/util-user-agent-node@3.468.0: + /@aws-sdk/util-user-agent-node@3.470.0: resolution: { - integrity: sha512-9p+Zyp6xmJUkcryTNmQQwdhRK6gAC6zVEJZLomLGQhD7sWcCzstolw//mAS3AKVQFYWnCEGKrDJdgT0KObCf4g==, + integrity: sha512-QxsZ9iVHcBB/XRdYvwfM5AMvNp58HfqkIrH88mY0cmxuvtlIGDfWjczdDrZMJk9y0vIq+cuoCHsGXHu7PyiEAQ==, } engines: { node: ">=14.0.0" } peerDependencies: @@ -2218,23 +2218,23 @@ packages: } engines: { node: ">=6.9.0" } - /@babel/core@7.23.5: + /@babel/core@7.23.6: resolution: { - integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==, + integrity: sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==, } engines: { node: ">=6.9.0" } dependencies: "@ampproject/remapping": 2.2.1 "@babel/code-frame": 7.23.5 - "@babel/generator": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) - "@babel/helpers": 7.23.5 - "@babel/parser": 7.23.5 + "@babel/generator": 7.23.6 + "@babel/helper-compilation-targets": 7.23.6 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.6) + "@babel/helpers": 7.23.6 + "@babel/parser": 7.23.6 "@babel/template": 7.22.15 - "@babel/traverse": 7.23.5 - "@babel/types": 7.23.5 + "@babel/traverse": 7.23.6 + "@babel/types": 7.23.6 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2243,7 +2243,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.23.3(@babel/core@7.23.5)(eslint@8.55.0): + /@babel/eslint-parser@7.23.3(@babel/core@7.23.6)(eslint@8.55.0): resolution: { integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==, @@ -2253,20 +2253,20 @@ packages: "@babel/core": ^7.11.0 eslint: ^7.5.0 || ^8.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1 eslint: 8.55.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 - /@babel/generator@7.23.5: + /@babel/generator@7.23.6: resolution: { - integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==, + integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 "@jridgewell/gen-mapping": 0.3.3 "@jridgewell/trace-mapping": 0.3.20 jsesc: 2.5.2 @@ -2278,7 +2278,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: @@ -2287,13 +2287,13 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 dev: true - /@babel/helper-compilation-targets@7.22.15: + /@babel/helper-compilation-targets@7.23.6: resolution: { - integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, + integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==, } engines: { node: ">=6.9.0" } dependencies: @@ -2303,28 +2303,28 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.23.5(@babel/core@7.23.5): + /@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.23.6): resolution: { - integrity: sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==, + integrity: sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-function-name": 7.23.0 "@babel/helper-member-expression-to-functions": 7.23.0 "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.6) "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 "@babel/helper-split-export-declaration": 7.22.6 semver: 6.3.1 dev: true - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.5): + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.6): resolution: { integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, @@ -2333,22 +2333,22 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.5): + /@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.23.6): resolution: { - integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==, + integrity: sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 + "@babel/core": 7.23.6 + "@babel/helper-compilation-targets": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -2372,7 +2372,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.22.15 - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@babel/helper-hoist-variables@7.22.5: resolution: @@ -2381,7 +2381,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@babel/helper-member-expression-to-functions@7.23.0: resolution: @@ -2390,7 +2390,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 dev: true /@babel/helper-module-imports@7.22.15: @@ -2400,9 +2400,9 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, @@ -2411,7 +2411,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-module-imports": 7.22.15 "@babel/helper-simple-access": 7.22.5 @@ -2425,7 +2425,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 dev: true /@babel/helper-plugin-utils@7.22.5: @@ -2435,7 +2435,7 @@ packages: } engines: { node: ">=6.9.0" } - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.5): + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.6): resolution: { integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, @@ -2444,13 +2444,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-wrap-function": 7.22.20 dev: true - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5): + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.6): resolution: { integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, @@ -2459,7 +2459,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-member-expression-to-functions": 7.23.0 "@babel/helper-optimise-call-expression": 7.22.5 @@ -2472,7 +2472,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: @@ -2481,7 +2481,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 dev: true /@babel/helper-split-export-declaration@7.22.6: @@ -2491,7 +2491,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@babel/helper-string-parser@7.23.4: resolution: @@ -2523,19 +2523,19 @@ packages: dependencies: "@babel/helper-function-name": 7.23.0 "@babel/template": 7.22.15 - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 dev: true - /@babel/helpers@7.23.5: + /@babel/helpers@7.23.6: resolution: { - integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==, + integrity: sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==, } engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.22.15 - "@babel/traverse": 7.23.5 - "@babel/types": 7.23.5 + "@babel/traverse": 7.23.6 + "@babel/types": 7.23.6 transitivePeerDependencies: - supports-color @@ -2550,17 +2550,17 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.23.5: + /@babel/parser@7.23.6: resolution: { - integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==, + integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==, } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.5): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==, @@ -2569,11 +2569,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.5): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==, @@ -2582,13 +2582,13 @@ packages: peerDependencies: "@babel/core": ^7.13.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.23.4(@babel/core@7.23.5) + "@babel/plugin-transform-optional-chaining": 7.23.4(@babel/core@7.23.6) dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.5): + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==, @@ -2597,12 +2597,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.6): resolution: { integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, @@ -2611,10 +2611,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.6): resolution: { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, @@ -2622,10 +2622,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==, @@ -2633,10 +2633,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.6): resolution: { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, @@ -2644,10 +2644,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.5): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.6): resolution: { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, @@ -2656,11 +2656,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, @@ -2668,11 +2668,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, @@ -2680,11 +2680,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.23.5): + /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==, @@ -2693,11 +2693,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.5): + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==, @@ -2706,11 +2706,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.5): + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==, @@ -2719,11 +2719,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.6): resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, @@ -2731,10 +2731,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, @@ -2742,10 +2742,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.5): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==, @@ -2754,10 +2754,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.6): resolution: { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, @@ -2765,10 +2765,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, @@ -2776,10 +2776,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.6): resolution: { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, @@ -2787,10 +2787,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, @@ -2798,10 +2798,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, @@ -2809,10 +2809,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.6): resolution: { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, @@ -2820,10 +2820,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.5): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.6): resolution: { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, @@ -2832,11 +2832,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.6): resolution: { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, @@ -2845,10 +2845,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.5): + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==, @@ -2857,10 +2857,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.5): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.6): resolution: { integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, @@ -2869,12 +2869,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==, @@ -2883,11 +2883,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==, @@ -2896,14 +2896,14 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@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.23.5) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.6) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==, @@ -2912,13 +2912,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@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.23.5) + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==, @@ -2927,11 +2927,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==, @@ -2940,11 +2940,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==, @@ -2953,12 +2953,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-class-features-plugin": 7.23.5(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-class-features-plugin": 7.23.6(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==, @@ -2967,13 +2967,13 @@ packages: peerDependencies: "@babel/core": ^7.12.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-class-features-plugin": 7.23.5(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-class-features-plugin": 7.23.6(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.5) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.5): + /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.6): resolution: { integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==, @@ -2982,19 +2982,19 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-compilation-targets": 7.23.6 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-function-name": 7.23.0 "@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.23.5) + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.6) "@babel/helper-split-export-declaration": 7.22.6 globals: 11.12.0 dev: true - /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==, @@ -3003,12 +3003,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/template": 7.22.15 dev: true - /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==, @@ -3017,11 +3017,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==, @@ -3030,12 +3030,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==, @@ -3044,11 +3044,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==, @@ -3057,12 +3057,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==, @@ -3071,12 +3071,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==, @@ -3085,12 +3085,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==, @@ -3099,25 +3099,26 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-flow": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-syntax-flow": 7.23.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-for-of@7.23.6(@babel/core@7.23.6): resolution: { - integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==, + integrity: sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==, @@ -3126,13 +3127,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 + "@babel/core": 7.23.6 + "@babel/helper-compilation-targets": 7.23.6 "@babel/helper-function-name": 7.23.0 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==, @@ -3141,12 +3142,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==, @@ -3155,11 +3156,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==, @@ -3168,12 +3169,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==, @@ -3182,11 +3183,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==, @@ -3195,12 +3196,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, @@ -3209,13 +3210,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-simple-access": 7.22.5 dev: true - /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==, @@ -3224,14 +3225,14 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-validator-identifier": 7.22.20 dev: true - /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==, @@ -3240,12 +3241,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.5): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.6): resolution: { integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, @@ -3254,12 +3255,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==, @@ -3268,11 +3269,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==, @@ -3281,12 +3282,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==, @@ -3295,12 +3296,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==, @@ -3310,14 +3311,14 @@ packages: "@babel/core": ^7.0.0-0 dependencies: "@babel/compat-data": 7.23.5 - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 + "@babel/core": 7.23.6 + "@babel/helper-compilation-targets": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==, @@ -3326,12 +3327,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==, @@ -3340,12 +3341,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==, @@ -3354,13 +3355,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@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.23.5) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==, @@ -3369,11 +3370,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==, @@ -3382,12 +3383,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-class-features-plugin": 7.23.5(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-class-features-plugin": 7.23.6(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==, @@ -3396,14 +3397,14 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.23.5(@babel/core@7.23.5) + "@babel/helper-create-class-features-plugin": 7.23.6(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.5) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==, @@ -3412,11 +3413,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-react-constant-elements@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-react-constant-elements@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==, @@ -3425,11 +3426,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==, @@ -3438,10 +3439,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.5): + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.6): resolution: { integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==, @@ -3450,10 +3451,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/plugin-transform-react-jsx": 7.23.4(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/plugin-transform-react-jsx": 7.23.4(@babel/core@7.23.6) - /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.6): resolution: { integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==, @@ -3462,14 +3463,14 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@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.23.3(@babel/core@7.23.5) - "@babel/types": 7.23.5 + "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.6) + "@babel/types": 7.23.6 - /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==, @@ -3478,11 +3479,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 "@babel/helper-plugin-utils": 7.22.5 - /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==, @@ -3491,12 +3492,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==, @@ -3505,31 +3506,31 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.23.5): + /@babel/plugin-transform-runtime@7.23.6(@babel/core@7.23.6): resolution: { - integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==, + integrity: sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-module-imports": 7.22.15 "@babel/helper-plugin-utils": 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.23.6) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.23.6) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.23.6) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==, @@ -3538,11 +3539,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==, @@ -3551,12 +3552,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==, @@ -3565,11 +3566,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==, @@ -3578,11 +3579,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==, @@ -3591,27 +3592,27 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.5): + /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.6): resolution: { - integrity: sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==, + integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.23.5(@babel/core@7.23.5) + "@babel/helper-create-class-features-plugin": 7.23.6(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-typescript": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-syntax-typescript": 7.23.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==, @@ -3620,11 +3621,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==, @@ -3633,12 +3634,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==, @@ -3647,12 +3648,12 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.5): + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==, @@ -3661,106 +3662,106 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.6) "@babel/helper-plugin-utils": 7.22.5 dev: true - /@babel/preset-env@7.23.5(@babel/core@7.23.5): + /@babel/preset-env@7.23.6(@babel/core@7.23.6): resolution: { - integrity: sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==, + integrity: sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: "@babel/compat-data": 7.23.5 - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 + "@babel/core": 7.23.6 + "@babel/helper-compilation-targets": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-validator-option": 7.23.5 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.5) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.5) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.5) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.5) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.5) - "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-async-generator-functions": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-block-scoping": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-class-static-block": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-classes": 7.23.5(@babel/core@7.23.5) - "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-dynamic-import": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-export-namespace-from": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-json-strings": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-logical-assignment-operators": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.5) - "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-nullish-coalescing-operator": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-numeric-separator": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-object-rest-spread": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-optional-catch-binding": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-optional-chaining": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-private-property-in-object": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.5) - "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.5) - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.6) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.6) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.6) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.6) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.6) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.6) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.6) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.6) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.6) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.6) + "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-async-generator-functions": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-block-scoping": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-class-static-block": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-classes": 7.23.5(@babel/core@7.23.6) + "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-dynamic-import": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-export-namespace-from": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-for-of": 7.23.6(@babel/core@7.23.6) + "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-json-strings": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-logical-assignment-operators": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.6) + "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-nullish-coalescing-operator": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-numeric-separator": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-object-rest-spread": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-optional-catch-binding": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-optional-chaining": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-private-property-in-object": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.6) + "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.6) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.23.6) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.23.6) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.23.6) core-js-compat: 3.34.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow@7.23.3(@babel/core@7.23.5): + /@babel/preset-flow@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==, @@ -3769,13 +3770,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-validator-option": 7.23.5 - "@babel/plugin-transform-flow-strip-types": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-flow-strip-types": 7.23.3(@babel/core@7.23.6) dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.5): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.6): resolution: { integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, @@ -3783,13 +3784,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 esutils: 2.0.3 dev: true - /@babel/preset-react@7.23.3(@babel/core@7.23.5): + /@babel/preset-react@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==, @@ -3798,15 +3799,15 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-validator-option": 7.23.5 - "@babel/plugin-transform-react-display-name": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-react-jsx": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.23.5) - "@babel/plugin-transform-react-pure-annotations": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-react-display-name": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-react-jsx": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.23.6) + "@babel/plugin-transform-react-pure-annotations": 7.23.3(@babel/core@7.23.6) - /@babel/preset-typescript@7.23.3(@babel/core@7.23.5): + /@babel/preset-typescript@7.23.3(@babel/core@7.23.6): resolution: { integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==, @@ -3815,15 +3816,15 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@babel/helper-plugin-utils": 7.22.5 "@babel/helper-validator-option": 7.23.5 - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-typescript": 7.23.5(@babel/core@7.23.5) + "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-typescript": 7.23.6(@babel/core@7.23.6) dev: true - /@babel/register@7.22.15(@babel/core@7.23.5): + /@babel/register@7.22.15(@babel/core@7.23.6): resolution: { integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==, @@ -3832,7 +3833,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3856,10 +3857,10 @@ packages: regenerator-runtime: 0.12.1 dev: false - /@babel/runtime@7.23.5: + /@babel/runtime@7.23.6: resolution: { - integrity: sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==, + integrity: sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==, } engines: { node: ">=6.9.0" } dependencies: @@ -3873,33 +3874,33 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.23.5 - "@babel/parser": 7.23.5 - "@babel/types": 7.23.5 + "@babel/parser": 7.23.6 + "@babel/types": 7.23.6 - /@babel/traverse@7.23.5: + /@babel/traverse@7.23.6: resolution: { - integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==, + integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==, } engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.23.5 - "@babel/generator": 7.23.5 + "@babel/generator": 7.23.6 "@babel/helper-environment-visitor": 7.22.20 "@babel/helper-function-name": 7.23.0 "@babel/helper-hoist-variables": 7.22.5 "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.5 - "@babel/types": 7.23.5 + "@babel/parser": 7.23.6 + "@babel/types": 7.23.6 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types@7.23.5: + /@babel/types@7.23.6: resolution: { - integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==, + integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==, } engines: { node: ">=6.9.0" } dependencies: @@ -3938,7 +3939,7 @@ packages: integrity: sha512-vfi69JR416qC9hWmFGSxj7N6wA5J222XNBmezSVATPWDVPIF7gkd4d8CpbEbXmRWbVrkoli3oerGS6dcL/BGsQ==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/config": 3.0.0 "@changesets/get-version-range-type": 0.4.0 "@changesets/git": 3.0.0 @@ -3959,7 +3960,7 @@ packages: integrity: sha512-4QG7NuisAjisbW4hkLCmGW2lRYdPrKzro+fCtZaILX+3zdUELSvYjpL4GTv0E4aM9Mef3PuIQp89VmHJ4y2bfw==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/errors": 0.2.0 "@changesets/get-dependents-graph": 2.0.0 "@changesets/types": 6.0.0 @@ -3996,7 +3997,7 @@ packages: } hasBin: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/apply-release-plan": 7.0.0 "@changesets/assemble-release-plan": 6.0.0 "@changesets/changelog-git": 0.2.0 @@ -4085,7 +4086,7 @@ packages: integrity: sha512-9L9xCUeD/Tb6L/oKmpm8nyzsOzhdNBBbt/ZNcjynbHC07WW4E1eX8NMGC5g5SbM5z/V+MOrYsJ4lRW41GCbg3w==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/assemble-release-plan": 6.0.0 "@changesets/config": 3.0.0 "@changesets/pre": 2.0.0 @@ -4107,7 +4108,7 @@ packages: integrity: sha512-vvhnZDHe2eiBNRFHEgMiGd2CT+164dfYyrJDhwwxTVD/OW0FUD6G7+4DIx1dNwkwjHyzisxGAU96q0sVNBns0w==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/errors": 0.2.0 "@changesets/types": 6.0.0 "@manypkg/get-packages": 1.1.3 @@ -4141,7 +4142,7 @@ packages: integrity: sha512-HLTNYX/A4jZxc+Sq8D1AMBsv+1qD6rmmJtjsCJa/9MSRybdxh0mjbTvE6JYZQ/ZiQ0mMlDOlGPXTm9KLTU3jyw==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/errors": 0.2.0 "@changesets/types": 6.0.0 "@manypkg/get-packages": 1.1.3 @@ -4154,7 +4155,7 @@ packages: integrity: sha512-ZypqX8+/im1Fm98K4YcZtmLKgjs1kDQ5zHpc2U1qdtNBmZZfo/IBiG162RoP0CUF05tvp2y4IspH11PLnPxuuw==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/git": 3.0.0 "@changesets/logger": 0.1.0 "@changesets/parse": 0.4.0 @@ -4184,7 +4185,7 @@ packages: integrity: sha512-slGLb21fxZVUYbyea+94uFiD6ntQW0M2hIKNznFizDhZPDgn2c/fv1UzzlW43RVzh1BEDuIqW6hzlJ1OflNmcw==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/types": 6.0.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -4212,8 +4213,8 @@ packages: react-dom: ^17.0.2 simplebar-react: ^2.1.0 dependencies: - "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@mui/styles": 5.14.20(@types/react@18.2.42)(react@18.2.0) + "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@mui/styles": 5.14.20(@types/react@18.2.43)(react@18.2.0) clsx: 1.2.1 prop-types: 15.8.1 react: 18.2.0 @@ -4830,7 +4831,7 @@ packages: } dependencies: "@babel/helper-module-imports": 7.22.15 - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@emotion/hash": 0.9.1 "@emotion/memoize": 0.8.1 "@emotion/serialize": 1.1.2 @@ -4886,7 +4887,7 @@ packages: integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==, } - /@emotion/react@11.11.1(@types/react@18.2.42)(react@18.2.0): + /@emotion/react@11.11.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==, @@ -4898,14 +4899,14 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@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.42 + "@types/react": 18.2.43 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -4919,7 +4920,7 @@ packages: "@emotion/memoize": 0.8.1 "@emotion/unitless": 0.8.1 "@emotion/utils": 1.2.1 - csstype: 3.1.2 + csstype: 3.1.3 /@emotion/server@11.11.0: resolution: @@ -4944,7 +4945,7 @@ packages: integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==, } - /@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0): + /@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==, @@ -4957,14 +4958,14 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@emotion/babel-plugin": 11.11.0 "@emotion/is-prop-valid": 1.2.1 - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) + "@emotion/react": 11.11.1(@types/react@18.2.43)(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.42 + "@types/react": 18.2.43 react: 18.2.0 /@emotion/unitless@0.8.1: @@ -5266,7 +5267,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.6.1 - globals: 13.23.0 + globals: 13.24.0 ignore: 5.3.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -5810,7 +5811,7 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 - "@types/node": 18.19.2 + "@types/node": 18.19.3 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -5833,14 +5834,14 @@ packages: "@jest/test-result": 29.7.0 "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 20.10.3 + "@types/node": 20.10.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.4)(ts-node@10.9.2) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -5861,7 +5862,7 @@ packages: - supports-color - ts-node - /@jest/core@29.7.0(ts-node@10.9.1): + /@jest/core@29.7.0(ts-node@10.9.2): resolution: { integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==, @@ -5878,14 +5879,14 @@ packages: "@jest/test-result": 29.7.0 "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.19.2 + "@types/node": 18.19.3 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -5916,7 +5917,7 @@ packages: dependencies: "@jest/fake-timers": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 20.10.3 + "@types/node": 20.10.4 jest-mock: 29.7.0 /@jest/expect-utils@29.7.0: @@ -5949,7 +5950,7 @@ packages: dependencies: "@jest/types": 29.6.3 "@sinonjs/fake-timers": 10.3.0 - "@types/node": 20.10.3 + "@types/node": 20.10.4 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -5986,7 +5987,7 @@ packages: "@jest/transform": 29.7.0 "@jest/types": 29.6.3 "@jridgewell/trace-mapping": 0.3.20 - "@types/node": 18.19.2 + "@types/node": 18.19.3 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -6058,7 +6059,7 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@jest/types": 29.6.3 "@jridgewell/trace-mapping": 0.3.20 babel-plugin-istanbul: 6.1.1 @@ -6085,7 +6086,7 @@ packages: dependencies: "@types/istanbul-lib-coverage": 2.0.6 "@types/istanbul-reports": 3.0.4 - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/yargs": 16.0.9 chalk: 4.1.2 dev: true @@ -6100,7 +6101,7 @@ packages: "@jest/schemas": 29.6.3 "@types/istanbul-lib-coverage": 2.0.6 "@types/istanbul-reports": 3.0.4 - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/yargs": 17.0.32 chalk: 4.1.2 @@ -6181,7 +6182,7 @@ packages: integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@types/node": 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -6193,7 +6194,7 @@ packages: integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@changesets/types": 4.1.0 "@manypkg/find-root": 1.1.0 fs-extra: 8.1.0 @@ -6208,8 +6209,8 @@ packages: } engines: { node: ">=8.0.0" } dependencies: - "@babel/core": 7.23.5 - "@babel/traverse": 7.23.5 + "@babel/core": 7.23.6 + "@babel/traverse": 7.23.6 jscodeshift-add-imports: 1.0.10(jscodeshift@0.15.1) transitivePeerDependencies: - jscodeshift @@ -6225,7 +6226,7 @@ packages: react: ">=16" dependencies: "@types/mdx": 2.0.10 - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 dev: true @@ -6267,7 +6268,7 @@ packages: sparse-bitfield: 3.0.3 dev: false - /@mui/base@5.0.0-beta.26(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@mui/base@5.0.0-beta.26(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-gPMRKC84VRw+tjqYoyBzyrBUqHQucMXdlBpYazHa5rCXrb91fYEQk5SqQ2U5kjxx9QxZxTBvWAmZ6DblIgaGhQ==, @@ -6281,12 +6282,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@floating-ui/react-dom": 2.0.4(react-dom@18.2.0)(react@18.2.0) - "@mui/types": 7.2.10(@types/react@18.2.42) - "@mui/utils": 5.14.20(@types/react@18.2.42)(react@18.2.0) + "@mui/types": 7.2.10(@types/react@18.2.43) + "@mui/utils": 5.14.20(@types/react@18.2.43)(react@18.2.0) "@popperjs/core": 2.11.8 - "@types/react": 18.2.42 + "@types/react": 18.2.43 clsx: 2.0.0 prop-types: 15.8.1 react: 18.2.0 @@ -6298,7 +6299,7 @@ packages: integrity: sha512-fXoGe8VOrIYajqALysFuyal1q1YmBARqJ3tmnWYDVl0scu8f6h6tZQbS2K8BY28QwkWNGyv4WRfuUkzN5HR3Ow==, } - /@mui/icons-material@5.14.19(@mui/material@5.14.20)(@types/react@18.2.42)(react@18.2.0): + /@mui/icons-material@5.14.19(@mui/material@5.14.20)(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-yjP8nluXxZGe3Y7pS+yxBV+hWZSsSBampCxkZwaw+1l+feL+rfP74vbEFbMrX/Kil9I/Y1tWfy5bs/eNvwNpWw==, @@ -6312,13 +6313,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 dev: false - /@mui/lab@5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@mui/lab@5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-9mE929QFToQnSghSwvcy3Yeg+Pkj2WnR6z9OP871JiqFDL80b6OaLg2qyUt4zTFhbiBwUyBTJQ9XFrkFIibLHw==, @@ -6339,22 +6340,22 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) - "@mui/base": 5.0.0-beta.26(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@mui/system": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react@18.2.0) - "@mui/types": 7.2.10(@types/react@18.2.42) - "@mui/utils": 5.14.20(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) + "@mui/base": 5.0.0-beta.26(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@mui/system": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react@18.2.0) + "@mui/types": 7.2.10(@types/react@18.2.43) + "@mui/utils": 5.14.20(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 clsx: 2.0.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@mui/material@5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@mui/material@5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-SUcPZnN6e0h1AtrDktEl76Dsyo/7pyEUQ+SAVe9XhHg/iliA0b4Vo+Eg4HbNkELsMbpDsUF4WHp7rgflPG7qYQ==, @@ -6374,25 +6375,25 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) - "@mui/base": 5.0.0-beta.26(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + "@babel/runtime": 7.23.6 + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) + "@mui/base": 5.0.0-beta.26(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) "@mui/core-downloads-tracker": 5.14.20 - "@mui/system": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react@18.2.0) - "@mui/types": 7.2.10(@types/react@18.2.42) - "@mui/utils": 5.14.20(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@mui/system": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react@18.2.0) + "@mui/types": 7.2.10(@types/react@18.2.43) + "@mui/utils": 5.14.20(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 "@types/react-transition-group": 4.4.10 clsx: 2.0.0 - csstype: 3.1.2 + csstype: 3.1.3 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.14.20(@types/react@18.2.42)(react@18.2.0): + /@mui/private-theming@5.14.20(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-WV560e1vhs2IHCh0pgUaWHznrcrVoW9+cDCahU1VTkuwPokWVvb71ccWQ1f8Y3tRBPPcNkU2dChkkRJChLmQlQ==, @@ -6405,9 +6406,9 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@mui/utils": 5.14.20(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@mui/utils": 5.14.20(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 prop-types: 15.8.1 react: 18.2.0 @@ -6427,15 +6428,15 @@ packages: "@emotion/styled": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@emotion/cache": 11.11.0 - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) - csstype: 3.1.2 + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) + csstype: 3.1.3 prop-types: 15.8.1 react: 18.2.0 - /@mui/styles@5.14.20(@types/react@18.2.42)(react@18.2.0): + /@mui/styles@5.14.20(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-6OErKSuqDTooheoyvcHY2sKSrDpYEYRR+2h9SCnhz2hU7tw0eLd+HUuK1d9YJnCaR1aMKRvmqd10gU3y0z4H1Q==, @@ -6448,14 +6449,14 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@emotion/hash": 0.9.1 - "@mui/private-theming": 5.14.20(@types/react@18.2.42)(react@18.2.0) - "@mui/types": 7.2.10(@types/react@18.2.42) - "@mui/utils": 5.14.20(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@mui/private-theming": 5.14.20(@types/react@18.2.43)(react@18.2.0) + "@mui/types": 7.2.10(@types/react@18.2.43) + "@mui/utils": 5.14.20(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 clsx: 2.0.0 - csstype: 3.1.2 + csstype: 3.1.3 hoist-non-react-statics: 3.3.2 jss: 10.10.0 jss-plugin-camel-case: 10.10.0 @@ -6469,7 +6470,7 @@ packages: react: 18.2.0 dev: false - /@mui/system@5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react@18.2.0): + /@mui/system@5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-jKOGtK4VfYZG5kdaryUHss4X6hzcfh0AihT8gmnkfqRtWP7xjY+vPaUhhuSeibE5sqA5wCtdY75z6ep9pxFnIg==, @@ -6488,20 +6489,20 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) - "@mui/private-theming": 5.14.20(@types/react@18.2.42)(react@18.2.0) + "@babel/runtime": 7.23.6 + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) + "@mui/private-theming": 5.14.20(@types/react@18.2.43)(react@18.2.0) "@mui/styled-engine": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0) - "@mui/types": 7.2.10(@types/react@18.2.42) - "@mui/utils": 5.14.20(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@mui/types": 7.2.10(@types/react@18.2.43) + "@mui/utils": 5.14.20(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 clsx: 2.0.0 - csstype: 3.1.2 + csstype: 3.1.3 prop-types: 15.8.1 react: 18.2.0 - /@mui/types@7.2.10(@types/react@18.2.42): + /@mui/types@7.2.10(@types/react@18.2.43): resolution: { integrity: sha512-wX1vbDC+lzF7FlhT6A3ffRZgEoKWPF8VqRoTu4lZwouFX2t90KyCMsgepMw5DxLak1BSp/KP86CmtZttikb/gQ==, @@ -6512,9 +6513,9 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 - /@mui/utils@5.14.20(@types/react@18.2.42)(react@18.2.0): + /@mui/utils@5.14.20(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-Y6yL5MoFmtQml20DZnaaK1znrCEwG6/vRSzW8PKOTrzhyqKIql0FazZRUR7sA5EPASgiyKZfq0FPwISRXm5NdA==, @@ -6527,9 +6528,9 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@types/prop-types": 15.7.11 - "@types/react": 18.2.42 + "@types/react": 18.2.43 prop-types: 15.8.1 react: 18.2.0 react-is: 18.2.0 @@ -6545,25 +6546,25 @@ packages: tar-fs: 2.1.1 dev: true - /@next/env@14.0.3: + /@next/env@14.0.4: resolution: { - integrity: sha512-7xRqh9nMvP5xrW4/+L0jgRRX+HoNRGnfJpD+5Wq6/13j3dsdzxO3BCXn7D3hMqsDb+vjZnJq+vI7+EtgrYZTeA==, + integrity: sha512-irQnbMLbUNQpP1wcE5NstJtbuA/69kRfzBrpAD7Gsn8zm/CY6YQYc3HQBz8QPxwISG26tIm5afvvVbu508oBeQ==, } - /@next/eslint-plugin-next@14.0.3: + /@next/eslint-plugin-next@14.0.4: resolution: { - integrity: sha512-j4K0n+DcmQYCVnSAM+UByTVfIHnYQy2ODozfQP+4RdwtRDfobrIvKq1K4Exb2koJ79HSSa7s6B2SA8T/1YR3RA==, + integrity: sha512-U3qMNHmEZoVmHA0j/57nRfi3AscXNvkOnxDmle/69Jz/G0o/gWjXTDdlgILZdrxQ0Lw/jv2mPW8PGy0EGIHXhQ==, } dependencies: glob: 7.1.7 dev: false - /@next/swc-darwin-arm64@14.0.3: + /@next/swc-darwin-arm64@14.0.4: resolution: { - integrity: sha512-64JbSvi3nbbcEtyitNn2LEDS/hcleAFpHdykpcnrstITFlzFgB/bW0ER5/SJJwUPj+ZPY+z3e+1jAfcczRLVGw==, + integrity: sha512-mF05E/5uPthWzyYDyptcwHptucf/jj09i2SXBPwNzbgBNc+XnwzrL0U6BmPjQeOL+FiB+iG1gwBeq7mlDjSRPg==, } engines: { node: ">= 10" } cpu: [arm64] @@ -6571,10 +6572,10 @@ packages: requiresBuild: true optional: true - /@next/swc-darwin-x64@14.0.3: + /@next/swc-darwin-x64@14.0.4: resolution: { - integrity: sha512-RkTf+KbAD0SgYdVn1XzqE/+sIxYGB7NLMZRn9I4Z24afrhUpVJx6L8hsRnIwxz3ERE2NFURNliPjJ2QNfnWicQ==, + integrity: sha512-IZQ3C7Bx0k2rYtrZZxKKiusMTM9WWcK5ajyhOZkYYTCc8xytmwSzR1skU7qLgVT/EY9xtXDG0WhY6fyujnI3rw==, } engines: { node: ">= 10" } cpu: [x64] @@ -6582,10 +6583,10 @@ packages: requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu@14.0.3: + /@next/swc-linux-arm64-gnu@14.0.4: resolution: { - integrity: sha512-3tBWGgz7M9RKLO6sPWC6c4pAw4geujSwQ7q7Si4d6bo0l6cLs4tmO+lnSwFp1Tm3lxwfMk0SgkJT7EdwYSJvcg==, + integrity: sha512-VwwZKrBQo/MGb1VOrxJ6LrKvbpo7UbROuyMRvQKTFKhNaXjUmKTu7wxVkIuCARAfiI8JpaWAnKR+D6tzpCcM4w==, } engines: { node: ">= 10" } cpu: [arm64] @@ -6593,10 +6594,10 @@ packages: requiresBuild: true optional: true - /@next/swc-linux-arm64-musl@14.0.3: + /@next/swc-linux-arm64-musl@14.0.4: resolution: { - integrity: sha512-v0v8Kb8j8T23jvVUWZeA2D8+izWspeyeDGNaT2/mTHWp7+37fiNfL8bmBWiOmeumXkacM/AB0XOUQvEbncSnHA==, + integrity: sha512-8QftwPEW37XxXoAwsn+nXlodKWHfpMaSvt81W43Wh8dv0gkheD+30ezWMcFGHLI71KiWmHK5PSQbTQGUiidvLQ==, } engines: { node: ">= 10" } cpu: [arm64] @@ -6604,10 +6605,10 @@ packages: requiresBuild: true optional: true - /@next/swc-linux-x64-gnu@14.0.3: + /@next/swc-linux-x64-gnu@14.0.4: resolution: { - integrity: sha512-VM1aE1tJKLBwMGtyBR21yy+STfl0MapMQnNrXkxeyLs0GFv/kZqXS5Jw/TQ3TSUnbv0QPDf/X8sDXuMtSgG6eg==, + integrity: sha512-/s/Pme3VKfZAfISlYVq2hzFS8AcAIOTnoKupc/j4WlvF6GQ0VouS2Q2KEgPuO1eMBwakWPB1aYFIA4VNVh667A==, } engines: { node: ">= 10" } cpu: [x64] @@ -6615,10 +6616,10 @@ packages: requiresBuild: true optional: true - /@next/swc-linux-x64-musl@14.0.3: + /@next/swc-linux-x64-musl@14.0.4: resolution: { - integrity: sha512-64EnmKy18MYFL5CzLaSuUn561hbO1Gk16jM/KHznYP3iCIfF9e3yULtHaMy0D8zbHfxset9LTOv6cuYKJgcOxg==, + integrity: sha512-m8z/6Fyal4L9Bnlxde5g2Mfa1Z7dasMQyhEhskDATpqr+Y0mjOBZcXQ7G5U+vgL22cI4T7MfvgtrM2jdopqWaw==, } engines: { node: ">= 10" } cpu: [x64] @@ -6626,10 +6627,10 @@ packages: requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc@14.0.3: + /@next/swc-win32-arm64-msvc@14.0.4: resolution: { - integrity: sha512-WRDp8QrmsL1bbGtsh5GqQ/KWulmrnMBgbnb+59qNTW1kVi1nG/2ndZLkcbs2GX7NpFLlToLRMWSQXmPzQm4tog==, + integrity: sha512-7Wv4PRiWIAWbm5XrGz3D8HUkCVDMMz9igffZG4NB1p4u1KoItwx9qjATHz88kwCEal/HXmbShucaslXCQXUM5w==, } engines: { node: ">= 10" } cpu: [arm64] @@ -6637,10 +6638,10 @@ packages: requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc@14.0.3: + /@next/swc-win32-ia32-msvc@14.0.4: resolution: { - integrity: sha512-EKffQeqCrj+t6qFFhIFTRoqb2QwX1mU7iTOvMyLbYw3QtqTw9sMwjykyiMlZlrfm2a4fA84+/aeW+PMg1MjuTg==, + integrity: sha512-zLeNEAPULsl0phfGb4kdzF/cAVIfaC7hY+kt0/d+y9mzcZHsMS3hAS829WbJ31DkSlVKQeHEjZHIdhN+Pg7Gyg==, } engines: { node: ">= 10" } cpu: [ia32] @@ -6648,10 +6649,10 @@ packages: requiresBuild: true optional: true - /@next/swc-win32-x64-msvc@14.0.3: + /@next/swc-win32-x64-msvc@14.0.4: resolution: { - integrity: sha512-ERhKPSJ1vQrPiwrs15Pjz/rvDHZmkmvbf/BjPN/UCOI++ODftT0GtasDPi0j+y6PPJi5HsXw+dpRaXUaw4vjuQ==, + integrity: sha512-yEh2+R8qDlDCjxVpzOTEpBLQTEFAcP2A8fUFLaWNap9GitYKkKv1//y2S6XY6zsR4rCOPRpU7plYDR+az2n30A==, } engines: { node: ">= 10" } cpu: [x64] @@ -6876,7 +6877,7 @@ packages: } dev: false - /@payloadcms/plugin-cloud-storage@1.1.1(@aws-sdk/client-s3@3.468.0)(@aws-sdk/lib-storage@3.468.0)(payload@1.15.8): + /@payloadcms/plugin-cloud-storage@1.1.1(@aws-sdk/client-s3@3.470.0)(@aws-sdk/lib-storage@3.470.0)(payload@1.15.8): resolution: { integrity: sha512-WFqfZcT7R1LD+FfKKKYNsJPDRE+0VlYEMxzGuPKeUQn9w9sqTy2UD01YCEl0Zcyuq8fD9mRUjeLitSo1aAUimQ==, @@ -6897,9 +6898,9 @@ packages: "@google-cloud/storage": optional: true dependencies: - "@aws-sdk/client-s3": 3.468.0 - "@aws-sdk/lib-storage": 3.468.0(@aws-sdk/client-s3@3.468.0) - payload: 1.15.8(@types/react@18.2.42)(typescript@5.3.3) + "@aws-sdk/client-s3": 3.470.0 + "@aws-sdk/lib-storage": 3.470.0(@aws-sdk/client-s3@3.470.0) + payload: 1.15.8(@types/react@18.2.43)(typescript@5.3.3) range-parser: 1.2.1 dev: false @@ -6919,7 +6920,7 @@ packages: payload: ^0.18.5 || ^1.0.0 || ^2.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - payload: 1.15.8(@types/react@18.2.42)(typescript@5.3.3) + payload: 1.15.8(@types/react@18.2.43)(typescript@5.3.3) react: 18.2.0 dev: false @@ -7020,7 +7021,7 @@ packages: integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: true /@radix-ui/primitive@1.0.1: @@ -7029,10 +7030,10 @@ packages: integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: true - /@radix-ui/react-arrow@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-arrow@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==, @@ -7048,14 +7049,14 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-collection@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collection@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==, @@ -7071,17 +7072,17 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==, @@ -7093,12 +7094,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-context@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-context@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==, @@ -7110,12 +7111,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-direction@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-direction@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==, @@ -7127,12 +7128,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-dismissable-layer@1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dismissable-layer@1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==, @@ -7148,18 +7149,18 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==, @@ -7171,12 +7172,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-focus-scope@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-focus-scope@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==, @@ -7192,16 +7193,16 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-id@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-id@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==, @@ -7213,13 +7214,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-popper@1.1.2(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popper@1.1.2(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==, @@ -7235,23 +7236,23 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@floating-ui/react-dom": 2.0.4(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-arrow": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.42)(react@18.2.0) + "@radix-ui/react-arrow": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.43)(react@18.2.0) "@radix-ui/rect": 1.0.1 - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-portal@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-portal@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==, @@ -7267,14 +7268,14 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-primitive@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-primitive@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==, @@ -7290,14 +7291,14 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-roving-focus@1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-roving-focus@1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==, @@ -7313,22 +7314,22 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-collection": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@radix-ui/react-collection": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-select@1.2.2(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-select@1.2.2(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==, @@ -7344,34 +7345,34 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/number": 1.0.1 "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-collection": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-focus-scope": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-popper": 1.1.2(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-portal": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-use-previous": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-visually-hidden": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@radix-ui/react-collection": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-focus-scope": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-popper": 1.1.2(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-portal": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-use-previous": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-visually-hidden": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 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.42)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.43)(react@18.2.0) dev: true - /@radix-ui/react-separator@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-separator@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==, @@ -7387,14 +7388,14 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-slot@1.0.2(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-slot@1.0.2(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==, @@ -7406,13 +7407,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-toggle-group@1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toggle-group@1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==, @@ -7428,20 +7429,20 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-context": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-roving-focus": 1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-toggle": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-toggle": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-toggle@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toggle@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==, @@ -7457,16 +7458,16 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-toolbar@1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toolbar@1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-tBgmM/O7a07xbaEkYJWYTXkIdU/1pW4/KZORR43toC/4XWyBCURK0ei9kMUdp+gTPPKBgYLxXmRSH1EVcIDp8Q==, @@ -7482,20 +7483,20 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-context": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-roving-focus": 1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-separator": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-toggle-group": 1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-separator": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-toggle-group": 1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==, @@ -7507,12 +7508,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==, @@ -7524,13 +7525,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==, @@ -7542,13 +7543,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==, @@ -7560,12 +7561,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==, @@ -7577,12 +7578,12 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==, @@ -7594,13 +7595,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@radix-ui/rect": 1.0.1 - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-use-size@1.0.1(@types/react@18.2.42)(react@18.2.0): + /@radix-ui/react-use-size@1.0.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==, @@ -7612,13 +7613,13 @@ packages: "@types/react": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.42)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.43)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 dev: true - /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==, @@ -7634,9 +7635,9 @@ packages: "@types/react-dom": optional: true dependencies: - "@babel/runtime": 7.23.5 - "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.42 + "@babel/runtime": 7.23.6 + "@radix-ui/react-primitive": 1.0.3(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@types/react": 18.2.43 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -7647,7 +7648,7 @@ packages: integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: true /@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0): @@ -7863,43 +7864,43 @@ packages: "@sendgrid/helpers": 6.5.5 dev: false - /@sentry-internal/feedback@7.85.0: + /@sentry-internal/feedback@7.86.0: resolution: { - integrity: sha512-MlbIN+N8CWFJBjbqMmARe4+UPo9QRhRar0YoOfmNA2Xqk/EwXcjHWkealosHznXH7tqVbjB25QJpHtDystft/Q==, + integrity: sha512-6rl0JYjmAKnhm4/fuFaROh4Ht8oi9f6ZeIcViCuGJcrGICZJJY0s+R77XJI78rNa82PYFrSCcnWXcGji4T8E7g==, } engines: { node: ">=12" } dependencies: - "@sentry/core": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry/core": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 dev: false - /@sentry-internal/tracing@7.85.0: + /@sentry-internal/tracing@7.86.0: resolution: { - integrity: sha512-p3YMUwkPCy2su9cm/3+7QYR4RiMI0+07DU1BZtht9NLTzY2O87/yvUbn1v2yHR3vJQTy/+7N0ud9/mPBFznRQQ==, + integrity: sha512-b4dUsNWlPWRwakGwR7bhOkqiFlqQszH1hhVFwrm/8s3kqEBZ+E4CeIfCvuHBHQ1cM/fx55xpXX/BU163cy+3iQ==, } engines: { node: ">=8" } dependencies: - "@sentry/core": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry/core": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 dev: false - /@sentry/browser@7.85.0: + /@sentry/browser@7.86.0: resolution: { - integrity: sha512-x4sH7vTQnZQgy1U7NuN8XwhleAw7YMQitccHeC5m+kpIKGUO7w4Mdvu8rD3dnjmVmZvASpnwocAxy57/vCU6Ww==, + integrity: sha512-nfYWpVOmug+W7KJO7/xhA1JScMZcYHcoOVHLsUFm4znx51U4qZEk+zZDM11Q2Nw6MuDyEYg6bsH1QCwaoC6nLw==, } engines: { node: ">=8" } dependencies: - "@sentry-internal/feedback": 7.85.0 - "@sentry-internal/tracing": 7.85.0 - "@sentry/core": 7.85.0 - "@sentry/replay": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry-internal/feedback": 7.86.0 + "@sentry-internal/tracing": 7.86.0 + "@sentry/core": 7.86.0 + "@sentry/replay": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 dev: false /@sentry/cli@1.77.1: @@ -7922,34 +7923,34 @@ packages: - supports-color dev: false - /@sentry/core@7.85.0: + /@sentry/core@7.86.0: resolution: { - integrity: sha512-DFDAc4tWmHN5IWhr7XbHCiyF1Xgb95jz8Uj/JTX9atlgodId1UIbER77qpEmH3eQGid/QBdqrlR98zCixgSbwg==, + integrity: sha512-SbLvqd1bRYzhDS42u7GMnmbDMfth/zRiLElQWbLK/shmuZzTcfQSwNNdF4Yj+VfjOkqPFgGmICHSHVUc9dh01g==, } engines: { node: ">=8" } dependencies: - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 dev: false - /@sentry/integrations@7.85.0: + /@sentry/integrations@7.86.0: resolution: { - integrity: sha512-c/uEhrFbAefK00cnm/SjqZ31rWVsruiQWAvV4dxU/rSQ2dBWDuJz1woXX7Wd03yCSMq14tXtiDy9aTC4xCZ71w==, + integrity: sha512-BStRH1yBhhUsvmCXWx88/1+cY93l4B+3RW60RPeYcupvUQ1DJ8qxfN918+nA9XoZt9XELXvs8USCqqynG/aEkg==, } engines: { node: ">=8" } dependencies: - "@sentry/core": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry/core": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 localforage: 1.10.0 dev: false - /@sentry/nextjs@7.85.0(next@14.0.3)(react@18.2.0)(webpack@5.89.0): + /@sentry/nextjs@7.86.0(next@14.0.4)(react@18.2.0)(webpack@5.89.0): resolution: { - integrity: sha512-EmSEEW2JUG/agq3o0W+4TWElyRWE01t80cBMPc7DMo24UdC+WLSgONE45iClkN1dou9xgroJRwTk9rPe+6l+4A==, + integrity: sha512-pdRTt3ELLlpyKKtvumSiqFeTImdSAnoII1JSNwJvmWz9+3MRsvBW/Ee4r19WxK07Y/nxPxyPaIuUmbsXnjkt1A==, } engines: { node: ">=8" } peerDependencies: @@ -7961,16 +7962,16 @@ packages: optional: true dependencies: "@rollup/plugin-commonjs": 24.0.0(rollup@2.78.0) - "@sentry/core": 7.85.0 - "@sentry/integrations": 7.85.0 - "@sentry/node": 7.85.0 - "@sentry/react": 7.85.0(react@18.2.0) - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 - "@sentry/vercel-edge": 7.85.0 + "@sentry/core": 7.86.0 + "@sentry/integrations": 7.86.0 + "@sentry/node": 7.86.0 + "@sentry/react": 7.86.0(react@18.2.0) + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 + "@sentry/vercel-edge": 7.86.0 "@sentry/webpack-plugin": 1.21.0 chalk: 3.0.0 - next: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 resolve: 1.22.8 rollup: 2.78.0 @@ -7981,80 +7982,80 @@ packages: - supports-color dev: false - /@sentry/node@7.85.0: + /@sentry/node@7.86.0: resolution: { - integrity: sha512-uiBtRW9G017NHoCXBlK3ttkTwHXLFyI8ndHpaObtyajKTv3ptGIThVEn7DuK7Pwor//RjwjSEEOa7WDK+FdMVQ==, + integrity: sha512-cB1bn/LMn2Km97Y3hv63xwWxT50/G5ixGuSxTZ3dCQM6VDhmZoCuC5NGT3itVvaRd6upQXRZa5W0Zgyh0HXKig==, } engines: { node: ">=8" } dependencies: - "@sentry-internal/tracing": 7.85.0 - "@sentry/core": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry-internal/tracing": 7.86.0 + "@sentry/core": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 https-proxy-agent: 5.0.1 transitivePeerDependencies: - supports-color dev: false - /@sentry/react@7.85.0(react@18.2.0): + /@sentry/react@7.86.0(react@18.2.0): resolution: { - integrity: sha512-digw63l1A9n+74rW8uiG575Xh3qWTkmvwgTfNRFvDokDRMqRTP0iQEqZRBrBEzMZ5JUa6s+5NLc1/dbMh1QQgA==, + integrity: sha512-2bHi+YcG4cT+4xHXXzv+AZpU3pdPUlDBorSgHOpa9At4yxr17UWW2f8bP9wPYRgj+NEIM3YhDgR46FlBu9GSKg==, } engines: { node: ">=8" } peerDependencies: react: 15.x || 16.x || 17.x || 18.x dependencies: - "@sentry/browser": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry/browser": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false - /@sentry/replay@7.85.0: + /@sentry/replay@7.86.0: resolution: { - integrity: sha512-zVtTKfO+lu5qTwHpETI/oGo8hU3rdKHr3CdI1vRLw+d60PcAa/pWVlXsQeLRTw8PFwE358gHcpFZezj/11afew==, + integrity: sha512-YYZO8bfQSx1H87Te/zzyHPLHvExWiYwUfMWW68yGX+PPZIIzxaM81/iCQHkoucxlvuPCOtxCgf7RSMbsnqEa8g==, } engines: { node: ">=12" } dependencies: - "@sentry-internal/tracing": 7.85.0 - "@sentry/core": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry-internal/tracing": 7.86.0 + "@sentry/core": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 dev: false - /@sentry/types@7.85.0: + /@sentry/types@7.86.0: resolution: { - integrity: sha512-R5jR4XkK5tBU2jDiPdSVqzkmjYRr666bcGaFGUHB/xDQCjPsjk+pEmCCL+vpuWoaZmQJUE1hVU7rgnVX81w8zg==, + integrity: sha512-pGAt0+bMfWgo0KG2epthfNV4Wae03tURpoxNjGo5Fr4cXxvLTSijSAQ6rmmO4bXBJ7+rErEjX30g30o/eEdP9g==, } engines: { node: ">=8" } dev: false - /@sentry/utils@7.85.0: + /@sentry/utils@7.86.0: resolution: { - integrity: sha512-JZ7seNOLvhjAQ8GeB3GYknPQJkuhF88xAYOaESZP3xPOWBMFUN+IO4RqjMqMLFDniOwsVQS7GB/MfP+hxufieg==, + integrity: sha512-6PejFtw9VTFFy5vu0ks+U7Ozkqz+eMt+HN8AZKBKErYzX5/xs0kpkOcSRpu3ETdTYcZf8VAmLVgFgE2BE+3WuQ==, } engines: { node: ">=8" } dependencies: - "@sentry/types": 7.85.0 + "@sentry/types": 7.86.0 dev: false - /@sentry/vercel-edge@7.85.0: + /@sentry/vercel-edge@7.86.0: resolution: { - integrity: sha512-L9aGdZs57z5oseegBx4B0Sc0doriQEYnNXnAsSII/DcNyHNRv5OVb+7GHUZ/BkGTOOtX6atcitG4sO6Bd0GTdA==, + integrity: sha512-+MPb93DXIeYIoaFTT1YpC0myIkXW3xtxhQ7y7QwqS7k6x1zBb34OVCGitdE6+o85RV83sFMMiBxrfKNLt5Ht0A==, } engines: { node: ">=8" } dependencies: - "@sentry-internal/tracing": 7.85.0 - "@sentry/core": 7.85.0 - "@sentry/types": 7.85.0 - "@sentry/utils": 7.85.0 + "@sentry-internal/tracing": 7.86.0 + "@sentry/core": 7.86.0 + "@sentry/types": 7.86.0 + "@sentry/utils": 7.86.0 dev: false /@sentry/webpack-plugin@1.21.0: @@ -8475,10 +8476,10 @@ packages: tslib: 2.6.2 dev: false - /@smithy/signature-v4@2.0.17: + /@smithy/signature-v4@2.0.18: resolution: { - integrity: sha512-ru5IUbHUAYgJ5ZqZaBi6PEsMjFT/do0Eu21Qt7b07NuRuPlwAMhlqNRDy/KE9QAF20ygehb+xe9ebmyZ26/BSA==, + integrity: sha512-SJRAj9jT/l9ocm8D0GojMbnA1sp7I4JeStOQ4lEXI8A5eHE73vbjlzlqIFB7cLvIgau0oUl4cGVpF9IGCrvjlw==, } engines: { node: ">=14.0.0" } dependencies: @@ -8702,13 +8703,13 @@ packages: tslib: 2.6.2 dev: false - /@storybook/addon-actions@7.6.3: + /@storybook/addon-actions@7.6.4: resolution: { - integrity: sha512-f4HXteYE8IJXztAK+ab5heSjXWNWvyIAU63T3Fqe3zmqONwCerUKY54Op+RkAZc/R6aALTxvGRKAH2ff8g2vjQ==, + integrity: sha512-91UD5KPDik74VKVioPMcbwwvDXN/non8p1wArYAHCHCmd/Pts5MJRiFueSdfomSpNjUtjtn6eSXtwpIL3XVOfQ==, } dependencies: - "@storybook/core-events": 7.6.3 + "@storybook/core-events": 7.6.4 "@storybook/global": 5.0.0 "@types/uuid": 9.0.7 dequal: 2.0.3 @@ -8716,10 +8717,10 @@ packages: uuid: 9.0.1 dev: true - /@storybook/addon-backgrounds@7.6.3: + /@storybook/addon-backgrounds@7.6.4: resolution: { - integrity: sha512-ZZFNf8FBYBsuXvXdVk3sBgxJTn6s0HznuEE9OmAA7tMsLEDlUiWS9LEvjX2jX5K0kWivHTkJDTXV0NcLL1vWAg==, + integrity: sha512-gNy3kIkHSr+Lg/jVDHwbZjIe1po5SDGZNVe39vrJwnqGz8T1clWes9WHCL6zk/uaCDA3yUna2Nt/KlOFAWDSoQ==, } dependencies: "@storybook/global": 5.0.0 @@ -8727,13 +8728,13 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-controls@7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-controls@7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-xsM3z+CY1YOPqrcCldQLoon947fbd/o3gSO7hM3NwKiw/2WikExPO3VM4R2oi4W4PvnhkSOIO+ZDRuSs1yFmOg==, + integrity: sha512-k4AtZfazmD/nL3JAtLGAB7raPhkhUo0jWnaZWrahd9h1Fm13mBU/RW+JzTRhCw3Mp2HPERD7NI5Qcd2fUP6WDA==, } dependencies: - "@storybook/blocks": 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + "@storybook/blocks": 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) lodash: 4.17.21 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -8745,10 +8746,10 @@ packages: - supports-color dev: true - /@storybook/addon-docs@7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-docs@7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-2Ts+3EFg9ehkQdbjBWnCH1SE0BdyCLN6hO2N030tGxi0Vko9t9O7NLj5qdBwxLcEzb/XzL4zWukzfU17pktQwA==, + integrity: sha512-PbFMbvC9sK3sGdMhwmagXs9TqopTp9FySji+L8O7W9SHRC6wSmdwoWWPWybkOYxr/z/wXi7EM0azSAX7yQxLbw==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8756,19 +8757,19 @@ packages: dependencies: "@jest/transform": 29.7.0 "@mdx-js/react": 2.3.0(react@18.2.0) - "@storybook/blocks": 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.6.3 - "@storybook/components": 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@storybook/csf-plugin": 7.6.3 - "@storybook/csf-tools": 7.6.3 + "@storybook/blocks": 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@storybook/client-logger": 7.6.4 + "@storybook/components": 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@storybook/csf-plugin": 7.6.4 + "@storybook/csf-tools": 7.6.4 "@storybook/global": 5.0.0 "@storybook/mdx2-csf": 1.1.0 - "@storybook/node-logger": 7.6.3 - "@storybook/postinstall": 7.6.3 - "@storybook/preview-api": 7.6.3 - "@storybook/react-dom-shim": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.6.3 + "@storybook/node-logger": 7.6.4 + "@storybook/postinstall": 7.6.4 + "@storybook/preview-api": 7.6.4 + "@storybook/react-dom-shim": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/theming": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.6.4 fs-extra: 11.2.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -8782,28 +8783,28 @@ packages: - supports-color dev: true - /@storybook/addon-essentials@7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@storybook/addon-essentials@7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-bpbt5O0wcB83VLZg8QMXut+8g+7EF4iuevpwiynN9mbpQFvG49c6SE6T2eFJKTvVb4zszyfcNA0Opne2G83wZw==, + integrity: sha512-J+zPmP4pbuuFxQ3pjLRYQRnxEtp7jF3xRXGFO8brVnEqtqoxwJ6j3euUrRLe0rpGAU3AD7dYfaaFjd3xkENgTw==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - "@storybook/addon-actions": 7.6.3 - "@storybook/addon-backgrounds": 7.6.3 - "@storybook/addon-controls": 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-docs": 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-highlight": 7.6.3 - "@storybook/addon-measure": 7.6.3 - "@storybook/addon-outline": 7.6.3 - "@storybook/addon-toolbars": 7.6.3 - "@storybook/addon-viewport": 7.6.3 - "@storybook/core-common": 7.6.3 - "@storybook/manager-api": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.6.3 - "@storybook/preview-api": 7.6.3 + "@storybook/addon-actions": 7.6.4 + "@storybook/addon-backgrounds": 7.6.4 + "@storybook/addon-controls": 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-docs": 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@storybook/addon-highlight": 7.6.4 + "@storybook/addon-measure": 7.6.4 + "@storybook/addon-outline": 7.6.4 + "@storybook/addon-toolbars": 7.6.4 + "@storybook/addon-viewport": 7.6.4 + "@storybook/core-common": 7.6.4 + "@storybook/manager-api": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/node-logger": 7.6.4 + "@storybook/preview-api": 7.6.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) ts-dedent: 2.2.0 @@ -8814,32 +8815,32 @@ packages: - supports-color dev: true - /@storybook/addon-highlight@7.6.3: + /@storybook/addon-highlight@7.6.4: resolution: { - integrity: sha512-Z9AJ05XCTzFZPAxQSkQf9/Hazf5/QQI0jYSsvKqt7Vk+03q5727oD9KcIY5IHPYqQqN9fHExQh1eyqY8AnS8mg==, + integrity: sha512-0kvjDzquoPwWWU61QYmEtcSGWXufnV7Z/bfBTYh132uxvV/X9YzDFcXXrxGL7sBJkK32gNUUBDuiTOxs5NxyOQ==, } dependencies: "@storybook/global": 5.0.0 dev: true - /@storybook/addon-interactions@7.6.3: + /@storybook/addon-interactions@7.6.4: resolution: { - integrity: sha512-Gm2UJvQC8xs9KIbVZQegTLT3VBsEZIRsXy3htNqWjSdoJZK5M4/YJ3jB247CA/Jc+Mkj7d5SlJe+bCGEzjKTbw==, + integrity: sha512-LjK9uhkgnbGyDwwa7pQhLptDEHeTIFmy+KurfJs9T08DpvRFfuuzyW4mj/hA63R1W5yjFSAhRiZj26+D7kBIyw==, } dependencies: "@storybook/global": 5.0.0 - "@storybook/types": 7.6.3 + "@storybook/types": 7.6.4 jest-mock: 27.5.1 polished: 4.2.2 ts-dedent: 2.2.0 dev: true - /@storybook/addon-links@7.6.3(react@18.2.0): + /@storybook/addon-links@7.6.4(react@18.2.0): resolution: { - integrity: sha512-dUIf6Y0nckxZfVQvQSqcthaycRxy69dCJLo3aORrOPL8NvGz3v1bK0AUded5wv8vnOVxfSx/Zqu7MyFr9xyjOA==, + integrity: sha512-TEhxYdMhJO28gD84ej1FCwLv9oLuCPt77bRXip9ndaNPRTdHYdWv6IP94dhbuDi8eHux7Z4A/mllciFuDFrnCw==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -8853,76 +8854,76 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-measure@7.6.3: + /@storybook/addon-measure@7.6.4: resolution: { - integrity: sha512-DqxADof04ktA5GSA8XnckYGdVYyC4oN8vfKSGcPzpcKrJ2uVr0BXbcyJAEcJAshEJimmpA6nH5TxabXDFBZgPQ==, + integrity: sha512-73wsJ8PALsgWniR3MA/cmxcFuU6cRruWdIyYzOMgM8ife2Jm3xSkV7cTTXAqXt2H9Uuki4PGnuMHWWFLpPeyVA==, } dependencies: "@storybook/global": 5.0.0 tiny-invariant: 1.3.1 dev: true - /@storybook/addon-outline@7.6.3: + /@storybook/addon-outline@7.6.4: resolution: { - integrity: sha512-M7d2tcqBBl+mPBUS6Nrwis50QYSCcmT/uKamud7CnlIWsMH/5GZFfAzGSLY5ETfiGsSFYssOwrXLOV4y0enu2g==, + integrity: sha512-CFxGASRse/qeFocetDKFNeWZ3Aa2wapVtRciDNa4Zx7k1wCnTjEsPIm54waOuCaNVcrvO+nJUAZG5WyiorQvcg==, } dependencies: "@storybook/global": 5.0.0 ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars@7.6.3: + /@storybook/addon-toolbars@7.6.4: resolution: { - integrity: sha512-8GpwOt0J5yLrJhTr9/h0a/LTDjt49FhdvdxiVWLlLMrjIXSIc7j193ZgoHfnlwVhJS5zojcjB+HmRw/E+AneoA==, + integrity: sha512-ENMQJgU4sRCLLDVXYfa+P3cQVV9PC0ZxwVAKeM3NPYPNH/ODoryGNtq+Q68LwHlM4ObCE2oc9MzaQqPxloFcCw==, } dev: true - /@storybook/addon-viewport@7.6.3: + /@storybook/addon-viewport@7.6.4: resolution: { - integrity: sha512-I9FQxHi4W7RUyZut4NziYa+nkBCpD1k2YpEDE5IwSC3lqQpDzFZN89eNWQtZ38tIU4c90jL3L1k69IHvANGHsA==, + integrity: sha512-SoTcHIoqybhYD28v7QExF1EZnl7FfxuP74VDhtze5LyMd2CbqmVnUfwewLCz/3IvCNce0GqdNyg1m6QJ7Eq1uw==, } dependencies: memoizerific: 1.11.3 dev: true - /@storybook/addons@7.6.3(react-dom@18.2.0)(react@18.2.0): + /@storybook/addons@7.6.4(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-UuqMOcr+x+4ogtn889wGgVAFxswHjN8ybD6ZTuRatLXA3YC2aywKGL1Xz0bmrTfv5WTlNxOPuwoTIhIH/P073w==, + integrity: sha512-YnmLyR/ciALtzoi9HEu+Y+NJWeOVEBo9PRgQaG7zGiNDvOrLY69uU3Ej0+TZlrTqBqce42bRCrDINJfnk0Mfsg==, } dependencies: - "@storybook/manager-api": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.6.3 - "@storybook/types": 7.6.3 + "@storybook/manager-api": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.6.4 + "@storybook/types": 7.6.4 transitivePeerDependencies: - react - react-dom dev: true - /@storybook/blocks@7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@storybook/blocks@7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-EyjyNNCZMcV9UnBSujwduiq+F1VLVX/f16fTTPqqZOHigyfrG5LoEYC6dwOC4yO/xfWY+h3qJ51yiugMxVl0Vg==, + integrity: sha512-iXinXXhTUBtReREP1Jifpu35DnGg7FidehjvCM8sM4E4aymfb8czdg9DdvG46T2UFUPUct36nnjIdMLWOya8Bw==, } 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.6.3 - "@storybook/client-logger": 7.6.3 - "@storybook/components": 7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.6.3 + "@storybook/channels": 7.6.4 + "@storybook/client-logger": 7.6.4 + "@storybook/components": 7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@storybook/core-events": 7.6.4 "@storybook/csf": 0.1.2 - "@storybook/docs-tools": 7.6.3 + "@storybook/docs-tools": 7.6.4 "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.6.3 - "@storybook/theming": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.6.3 + "@storybook/manager-api": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/preview-api": 7.6.4 + "@storybook/theming": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.6.4 "@types/lodash": 4.14.202 color-convert: 2.0.1 dequal: 2.0.3 @@ -8944,16 +8945,16 @@ packages: - supports-color dev: true - /@storybook/builder-manager@7.6.3: + /@storybook/builder-manager@7.6.4: resolution: { - integrity: sha512-eLMjRudhiRsg7kgbmPcCkuVf2ut753fbiVR7REtqIYwq5vu8UeNOzt1vA6HgfsUj77/7+1zG8/zeyBv/5nY5mw==, + integrity: sha512-k5+D3fXw7LdMOWd5tF7cIq8L3irrdW6/vmcEHLaJj1EXZ+DvsNCH9xSsLS+6zfrUcxug4oSfRqvF87w6Oz3DtA==, } dependencies: "@fal-works/esbuild-plugin-global-externals": 2.1.2 - "@storybook/core-common": 7.6.3 - "@storybook/manager": 7.6.3 - "@storybook/node-logger": 7.6.3 + "@storybook/core-common": 7.6.4 + "@storybook/manager": 7.6.4 + "@storybook/node-logger": 7.6.4 "@types/ejs": 3.1.5 "@types/find-cache-dir": 3.2.1 "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.18.20) @@ -8971,10 +8972,10 @@ packages: - supports-color dev: true - /@storybook/builder-webpack5@7.6.3(esbuild@0.18.20)(typescript@5.3.3): + /@storybook/builder-webpack5@7.6.4(esbuild@0.18.20)(typescript@5.3.3): resolution: { - integrity: sha512-hK8eOTihB61L+R4wUfHBffPoV3u6Bu7QEnhCQYd6AimNOgjnCvN33ceZjtYFM3taYpQgI6Q723vtOyL1IMh48Q==, + integrity: sha512-J5wzPn/rsowlur5A7W9pAfN3a5fMapOoHaZsDKUklGRud/JUeabAIVdL1P/eX+yE3xaJk9auYivEWbglSx2Kpg==, } peerDependencies: typescript: "*" @@ -8982,19 +8983,19 @@ packages: typescript: optional: true dependencies: - "@babel/core": 7.23.5 - "@storybook/channels": 7.6.3 - "@storybook/client-logger": 7.6.3 - "@storybook/core-common": 7.6.3 - "@storybook/core-events": 7.6.3 - "@storybook/core-webpack": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/preview": 7.6.3 - "@storybook/preview-api": 7.6.3 + "@babel/core": 7.23.6 + "@storybook/channels": 7.6.4 + "@storybook/client-logger": 7.6.4 + "@storybook/core-common": 7.6.4 + "@storybook/core-events": 7.6.4 + "@storybook/core-webpack": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/preview": 7.6.4 + "@storybook/preview-api": 7.6.4 "@swc/core": 1.3.100 - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/semver": 7.5.6 - babel-loader: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) + babel-loader: 9.1.3(@babel/core@7.23.6)(webpack@5.89.0) browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 constants-browserify: 1.0.0 @@ -9029,39 +9030,39 @@ packages: - webpack-cli dev: true - /@storybook/channels@7.6.3: + /@storybook/channels@7.6.4: resolution: { - integrity: sha512-o9J0TBbFon16tUlU5V6kJgzAlsloJcS1cTHWqh3VWczohbRm+X1PLNUihJ7Q8kBWXAuuJkgBu7RQH7Ib46WyYg==, + integrity: sha512-Z4PY09/Czl70ap4ObmZ4bgin+EQhPaA3HdrEDNwpnH7A9ttfEO5u5KThytIjMq6kApCCihmEPDaYltoVrfYJJA==, } dependencies: - "@storybook/client-logger": 7.6.3 - "@storybook/core-events": 7.6.3 + "@storybook/client-logger": 7.6.4 + "@storybook/core-events": 7.6.4 "@storybook/global": 5.0.0 qs: 6.11.2 telejson: 7.2.0 tiny-invariant: 1.3.1 dev: true - /@storybook/cli@7.6.3: + /@storybook/cli@7.6.4: resolution: { - integrity: sha512-OuYnzZlAtpGm4rDgI4ZWkNbAkddutlJh6KmoU9oQAlZP0zmETyJN8REUWjj5T9Z1AS2iXjCMGlFVd4TC8nKocw==, + integrity: sha512-GqvaFdkkBMJOdnrVe82XY0V3b+qFMhRNyVoTv2nqB87iMUXZHqh4Pu4LqwaJBsBpuNregvCvVOPe9LGgoOzy4A==, } hasBin: true dependencies: - "@babel/core": 7.23.5 - "@babel/preset-env": 7.23.5(@babel/core@7.23.5) - "@babel/types": 7.23.5 + "@babel/core": 7.23.6 + "@babel/preset-env": 7.23.6(@babel/core@7.23.6) + "@babel/types": 7.23.6 "@ndelangen/get-tarball": 3.0.9 - "@storybook/codemod": 7.6.3 - "@storybook/core-common": 7.6.3 - "@storybook/core-events": 7.6.3 - "@storybook/core-server": 7.6.3 - "@storybook/csf-tools": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/telemetry": 7.6.3 - "@storybook/types": 7.6.3 + "@storybook/codemod": 7.6.4 + "@storybook/core-common": 7.6.4 + "@storybook/core-events": 7.6.4 + "@storybook/core-server": 7.6.4 + "@storybook/csf-tools": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/telemetry": 7.6.4 + "@storybook/types": 7.6.4 "@types/semver": 7.5.6 "@yarnpkg/fslib": 2.10.3 "@yarnpkg/libzip": 2.3.0 @@ -9078,7 +9079,7 @@ packages: get-port: 5.1.1 giget: 1.1.3 globby: 11.1.0 - jscodeshift: 0.15.1(@babel/preset-env@7.23.5) + jscodeshift: 0.15.1(@babel/preset-env@7.23.6) leven: 3.1.0 ora: 5.4.1 prettier: 2.8.8 @@ -9098,42 +9099,42 @@ packages: - utf-8-validate dev: true - /@storybook/client-api@7.6.3: + /@storybook/client-api@7.6.4: resolution: { - integrity: sha512-1IP7SVobgoIxsT7LGKW0r3Yrlzau42cOVRyaPMEi4x0AdAwCEyoChqtLdTn6TzS8peKOj8q//xRQrvdIid0sCw==, + integrity: sha512-EzuOUdbjK78Y4y71drpRg1DC/iuzEMB6FIey64EI8edgfs+HAmEtzH8bNfmX7gxgA82RwxO0TGuXFF0CmWOABA==, } dependencies: - "@storybook/client-logger": 7.6.3 - "@storybook/preview-api": 7.6.3 + "@storybook/client-logger": 7.6.4 + "@storybook/preview-api": 7.6.4 dev: true - /@storybook/client-logger@7.6.3: + /@storybook/client-logger@7.6.4: resolution: { - integrity: sha512-BpsCnefrBFdxD6ukMjAblm1D6zB4U5HR1I85VWw6LOqZrfzA6l/1uBxItz0XG96HTjngbvAabWf5k7ZFCx5UCg==, + integrity: sha512-vJwMShC98tcoFruRVQ4FphmFqvAZX1FqZqjFyk6IxtFumPKTVSnXJjlU1SnUIkSK2x97rgdUMqkdI+wAv/tugQ==, } dependencies: "@storybook/global": 5.0.0 dev: true - /@storybook/codemod@7.6.3: + /@storybook/codemod@7.6.4: resolution: { - integrity: sha512-A1i8+WQfNg3frVcwSyu8E/cDkCu88Sw7JiGNnq9iW2e2oWMr2awpCDgXp8WfTK+HiDb2X1Pq5y/GmUlh3qr77Q==, + integrity: sha512-q4rZVOfozxzbDRH/LzuFDoIGBdXs+orAm18fi6iAx8PeMHe8J/MOXKccNV1zdkm/h7mTQowuRo45KwJHw8vX+g==, } dependencies: - "@babel/core": 7.23.5 - "@babel/preset-env": 7.23.5(@babel/core@7.23.5) - "@babel/types": 7.23.5 + "@babel/core": 7.23.6 + "@babel/preset-env": 7.23.6(@babel/core@7.23.6) + "@babel/types": 7.23.6 "@storybook/csf": 0.1.2 - "@storybook/csf-tools": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/types": 7.6.3 + "@storybook/csf-tools": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/types": 7.6.4 "@types/cross-spawn": 6.0.6 cross-spawn: 7.0.3 globby: 11.1.0 - jscodeshift: 0.15.1(@babel/preset-env@7.23.5) + jscodeshift: 0.15.1(@babel/preset-env@7.23.6) lodash: 4.17.21 prettier: 2.8.8 recast: 0.23.4 @@ -9141,22 +9142,22 @@ packages: - supports-color dev: true - /@storybook/components@7.6.3(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /@storybook/components@7.6.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-UNV0WoUo+W0huOLvoEMuqRN/VB4p0CNswrXN1mi/oGWvAFJ8idu63lSuV4uQ/LKxAZ6v3Kpdd+oK/o+OeOoL6w==, + integrity: sha512-K5RvEObJAnX+SbGJbkM1qrZEk+VR2cUhRCSrFnlfMwsn8/60T3qoH7U8bCXf8krDgbquhMwqev5WzDB+T1VV8g==, } 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.42)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-toolbar": 1.0.4(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.6.3 + "@radix-ui/react-select": 1.2.2(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@radix-ui/react-toolbar": 1.0.4(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@storybook/client-logger": 7.6.4 "@storybook/csf": 0.1.2 "@storybook/global": 5.0.0 - "@storybook/theming": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.6.3 + "@storybook/theming": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.6.4 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -9167,27 +9168,27 @@ packages: - "@types/react-dom" dev: true - /@storybook/core-client@7.6.3: + /@storybook/core-client@7.6.4: resolution: { - integrity: sha512-RM0Svlajddl8PP4Vq7LK8T22sFefNcTDgo82iRPZzGz0oH8LT0oXGFanj2Nkn0jruOBFClkiJ7EcwrbGJZHELg==, + integrity: sha512-0msqdGd+VYD1dRgAJ2StTu4d543Wveb7LVVujX3PwD/QCxmCaVUHuAoZrekM/H7jZLw546ZIbLZo0xWrADAUMw==, } dependencies: - "@storybook/client-logger": 7.6.3 - "@storybook/preview-api": 7.6.3 + "@storybook/client-logger": 7.6.4 + "@storybook/preview-api": 7.6.4 dev: true - /@storybook/core-common@7.6.3: + /@storybook/core-common@7.6.4: resolution: { - integrity: sha512-/ZE4BEyGwBHCQCOo681GyBKF4IqCiwVV/ZJCHTMTHFCPLJT2r+Qwv4tnI7xt1kwflOlbBlG6B6CvAqTjjVw/Ew==, + integrity: sha512-qes4+mXqINu0kCgSMFjk++GZokmYjb71esId0zyJsk0pcIPkAiEjnhbSEQkMhbUfcvO1lztoaQTBW2P7Rd1tag==, } dependencies: - "@storybook/core-events": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/types": 7.6.3 + "@storybook/core-events": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/types": 7.6.4 "@types/find-cache-dir": 3.2.1 - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/node-fetch": 2.6.9 "@types/pretty-hrtime": 1.0.3 chalk: 4.1.2 @@ -9211,38 +9212,38 @@ packages: - supports-color dev: true - /@storybook/core-events@7.6.3: + /@storybook/core-events@7.6.4: resolution: { - integrity: sha512-Vu3JX1mjtR8AX84lyqWsi2s2lhD997jKRWVznI3wx+UpTk8t7TTMLFk2rGYJRjaornhrqwvLYpnmtxRSxW9BOQ==, + integrity: sha512-i3xzcJ19ILSy4oJL5Dz9y0IlyApynn5RsGhAMIsW+mcfri+hGfeakq1stNCo0o7jW4Y3A7oluFTtIoK8DOxQdQ==, } dependencies: ts-dedent: 2.2.0 dev: true - /@storybook/core-server@7.6.3: + /@storybook/core-server@7.6.4: resolution: { - integrity: sha512-IsM24MmiFmtZeyqoijiExpIPkJNBaWQg9ttkkHS6iYwf3yFNBpYVbvuX2OpT7FDdiF3uTl0R8IvfnJR58tHD7w==, + integrity: sha512-mXxZMpCwOhjEPPRjqrTHdiCpFdkc47f46vlgTj02SX+9xKHxslmZ2D3JG/8O4Ab9tG+bBl6lBm3RIrIzaiCu9Q==, } dependencies: "@aw-web-design/x-default-browser": 1.4.126 "@discoveryjs/json-ext": 0.5.7 - "@storybook/builder-manager": 7.6.3 - "@storybook/channels": 7.6.3 - "@storybook/core-common": 7.6.3 - "@storybook/core-events": 7.6.3 + "@storybook/builder-manager": 7.6.4 + "@storybook/channels": 7.6.4 + "@storybook/core-common": 7.6.4 + "@storybook/core-events": 7.6.4 "@storybook/csf": 0.1.2 - "@storybook/csf-tools": 7.6.3 + "@storybook/csf-tools": 7.6.4 "@storybook/docs-mdx": 0.1.0 "@storybook/global": 5.0.0 - "@storybook/manager": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/preview-api": 7.6.3 - "@storybook/telemetry": 7.6.3 - "@storybook/types": 7.6.3 + "@storybook/manager": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/preview-api": 7.6.4 + "@storybook/telemetry": 7.6.4 + "@storybook/types": 7.6.4 "@types/detect-port": 1.3.5 - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/pretty-hrtime": 1.0.3 "@types/semver": 7.5.6 better-opn: 3.0.2 @@ -9266,7 +9267,7 @@ packages: util: 0.12.5 util-deprecate: 1.0.2 watchpack: 2.4.0 - ws: 8.14.2 + ws: 8.15.0 transitivePeerDependencies: - bufferutil - encoding @@ -9274,46 +9275,46 @@ packages: - utf-8-validate dev: true - /@storybook/core-webpack@7.6.3: + /@storybook/core-webpack@7.6.4: resolution: { - integrity: sha512-dM1orHixZWF5tKYoyMYBxg7OJ8joR2r5Ckj9SShXd8lutL7so5ljyxfEz/+pYakTNK7ezeQmMIFYZQD3JTr5JA==, + integrity: sha512-+C2YddhOhO0Lp9KngzX9XYJZKzCzo4vjXA3IMXxSA7Vo7gFhaa8uQTAXnUx7xCrvFXM/iiHUY1SN+VppB0eBdA==, } dependencies: - "@storybook/core-common": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/types": 7.6.3 - "@types/node": 18.19.2 + "@storybook/core-common": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/types": 7.6.4 + "@types/node": 18.19.3 ts-dedent: 2.2.0 transitivePeerDependencies: - encoding - supports-color dev: true - /@storybook/csf-plugin@7.6.3: + /@storybook/csf-plugin@7.6.4: resolution: { - integrity: sha512-8bMYPsWw2tv+fqZ5H436l4x1KLSB6gIcm6snsjyF916yCHG6WcWm+EI6+wNUoySEtrQY2AiwFJqE37wI5OUJFg==, + integrity: sha512-7g9p8s2ITX+Z9iThK5CehPhJOcusVN7JcUEEW+gVF5PlYT+uk/x+66gmQno+scQuNkV9+8UJD6RLFjP+zg2uCA==, } dependencies: - "@storybook/csf-tools": 7.6.3 + "@storybook/csf-tools": 7.6.4 unplugin: 1.5.1 transitivePeerDependencies: - supports-color dev: true - /@storybook/csf-tools@7.6.3: + /@storybook/csf-tools@7.6.4: resolution: { - integrity: sha512-Zi3pg2pg88/mvBKewkfWhFUR1J4uYpHI5fSjOE+J/FeZObX/DIE7r+wJxZ0UBGyrk0Wy7Jajlb2uSP56Y0i19w==, + integrity: sha512-6sLayuhgReIK3/QauNj5BW4o4ZfEMJmKf+EWANPEM/xEOXXqrog6Un8sjtBuJS9N1DwyhHY6xfkEiPAwdttwqw==, } dependencies: - "@babel/generator": 7.23.5 - "@babel/parser": 7.23.5 - "@babel/traverse": 7.23.5 - "@babel/types": 7.23.5 + "@babel/generator": 7.23.6 + "@babel/parser": 7.23.6 + "@babel/traverse": 7.23.6 + "@babel/types": 7.23.6 "@storybook/csf": 0.1.2 - "@storybook/types": 7.6.3 + "@storybook/types": 7.6.4 fs-extra: 11.2.0 recast: 0.23.4 ts-dedent: 2.2.0 @@ -9337,15 +9338,15 @@ packages: } dev: true - /@storybook/docs-tools@7.6.3: + /@storybook/docs-tools@7.6.4: resolution: { - integrity: sha512-6MtirRCQIkBeQ3bksPignZgUuFmjWqcFleTEN6vrNEfbCzMlMvuBGfm9tl4sS3n8ATWmKGj87DcJepPOT3FB4A==, + integrity: sha512-2eGam43aD7O3cocA72Z63kRi7t/ziMSpst0qB218QwBWAeZjT4EYDh8V6j/Xhv6zVQL3msW7AglrQP5kCKPvPA==, } dependencies: - "@storybook/core-common": 7.6.3 - "@storybook/preview-api": 7.6.3 - "@storybook/types": 7.6.3 + "@storybook/core-common": 7.6.4 + "@storybook/preview-api": 7.6.4 + "@storybook/types": 7.6.4 "@types/doctrine": 0.0.3 assert: 2.1.0 doctrine: 3.0.0 @@ -9362,20 +9363,20 @@ packages: } dev: true - /@storybook/manager-api@7.6.3(react-dom@18.2.0)(react@18.2.0): + /@storybook/manager-api@7.6.4(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-soDH7GZuukkhYRGzlw4jhCm5EzjfkuIAtb37/DFplqxuVbvlyJEVzkMUM2KQO7kq0/8GlWPiZ5mn56wagYyhKQ==, + integrity: sha512-RFb/iaBJfXygSgXkINPRq8dXu7AxBicTGX7MxqKXbz5FU7ANwV7abH6ONBYURkSDOH9//TQhRlVkF5u8zWg3bw==, } dependencies: - "@storybook/channels": 7.6.3 - "@storybook/client-logger": 7.6.3 - "@storybook/core-events": 7.6.3 + "@storybook/channels": 7.6.4 + "@storybook/client-logger": 7.6.4 + "@storybook/core-events": 7.6.4 "@storybook/csf": 0.1.2 "@storybook/global": 5.0.0 - "@storybook/router": 7.6.3 - "@storybook/theming": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.6.3 + "@storybook/router": 7.6.4 + "@storybook/theming": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.6.4 dequal: 2.0.3 lodash: 4.17.21 memoizerific: 1.11.3 @@ -9388,10 +9389,10 @@ packages: - react-dom dev: true - /@storybook/manager@7.6.3: + /@storybook/manager@7.6.4: resolution: { - integrity: sha512-6eMaogHANCSVV2zLPt4Q7fp8RT+AdlOe6IR0583AuqpepcFzj33iGNYABk2rmXAlkD0WzoLcC4H5mouU0fduLA==, + integrity: sha512-Ug2ejfKgKre8h/RJbkumukwAA44TbvTPEjDcJmyFdAI+kHYhOYdKPEC2UNmVYz8/4HjwMTJQ3M7t/esK8HHY4A==, } dev: true @@ -9402,10 +9403,10 @@ packages: } dev: true - /@storybook/nextjs@7.6.3(@swc/core@1.3.100)(esbuild@0.18.20)(next@14.0.3)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack@5.89.0): + /@storybook/nextjs@7.6.4(@swc/core@1.3.100)(esbuild@0.18.20)(next@14.0.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack@5.89.0): resolution: { - integrity: sha512-lRLtbQtGwl2PE0TTcmJnRNglUmU/diiJPmMXCaBr6bAFHTNQ4HASzZPnbo3We2Y6cetG76JYGPiXt35yNzRLtw==, + integrity: sha512-cKGsumJcWmFdGrlVyxtbcp1DzXd+P6yUtVNMWUtPR5mDTV8TmQ6Y12Tm18mmVANo4aTNssEfKpOWiFTnakVnyg==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -9423,34 +9424,34 @@ packages: webpack: optional: true dependencies: - "@babel/core": 7.23.5 - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-export-namespace-from": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-numeric-separator": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-object-rest-spread": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-runtime": 7.23.4(@babel/core@7.23.5) - "@babel/preset-env": 7.23.5(@babel/core@7.23.5) - "@babel/preset-react": 7.23.3(@babel/core@7.23.5) - "@babel/preset-typescript": 7.23.3(@babel/core@7.23.5) - "@babel/runtime": 7.23.5 - "@storybook/addon-actions": 7.6.3 - "@storybook/builder-webpack5": 7.6.3(esbuild@0.18.20)(typescript@5.3.3) - "@storybook/core-common": 7.6.3 - "@storybook/core-events": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/preset-react-webpack": 7.6.3(@babel/core@7.23.5)(@swc/core@1.3.100)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) - "@storybook/preview-api": 7.6.3 - "@storybook/react": 7.6.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) - "@types/node": 18.19.2 + "@babel/core": 7.23.6 + "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-export-namespace-from": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-numeric-separator": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-object-rest-spread": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-runtime": 7.23.6(@babel/core@7.23.6) + "@babel/preset-env": 7.23.6(@babel/core@7.23.6) + "@babel/preset-react": 7.23.3(@babel/core@7.23.6) + "@babel/preset-typescript": 7.23.3(@babel/core@7.23.6) + "@babel/runtime": 7.23.6 + "@storybook/addon-actions": 7.6.4 + "@storybook/builder-webpack5": 7.6.4(esbuild@0.18.20)(typescript@5.3.3) + "@storybook/core-common": 7.6.4 + "@storybook/core-events": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/preset-react-webpack": 7.6.4(@babel/core@7.23.6)(@swc/core@1.3.100)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) + "@storybook/preview-api": 7.6.4 + "@storybook/react": 7.6.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) + "@types/node": 18.19.3 css-loader: 6.8.1(webpack@5.89.0) find-up: 5.0.0 fs-extra: 11.2.0 image-size: 1.0.2 loader-utils: 3.2.1 - next: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) node-polyfill-webpack-plugin: 2.0.1(webpack@5.89.0) pnp-webpack-plugin: 1.7.0(typescript@5.3.3) postcss: 8.4.32 @@ -9462,7 +9463,7 @@ packages: semver: 7.5.4 sharp: 0.32.6 style-loader: 3.3.3(webpack@5.89.0) - styled-jsx: 5.1.1(@babel/core@7.23.5)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.23.6)(react@18.2.0) ts-dedent: 2.2.0 tsconfig-paths: 4.2.0 tsconfig-paths-webpack-plugin: 4.1.0 @@ -9489,24 +9490,24 @@ packages: - webpack-plugin-serve dev: true - /@storybook/node-logger@7.6.3: + /@storybook/node-logger@7.6.4: resolution: { - integrity: sha512-7yL0CMHuh1DhpUAoKCU0a53DvxBpkUom9SX5RaC1G2A9BK/B3XcHtDPAC0uyUwNCKLJMZo9QtmJspvxWjR0LtA==, + integrity: sha512-GDkEnnDj4Op+PExs8ZY/P6ox3wg453CdEIaR8PR9TxF/H/T2fBL6puzma3hN2CMam6yzfAL8U+VeIIDLQ5BZdQ==, } dev: true - /@storybook/postinstall@7.6.3: + /@storybook/postinstall@7.6.4: resolution: { - integrity: sha512-WpgdpJpY6rionluxjFZLbKiSDjvQJ5cPgufjvBRuXTsnVOsH3JNRWnPdkQkJLT9uTUMoNcyBMxbjYkK3vU6wSg==, + integrity: sha512-7uoB82hSzlFSdDMS3hKQD+AaeSvPit/fAMvXCBxn0/D0UGJUZcq4M9JcKBwEHkZJcbuDROgOTJ6TUeXi/FWO0w==, } dev: true - /@storybook/preset-react-webpack@7.6.3(@babel/core@7.23.5)(@swc/core@1.3.100)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3): + /@storybook/preset-react-webpack@7.6.4(@babel/core@7.23.6)(@swc/core@1.3.100)(esbuild@0.18.20)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3): resolution: { - integrity: sha512-rWDzjl4g3+UDG/qKYou7NFU8s+RrgF3PSKtzTPsmqOUF/Edntzr7Z2VYqlK4RD5Wmr2VChtu3EC/frFcqSJQBQ==, + integrity: sha512-rQ3hqehGUvmbwUosNdh1jnXevaHQ9ezqc4v8YlX5TELp1oz+qhRe0gnQOdsQ98SsdjA24EHfgc331dp9F3up6Q==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -9520,16 +9521,16 @@ packages: typescript: optional: true dependencies: - "@babel/core": 7.23.5 - "@babel/preset-flow": 7.23.3(@babel/core@7.23.5) - "@babel/preset-react": 7.23.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/preset-flow": 7.23.3(@babel/core@7.23.6) + "@babel/preset-react": 7.23.3(@babel/core@7.23.6) "@pmmmwh/react-refresh-webpack-plugin": 0.5.11(react-refresh@0.14.0)(webpack@5.89.0) - "@storybook/core-webpack": 7.6.3 - "@storybook/docs-tools": 7.6.3 - "@storybook/node-logger": 7.6.3 - "@storybook/react": 7.6.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) + "@storybook/core-webpack": 7.6.4 + "@storybook/docs-tools": 7.6.4 + "@storybook/node-logger": 7.6.4 + "@storybook/react": 7.6.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3) "@storybook/react-docgen-typescript-plugin": 1.0.6--canary.9.0c3f3b7.0(typescript@5.3.3)(webpack@5.89.0) - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/semver": 7.5.6 babel-plugin-add-react-displayname: 0.0.5 fs-extra: 11.2.0 @@ -9556,18 +9557,18 @@ packages: - webpack-plugin-serve dev: true - /@storybook/preview-api@7.6.3: + /@storybook/preview-api@7.6.4: resolution: { - integrity: sha512-uPaK7yLE1P++F+IOb/1j9pgdCwfMYZrUPHogF/Mf9r4cfEjDCcIeKgGMcsbU1KnkzNQQGPh8JRzRr/iYnLjswg==, + integrity: sha512-KhisNdQX5NdfAln+spLU4B82d804GJQp/CnI5M1mm/taTnjvMgs/wTH9AmR89OPoq+tFZVW0vhy2zgPS3ar71A==, } dependencies: - "@storybook/channels": 7.6.3 - "@storybook/client-logger": 7.6.3 - "@storybook/core-events": 7.6.3 + "@storybook/channels": 7.6.4 + "@storybook/client-logger": 7.6.4 + "@storybook/core-events": 7.6.4 "@storybook/csf": 0.1.2 "@storybook/global": 5.0.0 - "@storybook/types": 7.6.3 + "@storybook/types": 7.6.4 "@types/qs": 6.9.10 dequal: 2.0.3 lodash: 4.17.21 @@ -9578,10 +9579,10 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/preview@7.6.3: + /@storybook/preview@7.6.4: resolution: { - integrity: sha512-obSmKN8arWSHuLbCDM1H0lTVRMvAP/l7vOi6TQtFi6TxBz9MRCJA3Ugc0PZrbDADVZP+cp0ZJA0JQtAm+SqNAA==, + integrity: sha512-p9xIvNkgXgTpSRphOMV9KpIiNdkymH61jBg3B0XyoF6IfM1S2/mQGvC89lCVz1dMGk2SrH4g87/WcOapkU5ArA==, } dev: true @@ -9607,10 +9608,10 @@ packages: - supports-color dev: true - /@storybook/react-dom-shim@7.6.3(react-dom@18.2.0)(react@18.2.0): + /@storybook/react-dom-shim@7.6.4(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-UtaEaTQB27aBsAmn5IfAYkX2xl4wWWXkoAO/jUtx86FQ/r85FG0zxh/rac6IgzjYUqzjJtjIeLdeciG/48hMMA==, + integrity: sha512-wGJfomlDEBnowNmhmumWDu/AcUInxSoPqUUJPgk2f5oL0EW17fR9fDP/juG3XOEdieMDM0jDX48GML7lyvL2fg==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9620,10 +9621,10 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/react@7.6.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3): + /@storybook/react@7.6.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3): resolution: { - integrity: sha512-W+530cC0BAU+yBc7NzSXYWR3e8Lo5qMsmFJjWYK7zGW/YZGhSG3mjhF9pDzNM+cMtHvUS6qf5PJPQM8jePpPhg==, + integrity: sha512-XYRP+eylH3JqkCuziwtQGY5vOCeDreOibRYJmj5na6k4QbURjGVB44WCIW04gWVlmBXM9SqLAmserUi3HP890Q==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -9634,16 +9635,16 @@ packages: typescript: optional: true dependencies: - "@storybook/client-logger": 7.6.3 - "@storybook/core-client": 7.6.3 - "@storybook/docs-tools": 7.6.3 + "@storybook/client-logger": 7.6.4 + "@storybook/core-client": 7.6.4 + "@storybook/docs-tools": 7.6.4 "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.6.3 - "@storybook/react-dom-shim": 7.6.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.6.3 + "@storybook/preview-api": 7.6.4 + "@storybook/react-dom-shim": 7.6.4(react-dom@18.2.0)(react@18.2.0) + "@storybook/types": 7.6.4 "@types/escodegen": 0.0.6 "@types/estree": 0.0.51 - "@types/node": 18.19.2 + "@types/node": 18.19.3 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 @@ -9663,26 +9664,26 @@ packages: - supports-color dev: true - /@storybook/router@7.6.3: + /@storybook/router@7.6.4: resolution: { - integrity: sha512-NZfhJqsXYca9mZCL/LGx6FmZDbrxX2S4ImW7Tqdtcc/sSlZ0BpCDkNUTesCA287cmoKMhXZRh/+bU+C2h2a+bw==, + integrity: sha512-5MQ7Z4D7XNPN2yhFgjey7hXOYd6s8CggUqeAwhzGTex90SMCkKHSz1hfkcXn1ZqBPaall2b53uK553OvPLp9KQ==, } dependencies: - "@storybook/client-logger": 7.6.3 + "@storybook/client-logger": 7.6.4 memoizerific: 1.11.3 qs: 6.11.2 dev: true - /@storybook/telemetry@7.6.3: + /@storybook/telemetry@7.6.4: resolution: { - integrity: sha512-NDCZWhVIUI3M6Lq4M/HPOvZqDXqANDNbI3kyHr4pFGoVaCUXuDPokL9wR+CZcMvATkJ1gHrfLPBdcRq6Biw3Iw==, + integrity: sha512-Q4QpvcgloHUEqC9PGo7tgqkUH91/PjX+74/0Hi9orLo8QmLMgdYS5fweFwgSKoTwDGNg2PaHp/jqvhhw7UmnJA==, } dependencies: - "@storybook/client-logger": 7.6.3 - "@storybook/core-common": 7.6.3 - "@storybook/csf-tools": 7.6.3 + "@storybook/client-logger": 7.6.4 + "@storybook/core-common": 7.6.4 + "@storybook/csf-tools": 7.6.4 chalk: 4.1.2 detect-package-manager: 2.0.1 fetch-retry: 5.0.6 @@ -9704,36 +9705,36 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/theming@7.6.3(react-dom@18.2.0)(react@18.2.0): + /@storybook/theming@7.6.4(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-9ToNU2LM6a2kVBjOXitXEeEOuMurVLhn+uaZO1dJjv8NGnJVYiLwNPwrLsImiUD8/XXNuil972aanBR6+Aj9jw==, + integrity: sha512-Z/dcC5EpkIXelYCkt9ojnX6D7qGOng8YHxV/OWlVE9TrEGYVGPOEfwQryR0RhmGpDha1TYESLYrsDb4A8nJ1EA==, } 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.6.3 + "@storybook/client-logger": 7.6.4 "@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/types@7.6.3: + /@storybook/types@7.6.4: resolution: { - integrity: sha512-vj9Jzg5eR52l8O9512QywbQpNdo67Z6BQWR8QoZRcG+/Bhzt08YI8IZMPQLFMKzcmWDPK0blQ4GfyKDYplMjPA==, + integrity: sha512-qyiiXPCvol5uVgfubcIMzJBA0awAyFPU+TyUP1mkPYyiTHnsHYel/mKlSdPjc8a97N3SlJXHOCx41Hde4IyJgg==, } dependencies: - "@storybook/channels": 7.6.3 + "@storybook/channels": 7.6.4 "@types/babel__core": 7.20.5 "@types/express": 4.17.21 file-system-cache: 2.3.0 dev: true - /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==, @@ -9742,10 +9743,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==, @@ -9754,10 +9755,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==, @@ -9766,10 +9767,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==, @@ -9778,10 +9779,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==, @@ -9790,10 +9791,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==, @@ -9802,10 +9803,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.23.5): + /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.23.6): resolution: { integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==, @@ -9814,10 +9815,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.23.5): + /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.23.6): resolution: { integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==, @@ -9826,10 +9827,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /@svgr/babel-preset@8.1.0(@babel/core@7.23.5): + /@svgr/babel-preset@8.1.0(@babel/core@7.23.6): resolution: { integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==, @@ -9838,15 +9839,15 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@svgr/babel-plugin-add-jsx-attribute": 8.0.0(@babel/core@7.23.5) - "@svgr/babel-plugin-remove-jsx-attribute": 8.0.0(@babel/core@7.23.5) - "@svgr/babel-plugin-remove-jsx-empty-expression": 8.0.0(@babel/core@7.23.5) - "@svgr/babel-plugin-replace-jsx-attribute-value": 8.0.0(@babel/core@7.23.5) - "@svgr/babel-plugin-svg-dynamic-title": 8.0.0(@babel/core@7.23.5) - "@svgr/babel-plugin-svg-em-dimensions": 8.0.0(@babel/core@7.23.5) - "@svgr/babel-plugin-transform-react-native-svg": 8.1.0(@babel/core@7.23.5) - "@svgr/babel-plugin-transform-svg-component": 8.0.0(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@svgr/babel-plugin-add-jsx-attribute": 8.0.0(@babel/core@7.23.6) + "@svgr/babel-plugin-remove-jsx-attribute": 8.0.0(@babel/core@7.23.6) + "@svgr/babel-plugin-remove-jsx-empty-expression": 8.0.0(@babel/core@7.23.6) + "@svgr/babel-plugin-replace-jsx-attribute-value": 8.0.0(@babel/core@7.23.6) + "@svgr/babel-plugin-svg-dynamic-title": 8.0.0(@babel/core@7.23.6) + "@svgr/babel-plugin-svg-em-dimensions": 8.0.0(@babel/core@7.23.6) + "@svgr/babel-plugin-transform-react-native-svg": 8.1.0(@babel/core@7.23.6) + "@svgr/babel-plugin-transform-svg-component": 8.0.0(@babel/core@7.23.6) dev: true /@svgr/core@8.1.0(typescript@5.3.3): @@ -9856,8 +9857,8 @@ packages: } engines: { node: ">=14" } dependencies: - "@babel/core": 7.23.5 - "@svgr/babel-preset": 8.1.0(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@svgr/babel-preset": 8.1.0(@babel/core@7.23.6) camelcase: 6.3.0 cosmiconfig: 8.3.6(typescript@5.3.3) snake-case: 3.0.4 @@ -9873,7 +9874,7 @@ packages: } engines: { node: ">=14" } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 entities: 4.5.0 dev: true @@ -9886,8 +9887,8 @@ packages: peerDependencies: "@svgr/core": "*" dependencies: - "@babel/core": 7.23.5 - "@svgr/babel-preset": 8.1.0(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@svgr/babel-preset": 8.1.0(@babel/core@7.23.6) "@svgr/core": 8.1.0(typescript@5.3.3) "@svgr/hast-util-to-babel-ast": 8.0.0 svg-parser: 2.0.4 @@ -9907,7 +9908,7 @@ packages: "@svgr/core": 8.1.0(typescript@5.3.3) cosmiconfig: 8.3.6(typescript@5.3.3) deepmerge: 4.3.1 - svgo: 3.0.5 + svgo: 3.1.0 transitivePeerDependencies: - typescript dev: true @@ -9919,11 +9920,11 @@ packages: } engines: { node: ">=14" } dependencies: - "@babel/core": 7.23.5 - "@babel/plugin-transform-react-constant-elements": 7.23.3(@babel/core@7.23.5) - "@babel/preset-env": 7.23.5(@babel/core@7.23.5) - "@babel/preset-react": 7.23.3(@babel/core@7.23.5) - "@babel/preset-typescript": 7.23.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/plugin-transform-react-constant-elements": 7.23.3(@babel/core@7.23.6) + "@babel/preset-env": 7.23.6(@babel/core@7.23.6) + "@babel/preset-react": 7.23.3(@babel/core@7.23.6) + "@babel/preset-typescript": 7.23.3(@babel/core@7.23.6) "@svgr/core": 8.1.0(typescript@5.3.3) "@svgr/plugin-jsx": 8.1.0(@svgr/core@8.1.0) "@svgr/plugin-svgo": 8.1.0(@svgr/core@8.1.0)(typescript@5.3.3) @@ -10234,7 +10235,7 @@ packages: engines: { node: ">=14" } dependencies: "@babel/code-frame": 7.23.5 - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@types/aria-query": 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -10264,7 +10265,7 @@ packages: optional: true dependencies: "@adobe/css-tools": 4.3.2 - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 @@ -10284,7 +10285,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@testing-library/dom": 9.3.3 "@types/react-dom": 18.2.17 react: 18.2.0 @@ -10361,8 +10362,8 @@ packages: integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==, } dependencies: - "@babel/parser": 7.23.5 - "@babel/types": 7.23.5 + "@babel/parser": 7.23.6 + "@babel/types": 7.23.6 "@types/babel__generator": 7.6.7 "@types/babel__template": 7.4.4 "@types/babel__traverse": 7.20.4 @@ -10373,7 +10374,7 @@ packages: integrity: sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==, } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@types/babel__template@7.4.4: resolution: @@ -10381,8 +10382,8 @@ packages: integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==, } dependencies: - "@babel/parser": 7.23.5 - "@babel/types": 7.23.5 + "@babel/parser": 7.23.6 + "@babel/types": 7.23.6 /@types/babel__traverse@7.20.4: resolution: @@ -10390,7 +10391,7 @@ packages: integrity: sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==, } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 /@types/body-parser@1.19.5: resolution: @@ -10399,7 +10400,7 @@ packages: } dependencies: "@types/connect": 3.4.38 - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: true /@types/caseless@0.12.5: @@ -10415,7 +10416,7 @@ packages: integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: true /@types/cross-spawn@6.0.6: @@ -10424,7 +10425,7 @@ packages: integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: true /@types/d3-array@3.2.1: @@ -10621,7 +10622,7 @@ packages: integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/qs": 6.9.10 "@types/range-parser": 1.2.7 "@types/send": 0.17.4 @@ -10660,7 +10661,7 @@ packages: } dependencies: "@types/minimatch": 5.1.2 - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: false /@types/graceful-fs@4.1.9: @@ -10669,7 +10670,7 @@ packages: integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 /@types/hoist-non-react-statics@3.3.5: resolution: @@ -10677,7 +10678,7 @@ packages: integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==, } dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 hoist-non-react-statics: 3.3.2 dev: false @@ -10729,7 +10730,7 @@ packages: integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==, } dependencies: - "@types/node": 20.10.3 + "@types/node": 20.10.4 "@types/tough-cookie": 4.0.5 parse5: 7.1.2 dev: false @@ -10818,7 +10819,7 @@ packages: integrity: sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 form-data: 4.0.0 dev: true @@ -10836,18 +10837,18 @@ packages: } dev: false - /@types/node@18.19.2: + /@types/node@18.19.3: resolution: { - integrity: sha512-6wzfBdbWpe8QykUkXBjtmO3zITA0A3FIjoy+in0Y2K4KrCiRhNYJIdwAPDffZ3G6GnaKaSLSEa9ZuORLfEoiwg==, + integrity: sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==, } dependencies: undici-types: 5.26.5 - /@types/node@20.10.3: + /@types/node@20.10.4: resolution: { - integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==, + integrity: sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==, } dependencies: undici-types: 5.26.5 @@ -10905,7 +10906,7 @@ packages: integrity: sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==, } dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 dev: false /@types/react-lifecycles-compat@3.0.4: @@ -10914,7 +10915,7 @@ packages: integrity: sha512-1CM48Y9ztL5S4wjt7DK2izrkgPp/Ql0zCJu/vHzhgl7J+BD4UbSGjHN1M2TlePms472JvOazUtAO1/G3oFZqIQ==, } dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 dev: false /@types/react-transition-group@4.4.10: @@ -10923,17 +10924,17 @@ packages: integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==, } dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 - /@types/react@18.2.42: + /@types/react@18.2.43: resolution: { - integrity: sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==, + integrity: sha512-nvOV01ZdBdd/KW6FahSbcNplt2jCJfyWdTos61RYHV+FVv5L/g9AOX1bmbVcWcLFL8+KHQfh1zVIQrud6ihyQA==, } dependencies: "@types/prop-types": 15.7.11 "@types/scheduler": 0.16.8 - csstype: 3.1.2 + csstype: 3.1.3 /@types/request@2.48.12: resolution: @@ -10942,7 +10943,7 @@ packages: } dependencies: "@types/caseless": 0.12.5 - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/tough-cookie": 4.0.5 form-data: 2.5.1 dev: false @@ -10973,7 +10974,7 @@ packages: } dependencies: "@types/mime": 1.3.5 - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: true /@types/serve-static@1.15.5: @@ -10984,7 +10985,7 @@ packages: dependencies: "@types/http-errors": 2.0.4 "@types/mime": 3.0.4 - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: true /@types/sharp@0.31.1: @@ -10993,7 +10994,7 @@ packages: integrity: sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: false /@types/stack-utils@2.0.3: @@ -11044,7 +11045,7 @@ packages: integrity: sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==, } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 "@types/webidl-conversions": 7.0.3 dev: false @@ -11163,12 +11164,12 @@ packages: peerDependencies: video.js: ^7 || ^8 dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@videojs/vhs-utils": 4.0.0 aes-decrypter: 4.0.1 global: 4.4.0 m3u8-parser: 7.1.0 - mpd-parser: 1.2.2 + mpd-parser: 1.3.0 mux.js: 7.0.1 video.js: 8.6.1 dev: false @@ -11180,7 +11181,7 @@ packages: } engines: { node: ">=8", npm: ">=5" } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 global: 4.4.0 url-toolkit: 2.2.5 dev: false @@ -11192,7 +11193,7 @@ packages: } engines: { node: ">=8", npm: ">=5" } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 global: 4.4.0 url-toolkit: 2.2.5 dev: false @@ -11203,7 +11204,7 @@ packages: integrity: sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 global: 4.4.0 is-function: 1.0.2 dev: false @@ -11630,7 +11631,7 @@ packages: integrity: sha512-H1nh/P9VZXUf17AA5NQfJML88CFjVBDuGkp5zDHa7oEhYN9TTpNLJknRY1ie0iSKWlDf6JRnJKaZVDSQdPy6Cg==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@videojs/vhs-utils": 3.0.5 global: 4.4.0 pkcs7: 1.0.4 @@ -12168,7 +12169,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.22.2 - caniuse-lite: 1.0.30001566 + caniuse-lite: 1.0.30001568 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -12183,10 +12184,10 @@ packages: } engines: { node: ">= 0.4" } - /aws-sdk@2.1513.0: + /aws-sdk@2.1516.0: resolution: { - integrity: sha512-prgLj06P0Tiqlohz9mV916JZlZjnGhCftKNPOSZvTmKRyCUfbIIJnnBp/6HpkIe7ig7UGpWCXX72OPqVBrICpA==, + integrity: sha512-RgTRRQR77NDYjnpCwA8/fv9bKTrbcugP6PaLduYtlMZa78fws/vROTe6bL6K+BRZ/lrWz6kW6xJJdN9KkkrOMw==, } engines: { node: ">= 10.0.0" } dependencies: @@ -12240,7 +12241,7 @@ packages: } dev: true - /babel-core@7.0.0-bridge.0(@babel/core@7.23.5): + /babel-core@7.0.0-bridge.0(@babel/core@7.23.6): resolution: { integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==, @@ -12248,10 +12249,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 dev: true - /babel-jest@29.7.0(@babel/core@7.23.5): + /babel-jest@29.7.0(@babel/core@7.23.6): resolution: { integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==, @@ -12260,18 +12261,18 @@ packages: peerDependencies: "@babel/core": ^7.8.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@jest/transform": 29.7.0 "@types/babel__core": 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.23.5) + babel-preset-jest: 29.6.3(@babel/core@7.23.6) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - /babel-loader@9.1.3(@babel/core@7.23.5)(webpack@5.89.0): + /babel-loader@9.1.3(@babel/core@7.23.6)(webpack@5.89.0): resolution: { integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==, @@ -12281,7 +12282,7 @@ packages: "@babel/core": ^7.12.0 webpack: ">=5" dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.89.0(esbuild@0.18.20) @@ -12317,7 +12318,7 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@babel/template": 7.22.15 - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 "@types/babel__core": 7.20.5 "@types/babel__traverse": 7.20.4 @@ -12328,7 +12329,7 @@ packages: } engines: { node: ">=10", npm: ">=6" } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 cosmiconfig: 7.1.0 resolve: 1.22.8 @@ -12346,47 +12347,47 @@ packages: resolve: 1.22.8 dev: true - /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.5): + /babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.23.6): resolution: { - integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==, + integrity: sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: "@babel/compat-data": 7.23.5 - "@babel/core": 7.23.5 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-define-polyfill-provider": 0.4.4(@babel/core@7.23.6) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.5): + /babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.23.6): resolution: { - integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==, + integrity: sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-define-polyfill-provider": 0.4.4(@babel/core@7.23.6) core-js-compat: 3.34.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.5): + /babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.23.6): resolution: { - integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==, + integrity: sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/helper-define-polyfill-provider": 0.4.4(@babel/core@7.23.6) transitivePeerDependencies: - supports-color dev: true @@ -12397,11 +12398,11 @@ packages: integrity: sha512-65ewumYJ85QiXdcB/jmiU0y0jg6eL6CdnDqQAqQ8JMOKh1E52VPG3NJzbVKWcgovUR5GBH8IWpCXQ7I8Q3wjgw==, } dependencies: - "@babel/types": 7.23.5 + "@babel/types": 7.23.6 is-valid-path: 0.1.1 dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.5): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.6): resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==, @@ -12409,21 +12410,21 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.5) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.6) + "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.6) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.6) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.6) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.6) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.6) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.6) - /babel-preset-jest@29.6.3(@babel/core@7.23.5): + /babel-preset-jest@29.6.3(@babel/core@7.23.6): resolution: { integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==, @@ -12432,9 +12433,9 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.6) /balanced-match@1.0.2: resolution: @@ -12742,8 +12743,8 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001566 - electron-to-chromium: 1.4.607 + caniuse-lite: 1.0.30001568 + electron-to-chromium: 1.4.610 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.2) @@ -12987,15 +12988,15 @@ packages: } dependencies: browserslist: 4.22.2 - caniuse-lite: 1.0.30001566 + caniuse-lite: 1.0.30001568 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite@1.0.30001566: + /caniuse-lite@1.0.30001568: resolution: { - integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==, + integrity: sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==, } /case-sensitive-paths-webpack-plugin@2.4.0: @@ -13752,7 +13753,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.4)(ts-node@10.9.2) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -13761,7 +13762,7 @@ packages: - supports-color - ts-node - /create-jest@29.7.0(@types/node@18.19.2)(ts-node@10.9.1): + /create-jest@29.7.0(@types/node@18.19.3)(ts-node@10.9.2): resolution: { integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==, @@ -13773,7 +13774,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -14026,7 +14027,7 @@ packages: integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 is-in-browser: 1.1.3 dev: false @@ -14044,10 +14045,10 @@ packages: } dev: false - /cssdb@7.9.0: + /cssdb@7.9.1: resolution: { - integrity: sha512-WPMT9seTQq6fPAa1yN4zjgZZeoTriSN2LqW9C+otjar12DQIWA4LuSfFrvFJiKp4oD0xIk1vumDLw8K9ur4NBw==, + integrity: sha512-fqy6ZnNfpb8qAvTT0qijWyTsUmYThsDX2F2ctMG4ceI7mI4DtsMILSiMBiuuDnVIYTyWvCctdp9Nb08p/6m2SQ==, } dev: false @@ -14176,10 +14177,10 @@ packages: rrweb-cssom: 0.6.0 dev: false - /csstype@3.1.2: + /csstype@3.1.3: resolution: { - integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==, + integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==, } /csv-generate@3.4.3: @@ -14580,7 +14581,7 @@ packages: } engines: { node: ">=0.11" } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: false /dateformat@4.6.3: @@ -15065,8 +15066,8 @@ packages: integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==, } dependencies: - "@babel/runtime": 7.23.5 - csstype: 3.1.2 + "@babel/runtime": 7.23.6 + csstype: 3.1.3 /dom-serializer@1.4.1: resolution: @@ -15278,10 +15279,10 @@ packages: jake: 10.8.7 dev: true - /electron-to-chromium@1.4.607: + /electron-to-chromium@1.4.610: resolution: { - integrity: sha512-YUlnPwE6eYxzwBnFmawA8LiLRfm70R2aJRIUv0n03uHt/cUzzYACOogmvk8M2+hVzt/kB80KJXx7d5f5JofPvQ==, + integrity: sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==, } /elliptic@6.5.4: @@ -15766,19 +15767,19 @@ packages: eslint: 8.55.0 dev: false - /eslint-config-turbo@1.11.0(eslint@8.55.0): + /eslint-config-turbo@1.11.1(eslint@8.55.0): resolution: { - integrity: sha512-PBiDoO1ZRHBXoydfn/qYazJTwmoRNXdsf3CBg6j7BMVvuAPa39e7ao6KccsDplyLgV2jIjeRtra/q1CUaWs2kg==, + integrity: sha512-F0w5nusZ3SMSXS+ns/f0GLiRmLyP0+20Nd1xPgRXxJSW3UCsurysuqfCjo4VwSIVK2mfkDSdrn6/+JxV3WZgiw==, } peerDependencies: eslint: ">6.6.0" dependencies: eslint: 8.55.0 - eslint-plugin-turbo: 1.11.0(eslint@8.55.0) + eslint-plugin-turbo: 1.11.1(eslint@8.55.0) dev: false - /eslint-import-resolver-babel-module@5.3.2(@babel/core@7.23.5)(babel-plugin-module-resolver@4.1.0): + /eslint-import-resolver-babel-module@5.3.2(@babel/core@7.23.6)(babel-plugin-module-resolver@4.1.0): resolution: { integrity: sha512-K7D8n0O6p/JJncPote8yiuB7chJfu26Yn/Q3gzT53cNzJNS0NUCkI0iuimj4/vWVRHVQvPnYWeq07V8RvKjz/A==, @@ -15788,7 +15789,7 @@ packages: "@babel/core": ^7.0.0-0 babel-plugin-module-resolver: ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 babel-plugin-module-resolver: 4.1.0 pkg-up: 3.1.0 resolve: 1.22.8 @@ -15923,7 +15924,7 @@ packages: "@testing-library/dom": optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 eslint: 8.55.0 requireindex: 1.2.0 dev: false @@ -15971,7 +15972,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -16026,10 +16027,10 @@ packages: dependencies: eslint: 8.55.0 eslint-plugin-jest: 27.6.0(eslint@8.55.0)(typescript@5.3.3) - globals: 13.23.0 + globals: 13.24.0 dev: false - /eslint-plugin-prettier@5.0.1(eslint-config-prettier@9.1.0)(eslint@8.55.0)(prettier@3.1.0): + /eslint-plugin-prettier@5.0.1(eslint-config-prettier@9.1.0)(eslint@8.55.0)(prettier@3.1.1): resolution: { integrity: sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==, @@ -16048,7 +16049,7 @@ packages: dependencies: eslint: 8.55.0 eslint-config-prettier: 9.1.0(eslint@8.55.0) - prettier: 3.1.0 + prettier: 3.1.1 prettier-linter-helpers: 1.0.0 synckit: 0.8.6 dev: false @@ -16109,10 +16110,10 @@ packages: - typescript dev: false - /eslint-plugin-turbo@1.11.0(eslint@8.55.0): + /eslint-plugin-turbo@1.11.1(eslint@8.55.0): resolution: { - integrity: sha512-u3GeDFuKUMcQOPi5euJIAivTvJBPMZL62LVrNc4uGksGMYekl7Dl3yGcevcUpebm7XDValyWcw1iHZjUm3DfCg==, + integrity: sha512-QegEzLp9CIsDVQOSSjvEl6QUUGpb7Hj9IdFdgz7OHBYzhCArY5z+Q3y+LO6jn1MSkzGUteGNjLhrlkjXadePCA==, } peerDependencies: eslint: ">6.6.0" @@ -16186,7 +16187,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.23.0 + globals: 13.24.0 graphemer: 1.4.0 ignore: 5.3.0 imurmurhash: 0.1.4 @@ -17023,10 +17024,10 @@ packages: react: ">=17.0.2" tiny-warning: ">=1.0.3" dependencies: - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) - "@mui/lab": 5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) - "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) + "@mui/lab": 5.0.0-alpha.155(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@mui/material@5.14.20)(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0) + "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(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 @@ -17045,9 +17046,9 @@ packages: react: ">=17.0.2" tiny-warning: ">=1.0.3" dependencies: - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) - "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.42)(react@18.2.0) - "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) + "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.43)(react@18.2.0) + "@mui/material": 5.14.20(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.43)(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 @@ -17489,10 +17490,10 @@ packages: } engines: { node: ">=4" } - /globals@13.23.0: + /globals@13.24.0: resolution: { - integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==, + integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==, } engines: { node: ">=8" } dependencies: @@ -17852,7 +17853,7 @@ packages: integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -17932,7 +17933,7 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.25.0 + terser: 5.26.0 /html-parse-stringify@3.0.1: resolution: @@ -18149,7 +18150,7 @@ packages: integrity: sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: false /i18next-http-middleware@3.5.0: @@ -18165,7 +18166,7 @@ packages: integrity: sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: false /iconv-lite@0.4.24: @@ -19026,8 +19027,8 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/core": 7.23.5 - "@babel/parser": 7.23.5 + "@babel/core": 7.23.6 + "@babel/parser": 7.23.6 "@istanbuljs/schema": 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -19041,8 +19042,8 @@ packages: } engines: { node: ">=10" } dependencies: - "@babel/core": 7.23.5 - "@babel/parser": 7.23.5 + "@babel/core": 7.23.6 + "@babel/parser": 7.23.6 "@istanbuljs/schema": 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.5.4 @@ -19144,7 +19145,7 @@ packages: "@jest/expect": 29.7.0 "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.19.2 + "@types/node": 18.19.3 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -19184,7 +19185,7 @@ packages: create-jest: 29.7.0 exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.10.3)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.4)(ts-node@10.9.2) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19194,7 +19195,7 @@ packages: - supports-color - ts-node - /jest-cli@29.7.0(@types/node@18.19.2): + /jest-cli@29.7.0(@types/node@18.19.3): resolution: { integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==, @@ -19211,10 +19212,10 @@ packages: "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + create-jest: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19225,7 +19226,7 @@ packages: - ts-node dev: true - /jest-cli@29.7.0(@types/node@18.19.2)(ts-node@10.9.1): + /jest-cli@29.7.0(@types/node@18.19.3)(ts-node@10.9.2): resolution: { integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==, @@ -19238,14 +19239,14 @@ packages: node-notifier: optional: true dependencies: - "@jest/core": 29.7.0(ts-node@10.9.1) + "@jest/core": 29.7.0(ts-node@10.9.2) "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + create-jest: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19256,7 +19257,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@18.19.2)(ts-node@10.9.1): + /jest-config@29.7.0(@types/node@18.19.3)(ts-node@10.9.2): resolution: { integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==, @@ -19271,11 +19272,11 @@ packages: ts-node: optional: true dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@jest/test-sequencer": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.19.2 - babel-jest: 29.7.0(@babel/core@7.23.5) + "@types/node": 18.19.3 + babel-jest: 29.7.0(@babel/core@7.23.6) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -19294,13 +19295,13 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@swc/core@1.3.100)(@types/node@18.19.2)(typescript@5.3.3) + ts-node: 10.9.2(@swc/core@1.3.100)(@types/node@18.19.3)(typescript@5.3.3) transitivePeerDependencies: - babel-plugin-macros - supports-color dev: true - /jest-config@29.7.0(@types/node@20.10.3)(ts-node@10.9.1): + /jest-config@29.7.0(@types/node@20.10.4)(ts-node@10.9.2): resolution: { integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==, @@ -19315,11 +19316,11 @@ packages: ts-node: optional: true dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 "@jest/test-sequencer": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 20.10.3 - babel-jest: 29.7.0(@babel/core@7.23.5) + "@types/node": 20.10.4 + babel-jest: 29.7.0(@babel/core@7.23.6) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -19338,7 +19339,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@swc/core@1.3.78)(@types/node@18.19.2)(typescript@5.3.3) + ts-node: 10.9.2(@swc/core@1.3.78)(@types/node@18.19.3)(typescript@5.3.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -19393,7 +19394,7 @@ packages: "@jest/fake-timers": 29.7.0 "@jest/types": 29.6.3 "@types/jsdom": 20.0.1 - "@types/node": 20.10.3 + "@types/node": 20.10.4 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -19413,7 +19414,7 @@ packages: "@jest/environment": 29.7.0 "@jest/fake-timers": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.19.2 + "@types/node": 18.19.3 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -19433,7 +19434,7 @@ packages: dependencies: "@jest/types": 29.6.3 "@types/graceful-fs": 4.1.9 - "@types/node": 18.19.2 + "@types/node": 18.19.3 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -19492,7 +19493,7 @@ packages: engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: "@jest/types": 27.5.1 - "@types/node": 18.19.2 + "@types/node": 18.19.3 dev: true /jest-mock@29.7.0: @@ -19503,7 +19504,7 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 - "@types/node": 20.10.3 + "@types/node": 20.10.4 jest-util: 29.7.0 /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -19568,7 +19569,7 @@ packages: "@jest/test-result": 29.7.0 "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 20.10.3 + "@types/node": 20.10.4 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -19601,7 +19602,7 @@ packages: "@jest/test-result": 29.7.0 "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 20.10.3 + "@types/node": 20.10.4 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -19626,15 +19627,15 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@babel/core": 7.23.5 - "@babel/generator": 7.23.5 - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-syntax-typescript": 7.23.3(@babel/core@7.23.5) - "@babel/types": 7.23.5 + "@babel/core": 7.23.6 + "@babel/generator": 7.23.6 + "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-syntax-typescript": 7.23.3(@babel/core@7.23.6) + "@babel/types": 7.23.6 "@jest/expect-utils": 29.7.0 "@jest/transform": 29.7.0 "@jest/types": 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.6) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -19657,7 +19658,7 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: "@jest/types": 29.6.3 - "@types/node": 20.10.3 + "@types/node": 20.10.4 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -19686,7 +19687,7 @@ packages: dependencies: "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 - "@types/node": 18.19.2 + "@types/node": 18.19.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -19700,7 +19701,7 @@ packages: } engines: { node: ">= 10.13.0" } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -19711,7 +19712,7 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - "@types/node": 18.19.2 + "@types/node": 18.19.3 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -19739,7 +19740,7 @@ packages: - supports-color - ts-node - /jest@29.7.0(@types/node@18.19.2): + /jest@29.7.0(@types/node@18.19.3): resolution: { integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==, @@ -19755,7 +19756,7 @@ packages: "@jest/core": 29.7.0 "@jest/types": 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.19.2) + jest-cli: 29.7.0(@types/node@18.19.3) transitivePeerDependencies: - "@types/node" - babel-plugin-macros @@ -19763,7 +19764,7 @@ packages: - ts-node dev: true - /jest@29.7.0(@types/node@18.19.2)(ts-node@10.9.1): + /jest@29.7.0(@types/node@18.19.3)(ts-node@10.9.2): resolution: { integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==, @@ -19776,10 +19777,10 @@ packages: node-notifier: optional: true dependencies: - "@jest/core": 29.7.0(ts-node@10.9.1) + "@jest/core": 29.7.0(ts-node@10.9.2) "@jest/types": 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.19.2)(ts-node@10.9.1) + jest-cli: 29.7.0(@types/node@18.19.3)(ts-node@10.9.2) transitivePeerDependencies: - "@types/node" - babel-plugin-macros @@ -19871,8 +19872,8 @@ packages: peerDependencies: jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 dependencies: - "@babel/traverse": 7.23.5 - jscodeshift: 0.15.1(@babel/preset-env@7.23.5) + "@babel/traverse": 7.23.6 + jscodeshift: 0.15.1(@babel/preset-env@7.23.6) jscodeshift-find-imports: 2.0.4(jscodeshift@0.15.1) transitivePeerDependencies: - supports-color @@ -19886,10 +19887,10 @@ packages: peerDependencies: jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 dependencies: - jscodeshift: 0.15.1(@babel/preset-env@7.23.5) + jscodeshift: 0.15.1(@babel/preset-env@7.23.6) dev: true - /jscodeshift@0.15.1(@babel/preset-env@7.23.5): + /jscodeshift@0.15.1(@babel/preset-env@7.23.6): resolution: { integrity: sha512-hIJfxUy8Rt4HkJn/zZPU9ChKfKZM1342waJ1QC2e2YsPcWhM+3BJ4dcfQCzArTrk1jJeNLB341H+qOcEHRxJZg==, @@ -19901,18 +19902,18 @@ packages: "@babel/preset-env": optional: true dependencies: - "@babel/core": 7.23.5 - "@babel/parser": 7.23.5 - "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-nullish-coalescing-operator": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-optional-chaining": 7.23.4(@babel/core@7.23.5) - "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.5) - "@babel/preset-env": 7.23.5(@babel/core@7.23.5) - "@babel/preset-flow": 7.23.3(@babel/core@7.23.5) - "@babel/preset-typescript": 7.23.3(@babel/core@7.23.5) - "@babel/register": 7.22.15(@babel/core@7.23.5) - babel-core: 7.0.0-bridge.0(@babel/core@7.23.5) + "@babel/core": 7.23.6 + "@babel/parser": 7.23.6 + "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.6) + "@babel/plugin-transform-nullish-coalescing-operator": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-optional-chaining": 7.23.4(@babel/core@7.23.6) + "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.6) + "@babel/preset-env": 7.23.6(@babel/core@7.23.6) + "@babel/preset-flow": 7.23.3(@babel/core@7.23.6) + "@babel/preset-typescript": 7.23.3(@babel/core@7.23.6) + "@babel/register": 7.22.15(@babel/core@7.23.6) + babel-core: 7.0.0-bridge.0(@babel/core@7.23.6) chalk: 4.1.2 flow-parser: 0.223.3 graceful-fs: 4.2.11 @@ -19962,7 +19963,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.14.2 + ws: 8.15.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -20001,7 +20002,7 @@ packages: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.14.2 + ws: 8.15.0 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -20207,7 +20208,7 @@ packages: integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 hyphenate-style-name: 1.0.4 jss: 10.10.0 dev: false @@ -20218,7 +20219,7 @@ packages: integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 jss: 10.10.0 dev: false @@ -20228,7 +20229,7 @@ packages: integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 jss: 10.10.0 dev: false @@ -20238,7 +20239,7 @@ packages: integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -20249,7 +20250,7 @@ packages: integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 jss: 10.10.0 dev: false @@ -20259,7 +20260,7 @@ packages: integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -20270,7 +20271,7 @@ packages: integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 css-vendor: 2.0.8 jss: 10.10.0 dev: false @@ -20281,8 +20282,8 @@ packages: integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==, } dependencies: - "@babel/runtime": 7.23.5 - csstype: 3.1.2 + "@babel/runtime": 7.23.6 + csstype: 3.1.3 is-in-browser: 1.1.3 tiny-warning: 1.0.3 dev: false @@ -20811,7 +20812,7 @@ packages: integrity: sha512-qlC00JTxYOxawcqg+RB8jbyNwL3foY/nCY61kyWP+RCuJE9APLeqB/nSlTjb4Mg0yRmyERgjswpdQxMvkeoDrg==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@videojs/vhs-utils": 3.0.5 global: 4.4.0 dev: false @@ -20822,7 +20823,7 @@ packages: integrity: sha512-7N+pk79EH4oLKPEYdgRXgAsKDyA/VCo0qCHlUwacttQA0WqsjZQYmNfywMvjlY9MpEBVZEt0jKFd73Kv15EBYQ==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@videojs/vhs-utils": 3.0.5 global: 4.4.0 dev: false @@ -21454,7 +21455,7 @@ packages: mongodb-connection-string-url: 2.6.0 socks: 2.7.1 optionalDependencies: - "@aws-sdk/credential-providers": 3.468.0 + "@aws-sdk/credential-providers": 3.470.0 saslprep: 1.0.3 transitivePeerDependencies: - aws-crt @@ -21538,15 +21539,15 @@ packages: engines: { node: ">=4.0.0" } dev: false - /mpd-parser@1.2.2: + /mpd-parser@1.3.0: resolution: { - integrity: sha512-QCfB1koOoZw6E5La1cx+W/Yd0EZlRhHMqMr4TAJez0eRTuPDzPM5FWoiOqjyo37W+ISPLzmfJACSbJFEBjbL4Q==, + integrity: sha512-WgeIwxAqkmb9uTn4ClicXpEQYCEduDqRKfmUdp4X8vmghKfBNXZLYpREn9eqrDx/Tf5LhzRcJLSpi4ohfV742Q==, } hasBin: true dependencies: - "@babel/runtime": 7.23.5 - "@videojs/vhs-utils": 3.0.5 + "@babel/runtime": 7.23.6 + "@videojs/vhs-utils": 4.0.0 "@xmldom/xmldom": 0.8.10 global: 4.4.0 dev: false @@ -21615,7 +21616,7 @@ packages: engines: { node: ">=8", npm: ">=5" } hasBin: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 global: 4.4.0 dev: false @@ -21627,7 +21628,7 @@ packages: engines: { node: ">=8", npm: ">=5" } hasBin: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 global: 4.4.0 dev: false @@ -21690,7 +21691,7 @@ packages: integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, } - /next-auth@4.24.5(next@14.0.3)(react-dom@18.2.0)(react@18.2.0): + /next-auth@4.24.5(next@14.0.4)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==, @@ -21704,15 +21705,15 @@ packages: nodemailer: optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@panva/hkdf": 1.1.1 cookie: 0.5.0 jose: 4.15.4 - next: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) oauth: 0.9.15 openid-client: 5.6.1 - preact: 10.19.2 - preact-render-to-string: 5.2.6(preact@10.19.2) + preact: 10.19.3 + preact-render-to-string: 5.2.6(preact@10.19.3) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) uuid: 8.3.2 @@ -21731,7 +21732,7 @@ packages: webpack: 5.89.0(esbuild@0.18.20) dev: false - /next-seo@6.4.0(next@14.0.3)(react-dom@18.2.0)(react@18.2.0): + /next-seo@6.4.0(next@14.0.4)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-XQFxkOL2hw0YE+P100HbI3EAvcludlHPxuzMgaIjKb7kPK0CvjGvLFjd9hszZFEDc5oiQkGFA8+cuWcnip7eYA==, @@ -21741,12 +21742,12 @@ packages: react: ">=16.0.0" react-dom: ">=16.0.0" dependencies: - next: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(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.9.12(next@14.0.3): + /next-sitemap@1.9.12(next@14.0.4): resolution: { integrity: sha512-kHXf4ZNAGLJyK16HbjzE5X9JlKwXtxW+9J4dh3oT7LSbU/+3bN+VqWjNw/776Otbanf7EJsvl51oQ78qQW5XBQ==, @@ -21758,7 +21759,7 @@ packages: dependencies: "@corex/deepmerge": 2.6.148 minimist: 1.2.8 - next: 14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) dev: true /next-tick@1.1.0: @@ -21768,10 +21769,10 @@ packages: } dev: false - /next@14.0.3(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0): + /next@14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0): resolution: { - integrity: sha512-AbYdRNfImBr3XGtvnwOxq8ekVCwbFTv/UJoLwmaX89nk9i051AEY4/HAWzU0YpaTDw8IofUpmuIlvzWF13jxIw==, + integrity: sha512-qbwypnM7327SadwFtxXnQdGiKpkuhaRLE2uq62/nRul9cj9KhQ5LhHmlziTNqUidZotw/Q1I9OjirBROdUJNgA==, } engines: { node: ">=18.17.0" } hasBin: true @@ -21786,25 +21787,26 @@ packages: sass: optional: true dependencies: - "@next/env": 14.0.3 + "@next/env": 14.0.4 "@swc/helpers": 0.5.2 busboy: 1.6.0 - caniuse-lite: 1.0.30001566 + caniuse-lite: 1.0.30001568 + graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.23.5)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.23.6)(react@18.2.0) watchpack: 2.4.0 optionalDependencies: - "@next/swc-darwin-arm64": 14.0.3 - "@next/swc-darwin-x64": 14.0.3 - "@next/swc-linux-arm64-gnu": 14.0.3 - "@next/swc-linux-arm64-musl": 14.0.3 - "@next/swc-linux-x64-gnu": 14.0.3 - "@next/swc-linux-x64-musl": 14.0.3 - "@next/swc-win32-arm64-msvc": 14.0.3 - "@next/swc-win32-ia32-msvc": 14.0.3 - "@next/swc-win32-x64-msvc": 14.0.3 + "@next/swc-darwin-arm64": 14.0.4 + "@next/swc-darwin-x64": 14.0.4 + "@next/swc-linux-arm64-gnu": 14.0.4 + "@next/swc-linux-arm64-musl": 14.0.4 + "@next/swc-linux-x64-gnu": 14.0.4 + "@next/swc-linux-x64-musl": 14.0.4 + "@next/swc-win32-arm64-msvc": 14.0.4 + "@next/swc-win32-ia32-msvc": 14.0.4 + "@next/swc-win32-x64-msvc": 14.0.4 transitivePeerDependencies: - "@babel/core" - babel-plugin-macros @@ -22712,7 +22714,7 @@ packages: } dev: false - /payload@1.15.8(@types/react@18.2.42)(typescript@5.3.3): + /payload@1.15.8(@types/react@18.2.43)(typescript@5.3.3): resolution: { integrity: sha512-3TqHR42r7dzADfVDfbCgUkap46Dk5w02dNGaI8zTSNjIdjVJ4h9NjBM0rRbP5s1JDGuygrvAzAhiFMAN44aVnQ==, @@ -22807,7 +22809,7 @@ packages: 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.8.0(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) + react-select: 5.8.0(@types/react@18.2.43)(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.69.5 @@ -23004,7 +23006,7 @@ packages: } hasBin: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: false /pkg-dir@3.0.0: @@ -23120,7 +23122,7 @@ packages: } engines: { node: ">=10" } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: true /postcss-attribute-case-insensitive@6.0.2(postcss@8.4.32): @@ -23854,7 +23856,7 @@ packages: css-blank-pseudo: 6.0.0(postcss@8.4.32) css-has-pseudo: 6.0.0(postcss@8.4.32) css-prefers-color-scheme: 9.0.0(postcss@8.4.32) - cssdb: 7.9.0 + cssdb: 7.9.1 postcss: 8.4.32 postcss-attribute-case-insensitive: 6.0.2(postcss@8.4.32) postcss-clamp: 4.1.0(postcss@8.4.32) @@ -23969,7 +23971,7 @@ packages: dependencies: postcss: 8.4.32 postcss-value-parser: 4.2.0 - svgo: 3.0.5 + svgo: 3.1.0 dev: false /postcss-unique-selectors@6.0.0(postcss@8.4.32): @@ -24013,7 +24015,7 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /preact-render-to-string@5.2.6(preact@10.19.2): + /preact-render-to-string@5.2.6(preact@10.19.3): resolution: { integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==, @@ -24021,14 +24023,14 @@ packages: peerDependencies: preact: ">=10" dependencies: - preact: 10.19.2 + preact: 10.19.3 pretty-format: 3.8.0 dev: false - /preact@10.19.2: + /preact@10.19.3: resolution: { - integrity: sha512-UA9DX/OJwv6YwP9Vn7Ti/vF80XL+YA5H2l7BpCtUr3ya8LWHFzpiO5R+N7dN16ujpIxhekRFuOOF82bXX7K/lg==, + integrity: sha512-nHHTeFVBTHRGxJXKkKu5hT8C/YWBkPso4/Gad6xuj5dbptt9iF9NZr9pHbPhBrnT2klheu7mHTxTZ/LjwJiEiQ==, } dev: false @@ -24091,10 +24093,10 @@ packages: engines: { node: ">=10.13.0" } hasBin: true - /prettier@3.1.0: + /prettier@3.1.1: resolution: { - integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==, + integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==, } engines: { node: ">=14" } hasBin: true @@ -24608,9 +24610,9 @@ packages: } engines: { node: ">=16.14.0" } dependencies: - "@babel/core": 7.23.5 - "@babel/traverse": 7.23.5 - "@babel/types": 7.23.5 + "@babel/core": 7.23.6 + "@babel/traverse": 7.23.6 + "@babel/types": 7.23.6 "@types/babel__core": 7.20.5 "@types/babel__traverse": 7.20.4 "@types/doctrine": 0.0.9 @@ -24658,7 +24660,7 @@ packages: peerDependencies: react: ^16.3.0 dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 prop-types: 15.8.1 react: 18.2.0 warning: 4.0.3 @@ -24709,7 +24711,7 @@ packages: react-native: optional: true dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 html-parse-stringify: 3.0.1 i18next: 22.5.1 react: 18.2.0 @@ -24810,7 +24812,7 @@ packages: engines: { node: ">=0.10.0" } dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.2.42)(react@18.2.0): + /react-remove-scroll-bar@2.3.4(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==, @@ -24823,13 +24825,13 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.2.42)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.43)(react@18.2.0) tslib: 2.6.2 dev: true - /react-remove-scroll@2.5.5(@types/react@18.2.42)(react@18.2.0): + /react-remove-scroll@2.5.5(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==, @@ -24842,13 +24844,13 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.42)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.42)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.2.43)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.43)(react@18.2.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.42)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.42)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.2.43)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.43)(react@18.2.0) dev: true /react-router-dom@5.3.4(react@18.2.0): @@ -24859,7 +24861,7 @@ packages: peerDependencies: react: ">=15" dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -24890,7 +24892,7 @@ packages: peerDependencies: react: ">=15" dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -24902,7 +24904,7 @@ packages: tiny-warning: 1.0.3 dev: false - /react-select@5.8.0(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0): + /react-select@5.8.0(@types/react@18.2.43)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==, @@ -24911,9 +24913,9 @@ packages: 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.23.5 + "@babel/runtime": 7.23.6 "@emotion/cache": 11.11.0 - "@emotion/react": 11.11.1(@types/react@18.2.42)(react@18.2.0) + "@emotion/react": 11.11.1(@types/react@18.2.43)(react@18.2.0) "@floating-ui/dom": 1.5.3 "@types/react-transition-group": 4.4.10 memoize-one: 6.0.0 @@ -24921,7 +24923,7 @@ packages: 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.42)(react@18.2.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.43)(react@18.2.0) transitivePeerDependencies: - "@types/react" dev: false @@ -24965,7 +24967,7 @@ packages: react: 18.2.0 dev: false - /react-style-singleton@2.2.1(@types/react@18.2.42)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==, @@ -24978,7 +24980,7 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -25071,7 +25073,7 @@ packages: react: ">=16.6.0" react-dom: ">=16.6.0" dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -25088,7 +25090,7 @@ packages: vega: "*" vega-lite: "*" dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 fast-deep-equal: 3.1.3 prop-types: 15.8.1 react: 18.2.0 @@ -25304,7 +25306,7 @@ packages: integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 dev: true /regex-parser@2.2.11: @@ -26654,14 +26656,14 @@ packages: } dev: true - /storybook@7.6.3: + /storybook@7.6.4: resolution: { - integrity: sha512-H3odxahMiR8vVW7ltlqcHhn3UVH5ta03weKlY7xvpv5DV+thZ+mEO2cDYfsufCSg0Ldb5LQ4qq3OyLVdpDBN8g==, + integrity: sha512-nQhs9XkrroxjqMoBnnToyc6M8ndbmpkOb1qmULO4chtfMy4k0p9Un3K4TJvDaP8c3wPUFGd4ZaJ1hZNVmIl56Q==, } hasBin: true dependencies: - "@storybook/cli": 7.6.3 + "@storybook/cli": 7.6.4 transitivePeerDependencies: - bufferutil - encoding @@ -26724,10 +26726,10 @@ packages: } engines: { node: ">=10.0.0" } - /streamx@2.15.5: + /streamx@2.15.6: resolution: { - integrity: sha512-9thPGMkKC2GctCzyCUjME3yR03x2xNo0GPKGkRw2UMYN+gqWa9uqpyNWhmsNCutU5zHmkUum0LsCRQTXUgUCAg==, + integrity: sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==, } dependencies: fast-fifo: 1.3.2 @@ -26990,7 +26992,7 @@ packages: webpack: 5.89.0(@swc/core@1.3.100)(esbuild@0.18.20) dev: true - /styled-jsx@5.1.1(@babel/core@7.23.5)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.23.6)(react@18.2.0): resolution: { integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==, @@ -27006,7 +27008,7 @@ packages: babel-plugin-macros: optional: true dependencies: - "@babel/core": 7.23.5 + "@babel/core": 7.23.6 client-only: 0.0.1 react: 18.2.0 @@ -27084,10 +27086,10 @@ packages: webpack: 5.89.0(esbuild@0.18.20) dev: true - /svgo@3.0.5: + /svgo@3.1.0: resolution: { - integrity: sha512-HQKHEo73pMNOlDlBcLgZRcHW2+1wo7bFYayAXkGN0l/2+h68KjlfZyMRhdhaGvoHV2eApOovl12zoFz42sT6rQ==, + integrity: sha512-R5SnNA89w1dYgNv570591F66v34b3eQShpIBcQtZtM5trJwm1VvxbIoMpRYY3ybTAutcKTLEmTsdnaknOHbiQA==, } engines: { node: ">=14.0.0" } hasBin: true @@ -27248,7 +27250,7 @@ packages: dependencies: b4a: 1.6.4 fast-fifo: 1.3.2 - streamx: 2.15.5 + streamx: 2.15.6 dev: true /tar@6.2.0: @@ -27340,7 +27342,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.25.0 + terser: 5.26.0 webpack: 5.89.0(@swc/core@1.3.100)(esbuild@0.18.20) dev: true @@ -27368,7 +27370,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.25.0 + terser: 5.26.0 webpack: 5.89.0(@swc/core@1.3.100)(webpack-cli@4.10.0) /terser-webpack-plugin@5.3.9(@swc/core@1.3.78)(webpack@5.89.0): @@ -27395,7 +27397,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.25.0 + terser: 5.26.0 webpack: 5.89.0(@swc/core@1.3.78)(webpack-cli@4.10.0) /terser-webpack-plugin@5.3.9(esbuild@0.18.20)(webpack@5.89.0): @@ -27422,7 +27424,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.25.0 + terser: 5.26.0 webpack: 5.89.0(esbuild@0.18.20) /terser-webpack-plugin@5.3.9(webpack@5.89.0): @@ -27448,14 +27450,14 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - terser: 5.25.0 + terser: 5.26.0 webpack: 5.89.0 dev: true - /terser@5.25.0: + /terser@5.26.0: resolution: { - integrity: sha512-we0I9SIsfvNUMP77zC9HG+MylwYYsGFSBG8qm+13oud2Yh+O104y614FRbyjpxys16jZwot72Fpi827YvGzuqg==, + integrity: sha512-dytTGoE2oHgbNV9nTzgBEPaqAWvcJNl66VZ0BkJqlvp71IjO8CxdBx/ykCNb47cLnCmCvRZ6ZR0tLkqvZCdVBQ==, } engines: { node: ">=10" } hasBin: true @@ -27781,10 +27783,10 @@ packages: tslib: 1.14.1 dev: true - /ts-node@10.9.1(@swc/core@1.3.100)(@types/node@18.19.2)(typescript@5.3.3): + /ts-node@10.9.2(@swc/core@1.3.100)(@types/node@18.19.3)(typescript@5.3.3): resolution: { - integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, + integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==, } hasBin: true peerDependencies: @@ -27804,7 +27806,7 @@ packages: "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 "@tsconfig/node16": 1.0.4 - "@types/node": 18.19.2 + "@types/node": 18.19.3 acorn: 8.11.2 acorn-walk: 8.3.1 arg: 4.1.3 @@ -27816,10 +27818,10 @@ packages: yn: 3.1.1 dev: true - /ts-node@10.9.1(@swc/core@1.3.78)(@types/node@18.19.2)(typescript@5.3.3): + /ts-node@10.9.2(@swc/core@1.3.78)(@types/node@18.19.3)(typescript@5.3.3): resolution: { - integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, + integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==, } hasBin: true peerDependencies: @@ -27839,7 +27841,7 @@ packages: "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 "@tsconfig/node16": 1.0.4 - "@types/node": 18.19.2 + "@types/node": 18.19.3 acorn: 8.11.2 acorn-walk: 8.3.1 arg: 4.1.3 @@ -27957,10 +27959,10 @@ packages: dependencies: safe-buffer: 5.2.1 - /turbo-darwin-64@1.11.0: + /turbo-darwin-64@1.11.1: resolution: { - integrity: sha512-yLDeJ7QgpI1Niw87ydRNvygX67Dra+6MnxR88vwXnQJKsmHTKycBhY9w3Bhe5xvnIg4JoEWoEF5EJtw6ShrlEw==, + integrity: sha512-JmwL8kcfxncDf2SZFioSa6dUvpMq/HbMcurh9mGm6BxWLQoB0d3fP/q3HizgCSbOE4ihScXoQ+c/C2xhl6Ngjg==, } cpu: [x64] os: [darwin] @@ -27968,10 +27970,10 @@ packages: dev: true optional: true - /turbo-darwin-arm64@1.11.0: + /turbo-darwin-arm64@1.11.1: resolution: { - integrity: sha512-lZGlfTG6+u3R7+6eVY9j/07WpVF/tx8UNkmRWfMNt4ZGSEBMg6A+Vimvp+rni92WdPhD/rhxv+qYI/kco9hNXg==, + integrity: sha512-lIpT7nPkU0xmpkI8VOGQcgoQKmUATRMpRhTDclz6j/Px7Qtxjc+2PitKHKfR3aCnseoRMGkgMzPEJTPUwCpnlQ==, } cpu: [arm64] os: [darwin] @@ -27979,10 +27981,10 @@ packages: dev: true optional: true - /turbo-linux-64@1.11.0: + /turbo-linux-64@1.11.1: resolution: { - integrity: sha512-I88/WieHzTZ8V2y0j79RSjVERPp0IJTynTwLi7ddYX0PahkuyaHs1p8ktFMcs6awnJMeT6spaXlyzv5ZxnAdkg==, + integrity: sha512-mHFSqMkgy3h/M8Ocj2oiOr6CqlCqB6coCPWVIAmraBk+SQywwsszgJ69GWBfm7lwwJvb3B1YN1wkZNe9ZZnBfg==, } cpu: [x64] os: [linux] @@ -27990,10 +27992,10 @@ packages: dev: true optional: true - /turbo-linux-arm64@1.11.0: + /turbo-linux-arm64@1.11.1: resolution: { - integrity: sha512-jHsKuTFa7KwrA/FIxOnyXnfSEgDEUv0UVcseqQhP0VbdL+En93ZdBZ9S9/lI6VWooXrCqPooBmC+M/6jmwY/Ig==, + integrity: sha512-6ybojTkAkymo1Ig7kU3s2YQUUSRf3l2qatPZgw3v4OmFTSU2feCU1sHjAEqhHwEjV1KciDo1wRl1gjjyby4foQ==, } cpu: [arm64] os: [linux] @@ -28001,10 +28003,10 @@ packages: dev: true optional: true - /turbo-windows-64@1.11.0: + /turbo-windows-64@1.11.1: resolution: { - integrity: sha512-7u/1GoMallGDOTg4fnKoJmvBkf2pUCOcA0Z7NbwFB6GOa7q1Su4AaPs6Iy6Tyqrmj3vDHKSXByHwfz+o0cng/g==, + integrity: sha512-ytWy6+yEtBfv6nbgCKW6HsolgUFAC1PZGMPzbqRGnCm2eLVWhDuwO1Yk7uq4cvdrpXcXgOMcPEoJZxUCDbeJaQ==, } cpu: [x64] os: [win32] @@ -28012,10 +28014,10 @@ packages: dev: true optional: true - /turbo-windows-arm64@1.11.0: + /turbo-windows-arm64@1.11.1: resolution: { - integrity: sha512-39MNaZ7RnbINEnpeAfB++fmH6p99RhbeeC8n2IXqG61Zrck5AA59Jm8DXpfOGR6Im93iHXSDox8qF3bb8V4amQ==, + integrity: sha512-O04DdJoRavOh/v9/MM5wWCEtOekO4aiLljNZc/fOh853sOhid61ZRSEYUmS9ecjmZ/OjKqedIfbkitaQ77c4xA==, } cpu: [arm64] os: [win32] @@ -28023,19 +28025,19 @@ packages: dev: true optional: true - /turbo@1.11.0: + /turbo@1.11.1: resolution: { - integrity: sha512-zIqJs/x1zzIIdwufhk80o7cQc9fIdHdweWRNXbK+Vjf9IaM2eSslcYyo40s+Kg/oiIOpdLM8hV7IUQst8KIyDA==, + integrity: sha512-pmIsyTcyBJ5iJIaTjJyCxAq7YquDqyRai6FW2q0mFAkwK3k0p36wJ5yH85U2Ue6esrTKzeSEKskP4/fa7dv4+A==, } hasBin: true optionalDependencies: - turbo-darwin-64: 1.11.0 - turbo-darwin-arm64: 1.11.0 - turbo-linux-64: 1.11.0 - turbo-linux-arm64: 1.11.0 - turbo-windows-64: 1.11.0 - turbo-windows-arm64: 1.11.0 + turbo-darwin-64: 1.11.1 + turbo-darwin-arm64: 1.11.1 + turbo-linux-64: 1.11.1 + turbo-linux-arm64: 1.11.1 + turbo-windows-64: 1.11.1 + turbo-windows-arm64: 1.11.1 dev: true /tweetnacl@0.14.5: @@ -28461,7 +28463,7 @@ packages: qs: 6.11.2 dev: true - /use-callback-ref@1.3.0(@types/react@18.2.42)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==, @@ -28474,7 +28476,7 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 tslib: 2.6.2 dev: true @@ -28500,7 +28502,7 @@ packages: scheduler: 0.23.0 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.42)(react@18.2.0): + /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==, @@ -28512,7 +28514,7 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 react: 18.2.0 dev: false @@ -28530,7 +28532,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /use-sidecar@1.1.2(@types/react@18.2.42)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.2.43)(react@18.2.0): resolution: { integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==, @@ -28543,7 +28545,7 @@ packages: "@types/react": optional: true dependencies: - "@types/react": 18.2.42 + "@types/react": 18.2.43 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.6.2 @@ -29650,7 +29652,7 @@ packages: integrity: sha512-CNYVJ5WWIZ7bOhbkkfcKqLGoc6WsE3Ft2RfS1lXdQTWk8UiSsPW2Ssk2JzPCA8qnIlUG9os/faCFsYWjyu4JcA==, } dependencies: - "@babel/runtime": 7.23.5 + "@babel/runtime": 7.23.6 "@videojs/http-streaming": 3.7.0(video.js@8.6.1) "@videojs/vhs-utils": 4.0.0 "@videojs/xhr": 2.6.0 @@ -29658,7 +29660,7 @@ packages: global: 4.4.0 keycode: 2.2.0 m3u8-parser: 6.2.0 - mpd-parser: 1.2.2 + mpd-parser: 1.3.0 mux.js: 7.0.2 safe-json-parse: 4.0.0 videojs-contrib-quality-levels: 4.0.0(video.js@8.6.1) @@ -30514,10 +30516,10 @@ packages: optional: true dev: false - /ws@8.14.2: + /ws@8.15.0: resolution: { - integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==, + integrity: sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==, } engines: { node: ">=10.0.0" } peerDependencies: From c7731afc9f4d5eaafc34ff9f83686842cf0265ce Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Tue, 12 Dec 2023 16:14:33 +0300 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20@charterafrica=20version:=200.1.15?= =?UTF-8?q?=20=E2=86=92=200.1.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/charterafrica/contrib/dokku/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/charterafrica/contrib/dokku/Dockerfile b/apps/charterafrica/contrib/dokku/Dockerfile index d933ae73f..7878859ae 100644 --- a/apps/charterafrica/contrib/dokku/Dockerfile +++ b/apps/charterafrica/contrib/dokku/Dockerfile @@ -1 +1 @@ -FROM codeforafrica/charterafrica-ui:0.1.15 +FROM codeforafrica/charterafrica-ui:0.1.16