aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package.json32
-rw-r--r--pnpm-lock.yaml375
m---------recipes0
6 files changed, 193 insertions, 222 deletions
diff --git a/.nvmrc b/.nvmrc
index b8e593f52..8ce703082 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
20.15.1 20.16.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 99acb51cb..c22f9ab62 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,8 +62,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
64{ 64{
65 "node": "20.15.1", 65 "node": "20.16.0",
66 "pnpm": "9.5.0" 66 "pnpm": "9.7.0"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index 79bd98343..60bfc848f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture 1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture
2 2
3FROM docker.io/library/node:20.15.1-buster AS builder 3FROM docker.io/library/node:20.16.0-buster AS builder
4 4
5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" 5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"
6 6
diff --git a/package.json b/package.json
index 21deeaf0f..d077ac951 100644
--- a/package.json
+++ b/package.json
@@ -13,15 +13,15 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "20.15.1", 16 "node": "20.16.0",
17 "pnpm": "9.5.0" 17 "pnpm": "9.7.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.15.1", 21 "node": "20.16.0",
22 "pnpm": "9.5.0" 22 "pnpm": "9.7.0"
23 }, 23 },
24 "packageManager": "pnpm@9.5.0", 24 "packageManager": "pnpm@9.7.0",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky", 26 "prepare": "is-ci || husky",
27 "start": "electron ./build", 27 "start": "electron ./build",
@@ -65,8 +65,8 @@
65 "@emotion/styled": "11.11.5", 65 "@emotion/styled": "11.11.5",
66 "@mdi/js": "7.4.47", 66 "@mdi/js": "7.4.47",
67 "@mdi/react": "1.6.1", 67 "@mdi/react": "1.6.1",
68 "@mui/icons-material": "5.16.1", 68 "@mui/icons-material": "5.16.7",
69 "@mui/material": "5.16.1", 69 "@mui/material": "5.16.7",
70 "@octokit/core": "5.1.0", 70 "@octokit/core": "5.1.0",
71 "@sentry/electron": "4.14.0", 71 "@sentry/electron": "4.14.0",
72 "@superwf/mobx-react-router": "7.4.0", 72 "@superwf/mobx-react-router": "7.4.0",
@@ -77,7 +77,7 @@
77 "csstype": "3.1.3", 77 "csstype": "3.1.3",
78 "darkreader": "4.9.87", 78 "darkreader": "4.9.87",
79 "dbus-next": "0.10.2", 79 "dbus-next": "0.10.2",
80 "debug": "4.3.5", 80 "debug": "4.3.6",
81 "electron-dl": "3.5.2", 81 "electron-dl": "3.5.2",
82 "electron-find": "1.0.7", 82 "electron-find": "1.0.7",
83 "electron-react-titlebar": "1.2.1", 83 "electron-react-titlebar": "1.2.1",
@@ -85,9 +85,9 @@
85 "electron-window-state": "5.0.3", 85 "electron-window-state": "5.0.3",
86 "fast-folder-size": "2.2.0", 86 "fast-folder-size": "2.2.0",
87 "fs-extra": "11.2.0", 87 "fs-extra": "11.2.0",
88 "google-translate-api-x": "10.6.8", 88 "google-translate-api-x": "10.7.0",
89 "history": "5.3.0", 89 "history": "5.3.0",
90 "immutable": "4.3.6", 90 "immutable": "4.3.7",
91 "jsonwebtoken": "9.0.2", 91 "jsonwebtoken": "9.0.2",
92 "jss": "10.10.0", 92 "jss": "10.10.0",
93 "languagedetect": "2.0.0", 93 "languagedetect": "2.0.0",
@@ -95,10 +95,10 @@
95 "macos-version": "5.2.1", 95 "macos-version": "5.2.1",
96 "markdown-to-jsx": "7.4.7", 96 "markdown-to-jsx": "7.4.7",
97 "minimist": "1.2.8", 97 "minimist": "1.2.8",
98 "mobx": "6.13.0", 98 "mobx": "6.13.1",
99 "mobx-localstorage": "1.2.0", 99 "mobx-localstorage": "1.2.0",
100 "mobx-react": "7.6.0", 100 "mobx-react": "7.6.0",
101 "mobx-react-form": "6.9.4", 101 "mobx-react-form": "6.10.1",
102 "moment": "2.30.1", 102 "moment": "2.30.1",
103 "ms": "2.1.3", 103 "ms": "2.1.3",
104 "normalize-url": "6.1.0", 104 "normalize-url": "6.1.0",
@@ -118,12 +118,12 @@
118 "react-modal": "3.16.1", 118 "react-modal": "3.16.1",
119 "react-router-dom": "6.24.1", 119 "react-router-dom": "6.24.1",
120 "react-sortable-hoc": "2.0.0", 120 "react-sortable-hoc": "2.0.0",
121 "react-tooltip": "5.27.1", 121 "react-tooltip": "5.28.0",
122 "react-topbar-progress-indicator": "4.1.1", 122 "react-topbar-progress-indicator": "4.1.1",
123 "react-transition-group": "4.4.5", 123 "react-transition-group": "4.4.5",
124 "route-parser": "0.0.5", 124 "route-parser": "0.0.5",
125 "sanitize-filename": "1.6.3", 125 "sanitize-filename": "1.6.3",
126 "semver": "7.6.2", 126 "semver": "7.6.3",
127 "sqlite3": "5.1.6", 127 "sqlite3": "5.1.6",
128 "tar": "6.2.1", 128 "tar": "6.2.1",
129 "tslib": "2.6.3", 129 "tslib": "2.6.3",
@@ -143,7 +143,7 @@
143 "@types/color": "3.0.6", 143 "@types/color": "3.0.6",
144 "@types/fs-extra": "11.0.4", 144 "@types/fs-extra": "11.0.4",
145 "@types/jest": "29.5.12", 145 "@types/jest": "29.5.12",
146 "@types/lodash": "4.17.6", 146 "@types/lodash": "4.17.7",
147 "@types/minimist": "1.2.5", 147 "@types/minimist": "1.2.5",
148 "@types/ms": "0.7.34", 148 "@types/ms": "0.7.34",
149 "@types/node": "20.14.10", 149 "@types/node": "20.14.10",
@@ -182,7 +182,7 @@
182 "eslint-plugin-sonar": "0.13.2", 182 "eslint-plugin-sonar": "0.13.2",
183 "eslint-plugin-unicorn": "52.0.0", 183 "eslint-plugin-unicorn": "52.0.0",
184 "gulp-livereload": "4.0.2", 184 "gulp-livereload": "4.0.2",
185 "husky": "9.0.11", 185 "husky": "9.1.4",
186 "is-ci": "3.0.1", 186 "is-ci": "3.0.1",
187 "jest": "29.7.0", 187 "jest": "29.7.0",
188 "prettier": "3.3.3", 188 "prettier": "3.3.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 98dd29c1e..6a9adef78 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -57,11 +57,11 @@ importers:
57 specifier: 1.6.1 57 specifier: 1.6.1
58 version: 1.6.1 58 version: 1.6.1
59 '@mui/icons-material': 59 '@mui/icons-material':
60 specifier: 5.16.1 60 specifier: 5.16.7
61 version: 5.16.1(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) 61 version: 5.16.7(@mui/material@5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
62 '@mui/material': 62 '@mui/material':
63 specifier: 5.16.1 63 specifier: 5.16.7
64 version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 64 version: 5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
65 '@octokit/core': 65 '@octokit/core':
66 specifier: 5.1.0 66 specifier: 5.1.0
67 version: 5.1.0 67 version: 5.1.0
@@ -70,7 +70,7 @@ importers:
70 version: 4.14.0 70 version: 4.14.0
71 '@superwf/mobx-react-router': 71 '@superwf/mobx-react-router':
72 specifier: 7.4.0 72 specifier: 7.4.0
73 version: 7.4.0(history@5.3.0)(mobx@6.13.0)(path-to-regexp@6.2.2) 73 version: 7.4.0(history@5.3.0)(mobx@6.13.1)(path-to-regexp@6.2.2)
74 '@syed_umair/electron-process-manager': 74 '@syed_umair/electron-process-manager':
75 specifier: 1.1.0 75 specifier: 1.1.0
76 version: 1.1.0(electron@31.3.1) 76 version: 1.1.0(electron@31.3.1)
@@ -93,8 +93,8 @@ importers:
93 specifier: 0.10.2 93 specifier: 0.10.2
94 version: 0.10.2 94 version: 0.10.2
95 debug: 95 debug:
96 specifier: 4.3.5 96 specifier: 4.3.6
97 version: 4.3.5(supports-color@5.5.0) 97 version: 4.3.6(supports-color@5.5.0)
98 electron-dl: 98 electron-dl:
99 specifier: 3.5.2 99 specifier: 3.5.2
100 version: 3.5.2 100 version: 3.5.2
@@ -117,14 +117,14 @@ importers:
117 specifier: 11.2.0 117 specifier: 11.2.0
118 version: 11.2.0 118 version: 11.2.0
119 google-translate-api-x: 119 google-translate-api-x:
120 specifier: 10.6.8 120 specifier: 10.7.0
121 version: 10.6.8 121 version: 10.7.0
122 history: 122 history:
123 specifier: 5.3.0 123 specifier: 5.3.0
124 version: 5.3.0 124 version: 5.3.0
125 immutable: 125 immutable:
126 specifier: 4.3.6 126 specifier: 4.3.7
127 version: 4.3.6 127 version: 4.3.7
128 jsonwebtoken: 128 jsonwebtoken:
129 specifier: 9.0.2 129 specifier: 9.0.2
130 version: 9.0.2 130 version: 9.0.2
@@ -147,17 +147,17 @@ importers:
147 specifier: 1.2.8 147 specifier: 1.2.8
148 version: 1.2.8 148 version: 1.2.8
149 mobx: 149 mobx:
150 specifier: 6.13.0 150 specifier: 6.13.1
151 version: 6.13.0 151 version: 6.13.1
152 mobx-localstorage: 152 mobx-localstorage:
153 specifier: 1.2.0 153 specifier: 1.2.0
154 version: 1.2.0(mobx@6.13.0) 154 version: 1.2.0(mobx@6.13.1)
155 mobx-react: 155 mobx-react:
156 specifier: 7.6.0 156 specifier: 7.6.0
157 version: 7.6.0(mobx@6.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 157 version: 7.6.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
158 mobx-react-form: 158 mobx-react-form:
159 specifier: 6.9.4 159 specifier: 6.10.1
160 version: 6.9.4(mobx@6.13.0) 160 version: 6.10.1(mobx@6.13.1)
161 moment: 161 moment:
162 specifier: 2.30.1 162 specifier: 2.30.1
163 version: 2.30.1 163 version: 2.30.1
@@ -216,8 +216,8 @@ importers:
216 specifier: 2.0.0 216 specifier: 2.0.0
217 version: 2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 217 version: 2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
218 react-tooltip: 218 react-tooltip:
219 specifier: 5.27.1 219 specifier: 5.28.0
220 version: 5.27.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 220 version: 5.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
221 react-topbar-progress-indicator: 221 react-topbar-progress-indicator:
222 specifier: 4.1.1 222 specifier: 4.1.1
223 version: 4.1.1(react@18.3.1) 223 version: 4.1.1(react@18.3.1)
@@ -231,8 +231,8 @@ importers:
231 specifier: 1.6.3 231 specifier: 1.6.3
232 version: 1.6.3 232 version: 1.6.3
233 semver: 233 semver:
234 specifier: 7.6.2 234 specifier: 7.6.3
235 version: 7.6.2 235 version: 7.6.3
236 sqlite3: 236 sqlite3:
237 specifier: 5.1.6 237 specifier: 5.1.6
238 version: 5.1.6(encoding@0.1.13) 238 version: 5.1.6(encoding@0.1.13)
@@ -293,8 +293,8 @@ importers:
293 specifier: 29.5.12 293 specifier: 29.5.12
294 version: 29.5.12 294 version: 29.5.12
295 '@types/lodash': 295 '@types/lodash':
296 specifier: 4.17.6 296 specifier: 4.17.7
297 version: 4.17.6 297 version: 4.17.7
298 '@types/minimist': 298 '@types/minimist':
299 specifier: 1.2.5 299 specifier: 1.2.5
300 version: 1.2.5 300 version: 1.2.5
@@ -410,8 +410,8 @@ importers:
410 specifier: 4.0.2 410 specifier: 4.0.2
411 version: 4.0.2 411 version: 4.0.2
412 husky: 412 husky:
413 specifier: 9.0.11 413 specifier: 9.1.4
414 version: 9.0.11 414 version: 9.1.4
415 is-ci: 415 is-ci:
416 specifier: 3.0.1 416 specifier: 3.0.1
417 version: 3.0.1 417 version: 3.0.1
@@ -441,7 +441,7 @@ importers:
441 version: 5.4.5 441 version: 5.4.5
442 wait-on: 442 wait-on:
443 specifier: 7.2.0 443 specifier: 7.2.0
444 version: 7.2.0(debug@4.3.5) 444 version: 7.2.0(debug@4.3.6)
445 445
446packages: 446packages:
447 447
@@ -1114,12 +1114,6 @@ packages:
1114 '@floating-ui/dom@1.6.1': 1114 '@floating-ui/dom@1.6.1':
1115 resolution: {integrity: sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ==} 1115 resolution: {integrity: sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ==}
1116 1116
1117 '@floating-ui/react-dom@2.0.8':
1118 resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==}
1119 peerDependencies:
1120 react: '>=16.8.0'
1121 react-dom: '>=16.8.0'
1122
1123 '@floating-ui/utils@0.2.1': 1117 '@floating-ui/utils@0.2.1':
1124 resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} 1118 resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
1125 1119
@@ -1331,22 +1325,11 @@ packages:
1331 '@mdi/react@1.6.1': 1325 '@mdi/react@1.6.1':
1332 resolution: {integrity: sha512-4qZeDcluDFGFTWkHs86VOlHkm6gnKaMql13/gpIcUQ8kzxHgpj31NuCkD8abECVfbULJ3shc7Yt4HJ6Wu6SN4w==} 1326 resolution: {integrity: sha512-4qZeDcluDFGFTWkHs86VOlHkm6gnKaMql13/gpIcUQ8kzxHgpj31NuCkD8abECVfbULJ3shc7Yt4HJ6Wu6SN4w==}
1333 1327
1334 '@mui/base@5.0.0-beta.40': 1328 '@mui/core-downloads-tracker@5.16.7':
1335 resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} 1329 resolution: {integrity: sha512-RtsCt4Geed2/v74sbihWzzRs+HsIQCfclHeORh5Ynu2fS4icIKozcSubwuG7vtzq2uW3fOR1zITSP84TNt2GoQ==}
1336 engines: {node: '>=12.0.0'}
1337 peerDependencies:
1338 '@types/react': ^17.0.0 || ^18.0.0
1339 react: ^17.0.0 || ^18.0.0
1340 react-dom: ^17.0.0 || ^18.0.0
1341 peerDependenciesMeta:
1342 '@types/react':
1343 optional: true
1344
1345 '@mui/core-downloads-tracker@5.16.1':
1346 resolution: {integrity: sha512-62Jq7ACYi/55Kjkh/nVfEL3F3ytTYTsdB8MGJ9iI+eRQv+Aoem5CPUAzQihUo25qqh1VkVu9/jQn3dFbyrXHgw==}
1347 1330
1348 '@mui/icons-material@5.16.1': 1331 '@mui/icons-material@5.16.7':
1349 resolution: {integrity: sha512-ogQPweYba4+5XZykilwxn2/oS78uwoQ0BVBpOhhCJo0ooZsqTTsalhzP2qD/RdGqMQ8xyXPz1sYM2djTruVVVA==} 1332 resolution: {integrity: sha512-UrGwDJCXEszbDI7yV047BYU5A28eGJ79keTCP4cc74WyncuVrnurlmIRxaHL8YK+LI1Kzq+/JM52IAkNnv4u+Q==}
1350 engines: {node: '>=12.0.0'} 1333 engines: {node: '>=12.0.0'}
1351 peerDependencies: 1334 peerDependencies:
1352 '@mui/material': ^5.0.0 1335 '@mui/material': ^5.0.0
@@ -1356,8 +1339,8 @@ packages:
1356 '@types/react': 1339 '@types/react':
1357 optional: true 1340 optional: true
1358 1341
1359 '@mui/material@5.16.1': 1342 '@mui/material@5.16.7':
1360 resolution: {integrity: sha512-BGTgJRb0d/hX9tus5CEb6N/Fo8pE4tYA+s9r4/S0PCrtZ3urCLXlTH4qrAvggQbiF1cYRAbHCkVHoQ+4Pdxl+w==} 1343 resolution: {integrity: sha512-cwwVQxBhK60OIOqZOVLFt55t01zmarKJiJUWbk0+8s/Ix5IaUzAShqlJchxsIQ4mSrWqgcKCCXKtIlG5H+/Jmg==}
1361 engines: {node: '>=12.0.0'} 1344 engines: {node: '>=12.0.0'}
1362 peerDependencies: 1345 peerDependencies:
1363 '@emotion/react': ^11.5.0 1346 '@emotion/react': ^11.5.0
@@ -1373,8 +1356,8 @@ packages:
1373 '@types/react': 1356 '@types/react':
1374 optional: true 1357 optional: true
1375 1358
1376 '@mui/private-theming@5.16.1': 1359 '@mui/private-theming@5.16.6':
1377 resolution: {integrity: sha512-2EGCKnAlq9vRIFj61jNWNXlKAxXp56577OVvsts7fAqRx+G1y6F+N7Q198SBaz8jYQeGKSz8ZMXK/M3FqjdEyw==} 1360 resolution: {integrity: sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==}
1378 engines: {node: '>=12.0.0'} 1361 engines: {node: '>=12.0.0'}
1379 peerDependencies: 1362 peerDependencies:
1380 '@types/react': ^17.0.0 || ^18.0.0 1363 '@types/react': ^17.0.0 || ^18.0.0
@@ -1383,8 +1366,8 @@ packages:
1383 '@types/react': 1366 '@types/react':
1384 optional: true 1367 optional: true
1385 1368
1386 '@mui/styled-engine@5.16.1': 1369 '@mui/styled-engine@5.16.6':
1387 resolution: {integrity: sha512-JwWUBaYR8HHCFefSeos0z6JoTbu0MnjAuNHu4QoDgPxl2EE70XH38CsKay66Iy0QkNWmGTRXVU2sVFgUOPL/Dw==} 1370 resolution: {integrity: sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==}
1388 engines: {node: '>=12.0.0'} 1371 engines: {node: '>=12.0.0'}
1389 peerDependencies: 1372 peerDependencies:
1390 '@emotion/react': ^11.4.1 1373 '@emotion/react': ^11.4.1
@@ -1396,8 +1379,8 @@ packages:
1396 '@emotion/styled': 1379 '@emotion/styled':
1397 optional: true 1380 optional: true
1398 1381
1399 '@mui/system@5.16.1': 1382 '@mui/system@5.16.7':
1400 resolution: {integrity: sha512-VaFcClC+uhvIEzhzcNmh9FRBvrG9IPjsOokhj6U1HPZsFnLzHV7AD7dJcT6LxWoiIZj9Ej0GK+MGh/b8+BtSlQ==} 1383 resolution: {integrity: sha512-Jncvs/r/d/itkxh7O7opOunTqbbSSzMTHzZkNLM+FjAOg+cYAZHrPDlYe1ZGKUYORwwb2XexlWnpZp0kZ4AHuA==}
1401 engines: {node: '>=12.0.0'} 1384 engines: {node: '>=12.0.0'}
1402 peerDependencies: 1385 peerDependencies:
1403 '@emotion/react': ^11.5.0 1386 '@emotion/react': ^11.5.0
@@ -1420,8 +1403,8 @@ packages:
1420 '@types/react': 1403 '@types/react':
1421 optional: true 1404 optional: true
1422 1405
1423 '@mui/utils@5.16.1': 1406 '@mui/utils@5.16.6':
1424 resolution: {integrity: sha512-4UQzK46tAEYs2xZv79hRiIc3GxZScd00kGPDadNrGztAEZlmSaUY8cb9ITd2xCiTfzsx5AN6DH8aaQ8QEKJQeQ==} 1407 resolution: {integrity: sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==}
1425 engines: {node: '>=12.0.0'} 1408 engines: {node: '>=12.0.0'}
1426 peerDependencies: 1409 peerDependencies:
1427 '@types/react': ^17.0.0 || ^18.0.0 1410 '@types/react': ^17.0.0 || ^18.0.0
@@ -1675,8 +1658,8 @@ packages:
1675 '@types/keyv@3.1.4': 1658 '@types/keyv@3.1.4':
1676 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 1659 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
1677 1660
1678 '@types/lodash@4.17.6': 1661 '@types/lodash@4.17.7':
1679 resolution: {integrity: sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==} 1662 resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==}
1680 1663
1681 '@types/minimist@1.2.5': 1664 '@types/minimist@1.2.5':
1682 resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} 1665 resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==}
@@ -2695,6 +2678,10 @@ packages:
2695 resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==} 2678 resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==}
2696 engines: {node: '>=6'} 2679 engines: {node: '>=6'}
2697 2680
2681 clsx@2.1.1:
2682 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
2683 engines: {node: '>=6'}
2684
2698 co-body@6.1.0: 2685 co-body@6.1.0:
2699 resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==} 2686 resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==}
2700 2687
@@ -2990,8 +2977,8 @@ packages:
2990 supports-color: 2977 supports-color:
2991 optional: true 2978 optional: true
2992 2979
2993 debug@4.3.5: 2980 debug@4.3.6:
2994 resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} 2981 resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
2995 engines: {node: '>=6.0'} 2982 engines: {node: '>=6.0'}
2996 peerDependencies: 2983 peerDependencies:
2997 supports-color: '*' 2984 supports-color: '*'
@@ -4058,8 +4045,8 @@ packages:
4058 globrex@0.1.2: 4045 globrex@0.1.2:
4059 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} 4046 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
4060 4047
4061 google-translate-api-x@10.6.8: 4048 google-translate-api-x@10.7.0:
4062 resolution: {integrity: sha512-vlXnCQhMcy00P2uX/mK3NzJb4HBMhoKo39PSmupiiVKLgsAZp8b22OV48dcAUxykAuPxQreyBYz4P6jFCzeZjA==} 4049 resolution: {integrity: sha512-Et0NFXJPW0Kuh92sNQSiiQN/qQX+zwWFABpOnkBCZiQdkAdL+vJ29T2KbgzDVt/PIIoKoltiWoVMmS+dM+1VGg==}
4063 engines: {node: '>=14.0.0'} 4050 engines: {node: '>=14.0.0'}
4064 4051
4065 gopd@1.0.1: 4052 gopd@1.0.1:
@@ -4244,8 +4231,8 @@ packages:
4244 humanize-ms@1.2.1: 4231 humanize-ms@1.2.1:
4245 resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} 4232 resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
4246 4233
4247 husky@9.0.11: 4234 husky@9.1.4:
4248 resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} 4235 resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==}
4249 engines: {node: '>=18'} 4236 engines: {node: '>=18'}
4250 hasBin: true 4237 hasBin: true
4251 4238
@@ -4276,8 +4263,8 @@ packages:
4276 resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} 4263 resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
4277 engines: {node: '>= 4'} 4264 engines: {node: '>= 4'}
4278 4265
4279 immutable@4.3.6: 4266 immutable@4.3.7:
4280 resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==} 4267 resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==}
4281 4268
4282 import-fresh@3.3.0: 4269 import-fresh@3.3.0:
4283 resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} 4270 resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
@@ -5433,8 +5420,8 @@ packages:
5433 peerDependencies: 5420 peerDependencies:
5434 mobx: '>=3' 5421 mobx: '>=3'
5435 5422
5436 mobx-react-form@6.9.4: 5423 mobx-react-form@6.10.1:
5437 resolution: {integrity: sha512-Q5V5I+EexsNk3TI6hl1yINqG9V6KTtoEJMrMsArcuLpYA+JWP/41Jq6e8lnmGAInq+GH+MzyNPwgvz3XGUXEaA==} 5424 resolution: {integrity: sha512-Z99lrbNL1tboSfZPvykSDE/6OnoonHzfwKN/hWpWm3sKHEvYDL+F6c9sDb4iR9ep/gbWj+UZZgVPFjMbkdu1YQ==}
5438 engines: {node: '>=8.0.0'} 5425 engines: {node: '>=8.0.0'}
5439 peerDependencies: 5426 peerDependencies:
5440 mobx: ^6.0.0 5427 mobx: ^6.0.0
@@ -5465,8 +5452,8 @@ packages:
5465 react-native: 5452 react-native:
5466 optional: true 5453 optional: true
5467 5454
5468 mobx@6.13.0: 5455 mobx@6.13.1:
5469 resolution: {integrity: sha512-1laWODrBWmB7mDJ8EClCjUQTyLwJ0ydJgE4FtK7t9r3JnjXgc9OhmYs2P4RtHrY1co5+4T6cKP2UswX2SU29mA==} 5456 resolution: {integrity: sha512-ekLRxgjWJr8hVxj9ZKuClPwM/iHckx3euIJ3Np7zLVNtqJvfbbq7l370W/98C8EabdQ1pB5Jd3BbDWxJPNnaOg==}
5470 5457
5471 modify-filename@1.1.0: 5458 modify-filename@1.1.0:
5472 resolution: {integrity: sha512-EickqnKq3kVVaZisYuCxhtKbZjInCuwgwZWyAmRIp1NTMhri7r3380/uqwrUHfaDiPzLVTuoNy4whX66bxPVog==} 5459 resolution: {integrity: sha512-EickqnKq3kVVaZisYuCxhtKbZjInCuwgwZWyAmRIp1NTMhri7r3380/uqwrUHfaDiPzLVTuoNy4whX66bxPVog==}
@@ -6223,8 +6210,8 @@ packages:
6223 react: ^16.3.0 || ^17.0.0 6210 react: ^16.3.0 || ^17.0.0
6224 react-dom: ^16.3.0 || ^17.0.0 6211 react-dom: ^16.3.0 || ^17.0.0
6225 6212
6226 react-tooltip@5.27.1: 6213 react-tooltip@5.28.0:
6227 resolution: {integrity: sha512-a+micPXcMOMt11CYlwJD4XShcqGziasHco4NPe1OFw298WBTILMyzUgNC1LAFViAe791JdHNVSJIpzhZm2MvDA==} 6214 resolution: {integrity: sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==}
6228 peerDependencies: 6215 peerDependencies:
6229 react: '>=16.14.0' 6216 react: '>=16.14.0'
6230 react-dom: '>=16.14.0' 6217 react-dom: '>=16.14.0'
@@ -6558,8 +6545,8 @@ packages:
6558 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 6545 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
6559 hasBin: true 6546 hasBin: true
6560 6547
6561 semver@7.6.2: 6548 semver@7.6.3:
6562 resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} 6549 resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
6563 engines: {node: '>=10'} 6550 engines: {node: '>=10'}
6564 hasBin: true 6551 hasBin: true
6565 6552
@@ -7613,7 +7600,7 @@ snapshots:
7613 dependencies: 7600 dependencies:
7614 cli-table: 0.3.11 7601 cli-table: 0.3.11
7615 commander: 2.20.3 7602 commander: 2.20.3
7616 debug: 4.3.5(supports-color@5.5.0) 7603 debug: 4.3.6(supports-color@5.5.0)
7617 enquirer: 1.0.3 7604 enquirer: 1.0.3
7618 fast-levenshtein: 3.0.0 7605 fast-levenshtein: 3.0.0
7619 fs-extra: 9.1.0 7606 fs-extra: 9.1.0
@@ -7634,7 +7621,7 @@ snapshots:
7634 '@adonisjs/generic-exceptions': 2.0.1 7621 '@adonisjs/generic-exceptions': 2.0.1
7635 bytes: 3.1.2 7622 bytes: 3.1.2
7636 co-body: 6.1.0 7623 co-body: 6.1.0
7637 debug: 4.3.5(supports-color@5.5.0) 7624 debug: 4.3.6(supports-color@5.5.0)
7638 end-of-stream: 1.4.4 7625 end-of-stream: 1.4.4
7639 fs-extra: 9.1.0 7626 fs-extra: 9.1.0
7640 get-stream: 6.0.1 7627 get-stream: 6.0.1
@@ -7654,7 +7641,7 @@ snapshots:
7654 dependencies: 7641 dependencies:
7655 '@adonisjs/generic-exceptions': 2.0.1 7642 '@adonisjs/generic-exceptions': 2.0.1
7656 caller: 1.1.0 7643 caller: 1.1.0
7657 debug: 4.3.5(supports-color@5.5.0) 7644 debug: 4.3.6(supports-color@5.5.0)
7658 lodash: 4.17.21 7645 lodash: 4.17.21
7659 require-stack: 1.0.2 7646 require-stack: 1.0.2
7660 transitivePeerDependencies: 7647 transitivePeerDependencies:
@@ -7666,7 +7653,7 @@ snapshots:
7666 '@adonisjs/middleware-base': 1.0.0 7653 '@adonisjs/middleware-base': 1.0.0
7667 bcryptjs: 2.4.3 7654 bcryptjs: 2.4.3
7668 co-compose: 4.0.0 7655 co-compose: 4.0.0
7669 debug: 4.3.5(supports-color@5.5.0) 7656 debug: 4.3.6(supports-color@5.5.0)
7670 dotenv: 6.2.0 7657 dotenv: 6.2.0
7671 edge.js: 1.1.4 7658 edge.js: 1.1.4
7672 eventemitter2: 5.0.1 7659 eventemitter2: 5.0.1
@@ -7696,7 +7683,7 @@ snapshots:
7696 7683
7697 '@adonisjs/ignitor@2.0.8': 7684 '@adonisjs/ignitor@2.0.8':
7698 dependencies: 7685 dependencies:
7699 debug: 4.3.5(supports-color@5.5.0) 7686 debug: 4.3.6(supports-color@5.5.0)
7700 pify: 4.0.1 7687 pify: 4.0.1
7701 youch: 2.2.2 7688 youch: 2.2.2
7702 youch-terminal: 1.1.1 7689 youch-terminal: 1.1.1
@@ -7707,7 +7694,7 @@ snapshots:
7707 dependencies: 7694 dependencies:
7708 '@adonisjs/generic-exceptions': 2.0.1 7695 '@adonisjs/generic-exceptions': 2.0.1
7709 chance: 1.1.9 7696 chance: 1.1.9
7710 debug: 4.3.5(supports-color@5.5.0) 7697 debug: 4.3.6(supports-color@5.5.0)
7711 knex: 0.21.21(sqlite3@5.1.6(encoding@0.1.13)) 7698 knex: 0.21.21(sqlite3@5.1.6(encoding@0.1.13))
7712 lodash: 4.17.21 7699 lodash: 4.17.21
7713 moment: 2.30.1 7700 moment: 2.30.1
@@ -7772,7 +7759,7 @@ snapshots:
7772 '@babel/traverse': 7.23.5(supports-color@5.5.0) 7759 '@babel/traverse': 7.23.5(supports-color@5.5.0)
7773 '@babel/types': 7.23.5 7760 '@babel/types': 7.23.5
7774 convert-source-map: 2.0.0 7761 convert-source-map: 2.0.0
7775 debug: 4.3.5(supports-color@5.5.0) 7762 debug: 4.3.6(supports-color@5.5.0)
7776 gensync: 1.0.0-beta.2 7763 gensync: 1.0.0-beta.2
7777 json5: 2.2.3 7764 json5: 2.2.3
7778 semver: 6.3.1 7765 semver: 6.3.1
@@ -7962,7 +7949,7 @@ snapshots:
7962 '@babel/helper-split-export-declaration': 7.22.6 7949 '@babel/helper-split-export-declaration': 7.22.6
7963 '@babel/parser': 7.23.5 7950 '@babel/parser': 7.23.5
7964 '@babel/types': 7.23.5 7951 '@babel/types': 7.23.5
7965 debug: 4.3.5(supports-color@5.5.0) 7952 debug: 4.3.6(supports-color@5.5.0)
7966 globals: 11.12.0 7953 globals: 11.12.0
7967 transitivePeerDependencies: 7954 transitivePeerDependencies:
7968 - supports-color 7955 - supports-color
@@ -8054,7 +8041,7 @@ snapshots:
8054 '@commitlint/is-ignored@19.2.2': 8041 '@commitlint/is-ignored@19.2.2':
8055 dependencies: 8042 dependencies:
8056 '@commitlint/types': 19.0.3 8043 '@commitlint/types': 19.0.3
8057 semver: 7.6.2 8044 semver: 7.6.3
8058 8045
8059 '@commitlint/lint@19.2.2': 8046 '@commitlint/lint@19.2.2':
8060 dependencies: 8047 dependencies:
@@ -8146,7 +8133,7 @@ snapshots:
8146 8133
8147 '@electron/get@2.0.3': 8134 '@electron/get@2.0.3':
8148 dependencies: 8135 dependencies:
8149 debug: 4.3.5(supports-color@5.5.0) 8136 debug: 4.3.6(supports-color@5.5.0)
8150 env-paths: 2.2.1 8137 env-paths: 2.2.1
8151 fs-extra: 8.1.0 8138 fs-extra: 8.1.0
8152 got: 11.8.6 8139 got: 11.8.6
@@ -8160,7 +8147,7 @@ snapshots:
8160 8147
8161 '@electron/notarize@2.2.1': 8148 '@electron/notarize@2.2.1':
8162 dependencies: 8149 dependencies:
8163 debug: 4.3.5(supports-color@5.5.0) 8150 debug: 4.3.6(supports-color@5.5.0)
8164 fs-extra: 9.1.0 8151 fs-extra: 9.1.0
8165 promise-retry: 2.0.1 8152 promise-retry: 2.0.1
8166 transitivePeerDependencies: 8153 transitivePeerDependencies:
@@ -8168,7 +8155,7 @@ snapshots:
8168 8155
8169 '@electron/notarize@2.3.2': 8156 '@electron/notarize@2.3.2':
8170 dependencies: 8157 dependencies:
8171 debug: 4.3.5(supports-color@5.5.0) 8158 debug: 4.3.6(supports-color@5.5.0)
8172 fs-extra: 9.1.0 8159 fs-extra: 9.1.0
8173 promise-retry: 2.0.1 8160 promise-retry: 2.0.1
8174 transitivePeerDependencies: 8161 transitivePeerDependencies:
@@ -8177,7 +8164,7 @@ snapshots:
8177 '@electron/osx-sign@1.0.5': 8164 '@electron/osx-sign@1.0.5':
8178 dependencies: 8165 dependencies:
8179 compare-version: 0.1.2 8166 compare-version: 0.1.2
8180 debug: 4.3.5(supports-color@5.5.0) 8167 debug: 4.3.6(supports-color@5.5.0)
8181 fs-extra: 10.1.0 8168 fs-extra: 10.1.0
8182 isbinaryfile: 4.0.10 8169 isbinaryfile: 4.0.10
8183 minimist: 1.2.8 8170 minimist: 1.2.8
@@ -8193,7 +8180,7 @@ snapshots:
8193 dependencies: 8180 dependencies:
8194 '@electron/asar': 3.2.8 8181 '@electron/asar': 3.2.8
8195 '@malept/cross-spawn-promise': 1.1.1 8182 '@malept/cross-spawn-promise': 1.1.1
8196 debug: 4.3.5(supports-color@5.5.0) 8183 debug: 4.3.6(supports-color@5.5.0)
8197 dir-compare: 3.3.0 8184 dir-compare: 3.3.0
8198 fs-extra: 9.1.0 8185 fs-extra: 9.1.0
8199 minimatch: 3.1.2 8186 minimatch: 3.1.2
@@ -8488,7 +8475,7 @@ snapshots:
8488 '@eslint/eslintrc@2.1.4': 8475 '@eslint/eslintrc@2.1.4':
8489 dependencies: 8476 dependencies:
8490 ajv: 6.12.6 8477 ajv: 6.12.6
8491 debug: 4.3.5(supports-color@5.5.0) 8478 debug: 4.3.6(supports-color@5.5.0)
8492 espree: 9.6.1 8479 espree: 9.6.1
8493 globals: 13.24.0 8480 globals: 13.24.0
8494 ignore: 5.3.1 8481 ignore: 5.3.1
@@ -8510,12 +8497,6 @@ snapshots:
8510 '@floating-ui/core': 1.6.0 8497 '@floating-ui/core': 1.6.0
8511 '@floating-ui/utils': 0.2.1 8498 '@floating-ui/utils': 0.2.1
8512 8499
8513 '@floating-ui/react-dom@2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
8514 dependencies:
8515 '@floating-ui/dom': 1.6.1
8516 react: 18.3.1
8517 react-dom: 18.3.1(react@18.3.1)
8518
8519 '@floating-ui/utils@0.2.1': {} 8500 '@floating-ui/utils@0.2.1': {}
8520 8501
8521 '@formatjs/cli@6.2.12': {} 8502 '@formatjs/cli@6.2.12': {}
@@ -8580,7 +8561,7 @@ snapshots:
8580 '@humanwhocodes/config-array@0.11.14': 8561 '@humanwhocodes/config-array@0.11.14':
8581 dependencies: 8562 dependencies:
8582 '@humanwhocodes/object-schema': 2.0.2 8563 '@humanwhocodes/object-schema': 2.0.2
8583 debug: 4.3.5(supports-color@5.5.0) 8564 debug: 4.3.6(supports-color@5.5.0)
8584 minimatch: 3.1.2 8565 minimatch: 3.1.2
8585 transitivePeerDependencies: 8566 transitivePeerDependencies:
8586 - supports-color 8567 - supports-color
@@ -8798,7 +8779,7 @@ snapshots:
8798 8779
8799 '@kwsites/file-exists@1.1.1': 8780 '@kwsites/file-exists@1.1.1':
8800 dependencies: 8781 dependencies:
8801 debug: 4.3.5(supports-color@5.5.0) 8782 debug: 4.3.6(supports-color@5.5.0)
8802 transitivePeerDependencies: 8783 transitivePeerDependencies:
8803 - supports-color 8784 - supports-color
8804 8785
@@ -8810,7 +8791,7 @@ snapshots:
8810 8791
8811 '@malept/flatpak-bundler@0.4.0': 8792 '@malept/flatpak-bundler@0.4.0':
8812 dependencies: 8793 dependencies:
8813 debug: 4.3.5(supports-color@5.5.0) 8794 debug: 4.3.6(supports-color@5.5.0)
8814 fs-extra: 9.1.0 8795 fs-extra: 9.1.0
8815 lodash: 4.17.21 8796 lodash: 4.17.21
8816 tmp-promise: 3.0.3 8797 tmp-promise: 3.0.3
@@ -8826,7 +8807,7 @@ snapshots:
8826 nopt: 5.0.0 8807 nopt: 5.0.0
8827 npmlog: 5.0.1 8808 npmlog: 5.0.1
8828 rimraf: 3.0.2 8809 rimraf: 3.0.2
8829 semver: 7.6.2 8810 semver: 7.6.3
8830 tar: 6.2.1 8811 tar: 6.2.1
8831 transitivePeerDependencies: 8812 transitivePeerDependencies:
8832 - encoding 8813 - encoding
@@ -8838,38 +8819,24 @@ snapshots:
8838 dependencies: 8819 dependencies:
8839 prop-types: 15.8.1 8820 prop-types: 15.8.1
8840 8821
8841 '@mui/base@5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 8822 '@mui/core-downloads-tracker@5.16.7': {}
8842 dependencies:
8843 '@babel/runtime': 7.24.4
8844 '@floating-ui/react-dom': 2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
8845 '@mui/types': 7.2.15(@types/react@18.3.3)
8846 '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1)
8847 '@popperjs/core': 2.11.8
8848 clsx: 2.1.0
8849 prop-types: 15.8.1
8850 react: 18.3.1
8851 react-dom: 18.3.1(react@18.3.1)
8852 optionalDependencies:
8853 '@types/react': 18.3.3
8854 8823
8855 '@mui/core-downloads-tracker@5.16.1': {} 8824 '@mui/icons-material@5.16.7(@mui/material@5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)':
8856
8857 '@mui/icons-material@5.16.1(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)':
8858 dependencies: 8825 dependencies:
8859 '@babel/runtime': 7.24.4 8826 '@babel/runtime': 7.24.4
8860 '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8827 '@mui/material': 5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
8861 react: 18.3.1 8828 react: 18.3.1
8862 optionalDependencies: 8829 optionalDependencies:
8863 '@types/react': 18.3.3 8830 '@types/react': 18.3.3
8864 8831
8865 '@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 8832 '@mui/material@5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
8866 dependencies: 8833 dependencies:
8867 '@babel/runtime': 7.24.4 8834 '@babel/runtime': 7.24.4
8868 '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8835 '@mui/core-downloads-tracker': 5.16.7
8869 '@mui/core-downloads-tracker': 5.16.1 8836 '@mui/system': 5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
8870 '@mui/system': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
8871 '@mui/types': 7.2.15(@types/react@18.3.3) 8837 '@mui/types': 7.2.15(@types/react@18.3.3)
8872 '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) 8838 '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8839 '@popperjs/core': 2.11.8
8873 '@types/react-transition-group': 4.4.10 8840 '@types/react-transition-group': 4.4.10
8874 clsx: 2.1.0 8841 clsx: 2.1.0
8875 csstype: 3.1.3 8842 csstype: 3.1.3
@@ -8883,16 +8850,16 @@ snapshots:
8883 '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) 8850 '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
8884 '@types/react': 18.3.3 8851 '@types/react': 18.3.3
8885 8852
8886 '@mui/private-theming@5.16.1(@types/react@18.3.3)(react@18.3.1)': 8853 '@mui/private-theming@5.16.6(@types/react@18.3.3)(react@18.3.1)':
8887 dependencies: 8854 dependencies:
8888 '@babel/runtime': 7.24.4 8855 '@babel/runtime': 7.24.4
8889 '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) 8856 '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8890 prop-types: 15.8.1 8857 prop-types: 15.8.1
8891 react: 18.3.1 8858 react: 18.3.1
8892 optionalDependencies: 8859 optionalDependencies:
8893 '@types/react': 18.3.3 8860 '@types/react': 18.3.3
8894 8861
8895 '@mui/styled-engine@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': 8862 '@mui/styled-engine@5.16.6(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)':
8896 dependencies: 8863 dependencies:
8897 '@babel/runtime': 7.24.4 8864 '@babel/runtime': 7.24.4
8898 '@emotion/cache': 11.11.0 8865 '@emotion/cache': 11.11.0
@@ -8903,13 +8870,13 @@ snapshots:
8903 '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) 8870 '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1)
8904 '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) 8871 '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
8905 8872
8906 '@mui/system@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': 8873 '@mui/system@5.16.7(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)':
8907 dependencies: 8874 dependencies:
8908 '@babel/runtime': 7.24.4 8875 '@babel/runtime': 7.24.4
8909 '@mui/private-theming': 5.16.1(@types/react@18.3.3)(react@18.3.1) 8876 '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8910 '@mui/styled-engine': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) 8877 '@mui/styled-engine': 5.16.6(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)
8911 '@mui/types': 7.2.15(@types/react@18.3.3) 8878 '@mui/types': 7.2.15(@types/react@18.3.3)
8912 '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) 8879 '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8913 clsx: 2.1.0 8880 clsx: 2.1.0
8914 csstype: 3.1.3 8881 csstype: 3.1.3
8915 prop-types: 15.8.1 8882 prop-types: 15.8.1
@@ -8923,10 +8890,12 @@ snapshots:
8923 optionalDependencies: 8890 optionalDependencies:
8924 '@types/react': 18.3.3 8891 '@types/react': 18.3.3
8925 8892
8926 '@mui/utils@5.16.1(@types/react@18.3.3)(react@18.3.1)': 8893 '@mui/utils@5.16.6(@types/react@18.3.3)(react@18.3.1)':
8927 dependencies: 8894 dependencies:
8928 '@babel/runtime': 7.24.4 8895 '@babel/runtime': 7.24.4
8896 '@mui/types': 7.2.15(@types/react@18.3.3)
8929 '@types/prop-types': 15.7.12 8897 '@types/prop-types': 15.7.12
8898 clsx: 2.1.1
8930 prop-types: 15.8.1 8899 prop-types: 15.8.1
8931 react: 18.3.1 8900 react: 18.3.1
8932 react-is: 18.3.1 8901 react-is: 18.3.1
@@ -8965,12 +8934,12 @@ snapshots:
8965 '@npmcli/fs@1.1.1': 8934 '@npmcli/fs@1.1.1':
8966 dependencies: 8935 dependencies:
8967 '@gar/promisify': 1.1.3 8936 '@gar/promisify': 1.1.3
8968 semver: 7.6.2 8937 semver: 7.6.3
8969 optional: true 8938 optional: true
8970 8939
8971 '@npmcli/fs@3.1.1': 8940 '@npmcli/fs@3.1.1':
8972 dependencies: 8941 dependencies:
8973 semver: 7.6.2 8942 semver: 7.6.3
8974 optional: true 8943 optional: true
8975 8944
8976 '@npmcli/move-file@1.1.2': 8945 '@npmcli/move-file@1.1.2':
@@ -9125,10 +9094,10 @@ snapshots:
9125 node-exceptions: 3.0.0 9094 node-exceptions: 3.0.0
9126 resetable: 1.0.3 9095 resetable: 1.0.3
9127 9096
9128 '@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.13.0)(path-to-regexp@6.2.2)': 9097 '@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.13.1)(path-to-regexp@6.2.2)':
9129 dependencies: 9098 dependencies:
9130 history: 5.3.0 9099 history: 5.3.0
9131 mobx: 6.13.0 9100 mobx: 6.13.1
9132 path-to-regexp: 6.2.2 9101 path-to-regexp: 6.2.2
9133 9102
9134 '@syed_umair/electron-process-manager@1.1.0(electron@31.3.1)': 9103 '@syed_umair/electron-process-manager@1.1.0(electron@31.3.1)':
@@ -9248,7 +9217,7 @@ snapshots:
9248 dependencies: 9217 dependencies:
9249 '@types/node': 20.14.10 9218 '@types/node': 20.14.10
9250 9219
9251 '@types/lodash@4.17.6': {} 9220 '@types/lodash@4.17.7': {}
9252 9221
9253 '@types/minimist@1.2.5': {} 9222 '@types/minimist@1.2.5': {}
9254 9223
@@ -9335,12 +9304,12 @@ snapshots:
9335 '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) 9304 '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
9336 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) 9305 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
9337 '@typescript-eslint/visitor-keys': 6.21.0 9306 '@typescript-eslint/visitor-keys': 6.21.0
9338 debug: 4.3.5(supports-color@5.5.0) 9307 debug: 4.3.6(supports-color@5.5.0)
9339 eslint: 8.57.0 9308 eslint: 8.57.0
9340 graphemer: 1.4.0 9309 graphemer: 1.4.0
9341 ignore: 5.3.1 9310 ignore: 5.3.1
9342 natural-compare: 1.4.0 9311 natural-compare: 1.4.0
9343 semver: 7.6.2 9312 semver: 7.6.3
9344 ts-api-utils: 1.3.0(typescript@5.4.5) 9313 ts-api-utils: 1.3.0(typescript@5.4.5)
9345 optionalDependencies: 9314 optionalDependencies:
9346 typescript: 5.4.5 9315 typescript: 5.4.5
@@ -9371,7 +9340,7 @@ snapshots:
9371 '@typescript-eslint/types': 7.10.0 9340 '@typescript-eslint/types': 7.10.0
9372 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 9341 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5)
9373 '@typescript-eslint/visitor-keys': 7.10.0 9342 '@typescript-eslint/visitor-keys': 7.10.0
9374 debug: 4.3.5(supports-color@5.5.0) 9343 debug: 4.3.6(supports-color@5.5.0)
9375 eslint: 8.57.0 9344 eslint: 8.57.0
9376 optionalDependencies: 9345 optionalDependencies:
9377 typescript: 5.4.5 9346 typescript: 5.4.5
@@ -9402,7 +9371,7 @@ snapshots:
9402 dependencies: 9371 dependencies:
9403 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) 9372 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
9404 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) 9373 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
9405 debug: 4.3.5(supports-color@5.5.0) 9374 debug: 4.3.6(supports-color@5.5.0)
9406 eslint: 8.57.0 9375 eslint: 8.57.0
9407 ts-api-utils: 1.3.0(typescript@5.4.5) 9376 ts-api-utils: 1.3.0(typescript@5.4.5)
9408 optionalDependencies: 9377 optionalDependencies:
@@ -9414,7 +9383,7 @@ snapshots:
9414 dependencies: 9383 dependencies:
9415 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 9384 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5)
9416 '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5) 9385 '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5)
9417 debug: 4.3.5(supports-color@5.5.0) 9386 debug: 4.3.6(supports-color@5.5.0)
9418 eslint: 8.57.0 9387 eslint: 8.57.0
9419 ts-api-utils: 1.3.0(typescript@5.4.5) 9388 ts-api-utils: 1.3.0(typescript@5.4.5)
9420 optionalDependencies: 9389 optionalDependencies:
@@ -9426,7 +9395,7 @@ snapshots:
9426 dependencies: 9395 dependencies:
9427 '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5) 9396 '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5)
9428 '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5) 9397 '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
9429 debug: 4.3.5(supports-color@5.5.0) 9398 debug: 4.3.6(supports-color@5.5.0)
9430 eslint: 8.57.0 9399 eslint: 8.57.0
9431 ts-api-utils: 1.3.0(typescript@5.4.5) 9400 ts-api-utils: 1.3.0(typescript@5.4.5)
9432 optionalDependencies: 9401 optionalDependencies:
@@ -9446,10 +9415,10 @@ snapshots:
9446 dependencies: 9415 dependencies:
9447 '@typescript-eslint/types': 5.62.0 9416 '@typescript-eslint/types': 5.62.0
9448 '@typescript-eslint/visitor-keys': 5.62.0 9417 '@typescript-eslint/visitor-keys': 5.62.0
9449 debug: 4.3.5(supports-color@5.5.0) 9418 debug: 4.3.6(supports-color@5.5.0)
9450 globby: 11.1.0 9419 globby: 11.1.0
9451 is-glob: 4.0.3 9420 is-glob: 4.0.3
9452 semver: 7.6.2 9421 semver: 7.6.3
9453 tsutils: 3.21.0(typescript@5.4.5) 9422 tsutils: 3.21.0(typescript@5.4.5)
9454 optionalDependencies: 9423 optionalDependencies:
9455 typescript: 5.4.5 9424 typescript: 5.4.5
@@ -9460,11 +9429,11 @@ snapshots:
9460 dependencies: 9429 dependencies:
9461 '@typescript-eslint/types': 6.21.0 9430 '@typescript-eslint/types': 6.21.0
9462 '@typescript-eslint/visitor-keys': 6.21.0 9431 '@typescript-eslint/visitor-keys': 6.21.0
9463 debug: 4.3.5(supports-color@5.5.0) 9432 debug: 4.3.6(supports-color@5.5.0)
9464 globby: 11.1.0 9433 globby: 11.1.0
9465 is-glob: 4.0.3 9434 is-glob: 4.0.3
9466 minimatch: 9.0.3 9435 minimatch: 9.0.3
9467 semver: 7.6.2 9436 semver: 7.6.3
9468 ts-api-utils: 1.3.0(typescript@5.4.5) 9437 ts-api-utils: 1.3.0(typescript@5.4.5)
9469 optionalDependencies: 9438 optionalDependencies:
9470 typescript: 5.4.5 9439 typescript: 5.4.5
@@ -9475,11 +9444,11 @@ snapshots:
9475 dependencies: 9444 dependencies:
9476 '@typescript-eslint/types': 7.10.0 9445 '@typescript-eslint/types': 7.10.0
9477 '@typescript-eslint/visitor-keys': 7.10.0 9446 '@typescript-eslint/visitor-keys': 7.10.0
9478 debug: 4.3.5(supports-color@5.5.0) 9447 debug: 4.3.6(supports-color@5.5.0)
9479 globby: 11.1.0 9448 globby: 11.1.0
9480 is-glob: 4.0.3 9449 is-glob: 4.0.3
9481 minimatch: 9.0.4 9450 minimatch: 9.0.4
9482 semver: 7.6.2 9451 semver: 7.6.3
9483 ts-api-utils: 1.3.0(typescript@5.4.5) 9452 ts-api-utils: 1.3.0(typescript@5.4.5)
9484 optionalDependencies: 9453 optionalDependencies:
9485 typescript: 5.4.5 9454 typescript: 5.4.5
@@ -9490,11 +9459,11 @@ snapshots:
9490 dependencies: 9459 dependencies:
9491 '@typescript-eslint/types': 7.13.1 9460 '@typescript-eslint/types': 7.13.1
9492 '@typescript-eslint/visitor-keys': 7.13.1 9461 '@typescript-eslint/visitor-keys': 7.13.1
9493 debug: 4.3.5(supports-color@5.5.0) 9462 debug: 4.3.6(supports-color@5.5.0)
9494 globby: 11.1.0 9463 globby: 11.1.0
9495 is-glob: 4.0.3 9464 is-glob: 4.0.3
9496 minimatch: 9.0.4 9465 minimatch: 9.0.4
9497 semver: 7.6.2 9466 semver: 7.6.3
9498 ts-api-utils: 1.3.0(typescript@5.4.5) 9467 ts-api-utils: 1.3.0(typescript@5.4.5)
9499 optionalDependencies: 9468 optionalDependencies:
9500 typescript: 5.4.5 9469 typescript: 5.4.5
@@ -9511,7 +9480,7 @@ snapshots:
9511 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) 9480 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5)
9512 eslint: 8.57.0 9481 eslint: 8.57.0
9513 eslint-scope: 5.1.1 9482 eslint-scope: 5.1.1
9514 semver: 7.6.2 9483 semver: 7.6.3
9515 transitivePeerDependencies: 9484 transitivePeerDependencies:
9516 - supports-color 9485 - supports-color
9517 - typescript 9486 - typescript
@@ -9525,7 +9494,7 @@ snapshots:
9525 '@typescript-eslint/types': 6.21.0 9494 '@typescript-eslint/types': 6.21.0
9526 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) 9495 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
9527 eslint: 8.57.0 9496 eslint: 8.57.0
9528 semver: 7.6.2 9497 semver: 7.6.3
9529 transitivePeerDependencies: 9498 transitivePeerDependencies:
9530 - supports-color 9499 - supports-color
9531 - typescript 9500 - typescript
@@ -9611,19 +9580,19 @@ snapshots:
9611 9580
9612 agent-base@6.0.2: 9581 agent-base@6.0.2:
9613 dependencies: 9582 dependencies:
9614 debug: 4.3.5(supports-color@5.5.0) 9583 debug: 4.3.6(supports-color@5.5.0)
9615 transitivePeerDependencies: 9584 transitivePeerDependencies:
9616 - supports-color 9585 - supports-color
9617 9586
9618 agent-base@7.1.0: 9587 agent-base@7.1.0:
9619 dependencies: 9588 dependencies:
9620 debug: 4.3.5(supports-color@5.5.0) 9589 debug: 4.3.6(supports-color@5.5.0)
9621 transitivePeerDependencies: 9590 transitivePeerDependencies:
9622 - supports-color 9591 - supports-color
9623 9592
9624 agent-base@7.1.1: 9593 agent-base@7.1.1:
9625 dependencies: 9594 dependencies:
9626 debug: 4.3.5(supports-color@5.5.0) 9595 debug: 4.3.6(supports-color@5.5.0)
9627 transitivePeerDependencies: 9596 transitivePeerDependencies:
9628 - supports-color 9597 - supports-color
9629 optional: true 9598 optional: true
@@ -9858,7 +9827,7 @@ snapshots:
9858 builder-util: 24.13.1 9827 builder-util: 24.13.1
9859 builder-util-runtime: 9.2.4 9828 builder-util-runtime: 9.2.4
9860 chromium-pickle-js: 0.2.0 9829 chromium-pickle-js: 0.2.0
9861 debug: 4.3.5(supports-color@5.5.0) 9830 debug: 4.3.6(supports-color@5.5.0)
9862 dmg-builder: 24.13.3(electron-builder-squirrel-windows@24.13.3) 9831 dmg-builder: 24.13.3(electron-builder-squirrel-windows@24.13.3)
9863 ejs: 3.1.9 9832 ejs: 3.1.9
9864 electron-builder-squirrel-windows: 24.13.3(dmg-builder@24.13.3) 9833 electron-builder-squirrel-windows: 24.13.3(dmg-builder@24.13.3)
@@ -9873,7 +9842,7 @@ snapshots:
9873 minimatch: 5.1.6 9842 minimatch: 5.1.6
9874 read-config-file: 6.3.2 9843 read-config-file: 6.3.2
9875 sanitize-filename: 1.6.3 9844 sanitize-filename: 1.6.3
9876 semver: 7.6.2 9845 semver: 7.6.3
9877 tar: 6.2.1 9846 tar: 6.2.1
9878 temp-file: 3.4.0 9847 temp-file: 3.4.0
9879 transitivePeerDependencies: 9848 transitivePeerDependencies:
@@ -10103,9 +10072,9 @@ snapshots:
10103 10072
10104 axe-core@4.7.0: {} 10073 axe-core@4.7.0: {}
10105 10074
10106 axios@1.6.2(debug@4.3.5): 10075 axios@1.6.2(debug@4.3.6):
10107 dependencies: 10076 dependencies:
10108 follow-redirects: 1.15.3(debug@4.3.5) 10077 follow-redirects: 1.15.3(debug@4.3.6)
10109 form-data: 4.0.0 10078 form-data: 4.0.0
10110 proxy-from-env: 1.1.0 10079 proxy-from-env: 1.1.0
10111 transitivePeerDependencies: 10080 transitivePeerDependencies:
@@ -10307,7 +10276,7 @@ snapshots:
10307 10276
10308 builder-util-runtime@9.2.4: 10277 builder-util-runtime@9.2.4:
10309 dependencies: 10278 dependencies:
10310 debug: 4.3.5(supports-color@5.5.0) 10279 debug: 4.3.6(supports-color@5.5.0)
10311 sax: 1.3.0 10280 sax: 1.3.0
10312 transitivePeerDependencies: 10281 transitivePeerDependencies:
10313 - supports-color 10282 - supports-color
@@ -10321,7 +10290,7 @@ snapshots:
10321 builder-util-runtime: 9.2.4 10290 builder-util-runtime: 9.2.4
10322 chalk: 4.1.2 10291 chalk: 4.1.2
10323 cross-spawn: 7.0.3 10292 cross-spawn: 7.0.3
10324 debug: 4.3.5(supports-color@5.5.0) 10293 debug: 4.3.6(supports-color@5.5.0)
10325 fs-extra: 10.1.0 10294 fs-extra: 10.1.0
10326 http-proxy-agent: 5.0.0 10295 http-proxy-agent: 5.0.0
10327 https-proxy-agent: 5.0.1 10296 https-proxy-agent: 5.0.1
@@ -10572,6 +10541,8 @@ snapshots:
10572 10541
10573 clsx@2.1.0: {} 10542 clsx@2.1.0: {}
10574 10543
10544 clsx@2.1.1: {}
10545
10575 co-body@6.1.0: 10546 co-body@6.1.0:
10576 dependencies: 10547 dependencies:
10577 inflation: 2.0.0 10548 inflation: 2.0.0
@@ -10885,7 +10856,7 @@ snapshots:
10885 dependencies: 10856 dependencies:
10886 ms: 2.1.2 10857 ms: 2.1.2
10887 10858
10888 debug@4.3.5(supports-color@5.5.0): 10859 debug@4.3.6(supports-color@5.5.0):
10889 dependencies: 10860 dependencies:
10890 ms: 2.1.2 10861 ms: 2.1.2
10891 optionalDependencies: 10862 optionalDependencies:
@@ -11191,7 +11162,7 @@ snapshots:
11191 lazy-val: 1.0.5 11162 lazy-val: 1.0.5
11192 lodash.escaperegexp: 4.1.2 11163 lodash.escaperegexp: 4.1.2
11193 lodash.isequal: 4.5.0 11164 lodash.isequal: 4.5.0
11194 semver: 7.6.2 11165 semver: 7.6.3
11195 tiny-typed-emitter: 2.1.0 11166 tiny-typed-emitter: 2.1.0
11196 transitivePeerDependencies: 11167 transitivePeerDependencies:
11197 - supports-color 11168 - supports-color
@@ -11755,7 +11726,7 @@ snapshots:
11755 read-pkg-up: 7.0.1 11726 read-pkg-up: 7.0.1
11756 regexp-tree: 0.1.27 11727 regexp-tree: 0.1.27
11757 regjsparser: 0.10.0 11728 regjsparser: 0.10.0
11758 semver: 7.6.2 11729 semver: 7.6.3
11759 strip-indent: 3.0.0 11730 strip-indent: 3.0.0
11760 transitivePeerDependencies: 11731 transitivePeerDependencies:
11761 - supports-color 11732 - supports-color
@@ -11787,7 +11758,7 @@ snapshots:
11787 ajv: 6.12.6 11758 ajv: 6.12.6
11788 chalk: 4.1.2 11759 chalk: 4.1.2
11789 cross-spawn: 7.0.3 11760 cross-spawn: 7.0.3
11790 debug: 4.3.5(supports-color@5.5.0) 11761 debug: 4.3.6(supports-color@5.5.0)
11791 doctrine: 3.0.0 11762 doctrine: 3.0.0
11792 escape-string-regexp: 4.0.0 11763 escape-string-regexp: 4.0.0
11793 eslint-scope: 7.2.2 11764 eslint-scope: 7.2.2
@@ -11991,7 +11962,7 @@ snapshots:
11991 11962
11992 extract-zip@2.0.1: 11963 extract-zip@2.0.1:
11993 dependencies: 11964 dependencies:
11994 debug: 4.3.5(supports-color@5.5.0) 11965 debug: 4.3.6(supports-color@5.5.0)
11995 get-stream: 5.2.0 11966 get-stream: 5.2.0
11996 yauzl: 2.10.0 11967 yauzl: 2.10.0
11997 optionalDependencies: 11968 optionalDependencies:
@@ -12140,9 +12111,9 @@ snapshots:
12140 12111
12141 fn.name@1.1.0: {} 12112 fn.name@1.1.0: {}
12142 12113
12143 follow-redirects@1.15.3(debug@4.3.5): 12114 follow-redirects@1.15.3(debug@4.3.6):
12144 optionalDependencies: 12115 optionalDependencies:
12145 debug: 4.3.5(supports-color@5.5.0) 12116 debug: 4.3.6(supports-color@5.5.0)
12146 12117
12147 for-each@0.3.3: 12118 for-each@0.3.3:
12148 dependencies: 12119 dependencies:
@@ -12359,7 +12330,7 @@ snapshots:
12359 es6-error: 4.1.1 12330 es6-error: 4.1.1
12360 matcher: 3.0.0 12331 matcher: 3.0.0
12361 roarr: 2.15.4 12332 roarr: 2.15.4
12362 semver: 7.6.2 12333 semver: 7.6.3
12363 serialize-error: 7.0.1 12334 serialize-error: 7.0.1
12364 optional: true 12335 optional: true
12365 12336
@@ -12404,7 +12375,7 @@ snapshots:
12404 12375
12405 globrex@0.1.2: {} 12376 globrex@0.1.2: {}
12406 12377
12407 google-translate-api-x@10.6.8: {} 12378 google-translate-api-x@10.7.0: {}
12408 12379
12409 gopd@1.0.1: 12380 gopd@1.0.1:
12410 dependencies: 12381 dependencies:
@@ -12559,7 +12530,7 @@ snapshots:
12559 dependencies: 12530 dependencies:
12560 '@tootallnate/once': 1.1.2 12531 '@tootallnate/once': 1.1.2
12561 agent-base: 6.0.2 12532 agent-base: 6.0.2
12562 debug: 4.3.5(supports-color@5.5.0) 12533 debug: 4.3.6(supports-color@5.5.0)
12563 transitivePeerDependencies: 12534 transitivePeerDependencies:
12564 - supports-color 12535 - supports-color
12565 optional: true 12536 optional: true
@@ -12568,14 +12539,14 @@ snapshots:
12568 dependencies: 12539 dependencies:
12569 '@tootallnate/once': 2.0.0 12540 '@tootallnate/once': 2.0.0
12570 agent-base: 6.0.2 12541 agent-base: 6.0.2
12571 debug: 4.3.5(supports-color@5.5.0) 12542 debug: 4.3.6(supports-color@5.5.0)
12572 transitivePeerDependencies: 12543 transitivePeerDependencies:
12573 - supports-color 12544 - supports-color
12574 12545
12575 http-proxy-agent@7.0.2: 12546 http-proxy-agent@7.0.2:
12576 dependencies: 12547 dependencies:
12577 agent-base: 7.1.1 12548 agent-base: 7.1.1
12578 debug: 4.3.5(supports-color@5.5.0) 12549 debug: 4.3.6(supports-color@5.5.0)
12579 transitivePeerDependencies: 12550 transitivePeerDependencies:
12580 - supports-color 12551 - supports-color
12581 optional: true 12552 optional: true
@@ -12594,14 +12565,14 @@ snapshots:
12594 https-proxy-agent@5.0.1: 12565 https-proxy-agent@5.0.1:
12595 dependencies: 12566 dependencies:
12596 agent-base: 6.0.2 12567 agent-base: 6.0.2
12597 debug: 4.3.5(supports-color@5.5.0) 12568 debug: 4.3.6(supports-color@5.5.0)
12598 transitivePeerDependencies: 12569 transitivePeerDependencies:
12599 - supports-color 12570 - supports-color
12600 12571
12601 https-proxy-agent@7.0.1: 12572 https-proxy-agent@7.0.1:
12602 dependencies: 12573 dependencies:
12603 agent-base: 7.1.0 12574 agent-base: 7.1.0
12604 debug: 4.3.5(supports-color@5.5.0) 12575 debug: 4.3.6(supports-color@5.5.0)
12605 transitivePeerDependencies: 12576 transitivePeerDependencies:
12606 - supports-color 12577 - supports-color
12607 12578
@@ -12618,7 +12589,7 @@ snapshots:
12618 ms: 2.1.3 12589 ms: 2.1.3
12619 optional: true 12590 optional: true
12620 12591
12621 husky@9.0.11: {} 12592 husky@9.1.4: {}
12622 12593
12623 hyphenate-style-name@1.0.4: {} 12594 hyphenate-style-name@1.0.4: {}
12624 12595
@@ -12642,7 +12613,7 @@ snapshots:
12642 12613
12643 ignore@5.3.1: {} 12614 ignore@5.3.1: {}
12644 12615
12645 immutable@4.3.6: {} 12616 immutable@4.3.7: {}
12646 12617
12647 import-fresh@3.3.0: 12618 import-fresh@3.3.0:
12648 dependencies: 12619 dependencies:
@@ -13001,7 +12972,7 @@ snapshots:
13001 '@babel/parser': 7.23.5 12972 '@babel/parser': 7.23.5
13002 '@istanbuljs/schema': 0.1.3 12973 '@istanbuljs/schema': 0.1.3
13003 istanbul-lib-coverage: 3.2.0 12974 istanbul-lib-coverage: 3.2.0
13004 semver: 7.6.2 12975 semver: 7.6.3
13005 transitivePeerDependencies: 12976 transitivePeerDependencies:
13006 - supports-color 12977 - supports-color
13007 12978
@@ -13013,7 +12984,7 @@ snapshots:
13013 12984
13014 istanbul-lib-source-maps@4.0.1: 12985 istanbul-lib-source-maps@4.0.1:
13015 dependencies: 12986 dependencies:
13016 debug: 4.3.5(supports-color@5.5.0) 12987 debug: 4.3.6(supports-color@5.5.0)
13017 istanbul-lib-coverage: 3.2.0 12988 istanbul-lib-coverage: 3.2.0
13018 source-map: 0.6.1 12989 source-map: 0.6.1
13019 transitivePeerDependencies: 12990 transitivePeerDependencies:
@@ -13302,7 +13273,7 @@ snapshots:
13302 jest-util: 29.7.0 13273 jest-util: 29.7.0
13303 natural-compare: 1.4.0 13274 natural-compare: 1.4.0
13304 pretty-format: 29.7.0 13275 pretty-format: 29.7.0
13305 semver: 7.6.2 13276 semver: 7.6.3
13306 transitivePeerDependencies: 13277 transitivePeerDependencies:
13307 - supports-color 13278 - supports-color
13308 13279
@@ -13434,7 +13405,7 @@ snapshots:
13434 lodash.isstring: 4.0.1 13405 lodash.isstring: 4.0.1
13435 lodash.once: 4.1.1 13406 lodash.once: 4.1.1
13436 ms: 2.1.3 13407 ms: 2.1.3
13437 semver: 7.6.2 13408 semver: 7.6.3
13438 13409
13439 jsprim@1.4.2: 13410 jsprim@1.4.2:
13440 dependencies: 13411 dependencies:
@@ -14017,32 +13988,32 @@ snapshots:
14017 13988
14018 mkdirp@1.0.4: {} 13989 mkdirp@1.0.4: {}
14019 13990
14020 mobx-localstorage@1.2.0(mobx@6.13.0): 13991 mobx-localstorage@1.2.0(mobx@6.13.1):
14021 dependencies: 13992 dependencies:
14022 mobx: 6.13.0 13993 mobx: 6.13.1
14023 reactive-localstorage: 0.0.2 13994 reactive-localstorage: 0.0.2
14024 13995
14025 mobx-react-form@6.9.4(mobx@6.13.0): 13996 mobx-react-form@6.10.1(mobx@6.13.1):
14026 dependencies: 13997 dependencies:
14027 lodash: 4.17.21 13998 lodash: 4.17.21
14028 mobx: 6.13.0 13999 mobx: 6.13.1
14029 14000
14030 mobx-react-lite@3.4.0(mobx@6.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14001 mobx-react-lite@3.4.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14031 dependencies: 14002 dependencies:
14032 mobx: 6.13.0 14003 mobx: 6.13.1
14033 react: 18.3.1 14004 react: 18.3.1
14034 optionalDependencies: 14005 optionalDependencies:
14035 react-dom: 18.3.1(react@18.3.1) 14006 react-dom: 18.3.1(react@18.3.1)
14036 14007
14037 mobx-react@7.6.0(mobx@6.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14008 mobx-react@7.6.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14038 dependencies: 14009 dependencies:
14039 mobx: 6.13.0 14010 mobx: 6.13.1
14040 mobx-react-lite: 3.4.0(mobx@6.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 14011 mobx-react-lite: 3.4.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
14041 react: 18.3.1 14012 react: 18.3.1
14042 optionalDependencies: 14013 optionalDependencies:
14043 react-dom: 18.3.1(react@18.3.1) 14014 react-dom: 18.3.1(react@18.3.1)
14044 14015
14045 mobx@6.13.0: {} 14016 mobx@6.13.1: {}
14046 14017
14047 modify-filename@1.1.0: {} 14018 modify-filename@1.1.0: {}
14048 14019
@@ -14132,7 +14103,7 @@ snapshots:
14132 make-fetch-happen: 13.0.1 14103 make-fetch-happen: 13.0.1
14133 nopt: 7.2.1 14104 nopt: 7.2.1
14134 proc-log: 3.0.0 14105 proc-log: 3.0.0
14135 semver: 7.6.2 14106 semver: 7.6.3
14136 tar: 6.2.1 14107 tar: 6.2.1
14137 which: 4.0.0 14108 which: 4.0.0
14138 transitivePeerDependencies: 14109 transitivePeerDependencies:
@@ -14148,7 +14119,7 @@ snapshots:
14148 nopt: 5.0.0 14119 nopt: 5.0.0
14149 npmlog: 6.0.2 14120 npmlog: 6.0.2
14150 rimraf: 3.0.2 14121 rimraf: 3.0.2
14151 semver: 7.6.2 14122 semver: 7.6.3
14152 tar: 6.2.1 14123 tar: 6.2.1
14153 which: 2.0.2 14124 which: 2.0.2
14154 transitivePeerDependencies: 14125 transitivePeerDependencies:
@@ -14919,7 +14890,7 @@ snapshots:
14919 react: 18.3.1 14890 react: 18.3.1
14920 react-dom: 18.3.1(react@18.3.1) 14891 react-dom: 18.3.1(react@18.3.1)
14921 14892
14922 react-tooltip@5.27.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14893 react-tooltip@5.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14923 dependencies: 14894 dependencies:
14924 '@floating-ui/dom': 1.6.1 14895 '@floating-ui/dom': 1.6.1
14925 classnames: 2.5.1 14896 classnames: 2.5.1
@@ -15266,7 +15237,7 @@ snapshots:
15266 sass@1.69.5: 15237 sass@1.69.5:
15267 dependencies: 15238 dependencies:
15268 chokidar: 3.5.3 15239 chokidar: 3.5.3
15269 immutable: 4.3.6 15240 immutable: 4.3.7
15270 source-map-js: 1.0.2 15241 source-map-js: 1.0.2
15271 15242
15272 sax@1.3.0: {} 15243 sax@1.3.0: {}
@@ -15300,7 +15271,7 @@ snapshots:
15300 15271
15301 semver@6.3.1: {} 15272 semver@6.3.1: {}
15302 15273
15303 semver@7.6.2: {} 15274 semver@7.6.3: {}
15304 15275
15305 send@0.16.2: 15276 send@0.16.2:
15306 dependencies: 15277 dependencies:
@@ -15475,7 +15446,7 @@ snapshots:
15475 dependencies: 15446 dependencies:
15476 '@kwsites/file-exists': 1.1.1 15447 '@kwsites/file-exists': 1.1.1
15477 '@kwsites/promise-deferred': 1.1.1 15448 '@kwsites/promise-deferred': 1.1.1
15478 debug: 4.3.5(supports-color@5.5.0) 15449 debug: 4.3.6(supports-color@5.5.0)
15479 transitivePeerDependencies: 15450 transitivePeerDependencies:
15480 - supports-color 15451 - supports-color
15481 15452
@@ -15485,7 +15456,7 @@ snapshots:
15485 15456
15486 simple-update-notifier@2.0.0: 15457 simple-update-notifier@2.0.0:
15487 dependencies: 15458 dependencies:
15488 semver: 7.6.2 15459 semver: 7.6.3
15489 15460
15490 sisteransi@1.0.5: {} 15461 sisteransi@1.0.5: {}
15491 15462
@@ -15527,7 +15498,7 @@ snapshots:
15527 socks-proxy-agent@6.2.1: 15498 socks-proxy-agent@6.2.1:
15528 dependencies: 15499 dependencies:
15529 agent-base: 6.0.2 15500 agent-base: 6.0.2
15530 debug: 4.3.5(supports-color@5.5.0) 15501 debug: 4.3.6(supports-color@5.5.0)
15531 socks: 2.7.1 15502 socks: 2.7.1
15532 transitivePeerDependencies: 15503 transitivePeerDependencies:
15533 - supports-color 15504 - supports-color
@@ -15536,7 +15507,7 @@ snapshots:
15536 socks-proxy-agent@8.0.3: 15507 socks-proxy-agent@8.0.3:
15537 dependencies: 15508 dependencies:
15538 agent-base: 7.1.1 15509 agent-base: 7.1.1
15539 debug: 4.3.5(supports-color@5.5.0) 15510 debug: 4.3.6(supports-color@5.5.0)
15540 socks: 2.7.1 15511 socks: 2.7.1
15541 transitivePeerDependencies: 15512 transitivePeerDependencies:
15542 - supports-color 15513 - supports-color
@@ -15816,7 +15787,7 @@ snapshots:
15816 15787
15817 sumchecker@3.0.1: 15788 sumchecker@3.0.1:
15818 dependencies: 15789 dependencies:
15819 debug: 4.3.5(supports-color@5.5.0) 15790 debug: 4.3.6(supports-color@5.5.0)
15820 transitivePeerDependencies: 15791 transitivePeerDependencies:
15821 - supports-color 15792 - supports-color
15822 15793
@@ -16300,9 +16271,9 @@ snapshots:
16300 remove-trailing-separator: 1.1.0 16271 remove-trailing-separator: 1.1.0
16301 replace-ext: 1.0.1 16272 replace-ext: 1.0.1
16302 16273
16303 wait-on@7.2.0(debug@4.3.5): 16274 wait-on@7.2.0(debug@4.3.6):
16304 dependencies: 16275 dependencies:
16305 axios: 1.6.2(debug@4.3.5) 16276 axios: 1.6.2(debug@4.3.6)
16306 joi: 17.11.0 16277 joi: 17.11.0
16307 lodash: 4.17.21 16278 lodash: 4.17.21
16308 minimist: 1.2.8 16279 minimist: 1.2.8
diff --git a/recipes b/recipes
Subproject e6d921aead128b51ef5f0eaa74e7b29038fe537 Subproject 3822f1fcb936c60a66f24149cc6f3bd9311524e