diff --git a/package.json b/package.json
index 1a60b38..f4fd67d 100644
--- a/package.json
+++ b/package.json
@@ -29,20 +29,20 @@
"@conet.project/seguro-worker-lib": "0.13.9",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
- "@mui/icons-material": "^5.14.16",
- "@mui/material": "^5.14.17",
+ "@mui/icons-material": "^5.14.18",
+ "@mui/material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"primereact": "^10.0.9",
"@react-icons/all-files": "^4.1.0",
"@tippyjs/react": "^4.2.6",
"dayjs": "^1.11.10",
- "framer-motion": "^10.16.4",
+ "framer-motion": "^10.16.5",
"get-port": "^7.0.0",
"react-draggable": "^4.4.6",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^5.4.5",
"react-lottie-player": "^1.5.5",
- "react-router-dom": "^6.18.0",
+ "react-router-dom": "^6.19.0",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0",
"country-flag-icons": "^1.5.7",
@@ -59,10 +59,10 @@
"@storybook/preset-create-react-app": "^7.5.3",
"@storybook/react": "^7.5.3",
"@testing-library/jest-dom": "^6.1.4",
- "@testing-library/react": "^14.1.0",
+ "@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
- "@types/node": "^20.9.0",
+ "@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-document-meta": "^3.0.5",
"@types/react-dom": "^18.2.15",
@@ -73,21 +73,21 @@
"concurrently": "^8.2.2",
"buffer": "^6.0.3",
"cors": "^2.8.5",
- "electron":"^27.0.4",
+ "electron":"^27.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^18.2.0",
- "react-icons": "^4.11.0",
- "react-intl": "^6.5.2",
+ "react-icons": "^4.12.0",
+ "react-intl": "^6.5.5",
"react-redux": "^8.1.3",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.1",
"typescript": "^5.2.2",
- "wait-on": "^7.1.0",
- "caniuse-lite": "^1.0.30001561"
+ "wait-on": "^7.2.0",
+ "caniuse-lite": "^1.0.30001563"
},
"browserslist": {
"production": [
diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx
index 45757e7..c52d728 100644
--- a/src/components/App/App.tsx
+++ b/src/components/App/App.tsx
@@ -107,10 +107,9 @@ const App = () => {
const test = await testLocalServer ()
if (test === true) {
setlocalDaemon(true)
- dAPPInitialize().then(() => {
-
- })
}
+ dAPPInitialize().then(() => {
+ })
}
testDeamon().catch((ex) => {
diff --git a/src/components/App/Apps/CONET-Proxy/assets/images/chrome.gif b/src/components/App/Apps/CONET-Proxy/assets/images/chrome.gif
new file mode 100644
index 0000000..73a7fb6
Binary files /dev/null and b/src/components/App/Apps/CONET-Proxy/assets/images/chrome.gif differ
diff --git a/src/components/App/Apps/CONET-Proxy/index.tsx b/src/components/App/Apps/CONET-Proxy/index.tsx
index 9d26380..6215a27 100644
--- a/src/components/App/Apps/CONET-Proxy/index.tsx
+++ b/src/components/App/Apps/CONET-Proxy/index.tsx
@@ -32,6 +32,8 @@ import AccordionDetails from '@mui/material/AccordionDetails'
import SaaSNodes from './SaasNodes'
import type {nodes_info} from './SaasNodes'
import { useIntl } from "react-intl"
+import chromeImg from './assets/images/chrome.gif'
+import Stack from '@mui/material/Stack'
import miner2 from '../../../../assets/miner/FancyNyan.webp'
//import { ColorMode, TerminalOutput } from 'react-terminal-ui'
@@ -87,7 +89,7 @@ const StyleIconSize = styledCom.img`
`
const StyleIconSize1 = styledCom.img`
-width:700px;
+width:400px;
`
@@ -172,15 +174,30 @@ const FeatureArea7Item = () => {
)
}
-const FeatureArea5 = () => {
+const showMoreDetail = (locale: string) => {
+
+ switch(locale) {
+ default:
+ case 'ja-JP':
+ case 'en-US': {
+ return window.open(`https://doc.conet.network/conet-white-paper/introduction/wallet-address-routing-network-infrastructure/conet-proxy-service`)
+ }
+ case 'zh-TW':
+ case'zh-CN': {
+ return window.open(`https://doc.conet.network/conet-bai-pi-shu/jie-shao/qian-bao-di-zhi-lu-you-wang-lao-ji-chu-she-shi/conet-dai-li-fu-wu`)
+ }
+ }
+}
+
+const FeatureArea5 = (locale: string) => {
const intl = useIntl()
return (
-
+
-
+
{ intl.formatMessage({id:'platform.proxy.FeatureArea.title.1'})}
@@ -193,9 +210,18 @@ const FeatureArea5 = () => {
+
< FeatureArea5Item />
< FeatureArea6Item />
< FeatureArea7Item />
+
+
+
@@ -283,9 +309,9 @@ const featureArea8Item = (conetBalance: string, loading: boolean, faucet: () =>
id="panel1a-header"
sx={{backgroundColor: 'rgb(240,240,240)'}}
>
-
- {intl.formatMessage({id: 'platform.proxy.step1.title'})}
-
+
+ {intl.formatMessage({id: 'platform.proxy.step1.title'})}
+
@@ -397,7 +423,31 @@ const featureArea8Item = (conetBalance: string, loading: boolean, faucet: () =>
{
// Firefox setup ***************************************************
- }
+ }
+
+ }
+ aria-controls="panel1a-content"
+ id="panel1a-header"
+ sx={{backgroundColor: 'rgb(240,240,240)'}}
+ >
+ {intl.formatMessage({id: 'platform.proxy.featureArea8Item.chrome'})}
+
+
+
+
+
+
+
+
+
+
+
}
@@ -405,7 +455,7 @@ const featureArea8Item = (conetBalance: string, loading: boolean, faucet: () =>
id="panel1a-header"
sx={{backgroundColor: 'rgb(240,240,240)'}}
>
- {intl.formatMessage({id: 'platform.proxy.featureArea8Item.step3'})}
+ {intl.formatMessage({id: 'platform.proxy.featureArea8Item.step3'})}
@@ -433,11 +483,11 @@ const featureArea6 = (conetBalance: string, loading: boolean,
const intl = useIntl()
return (
-
+
-
+
{ intl.formatMessage({id:'platform.proxy.FeatureArea.start'})}
@@ -528,6 +578,7 @@ const fetchProxyData = async (node: nodes_info, setProxyNodeLog: React.Dispatch<
const LaunchPage = () => {
const {
+ locale,
setShowGuide,
setShowAppStore
} = useAppState()
@@ -657,7 +708,7 @@ const LaunchPage = () => {
-
+ {FeatureArea5( locale )}
{
featureArea6(showAssetBalance_balance, loading, faucet, selectOnChange, regionConfirm, regionProgress, walletAddress, nodes, showConfirm, showProxyNodeLogs, showMiner, setShowMiner)
}
diff --git a/src/components/App/NoDaemon/index.tsx b/src/components/App/NoDaemon/index.tsx
index 4f75ace..931ad06 100644
--- a/src/components/App/NoDaemon/index.tsx
+++ b/src/components/App/NoDaemon/index.tsx
@@ -99,7 +99,7 @@ const deamon = () => {
setLoading (true)
const test = await testLocalServer()
setLoading(false)
- if (test === false) {
+ if (test !== true) {
setError (true)
return setTimeout(() => setError(false), 1000)
}
diff --git a/src/localization/messages/en-US.ts b/src/localization/messages/en-US.ts
index e6024d1..9bccc48 100644
--- a/src/localization/messages/en-US.ts
+++ b/src/localization/messages/en-US.ts
@@ -275,6 +275,7 @@ const en_US: Messages = {
'launchPage.FeatureArea5.1': 'TRUE PRIVACY',
'launchPage.FeatureArea5.2': 'Privacy from government and corporate surveillance is becoming increasingly important to users. By replacing cumbersome Web2 communication protocols with an innovative Web3 protocol, true privacy becomes possible.',
+ 'platform.proxy.FeatureArea5.moreDetail': 'More Information',
'launchPage.FeatureArea6.1': 'SIMPLE USER ADOPTION',
'launchPage.FeatureArea6.2': 'Onboarding is easy since the platform runs in various browsers. There’s no need to install any app to get the benefit of CoNET. All incoming and outgoing data will still be encrypted, making user history invisible.',
@@ -303,7 +304,9 @@ const en_US: Messages = {
'platform.proxy.featureArea8Item.step1.transferQuote': 'Billed by traffic, 1MB/1$CONET',
'platform.proxy.featureArea8Item.step2': 'Step 2 select proxy server localtion',
'platform.proxy.featureArea8Item.step2.random': '',//'Multiple selections will use randomly by fragmented data packets',
- 'platform.proxy.featureArea8Item.step3': 'Setp 3 Setup Your FireFox',
+ 'platform.proxy.featureArea8Item.step3': 'Setup FireFox',
+ 'platform.proxy.featureArea8Item.chrome': 'Setup Chromium',
+ 'platform.proxy.featureArea8Item.chrome.extensions': 'Download from Chrome Store',
'platform.proxy.featureArea8Item.minerSetup.title': 'Select Option',
'platform.proxy.featureArea8Item.minerSetup.saas':'SaaS',
@@ -314,7 +317,7 @@ const en_US: Messages = {
'launchPage.FeatureArea9.title': 'CONET testnet is live',
'platform.joinUS.header.title.1': 'DePEN Idle Computer Resources',
'platform.joinUS.header.title.2': 'Fair Free Market',
- 'platform.joinUS.header.detail': 'CONET is building a suite of privacy network layer infrastructure for Web3.',
+ 'platform.joinUS.header.detail': 'CONET is a infrastructure for privacy in layer minus',
'platform.joinUS.header.whatConet': `What's CONET`,
'platform.joinUS.miner.Bandwidth': 'Bandwidth Provider',
'platform.joinUS.miner.BandwidthDetail': 'Get rewards by sharing your unused network resources.',
diff --git a/src/localization/messages/ja_JP.ts b/src/localization/messages/ja_JP.ts
index 899e6bf..c452a20 100644
--- a/src/localization/messages/ja_JP.ts
+++ b/src/localization/messages/ja_JP.ts
@@ -277,6 +277,7 @@ const ja_JP: Messages = {
'platform.proxy.FeatureArea5.1': '真のプライバシー保護へ',
'platform.proxy.FeatureArea5.2': 'CONETプロキシテクノロジは、VPNプライバシーの定義を書き換えます。 分散型で断片化された通信により、データはデータの海に完全に隠蔽されます。ウォレットアドレス通信ルーティングのネットワークにより、ユーザーは監視から消えます。',
+ 'platform.proxy.FeatureArea5.moreDetail': 'もっと詳しく',
'platform.proxy.FeatureArea6.1': 'トラフィックの難読化テクノロジ',
'platform.proxy.FeatureArea6.2': `CONETプロキシの最大の特徴は、独自なプロトコルを使われていない事`,
'platform.proxy.FeatureArea7.1': '同時トラフィックのパワー',
@@ -288,7 +289,9 @@ const ja_JP: Messages = {
'platform.proxy.featureArea8Item.step1.transferQuote': 'お見積 1MB/1$CONET',
'platform.proxy.featureArea8Item.step2': 'ステップ 2: プロキシサーバーの場所を選択(複数選択肢が可能)',
'platform.proxy.featureArea8Item.step2.random': ' ',
- 'platform.proxy.featureArea8Item.step3': 'ステップ 3: Firefoxをセットアップ',
+ 'platform.proxy.featureArea8Item.step3': 'Firefoxをセットアップ',
+ 'platform.proxy.featureArea8Item.chrome': 'Chromium類ブラウザをセットアップ',
+ 'platform.proxy.featureArea8Item.chrome.extensions': 'Googleアプリストアからダウンロード',
'platform.proxy.featureArea8Item.minerSetup.title': 'マイニングタイプを選択してください',
'platform.proxy.featureArea8Item.minerSetup.saas':'SaaS コンピューティングパワーマイニング',
@@ -297,7 +300,7 @@ const ja_JP: Messages = {
'launchPage.FeatureArea9.title': 'CONETテストネットが正式に開始',
'platform.joinUS.header.title.1': '余ったコンピューターリソースで',
'platform.joinUS.header.title.2': 'フェアトレード市場',
- 'platform.joinUS.header.detail': 'CONETはWeb3のためにプライバシーネットワーク層インフラストラクチャを構築',
+ 'platform.joinUS.header.detail': 'CONETはLayer Minusプライバシーインフラです',
'platform.joinUS.header.whatConet': `CONETとは`,
'launchPage.FeatureArea3.2': 'CONETはパーミッションレス、トラストレスのコミュニティ主導の相互作用を促進する、オープンソースプロジェクトです。ブロックチェーン技術で初めて匿名マイニングが実現しました。 ユーザーはCONETトークンを使用して、ガス料を支払い、報酬の獲得、トークンの委任、ノードの実行、ガバナンス計画への投票を行うことができます。',
'launchPage.FeatureArea4.1': 'CONETは業界のトップに',
diff --git a/src/localization/messages/zh-CN.ts b/src/localization/messages/zh-CN.ts
index 3eea6c0..7a120a3 100644
--- a/src/localization/messages/zh-CN.ts
+++ b/src/localization/messages/zh-CN.ts
@@ -279,6 +279,8 @@ const zh_CN: Messages = {
'platform.proxy.FeatureArea.title.2': ' ',
'platform.proxy.FeatureArea5.1': '实现真正的隐私',
'platform.proxy.FeatureArea5.2': 'CONET代理技术重写了VPN隐私定义。碎片化通信让数据完美地隐藏在数据海洋中。钱包地址通讯路由网络,让客户在去中心化代理服务商面前完全匿名',
+ 'platform.proxy.FeatureArea5.moreDetail': '更多信息',
+
'platform.proxy.FeatureArea6.1': '流量混淆技术',
'platform.proxy.FeatureArea6.2': `CONET代理最大特点是没有特殊协议,碎片化通讯让流量隐身不可见`,
'platform.proxy.FeatureArea7.1': '并发流量的威力',
@@ -290,7 +292,9 @@ const zh_CN: Messages = {
'platform.proxy.featureArea8Item.step1.transferQuote': '计费 1MB/1$CONET',
'platform.proxy.featureArea8Item.step2': '第二步:选择代理服务器位置(可多选)',
'platform.proxy.featureArea8Item.step2.random': ' ',//'多重选择,通讯数据将碎片化随机使用',
- 'platform.proxy.featureArea8Item.step3': '第三步:设置火狐浏览器来使用代理',
+ 'platform.proxy.featureArea8Item.step3': '火狐浏览器设置',
+ 'platform.proxy.featureArea8Item.chrome': 'Chromium内核类浏览器设置',
+ 'platform.proxy.featureArea8Item.chrome.extensions': '谷歌应用商店下载',
'platform.proxy.featureArea8Item.minerSetup.title': '请选择挖矿类型',
'platform.proxy.featureArea8Item.minerSetup.saas':'SaaS算力挖矿',
@@ -301,7 +305,7 @@ const zh_CN: Messages = {
'launchPage.FeatureArea9.title': 'CONET测试网正式运行',
'platform.joinUS.header.title.1': '空余计算机资源',
'platform.joinUS.header.title.2': '公平交易市场',
- 'platform.joinUS.header.detail': 'CONET正在为Web3构建一套隐私网络层基础设施',
+ 'platform.joinUS.header.detail': 'CONET是Layer Minus隐私基础设施',
'platform.joinUS.header.whatConet': `CONET是什么`,
'platform.joinUS.miner.Bandwidth': '带宽挖矿',
'platform.joinUS.miner.BandwidthDetail': '通过分享未使用网络资源来获取奖励。',
diff --git a/src/localization/messages/zh-TW.ts b/src/localization/messages/zh-TW.ts
index 94ccf4c..1705256 100644
--- a/src/localization/messages/zh-TW.ts
+++ b/src/localization/messages/zh-TW.ts
@@ -296,6 +296,7 @@ const zh_CN: Messages = {
'platform.proxy.FeatureArea.title.2': ' ',
'platform.proxy.FeatureArea5.1': '實現真正的隱私',
'platform.proxy.FeatureArea5.2': 'CONET代理技術重寫了VPN隱私定義。碎片化通訊讓資料完美地隱藏在資料海洋中。錢包地址通訊路由網絡,讓客戶在去中心化代理服務商面前完全匿名',
+ 'platform.proxy.FeatureArea5.moreDetail': '更多資訊',
'platform.proxy.FeatureArea6.1': '流量混淆技術',
'platform.proxy.FeatureArea6.2': `CONET代理最大特色是沒有特殊協議,碎片化通訊讓流量隱形不可見`,
'platform.proxy.FeatureArea7.1': '並發流量的威力',
@@ -307,7 +308,9 @@ const zh_CN: Messages = {
'platform.proxy.featureArea8Item.step1.transferQuote': '計費 1MB/1$CONET',
'platform.proxy.featureArea8Item.step2': '第二步:選擇代理伺服器位置(可多選)',
'platform.proxy.featureArea8Item.step2.random': ' ',//'多重選擇,通訊資料將碎片化隨機使用',
- 'platform.proxy.featureArea8Item.step3': '第三步:設定火狐瀏覽器來使用代理',
+ 'platform.proxy.featureArea8Item.step3': '火狐瀏覽器設定',
+ 'platform.proxy.featureArea8Item.chrome': 'Chromium內核類瀏覽器設定',
+ 'platform.proxy.featureArea8Item.chrome.extensions': '谷歌應用程式商店下載',
'platform.proxy.featureArea8Item.minerSetup.title': '請選擇挖礦類型',
'platform.proxy.featureArea8Item.minerSetup.saas':'SaaS算力挖礦',
@@ -318,7 +321,7 @@ const zh_CN: Messages = {
'launchPage.FeatureArea9.title': 'CONET測試網正式運行',
'platform.joinUS.header.title.1': '空餘電腦資源',
'platform.joinUS.header.title.2': '公平交易市場',
- 'platform.joinUS.header.detail': 'CONET正在為Web3建置一套隱私網路層基礎設施',
+ 'platform.joinUS.header.detail': 'CONET是Layer Minus隱私基礎設施',
'platform.joinUS.header.whatConet': `CONET是什麼`,
'platform.joinUS.miner.Bandwidth': '頻寬挖礦',
'platform.joinUS.miner.BandwidthDetail': '透過分享未使用網路資源來獲取獎勵。',
diff --git a/src/localization/types.ts b/src/localization/types.ts
index 5739e43..4caf887 100644
--- a/src/localization/types.ts
+++ b/src/localization/types.ts
@@ -286,6 +286,8 @@ export type Messages = {
'platform.proxy.FeatureArea.title.2': string
'platform.proxy.FeatureArea5.1': string
'platform.proxy.FeatureArea5.2': string
+ 'platform.proxy.FeatureArea5.moreDetail': string
+
'platform.proxy.FeatureArea6.1': string
'platform.proxy.FeatureArea6.2': string
'platform.proxy.FeatureArea7.1': string
@@ -300,11 +302,15 @@ export type Messages = {
'platform.proxy.featureArea8Item.step2': string
'platform.proxy.featureArea8Item.step2.random': string
'platform.proxy.featureArea8Item.step3': string
+ 'platform.proxy.featureArea8Item.chrome': string
+ 'platform.proxy.featureArea8Item.chrome.extensions': string
'platform.proxy.featureArea8Item.minerSetup.title': string
'platform.proxy.featureArea8Item.minerSetup.saas': string
'platform.proxy.featureArea8Item.minerSetup.bandwidth': string
+
+
'platform.joinUS.header.title.1': string
'platform.joinUS.header.title.2': string
'platform.joinUS.header.detail': string
diff --git a/yarn.lock b/yarn.lock
index 1b44954..5c1fc77 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1625,7 +1625,7 @@
"@floating-ui/core" "^1.4.2"
"@floating-ui/utils" "^0.1.3"
-"@floating-ui/react-dom@^2.0.0", "@floating-ui/react-dom@^2.0.2":
+"@floating-ui/react-dom@^2.0.0":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.2.tgz#fab244d64db08e6bed7be4b5fcce65315ef44d20"
integrity sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==
@@ -1644,12 +1644,12 @@
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.4.tgz#19654d1026cc410975d46445180e70a5089b3e7d"
integrity sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==
-"@formatjs/ecma402-abstract@1.17.3":
- version "1.17.3"
- resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.17.3.tgz#73ce8aecb1ff5572046564c833786504dfafbb06"
- integrity sha512-2Q4hmKQ6CM30mRG/YMdSBW8LXf32BfuOb1FZgG+uVWPC/SQMoiVFz5JaeOukt96v6TZ4ddE+bHCmd611PW38QA==
+"@formatjs/ecma402-abstract@1.18.0":
+ version "1.18.0"
+ resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.18.0.tgz#e2120e7101020140661b58430a7ff4262705a2f2"
+ integrity sha512-PEVLoa3zBevWSCZzPIM/lvPCi8P5l4G+NXQMc/CjEiaCWgyHieUoo0nM7Bs0n/NbuQ6JpXEolivQ9pKSBHaDlA==
dependencies:
- "@formatjs/intl-localematcher" "0.5.0"
+ "@formatjs/intl-localematcher" "0.5.2"
tslib "^2.4.0"
"@formatjs/fast-memoize@2.2.0":
@@ -1659,59 +1659,59 @@
dependencies:
tslib "^2.4.0"
-"@formatjs/icu-messageformat-parser@2.7.1":
- version "2.7.1"
- resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.1.tgz#3968a48fdf4064cdd2d0b751afb8ed6d55574019"
- integrity sha512-ErnXyRdk8AlpGcKskKVYn23aAlWXhI1kt5ek2o3pJwVeMTcrosSESQ8baztdTtJjfQHlB4NBeocfRA5C6DKv2g==
+"@formatjs/icu-messageformat-parser@2.7.3":
+ version "2.7.3"
+ resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.3.tgz#c8c95e7c9f8141bdb93bea0e92e4fcace19d3c9f"
+ integrity sha512-X/jy10V9S/vW+qlplqhMUxR8wErQ0mmIYSq4mrjpjDl9mbuGcCILcI1SUYkL5nlM4PJqpc0KOS0bFkkJNPxYRw==
dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
- "@formatjs/icu-skeleton-parser" "1.6.3"
+ "@formatjs/ecma402-abstract" "1.18.0"
+ "@formatjs/icu-skeleton-parser" "1.7.0"
tslib "^2.4.0"
-"@formatjs/icu-skeleton-parser@1.6.3":
- version "1.6.3"
- resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.6.3.tgz#3167a9f4a7a8ca2298ac74e5d11c4e289f61d93b"
- integrity sha512-Viggz4Pic7oC4uR8z2VroL8H9boiUTTB0TqEsiRb6DHZv7QEcg1BoVQZBkBdLmvxhBS7nwBNrTdbaiW8GOV58Q==
+"@formatjs/icu-skeleton-parser@1.7.0":
+ version "1.7.0"
+ resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.7.0.tgz#796938d6d0ba8fc75bb9edee038d1350bfee32cb"
+ integrity sha512-Cfdo/fgbZzpN/jlN/ptQVe0lRHora+8ezrEeg2RfrNjyp+YStwBy7cqDY8k5/z2LzXg6O0AdzAV91XS0zIWv+A==
dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
+ "@formatjs/ecma402-abstract" "1.18.0"
tslib "^2.4.0"
-"@formatjs/intl-displaynames@6.6.2":
- version "6.6.2"
- resolved "https://registry.yarnpkg.com/@formatjs/intl-displaynames/-/intl-displaynames-6.6.2.tgz#3d06089bc4ea1840a41445d42aaa387717d621c1"
- integrity sha512-8wenvLpInbVEPoVDHiG1QC/dE16io3fptVanMr2jKUqr3938UziygflnUqPlG7U6AHRbU7geCFthfZt8x2NpsA==
+"@formatjs/intl-displaynames@6.6.4":
+ version "6.6.4"
+ resolved "https://registry.yarnpkg.com/@formatjs/intl-displaynames/-/intl-displaynames-6.6.4.tgz#dd9ca9bb2d1f4b140cc8814667bc830802621674"
+ integrity sha512-ET8KQ+L9Q0K8x1SnJQa4DNssUcbATlMopWqYvGGR8yAvw5qwAQc1fv+DshCoZNIE9pbcue0IGC4kWNAkWqlFag==
dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
- "@formatjs/intl-localematcher" "0.5.0"
+ "@formatjs/ecma402-abstract" "1.18.0"
+ "@formatjs/intl-localematcher" "0.5.2"
tslib "^2.4.0"
-"@formatjs/intl-listformat@7.5.1":
- version "7.5.1"
- resolved "https://registry.yarnpkg.com/@formatjs/intl-listformat/-/intl-listformat-7.5.1.tgz#a578bd88879fd66793a0cba4038240d99d94f73c"
- integrity sha512-J6heE28cikJ2cUZ7Mvmets418lE96k5OcbgDYQkXDFHVbRnUKCHQwRAXKRCPFEGDrEmcvtqUj7NmZEJYbsJdqQ==
+"@formatjs/intl-listformat@7.5.3":
+ version "7.5.3"
+ resolved "https://registry.yarnpkg.com/@formatjs/intl-listformat/-/intl-listformat-7.5.3.tgz#c6f028471839cd1014760498f783fdfe011422d5"
+ integrity sha512-l7EOr0Yh1m8KagytukB90yw81uyzrM7amKFrgxXqphz4KeSIL0KPa68lPsdtZ+JmQB73GaDQRwLOwUKFZ1VZPQ==
dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
- "@formatjs/intl-localematcher" "0.5.0"
+ "@formatjs/ecma402-abstract" "1.18.0"
+ "@formatjs/intl-localematcher" "0.5.2"
tslib "^2.4.0"
-"@formatjs/intl-localematcher@0.5.0":
- version "0.5.0"
- resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.5.0.tgz#9c8bbba9f698efba732facac1a695ce8dd08aa53"
- integrity sha512-K1Xpg/8oyfCMxisJQa/fILoeoeyndcM0wcN8QiNG/uM5OAe1BcO1+2yd0gIboDI2tRJEsUi/sSBEYPbgkIdq4A==
+"@formatjs/intl-localematcher@0.5.2":
+ version "0.5.2"
+ resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.5.2.tgz#5fcf029fd218905575e5080fa33facdcb623d532"
+ integrity sha512-txaaE2fiBMagLrR4jYhxzFO6wEdEG4TPMqrzBAcbr4HFUYzH/YC+lg6OIzKCHm8WgDdyQevxbAAV1OgcXctuGw==
dependencies:
tslib "^2.4.0"
-"@formatjs/intl@2.9.6":
- version "2.9.6"
- resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.9.6.tgz#af0204d590c670502cf6801671dc156d5040fc37"
- integrity sha512-pHvVycu4g1S8zsZhYm0naf/ODCsDXHw00ITMMUM9TK9MYa8zGkf4W5gdItVbUX7elYN3JdDwp0d5fLNBBljhgQ==
+"@formatjs/intl@2.9.9":
+ version "2.9.9"
+ resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.9.9.tgz#866629b565e20dd7490f9e77ee41a00748913e8f"
+ integrity sha512-JI3CNgL2Zdg5lv9ncT2sYKqbAj2RGrCbdzaCckIxMPxn4QuHuOVvYUGmBAXVusBmfG/0sxLmMrnwnBioz+QKdA==
dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
+ "@formatjs/ecma402-abstract" "1.18.0"
"@formatjs/fast-memoize" "2.2.0"
- "@formatjs/icu-messageformat-parser" "2.7.1"
- "@formatjs/intl-displaynames" "6.6.2"
- "@formatjs/intl-listformat" "7.5.1"
- intl-messageformat "10.5.5"
+ "@formatjs/icu-messageformat-parser" "2.7.3"
+ "@formatjs/intl-displaynames" "6.6.4"
+ "@formatjs/intl-listformat" "7.5.3"
+ intl-messageformat "10.5.8"
tslib "^2.4.0"
"@hapi/hoek@^9.0.0":
@@ -2120,19 +2120,6 @@
"@types/mdx" "^2.0.0"
"@types/react" ">=16"
-"@mui/base@5.0.0-beta.23":
- version "5.0.0-beta.23"
- resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.23.tgz#dd10dfc609d8937749521f940965f757fa3c0f2c"
- integrity sha512-9L8SQUGAWtd/Qi7Qem26+oSSgpY7f2iQTuvcz/rsGpyZjSomMMO6lwYeQSA0CpWM7+aN7eGoSY/WV6wxJiIxXw==
- dependencies:
- "@babel/runtime" "^7.23.2"
- "@floating-ui/react-dom" "^2.0.2"
- "@mui/types" "^7.2.8"
- "@mui/utils" "^5.14.17"
- "@popperjs/core" "^2.11.8"
- clsx "^2.0.0"
- prop-types "^15.8.1"
-
"@mui/base@5.0.0-beta.24":
version "5.0.0-beta.24"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.24.tgz#1a0638388291828dacf9547b466bc21fbaad3a2a"
@@ -2146,15 +2133,15 @@
clsx "^2.0.0"
prop-types "^15.8.1"
-"@mui/core-downloads-tracker@^5.14.17":
- version "5.14.17"
- resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.17.tgz#68ec40ea00832fb685f09bd493648b1f68f5baf4"
- integrity sha512-eE0uxrpJAEL2ZXkeGLKg8HQDafsiXY+6eNpP4lcv3yIjFfGbU6Hj9/P7Adt8jpU+6JIhmxvILGj2r27pX+zdrQ==
+"@mui/core-downloads-tracker@^5.14.18":
+ version "5.14.18"
+ resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.18.tgz#f8b187dc89756fa5c0b7d15aea537a6f73f0c2d8"
+ integrity sha512-yFpF35fEVDV81nVktu0BE9qn2dD/chs7PsQhlyaV3EnTeZi9RZBuvoEfRym1/jmhJ2tcfeWXiRuHG942mQXJJQ==
-"@mui/icons-material@^5.14.16":
- version "5.14.16"
- resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.16.tgz#bd394183b0cfb068d4fa48292cd8d329be8d6b16"
- integrity sha512-wmOgslMEGvbHZjFLru8uH5E+pif/ciXAvKNw16q6joK6EWVWU5rDYWFknDaZhCvz8ZE/K8ZnJQ+lMG6GgHzXbg==
+"@mui/icons-material@^5.14.18":
+ version "5.14.18"
+ resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.18.tgz#9e92964cde8c7ba32cf50438a83403dc283f2328"
+ integrity sha512-o2z49R1G4SdBaxZjbMmkn+2OdT1bKymLvAYaB6pH59obM1CYv/0vAVm6zO31IqhwtYwXv6A7sLIwCGYTaVkcdg==
dependencies:
"@babel/runtime" "^7.23.2"
@@ -2171,17 +2158,17 @@
clsx "^2.0.0"
prop-types "^15.8.1"
-"@mui/material@^5.14.17":
- version "5.14.17"
- resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.17.tgz#8e11098e52965be3e9ed117d6c107bbe511fac46"
- integrity sha512-+y0VeOLWfEA4Z98We/UH6KCo8+f2HLZDK45FY+sJf8kSojLy3VntadKtC/u0itqnXXb1Pr4wKB2tSIBW02zY4Q==
+"@mui/material@^5.14.18":
+ version "5.14.18"
+ resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.18.tgz#d0a89be3e27afe90135d542ddbf160b3f34e869c"
+ integrity sha512-y3UiR/JqrkF5xZR0sIKj6y7xwuEiweh9peiN3Zfjy1gXWXhz5wjlaLdoxFfKIEBUFfeQALxr/Y8avlHH+B9lpQ==
dependencies:
"@babel/runtime" "^7.23.2"
- "@mui/base" "5.0.0-beta.23"
- "@mui/core-downloads-tracker" "^5.14.17"
- "@mui/system" "^5.14.17"
- "@mui/types" "^7.2.8"
- "@mui/utils" "^5.14.17"
+ "@mui/base" "5.0.0-beta.24"
+ "@mui/core-downloads-tracker" "^5.14.18"
+ "@mui/system" "^5.14.18"
+ "@mui/types" "^7.2.9"
+ "@mui/utils" "^5.14.18"
"@types/react-transition-group" "^4.4.8"
clsx "^2.0.0"
csstype "^3.1.2"
@@ -2189,15 +2176,6 @@
react-is "^18.2.0"
react-transition-group "^4.4.5"
-"@mui/private-theming@^5.14.17":
- version "5.14.17"
- resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.17.tgz#2fdf9d7df54dcb27e8ae7e00f440eb8310376ec3"
- integrity sha512-u4zxsCm9xmQrlhVPug+Ccrtsjv7o2+rehvrgHoh0siSguvVgVQq5O3Hh10+tp/KWQo2JR4/nCEwquSXgITS1+g==
- dependencies:
- "@babel/runtime" "^7.23.2"
- "@mui/utils" "^5.14.17"
- prop-types "^15.8.1"
-
"@mui/private-theming@^5.14.18":
version "5.14.18"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.18.tgz#98f97139ea21570493391ab377c1deb47fc6d1a2"
@@ -2207,16 +2185,6 @@
"@mui/utils" "^5.14.18"
prop-types "^15.8.1"
-"@mui/styled-engine@^5.14.17":
- version "5.14.17"
- resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.17.tgz#7f79d863604076db5278bd38a2eeac44cd2ed336"
- integrity sha512-AqpVjBEA7wnBvKPW168bNlqB6EN7HxTjLOY7oi275AzD/b1C7V0wqELy6NWoJb2yya5sRf7ENf4iNi3+T5cOgw==
- dependencies:
- "@babel/runtime" "^7.23.2"
- "@emotion/cache" "^11.11.0"
- csstype "^3.1.2"
- prop-types "^15.8.1"
-
"@mui/styled-engine@^5.14.18":
version "5.14.18"
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.18.tgz#82d427bc975b85cecdbab2fd9353ed6c2df7eae1"
@@ -2227,20 +2195,6 @@
csstype "^3.1.2"
prop-types "^15.8.1"
-"@mui/system@^5.14.17":
- version "5.14.17"
- resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.17.tgz#3e212d1e699d4c777bbe5c6584ae129b1ef7d8bc"
- integrity sha512-Ccz3XlbCqka6DnbHfpL3o3TfOeWQPR+ewvNAgm8gnS9M0yVMmzzmY6z0w/C1eebb+7ZP7IoLUj9vojg/GBaTPg==
- dependencies:
- "@babel/runtime" "^7.23.2"
- "@mui/private-theming" "^5.14.17"
- "@mui/styled-engine" "^5.14.17"
- "@mui/types" "^7.2.8"
- "@mui/utils" "^5.14.17"
- clsx "^2.0.0"
- csstype "^3.1.2"
- prop-types "^15.8.1"
-
"@mui/system@^5.14.18":
version "5.14.18"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.18.tgz#0f671e8f0a5e8e965b79235d77c50098f54195b5"
@@ -2255,26 +2209,11 @@
csstype "^3.1.2"
prop-types "^15.8.1"
-"@mui/types@^7.2.8":
- version "7.2.8"
- resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.8.tgz#2ed4402f104d65fcd4f460ca358654c8935e2285"
- integrity sha512-9u0ji+xspl96WPqvrYJF/iO+1tQ1L5GTaDOeG3vCR893yy7VcWwRNiVMmPdPNpMDqx0WV1wtEW9OMwK9acWJzQ==
-
"@mui/types@^7.2.9":
version "7.2.9"
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.9.tgz#730ee83a37af292a5973962f78ce5c95f31213a7"
integrity sha512-k1lN/PolaRZfNsRdAqXtcR71sTnv3z/VCCGPxU8HfdftDkzi335MdJ6scZxvofMAd/K/9EbzCZTFBmlNpQVdCg==
-"@mui/utils@^5.14.17":
- version "5.14.17"
- resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.17.tgz#8e2e7ca58865119eec8c6bdb359f539c25aaf576"
- integrity sha512-yxnWgSS4J6DMFPw2Dof85yBkG02VTbEiqsikymMsnZnXDurtVGTIhlNuV24GTmFTuJMzEyTTU9UF+O7zaL8LEQ==
- dependencies:
- "@babel/runtime" "^7.23.2"
- "@types/prop-types" "^15.7.9"
- prop-types "^15.8.1"
- react-is "^18.2.0"
-
"@mui/utils@^5.14.18":
version "5.14.18"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.18.tgz#d2a46df9b06230423ba6b6317748b27185a56ac3"
@@ -2648,10 +2587,10 @@
redux-thunk "^2.4.2"
reselect "^4.1.8"
-"@remix-run/router@1.11.0":
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.11.0.tgz#e0e45ac3fff9d8a126916f166809825537e9f955"
- integrity sha512-BHdhcWgeiudl91HvVa2wxqZjSHbheSgIiDvxrF1VjFzBzpTtuDPkOdOi3Iqvc08kXtFkLjhbS+ML9aM8mJS+wQ==
+"@remix-run/router@1.12.0":
+ version "1.12.0"
+ resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.12.0.tgz#e89b64b6fa97a8a5b740a4c38c2904b80f1f229a"
+ integrity sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==
"@rollup/plugin-babel@^5.2.0":
version "5.3.1"
@@ -3367,10 +3306,10 @@
lodash "^4.17.15"
redent "^3.0.0"
-"@testing-library/react@^14.1.0":
- version "14.1.0"
- resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.0.tgz#01d64915111db99b50f8361d51d7217606805989"
- integrity sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==
+"@testing-library/react@^14.1.2":
+ version "14.1.2"
+ resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32"
+ integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^9.0.0"
@@ -3655,10 +3594,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
-"@types/node@^20.9.0":
- version "20.9.0"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
- integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
+"@types/node@^20.9.2":
+ version "20.9.2"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.2.tgz#002815c8e87fe0c9369121c78b52e800fadc0ac6"
+ integrity sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==
dependencies:
undici-types "~5.26.4"
@@ -3682,7 +3621,7 @@
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
-"@types/prop-types@^15.7.10", "@types/prop-types@^15.7.9":
+"@types/prop-types@^15.7.10":
version "15.7.10"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.10.tgz#892afc9332c4d62a5ea7e897fe48ed2085bbb08a"
integrity sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==
@@ -4459,13 +4398,14 @@ axe-core@^4.4.3:
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz"
integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
-axios@^0.27.2:
- version "0.27.2"
- resolved "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz"
- integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
+axios@^1.6.1:
+ version "1.6.2"
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
+ integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
dependencies:
- follow-redirects "^1.14.9"
+ follow-redirects "^1.15.0"
form-data "^4.0.0"
+ proxy-from-env "^1.1.0"
axobject-query@^2.2.0:
version "2.2.0"
@@ -4895,10 +4835,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407:
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001416.tgz"
integrity sha512-06wzzdAkCPZO+Qm4e/eNghZBDfVNDsCgw33T27OwBH9unE9S478OYw//Q2L7Npf/zBzs7rjZOszIFQkwQKAEqA==
-caniuse-lite@^1.0.30001561:
- version "1.0.30001561"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da"
- integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==
+caniuse-lite@^1.0.30001563:
+ version "1.0.30001563"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz#aa68a64188903e98f36eb9c56e48fba0c1fe2a32"
+ integrity sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw==
case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
@@ -5827,10 +5767,10 @@ electron-to-chromium@^1.4.251:
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.274.tgz"
integrity sha512-Fgn7JZQzq85I81FpKUNxVLAzoghy8JZJ4NIue+YfUYBbu1AkpgzFvNwzF/ZNZH9ElkmJD0TSWu1F2gTpw/zZlg==
-electron@^27.0.4:
- version "27.0.4"
- resolved "https://registry.yarnpkg.com/electron/-/electron-27.0.4.tgz#2666c61d0e14f470edb4d8ba7eb6c9171588e53a"
- integrity sha512-ob29rN1mtiyAXzF8HsHd5jh8bYKd9OQDakfdOExi0F7epU97gXPHaj6JPjbBJ/vpki5d32SyKVePW4vxeNZk1A==
+electron@^27.1.0:
+ version "27.1.0"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-27.1.0.tgz#d759885e552d7d926526cfc433ab312796f74a9a"
+ integrity sha512-XPdJiO475QJ8cx59/goWNNWnlV0vab+Ut3occymos7VDxkHV5mFrlW6tcGi+M3bW6gBfwpJocWMng8tw542vww==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"
@@ -6618,11 +6558,16 @@ flatted@^3.1.0:
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
-follow-redirects@^1.0.0, follow-redirects@^1.14.9:
+follow-redirects@^1.0.0:
version "1.15.2"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
+follow-redirects@^1.15.0:
+ version "1.15.3"
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
+ integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
+
for-each@^0.3.3:
version "0.3.3"
resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz"
@@ -6693,10 +6638,10 @@ fraction.js@^4.2.0:
resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz"
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
-framer-motion@^10.16.4:
- version "10.16.4"
- resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.16.4.tgz#30279ef5499b8d85db3a298ee25c83429933e9f8"
- integrity sha512-p9V9nGomS3m6/CALXqv6nFGMuFOxbWsmaOrdmhyQimMIlLl3LC7h7l86wge/Js/8cRu5ktutS/zlzgR7eBOtFA==
+framer-motion@^10.16.5:
+ version "10.16.5"
+ resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.16.5.tgz#f1ad625adf213a8906f1ea52a31a4ef222f056d5"
+ integrity sha512-GEzVjOYP2MIpV9bT/GbhcsBNoImG3/2X3O/xVNWmktkv9MdJ7P/44zELm/7Fjb+O3v39SmKFnoDQB32giThzpg==
dependencies:
tslib "^2.4.0"
optionalDependencies:
@@ -7326,14 +7271,14 @@ internal-slot@^1.0.3:
has "^1.0.3"
side-channel "^1.0.4"
-intl-messageformat@10.5.5:
- version "10.5.5"
- resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.5.5.tgz#cb7979887cd9d3b02a23ae8baa78ef93b2f5b8d6"
- integrity sha512-sF+cJCfMn+kGcSeGGRcB1UpBH0/+Ko2KByHj2RpL2qIkRvsrnuDl8zufEkvk+GPosk932C6W1Kq24xWaw+2jDA==
+intl-messageformat@10.5.8:
+ version "10.5.8"
+ resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.5.8.tgz#7184da425f360a53a5483a6194e16d666b011fc0"
+ integrity sha512-NRf0jpBWV0vd671G5b06wNofAN8tp7WWDogMZyaU8GUAsmbouyvgwmFJI7zLjfAMpm3zK+vSwRP3jzaoIcMbaA==
dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
+ "@formatjs/ecma402-abstract" "1.18.0"
"@formatjs/fast-memoize" "2.2.0"
- "@formatjs/icu-messageformat-parser" "2.7.1"
+ "@formatjs/icu-messageformat-parser" "2.7.3"
tslib "^2.4.0"
invariant@^2.2.4:
@@ -9962,6 +9907,11 @@ proxy-addr@~2.0.7:
forwarded "0.2.0"
ipaddr.js "1.9.1"
+proxy-from-env@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
+ integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
+
psl@^1.1.33:
version "1.9.0"
resolved "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz"
@@ -10154,30 +10104,30 @@ react-hot-toast@^2.4.1:
dependencies:
goober "^2.1.10"
-react-icons@^4.11.0:
- version "4.11.0"
- resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.11.0.tgz#4b0e31c9bfc919608095cc429c4f1846f4d66c65"
- integrity sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==
+react-icons@^4.12.0:
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.12.0.tgz#54806159a966961bfd5cdb26e492f4dafd6a8d78"
+ integrity sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==
react-inspector@^6.0.0:
version "6.0.1"
resolved "https://registry.npmjs.org/react-inspector/-/react-inspector-6.0.1.tgz"
integrity sha512-cxKSeFTf7jpSSVddm66sKdolG90qURAX3g1roTeaN6x0YEbtWc8JpmFN9+yIqLNH2uEkYerWLtJZIXRIFuBKrg==
-react-intl@^6.5.2:
- version "6.5.2"
- resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.5.2.tgz#9a3f79425f3c8d3732482142e094c846f035e64c"
- integrity sha512-o6rmAViKusLQMVu2bKAULBiQVdkk88TurPUAJiNxUAmoxubSu+pAYjLpOuByM52HSLOKPrRvDXQrrCOSykQusw==
- dependencies:
- "@formatjs/ecma402-abstract" "1.17.3"
- "@formatjs/icu-messageformat-parser" "2.7.1"
- "@formatjs/intl" "2.9.6"
- "@formatjs/intl-displaynames" "6.6.2"
- "@formatjs/intl-listformat" "7.5.1"
+react-intl@^6.5.5:
+ version "6.5.5"
+ resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.5.5.tgz#d2de7bfd79718a7e3d8031e2599e94e0c8638377"
+ integrity sha512-cI5UKvBh4tc1zxLIziHBYGMX3dhYWDEFlvUDVN6NfT2i96zTXz/zH2AmM8+2waqgOhwkFUzd+7kK1G9q7fiC2g==
+ dependencies:
+ "@formatjs/ecma402-abstract" "1.18.0"
+ "@formatjs/icu-messageformat-parser" "2.7.3"
+ "@formatjs/intl" "2.9.9"
+ "@formatjs/intl-displaynames" "6.6.4"
+ "@formatjs/intl-listformat" "7.5.3"
"@types/hoist-non-react-statics" "^3.3.1"
"@types/react" "16 || 17 || 18"
hoist-non-react-statics "^3.3.2"
- intl-messageformat "10.5.5"
+ intl-messageformat "10.5.8"
tslib "^2.4.0"
react-is@18.1.0:
@@ -10254,20 +10204,20 @@ react-remove-scroll@2.5.5:
use-callback-ref "^1.3.0"
use-sidecar "^1.1.2"
-react-router-dom@^6.18.0:
- version "6.18.0"
- resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.18.0.tgz#0a50c167209d6e7bd2ed9de200a6579ea4fb1dca"
- integrity sha512-Ubrue4+Ercc/BoDkFQfc6og5zRQ4A8YxSO3Knsne+eRbZ+IepAsK249XBH/XaFuOYOYr3L3r13CXTLvYt5JDjw==
+react-router-dom@^6.19.0:
+ version "6.19.0"
+ resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.19.0.tgz#ee807e36ae7dd954db7a3f770e38b7cc026c66a8"
+ integrity sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==
dependencies:
- "@remix-run/router" "1.11.0"
- react-router "6.18.0"
+ "@remix-run/router" "1.12.0"
+ react-router "6.19.0"
-react-router@6.18.0:
- version "6.18.0"
- resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.18.0.tgz#32e2bedc318e095a48763b5ed7758e54034cd36a"
- integrity sha512-vk2y7Dsy8wI02eRRaRmOs9g2o+aE72YCx5q9VasT1N9v+lrdB79tIqrjMfByHiY5+6aYkH2rUa5X839nwWGPDg==
+react-router@6.19.0:
+ version "6.19.0"
+ resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.19.0.tgz#6d5062fa33495859daca98d86292ab03b037a9ca"
+ integrity sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==
dependencies:
- "@remix-run/router" "1.11.0"
+ "@remix-run/router" "1.12.0"
react-scripts@^5.0.1:
version "5.0.1"
@@ -11933,12 +11883,12 @@ w3c-xmlserializer@^2.0.0:
dependencies:
xml-name-validator "^3.0.0"
-wait-on@^7.1.0:
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.1.0.tgz#3184ccfff7eb8a4d62ef3dfa6a4ff3675617ff60"
- integrity sha512-U7TF/OYYzAg+OoiT/B8opvN48UHt0QYMi4aD3PjRFpybQ+o6czQF8Ig3SKCCMJdxpBrCalIJ4O00FBof27Fu9Q==
+wait-on@^7.2.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.2.0.tgz#d76b20ed3fc1e2bebc051fae5c1ff93be7892928"
+ integrity sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==
dependencies:
- axios "^0.27.2"
+ axios "^1.6.1"
joi "^17.11.0"
lodash "^4.17.21"
minimist "^1.2.8"