all repos — caroster @ afa85aa291b9fbb8e6f3597c47900edf1d01647b

[Octree] Group carpool to your event https://caroster.io

🌐 Fix error with i18next
Tim Izzo tim@octree.ch
Fri, 20 Dec 2024 11:45:35 +0100
commit

afa85aa291b9fbb8e6f3597c47900edf1d01647b

parent

1b873bd29e3743cca69f0237124963dae6cfeab9

M backend/package.jsonbackend/package.json

@@ -28,12 +28,12 @@ ".cache"

] }, "dependencies": { - "@strapi/plugin-graphql": "4.25.17", - "@strapi/plugin-i18n": "4.25.17", - "@strapi/plugin-sentry": "^4.25.17", - "@strapi/plugin-users-permissions": "4.25.17", - "@strapi/provider-email-nodemailer": "^4.25.17", - "@strapi/strapi": "4.25.17", + "@strapi/plugin-graphql": "4.25.18", + "@strapi/plugin-i18n": "4.25.13", + "@strapi/plugin-sentry": "^4.25.18", + "@strapi/plugin-users-permissions": "4.25.18", + "@strapi/provider-email-nodemailer": "^4.25.18", + "@strapi/strapi": "4.25.18", "marked": "^12.0.2", "moment": "^2.30.1", "pg": "8.13.1",

@@ -42,15 +42,15 @@ "react-dom": "^18.3.1",

"react-router-dom": "^5.3.4", "strapi-plugin-init-admin-user": "^0.2.3", "strapi-plugin-multi-select": "^1.2.3", - "stripe": "^17.4.0", + "stripe": "^17.5.0", "styled-components": "^5.3.11" }, "devDependencies": { - "@types/react": "^18.3.12", - "@types/react-dom": "^18.3.1", + "@types/react": "^18.3.18", + "@types/react-dom": "^18.3.5", "@types/uuid": "^10.0.0", "babel-eslint": "^10.1.0", - "eslint": "^9.16.0", + "eslint": "^9.17.0", "faker": "^6.6.6", "jest": "^29.7.0", "sqlite3": "^5.1.7"
M frontend/containers/AddTravelButton/index.tsxfrontend/containers/AddTravelButton/index.tsx

@@ -1,6 +1,6 @@

import {Button, Icon} from '@mui/material'; import {useEffect, useReducer} from 'react'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import NewTravelDialog from './NewTravelDialog'; import useEventStore from '../../stores/useEventStore'; import {useSession} from 'next-auth/react';
M frontend/containers/EventBar/LinkedEventSwitch.tsxfrontend/containers/EventBar/LinkedEventSwitch.tsx

@@ -1,5 +1,5 @@

import {Button, ButtonGroup, useMediaQuery} from '@mui/material'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import useEventStore from '../../stores/useEventStore'; import Link from 'next/link'; import {useRouter} from 'next/router';
M frontend/containers/EventTypeCard/BasicAction.tsxfrontend/containers/EventTypeCard/BasicAction.tsx

@@ -1,5 +1,5 @@

import {Button} from '@mui/material'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import useEventCreationStore from '../../stores/useEventCreationStore'; import {ProfileDocument, useCreateEventMutation} from '../../generated/graphql'; import useLocale from '../../hooks/useLocale';
M frontend/containers/EventTypeCard/PlusAction.tsxfrontend/containers/EventTypeCard/PlusAction.tsx

@@ -1,7 +1,7 @@

import {Button} from '@mui/material'; import {useSession} from 'next-auth/react'; import Link from 'next/link'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import useLocale from '../../hooks/useLocale'; import useEventCreationStore from '../../stores/useEventCreationStore'; import {ProfileDocument, useCreateEventMutation} from '../../generated/graphql';
M frontend/containers/EventTypeCard/index.tsxfrontend/containers/EventTypeCard/index.tsx

@@ -1,5 +1,5 @@

import {Box, Paper, Typography} from '@mui/material'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import BasicAction from './BasicAction'; import PlusAction from './PlusAction'; import {Module} from '../../generated/graphql';
M frontend/containers/LoginDialog/index.tsxfrontend/containers/LoginDialog/index.tsx

@@ -5,7 +5,7 @@ DialogContent,

DialogTitle, Typography, } from '@mui/material'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import LoginForm from '../LoginForm'; import {useState} from 'react'; import {setCookie} from '../../lib/cookies';
M frontend/containers/LoginForm/index.tsxfrontend/containers/LoginForm/index.tsx

@@ -6,7 +6,7 @@ TextField,

Typography, } from '@mui/material'; import LoginGoogle from '../LoginGoogle'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import {useState} from 'react'; import {useSendMagicLinkMutation} from '../../generated/graphql';
M frontend/containers/Map/SearchField.tsxfrontend/containers/Map/SearchField.tsx

@@ -1,5 +1,5 @@

import {Icon, InputAdornment} from '@mui/material'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import PlaceInput from '../PlaceInput'; import useTravelsStore from '../../stores/useTravelsStore';
M frontend/containers/TripAlertsList/ListHeader.tsxfrontend/containers/TripAlertsList/ListHeader.tsx

@@ -1,6 +1,6 @@

import {Box, Divider, Typography} from '@mui/material'; import {useMemo} from 'react'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import useEventStore from '../../stores/useEventStore'; type Props = {};
M frontend/containers/TripAlertsList/TravelSelectionModal.tsxfrontend/containers/TripAlertsList/TravelSelectionModal.tsx

@@ -6,7 +6,7 @@ DialogContent,

DialogTitle, List, } from '@mui/material'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import useEventStore from '../../stores/useEventStore'; import AvailableTravel from '../AssignPassenger/AvailableTravel'; import {TravelEntity} from '../../generated/graphql';
M frontend/containers/TripAlertsList/WaitingListItem.tsxfrontend/containers/TripAlertsList/WaitingListItem.tsx

@@ -8,7 +8,7 @@ ListItemText,

useTheme, } from '@mui/material'; import {TripAlertEntity} from '../../generated/graphql'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import RadarIcon from '@mui/icons-material/Radar'; import useProfile from '../../hooks/useProfile';
M frontend/containers/TripAlertsList/index.tsxfrontend/containers/TripAlertsList/index.tsx

@@ -20,7 +20,7 @@ import {useState} from 'react';

import TravelSelectionModal from './TravelSelectionModal'; import useEventStore from '../../stores/useEventStore'; import useToastStore from '../../stores/useToastStore'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import {useRouter} from 'next/router'; import ListHeader from './ListHeader';
M frontend/hooks/useLocale.tsfrontend/hooks/useLocale.ts

@@ -2,7 +2,7 @@ import {Enum_Userspermissionsuser_Lang as SupportedLocales} from '../generated/graphql';

import {useRouter} from 'next/router'; import moment from 'moment'; import {setCookie} from '../lib/cookies'; -import {useEffect} from 'react'; +import {useCallback, useEffect} from 'react'; // Import moment locales import 'moment/locale/fr';

@@ -18,15 +18,18 @@ changeLocale: (locale: SupportedLocales) => void;

} => { const {pathname, query, asPath, push, locale} = useRouter(); - const changeLocale = (newLocale: SupportedLocales) => { - moment.locale(newLocale); - setCookie('NEXT_LOCALE', newLocale); - push({pathname, query}, asPath, {locale: newLocale}); - }; + const changeLocale = useCallback( + (newLocale: SupportedLocales) => { + moment.locale(newLocale); + setCookie('NEXT_LOCALE', newLocale); + push({pathname, query}, asPath, {locale: newLocale}); + }, + [asPath, pathname, query, push] + ); useEffect(() => { if (!SupportedLocales[locale]) changeLocale(defaultLocale); - }, [locale]); + }, [locale, changeLocale]); return { changeLocale,
D frontend/i18n-unused.config.js

@@ -1,7 +0,0 @@

-/** @type {import('i18n-unused').RunOptions} */ -module.exports = { - localesPath: 'locales', - srcPath: '.', - translationKeyMatcher: - /t\(\s*["'`]?([\s\S]+?)["'`]?\s*(?:\)|,)|i18nKey="([\s\S]+?)"/gi, -};
M frontend/layouts/EventCreation.tsxfrontend/layouts/EventCreation.tsx

@@ -2,7 +2,7 @@ import {Paper} from '@mui/material';

import Layout from './Centered'; import Logo from '../components/Logo'; import LanguagesIcon from '../containers/Languages/Icon'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import {useSession} from 'next-auth/react'; import {useRouter} from 'next/router'; import {ReactNode} from 'react';
M frontend/lib/pageUtils.tsfrontend/lib/pageUtils.ts

@@ -6,6 +6,7 @@ import {initializeApollo, APOLLO_STATE_PROP_NAME} from './apolloClient';

import {getCookie, hashText} from './cookies'; import nextI18NextConfig from '../next-i18next.config'; import {Session} from 'next-auth'; +import {UserConfig} from 'next-i18next'; type ServerSideExtension = ( context: any,

@@ -28,7 +29,7 @@ const apolloClient = initializeApollo(`${STRAPI_URL}/graphql/`, jwt);

const translations = await serverSideTranslations( context.locale, ['common'], - nextI18NextConfig + nextI18NextConfig as UserConfig ); try {
M frontend/next-i18next.config.jsfrontend/next-i18next.config.js

@@ -9,9 +9,11 @@ locales: [...new Set([FALLBACK_LANGUAGE, 'en', 'fr', 'de', 'nl', 'it'])],

localeDetection: false, }, // Load same lang file for every namespaces - localePath: (locale, _namespace) => `./locales/${locale}.json`, + localePath: './locales', + localeExtension: 'json', + localeStructure: '{{lng}}', ns: ['common'], - localeDetection: false, + localeDetection: true, fallbackLng: ['en', 'fr'], trailingSlash: true, serializeConfig: false,
M frontend/package.jsonfrontend/package.json

@@ -10,37 +10,37 @@ "lint": "next lint",

"start": "next start" }, "dependencies": { - "@apollo/client": "^3.11.10", - "@date-io/dayjs": "3.0.0", - "@date-io/moment": "3.0.0", - "@emotion/react": "^11.13.5", - "@emotion/styled": "^11.13.5", + "@apollo/client": "^3.12.4", + "@date-io/dayjs": "3.2.0", + "@date-io/moment": "3.2.0", + "@emotion/react": "^11.14.0", + "@emotion/styled": "^11.14.0", "@mapbox/search-js-core": "^1.0.0-beta.24", - "@mui/icons-material": "^6.1.9", + "@mui/icons-material": "^6.2.1", "@mui/lab": "6.0.0-dev.240424162023-9968b4889d", - "@mui/material": "^6.1.9", - "@mui/styles": "^6.1.9", - "@mui/x-date-pickers": "^7.23.0", - "@tolgee/i18next": "^5.32.0", + "@mui/material": "^6.2.1", + "@mui/styles": "^6.2.1", + "@mui/x-date-pickers": "^7.23.3", + "@tolgee/i18next": "^5.33.2", "cookies": "^0.9.1", "crypto-js": "^4.2.0", "deepmerge": "^4.3.1", - "google-libphonenumber": "^3.2.39", - "graphql": "^16.9.0", + "google-libphonenumber": "^3.2.40", + "graphql": "^16.10.0", "i18next": "^23.16.8", "leaflet": "^1.9.4", "linkify-react": "^4.2.0", "linkifyjs": "^4.2.0", "marked": "^7.0.5", "moment": "^2.30.1", - "next": "^14.2.19", - "next-auth": "4.24.10", - "next-i18next": "^15.4.0", + "next": "^14.2.21", + "next-auth": "4.24.11", + "next-i18next": "^15.4.1", "next-pwa": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.3", - "react-international-phone": "^4.3.0", + "react-i18next": "^15.2.0", + "react-international-phone": "^4.4.0", "react-leaflet": "^4.2.1", "typescript": "^5.7.2", "zustand": "^4.5.5"

@@ -51,10 +51,10 @@ "@graphql-codegen/typescript": "^4.1.2",

"@graphql-codegen/typescript-operations": "^4.4.0", "@graphql-codegen/typescript-react-apollo": "^4.3.2", "@types/google-libphonenumber": "^7.4.30", - "@types/node": "^22.10.1", - "@types/react": "^18.3.12", - "eslint": "^8.57.1", - "eslint-config-next": "^14.2.19", + "@types/node": "^22.10.2", + "@types/react": "^18.3.18", + "eslint": "^9.17.0", + "eslint-config-next": "^14.2.21", "eslint-config-prettier": "^9.1.0", "fs": "^0.0.1-security", "glob": "^11.0.0",
M frontend/pages/_app.tsxfrontend/pages/_app.tsx

@@ -5,7 +5,7 @@ import Head from 'next/head';

import CssBaseline from '@mui/material/CssBaseline'; import {ThemeProvider, Theme} from '@mui/material/styles'; import {AppProps} from 'next/app'; -import {appWithTranslation, useTranslation} from 'next-i18next'; +import {appWithTranslation, UserConfig} from 'next-i18next'; import {ApolloProvider} from '@apollo/client'; import {LocalizationProvider} from '@mui/x-date-pickers/LocalizationProvider'; import {AdapterMoment} from '@mui/x-date-pickers/AdapterMoment';

@@ -69,4 +69,4 @@ <App {...props} />

</SessionProvider> ); -export default appWithTranslation(AppWrapper, nextI18NextConfig); +export default appWithTranslation(AppWrapper, nextI18NextConfig as UserConfig);
M frontend/pages/auth/login.tsxfrontend/pages/auth/login.tsx

@@ -1,4 +1,4 @@

-import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import Layout from '../../layouts/Centered'; import { Card,
M frontend/pages/new/details.tsxfrontend/pages/new/details.tsx

@@ -1,7 +1,7 @@

import pageUtils from '../../lib/pageUtils'; import Layout from '../../layouts/EventCreation'; import {DatePicker} from '@mui/x-date-pickers/DatePicker'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import useEventCreationStore from '../../stores/useEventCreationStore'; import {Button, Paper, Stack, TextField} from '@mui/material'; import PlaceInput from '../../containers/PlaceInput';
M frontend/pages/new/index.tsxfrontend/pages/new/index.tsx

@@ -10,7 +10,7 @@ Stack,

TextField, } from '@mui/material'; import useEventCreationStore from '../../stores/useEventCreationStore'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import {useSession} from 'next-auth/react'; import {useMemo} from 'react'; import {isValidEmail} from '../../lib/formValidation';
M frontend/pages/new/type.tsxfrontend/pages/new/type.tsx

@@ -1,6 +1,6 @@

import pageUtils from '../../lib/pageUtils'; import Layout from '../../layouts/EventCreation'; -import {useTranslation} from 'react-i18next'; +import {useTranslation} from 'next-i18next'; import {Box, Typography, useMediaQuery, useTheme} from '@mui/material'; import EventTypeCard from '../../containers/EventTypeCard'; import {useEffect} from 'react';
M frontend/public/sw.jsfrontend/public/sw.js

@@ -1,1 +1,1 @@

-if(!self.define){let e,s={};const c=(c,a)=>(c=new URL(c+".js",a).href,s[c]||new Promise((s=>{if("document"in self){const e=document.createElement("script");e.src=c,e.onload=s,document.head.appendChild(e)}else e=c,importScripts(c),s()})).then((()=>{let e=s[c];if(!e)throw new Error(`Module ${c} didn’t register its module`);return e})));self.define=(a,i)=>{const n=e||("document"in self?document.currentScript.src:"")||location.href;if(s[n])return;let t={};const r=e=>c(e,n),d={module:{uri:n},exports:t,require:r};s[n]=Promise.all(a.map((e=>d[e]||r(e)))).then((e=>(i(...e),t)))}}define(["./workbox-860c9203"],(function(e){"use strict";importScripts(),self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"/_next/static/chunks/116-b6ba819ce00cf1b2.js",revision:"b6ba819ce00cf1b2"},{url:"/_next/static/chunks/136.fabdec7e2ff311b6.js",revision:"fabdec7e2ff311b6"},{url:"/_next/static/chunks/148-4c7f4f314e51d8e7.js",revision:"4c7f4f314e51d8e7"},{url:"/_next/static/chunks/153-39bef0336ef0f126.js",revision:"39bef0336ef0f126"},{url:"/_next/static/chunks/170-fd9cef35a8538241.js",revision:"fd9cef35a8538241"},{url:"/_next/static/chunks/208-d06d675823d71864.js",revision:"d06d675823d71864"},{url:"/_next/static/chunks/273-e958107c3cfee59b.js",revision:"e958107c3cfee59b"},{url:"/_next/static/chunks/289-bfed5ea8e1335875.js",revision:"bfed5ea8e1335875"},{url:"/_next/static/chunks/306-9752b98ea1c64f83.js",revision:"9752b98ea1c64f83"},{url:"/_next/static/chunks/317-e017bc6b67b3ff5e.js",revision:"e017bc6b67b3ff5e"},{url:"/_next/static/chunks/323-450d0bbddeb6b841.js",revision:"450d0bbddeb6b841"},{url:"/_next/static/chunks/381-736a372fad54ef32.js",revision:"736a372fad54ef32"},{url:"/_next/static/chunks/471.223f771ef75149cd.js",revision:"223f771ef75149cd"},{url:"/_next/static/chunks/478-e3c8c68335eb5e04.js",revision:"e3c8c68335eb5e04"},{url:"/_next/static/chunks/573-800a9cf90e7d6bb6.js",revision:"800a9cf90e7d6bb6"},{url:"/_next/static/chunks/618-d64860f3b0c44549.js",revision:"d64860f3b0c44549"},{url:"/_next/static/chunks/623.d0fa7c009574fa0d.js",revision:"d0fa7c009574fa0d"},{url:"/_next/static/chunks/637-fb672ccf8b1ca9a8.js",revision:"fb672ccf8b1ca9a8"},{url:"/_next/static/chunks/674-97580337eccf94c1.js",revision:"97580337eccf94c1"},{url:"/_next/static/chunks/823-73fe604503dd5592.js",revision:"73fe604503dd5592"},{url:"/_next/static/chunks/825-52af096ca61a1268.js",revision:"52af096ca61a1268"},{url:"/_next/static/chunks/837-ff88120b474141d2.js",revision:"ff88120b474141d2"},{url:"/_next/static/chunks/894-9572bdb6ae497251.js",revision:"9572bdb6ae497251"},{url:"/_next/static/chunks/90.7beac63fb8c8f9b1.js",revision:"7beac63fb8c8f9b1"},{url:"/_next/static/chunks/c158f0e1.1535fa31e78d7750.js",revision:"1535fa31e78d7750"},{url:"/_next/static/chunks/cabb2d90-1ccf91252a833ded.js",revision:"1ccf91252a833ded"},{url:"/_next/static/chunks/framework-97a3c2b9bdeaabd8.js",revision:"97a3c2b9bdeaabd8"},{url:"/_next/static/chunks/main-96bcd357b9fc1215.js",revision:"96bcd357b9fc1215"},{url:"/_next/static/chunks/pages/_app-3b1488b62029b1d5.js",revision:"3b1488b62029b1d5"},{url:"/_next/static/chunks/pages/_error-5e6c2c8882761acf.js",revision:"5e6c2c8882761acf"},{url:"/_next/static/chunks/pages/auth/confirm-c0558f5c11631171.js",revision:"c0558f5c11631171"},{url:"/_next/static/chunks/pages/auth/confirm/google-d88e22518b702db6.js",revision:"d88e22518b702db6"},{url:"/_next/static/chunks/pages/auth/email-confirmation-13f3ec2e68e016a5.js",revision:"13f3ec2e68e016a5"},{url:"/_next/static/chunks/pages/auth/login-c217d4e2391b501f.js",revision:"c217d4e2391b501f"},{url:"/_next/static/chunks/pages/auth/lost-password-c7c0e379a3ce603d.js",revision:"c7c0e379a3ce603d"},{url:"/_next/static/chunks/pages/auth/register-fab8defec2c1603a.js",revision:"fab8defec2c1603a"},{url:"/_next/static/chunks/pages/auth/register/mail-151c129b102de050.js",revision:"151c129b102de050"},{url:"/_next/static/chunks/pages/auth/reset-0f18d60c770add67.js",revision:"0f18d60c770add67"},{url:"/_next/static/chunks/pages/dashboard-f0289c2ea1244000.js",revision:"f0289c2ea1244000"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D-128aabc39e32f4d0.js",revision:"128aabc39e32f4d0"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/adminWaitingList-11e4ecaa9ad38f0b.js",revision:"11e4ecaa9ad38f0b"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/alerts-ac93e0fdf8c3e663.js",revision:"ac93e0fdf8c3e663"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/assign/%5BpassengerId%5D-922838df21666888.js",revision:"922838df21666888"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/details-7ca951c06dc37dc5.js",revision:"7ca951c06dc37dc5"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/options-7082949c580778a7.js",revision:"7082949c580778a7"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/waitingList-42a3a550246178b9.js",revision:"42a3a550246178b9"},{url:"/_next/static/chunks/pages/index-21d5681e7ce08b51.js",revision:"21d5681e7ce08b51"},{url:"/_next/static/chunks/pages/new-2e45b6fc99211a94.js",revision:"2e45b6fc99211a94"},{url:"/_next/static/chunks/pages/profile-f0a342e3ad6d5631.js",revision:"f0a342e3ad6d5631"},{url:"/_next/static/chunks/polyfills-42372ed130431b0a.js",revision:"846118c33b2c0e922d7b3a7676f81f6f"},{url:"/_next/static/chunks/webpack-54ec7b4a850802c2.js",revision:"54ec7b4a850802c2"},{url:"/_next/static/css/0742d73c3229e134.css",revision:"0742d73c3229e134"},{url:"/_next/static/css/209b782d1a2e630e.css",revision:"209b782d1a2e630e"},{url:"/_next/static/media/layers-2x.9859cd12.png",revision:"9859cd12"},{url:"/_next/static/media/layers.ef6db872.png",revision:"ef6db872"},{url:"/_next/static/media/marker-icon.d577052a.png",revision:"d577052a"},{url:"/_next/static/t9fdUxQuDBwHgMZXIFjPu/_buildManifest.js",revision:"bf181ba09c2dd38f91ee4694adc3056c"},{url:"/_next/static/t9fdUxQuDBwHgMZXIFjPu/_ssgManifest.js",revision:"b6652df95db52feb4daf4eca35380933"},{url:"/assets/Caroster_Octree_Social.jpg",revision:"563fc10a4ec83e735943c5f67d417a6e"},{url:"/assets/Caroster_beta.png",revision:"86c6259620aee306a019b2a611eaf21d"},{url:"/assets/Logo_in_beta.svg",revision:"cdde8d69adbfdbaf7c903e155419b12c"},{url:"/assets/android-chrome-192x192.png",revision:"b288769d936ad5f9a87944e027d0096c"},{url:"/assets/android-chrome-512x512.png",revision:"c789c009674fc4a2087a8b71c24a12b7"},{url:"/assets/apple-touch-icon.png",revision:"573a4bc22886d3ef3f6c3aa0eab64d44"},{url:"/assets/car.png",revision:"0c95a91895d437b7ea06db071aa8f68f"},{url:"/assets/favicon-16x16.png",revision:"9f98c22a36ec0001995797d29a7583b1"},{url:"/assets/favicon-32x32.png",revision:"562ff70a6694a29302644d4f85b2e920"},{url:"/assets/favicon.ico",revision:"45004f0a61722a526ca688bddc4955c4"},{url:"/assets/google-icon.svg",revision:"81ad048ed858673aaca6cc2227076b8a"},{url:"/assets/icon.png",revision:"ac122f40fd4c9fd7f1831b0dd406c950"},{url:"/assets/logo.png",revision:"d685d6b49c3aedcf4819d5cbbc873d60"},{url:"/assets/logo.svg",revision:"bf83592cc1865c5c492b7ab09bb18f59"},{url:"/assets/site.webmanifest",revision:"053100cb84a50d2ae7f5492f7dd7f25e"},{url:"/favicon.ico",revision:"8eb6dd187ac1c4e26f8df8062bb42e09"},{url:"/leaflet_reset.css",revision:"0936d7c0f04ef89fe3c337decb621909"},{url:"/manifest.json",revision:"e76480838d8eb8908456941dcb59275e"}],{ignoreURLParametersMatching:[]}),e.cleanupOutdatedCaches(),e.registerRoute("/",new e.NetworkFirst({cacheName:"start-url",plugins:[{cacheWillUpdate:async({request:e,response:s,event:c,state:a})=>s&&"opaqueredirect"===s.type?new Response(s.body,{status:200,statusText:"OK",headers:s.headers}):s}]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:gstatic)\.com\/.*/i,new e.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:31536e3})]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:googleapis)\.com\/.*/i,new e.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i,new e.StaleWhileRevalidate({cacheName:"static-font-assets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i,new e.StaleWhileRevalidate({cacheName:"static-image-assets",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/image\?url=.+$/i,new e.StaleWhileRevalidate({cacheName:"next-image",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp3|wav|ogg)$/i,new e.CacheFirst({cacheName:"static-audio-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp4)$/i,new e.CacheFirst({cacheName:"static-video-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:js)$/i,new e.StaleWhileRevalidate({cacheName:"static-js-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:css|less)$/i,new e.StaleWhileRevalidate({cacheName:"static-style-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/data\/.+\/.+\.json$/i,new e.StaleWhileRevalidate({cacheName:"next-data",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:json|xml|csv)$/i,new e.NetworkFirst({cacheName:"static-data-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;const s=e.pathname;return!s.startsWith("/api/auth/")&&!!s.startsWith("/api/")}),new e.NetworkFirst({cacheName:"apis",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:16,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;return!e.pathname.startsWith("/api/")}),new e.NetworkFirst({cacheName:"others",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>!(self.origin===e.origin)),new e.NetworkFirst({cacheName:"cross-origin",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:3600})]}),"GET")})); +if(!self.define){let e,s={};const a=(a,n)=>(a=new URL(a+".js",n).href,s[a]||new Promise((s=>{if("document"in self){const e=document.createElement("script");e.src=a,e.onload=s,document.head.appendChild(e)}else e=a,importScripts(a),s()})).then((()=>{let e=s[a];if(!e)throw new Error(`Module ${a} didn’t register its module`);return e})));self.define=(n,i)=>{const c=e||("document"in self?document.currentScript.src:"")||location.href;if(s[c])return;let t={};const r=e=>a(e,c),d={module:{uri:c},exports:t,require:r};s[c]=Promise.all(n.map((e=>d[e]||r(e)))).then((e=>(i(...e),t)))}}define(["./workbox-860c9203"],(function(e){"use strict";importScripts(),self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"/_next/static/chunks/116-ad7ea043de6beb38.js",revision:"ad7ea043de6beb38"},{url:"/_next/static/chunks/136.aab2a672686403f0.js",revision:"aab2a672686403f0"},{url:"/_next/static/chunks/146-52f2e408382c0321.js",revision:"52f2e408382c0321"},{url:"/_next/static/chunks/153-39bef0336ef0f126.js",revision:"39bef0336ef0f126"},{url:"/_next/static/chunks/170-c16566eea1151606.js",revision:"c16566eea1151606"},{url:"/_next/static/chunks/208-f928509a8143ec3f.js",revision:"f928509a8143ec3f"},{url:"/_next/static/chunks/273-e6044ba4ce85ff44.js",revision:"e6044ba4ce85ff44"},{url:"/_next/static/chunks/282-4267244880fb90bd.js",revision:"4267244880fb90bd"},{url:"/_next/static/chunks/289-7e8e2a286e8ac110.js",revision:"7e8e2a286e8ac110"},{url:"/_next/static/chunks/306-c1e90a6d6dd60934.js",revision:"c1e90a6d6dd60934"},{url:"/_next/static/chunks/323-1ac8da3c418a7d58.js",revision:"1ac8da3c418a7d58"},{url:"/_next/static/chunks/338.764e81c59b83a18d.js",revision:"764e81c59b83a18d"},{url:"/_next/static/chunks/478-c9bed49dc06b49d6.js",revision:"c9bed49dc06b49d6"},{url:"/_next/static/chunks/542-2ff94dc7a5a56a42.js",revision:"2ff94dc7a5a56a42"},{url:"/_next/static/chunks/557-da7a0b974dbef482.js",revision:"da7a0b974dbef482"},{url:"/_next/static/chunks/623.d0fa7c009574fa0d.js",revision:"d0fa7c009574fa0d"},{url:"/_next/static/chunks/641-422573a11616419c.js",revision:"422573a11616419c"},{url:"/_next/static/chunks/657-a0b1cf396abfdee6.js",revision:"a0b1cf396abfdee6"},{url:"/_next/static/chunks/674-5fa6d97c3c645f55.js",revision:"5fa6d97c3c645f55"},{url:"/_next/static/chunks/676-11bba74d21914592.js",revision:"11bba74d21914592"},{url:"/_next/static/chunks/837-ba2f282281bb6b8d.js",revision:"ba2f282281bb6b8d"},{url:"/_next/static/chunks/894-9572bdb6ae497251.js",revision:"9572bdb6ae497251"},{url:"/_next/static/chunks/90.da9136543073c80e.js",revision:"da9136543073c80e"},{url:"/_next/static/chunks/c158f0e1.1535fa31e78d7750.js",revision:"1535fa31e78d7750"},{url:"/_next/static/chunks/cabb2d90-76bbc111e20f8e41.js",revision:"76bbc111e20f8e41"},{url:"/_next/static/chunks/framework-97a3c2b9bdeaabd8.js",revision:"97a3c2b9bdeaabd8"},{url:"/_next/static/chunks/main-d9ccf10e4823451d.js",revision:"d9ccf10e4823451d"},{url:"/_next/static/chunks/pages/_app-55b86451805b6604.js",revision:"55b86451805b6604"},{url:"/_next/static/chunks/pages/_error-58d8bbf79d2cdb52.js",revision:"58d8bbf79d2cdb52"},{url:"/_next/static/chunks/pages/auth/confirm-26aaad1ca6dd3640.js",revision:"26aaad1ca6dd3640"},{url:"/_next/static/chunks/pages/auth/login-e42c4f642bd857aa.js",revision:"e42c4f642bd857aa"},{url:"/_next/static/chunks/pages/auth/magic-link-9309925baebcf02c.js",revision:"9309925baebcf02c"},{url:"/_next/static/chunks/pages/dashboard-e6664c1e62913751.js",revision:"e6664c1e62913751"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D-cb2b4a07e3723b54.js",revision:"cb2b4a07e3723b54"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/adminWaitingList-a06526407525e4cb.js",revision:"a06526407525e4cb"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/alerts-2bb60307cd6ab713.js",revision:"2bb60307cd6ab713"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/assign/%5BpassengerId%5D-8f568d8012437c3e.js",revision:"8f568d8012437c3e"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/details-41de261670f2dd0f.js",revision:"41de261670f2dd0f"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/options-5a7fec05da8fd01f.js",revision:"5a7fec05da8fd01f"},{url:"/_next/static/chunks/pages/e/%5Buuid%5D/waitingList-faf9efd5e8466bb8.js",revision:"faf9efd5e8466bb8"},{url:"/_next/static/chunks/pages/index-21d5681e7ce08b51.js",revision:"21d5681e7ce08b51"},{url:"/_next/static/chunks/pages/new-ffa57ab0f91ec7c8.js",revision:"ffa57ab0f91ec7c8"},{url:"/_next/static/chunks/pages/new/details-9d29564cd63ab061.js",revision:"9d29564cd63ab061"},{url:"/_next/static/chunks/pages/new/type-8c2e7a8cb4a5b7a0.js",revision:"8c2e7a8cb4a5b7a0"},{url:"/_next/static/chunks/pages/profile-b4e4399065c464bf.js",revision:"b4e4399065c464bf"},{url:"/_next/static/chunks/polyfills-42372ed130431b0a.js",revision:"846118c33b2c0e922d7b3a7676f81f6f"},{url:"/_next/static/chunks/webpack-5e8b70f22eb3b7a8.js",revision:"5e8b70f22eb3b7a8"},{url:"/_next/static/css/0742d73c3229e134.css",revision:"0742d73c3229e134"},{url:"/_next/static/css/209b782d1a2e630e.css",revision:"209b782d1a2e630e"},{url:"/_next/static/hBE-VRAhsxk_05KABiD1-/_buildManifest.js",revision:"f025776b9ab59bf1983d96fb7e8af3ad"},{url:"/_next/static/hBE-VRAhsxk_05KABiD1-/_ssgManifest.js",revision:"b6652df95db52feb4daf4eca35380933"},{url:"/_next/static/media/layers-2x.9859cd12.png",revision:"9859cd12"},{url:"/_next/static/media/layers.ef6db872.png",revision:"ef6db872"},{url:"/_next/static/media/marker-icon.d577052a.png",revision:"d577052a"},{url:"/assets/Caroster_Octree_Social.jpg",revision:"563fc10a4ec83e735943c5f67d417a6e"},{url:"/assets/Caroster_beta.png",revision:"86c6259620aee306a019b2a611eaf21d"},{url:"/assets/Logo_in_beta.svg",revision:"cdde8d69adbfdbaf7c903e155419b12c"},{url:"/assets/android-chrome-192x192.png",revision:"b288769d936ad5f9a87944e027d0096c"},{url:"/assets/android-chrome-512x512.png",revision:"c789c009674fc4a2087a8b71c24a12b7"},{url:"/assets/apple-touch-icon.png",revision:"573a4bc22886d3ef3f6c3aa0eab64d44"},{url:"/assets/car.png",revision:"0c95a91895d437b7ea06db071aa8f68f"},{url:"/assets/favicon-16x16.png",revision:"9f98c22a36ec0001995797d29a7583b1"},{url:"/assets/favicon-32x32.png",revision:"562ff70a6694a29302644d4f85b2e920"},{url:"/assets/favicon.ico",revision:"45004f0a61722a526ca688bddc4955c4"},{url:"/assets/google-icon.svg",revision:"81ad048ed858673aaca6cc2227076b8a"},{url:"/assets/icon.png",revision:"ac122f40fd4c9fd7f1831b0dd406c950"},{url:"/assets/logo.png",revision:"d685d6b49c3aedcf4819d5cbbc873d60"},{url:"/assets/logo.svg",revision:"bf83592cc1865c5c492b7ab09bb18f59"},{url:"/assets/site.webmanifest",revision:"053100cb84a50d2ae7f5492f7dd7f25e"},{url:"/favicon.ico",revision:"8eb6dd187ac1c4e26f8df8062bb42e09"},{url:"/leaflet_reset.css",revision:"0936d7c0f04ef89fe3c337decb621909"},{url:"/manifest.json",revision:"e76480838d8eb8908456941dcb59275e"}],{ignoreURLParametersMatching:[]}),e.cleanupOutdatedCaches(),e.registerRoute("/",new e.NetworkFirst({cacheName:"start-url",plugins:[{cacheWillUpdate:async({request:e,response:s,event:a,state:n})=>s&&"opaqueredirect"===s.type?new Response(s.body,{status:200,statusText:"OK",headers:s.headers}):s}]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:gstatic)\.com\/.*/i,new e.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:31536e3})]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:googleapis)\.com\/.*/i,new e.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i,new e.StaleWhileRevalidate({cacheName:"static-font-assets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i,new e.StaleWhileRevalidate({cacheName:"static-image-assets",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/image\?url=.+$/i,new e.StaleWhileRevalidate({cacheName:"next-image",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp3|wav|ogg)$/i,new e.CacheFirst({cacheName:"static-audio-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp4)$/i,new e.CacheFirst({cacheName:"static-video-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:js)$/i,new e.StaleWhileRevalidate({cacheName:"static-js-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:css|less)$/i,new e.StaleWhileRevalidate({cacheName:"static-style-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/data\/.+\/.+\.json$/i,new e.StaleWhileRevalidate({cacheName:"next-data",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:json|xml|csv)$/i,new e.NetworkFirst({cacheName:"static-data-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;const s=e.pathname;return!s.startsWith("/api/auth/")&&!!s.startsWith("/api/")}),new e.NetworkFirst({cacheName:"apis",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:16,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;return!e.pathname.startsWith("/api/")}),new e.NetworkFirst({cacheName:"others",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>!(self.origin===e.origin)),new e.NetworkFirst({cacheName:"cross-origin",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:3600})]}),"GET")}));
M yarn.lockyarn.lock

@@ -28,9 +28,9 @@ checksum: 10c0/f89a1e16ecbc2ada91c56d4391c8345471e385f0b9c38d62c3bccac40ec94482cdfa496d4c2fe0af411e9851a9931c0d5042a8040f52213f603ba6b6fd7f949b

languageName: node linkType: hard -"@apollo/client@npm:^3.11.10": - version: 3.11.10 - resolution: "@apollo/client@npm:3.11.10" +"@apollo/client@npm:^3.12.4": + version: 3.12.4 + resolution: "@apollo/client@npm:3.12.4" dependencies: "@graphql-typed-document-node/core": "npm:^3.1.1" "@wry/caches": "npm:^1.0.0"

@@ -49,8 +49,8 @@ zen-observable-ts: "npm:^1.2.5"

peerDependencies: graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc subscriptions-transport-ws: ^0.9.0 || ^0.11.0 peerDependenciesMeta: graphql-ws:

@@ -61,7 +61,7 @@ react-dom:

optional: true subscriptions-transport-ws: optional: true - checksum: 10c0/27bb910d347e7bb88ae48a39c6e328d8389bfe679cd4529889878bffcc73d00b1122b9fc3501f079d35835622bd33d9848a4e7bad579aa2a2d1f5dee824c5586 + checksum: 10c0/6b30b14d576230cb56b0bb9b328c81f33631640e3d97a1185a20ede7e200dfa79502d695c347920e8c930a36e50870a41f5244ae2167d0123ad56973642528e6 languageName: node linkType: hard

@@ -1823,17 +1823,17 @@ "@caroster/backend@workspace:backend":

version: 0.0.0-use.local resolution: "@caroster/backend@workspace:backend" dependencies: - "@strapi/plugin-graphql": "npm:4.25.17" - "@strapi/plugin-i18n": "npm:4.25.17" - "@strapi/plugin-sentry": "npm:^4.25.17" - "@strapi/plugin-users-permissions": "npm:4.25.17" - "@strapi/provider-email-nodemailer": "npm:^4.25.17" - "@strapi/strapi": "npm:4.25.17" - "@types/react": "npm:^18.3.12" - "@types/react-dom": "npm:^18.3.1" + "@strapi/plugin-graphql": "npm:4.25.18" + "@strapi/plugin-i18n": "npm:4.25.13" + "@strapi/plugin-sentry": "npm:^4.25.18" + "@strapi/plugin-users-permissions": "npm:4.25.18" + "@strapi/provider-email-nodemailer": "npm:^4.25.18" + "@strapi/strapi": "npm:4.25.18" + "@types/react": "npm:^18.3.18" + "@types/react-dom": "npm:^18.3.5" "@types/uuid": "npm:^10.0.0" babel-eslint: "npm:^10.1.0" - eslint: "npm:^9.16.0" + eslint: "npm:^9.17.0" faker: "npm:^6.6.6" jest: "npm:^29.7.0" marked: "npm:^12.0.2"

@@ -1845,7 +1845,7 @@ react-router-dom: "npm:^5.3.4"

sqlite3: "npm:^5.1.7" strapi-plugin-init-admin-user: "npm:^0.2.3" strapi-plugin-multi-select: "npm:^1.2.3" - stripe: "npm:^17.4.0" + stripe: "npm:^17.5.0" styled-components: "npm:^5.3.11" languageName: unknown linkType: soft

@@ -1854,49 +1854,49 @@ "@caroster/frontend@workspace:frontend":

version: 0.0.0-use.local resolution: "@caroster/frontend@workspace:frontend" dependencies: - "@apollo/client": "npm:^3.11.10" - "@date-io/dayjs": "npm:3.0.0" - "@date-io/moment": "npm:3.0.0" - "@emotion/react": "npm:^11.13.5" - "@emotion/styled": "npm:^11.13.5" + "@apollo/client": "npm:^3.12.4" + "@date-io/dayjs": "npm:3.2.0" + "@date-io/moment": "npm:3.2.0" + "@emotion/react": "npm:^11.14.0" + "@emotion/styled": "npm:^11.14.0" "@graphql-codegen/cli": "npm:^5.0.3" "@graphql-codegen/typescript": "npm:^4.1.2" "@graphql-codegen/typescript-operations": "npm:^4.4.0" "@graphql-codegen/typescript-react-apollo": "npm:^4.3.2" "@mapbox/search-js-core": "npm:^1.0.0-beta.24" - "@mui/icons-material": "npm:^6.1.9" + "@mui/icons-material": "npm:^6.2.1" "@mui/lab": "npm:6.0.0-dev.240424162023-9968b4889d" - "@mui/material": "npm:^6.1.9" - "@mui/styles": "npm:^6.1.9" - "@mui/x-date-pickers": "npm:^7.23.0" - "@tolgee/i18next": "npm:^5.32.0" + "@mui/material": "npm:^6.2.1" + "@mui/styles": "npm:^6.2.1" + "@mui/x-date-pickers": "npm:^7.23.3" + "@tolgee/i18next": "npm:^5.33.2" "@types/google-libphonenumber": "npm:^7.4.30" - "@types/node": "npm:^22.10.1" - "@types/react": "npm:^18.3.12" + "@types/node": "npm:^22.10.2" + "@types/react": "npm:^18.3.18" cookies: "npm:^0.9.1" crypto-js: "npm:^4.2.0" deepmerge: "npm:^4.3.1" - eslint: "npm:^8.57.1" - eslint-config-next: "npm:^14.2.19" + eslint: "npm:^9.17.0" + eslint-config-next: "npm:^14.2.21" eslint-config-prettier: "npm:^9.1.0" fs: "npm:^0.0.1-security" glob: "npm:^11.0.0" - google-libphonenumber: "npm:^3.2.39" - graphql: "npm:^16.9.0" + google-libphonenumber: "npm:^3.2.40" + graphql: "npm:^16.10.0" i18next: "npm:^23.16.8" leaflet: "npm:^1.9.4" linkify-react: "npm:^4.2.0" linkifyjs: "npm:^4.2.0" marked: "npm:^7.0.5" moment: "npm:^2.30.1" - next: "npm:^14.2.19" - next-auth: "npm:4.24.10" - next-i18next: "npm:^15.4.0" + next: "npm:^14.2.21" + next-auth: "npm:4.24.11" + next-i18next: "npm:^15.4.1" next-pwa: "npm:^5.6.0" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - react-i18next: "npm:^15.1.3" - react-international-phone: "npm:^4.3.0" + react-i18next: "npm:^15.2.0" + react-international-phone: "npm:^4.4.0" react-leaflet: "npm:^4.2.1" ts-node: "npm:^10.9.2" typescript: "npm:^5.7.2"

@@ -2052,38 +2052,38 @@ checksum: 10c0/a5133df8492802465ed01f2f0a5784585241a1030c362d54a602ed1839816d6c93d71dde05cf2ddb4fd0796238c19774406bd62fa2564b637907b495f52425fe

languageName: node linkType: hard -"@date-io/core@npm:^3.0.0": - version: 3.0.0 - resolution: "@date-io/core@npm:3.0.0" - checksum: 10c0/c8a725ad5729b38d3f73b7c2bf852ac18a980d6b610832db9f87eb6821e6377854112ba4b5f8510d3e3f49d5290a50dd79ae7724bbafeb146bfdfb5b4c8a13ed +"@date-io/core@npm:^3.2.0": + version: 3.2.0 + resolution: "@date-io/core@npm:3.2.0" + checksum: 10c0/e320e5eb1dc5cdafbebdb5b3a4c80fcf18cef1ccf39bd57e63de7826c966b89814c984b59f7fb1fc3f7650859fb0ba890e39b0e77bfb671f4b01991432ccc06e languageName: node linkType: hard -"@date-io/dayjs@npm:3.0.0": - version: 3.0.0 - resolution: "@date-io/dayjs@npm:3.0.0" +"@date-io/dayjs@npm:3.2.0": + version: 3.2.0 + resolution: "@date-io/dayjs@npm:3.2.0" dependencies: - "@date-io/core": "npm:^3.0.0" + "@date-io/core": "npm:^3.2.0" peerDependencies: dayjs: ^1.8.17 peerDependenciesMeta: dayjs: optional: true - checksum: 10c0/0c445e6ca6dd2e39a359645f817258cf6f5909455c3b41172a2e6ccfaad85dbe2683b7328b46399f8edaf2ecffd3441b5b2ac869126d1e8765116e2fc6526816 + checksum: 10c0/ba3d8d472b8aaa387c87310127a9692baf00d13fa6797dba2e740f3dba85890e87de47e171a17a547b1787fa20df26872c552637ccb2d5ce36319f7b7b90851e languageName: node linkType: hard -"@date-io/moment@npm:3.0.0": - version: 3.0.0 - resolution: "@date-io/moment@npm:3.0.0" +"@date-io/moment@npm:3.2.0": + version: 3.2.0 + resolution: "@date-io/moment@npm:3.2.0" dependencies: - "@date-io/core": "npm:^3.0.0" + "@date-io/core": "npm:^3.2.0" peerDependencies: moment: ^2.24.0 peerDependenciesMeta: moment: optional: true - checksum: 10c0/60dce1746510f040a84e05450069028bcc53b677f54fdc46c44ecbe9922223dab7f1c93851182fb741173fecaf9f8cac53e67222adbc30f495520006395ef038 + checksum: 10c0/9985b659a21378f2540dc0ab118c592f110f763e1a7183e32f28b4b61100347b35c951a19f308d1e99e35e275e2e1a59dd0dea9bc2b9858f7f47e9ec0f8b0680 languageName: node linkType: hard

@@ -2158,6 +2158,19 @@ checksum: 10c0/fc669bf2add27ddff7b1f341b54e7124379156285095f0b38fb846efe90c64c70d2826f73bc734358a4fce04578229774a38ff4de2599d286461bfca57ba7d23

languageName: node linkType: hard +"@emotion/cache@npm:^11.14.0": + version: 11.14.0 + resolution: "@emotion/cache@npm:11.14.0" + dependencies: + "@emotion/memoize": "npm:^0.9.0" + "@emotion/sheet": "npm:^1.4.0" + "@emotion/utils": "npm:^1.4.2" + "@emotion/weak-memoize": "npm:^0.4.0" + stylis: "npm:4.2.0" + checksum: 10c0/3fa3e7a431ab6f8a47c67132a00ac8358f428c1b6c8421d4b20de9df7c18e95eec04a5a6ff5a68908f98d3280044f247b4965ac63df8302d2c94dba718769724 + languageName: node + linkType: hard + "@emotion/hash@npm:^0.9.2": version: 0.9.2 resolution: "@emotion/hash@npm:0.9.2"

@@ -2190,15 +2203,15 @@ checksum: 10c0/13f474a9201c7f88b543e6ea42f55c04fb2fdc05e6c5a3108aced2f7e7aa7eda7794c56bba02985a46d8aaa914fcdde238727a98341a96e2aec750d372dadd15

languageName: node linkType: hard -"@emotion/react@npm:^11.13.5": - version: 11.13.5 - resolution: "@emotion/react@npm:11.13.5" +"@emotion/react@npm:^11.14.0": + version: 11.14.0 + resolution: "@emotion/react@npm:11.14.0" dependencies: "@babel/runtime": "npm:^7.18.3" "@emotion/babel-plugin": "npm:^11.13.5" - "@emotion/cache": "npm:^11.13.5" + "@emotion/cache": "npm:^11.14.0" "@emotion/serialize": "npm:^1.3.3" - "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0" + "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.2.0" "@emotion/utils": "npm:^1.4.2" "@emotion/weak-memoize": "npm:^0.4.0" hoist-non-react-statics: "npm:^3.3.1"

@@ -2207,7 +2220,7 @@ react: ">=16.8.0"

peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/16b4810bc68c619cb25145e543880e905fc99332bacc1c39b20c913b2e6130289d9acd909abba55820fa796c5cca3cade6fe79a26b3ab7e4e2d040c61ee14a6e + checksum: 10c0/d0864f571a9f99ec643420ef31fde09e2006d3943a6aba079980e4d5f6e9f9fecbcc54b8f617fe003c00092ff9d5241179149ffff2810cb05cf72b4620cfc031 languageName: node linkType: hard

@@ -2265,15 +2278,15 @@ checksum: 10c0/3ca72d1650a07d2fbb7e382761b130b4a887dcd04e6574b2d51ce578791240150d7072a9bcb4161933abbcd1e38b243a6fb4464a7fe991d700c17aa66bb5acc7

languageName: node linkType: hard -"@emotion/styled@npm:^11.13.5": - version: 11.13.5 - resolution: "@emotion/styled@npm:11.13.5" +"@emotion/styled@npm:^11.14.0": + version: 11.14.0 + resolution: "@emotion/styled@npm:11.14.0" dependencies: "@babel/runtime": "npm:^7.18.3" "@emotion/babel-plugin": "npm:^11.13.5" "@emotion/is-prop-valid": "npm:^1.3.0" "@emotion/serialize": "npm:^1.3.3" - "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0" + "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.2.0" "@emotion/utils": "npm:^1.4.2" peerDependencies: "@emotion/react": ^11.0.0-rc.0

@@ -2281,7 +2294,7 @@ react: ">=16.8.0"

peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/18d3e38482f92c93446fbfe46e3ca2b182f228f3317ca23f9bd69ddc313bacabf8ecf4d7e720e9aa492bd651cb0b8f87196547bd136666ef50287c414cd36936 + checksum: 10c0/20aa5c488e4edecf63659212fc5ba1ccff2d3a66593fc8461de7cd5fe9192a741db357ffcd270a455bd61898d7f37cd5c84b4fd2b7974dade712badf7860ca9c languageName: node linkType: hard

@@ -2315,6 +2328,15 @@ checksum: 10c0/a883480f3a7139fb4a43e71d3114ca57e2b7ae5ff204e05cd9e59251a113773b8f64eb75d3997726250aca85eb73447638c8f51930734bdd16b96762b65e58c3

languageName: node linkType: hard +"@emotion/use-insertion-effect-with-fallbacks@npm:^1.2.0": + version: 1.2.0 + resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.2.0" + peerDependencies: + react: ">=16.8.0" + checksum: 10c0/074dbc92b96bdc09209871070076e3b0351b6b47efefa849a7d9c37ab142130767609ca1831da0055988974e3b895c1de7606e4c421fecaa27c3e56a2afd3b08 + languageName: node + linkType: hard + "@emotion/utils@npm:^1.4.0": version: 1.4.0 resolution: "@emotion/utils@npm:1.4.0"

@@ -2834,7 +2856,7 @@ checksum: 10c0/2aa0ac2fc50ff3f234408b10900ed4f1a0b19352f21346ad4cc3d83a1271481bdda11097baa45d484dd564c895e0762a27a8240be7a256b3ad47129e96528252

languageName: node linkType: hard -"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1, @eslint-community/regexpp@npm:^4.6.1": +"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1": version: 4.12.1 resolution: "@eslint-community/regexpp@npm:4.12.1" checksum: 10c0/a03d98c246bcb9109aec2c08e4d10c8d010256538dcb3f56610191607214523d4fb1b00aa81df830b6dffb74c5fa0be03642513a289c567949d3e550ca11cdf6

@@ -2859,23 +2881,6 @@ checksum: 10c0/6d8e8e0991cef12314c49425d8d2d9394f5fb1a36753ff82df7c03185a4646cb7c8736cf26638a4a714782cedf4b23cfc17667d282d3e5965b3920a0e7ce20d4

languageName: node linkType: hard -"@eslint/eslintrc@npm:^2.1.4": - version: 2.1.4 - resolution: "@eslint/eslintrc@npm:2.1.4" - dependencies: - ajv: "npm:^6.12.4" - debug: "npm:^4.3.2" - espree: "npm:^9.6.0" - globals: "npm:^13.19.0" - ignore: "npm:^5.2.0" - import-fresh: "npm:^3.2.1" - js-yaml: "npm:^4.1.0" - minimatch: "npm:^3.1.2" - strip-json-comments: "npm:^3.1.1" - checksum: 10c0/32f67052b81768ae876c84569ffd562491ec5a5091b0c1e1ca1e0f3c24fb42f804952fdd0a137873bc64303ba368a71ba079a6f691cee25beee9722d94cc8573 - languageName: node - linkType: hard - "@eslint/eslintrc@npm:^3.2.0": version: 3.2.0 resolution: "@eslint/eslintrc@npm:3.2.0"

@@ -2893,17 +2898,10 @@ checksum: 10c0/43867a07ff9884d895d9855edba41acf325ef7664a8df41d957135a81a477ff4df4196f5f74dc3382627e5cc8b7ad6b815c2cea1b58f04a75aced7c43414ab8b

languageName: node linkType: hard -"@eslint/js@npm:8.57.1": - version: 8.57.1 - resolution: "@eslint/js@npm:8.57.1" - checksum: 10c0/b489c474a3b5b54381c62e82b3f7f65f4b8a5eaaed126546520bf2fede5532a8ed53212919fed1e9048dcf7f37167c8561d58d0ba4492a4244004e7793805223 - languageName: node - linkType: hard - -"@eslint/js@npm:9.16.0": - version: 9.16.0 - resolution: "@eslint/js@npm:9.16.0" - checksum: 10c0/a55846a4ddade720662d36682f3eaaf38eac06eeee12c83bb837bba2b7d550dadcb3445b104219f0bc1da2e09b4fe5fb5ba123b8338c8c787bcfbd540878df75 +"@eslint/js@npm:9.17.0": + version: 9.17.0 + resolution: "@eslint/js@npm:9.17.0" + checksum: 10c0/a0fda8657a01c60aa540f95397754267ba640ffb126e011b97fd65c322a94969d161beeaef57c1441c495da2f31167c34bd38209f7c146c7225072378c3a933d languageName: node linkType: hard

@@ -3930,28 +3928,10 @@ checksum: 10c0/8356359c9f60108ec204cbd249ecd0356667359b2524886b357617c4a7c3b6aace0fd5a369f63747b926a762a88f8a25bc066fa1778508d110195ce7686243e1

languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.13.0": - version: 0.13.0 - resolution: "@humanwhocodes/config-array@npm:0.13.0" - dependencies: - "@humanwhocodes/object-schema": "npm:^2.0.3" - debug: "npm:^4.3.1" - minimatch: "npm:^3.0.5" - checksum: 10c0/205c99e756b759f92e1f44a3dc6292b37db199beacba8f26c2165d4051fe73a4ae52fdcfd08ffa93e7e5cb63da7c88648f0e84e197d154bbbbe137b2e0dd332e - languageName: node - linkType: hard - "@humanwhocodes/module-importer@npm:^1.0.1": version: 1.0.1 resolution: "@humanwhocodes/module-importer@npm:1.0.1" checksum: 10c0/909b69c3b86d482c26b3359db16e46a32e0fb30bd306a3c176b8313b9e7313dba0f37f519de6aa8b0a1921349e505f259d19475e123182416a506d7f87e7f529 - languageName: node - linkType: hard - -"@humanwhocodes/object-schema@npm:^2.0.3": - version: 2.0.3 - resolution: "@humanwhocodes/object-schema@npm:2.0.3" - checksum: 10c0/80520eabbfc2d32fe195a93557cef50dfe8c8905de447f022675aaf66abc33ae54098f5ea78548d925aa671cd4ab7c7daa5ad704fe42358c9b5e7db60f80696c languageName: node linkType: hard

@@ -4432,26 +4412,26 @@ checksum: 10c0/768276965820cffc26295d534a2610fdc8da533e083352da779983d1d16d39784fc764ae3f8bae9e9f7ae3dd7ecb448b483c8ae36d785b3bc81fd436b19f1c8c

languageName: node linkType: hard -"@mui/core-downloads-tracker@npm:^6.1.9": - version: 6.1.9 - resolution: "@mui/core-downloads-tracker@npm:6.1.9" - checksum: 10c0/f84c48291e6c85bafb60015f0464f041ca3168dcfd7c563cb584bf925495872f0a180ed52e985b544c6cb87297a1686b1d3a90f451d12594765d0811fc7514b0 +"@mui/core-downloads-tracker@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/core-downloads-tracker@npm:6.2.1" + checksum: 10c0/873c95a54fc8c5520a22feb1e98855742ce76b88e2cb909c02a9a99200cbb0e80971458626c435dc290634aaa3f066c501a7b87c03626dd135fee7bf52a12e4e languageName: node linkType: hard -"@mui/icons-material@npm:^6.1.9": - version: 6.1.9 - resolution: "@mui/icons-material@npm:6.1.9" +"@mui/icons-material@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/icons-material@npm:6.2.1" dependencies: "@babel/runtime": "npm:^7.26.0" peerDependencies: - "@mui/material": ^6.1.9 + "@mui/material": ^6.2.1 "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/7efc0c4a4c668118252ec0a0bf7ed8e4d9af68d03d92e76d382109aaf8b018bd3512b47c444947c12df25be02615483a5e4889ddf745b42ab0446583b34d59f8 + checksum: 10c0/5ff137c8fbe6875b871d9c47e4a1d767d8b8f3f9b092a9b7fc5bb9fedf479dadf528f6602992408ba514e3fd69b2c8c0e6a14a4676a5cc4f4b779f33ba5b5d0a languageName: node linkType: hard

@@ -4484,26 +4464,26 @@ checksum: 10c0/b8e9b5bf386b720dcea7c98afcceb484bb4efd9972ddddbc34378863135f02b03eeaa0af7dd104fdb68f1d9a4e6c5b58c214a7322812c3a6009f5f34a86e7a0b

languageName: node linkType: hard -"@mui/material@npm:^6.1.9": - version: 6.1.9 - resolution: "@mui/material@npm:6.1.9" +"@mui/material@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/material@npm:6.2.1" dependencies: "@babel/runtime": "npm:^7.26.0" - "@mui/core-downloads-tracker": "npm:^6.1.9" - "@mui/system": "npm:^6.1.9" - "@mui/types": "npm:^7.2.19" - "@mui/utils": "npm:^6.1.9" + "@mui/core-downloads-tracker": "npm:^6.2.1" + "@mui/system": "npm:^6.2.1" + "@mui/types": "npm:^7.2.20" + "@mui/utils": "npm:^6.2.1" "@popperjs/core": "npm:^2.11.8" - "@types/react-transition-group": "npm:^4.4.11" + "@types/react-transition-group": "npm:^4.4.12" clsx: "npm:^2.1.1" csstype: "npm:^3.1.3" prop-types: "npm:^15.8.1" - react-is: "npm:^18.3.1" + react-is: "npm:^19.0.0" react-transition-group: "npm:^4.4.5" peerDependencies: "@emotion/react": ^11.5.0 "@emotion/styled": ^11.3.0 - "@mui/material-pigment-css": ^6.1.9 + "@mui/material-pigment-css": ^6.2.1 "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0

@@ -4516,7 +4496,7 @@ "@mui/material-pigment-css":

optional: true "@types/react": optional: true - checksum: 10c0/934be9f17e66ac9944ff970c2a2c67292aadd339f5124e2ec82fbfd25fe713e7716c61005b918dd31836674fb8e327bd87f200276f2ef8930e9ba4e77727bad6 + checksum: 10c0/9ebef984b0aeec933290bf4d984bed02a984e30d0dbfeb473becbcf7c284bbe058d5dc1302445abe4a799750d415ea4893df18fa41545cf191f6fa5bc0d229a4 languageName: node linkType: hard

@@ -4537,6 +4517,23 @@ checksum: 10c0/d2ed09a50a30496905ba57735c370efa85b00ed0b29b2bd9e7193416d4825659d48abaf2bcf649a80dfaa035262487b81a3396b042fd97646f775ca4d20dd05c

languageName: node linkType: hard +"@mui/private-theming@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/private-theming@npm:6.2.1" + dependencies: + "@babel/runtime": "npm:^7.26.0" + "@mui/utils": "npm:^6.2.1" + prop-types: "npm:^15.8.1" + peerDependencies: + "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/15003060e88264e0247f0e0fc63ca696f3b326987d079615eee40670b77fd0c021ffcf8f650a33e84e0ac790075ab00bc8a9d577aa842298b889676dc6f06ef9 + languageName: node + linkType: hard + "@mui/styled-engine@npm:^6.1.9": version: 6.1.9 resolution: "@mui/styled-engine@npm:6.1.9"

@@ -4560,15 +4557,38 @@ checksum: 10c0/74d239b2d306b0aa2271d9943cea83ea0a05c16c55cd2239605b0f1cb91fc4aa508891173d1b9bb69e92074d1d4db14d8b85618c639667967a1f608607047e66

languageName: node linkType: hard -"@mui/styles@npm:^6.1.9": - version: 6.1.9 - resolution: "@mui/styles@npm:6.1.9" +"@mui/styled-engine@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/styled-engine@npm:6.2.1" + dependencies: + "@babel/runtime": "npm:^7.26.0" + "@emotion/cache": "npm:^11.13.5" + "@emotion/serialize": "npm:^1.3.3" + "@emotion/sheet": "npm:^1.4.0" + csstype: "npm:^3.1.3" + prop-types: "npm:^15.8.1" + peerDependencies: + "@emotion/react": ^11.4.1 + "@emotion/styled": ^11.3.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + "@emotion/react": + optional: true + "@emotion/styled": + optional: true + checksum: 10c0/3e95744b642b41afde7e5040fc428dbcf01a4a3937c859380b19a3ec3e23ebb460cb3681cf86773c13ea5be76f64ee071afa8ded9d38850bd5b90710623a8549 + languageName: node + linkType: hard + +"@mui/styles@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/styles@npm:6.2.1" dependencies: "@babel/runtime": "npm:^7.26.0" "@emotion/hash": "npm:^0.9.2" - "@mui/private-theming": "npm:^6.1.9" - "@mui/types": "npm:^7.2.19" - "@mui/utils": "npm:^6.1.9" + "@mui/private-theming": "npm:^6.2.1" + "@mui/types": "npm:^7.2.20" + "@mui/utils": "npm:^6.2.1" clsx: "npm:^2.1.1" csstype: "npm:^3.1.3" hoist-non-react-statics: "npm:^3.3.2"

@@ -4587,11 +4607,11 @@ react: ^17.0.0 || ^18.0.0 || ^19.0.0

peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/e71c4f6397c573de5df3707ee24b317324f3a84963432d0d7d3b67e2ccc3e3c2b389fd4d9a49aef9fd8db132cb802c9d96f4b5f3c3d0b4cd0102d8257208282f + checksum: 10c0/d588c177ebf5f5e76e05f257d55b1c56c982196e767059ce7f9180b306c6d3c4d1ab490cb01557cc12db9f5c170f77ed199f580c00f6e25c60cadef155ebed86 languageName: node linkType: hard -"@mui/system@npm:^6.0.0-dev.240424162023-9968b4889d, @mui/system@npm:^6.1.9": +"@mui/system@npm:^6.0.0-dev.240424162023-9968b4889d": version: 6.1.9 resolution: "@mui/system@npm:6.1.9" dependencies:

@@ -4619,6 +4639,34 @@ checksum: 10c0/0ae66dbbf183bf6ccefeaf3808699c6ef2dd72928134e3e902716e3f75d6b15ccc41c1478a23f20824b76ff3ca86b0923ebccb58ae11b9e04305988eae74d653

languageName: node linkType: hard +"@mui/system@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/system@npm:6.2.1" + dependencies: + "@babel/runtime": "npm:^7.26.0" + "@mui/private-theming": "npm:^6.2.1" + "@mui/styled-engine": "npm:^6.2.1" + "@mui/types": "npm:^7.2.20" + "@mui/utils": "npm:^6.2.1" + clsx: "npm:^2.1.1" + csstype: "npm:^3.1.3" + prop-types: "npm:^15.8.1" + peerDependencies: + "@emotion/react": ^11.5.0 + "@emotion/styled": ^11.3.0 + "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + "@emotion/react": + optional: true + "@emotion/styled": + optional: true + "@types/react": + optional: true + checksum: 10c0/94aef42804fa4052b7ceabb41979b9192c432f0ae8bb74a450c604426eb9813c0066e646966704f30bbb262e75629bed05c9f87e0753e5416d6e903e6c870e23 + languageName: node + linkType: hard + "@mui/types@npm:^7.2.14, @mui/types@npm:^7.2.19": version: 7.2.19 resolution: "@mui/types@npm:7.2.19"

@@ -4628,6 +4676,18 @@ peerDependenciesMeta:

"@types/react": optional: true checksum: 10c0/9c390d7eddc7e7c396852202fdca021aee275391bc7f48d0b6458748bf75eebb34c73109958692655ba5e72946cf47db2c0c7d2e1c26be568599ed65c931d080 + languageName: node + linkType: hard + +"@mui/types@npm:^7.2.20": + version: 7.2.20 + resolution: "@mui/types@npm:7.2.20" + peerDependencies: + "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/257285386903fe0705ac6d53d0ece700323b7bc9be5239ab448b2c6523965b3cadbb636f2aec8ff60354180f53daf78df687d6828a75ad220b0f71fb5a117b5e languageName: node linkType: hard

@@ -4671,9 +4731,29 @@ checksum: 10c0/2cd28cc44f9048b2c9b5511f074082da1f5b969c524f08f827aaa5e226392238bb91fbf6c5054290590b5d9a67d7f753a6ee9b7cc7613df7193635b8f63ca577

languageName: node linkType: hard -"@mui/x-date-pickers@npm:^7.23.0": - version: 7.23.0 - resolution: "@mui/x-date-pickers@npm:7.23.0" +"@mui/utils@npm:^6.2.1": + version: 6.2.1 + resolution: "@mui/utils@npm:6.2.1" + dependencies: + "@babel/runtime": "npm:^7.26.0" + "@mui/types": "npm:^7.2.20" + "@types/prop-types": "npm:^15.7.14" + clsx: "npm:^2.1.1" + prop-types: "npm:^15.8.1" + react-is: "npm:^19.0.0" + peerDependencies: + "@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/1c81a5d3918fda0c8518e726a4630779f9b1145306e42a72f6f5264b9c30527fc31caea6a429457ad6eee17be40636240a0e57159c881abae0c266628f7a3615 + languageName: node + linkType: hard + +"@mui/x-date-pickers@npm:^7.23.3": + version: 7.23.3 + resolution: "@mui/x-date-pickers@npm:7.23.3" dependencies: "@babel/runtime": "npm:^7.25.7" "@mui/utils": "npm:^5.16.6 || ^6.0.0"

@@ -4715,7 +4795,7 @@ moment-hijri:

optional: true moment-jalaali: optional: true - checksum: 10c0/e9fb18d8d4d3402713928c2ac5a78689b52a1c27cce858b8a5a30e17dfeb9274b73084a6a85244483d272985d6440a5e35b85a6893d163761ccf48407a8db756 + checksum: 10c0/19c1da3409a572c6aa2a2ab7f40606d6aec1659d1aee4b1108965860a692e70da4baf6d011e8496ef7145afed356db31b9760d6c9c214ddd836da46dc4954157 languageName: node linkType: hard

@@ -4731,81 +4811,81 @@ checksum: 10c0/47d5efad1b58b2c316e7d9e61cfe536b3c0a16f6d3ff4f371c8a29aa7c598de136f328958f6b44f6401b2c96b5867872f631debb51fb9db6f3493181f43deb2a

languageName: node linkType: hard -"@next/env@npm:14.2.19": - version: 14.2.19 - resolution: "@next/env@npm:14.2.19" - checksum: 10c0/cb745736dd9fc0d8d7e19b97d149177c9ef22a9fe9671e833c45de3c817c26fa2fd0cf5353a730b09ae049b59870efb1e59fa4a471cc937945b67ad593c0f2a8 +"@next/env@npm:14.2.21": + version: 14.2.21 + resolution: "@next/env@npm:14.2.21" + checksum: 10c0/67e5b740ded5c2a856d008c12c84db3e31d10b00d3b4820963d38dee19d7c1ca19efc8ddec95289de1454eba77008952bc7f84ebffa5f6577e2e0c4197dd90ee languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.2.19": - version: 14.2.19 - resolution: "@next/eslint-plugin-next@npm:14.2.19" +"@next/eslint-plugin-next@npm:14.2.21": + version: 14.2.21 + resolution: "@next/eslint-plugin-next@npm:14.2.21" dependencies: glob: "npm:10.3.10" - checksum: 10c0/cc4d879fc14aa2b414b355e8824240eb6b37d83eeb9f10ee07e77a3bc15c83d863892c1fa1192328af728685b2e6a6ce0a0afec7eca888caef7a70753c777bfc + checksum: 10c0/2270d990888236e83cc7adba8f5bba139381e0b4c62512d60d0ce8c382ec79bd5c030b0295c0b71737faa55261f4ac0e9f822969eb271a814ef8ba5feea9842c languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-darwin-arm64@npm:14.2.19" +"@next/swc-darwin-arm64@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-darwin-arm64@npm:14.2.21" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-darwin-x64@npm:14.2.19" +"@next/swc-darwin-x64@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-darwin-x64@npm:14.2.21" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.19" +"@next/swc-linux-arm64-gnu@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.21" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.19" +"@next/swc-linux-arm64-musl@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.21" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.19" +"@next/swc-linux-x64-gnu@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.21" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-x64-musl@npm:14.2.19" +"@next/swc-linux-x64-musl@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-linux-x64-musl@npm:14.2.21" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.19" +"@next/swc-win32-arm64-msvc@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.21" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.19" +"@next/swc-win32-ia32-msvc@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.21" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.19" +"@next/swc-win32-x64-msvc@npm:14.2.21": + version: 14.2.21 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.21" conditions: os=win32 & cpu=x64 languageName: node linkType: hard

@@ -4827,7 +4907,7 @@ checksum: 10c0/88dafe5e3e29a388b07264680dc996c17f4bda48d163a9d4f5c1112979f0ce8ec72aa7116122c350b4e7976bc5566dc3ddb579be1ceaacc727872eb4ed93926d

languageName: node linkType: hard -"@nodelib/fs.walk@npm:^1.2.3, @nodelib/fs.walk@npm:^1.2.8": +"@nodelib/fs.walk@npm:^1.2.3": version: 1.2.8 resolution: "@nodelib/fs.walk@npm:1.2.8" dependencies:

@@ -6352,9 +6432,9 @@ checksum: 10c0/2e2fb6cc57f227912814085b7b01fede050cd4746ea8d49a1e44d5a0e56a804663b0340ae2f11af7559ea9bf4d087a11f2f646197a660ea3cb04e19efc04aa63

languageName: node linkType: hard -"@strapi/admin@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/admin@npm:4.25.17" +"@strapi/admin@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/admin@npm:4.25.18" dependencies: "@casl/ability": "npm:6.5.0" "@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.11"

@@ -6362,13 +6442,13 @@ "@radix-ui/react-context": "npm:1.0.1"

"@radix-ui/react-toolbar": "npm:1.0.4" "@reduxjs/toolkit": "npm:1.9.7" "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/permissions": "npm:4.25.17" - "@strapi/provider-audit-logs-local": "npm:4.25.17" - "@strapi/types": "npm:4.25.17" - "@strapi/typescript-utils": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/permissions": "npm:4.25.18" + "@strapi/provider-audit-logs-local": "npm:4.25.18" + "@strapi/types": "npm:4.25.18" + "@strapi/typescript-utils": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" "@vitejs/plugin-react-swc": "npm:3.5.0" axios: "npm:1.7.4" bcryptjs: "npm:2.4.3"

@@ -6464,15 +6544,15 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/f034f4a3f809d069158486f54c25700122a9923c6b2247d89d2213ef81ed8743221252ebdaf48b582b655b4f284dbde734bcf2cd41ecfae0164c8c25187f6f96 + checksum: 10c0/9227441cc78e50b7b14193d95bfaa5ce6b5ad9159404902d8aa4df7ba1b538f2279979a6c79f51cb2c168142c59ea9982e2bfbbaa9fd7027545e36df7b187880 languageName: node linkType: hard -"@strapi/cloud-cli@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/cloud-cli@npm:4.25.17" +"@strapi/cloud-cli@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/cloud-cli@npm:4.25.18" dependencies: - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" axios: "npm:1.7.4" chalk: "npm:4.1.2" cli-progress: "npm:3.12.0"

@@ -6493,20 +6573,20 @@ xdg-app-paths: "npm:8.3.0"

yup: "npm:0.32.9" bin: cloud-cli: bin/index.js - checksum: 10c0/73963b4175ebfc109fdd7df16a398a50d1abadfb98e0960c23171bc6f680fb26812affdc91a2e38dce8dddc8b15eb948c2d824292485bbc3858257cdfc4da53d + checksum: 10c0/140234a6957179d2c040a5017b484d4b89b6624b23260f1ec584eab1da8663bdb183745b5a94b88c330ee23af0a77e870284fb1ec38c8c03130f7b492d28a38b languageName: node linkType: hard -"@strapi/content-releases@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/content-releases@npm:4.25.17" +"@strapi/content-releases@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/content-releases@npm:4.25.18" dependencies: "@reduxjs/toolkit": "npm:1.9.7" "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/types": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/types": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" axios: "npm:1.7.4" date-fns: "npm:2.30.0" date-fns-tz: "npm:2.0.0"

@@ -6523,18 +6603,18 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: 5.3.4 styled-components: 5.3.3 - checksum: 10c0/80c2ca13661827a6810b613ad5ca276b8c57c5abdd75b73e9a68a944da586498b21e1f1b1eeb7a80ca138874a4a632374b87e37d5cbe155a7d6ee905273b7280 + checksum: 10c0/a6a47c41403419c72ff5ac83d9c298f5c505caaacabc29090ddf698f2b1b5e0d815a6b6a15742806f88dc751d5b1769a275ad89487402d4a66d6c8be0f81f2ed languageName: node linkType: hard -"@strapi/data-transfer@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/data-transfer@npm:4.25.17" +"@strapi/data-transfer@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/data-transfer@npm:4.25.18" dependencies: - "@strapi/logger": "npm:4.25.17" - "@strapi/strapi": "npm:4.25.17" - "@strapi/types": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/logger": "npm:4.25.18" + "@strapi/strapi": "npm:4.25.18" + "@strapi/types": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" chalk: "npm:4.1.2" cli-table3: "npm:0.6.5" commander: "npm:8.3.0"

@@ -6551,15 +6631,15 @@ tar-stream: "npm:2.2.0"

ws: "npm:8.18.0" peerDependencies: "@strapi/strapi": ^4.14.4 - checksum: 10c0/c426119e40ed0b459b8bc46bad78051ddefc8201bab829a0a829191b53bc0c3beeb3edacdc7d1c0c6c0cd334fe908bfc3c23556476ed063ffa2da4245b6fd636 + checksum: 10c0/c7d8693caee185526d30bd1cba870af459c0406b6e99509eb7e2d07b8a0567b849aaad178e50e34b7f589907687e0d1d6ff3f5371e211d367904b78f4fedd8a8 languageName: node linkType: hard -"@strapi/database@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/database@npm:4.25.17" +"@strapi/database@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/database@npm:4.25.18" dependencies: - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" date-fns: "npm:2.30.0" debug: "npm:4.3.4" fs-extra: "npm:10.0.0"

@@ -6567,7 +6647,7 @@ knex: "npm:2.5.0"

lodash: "npm:4.17.21" semver: "npm:7.5.4" umzug: "npm:3.2.1" - checksum: 10c0/1e1a1cdd736c4bf35549cfdc498fed9a1cae180b38fefaf795af881062127bdfdd5700e11218e968545eca6291da5d300ceaa1889efc7d8e4bff756f6f03cd1f + checksum: 10c0/da9033aedcca6661436ba59a6770b73368f5dc8c3f13d7fcecb6c7d3b8fec21a77533aab061cca1a04cff8fee926f4b9e15611ed078b7e16e2586cf4388a5f84 languageName: node linkType: hard

@@ -6598,9 +6678,9 @@ checksum: 10c0/79a59889737eae32e40450710fd5496d862f05014c9ac20e60f3c4cbcb116954450105a99e2e0e4f3ed16bbcaaf1b15dde622ac9e1a165c7bc86e8b173c27bfc

languageName: node linkType: hard -"@strapi/generate-new@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/generate-new@npm:4.25.17" +"@strapi/generate-new@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/generate-new@npm:4.25.18" dependencies: "@sentry/node": "npm:6.19.7" chalk: "npm:^4.1.2"

@@ -6613,30 +6693,30 @@ node-machine-id: "npm:^1.1.10"

ora: "npm:^5.4.1" semver: "npm:7.5.4" tar: "npm:6.2.1" - checksum: 10c0/a0c10970add6db763ab643a4ac6ab50508e621855fc4c1f2f756bc54e23f546fea290428bbb2fed95df39a1ab61181715694f9ef657cc29f1db005f893d68118 + checksum: 10c0/f38659f2b5cbf91dcdcd76ab8acbe4d7f2d8b8b9cc04937b25409f42ce034def225e161e4e515cd218707242d08605b8e562657883253629668c8483b381f74a languageName: node linkType: hard -"@strapi/generators@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/generators@npm:4.25.17" +"@strapi/generators@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/generators@npm:4.25.18" dependencies: "@sindresorhus/slugify": "npm:1.1.0" - "@strapi/typescript-utils": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/typescript-utils": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" chalk: "npm:4.1.2" copyfiles: "npm:2.4.1" fs-extra: "npm:10.0.0" node-plop: "npm:0.26.3" plop: "npm:2.7.6" pluralize: "npm:8.0.0" - checksum: 10c0/fd8f8c87d3e087458f1da2220f27f1155a8c2f276ffcc589d1e4681cbe485167a300accf26f3ec56a288cff5203bc0724b9b78b801953b911f7779efbe944684 + checksum: 10c0/24d184f7db048ecf71c4dd86685dabae5c8538b144ffe280f8156c71ab897158b029f54106c476e03710422a2eeb09fe3075941be30f64466181f5e436e2c246 languageName: node linkType: hard -"@strapi/helper-plugin@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/helper-plugin@npm:4.25.17" +"@strapi/helper-plugin@npm:4.25.13": + version: 4.25.13 + resolution: "@strapi/helper-plugin@npm:4.25.13" dependencies: axios: "npm:1.7.4" date-fns: "npm:2.30.0"

@@ -6655,7 +6735,32 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/275bf6874aca13071991b016259fb6e0fb60cc47dcb9ccf3e803dfef36f58bf392afa983823bc73ab429168fab1bb4864705f4149709b5b21cef17f3e3aa91a3 + checksum: 10c0/cba7e9dc71e28699f814412b62823674212de4f364d1a1ec59b54249bae2cee7b3c09a84acd9bf73a5fc72ad200b004e5b6527f4e868d6b322c541e2a55806ce + languageName: node + linkType: hard + +"@strapi/helper-plugin@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/helper-plugin@npm:4.25.18" + dependencies: + axios: "npm:1.7.4" + date-fns: "npm:2.30.0" + formik: "npm:2.4.0" + immer: "npm:9.0.19" + lodash: "npm:4.17.21" + qs: "npm:6.11.1" + react-helmet: "npm:6.1.0" + react-intl: "npm:6.4.1" + react-query: "npm:3.39.3" + react-select: "npm:5.7.0" + peerDependencies: + "@strapi/design-system": 1.19.0 + "@strapi/icons": 1.19.0 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + react-router-dom: ^5.2.0 + styled-components: ^5.2.1 + checksum: 10c0/efd5ab2af5376e3470fd91465aff8537bee25be6c77b3bfc5a28e9ac0bfb58f89df1fd1cc6438846f46cfcf2113ccf0e83a7b82f059f09c5913c270388ce8387 languageName: node linkType: hard

@@ -6669,13 +6774,13 @@ checksum: 10c0/f62f5e844b33cd9adafe7fd00824e7ff14a3d12d8322634f6fdabbee08eea83f9f221cf77be1deac539660e05746363ab7bd2dac10bbf1302f23948e26a05cb3

languageName: node linkType: hard -"@strapi/logger@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/logger@npm:4.25.17" +"@strapi/logger@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/logger@npm:4.25.18" dependencies: lodash: "npm:4.17.21" winston: "npm:3.10.0" - checksum: 10c0/12891bed5b6393b0252704d623d957e2e0c5a1f93d4761c59d81fa571dfe6b52851b0f4f15461f68d3d9f4d5aa6a4cc2ca5653e72cae46284529e372daedf98c + checksum: 10c0/e047945fe0a027d268cfb9c9dbf486883494c3409e34978316a5a103dabc9e5565a9556ca2a894a374b7fd15263abd2ce6a3dfc7e8d6cf9506f3239e9c620998 languageName: node linkType: hard

@@ -6710,45 +6815,45 @@ checksum: 10c0/b8cada2fccde1bb5aba5a7c8a09e0c1e04260196782d79ef9d3e9b081edb6e2aad750dd00c88ce243e0387cdab04e9268de808d0504c45814aa0db8a9a121abd

languageName: node linkType: hard -"@strapi/permissions@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/permissions@npm:4.25.17" +"@strapi/permissions@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/permissions@npm:4.25.18" dependencies: "@casl/ability": "npm:6.5.0" - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" lodash: "npm:4.17.21" qs: "npm:6.11.1" sift: "npm:16.0.1" - checksum: 10c0/f961427c13b5a11f05aaed337a7af87bee55172b2dc508f2b9a0f382f3890acb01fcfa3833f2ddad3955b3f36f813eda54993559a0ef3efbd4fb0c3e50d60de0 + checksum: 10c0/655ae3b84be4dec50a9b3940bd0c61e8a6f68c490541ab1e61c345c9c015b6c06e1dc17dcf8abf657df76ca12f59e9a4c1dd73494c15bdc0ce72ab87ee036da8 languageName: node linkType: hard -"@strapi/plugin-content-manager@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-content-manager@npm:4.25.17" +"@strapi/plugin-content-manager@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-content-manager@npm:4.25.18" dependencies: "@sindresorhus/slugify": "npm:1.1.0" - "@strapi/types": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/types": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" koa: "npm:2.13.4" koa-bodyparser: "npm:4.4.1" lodash: "npm:4.17.21" qs: "npm:6.11.1" - checksum: 10c0/095349d0e4a21cb215abcbe234340f4292b52495b79adf6c9ded11c0b740597a185f8a5907cfc08c77beac51b4bb0124dcaf2c6ee95b5214bf952164aa3e4dd3 + checksum: 10c0/944d97ad096dd0cbfdfd638f2de323c067f4e27c6dc1655f95badce0e51a369b7b1d256e729bb245538baaaecf3e59258588d83d85566f640b3018219cec8c8b languageName: node linkType: hard -"@strapi/plugin-content-type-builder@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-content-type-builder@npm:4.25.17" +"@strapi/plugin-content-type-builder@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-content-type-builder@npm:4.25.18" dependencies: "@reduxjs/toolkit": "npm:1.9.7" "@sindresorhus/slugify": "npm:1.1.0" "@strapi/design-system": "npm:1.19.0" - "@strapi/generators": "npm:4.25.17" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/generators": "npm:4.25.18" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" fs-extra: "npm:10.0.0" immer: "npm:9.0.19" koa-bodyparser: "npm:4.4.1"

@@ -6766,19 +6871,19 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/581e38a6326337cbec2de52ba924af2ed2e159c91cad7737929e016b6741e0dd5458e2a550d729a8b20460a46d4c69510ce0b3c1f80cb5462c4fed7e2576a70c + checksum: 10c0/2175d91b1db809c0f9e0155ef5c44c4071398026b86ee3b619341efde759bffe470b2cf53460231409c3c99d428dee45a1f2cdba00c4f92612a98dc480020716 languageName: node linkType: hard -"@strapi/plugin-email@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-email@npm:4.25.17" +"@strapi/plugin-email@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-email@npm:4.25.18" dependencies: "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/provider-email-sendmail": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/provider-email-sendmail": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" lodash: "npm:4.17.21" prop-types: "npm:^15.8.1" react-intl: "npm:6.4.1"

@@ -6790,20 +6895,20 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/5e7936054dec1d284ed5e3cccdfa777583c5facd3088505b2707f591d22ba56dd8f8c05f3ebb9b83752cfb73f87e578e5ac9e704f580a6a3b97223b5e8cbd370 + checksum: 10c0/ac3a942f466313c5ea5bac281ff5163d896e0db6d3d46dbe99571b6e695de35e666988dc2c8ec925cc4c4d5c0c261c2dbf89ed9c80f16d92da6de52df2633467 languageName: node linkType: hard -"@strapi/plugin-graphql@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-graphql@npm:4.25.17" +"@strapi/plugin-graphql@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-graphql@npm:4.25.18" dependencies: "@graphql-tools/schema": "npm:8.5.1" "@graphql-tools/utils": "npm:^8.13.1" "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" apollo-server-core: "npm:3.12.1" apollo-server-koa: "npm:3.10.0" graphql: "npm:^15.5.1"

@@ -6821,19 +6926,19 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/98bceac46d7568b52cf22b833a20331ba17ad83153b574f80d1b9cda0ddab722dafdf0610894c7a9bfc5f701c4d960a3576c2642368b58203ee0f8069f6750c7 + checksum: 10c0/e777f798f2205060a6f5af1e5f8c13bc8f86069c0aab9156444d78806118aa314013b8bfaf600c31ab3a4640e58c38a7f85dbb1dcdfd3e22c5c925efc243b921 languageName: node linkType: hard -"@strapi/plugin-i18n@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-i18n@npm:4.25.17" +"@strapi/plugin-i18n@npm:4.25.13": + version: 4.25.13 + resolution: "@strapi/plugin-i18n@npm:4.25.13" dependencies: "@reduxjs/toolkit": "npm:1.9.7" "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.13" "@strapi/icons": "npm:1.19.0" - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.13" axios: "npm:1.7.4" formik: "npm:2.4.0" immer: "npm:9.0.19"

@@ -6850,17 +6955,17 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/4c1f9e2deaaa0e24903df58b7fc8daf26ab58f84076c29094f1cfa90407304c14e8be3e40d6c461eccb678225f1defaf5e2d9832652946324d3f88a555dbd51d + checksum: 10c0/1aba6c6c67702fd377dd9335f9fefaabf2b3d3c79b7dfbbf55180a96c019592a30eb8c0e72ebc428f3fe9517e09d1e59f7298d05384fdab41ec683f49ca74172 languageName: node linkType: hard -"@strapi/plugin-sentry@npm:^4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-sentry@npm:4.25.17" +"@strapi/plugin-sentry@npm:^4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-sentry@npm:4.25.18" dependencies: "@sentry/node": "npm:6.19.7" "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" peerDependencies: "@strapi/strapi": ^4.0.0

@@ -6868,19 +6973,19 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/5db31f4c5b5c15e4b3b4ad582e66718b85496febca7983e697e40456e5767583d6875d7edcf58e5008a930cbc18fc630d1a67f323f4d7eb11c7a990800a1f442 + checksum: 10c0/9e953f5cb6d344581bbf580a09dd4dbe3e3b3c5f66def9750547d7e13fedce0ff60b1da4f165d54738bb721a501849f0ff1b006728b760864be42e07a1dee531 languageName: node linkType: hard -"@strapi/plugin-upload@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-upload@npm:4.25.17" +"@strapi/plugin-upload@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-upload@npm:4.25.18" dependencies: "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/provider-upload-local": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/provider-upload-local": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" axios: "npm:1.7.4" byte-size: "npm:7.0.1" cropperjs: "npm:1.6.0"

@@ -6908,18 +7013,18 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/e230cb3a80e590522575a82689dc18beaf58e1ae7626946db06854bb9cb24f32302e3b9a647d4b1b03decec31a0fea3791b4e260197e138b2be2e36da185827d + checksum: 10c0/6754a57ff04a3216e6358844e0072cc472922679c10b149c3e09452d20b63bc96e9ff606760a1ad359aee27d0462da587188e6f47ace94636b7313366ee8bffb languageName: node linkType: hard -"@strapi/plugin-users-permissions@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/plugin-users-permissions@npm:4.25.17" +"@strapi/plugin-users-permissions@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/plugin-users-permissions@npm:4.25.18" dependencies: "@strapi/design-system": "npm:1.19.0" - "@strapi/helper-plugin": "npm:4.25.17" + "@strapi/helper-plugin": "npm:4.25.18" "@strapi/icons": "npm:1.19.0" - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" bcryptjs: "npm:2.4.3" formik: "npm:2.4.0" grant-koa: "npm:5.4.8"

@@ -6942,70 +7047,70 @@ react: ^17.0.0 || ^18.0.0

react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^5.2.0 styled-components: ^5.2.1 - checksum: 10c0/36691aee41cf78d1aad5b14d56bec195dddd4bae773466e74c4130eb440beb8496ea41a3870d57deb206bdf7f7fce263b056a35aae5fb89b4d147e2a177722cd + checksum: 10c0/be7c1be3a69c23bb461d7f166523df88115f0d3cbf73acce36ad442303250b5f18f295e85c3a410ef9e5590a17bc43942183c309eef4d53cfccc777aa2ea7899 languageName: node linkType: hard -"@strapi/provider-audit-logs-local@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/provider-audit-logs-local@npm:4.25.17" - checksum: 10c0/f840f2c3b6852ab8c9073dbe6612027c20d7add6433231750deef8cdd06c1d9cc47ef9a05261c98eedb7e9d3565bfdf9bc128f0b4a1744bfac87096663cf3ff5 +"@strapi/provider-audit-logs-local@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/provider-audit-logs-local@npm:4.25.18" + checksum: 10c0/d23bdd07825eb0ae75c3f2dc415ac00525c267bc5843381ba2c0f7073cf4be2ba463f3718abaaf424856344be1f62e8700030a47e87d994b998891dde8ad7227 languageName: node linkType: hard -"@strapi/provider-email-nodemailer@npm:^4.25.17": - version: 4.25.17 - resolution: "@strapi/provider-email-nodemailer@npm:4.25.17" +"@strapi/provider-email-nodemailer@npm:^4.25.18": + version: 4.25.18 + resolution: "@strapi/provider-email-nodemailer@npm:4.25.18" dependencies: lodash: "npm:4.17.21" nodemailer: "npm:6.9.1" - checksum: 10c0/38bcc372c47c0bd5f53e75ea486830244b9939b561ab4a4533c14515a5eb467e110d37c2068592b2ea9f83b2d9bb7d2a7c57854053a894865d1bf6c51cf503ef + checksum: 10c0/abf89897c1689d80833b2acd9ac9dd151ae543493b2948775d435138927cc4b9ed4e8bb9a33bcb722d5da6633a3e47397b187c27b75285d22c7cefe0e4e79d91 languageName: node linkType: hard -"@strapi/provider-email-sendmail@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/provider-email-sendmail@npm:4.25.17" +"@strapi/provider-email-sendmail@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/provider-email-sendmail@npm:4.25.18" dependencies: - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" sendmail: "npm:^1.6.1" - checksum: 10c0/7c39185d34d4bfd9b2ef671936fa145caf59308b4d28aebbd6094e262e6e95a4d83596b6a7fae899b754f68f1481f659641a5e863c3b305902a455e5a1cedf2d + checksum: 10c0/158d00dad1a3dfc3e55e2a5924aaefd2955e281dcf86ac60754a5855ff6d5898e112e7e43ea2d4429b2e0e6da0603478110d6817c065ad6f355a3dde81d3d705 languageName: node linkType: hard -"@strapi/provider-upload-local@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/provider-upload-local@npm:4.25.17" +"@strapi/provider-upload-local@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/provider-upload-local@npm:4.25.18" dependencies: - "@strapi/utils": "npm:4.25.17" + "@strapi/utils": "npm:4.25.18" fs-extra: "npm:10.0.0" - checksum: 10c0/8854705cf1351eb89971f84ff7823c6ea9d4549611d7c708450f4863106478240cfb914283c6c75eb588bc30cc3c5b85d5dfee3fba93a032d8622b90ce35e660 + checksum: 10c0/f06ea450dce5116974e43b0c2432178a77bb89b89de72a6e1fcc96729142b54f0193ddfc60fe1afc3140a616da770427de6a877a7ccfc194ae3985b77fe73900 languageName: node linkType: hard -"@strapi/strapi@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/strapi@npm:4.25.17" +"@strapi/strapi@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/strapi@npm:4.25.18" dependencies: "@koa/cors": "npm:5.0.0" "@koa/router": "npm:10.1.1" - "@strapi/admin": "npm:4.25.17" - "@strapi/cloud-cli": "npm:4.25.17" - "@strapi/content-releases": "npm:4.25.17" - "@strapi/data-transfer": "npm:4.25.17" - "@strapi/database": "npm:4.25.17" - "@strapi/generate-new": "npm:4.25.17" - "@strapi/generators": "npm:4.25.17" - "@strapi/logger": "npm:4.25.17" + "@strapi/admin": "npm:4.25.18" + "@strapi/cloud-cli": "npm:4.25.18" + "@strapi/content-releases": "npm:4.25.18" + "@strapi/data-transfer": "npm:4.25.18" + "@strapi/database": "npm:4.25.18" + "@strapi/generate-new": "npm:4.25.18" + "@strapi/generators": "npm:4.25.18" + "@strapi/logger": "npm:4.25.18" "@strapi/pack-up": "npm:4.23.0" - "@strapi/permissions": "npm:4.25.17" - "@strapi/plugin-content-manager": "npm:4.25.17" - "@strapi/plugin-content-type-builder": "npm:4.25.17" - "@strapi/plugin-email": "npm:4.25.17" - "@strapi/plugin-upload": "npm:4.25.17" - "@strapi/types": "npm:4.25.17" - "@strapi/typescript-utils": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/permissions": "npm:4.25.18" + "@strapi/plugin-content-manager": "npm:4.25.18" + "@strapi/plugin-content-type-builder": "npm:4.25.18" + "@strapi/plugin-email": "npm:4.25.18" + "@strapi/plugin-upload": "npm:4.25.18" + "@strapi/types": "npm:4.25.18" + "@strapi/typescript-utils": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" bcryptjs: "npm:2.4.3" boxen: "npm:5.1.2" chalk: "npm:4.1.2"

@@ -7056,33 +7161,33 @@ yalc: "npm:1.0.0-pre.53"

yup: "npm:0.32.9" bin: strapi: bin/strapi.js - checksum: 10c0/ec087ea1d87628937da3b8a232d6a4a329901248fdec7c4c738993c328521befed52e33b600cbe91b719072aca1cbe81d3b88a21b223103ebaf783c26f3f46c3 + checksum: 10c0/89930dd467cf64b95b93863b6618e608b4c1a737804a169455447bce3528b86396aa6c7caf397265ca9625436a1893802cfcadb601681f7fc7874f36d04d5d96 languageName: node linkType: hard -"@strapi/types@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/types@npm:4.25.17" +"@strapi/types@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/types@npm:4.25.18" dependencies: "@casl/ability": "npm:6.5.0" "@koa/cors": "npm:5.0.0" "@koa/router": "npm:10.1.1" - "@strapi/database": "npm:4.25.17" - "@strapi/logger": "npm:4.25.17" - "@strapi/permissions": "npm:4.25.17" - "@strapi/utils": "npm:4.25.17" + "@strapi/database": "npm:4.25.18" + "@strapi/logger": "npm:4.25.18" + "@strapi/permissions": "npm:4.25.18" + "@strapi/utils": "npm:4.25.18" commander: "npm:8.3.0" https-proxy-agent: "npm:5.0.1" koa: "npm:2.13.4" node-fetch: "npm:2.7.0" node-schedule: "npm:2.1.1" - checksum: 10c0/f0c48da9ac1206723f68615c3b92aa578426b2546d65c4aa44c2215bbfa50ca1587aa132f817e5ba4116573224ca2addf4cb64a3c566eb5198b40ef139dca0b6 + checksum: 10c0/8afd352925e4f4064685ecc76ef122e11eaa988130c671f767f8f34c9deb1726834452bf6092bdd837e7eb02b47408b3207abff0e6f14cd7e331e29f6791905d languageName: node linkType: hard -"@strapi/typescript-utils@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/typescript-utils@npm:4.25.17" +"@strapi/typescript-utils@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/typescript-utils@npm:4.25.18" dependencies: chalk: "npm:4.1.2" cli-table3: "npm:0.6.5"

@@ -7090,7 +7195,7 @@ fs-extra: "npm:10.0.0"

lodash: "npm:4.17.21" prettier: "npm:2.8.4" typescript: "npm:5.2.2" - checksum: 10c0/e35b343862cb5c90af5e30f7f3ef0ba59fba3ac284fdb5a889a435c5e3afc43dc0bae2c3f06428e7a09759f185cbae5f9254b551e999605d25067edd2b167433 + checksum: 10c0/d5e54403e85fb1631a2f839e7a48fe4dfe45455ab40b0c52e623e1b88d1e44c2dbc9496c29eae45fb7c2c0d053bb840f32ed42cdbc9c5e0151f0c4bf31147cbd languageName: node linkType: hard

@@ -7126,9 +7231,9 @@ checksum: 10c0/75eea48aeafc79769ab1c70b249e9315c17fce47294c922118d143462c0355fdfd7909f6fa0665f94f269a0cdfc2bd14a524b9f2fa792845480d7991cc75c040

languageName: node linkType: hard -"@strapi/utils@npm:4.25.17": - version: 4.25.17 - resolution: "@strapi/utils@npm:4.25.17" +"@strapi/utils@npm:4.25.13": + version: 4.25.13 + resolution: "@strapi/utils@npm:4.25.13" dependencies: "@sindresorhus/slugify": "npm:1.1.0" date-fns: "npm:2.30.0"

@@ -7136,7 +7241,21 @@ http-errors: "npm:1.8.1"

lodash: "npm:4.17.21" p-map: "npm:4.0.0" yup: "npm:0.32.9" - checksum: 10c0/0f9149b414ad230fe04d4a3af549f413ab15ca8098cd8e8b4aca994eb5b7a3e596be692621931ef15d66251500c42d2887ac344148104f54d93570d8537e6d9f + checksum: 10c0/d5e0c84fd75eaab112668e7428e4f2c0f7f740d41c28bd922d4b48fc7353dbb766bedd495f4c1c23d8e67c2497fd9eeecb7b5a1668e54e0fdfb49034c2cc1212 + languageName: node + linkType: hard + +"@strapi/utils@npm:4.25.18": + version: 4.25.18 + resolution: "@strapi/utils@npm:4.25.18" + dependencies: + "@sindresorhus/slugify": "npm:1.1.0" + date-fns: "npm:2.30.0" + http-errors: "npm:1.8.1" + lodash: "npm:4.17.21" + p-map: "npm:4.0.0" + yup: "npm:0.32.9" + checksum: 10c0/7aed590415d826c931e500de2cd3d55952ac047cf2f7a1e6412ccdd06fc49c89d33b0db8b6cc1ca9e2ccd0d795ca92bf27f3bb1b0be45c8a14523feabd3af1a7 languageName: node linkType: hard

@@ -7312,30 +7431,30 @@ checksum: 10c0/73946918c025339db68b09abd91fa3001e87fc749c619d2e9c2003a663039d4c3cb89836c98a96598b3d47dec2481284ba85355392644911f5ecd2336536697f

languageName: node linkType: hard -"@tolgee/core@npm:5.32.0": - version: 5.32.0 - resolution: "@tolgee/core@npm:5.32.0" - checksum: 10c0/cc4aafefd6ef2915af266271bdae84aa64a7b5d2aca27ae89ed62e0c6591ba3aaae70e41c9efbcee614cdbd9a69bd9196ca65bced9aacc9909ba6718cb677c6d +"@tolgee/core@npm:5.33.2": + version: 5.33.2 + resolution: "@tolgee/core@npm:5.33.2" + checksum: 10c0/3f396045620da6508aa435d8071e64c4c5700d18a2a4ddd6e0df778e3f8bac37c35b3082eb5196d2af7094c3b5f4fb2d57c051296c6ecd4632c1eec40d20ac06 languageName: node linkType: hard -"@tolgee/i18next@npm:^5.32.0": - version: 5.32.0 - resolution: "@tolgee/i18next@npm:5.32.0" +"@tolgee/i18next@npm:^5.33.2": + version: 5.33.2 + resolution: "@tolgee/i18next@npm:5.33.2" dependencies: - "@tolgee/web": "npm:5.32.0" + "@tolgee/web": "npm:5.33.2" peerDependencies: i18next: "*" - checksum: 10c0/2b2b848fdf2846b03da3f949bbfe78eaf47f9783f00d52b38115a8b2e98726858e6ec7bdf8bf72e7108f57009923336a2f8a6a0e68442fd00cf9fda2f2f26d23 + checksum: 10c0/b633698f6afe4d5541b64f79342ca6f82197a1d809f7c99ce4254839bb6270023b34093f8fdcab609e7fbce97a79b7bf0b1157e4079b19b4c8ac68325b818853 languageName: node linkType: hard -"@tolgee/web@npm:5.32.0": - version: 5.32.0 - resolution: "@tolgee/web@npm:5.32.0" +"@tolgee/web@npm:5.33.2": + version: 5.33.2 + resolution: "@tolgee/web@npm:5.33.2" dependencies: - "@tolgee/core": "npm:5.32.0" - checksum: 10c0/a6990bc22e936ab0ffd7772de7ab3724f95504c944ccc4dd936b401a47f369af816ad15e2fefa270b1e67c7a1ee64cd905095feda3e098b89ced5878f5c18bfd + "@tolgee/core": "npm:5.33.2" + checksum: 10c0/dea4661a7b7178c208ad6dfdc943dbe235d5136ace4ba74f13844122a4028411895bbf91784ea87e91d157cba199887cd9417efdf884a5120ed09611fb2abbe2 languageName: node linkType: hard

@@ -7591,7 +7710,7 @@ checksum: 10c0/235d2fc69741448e853333b7c3d1180a966dd2b8972c8cbcd6b2a0c6cd7f8d582ab2b8e58219dbc62cce8f1b40aa317ff78ea2201cdd8249da5025adebed6f0b

languageName: node linkType: hard -"@types/hoist-non-react-statics@npm:^3.3.1, @types/hoist-non-react-statics@npm:^3.3.4": +"@types/hoist-non-react-statics@npm:^3.3.1": version: 3.3.5 resolution: "@types/hoist-non-react-statics@npm:3.3.5" dependencies:

@@ -7824,12 +7943,12 @@ checksum: 10c0/0742294912a6e79786cdee9ed77cff6ee8ff007b55d8e21170fc3e5994ad3a8101fea741898091876f8dc32b0a5ae3d64537b7176799e92da56346028d2cbcd2

languageName: node linkType: hard -"@types/node@npm:^22.10.1": - version: 22.10.1 - resolution: "@types/node@npm:22.10.1" +"@types/node@npm:^22.10.2": + version: 22.10.2 + resolution: "@types/node@npm:22.10.2" dependencies: undici-types: "npm:~6.20.0" - checksum: 10c0/0fbb6d29fa35d807f0223a4db709c598ac08d66820240a2cd6a8a69b8f0bc921d65b339d850a666b43b4e779f967e6ed6cf6f0fca3575e08241e6b900364c234 + checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac languageName: node linkType: hard

@@ -7870,6 +7989,13 @@ checksum: 10c0/1b20fc67281902c6743379960247bc161f3f0406ffc0df8e7058745a85ea1538612109db0406290512947f9632fe9e10e7337bf0ce6338a91d6c948df16a7c61

languageName: node linkType: hard +"@types/prop-types@npm:^15.7.14": + version: 15.7.14 + resolution: "@types/prop-types@npm:15.7.14" + checksum: 10c0/1ec775160bfab90b67a782d735952158c7e702ca4502968aa82565bd8e452c2de8601c8dfe349733073c31179116cf7340710160d3836aa8a1ef76d1532893b1 + languageName: node + linkType: hard + "@types/qs@npm:*": version: 6.9.15 resolution: "@types/qs@npm:6.9.15"

@@ -7884,12 +8010,12 @@ checksum: 10c0/361bb3e964ec5133fa40644a0b942279ed5df1949f21321d77de79f48b728d39253e5ce0408c9c17e4e0fd95ca7899da36841686393b9f7a1e209916e9381a3c

languageName: node linkType: hard -"@types/react-dom@npm:^18.3.1": - version: 18.3.1 - resolution: "@types/react-dom@npm:18.3.1" - dependencies: - "@types/react": "npm:*" - checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb +"@types/react-dom@npm:^18.3.5": + version: 18.3.5 + resolution: "@types/react-dom@npm:18.3.5" + peerDependencies: + "@types/react": ^18.0.0 + checksum: 10c0/b163d35a6b32a79f5782574a7aeb12a31a647e248792bf437e6d596e2676961c394c5e3c6e91d1ce44ae90441dbaf93158efb4f051c0d61e2612f1cb04ce4faa languageName: node linkType: hard

@@ -7899,6 +8025,15 @@ resolution: "@types/react-transition-group@npm:4.4.11"

dependencies: "@types/react": "npm:*" checksum: 10c0/8fbf0dcc1b81985cdcebe3c59d769fe2ea3f4525f12c3a10a7429a59f93e303c82b2abb744d21cb762879f4514969d70a7ab11b9bf486f92213e8fe70e04098d + languageName: node + linkType: hard + +"@types/react-transition-group@npm:^4.4.12": + version: 4.4.12 + resolution: "@types/react-transition-group@npm:4.4.12" + peerDependencies: + "@types/react": "*" + checksum: 10c0/0441b8b47c69312c89ec0760ba477ba1a0808a10ceef8dc1c64b1013ed78517332c30f18681b0ec0b53542731f1ed015169fed1d127cc91222638ed955478ec7 languageName: node linkType: hard

@@ -7912,13 +8047,13 @@ checksum: 10c0/5c52e1e6f540cff21e3c2a5212066d02e005f6fb21e4a536a29097fae878db9f407cd7a4b43778f51359349c5f692e08bc77ddb5f5cecbfca9ca4d4e3c91a48e

languageName: node linkType: hard -"@types/react@npm:^18.3.12": - version: 18.3.12 - resolution: "@types/react@npm:18.3.12" +"@types/react@npm:^18.3.18": + version: 18.3.18 + resolution: "@types/react@npm:18.3.18" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290 + checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8 languageName: node linkType: hard

@@ -8229,13 +8364,6 @@ codemirror: ">=6.0.0"

react: ">=16.8.0" react-dom: ">=16.8.0" checksum: 10c0/3bdd3bc442624f6f1c6b00b5cb447c9a57c2ccfce3b0813b8631a365b5b7408957eb1a6ac64813520658273ff18fb189a7097df0574905d672139d25f8c9259e - languageName: node - linkType: hard - -"@ungap/structured-clone@npm:^1.2.0": - version: 1.2.0 - resolution: "@ungap/structured-clone@npm:1.2.0" - checksum: 10c0/8209c937cb39119f44eb63cf90c0b73e7c754209a6411c707be08e50e29ee81356dca1a848a405c8bdeebfe2f5e4f831ad310ae1689eeef65e7445c090c6657d languageName: node linkType: hard

@@ -8564,7 +8692,7 @@ checksum: 10c0/51fb26cd678f914e13287e886da2d7021f8c2bc0ccc95e03d3e0447ee278dd3b40b9c57dc222acd5881adcf26f3edc40901a4953403232129e3876793cd17386

languageName: node linkType: hard -"acorn@npm:^8.14.0, acorn@npm:^8.9.0": +"acorn@npm:^8.14.0": version: 8.14.0 resolution: "acorn@npm:8.14.0" bin:

@@ -11169,7 +11297,7 @@ checksum: 10c0/5738c312387081c98d69c98e105b6327b069197f864a60593245d64c8089c8a0a744e16349281210d56835bb9274130d825a78b2ad6853ca13cfbeffc0c31750

languageName: node linkType: hard -"cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.5": +"cross-spawn@npm:^7.0.6": version: 7.0.6 resolution: "cross-spawn@npm:7.0.6" dependencies:

@@ -11845,15 +11973,6 @@ resolution: "doctrine@npm:2.1.0"

dependencies: esutils: "npm:^2.0.2" checksum: 10c0/b6416aaff1f380bf56c3b552f31fdf7a69b45689368deca72d28636f41c16bb28ec3ebc40ace97db4c1afc0ceeb8120e8492fe0046841c94c2933b2e30a7d5ac - languageName: node - linkType: hard - -"doctrine@npm:^3.0.0": - version: 3.0.0 - resolution: "doctrine@npm:3.0.0" - dependencies: - esutils: "npm:^2.0.2" - checksum: 10c0/c96bdccabe9d62ab6fea9399fdff04a66e6563c1d6fb3a3a063e8d53c3bb136ba63e84250bbf63d00086a769ad53aef92d2bd483f03f837fc97b71cbee6b2520 languageName: node linkType: hard

@@ -12669,11 +12788,11 @@ checksum: 10c0/e1450a1f75f67d35c061bf0d60888b15f62ab63aef9df1901cffc81cffbbb9e8b3de237c5502cf8613a017c1df3a3003881307c78835a1ab54d8c8d2206e01d3

languageName: node linkType: hard -"eslint-config-next@npm:^14.2.19": - version: 14.2.19 - resolution: "eslint-config-next@npm:14.2.19" +"eslint-config-next@npm:^14.2.21": + version: 14.2.21 + resolution: "eslint-config-next@npm:14.2.21" dependencies: - "@next/eslint-plugin-next": "npm:14.2.19" + "@next/eslint-plugin-next": "npm:14.2.21" "@rushstack/eslint-patch": "npm:^1.3.3" "@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

@@ -12689,7 +12808,7 @@ typescript: ">=3.3.1"

peerDependenciesMeta: typescript: optional: true - checksum: 10c0/673face6c8e9817a67280b7e177d13b71ccda936466b81f377ad9fa0c096bd3739b5fbcef38a5854327bbe2143a3d4ecd6b4362bccc5154f90356f8299b1b98d + checksum: 10c0/9266186df8d7273b77ef8fcedd92e14390626d74e8ab0b4547c672ade6520aeda18c3d53ade65b37f6d88676f1561cee6016b1880457c495235538402fd5baaf languageName: node linkType: hard

@@ -12852,16 +12971,6 @@ checksum: 10c0/d30ef9dc1c1cbdece34db1539a4933fe3f9b14e1ffb27ecc85987902ee663ad7c9473bbd49a9a03195a373741e62e2f807c4938992e019b511993d163450e70a

languageName: node linkType: hard -"eslint-scope@npm:^7.2.2": - version: 7.2.2 - resolution: "eslint-scope@npm:7.2.2" - dependencies: - esrecurse: "npm:^4.3.0" - estraverse: "npm:^5.2.0" - checksum: 10c0/613c267aea34b5a6d6c00514e8545ef1f1433108097e857225fed40d397dd6b1809dffd11c2fde23b37ca53d7bf935fe04d2a18e6fc932b31837b6ad67e1c116 - languageName: node - linkType: hard - "eslint-scope@npm:^8.2.0": version: 8.2.0 resolution: "eslint-scope@npm:8.2.0"

@@ -12879,7 +12988,7 @@ checksum: 10c0/10c91fdbbe36810dd4308e57f9a8bc7177188b2a70247e54e3af1fa05ebc66414ae6fd4ce3c6c6821591f43a556e9037bc6b071122e099b5f8b7d2f76df553e3

languageName: node linkType: hard -"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.1, eslint-visitor-keys@npm:^3.4.3": +"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.3": version: 3.4.3 resolution: "eslint-visitor-keys@npm:3.4.3" checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820

@@ -12900,64 +13009,16 @@ checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269

languageName: node linkType: hard -"eslint@npm:^8.57.1": - version: 8.57.1 - resolution: "eslint@npm:8.57.1" - dependencies: - "@eslint-community/eslint-utils": "npm:^4.2.0" - "@eslint-community/regexpp": "npm:^4.6.1" - "@eslint/eslintrc": "npm:^2.1.4" - "@eslint/js": "npm:8.57.1" - "@humanwhocodes/config-array": "npm:^0.13.0" - "@humanwhocodes/module-importer": "npm:^1.0.1" - "@nodelib/fs.walk": "npm:^1.2.8" - "@ungap/structured-clone": "npm:^1.2.0" - ajv: "npm:^6.12.4" - chalk: "npm:^4.0.0" - cross-spawn: "npm:^7.0.2" - debug: "npm:^4.3.2" - doctrine: "npm:^3.0.0" - escape-string-regexp: "npm:^4.0.0" - eslint-scope: "npm:^7.2.2" - eslint-visitor-keys: "npm:^3.4.3" - espree: "npm:^9.6.1" - esquery: "npm:^1.4.2" - esutils: "npm:^2.0.2" - fast-deep-equal: "npm:^3.1.3" - file-entry-cache: "npm:^6.0.1" - find-up: "npm:^5.0.0" - glob-parent: "npm:^6.0.2" - globals: "npm:^13.19.0" - graphemer: "npm:^1.4.0" - ignore: "npm:^5.2.0" - imurmurhash: "npm:^0.1.4" - is-glob: "npm:^4.0.0" - is-path-inside: "npm:^3.0.3" - js-yaml: "npm:^4.1.0" - json-stable-stringify-without-jsonify: "npm:^1.0.1" - levn: "npm:^0.4.1" - lodash.merge: "npm:^4.6.2" - minimatch: "npm:^3.1.2" - natural-compare: "npm:^1.4.0" - optionator: "npm:^0.9.3" - strip-ansi: "npm:^6.0.1" - text-table: "npm:^0.2.0" - bin: - eslint: bin/eslint.js - checksum: 10c0/1fd31533086c1b72f86770a4d9d7058ee8b4643fd1cfd10c7aac1ecb8725698e88352a87805cf4b2ce890aa35947df4b4da9655fb7fdfa60dbb448a43f6ebcf1 - languageName: node - linkType: hard - -"eslint@npm:^9.16.0": - version: 9.16.0 - resolution: "eslint@npm:9.16.0" +"eslint@npm:^9.17.0": + version: 9.17.0 + resolution: "eslint@npm:9.17.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" "@eslint/config-array": "npm:^0.19.0" "@eslint/core": "npm:^0.9.0" "@eslint/eslintrc": "npm:^3.2.0" - "@eslint/js": "npm:9.16.0" + "@eslint/js": "npm:9.17.0" "@eslint/plugin-kit": "npm:^0.2.3" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1"

@@ -12966,7 +13027,7 @@ "@types/estree": "npm:^1.0.6"

"@types/json-schema": "npm:^7.0.15" ajv: "npm:^6.12.4" chalk: "npm:^4.0.0" - cross-spawn: "npm:^7.0.5" + cross-spawn: "npm:^7.0.6" debug: "npm:^4.3.2" escape-string-regexp: "npm:^4.0.0" eslint-scope: "npm:^8.2.0"

@@ -12993,7 +13054,7 @@ jiti:

optional: true bin: eslint: bin/eslint.js - checksum: 10c0/f36d12652c6f20bab8a77375b8ad29a6af030c3840deb0a5f9dd4cee49d68a2d68d7dc73b0c25918df59d83cd686dd5712e11387e696e1f3842e8dde15cd3255 + checksum: 10c0/9edd8dd782b4ae2eb00a158ed4708194835d4494d75545fa63a51f020ed17f865c49b4ae1914a2ecbc7fdb262bd8059e811aeef9f0bae63dced9d3293be1bbdd languageName: node linkType: hard

@@ -13026,17 +13087,6 @@ checksum: 10c0/272beeaca70d0a1a047d61baff64db04664a33d7cfb5d144f84bc8a5c6194c6c8ebe9cc594093ca53add88baa23e59b01e69e8a0160ab32eac570482e165c462

languageName: node linkType: hard -"espree@npm:^9.6.0, espree@npm:^9.6.1": - version: 9.6.1 - resolution: "espree@npm:9.6.1" - dependencies: - acorn: "npm:^8.9.0" - acorn-jsx: "npm:^5.3.2" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 10c0/1a2e9b4699b715347f62330bcc76aee224390c28bb02b31a3752e9d07549c473f5f986720483c6469cf3cfb3c9d05df612ffc69eb1ee94b54b739e67de9bb460 - languageName: node - linkType: hard - "esprima@npm:^4.0.0, esprima@npm:^4.0.1": version: 4.0.1 resolution: "esprima@npm:4.0.1"

@@ -13047,7 +13097,7 @@ checksum: 10c0/ad4bab9ead0808cf56501750fd9d3fb276f6b105f987707d059005d57e182d18a7c9ec7f3a01794ebddcca676773e42ca48a32d67a250c9d35e009ca613caba3

languageName: node linkType: hard -"esquery@npm:^1.4.2, esquery@npm:^1.5.0": +"esquery@npm:^1.5.0": version: 1.6.0 resolution: "esquery@npm:1.6.0" dependencies:

@@ -13437,15 +13487,6 @@ checksum: 10c0/9c421646ede432829a50bc4e55c7a4eb4bcb7cc07b5bab2f471ef1ab9a344595bbebb6c5c21470093fbb730cd81bbca119624c40473a125293f656f49cb47629

languageName: node linkType: hard -"file-entry-cache@npm:^6.0.1": - version: 6.0.1 - resolution: "file-entry-cache@npm:6.0.1" - dependencies: - flat-cache: "npm:^3.0.4" - checksum: 10c0/58473e8a82794d01b38e5e435f6feaf648e3f36fdb3a56e98f417f4efae71ad1c0d4ebd8a9a7c50c3ad085820a93fc7494ad721e0e4ebc1da3573f4e1c3c7cdd - languageName: node - linkType: hard - "file-entry-cache@npm:^8.0.0": version: 8.0.0 resolution: "file-entry-cache@npm:8.0.0"

@@ -13568,17 +13609,6 @@ "flagged-respawn@npm:^1.0.0":

version: 1.0.1 resolution: "flagged-respawn@npm:1.0.1" checksum: 10c0/4ded739606afa331d60e530cd94ea7948e3bacab8de1c084be3bbb5e37ecceec207eef1ba8fc88d14d1b975c771ac1efc1517d800027b4e05613c6c797211178 - languageName: node - linkType: hard - -"flat-cache@npm:^3.0.4": - version: 3.2.0 - resolution: "flat-cache@npm:3.2.0" - dependencies: - flatted: "npm:^3.2.9" - keyv: "npm:^4.5.3" - rimraf: "npm:^3.0.2" - checksum: 10c0/b76f611bd5f5d68f7ae632e3ae503e678d205cf97a17c6ab5b12f6ca61188b5f1f7464503efae6dc18683ed8f0b41460beb48ac4b9ac63fe6201296a91ba2f75 languageName: node linkType: hard

@@ -14260,15 +14290,6 @@ checksum: 10c0/758f9f258e7b19226bd8d4af5d3b0dcf7038780fb23d82e6f98932c44e239f884847f1766e8fa9cc5635ccb3204f7fa7314d4408dd4002a5e8ea827b4018f0a1

languageName: node linkType: hard -"globals@npm:^13.19.0": - version: 13.24.0 - resolution: "globals@npm:13.24.0" - dependencies: - type-fest: "npm:^0.20.2" - checksum: 10c0/d3c11aeea898eb83d5ec7a99508600fbe8f83d2cf00cbb77f873dbf2bcb39428eff1b538e4915c993d8a3b3473fa71eeebfe22c9bb3a3003d1e26b1f2c8a42cd - languageName: node - linkType: hard - "globals@npm:^14.0.0": version: 14.0.0 resolution: "globals@npm:14.0.0"

@@ -14342,10 +14363,10 @@ checksum: 10c0/656ad1f0d02c6ef378c07589519ed3ec27fe988ea177195c05b8aff280320f3d67b91fa0baa6f7e49288f9bf1f92fc84f783a79ac3ed66278f3fa082e627ed84

languageName: node linkType: hard -"google-libphonenumber@npm:^3.2.39": - version: 3.2.39 - resolution: "google-libphonenumber@npm:3.2.39" - checksum: 10c0/d275d96ef72d9ddd132b5887a2db47b96d11c93b9049fbf5081f5987e0fb87414e603ee80f94eac10970d07dd1fdb2e367545742ffbf3a54679a2edbef52b950 +"google-libphonenumber@npm:^3.2.40": + version: 3.2.40 + resolution: "google-libphonenumber@npm:3.2.40" + checksum: 10c0/997857e0dfdd39b169171cfee72ba268e9b0f9c655317701e21f61b2725d48384df3b2dea6977b49fb47efbde319fd71a1f2ec46589e91ab832ada9f54793cff languageName: node linkType: hard

@@ -14553,10 +14574,10 @@ checksum: 10c0/0e93f7138daae07dcb0713ce5e2ae7f8039e911b6180f0170c4929664ec32ab8e690a9ea12be2dc4ab18544f9898989765122f30d2d07d38b0ce2a4c839d29bc

languageName: node linkType: hard -"graphql@npm:^16.9.0": - version: 16.9.0 - resolution: "graphql@npm:16.9.0" - checksum: 10c0/a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a +"graphql@npm:^16.10.0": + version: 16.10.0 + resolution: "graphql@npm:16.10.0" + checksum: 10c0/303730675538c8bd6c76b447dc6f03e61242e2d2596b408c34759666ec4877409e5593a7a0467d590ac5407b8c663b093b599556a77f24f281abea69ddc53de6 languageName: node linkType: hard

@@ -15791,7 +15812,7 @@ checksum: 10c0/50272b9aa301964c0bc4032d5c968e63c516d15bd7800cd06845df97bee637451fcd92a8001b37e309563eff2dffae5fa6d635a0c1d162dc257489c86b1fda51

languageName: node linkType: hard -"is-path-inside@npm:^3.0.1, is-path-inside@npm:^3.0.3": +"is-path-inside@npm:^3.0.1": version: 3.0.3 resolution: "is-path-inside@npm:3.0.3" checksum: 10c0/cf7d4ac35fb96bab6a1d2c3598fe5ebb29aafb52c0aaa482b5a3ed9d8ba3edc11631e3ec2637660c44b3ce0e61a08d54946e8af30dec0b60a7c27296c68ffd05

@@ -17131,7 +17152,7 @@ checksum: 10c0/2aceec1a1e642a0caf938044056ed67b1909cfe67a93a59b32aae2863e0f35a1a53782ecc8f9cd0e3bdb60863fa0f401ccbd257cd7dfae61915f78445139edea

languageName: node linkType: hard -"keyv@npm:^4.0.0, keyv@npm:^4.5.3, keyv@npm:^4.5.4": +"keyv@npm:^4.0.0, keyv@npm:^4.5.4": version: 4.5.4 resolution: "keyv@npm:4.5.4" dependencies:

@@ -18300,7 +18321,7 @@ checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d

languageName: node linkType: hard -"minimatch@npm:^3.0.2, minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": +"minimatch@npm:^3.0.2, minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" dependencies:

@@ -18641,9 +18662,9 @@ checksum: 10c0/cafd28388e698e1138ace947929f842944d0f1c0b87d3fa2601a61b38dc89397d33c0ce2c8e7b99e968584b91d15f6810b91bef3f3826adf71b1833b61d4bf4f

languageName: node linkType: hard -"next-auth@npm:4.24.10": - version: 4.24.10 - resolution: "next-auth@npm:4.24.10" +"next-auth@npm:4.24.11": + version: 4.24.11 + resolution: "next-auth@npm:4.24.11" dependencies: "@babel/runtime": "npm:^7.20.13" "@panva/hkdf": "npm:^1.0.2"

@@ -18658,23 +18679,22 @@ peerDependencies:

"@auth/core": 0.34.2 next: ^12.2.5 || ^13 || ^14 || ^15 nodemailer: ^6.6.5 - react: ^17.0.2 || ^18 - react-dom: ^17.0.2 || ^18 + react: ^17.0.2 || ^18 || ^19 + react-dom: ^17.0.2 || ^18 || ^19 peerDependenciesMeta: "@auth/core": optional: true nodemailer: optional: true - checksum: 10c0/055c953ec4b98389b61e4026d07d6c27ff3942bde5e0ac15b5e0b32f1d58097fb58a32f114624fd7606ee9e1aaec63f335305a472609e78e3fba336eb4ac18ad + checksum: 10c0/56142678cfb8e751ae24f1396b3659aac7b1831f4f2283bcb2035224ebfd7ae82b62839383cf4029835d511cec339aad9665afcd1e711a631359fe123d970c0d languageName: node linkType: hard -"next-i18next@npm:^15.4.0": - version: 15.4.0 - resolution: "next-i18next@npm:15.4.0" +"next-i18next@npm:^15.4.1": + version: 15.4.1 + resolution: "next-i18next@npm:15.4.1" dependencies: "@babel/runtime": "npm:^7.23.2" - "@types/hoist-non-react-statics": "npm:^3.3.4" core-js: "npm:^3" hoist-non-react-statics: "npm:^3.3.2" i18next-fs-backend: "npm:^2.6.0"

@@ -18683,7 +18703,7 @@ i18next: ">= 23.7.13"

next: ">= 12.0.0" react: ">= 17.0.2" react-i18next: ">= 13.5.0" - checksum: 10c0/edcc2cb38bf31df4483577cd8994034a0fefa6fb27e160d1288ab226b3f3c06f2bf9cc645913505676a11f420503eebac9684406695228029dd7a402b5b37f3c + checksum: 10c0/96f5417a78c1fc2dbd9eff54003281479f7e3b3191640c90e9aef950dd5c6e89bc83aa78a21091d9d42d6341a0c051de46588fabc662b400b926d1d6feb5fe9f languageName: node linkType: hard

@@ -18703,20 +18723,20 @@ checksum: 10c0/efe34fc9eb5a422e6c31cdf64019c130a10f5f6d689ff7402ada98571724ba7ebab67550d3b169c40baade38c20229ec762e6d5f207eb064195b158cacb73b60

languageName: node linkType: hard -"next@npm:^14.2.19": - version: 14.2.19 - resolution: "next@npm:14.2.19" +"next@npm:^14.2.21": + version: 14.2.21 + resolution: "next@npm:14.2.21" dependencies: - "@next/env": "npm:14.2.19" - "@next/swc-darwin-arm64": "npm:14.2.19" - "@next/swc-darwin-x64": "npm:14.2.19" - "@next/swc-linux-arm64-gnu": "npm:14.2.19" - "@next/swc-linux-arm64-musl": "npm:14.2.19" - "@next/swc-linux-x64-gnu": "npm:14.2.19" - "@next/swc-linux-x64-musl": "npm:14.2.19" - "@next/swc-win32-arm64-msvc": "npm:14.2.19" - "@next/swc-win32-ia32-msvc": "npm:14.2.19" - "@next/swc-win32-x64-msvc": "npm:14.2.19" + "@next/env": "npm:14.2.21" + "@next/swc-darwin-arm64": "npm:14.2.21" + "@next/swc-darwin-x64": "npm:14.2.21" + "@next/swc-linux-arm64-gnu": "npm:14.2.21" + "@next/swc-linux-arm64-musl": "npm:14.2.21" + "@next/swc-linux-x64-gnu": "npm:14.2.21" + "@next/swc-linux-x64-musl": "npm:14.2.21" + "@next/swc-win32-arm64-msvc": "npm:14.2.21" + "@next/swc-win32-ia32-msvc": "npm:14.2.21" + "@next/swc-win32-x64-msvc": "npm:14.2.21" "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579"

@@ -18757,7 +18777,7 @@ sass:

optional: true bin: next: dist/bin/next - checksum: 10c0/54e2c066f8c183fe608415055d1e026036f4708559e4ee7d0be5914103bf9edd82d4034612609d4e81b0e209f45704c5206df0f16919cd1c432b45e27bc6ef47 + checksum: 10c0/b087ddbd7f0358393075080e9fefdfe4d436f42c42348f47c8bfcb052463976e767cef33d7816ddc1a1cdd5d729be3941db25f8bf4a4b12045aa72241d90298a languageName: node linkType: hard

@@ -20801,9 +20821,9 @@ checksum: 10c0/1d2831d9c3b4f5c91f020076aeb6502437a4788077d0c438421e466eb9633d5dc2aacedf7b779a970b807d61cf87793c5ff76ee3190a185d71c90b5cfb367e96

languageName: node linkType: hard -"react-i18next@npm:^15.1.3": - version: 15.1.3 - resolution: "react-i18next@npm:15.1.3" +"react-i18next@npm:^15.2.0": + version: 15.2.0 + resolution: "react-i18next@npm:15.2.0" dependencies: "@babel/runtime": "npm:^7.25.0" html-parse-stringify: "npm:^3.0.1"

@@ -20815,16 +20835,16 @@ react-dom:

optional: true react-native: optional: true - checksum: 10c0/2f8de1757f5b4d91e034f621c0bf6422fad3cde0687d11d4fe87822db86f264c6c3512a26fafe03d91ea691b3c441ba5ca490f4e5611e147df985ee133265089 + checksum: 10c0/e6dfd3f04a070777231ea50e750d74ed7a72c56e3f2da238e8666db65431c805482706bbc76bdb69e5196c4125ff4c955ea4166a1788997a679c3a5c03590654 languageName: node linkType: hard -"react-international-phone@npm:^4.3.0": - version: 4.3.0 - resolution: "react-international-phone@npm:4.3.0" +"react-international-phone@npm:^4.4.0": + version: 4.4.0 + resolution: "react-international-phone@npm:4.4.0" peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: 10c0/91b47d65426c678a578e390de3a78b0da21c0c3786e44a0210bd38740f2500a3408ad0b2f7826a70909072e635a9e95f46cabba660141f27be54504f9a1009be + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + checksum: 10c0/0a0402d0cb1599e12d9a9d1cfaaaf8f116481ad279c55a187b43ff8c8a9e114cc128b824669b7e6cc259c0a53b9f787a50a0313ad9d92215eeea0cbe4b044c6c languageName: node linkType: hard

@@ -20863,6 +20883,13 @@ "react-is@npm:^18.0.0, react-is@npm:^18.2.0, react-is@npm:^18.3.1":

version: 18.3.1 resolution: "react-is@npm:18.3.1" checksum: 10c0/f2f1e60010c683479e74c63f96b09fb41603527cd131a9959e2aee1e5a8b0caf270b365e5ca77d4a6b18aae659b60a86150bb3979073528877029b35aecd2072 + languageName: node + linkType: hard + +"react-is@npm:^19.0.0": + version: 19.0.0 + resolution: "react-is@npm:19.0.0" + checksum: 10c0/d1be8e8500cf04f76df71942a21ef3a71266397a383d7ec8885f35190df818d35c65efd35aed7be47a89ad99aaff2c52e0c4e39e8930844a6b997622e50625a8 languageName: node linkType: hard

@@ -23127,13 +23154,13 @@ checksum: 10c0/b509231cbdee45064ff4f9fd73609e2bcc4e84a4d508e9dd0f31f70356473fde18abfb5838c17d56fb236f5a06b102ef115438de0600b749e818a35fbbc48c43

languageName: node linkType: hard -"stripe@npm:^17.4.0": - version: 17.4.0 - resolution: "stripe@npm:17.4.0" +"stripe@npm:^17.5.0": + version: 17.5.0 + resolution: "stripe@npm:17.5.0" dependencies: "@types/node": "npm:>=8.1.0" qs: "npm:^6.11.0" - checksum: 10c0/bae24fc8c7b464f26f0b03f278007ef08e7fda31215fd5547521edb18e681615fc20023661f881340b8bcc46b6fdb3fd8e306cb76599fcab49231407932ad990 + checksum: 10c0/ba9cda3359f866c78ed03fea076222dbabdcaa4a33dafa187479cc5059f020b8853236ab13dba6078806bd5b99781a33b4477803257cfe1b139c470d3576d9ec languageName: node linkType: hard

@@ -23444,13 +23471,6 @@ "text-hex@npm:1.0.x":

version: 1.0.0 resolution: "text-hex@npm:1.0.0" checksum: 10c0/57d8d320d92c79d7c03ffb8339b825bb9637c2cbccf14304309f51d8950015c44464b6fd1b6820a3d4821241c68825634f09f5a2d9d501e84f7c6fd14376860d - languageName: node - linkType: hard - -"text-table@npm:^0.2.0": - version: 0.2.0 - resolution: "text-table@npm:0.2.0" - checksum: 10c0/02805740c12851ea5982686810702e2f14369a5f4c5c40a836821e3eefc65ffeec3131ba324692a37608294b0fd8c1e55a2dd571ffed4909822787668ddbee5c languageName: node linkType: hard