aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package.json42
-rw-r--r--pnpm-lock.yaml633
m---------recipes0
-rw-r--r--src/components/settings/services/EditServiceForm.tsx23
-rw-r--r--src/i18n/locales/de.json1
-rw-r--r--src/i18n/locales/en-US.json1
-rw-r--r--src/webview/contextMenuBuilder.ts8
10 files changed, 349 insertions, 367 deletions
diff --git a/.nvmrc b/.nvmrc
index 907565957..8ce703082 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
20.15.0 20.16.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 410ac752e..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.0", 65 "node": "20.16.0",
66 "pnpm": "9.4.0" 66 "pnpm": "9.7.0"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index fe472fbaf..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.0-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 a7f43324c..722b3d03d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "productName": "Ferdium", 3 "productName": "Ferdium",
4 "desktopName": "ferdium.desktop", 4 "desktopName": "ferdium.desktop",
5 "appId": "org.ferdium.ferdium-app", 5 "appId": "org.ferdium.ferdium-app",
6 "version": "6.7.6-nightly.2", 6 "version": "6.7.7-nightly.6",
7 "description": "Messaging app for WhatsApp, Slack, Telegram, Hangouts and many many more.", 7 "description": "Messaging app for WhatsApp, Slack, Telegram, Hangouts and many many more.",
8 "author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)", 8 "author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)",
9 "license": "Apache-2.0", 9 "license": "Apache-2.0",
@@ -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.0", 16 "node": "20.16.0",
17 "pnpm": "9.4.0" 17 "pnpm": "9.7.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.15.0", 21 "node": "20.16.0",
22 "pnpm": "9.4.0" 22 "pnpm": "9.7.0"
23 }, 23 },
24 "packageManager": "pnpm@9.4.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.15.21", 68 "@mui/icons-material": "5.16.7",
69 "@mui/material": "5.15.21", 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.12.4", 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",
@@ -116,14 +116,14 @@
116 "react-jss": "10.10.0", 116 "react-jss": "10.10.0",
117 "react-loader-spinner": "5.4.5", 117 "react-loader-spinner": "5.4.5",
118 "react-modal": "3.16.1", 118 "react-modal": "3.16.1",
119 "react-router-dom": "6.24.0", 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.0", 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,10 +143,10 @@
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.9", 149 "@types/node": "20.14.10",
150 "@types/prop-types": "15.7.12", 150 "@types/prop-types": "15.7.12",
151 "@types/react": "18.3.3", 151 "@types/react": "18.3.3",
152 "@types/react-color": "3.0.12", 152 "@types/react-color": "3.0.12",
@@ -163,7 +163,7 @@
163 "chalk": "5.3.0", 163 "chalk": "5.3.0",
164 "concurrently": "8.2.2", 164 "concurrently": "8.2.2",
165 "cross-env": "7.0.3", 165 "cross-env": "7.0.3",
166 "electron": "31.1.0", 166 "electron": "32.0.2",
167 "electron-builder": "24.13.3", 167 "electron-builder": "24.13.3",
168 "esbuild": "0.16.17", 168 "esbuild": "0.16.17",
169 "esbuild-plugin-copy": "2.1.1", 169 "esbuild-plugin-copy": "2.1.1",
@@ -182,10 +182,10 @@
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.2", 188 "prettier": "3.3.3",
189 "preval-build-info": "1.0.3", 189 "preval-build-info": "1.0.3",
190 "rimraf": "5.0.7", 190 "rimraf": "5.0.7",
191 "simple-git": "3.25.0", 191 "simple-git": "3.25.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8db370299..4e4a4c9e1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -43,7 +43,7 @@ importers:
43 version: 5.1.0 43 version: 5.1.0
44 '@electron/remote': 44 '@electron/remote':
45 specifier: 2.1.2 45 specifier: 2.1.2
46 version: 2.1.2(electron@31.1.0) 46 version: 2.1.2(electron@32.0.2)
47 '@emotion/react': 47 '@emotion/react':
48 specifier: 11.11.4 48 specifier: 11.11.4
49 version: 11.11.4(@types/react@18.3.3)(react@18.3.1) 49 version: 11.11.4(@types/react@18.3.3)(react@18.3.1)
@@ -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.15.21 60 specifier: 5.16.7
61 version: 5.15.21(@mui/material@5.15.21(@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.15.21 63 specifier: 5.16.7
64 version: 5.15.21(@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,10 +70,10 @@ 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.12.4)(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.1.0) 76 version: 1.1.0(electron@32.0.2)
77 auto-launch: 77 auto-launch:
78 specifier: 5.0.6 78 specifier: 5.0.6
79 version: 5.0.6 79 version: 5.0.6
@@ -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.12.4 150 specifier: 6.13.1
151 version: 6.12.4 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.12.4) 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.12.4)(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.12.4) 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
@@ -210,14 +210,14 @@ importers:
210 specifier: 3.16.1 210 specifier: 3.16.1
211 version: 3.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 211 version: 3.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
212 react-router-dom: 212 react-router-dom:
213 specifier: 6.24.0 213 specifier: 6.24.1
214 version: 6.24.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 214 version: 6.24.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
215 react-sortable-hoc: 215 react-sortable-hoc:
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.0 219 specifier: 5.28.0
220 version: 5.27.0(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)
@@ -264,7 +264,7 @@ importers:
264 version: 1.6.1 264 version: 1.6.1
265 '@commitlint/cli': 265 '@commitlint/cli':
266 specifier: 19.3.0 266 specifier: 19.3.0
267 version: 19.3.0(@types/node@20.14.9)(typescript@5.4.5) 267 version: 19.3.0(@types/node@20.14.10)(typescript@5.4.5)
268 '@commitlint/config-conventional': 268 '@commitlint/config-conventional':
269 specifier: 19.2.2 269 specifier: 19.2.2
270 version: 19.2.2 270 version: 19.2.2
@@ -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
@@ -302,8 +302,8 @@ importers:
302 specifier: 0.7.34 302 specifier: 0.7.34
303 version: 0.7.34 303 version: 0.7.34
304 '@types/node': 304 '@types/node':
305 specifier: 20.14.9 305 specifier: 20.14.10
306 version: 20.14.9 306 version: 20.14.10
307 '@types/prop-types': 307 '@types/prop-types':
308 specifier: 15.7.12 308 specifier: 15.7.12
309 version: 15.7.12 309 version: 15.7.12
@@ -353,8 +353,8 @@ importers:
353 specifier: 7.0.3 353 specifier: 7.0.3
354 version: 7.0.3 354 version: 7.0.3
355 electron: 355 electron:
356 specifier: 31.1.0 356 specifier: 32.0.2
357 version: 31.1.0 357 version: 32.0.2
358 electron-builder: 358 electron-builder:
359 specifier: 24.13.3 359 specifier: 24.13.3
360 version: 24.13.3(electron-builder-squirrel-windows@24.13.3(dmg-builder@24.13.3)) 360 version: 24.13.3(electron-builder-squirrel-windows@24.13.3(dmg-builder@24.13.3))
@@ -387,13 +387,13 @@ importers:
387 version: 2.29.1(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) 387 version: 2.29.1(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)
388 eslint-plugin-jest: 388 eslint-plugin-jest:
389 specifier: 27.9.0 389 specifier: 27.9.0
390 version: 27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)))(typescript@5.4.5) 390 version: 27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5)))(typescript@5.4.5)
391 eslint-plugin-jsx-a11y: 391 eslint-plugin-jsx-a11y:
392 specifier: 6.8.0 392 specifier: 6.8.0
393 version: 6.8.0(eslint@8.57.0) 393 version: 6.8.0(eslint@8.57.0)
394 eslint-plugin-prettier: 394 eslint-plugin-prettier:
395 specifier: 5.1.3 395 specifier: 5.1.3
396 version: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2) 396 version: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3)
397 eslint-plugin-react: 397 eslint-plugin-react:
398 specifier: 7.34.1 398 specifier: 7.34.1
399 version: 7.34.1(eslint@8.57.0) 399 version: 7.34.1(eslint@8.57.0)
@@ -410,17 +410,17 @@ 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
418 jest: 418 jest:
419 specifier: 29.7.0 419 specifier: 29.7.0
420 version: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 420 version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
421 prettier: 421 prettier:
422 specifier: 3.3.2 422 specifier: 3.3.3
423 version: 3.3.2 423 version: 3.3.3
424 preval-build-info: 424 preval-build-info:
425 specifier: 1.0.3 425 specifier: 1.0.3
426 version: 1.0.3 426 version: 1.0.3
@@ -435,13 +435,13 @@ importers:
435 version: 0.2.9 435 version: 0.2.9
436 ts-node: 436 ts-node:
437 specifier: 10.9.2 437 specifier: 10.9.2
438 version: 10.9.2(@types/node@20.14.9)(typescript@5.4.5) 438 version: 10.9.2(@types/node@20.14.10)(typescript@5.4.5)
439 typescript: 439 typescript:
440 specifier: 5.4.5 440 specifier: 5.4.5
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.15.21':
1346 resolution: {integrity: sha512-dp9lXBaJZzJYeJfQY3Ow4Rb49QaCEdkl2KKYscdQHQm6bMJ+l4XPY3Cd9PCeeJTsHPIDJ60lzXbeRgs6sx/rpw==}
1347 1330
1348 '@mui/icons-material@5.15.21': 1331 '@mui/icons-material@5.16.7':
1349 resolution: {integrity: sha512-yqkq1MbdkmX5ZHyvZTBuAaA6RkvoqkoAgwBSx9Oh0L0jAfj9T/Ih/NhMNjkl8PWVSonjfDUkKroBnjRyo/1M9Q==} 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.15.21': 1342 '@mui/material@5.16.7':
1360 resolution: {integrity: sha512-nTyCcgduKwHqiuQ/B03EQUa+utSMzn2sQp0QAibsnYe4tvc3zkMbO0amKpl48vhABIY3IvT6w9615BFIgMt0YA==} 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.15.20': 1359 '@mui/private-theming@5.16.6':
1377 resolution: {integrity: sha512-BK8F94AIqSrnaPYXf2KAOjGZJgWfvqAVQ2gVR3EryvQFtuBnG6RwodxrCvd3B48VuMy6Wsk897+lQMUxJyk+6g==} 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.15.14': 1369 '@mui/styled-engine@5.16.6':
1387 resolution: {integrity: sha512-RILkuVD8gY6PvjZjqnWhz8fu68dVkqhM5+jYWfB5yhlSQKg+2rHkmEwm75XIeAqI3qwOndK6zELK5H6Zxn4NHw==} 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.15.20': 1382 '@mui/system@5.16.7':
1400 resolution: {integrity: sha512-LoMq4IlAAhxzL2VNUDBTQxAb4chnBe8JvRINVNDiMtHE2PiPOoHlhOPutSxEbaL5mkECPVWSv6p8JEV+uykwIA==} 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
@@ -1412,16 +1395,16 @@ packages:
1412 '@types/react': 1395 '@types/react':
1413 optional: true 1396 optional: true
1414 1397
1415 '@mui/types@7.2.14': 1398 '@mui/types@7.2.15':
1416 resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} 1399 resolution: {integrity: sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==}
1417 peerDependencies: 1400 peerDependencies:
1418 '@types/react': ^17.0.0 || ^18.0.0 1401 '@types/react': ^17.0.0 || ^18.0.0
1419 peerDependenciesMeta: 1402 peerDependenciesMeta:
1420 '@types/react': 1403 '@types/react':
1421 optional: true 1404 optional: true
1422 1405
1423 '@mui/utils@5.15.20': 1406 '@mui/utils@5.16.6':
1424 resolution: {integrity: sha512-mAbYx0sovrnpAu1zHc3MDIhPqL8RPVC5W5xcO1b7PiSCJPtckIZmBkp8hefamAvUiAV8gpfMOM6Zb+eSisbI2A==} 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
@@ -1506,8 +1489,8 @@ packages:
1506 '@popperjs/core@2.11.8': 1489 '@popperjs/core@2.11.8':
1507 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} 1490 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
1508 1491
1509 '@remix-run/router@1.17.0': 1492 '@remix-run/router@1.17.1':
1510 resolution: {integrity: sha512-2D6XaHEVvkCn682XBnipbJjgZUU7xjLtA4dGJRBVUKpEaDYOZMENZoZjAOSb7qirxt5RupjzZxz4fK2FO+EFPw==} 1493 resolution: {integrity: sha512-mCOMec4BKd6BRGBZeSnGiIgwsbLGp3yhVqAD8H+PxiRNEHgDpZb8J1TnrSDlg97t0ySKMQJTHCWBCmBpSmkF6Q==}
1511 engines: {node: '>=14.0.0'} 1494 engines: {node: '>=14.0.0'}
1512 1495
1513 '@sentry-internal/tracing@7.74.0': 1496 '@sentry-internal/tracing@7.74.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==}
@@ -1684,8 +1667,8 @@ packages:
1684 '@types/ms@0.7.34': 1667 '@types/ms@0.7.34':
1685 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} 1668 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
1686 1669
1687 '@types/node@20.14.9': 1670 '@types/node@20.14.10':
1688 resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} 1671 resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==}
1689 1672
1690 '@types/normalize-package-data@2.4.4': 1673 '@types/normalize-package-data@2.4.4':
1691 resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} 1674 resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -2317,6 +2300,9 @@ packages:
2317 async@3.2.5: 2300 async@3.2.5:
2318 resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} 2301 resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==}
2319 2302
2303 async@3.2.6:
2304 resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
2305
2320 asynckit@0.4.0: 2306 asynckit@0.4.0:
2321 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} 2307 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
2322 2308
@@ -2358,8 +2344,8 @@ packages:
2358 axios@1.6.2: 2344 axios@1.6.2:
2359 resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==} 2345 resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==}
2360 2346
2361 axobject-query@3.2.2: 2347 axobject-query@3.2.4:
2362 resolution: {integrity: sha512-QtQGAQJfHXiTrtRH8Q1gkarFLs56fDmfiMCptvRbo/AEQIImrW6u7EcUAOfkHHNE9dqZKH3227iRKRSp0KtfTw==} 2348 resolution: {integrity: sha512-aPTElBrbifBU1krmZxGZOlBkslORe7Ll7+BDnI50Wy4LgOt69luMgevkDfTq1O/ZgprooPCtWpjCwKSZw/iZ4A==}
2363 engines: {node: '>= 0.4'} 2349 engines: {node: '>= 0.4'}
2364 2350
2365 babel-jest@29.7.0: 2351 babel-jest@29.7.0:
@@ -2570,8 +2556,8 @@ packages:
2570 camelize@1.0.1: 2556 camelize@1.0.1:
2571 resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} 2557 resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
2572 2558
2573 caniuse-lite@1.0.30001640: 2559 caniuse-lite@1.0.30001657:
2574 resolution: {integrity: sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==} 2560 resolution: {integrity: sha512-DPbJAlP8/BAXy3IgiWmZKItubb3TYGP0WscQQlVGIfT4s/YlFYVuJgyOsQNP7rJRChx/qdMeLJQJP0Sgg2yjNA==}
2575 2561
2576 caseless@0.12.0: 2562 caseless@0.12.0:
2577 resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} 2563 resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==}
@@ -2695,6 +2681,10 @@ packages:
2695 resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==} 2681 resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==}
2696 engines: {node: '>=6'} 2682 engines: {node: '>=6'}
2697 2683
2684 clsx@2.1.1:
2685 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
2686 engines: {node: '>=6'}
2687
2698 co-body@6.1.0: 2688 co-body@6.1.0:
2699 resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==} 2689 resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==}
2700 2690
@@ -2990,8 +2980,8 @@ packages:
2990 supports-color: 2980 supports-color:
2991 optional: true 2981 optional: true
2992 2982
2993 debug@4.3.5: 2983 debug@4.3.6:
2994 resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} 2984 resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
2995 engines: {node: '>=6.0'} 2985 engines: {node: '>=6.0'}
2996 peerDependencies: 2986 peerDependencies:
2997 supports-color: '*' 2987 supports-color: '*'
@@ -3039,10 +3029,6 @@ packages:
3039 babel-plugin-macros: 3029 babel-plugin-macros:
3040 optional: true 3030 optional: true
3041 3031
3042 deep-equal-json@1.0.0:
3043 resolution: {integrity: sha512-x11iOxzQuLWG1faqBf8PYn3xSxkK41Wg38lUbch9f+nVmBeuI53PPXeRIDdHsW2/dP2GGKL9p8cLCahHToE7CA==}
3044 engines: {node: '>= 0.4'}
3045
3046 deep-is@0.1.4: 3032 deep-is@0.1.4:
3047 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 3033 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
3048 3034
@@ -3252,8 +3238,8 @@ packages:
3252 resolution: {integrity: sha512-1mNTwCfkolXl3kMf50yW3vE2lZj0y92P/HYWFBrb+v2S/pCka5mdwN3cagKm458A7NjndSwijynXgcLWRodsVg==} 3238 resolution: {integrity: sha512-1mNTwCfkolXl3kMf50yW3vE2lZj0y92P/HYWFBrb+v2S/pCka5mdwN3cagKm458A7NjndSwijynXgcLWRodsVg==}
3253 engines: {node: '>=8.0.0'} 3239 engines: {node: '>=8.0.0'}
3254 3240
3255 electron@31.1.0: 3241 electron@32.0.2:
3256 resolution: {integrity: sha512-TBOwqLxSxnx6+pH6GMri7R3JPH2AkuGJHfWZS0p1HsmN+Qr1T9b0IRJnnehSd/3NZAmAre4ft9Ljec7zjyKFJA==} 3242 resolution: {integrity: sha512-nmZblq8wW3HZ17MAyaUuiMI9Mb0Cgc7UR3To85h/rVopbfyF5s34NxtK4gvyRfYPxpDGP4k+HoQIPniPPrdE3w==}
3257 engines: {node: '>= 12.20.55'} 3243 engines: {node: '>= 12.20.55'}
3258 hasBin: true 3244 hasBin: true
3259 3245
@@ -4062,8 +4048,8 @@ packages:
4062 globrex@0.1.2: 4048 globrex@0.1.2:
4063 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} 4049 resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
4064 4050
4065 google-translate-api-x@10.6.8: 4051 google-translate-api-x@10.7.0:
4066 resolution: {integrity: sha512-vlXnCQhMcy00P2uX/mK3NzJb4HBMhoKo39PSmupiiVKLgsAZp8b22OV48dcAUxykAuPxQreyBYz4P6jFCzeZjA==} 4052 resolution: {integrity: sha512-Et0NFXJPW0Kuh92sNQSiiQN/qQX+zwWFABpOnkBCZiQdkAdL+vJ29T2KbgzDVt/PIIoKoltiWoVMmS+dM+1VGg==}
4067 engines: {node: '>=14.0.0'} 4053 engines: {node: '>=14.0.0'}
4068 4054
4069 gopd@1.0.1: 4055 gopd@1.0.1:
@@ -4248,8 +4234,8 @@ packages:
4248 humanize-ms@1.2.1: 4234 humanize-ms@1.2.1:
4249 resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} 4235 resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
4250 4236
4251 husky@9.0.11: 4237 husky@9.1.4:
4252 resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} 4238 resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==}
4253 engines: {node: '>=18'} 4239 engines: {node: '>=18'}
4254 hasBin: true 4240 hasBin: true
4255 4241
@@ -4280,8 +4266,8 @@ packages:
4280 resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} 4266 resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
4281 engines: {node: '>= 4'} 4267 engines: {node: '>= 4'}
4282 4268
4283 immutable@4.3.6: 4269 immutable@4.3.7:
4284 resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==} 4270 resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==}
4285 4271
4286 import-fresh@3.3.0: 4272 import-fresh@3.3.0:
4287 resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} 4273 resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
@@ -5437,8 +5423,8 @@ packages:
5437 peerDependencies: 5423 peerDependencies:
5438 mobx: '>=3' 5424 mobx: '>=3'
5439 5425
5440 mobx-react-form@6.9.4: 5426 mobx-react-form@6.10.1:
5441 resolution: {integrity: sha512-Q5V5I+EexsNk3TI6hl1yINqG9V6KTtoEJMrMsArcuLpYA+JWP/41Jq6e8lnmGAInq+GH+MzyNPwgvz3XGUXEaA==} 5427 resolution: {integrity: sha512-Z99lrbNL1tboSfZPvykSDE/6OnoonHzfwKN/hWpWm3sKHEvYDL+F6c9sDb4iR9ep/gbWj+UZZgVPFjMbkdu1YQ==}
5442 engines: {node: '>=8.0.0'} 5428 engines: {node: '>=8.0.0'}
5443 peerDependencies: 5429 peerDependencies:
5444 mobx: ^6.0.0 5430 mobx: ^6.0.0
@@ -5469,8 +5455,8 @@ packages:
5469 react-native: 5455 react-native:
5470 optional: true 5456 optional: true
5471 5457
5472 mobx@6.12.4: 5458 mobx@6.13.1:
5473 resolution: {integrity: sha512-uIymg89x+HmItX1p3MG+d09irn2k63J6biftZ5Ok+UpNojS1I3NJPLfcmJT9ANnUltNlHi+HQqrVyxiAN8ISYg==} 5459 resolution: {integrity: sha512-ekLRxgjWJr8hVxj9ZKuClPwM/iHckx3euIJ3Np7zLVNtqJvfbbq7l370W/98C8EabdQ1pB5Jd3BbDWxJPNnaOg==}
5474 5460
5475 modify-filename@1.1.0: 5461 modify-filename@1.1.0:
5476 resolution: {integrity: sha512-EickqnKq3kVVaZisYuCxhtKbZjInCuwgwZWyAmRIp1NTMhri7r3380/uqwrUHfaDiPzLVTuoNy4whX66bxPVog==} 5462 resolution: {integrity: sha512-EickqnKq3kVVaZisYuCxhtKbZjInCuwgwZWyAmRIp1NTMhri7r3380/uqwrUHfaDiPzLVTuoNy4whX66bxPVog==}
@@ -5635,10 +5621,6 @@ packages:
5635 object-inspect@1.13.1: 5621 object-inspect@1.13.1:
5636 resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} 5622 resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
5637 5623
5638 object-is@1.1.6:
5639 resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==}
5640 engines: {node: '>= 0.4'}
5641
5642 object-keys@1.1.1: 5624 object-keys@1.1.1:
5643 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} 5625 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
5644 engines: {node: '>= 0.4'} 5626 engines: {node: '>= 0.4'}
@@ -5949,8 +5931,8 @@ packages:
5949 engines: {node: '>=10.13.0'} 5931 engines: {node: '>=10.13.0'}
5950 hasBin: true 5932 hasBin: true
5951 5933
5952 prettier@3.3.2: 5934 prettier@3.3.3:
5953 resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} 5935 resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
5954 engines: {node: '>=14'} 5936 engines: {node: '>=14'}
5955 hasBin: true 5937 hasBin: true
5956 5938
@@ -6187,6 +6169,9 @@ packages:
6187 react-is@18.2.0: 6169 react-is@18.2.0:
6188 resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} 6170 resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
6189 6171
6172 react-is@18.3.1:
6173 resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
6174
6190 react-jss@10.10.0: 6175 react-jss@10.10.0:
6191 resolution: {integrity: sha512-WLiq84UYWqNBF6579/uprcIUnM1TSywYq6AIjKTTTG5ziJl9Uy+pwuvpN3apuyVwflMbD60PraeTKT7uWH9XEQ==} 6176 resolution: {integrity: sha512-WLiq84UYWqNBF6579/uprcIUnM1TSywYq6AIjKTTTG5ziJl9Uy+pwuvpN3apuyVwflMbD60PraeTKT7uWH9XEQ==}
6192 peerDependencies: 6177 peerDependencies:
@@ -6208,15 +6193,15 @@ packages:
6208 react: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 6193 react: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18
6209 react-dom: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 6194 react-dom: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18
6210 6195
6211 react-router-dom@6.24.0: 6196 react-router-dom@6.24.1:
6212 resolution: {integrity: sha512-960sKuau6/yEwS8e+NVEidYQb1hNjAYM327gjEyXlc6r3Skf2vtwuJ2l7lssdegD2YjoKG5l8MsVyeTDlVeY8g==} 6197 resolution: {integrity: sha512-U19KtXqooqw967Vw0Qcn5cOvrX5Ejo9ORmOtJMzYWtCT4/WOfFLIZGGsVLxcd9UkBO0mSTZtXqhZBsWlHr7+Sg==}
6213 engines: {node: '>=14.0.0'} 6198 engines: {node: '>=14.0.0'}
6214 peerDependencies: 6199 peerDependencies:
6215 react: '>=16.8' 6200 react: '>=16.8'
6216 react-dom: '>=16.8' 6201 react-dom: '>=16.8'
6217 6202
6218 react-router@6.24.0: 6203 react-router@6.24.1:
6219 resolution: {integrity: sha512-sQrgJ5bXk7vbcC4BxQxeNa5UmboFm35we1AFK0VvQaz9g0LzxEIuLOhHIoZ8rnu9BO21ishGeL9no1WB76W/eg==} 6204 resolution: {integrity: sha512-PTXFXGK2pyXpHzVo3rR9H7ip4lSPZZc0bHG5CARmj65fTT6qG7sTngmb6lcYu1gf3y/8KxORoy9yn59pGpCnpg==}
6220 engines: {node: '>=14.0.0'} 6205 engines: {node: '>=14.0.0'}
6221 peerDependencies: 6206 peerDependencies:
6222 react: '>=16.8' 6207 react: '>=16.8'
@@ -6228,8 +6213,8 @@ packages:
6228 react: ^16.3.0 || ^17.0.0 6213 react: ^16.3.0 || ^17.0.0
6229 react-dom: ^16.3.0 || ^17.0.0 6214 react-dom: ^16.3.0 || ^17.0.0
6230 6215
6231 react-tooltip@5.27.0: 6216 react-tooltip@5.28.0:
6232 resolution: {integrity: sha512-JXROcdfCEbCqkAkh8LyTSP3guQ0dG53iY2E2o4fw3D8clKzziMpE6QG6CclDaHELEKTzpMSeAOsdtg0ahoQosw==} 6217 resolution: {integrity: sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==}
6233 peerDependencies: 6218 peerDependencies:
6234 react: '>=16.14.0' 6219 react: '>=16.14.0'
6235 react-dom: '>=16.14.0' 6220 react-dom: '>=16.14.0'
@@ -6563,8 +6548,8 @@ packages:
6563 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 6548 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
6564 hasBin: true 6549 hasBin: true
6565 6550
6566 semver@7.6.2: 6551 semver@7.6.3:
6567 resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} 6552 resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
6568 engines: {node: '>=10'} 6553 engines: {node: '>=10'}
6569 hasBin: true 6554 hasBin: true
6570 6555
@@ -7618,7 +7603,7 @@ snapshots:
7618 dependencies: 7603 dependencies:
7619 cli-table: 0.3.11 7604 cli-table: 0.3.11
7620 commander: 2.20.3 7605 commander: 2.20.3
7621 debug: 4.3.5(supports-color@5.5.0) 7606 debug: 4.3.6(supports-color@5.5.0)
7622 enquirer: 1.0.3 7607 enquirer: 1.0.3
7623 fast-levenshtein: 3.0.0 7608 fast-levenshtein: 3.0.0
7624 fs-extra: 9.1.0 7609 fs-extra: 9.1.0
@@ -7639,7 +7624,7 @@ snapshots:
7639 '@adonisjs/generic-exceptions': 2.0.1 7624 '@adonisjs/generic-exceptions': 2.0.1
7640 bytes: 3.1.2 7625 bytes: 3.1.2
7641 co-body: 6.1.0 7626 co-body: 6.1.0
7642 debug: 4.3.5(supports-color@5.5.0) 7627 debug: 4.3.6(supports-color@5.5.0)
7643 end-of-stream: 1.4.4 7628 end-of-stream: 1.4.4
7644 fs-extra: 9.1.0 7629 fs-extra: 9.1.0
7645 get-stream: 6.0.1 7630 get-stream: 6.0.1
@@ -7659,7 +7644,7 @@ snapshots:
7659 dependencies: 7644 dependencies:
7660 '@adonisjs/generic-exceptions': 2.0.1 7645 '@adonisjs/generic-exceptions': 2.0.1
7661 caller: 1.1.0 7646 caller: 1.1.0
7662 debug: 4.3.5(supports-color@5.5.0) 7647 debug: 4.3.6(supports-color@5.5.0)
7663 lodash: 4.17.21 7648 lodash: 4.17.21
7664 require-stack: 1.0.2 7649 require-stack: 1.0.2
7665 transitivePeerDependencies: 7650 transitivePeerDependencies:
@@ -7671,7 +7656,7 @@ snapshots:
7671 '@adonisjs/middleware-base': 1.0.0 7656 '@adonisjs/middleware-base': 1.0.0
7672 bcryptjs: 2.4.3 7657 bcryptjs: 2.4.3
7673 co-compose: 4.0.0 7658 co-compose: 4.0.0
7674 debug: 4.3.5(supports-color@5.5.0) 7659 debug: 4.3.6(supports-color@5.5.0)
7675 dotenv: 6.2.0 7660 dotenv: 6.2.0
7676 edge.js: 1.1.4 7661 edge.js: 1.1.4
7677 eventemitter2: 5.0.1 7662 eventemitter2: 5.0.1
@@ -7701,7 +7686,7 @@ snapshots:
7701 7686
7702 '@adonisjs/ignitor@2.0.8': 7687 '@adonisjs/ignitor@2.0.8':
7703 dependencies: 7688 dependencies:
7704 debug: 4.3.5(supports-color@5.5.0) 7689 debug: 4.3.6(supports-color@5.5.0)
7705 pify: 4.0.1 7690 pify: 4.0.1
7706 youch: 2.2.2 7691 youch: 2.2.2
7707 youch-terminal: 1.1.1 7692 youch-terminal: 1.1.1
@@ -7712,7 +7697,7 @@ snapshots:
7712 dependencies: 7697 dependencies:
7713 '@adonisjs/generic-exceptions': 2.0.1 7698 '@adonisjs/generic-exceptions': 2.0.1
7714 chance: 1.1.9 7699 chance: 1.1.9
7715 debug: 4.3.5(supports-color@5.5.0) 7700 debug: 4.3.6(supports-color@5.5.0)
7716 knex: 0.21.21(sqlite3@5.1.6(encoding@0.1.13)) 7701 knex: 0.21.21(sqlite3@5.1.6(encoding@0.1.13))
7717 lodash: 4.17.21 7702 lodash: 4.17.21
7718 moment: 2.30.1 7703 moment: 2.30.1
@@ -7777,7 +7762,7 @@ snapshots:
7777 '@babel/traverse': 7.23.5(supports-color@5.5.0) 7762 '@babel/traverse': 7.23.5(supports-color@5.5.0)
7778 '@babel/types': 7.23.5 7763 '@babel/types': 7.23.5
7779 convert-source-map: 2.0.0 7764 convert-source-map: 2.0.0
7780 debug: 4.3.5(supports-color@5.5.0) 7765 debug: 4.3.6(supports-color@5.5.0)
7781 gensync: 1.0.0-beta.2 7766 gensync: 1.0.0-beta.2
7782 json5: 2.2.3 7767 json5: 2.2.3
7783 semver: 6.3.1 7768 semver: 6.3.1
@@ -7967,7 +7952,7 @@ snapshots:
7967 '@babel/helper-split-export-declaration': 7.22.6 7952 '@babel/helper-split-export-declaration': 7.22.6
7968 '@babel/parser': 7.23.5 7953 '@babel/parser': 7.23.5
7969 '@babel/types': 7.23.5 7954 '@babel/types': 7.23.5
7970 debug: 4.3.5(supports-color@5.5.0) 7955 debug: 4.3.6(supports-color@5.5.0)
7971 globals: 11.12.0 7956 globals: 11.12.0
7972 transitivePeerDependencies: 7957 transitivePeerDependencies:
7973 - supports-color 7958 - supports-color
@@ -8017,11 +8002,11 @@ snapshots:
8017 8002
8018 '@colors/colors@1.5.0': {} 8003 '@colors/colors@1.5.0': {}
8019 8004
8020 '@commitlint/cli@19.3.0(@types/node@20.14.9)(typescript@5.4.5)': 8005 '@commitlint/cli@19.3.0(@types/node@20.14.10)(typescript@5.4.5)':
8021 dependencies: 8006 dependencies:
8022 '@commitlint/format': 19.3.0 8007 '@commitlint/format': 19.3.0
8023 '@commitlint/lint': 19.2.2 8008 '@commitlint/lint': 19.2.2
8024 '@commitlint/load': 19.2.0(@types/node@20.14.9)(typescript@5.4.5) 8009 '@commitlint/load': 19.2.0(@types/node@20.14.10)(typescript@5.4.5)
8025 '@commitlint/read': 19.2.1 8010 '@commitlint/read': 19.2.1
8026 '@commitlint/types': 19.0.3 8011 '@commitlint/types': 19.0.3
8027 execa: 8.0.1 8012 execa: 8.0.1
@@ -8059,7 +8044,7 @@ snapshots:
8059 '@commitlint/is-ignored@19.2.2': 8044 '@commitlint/is-ignored@19.2.2':
8060 dependencies: 8045 dependencies:
8061 '@commitlint/types': 19.0.3 8046 '@commitlint/types': 19.0.3
8062 semver: 7.6.2 8047 semver: 7.6.3
8063 8048
8064 '@commitlint/lint@19.2.2': 8049 '@commitlint/lint@19.2.2':
8065 dependencies: 8050 dependencies:
@@ -8068,7 +8053,7 @@ snapshots:
8068 '@commitlint/rules': 19.0.3 8053 '@commitlint/rules': 19.0.3
8069 '@commitlint/types': 19.0.3 8054 '@commitlint/types': 19.0.3
8070 8055
8071 '@commitlint/load@19.2.0(@types/node@20.14.9)(typescript@5.4.5)': 8056 '@commitlint/load@19.2.0(@types/node@20.14.10)(typescript@5.4.5)':
8072 dependencies: 8057 dependencies:
8073 '@commitlint/config-validator': 19.0.3 8058 '@commitlint/config-validator': 19.0.3
8074 '@commitlint/execute-rule': 19.0.0 8059 '@commitlint/execute-rule': 19.0.0
@@ -8076,7 +8061,7 @@ snapshots:
8076 '@commitlint/types': 19.0.3 8061 '@commitlint/types': 19.0.3
8077 chalk: 5.3.0 8062 chalk: 5.3.0
8078 cosmiconfig: 9.0.0(typescript@5.4.5) 8063 cosmiconfig: 9.0.0(typescript@5.4.5)
8079 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.9)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) 8064 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.10)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5)
8080 lodash.isplainobject: 4.0.6 8065 lodash.isplainobject: 4.0.6
8081 lodash.merge: 4.6.2 8066 lodash.merge: 4.6.2
8082 lodash.uniq: 4.5.0 8067 lodash.uniq: 4.5.0
@@ -8151,7 +8136,7 @@ snapshots:
8151 8136
8152 '@electron/get@2.0.3': 8137 '@electron/get@2.0.3':
8153 dependencies: 8138 dependencies:
8154 debug: 4.3.5(supports-color@5.5.0) 8139 debug: 4.3.6(supports-color@5.5.0)
8155 env-paths: 2.2.1 8140 env-paths: 2.2.1
8156 fs-extra: 8.1.0 8141 fs-extra: 8.1.0
8157 got: 11.8.6 8142 got: 11.8.6
@@ -8165,7 +8150,7 @@ snapshots:
8165 8150
8166 '@electron/notarize@2.2.1': 8151 '@electron/notarize@2.2.1':
8167 dependencies: 8152 dependencies:
8168 debug: 4.3.5(supports-color@5.5.0) 8153 debug: 4.3.6(supports-color@5.5.0)
8169 fs-extra: 9.1.0 8154 fs-extra: 9.1.0
8170 promise-retry: 2.0.1 8155 promise-retry: 2.0.1
8171 transitivePeerDependencies: 8156 transitivePeerDependencies:
@@ -8173,7 +8158,7 @@ snapshots:
8173 8158
8174 '@electron/notarize@2.3.2': 8159 '@electron/notarize@2.3.2':
8175 dependencies: 8160 dependencies:
8176 debug: 4.3.5(supports-color@5.5.0) 8161 debug: 4.3.6(supports-color@5.5.0)
8177 fs-extra: 9.1.0 8162 fs-extra: 9.1.0
8178 promise-retry: 2.0.1 8163 promise-retry: 2.0.1
8179 transitivePeerDependencies: 8164 transitivePeerDependencies:
@@ -8182,7 +8167,7 @@ snapshots:
8182 '@electron/osx-sign@1.0.5': 8167 '@electron/osx-sign@1.0.5':
8183 dependencies: 8168 dependencies:
8184 compare-version: 0.1.2 8169 compare-version: 0.1.2
8185 debug: 4.3.5(supports-color@5.5.0) 8170 debug: 4.3.6(supports-color@5.5.0)
8186 fs-extra: 10.1.0 8171 fs-extra: 10.1.0
8187 isbinaryfile: 4.0.10 8172 isbinaryfile: 4.0.10
8188 minimist: 1.2.8 8173 minimist: 1.2.8
@@ -8190,15 +8175,15 @@ snapshots:
8190 transitivePeerDependencies: 8175 transitivePeerDependencies:
8191 - supports-color 8176 - supports-color
8192 8177
8193 '@electron/remote@2.1.2(electron@31.1.0)': 8178 '@electron/remote@2.1.2(electron@32.0.2)':
8194 dependencies: 8179 dependencies:
8195 electron: 31.1.0 8180 electron: 32.0.2
8196 8181
8197 '@electron/universal@1.5.1': 8182 '@electron/universal@1.5.1':
8198 dependencies: 8183 dependencies:
8199 '@electron/asar': 3.2.8 8184 '@electron/asar': 3.2.8
8200 '@malept/cross-spawn-promise': 1.1.1 8185 '@malept/cross-spawn-promise': 1.1.1
8201 debug: 4.3.5(supports-color@5.5.0) 8186 debug: 4.3.6(supports-color@5.5.0)
8202 dir-compare: 3.3.0 8187 dir-compare: 3.3.0
8203 fs-extra: 9.1.0 8188 fs-extra: 9.1.0
8204 minimatch: 3.1.2 8189 minimatch: 3.1.2
@@ -8493,7 +8478,7 @@ snapshots:
8493 '@eslint/eslintrc@2.1.4': 8478 '@eslint/eslintrc@2.1.4':
8494 dependencies: 8479 dependencies:
8495 ajv: 6.12.6 8480 ajv: 6.12.6
8496 debug: 4.3.5(supports-color@5.5.0) 8481 debug: 4.3.6(supports-color@5.5.0)
8497 espree: 9.6.1 8482 espree: 9.6.1
8498 globals: 13.24.0 8483 globals: 13.24.0
8499 ignore: 5.3.1 8484 ignore: 5.3.1
@@ -8515,12 +8500,6 @@ snapshots:
8515 '@floating-ui/core': 1.6.0 8500 '@floating-ui/core': 1.6.0
8516 '@floating-ui/utils': 0.2.1 8501 '@floating-ui/utils': 0.2.1
8517 8502
8518 '@floating-ui/react-dom@2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
8519 dependencies:
8520 '@floating-ui/dom': 1.6.1
8521 react: 18.3.1
8522 react-dom: 18.3.1(react@18.3.1)
8523
8524 '@floating-ui/utils@0.2.1': {} 8503 '@floating-ui/utils@0.2.1': {}
8525 8504
8526 '@formatjs/cli@6.2.12': {} 8505 '@formatjs/cli@6.2.12': {}
@@ -8585,7 +8564,7 @@ snapshots:
8585 '@humanwhocodes/config-array@0.11.14': 8564 '@humanwhocodes/config-array@0.11.14':
8586 dependencies: 8565 dependencies:
8587 '@humanwhocodes/object-schema': 2.0.2 8566 '@humanwhocodes/object-schema': 2.0.2
8588 debug: 4.3.5(supports-color@5.5.0) 8567 debug: 4.3.6(supports-color@5.5.0)
8589 minimatch: 3.1.2 8568 minimatch: 3.1.2
8590 transitivePeerDependencies: 8569 transitivePeerDependencies:
8591 - supports-color 8570 - supports-color
@@ -8620,27 +8599,27 @@ snapshots:
8620 '@jest/console@29.7.0': 8599 '@jest/console@29.7.0':
8621 dependencies: 8600 dependencies:
8622 '@jest/types': 29.6.3 8601 '@jest/types': 29.6.3
8623 '@types/node': 20.14.9 8602 '@types/node': 20.14.10
8624 chalk: 4.1.2 8603 chalk: 4.1.2
8625 jest-message-util: 29.7.0 8604 jest-message-util: 29.7.0
8626 jest-util: 29.7.0 8605 jest-util: 29.7.0
8627 slash: 3.0.0 8606 slash: 3.0.0
8628 8607
8629 '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))': 8608 '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))':
8630 dependencies: 8609 dependencies:
8631 '@jest/console': 29.7.0 8610 '@jest/console': 29.7.0
8632 '@jest/reporters': 29.7.0 8611 '@jest/reporters': 29.7.0
8633 '@jest/test-result': 29.7.0 8612 '@jest/test-result': 29.7.0
8634 '@jest/transform': 29.7.0 8613 '@jest/transform': 29.7.0
8635 '@jest/types': 29.6.3 8614 '@jest/types': 29.6.3
8636 '@types/node': 20.14.9 8615 '@types/node': 20.14.10
8637 ansi-escapes: 4.3.2 8616 ansi-escapes: 4.3.2
8638 chalk: 4.1.2 8617 chalk: 4.1.2
8639 ci-info: 3.8.0 8618 ci-info: 3.8.0
8640 exit: 0.1.2 8619 exit: 0.1.2
8641 graceful-fs: 4.2.11 8620 graceful-fs: 4.2.11
8642 jest-changed-files: 29.7.0 8621 jest-changed-files: 29.7.0
8643 jest-config: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 8622 jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
8644 jest-haste-map: 29.7.0 8623 jest-haste-map: 29.7.0
8645 jest-message-util: 29.7.0 8624 jest-message-util: 29.7.0
8646 jest-regex-util: 29.6.3 8625 jest-regex-util: 29.6.3
@@ -8665,7 +8644,7 @@ snapshots:
8665 dependencies: 8644 dependencies:
8666 '@jest/fake-timers': 29.7.0 8645 '@jest/fake-timers': 29.7.0
8667 '@jest/types': 29.6.3 8646 '@jest/types': 29.6.3
8668 '@types/node': 20.14.9 8647 '@types/node': 20.14.10
8669 jest-mock: 29.7.0 8648 jest-mock: 29.7.0
8670 8649
8671 '@jest/expect-utils@29.7.0': 8650 '@jest/expect-utils@29.7.0':
@@ -8683,7 +8662,7 @@ snapshots:
8683 dependencies: 8662 dependencies:
8684 '@jest/types': 29.6.3 8663 '@jest/types': 29.6.3
8685 '@sinonjs/fake-timers': 10.2.0 8664 '@sinonjs/fake-timers': 10.2.0
8686 '@types/node': 20.14.9 8665 '@types/node': 20.14.10
8687 jest-message-util: 29.7.0 8666 jest-message-util: 29.7.0
8688 jest-mock: 29.7.0 8667 jest-mock: 29.7.0
8689 jest-util: 29.7.0 8668 jest-util: 29.7.0
@@ -8705,7 +8684,7 @@ snapshots:
8705 '@jest/transform': 29.7.0 8684 '@jest/transform': 29.7.0
8706 '@jest/types': 29.6.3 8685 '@jest/types': 29.6.3
8707 '@jridgewell/trace-mapping': 0.3.20 8686 '@jridgewell/trace-mapping': 0.3.20
8708 '@types/node': 20.14.9 8687 '@types/node': 20.14.10
8709 chalk: 4.1.2 8688 chalk: 4.1.2
8710 collect-v8-coverage: 1.0.1 8689 collect-v8-coverage: 1.0.1
8711 exit: 0.1.2 8690 exit: 0.1.2
@@ -8775,7 +8754,7 @@ snapshots:
8775 '@jest/schemas': 29.6.3 8754 '@jest/schemas': 29.6.3
8776 '@types/istanbul-lib-coverage': 2.0.4 8755 '@types/istanbul-lib-coverage': 2.0.4
8777 '@types/istanbul-reports': 3.0.1 8756 '@types/istanbul-reports': 3.0.1
8778 '@types/node': 20.14.9 8757 '@types/node': 20.14.10
8779 '@types/yargs': 17.0.24 8758 '@types/yargs': 17.0.24
8780 chalk: 4.1.2 8759 chalk: 4.1.2
8781 8760
@@ -8803,7 +8782,7 @@ snapshots:
8803 8782
8804 '@kwsites/file-exists@1.1.1': 8783 '@kwsites/file-exists@1.1.1':
8805 dependencies: 8784 dependencies:
8806 debug: 4.3.5(supports-color@5.5.0) 8785 debug: 4.3.6(supports-color@5.5.0)
8807 transitivePeerDependencies: 8786 transitivePeerDependencies:
8808 - supports-color 8787 - supports-color
8809 8788
@@ -8815,7 +8794,7 @@ snapshots:
8815 8794
8816 '@malept/flatpak-bundler@0.4.0': 8795 '@malept/flatpak-bundler@0.4.0':
8817 dependencies: 8796 dependencies:
8818 debug: 4.3.5(supports-color@5.5.0) 8797 debug: 4.3.6(supports-color@5.5.0)
8819 fs-extra: 9.1.0 8798 fs-extra: 9.1.0
8820 lodash: 4.17.21 8799 lodash: 4.17.21
8821 tmp-promise: 3.0.3 8800 tmp-promise: 3.0.3
@@ -8831,7 +8810,7 @@ snapshots:
8831 nopt: 5.0.0 8810 nopt: 5.0.0
8832 npmlog: 5.0.1 8811 npmlog: 5.0.1
8833 rimraf: 3.0.2 8812 rimraf: 3.0.2
8834 semver: 7.6.2 8813 semver: 7.6.3
8835 tar: 6.2.1 8814 tar: 6.2.1
8836 transitivePeerDependencies: 8815 transitivePeerDependencies:
8837 - encoding 8816 - encoding
@@ -8843,61 +8822,47 @@ snapshots:
8843 dependencies: 8822 dependencies:
8844 prop-types: 15.8.1 8823 prop-types: 15.8.1
8845 8824
8846 '@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)': 8825 '@mui/core-downloads-tracker@5.16.7': {}
8847 dependencies:
8848 '@babel/runtime': 7.24.4
8849 '@floating-ui/react-dom': 2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
8850 '@mui/types': 7.2.14(@types/react@18.3.3)
8851 '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1)
8852 '@popperjs/core': 2.11.8
8853 clsx: 2.1.0
8854 prop-types: 15.8.1
8855 react: 18.3.1
8856 react-dom: 18.3.1(react@18.3.1)
8857 optionalDependencies:
8858 '@types/react': 18.3.3
8859
8860 '@mui/core-downloads-tracker@5.15.21': {}
8861 8826
8862 '@mui/icons-material@5.15.21(@mui/material@5.15.21(@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)': 8827 '@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)':
8863 dependencies: 8828 dependencies:
8864 '@babel/runtime': 7.24.4 8829 '@babel/runtime': 7.24.4
8865 '@mui/material': 5.15.21(@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) 8830 '@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 react: 18.3.1 8831 react: 18.3.1
8867 optionalDependencies: 8832 optionalDependencies:
8868 '@types/react': 18.3.3 8833 '@types/react': 18.3.3
8869 8834
8870 '@mui/material@5.15.21(@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)': 8835 '@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)':
8871 dependencies: 8836 dependencies:
8872 '@babel/runtime': 7.24.4 8837 '@babel/runtime': 7.24.4
8873 '@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) 8838 '@mui/core-downloads-tracker': 5.16.7
8874 '@mui/core-downloads-tracker': 5.15.21 8839 '@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)
8875 '@mui/system': 5.15.20(@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) 8840 '@mui/types': 7.2.15(@types/react@18.3.3)
8876 '@mui/types': 7.2.14(@types/react@18.3.3) 8841 '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8877 '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) 8842 '@popperjs/core': 2.11.8
8878 '@types/react-transition-group': 4.4.10 8843 '@types/react-transition-group': 4.4.10
8879 clsx: 2.1.0 8844 clsx: 2.1.0
8880 csstype: 3.1.3 8845 csstype: 3.1.3
8881 prop-types: 15.8.1 8846 prop-types: 15.8.1
8882 react: 18.3.1 8847 react: 18.3.1
8883 react-dom: 18.3.1(react@18.3.1) 8848 react-dom: 18.3.1(react@18.3.1)
8884 react-is: 18.2.0 8849 react-is: 18.3.1
8885 react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8850 react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
8886 optionalDependencies: 8851 optionalDependencies:
8887 '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) 8852 '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1)
8888 '@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) 8853 '@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)
8889 '@types/react': 18.3.3 8854 '@types/react': 18.3.3
8890 8855
8891 '@mui/private-theming@5.15.20(@types/react@18.3.3)(react@18.3.1)': 8856 '@mui/private-theming@5.16.6(@types/react@18.3.3)(react@18.3.1)':
8892 dependencies: 8857 dependencies:
8893 '@babel/runtime': 7.24.4 8858 '@babel/runtime': 7.24.4
8894 '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) 8859 '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8895 prop-types: 15.8.1 8860 prop-types: 15.8.1
8896 react: 18.3.1 8861 react: 18.3.1
8897 optionalDependencies: 8862 optionalDependencies:
8898 '@types/react': 18.3.3 8863 '@types/react': 18.3.3
8899 8864
8900 '@mui/styled-engine@5.15.14(@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)': 8865 '@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)':
8901 dependencies: 8866 dependencies:
8902 '@babel/runtime': 7.24.4 8867 '@babel/runtime': 7.24.4
8903 '@emotion/cache': 11.11.0 8868 '@emotion/cache': 11.11.0
@@ -8908,13 +8873,13 @@ snapshots:
8908 '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) 8873 '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1)
8909 '@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) 8874 '@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)
8910 8875
8911 '@mui/system@5.15.20(@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)': 8876 '@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)':
8912 dependencies: 8877 dependencies:
8913 '@babel/runtime': 7.24.4 8878 '@babel/runtime': 7.24.4
8914 '@mui/private-theming': 5.15.20(@types/react@18.3.3)(react@18.3.1) 8879 '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8915 '@mui/styled-engine': 5.15.14(@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) 8880 '@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)
8916 '@mui/types': 7.2.14(@types/react@18.3.3) 8881 '@mui/types': 7.2.15(@types/react@18.3.3)
8917 '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) 8882 '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1)
8918 clsx: 2.1.0 8883 clsx: 2.1.0
8919 csstype: 3.1.3 8884 csstype: 3.1.3
8920 prop-types: 15.8.1 8885 prop-types: 15.8.1
@@ -8924,17 +8889,19 @@ snapshots:
8924 '@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) 8889 '@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)
8925 '@types/react': 18.3.3 8890 '@types/react': 18.3.3
8926 8891
8927 '@mui/types@7.2.14(@types/react@18.3.3)': 8892 '@mui/types@7.2.15(@types/react@18.3.3)':
8928 optionalDependencies: 8893 optionalDependencies:
8929 '@types/react': 18.3.3 8894 '@types/react': 18.3.3
8930 8895
8931 '@mui/utils@5.15.20(@types/react@18.3.3)(react@18.3.1)': 8896 '@mui/utils@5.16.6(@types/react@18.3.3)(react@18.3.1)':
8932 dependencies: 8897 dependencies:
8933 '@babel/runtime': 7.24.4 8898 '@babel/runtime': 7.24.4
8899 '@mui/types': 7.2.15(@types/react@18.3.3)
8934 '@types/prop-types': 15.7.12 8900 '@types/prop-types': 15.7.12
8901 clsx: 2.1.1
8935 prop-types: 15.8.1 8902 prop-types: 15.8.1
8936 react: 18.3.1 8903 react: 18.3.1
8937 react-is: 18.2.0 8904 react-is: 18.3.1
8938 optionalDependencies: 8905 optionalDependencies:
8939 '@types/react': 18.3.3 8906 '@types/react': 18.3.3
8940 8907
@@ -8970,12 +8937,12 @@ snapshots:
8970 '@npmcli/fs@1.1.1': 8937 '@npmcli/fs@1.1.1':
8971 dependencies: 8938 dependencies:
8972 '@gar/promisify': 1.1.3 8939 '@gar/promisify': 1.1.3
8973 semver: 7.6.2 8940 semver: 7.6.3
8974 optional: true 8941 optional: true
8975 8942
8976 '@npmcli/fs@3.1.1': 8943 '@npmcli/fs@3.1.1':
8977 dependencies: 8944 dependencies:
8978 semver: 7.6.2 8945 semver: 7.6.3
8979 optional: true 8946 optional: true
8980 8947
8981 '@npmcli/move-file@1.1.2': 8948 '@npmcli/move-file@1.1.2':
@@ -9040,7 +9007,7 @@ snapshots:
9040 9007
9041 '@popperjs/core@2.11.8': {} 9008 '@popperjs/core@2.11.8': {}
9042 9009
9043 '@remix-run/router@1.17.0': {} 9010 '@remix-run/router@1.17.1': {}
9044 9011
9045 '@sentry-internal/tracing@7.74.0': 9012 '@sentry-internal/tracing@7.74.0':
9046 dependencies: 9013 dependencies:
@@ -9130,15 +9097,15 @@ snapshots:
9130 node-exceptions: 3.0.0 9097 node-exceptions: 3.0.0
9131 resetable: 1.0.3 9098 resetable: 1.0.3
9132 9099
9133 '@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.12.4)(path-to-regexp@6.2.2)': 9100 '@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.13.1)(path-to-regexp@6.2.2)':
9134 dependencies: 9101 dependencies:
9135 history: 5.3.0 9102 history: 5.3.0
9136 mobx: 6.12.4 9103 mobx: 6.13.1
9137 path-to-regexp: 6.2.2 9104 path-to-regexp: 6.2.2
9138 9105
9139 '@syed_umair/electron-process-manager@1.1.0(electron@31.1.0)': 9106 '@syed_umair/electron-process-manager@1.1.0(electron@32.0.2)':
9140 dependencies: 9107 dependencies:
9141 electron: 31.1.0 9108 electron: 32.0.2
9142 electron-process-reporter: 1.4.0 9109 electron-process-reporter: 1.4.0
9143 9110
9144 '@szmarczak/http-timer@4.0.6': 9111 '@szmarczak/http-timer@4.0.6':
@@ -9185,7 +9152,7 @@ snapshots:
9185 dependencies: 9152 dependencies:
9186 '@types/http-cache-semantics': 4.0.4 9153 '@types/http-cache-semantics': 4.0.4
9187 '@types/keyv': 3.1.4 9154 '@types/keyv': 3.1.4
9188 '@types/node': 20.14.9 9155 '@types/node': 20.14.10
9189 '@types/responselike': 1.0.3 9156 '@types/responselike': 1.0.3
9190 9157
9191 '@types/color-convert@2.0.3': 9158 '@types/color-convert@2.0.3':
@@ -9200,7 +9167,7 @@ snapshots:
9200 9167
9201 '@types/conventional-commits-parser@5.0.0': 9168 '@types/conventional-commits-parser@5.0.0':
9202 dependencies: 9169 dependencies:
9203 '@types/node': 20.14.9 9170 '@types/node': 20.14.10
9204 9171
9205 '@types/debug@4.1.12': 9172 '@types/debug@4.1.12':
9206 dependencies: 9173 dependencies:
@@ -9209,15 +9176,15 @@ snapshots:
9209 '@types/fs-extra@11.0.4': 9176 '@types/fs-extra@11.0.4':
9210 dependencies: 9177 dependencies:
9211 '@types/jsonfile': 6.1.4 9178 '@types/jsonfile': 6.1.4
9212 '@types/node': 20.14.9 9179 '@types/node': 20.14.10
9213 9180
9214 '@types/fs-extra@9.0.13': 9181 '@types/fs-extra@9.0.13':
9215 dependencies: 9182 dependencies:
9216 '@types/node': 20.14.9 9183 '@types/node': 20.14.10
9217 9184
9218 '@types/graceful-fs@4.1.5': 9185 '@types/graceful-fs@4.1.5':
9219 dependencies: 9186 dependencies:
9220 '@types/node': 20.14.9 9187 '@types/node': 20.14.10
9221 9188
9222 '@types/hoist-non-react-statics@3.3.5': 9189 '@types/hoist-non-react-statics@3.3.5':
9223 dependencies: 9190 dependencies:
@@ -9247,19 +9214,19 @@ snapshots:
9247 9214
9248 '@types/jsonfile@6.1.4': 9215 '@types/jsonfile@6.1.4':
9249 dependencies: 9216 dependencies:
9250 '@types/node': 20.14.9 9217 '@types/node': 20.14.10
9251 9218
9252 '@types/keyv@3.1.4': 9219 '@types/keyv@3.1.4':
9253 dependencies: 9220 dependencies:
9254 '@types/node': 20.14.9 9221 '@types/node': 20.14.10
9255 9222
9256 '@types/lodash@4.17.6': {} 9223 '@types/lodash@4.17.7': {}
9257 9224
9258 '@types/minimist@1.2.5': {} 9225 '@types/minimist@1.2.5': {}
9259 9226
9260 '@types/ms@0.7.34': {} 9227 '@types/ms@0.7.34': {}
9261 9228
9262 '@types/node@20.14.9': 9229 '@types/node@20.14.10':
9263 dependencies: 9230 dependencies:
9264 undici-types: 5.26.5 9231 undici-types: 5.26.5
9265 9232
@@ -9269,7 +9236,7 @@ snapshots:
9269 9236
9270 '@types/plist@3.0.5': 9237 '@types/plist@3.0.5':
9271 dependencies: 9238 dependencies:
9272 '@types/node': 20.14.9 9239 '@types/node': 20.14.10
9273 xmlbuilder: 15.1.1 9240 xmlbuilder: 15.1.1
9274 optional: true 9241 optional: true
9275 9242
@@ -9299,7 +9266,7 @@ snapshots:
9299 9266
9300 '@types/responselike@1.0.3': 9267 '@types/responselike@1.0.3':
9301 dependencies: 9268 dependencies:
9302 '@types/node': 20.14.9 9269 '@types/node': 20.14.10
9303 9270
9304 '@types/route-parser@0.1.7': {} 9271 '@types/route-parser@0.1.7': {}
9305 9272
@@ -9311,7 +9278,7 @@ snapshots:
9311 9278
9312 '@types/tar@6.1.13': 9279 '@types/tar@6.1.13':
9313 dependencies: 9280 dependencies:
9314 '@types/node': 20.14.9 9281 '@types/node': 20.14.10
9315 minipass: 4.2.8 9282 minipass: 4.2.8
9316 9283
9317 '@types/uuid@9.0.8': {} 9284 '@types/uuid@9.0.8': {}
@@ -9329,7 +9296,7 @@ snapshots:
9329 9296
9330 '@types/yauzl@2.10.3': 9297 '@types/yauzl@2.10.3':
9331 dependencies: 9298 dependencies:
9332 '@types/node': 20.14.9 9299 '@types/node': 20.14.10
9333 optional: true 9300 optional: true
9334 9301
9335 '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': 9302 '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
@@ -9340,12 +9307,12 @@ snapshots:
9340 '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) 9307 '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
9341 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) 9308 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
9342 '@typescript-eslint/visitor-keys': 6.21.0 9309 '@typescript-eslint/visitor-keys': 6.21.0
9343 debug: 4.3.5(supports-color@5.5.0) 9310 debug: 4.3.6(supports-color@5.5.0)
9344 eslint: 8.57.0 9311 eslint: 8.57.0
9345 graphemer: 1.4.0 9312 graphemer: 1.4.0
9346 ignore: 5.3.1 9313 ignore: 5.3.1
9347 natural-compare: 1.4.0 9314 natural-compare: 1.4.0
9348 semver: 7.6.2 9315 semver: 7.6.3
9349 ts-api-utils: 1.3.0(typescript@5.4.5) 9316 ts-api-utils: 1.3.0(typescript@5.4.5)
9350 optionalDependencies: 9317 optionalDependencies:
9351 typescript: 5.4.5 9318 typescript: 5.4.5
@@ -9376,7 +9343,7 @@ snapshots:
9376 '@typescript-eslint/types': 7.10.0 9343 '@typescript-eslint/types': 7.10.0
9377 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 9344 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5)
9378 '@typescript-eslint/visitor-keys': 7.10.0 9345 '@typescript-eslint/visitor-keys': 7.10.0
9379 debug: 4.3.5(supports-color@5.5.0) 9346 debug: 4.3.6(supports-color@5.5.0)
9380 eslint: 8.57.0 9347 eslint: 8.57.0
9381 optionalDependencies: 9348 optionalDependencies:
9382 typescript: 5.4.5 9349 typescript: 5.4.5
@@ -9407,7 +9374,7 @@ snapshots:
9407 dependencies: 9374 dependencies:
9408 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) 9375 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
9409 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) 9376 '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5)
9410 debug: 4.3.5(supports-color@5.5.0) 9377 debug: 4.3.6(supports-color@5.5.0)
9411 eslint: 8.57.0 9378 eslint: 8.57.0
9412 ts-api-utils: 1.3.0(typescript@5.4.5) 9379 ts-api-utils: 1.3.0(typescript@5.4.5)
9413 optionalDependencies: 9380 optionalDependencies:
@@ -9419,7 +9386,7 @@ snapshots:
9419 dependencies: 9386 dependencies:
9420 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 9387 '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5)
9421 '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5) 9388 '@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5)
9422 debug: 4.3.5(supports-color@5.5.0) 9389 debug: 4.3.6(supports-color@5.5.0)
9423 eslint: 8.57.0 9390 eslint: 8.57.0
9424 ts-api-utils: 1.3.0(typescript@5.4.5) 9391 ts-api-utils: 1.3.0(typescript@5.4.5)
9425 optionalDependencies: 9392 optionalDependencies:
@@ -9431,7 +9398,7 @@ snapshots:
9431 dependencies: 9398 dependencies:
9432 '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5) 9399 '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5)
9433 '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5) 9400 '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
9434 debug: 4.3.5(supports-color@5.5.0) 9401 debug: 4.3.6(supports-color@5.5.0)
9435 eslint: 8.57.0 9402 eslint: 8.57.0
9436 ts-api-utils: 1.3.0(typescript@5.4.5) 9403 ts-api-utils: 1.3.0(typescript@5.4.5)
9437 optionalDependencies: 9404 optionalDependencies:
@@ -9451,10 +9418,10 @@ snapshots:
9451 dependencies: 9418 dependencies:
9452 '@typescript-eslint/types': 5.62.0 9419 '@typescript-eslint/types': 5.62.0
9453 '@typescript-eslint/visitor-keys': 5.62.0 9420 '@typescript-eslint/visitor-keys': 5.62.0
9454 debug: 4.3.5(supports-color@5.5.0) 9421 debug: 4.3.6(supports-color@5.5.0)
9455 globby: 11.1.0 9422 globby: 11.1.0
9456 is-glob: 4.0.3 9423 is-glob: 4.0.3
9457 semver: 7.6.2 9424 semver: 7.6.3
9458 tsutils: 3.21.0(typescript@5.4.5) 9425 tsutils: 3.21.0(typescript@5.4.5)
9459 optionalDependencies: 9426 optionalDependencies:
9460 typescript: 5.4.5 9427 typescript: 5.4.5
@@ -9465,11 +9432,11 @@ snapshots:
9465 dependencies: 9432 dependencies:
9466 '@typescript-eslint/types': 6.21.0 9433 '@typescript-eslint/types': 6.21.0
9467 '@typescript-eslint/visitor-keys': 6.21.0 9434 '@typescript-eslint/visitor-keys': 6.21.0
9468 debug: 4.3.5(supports-color@5.5.0) 9435 debug: 4.3.6(supports-color@5.5.0)
9469 globby: 11.1.0 9436 globby: 11.1.0
9470 is-glob: 4.0.3 9437 is-glob: 4.0.3
9471 minimatch: 9.0.3 9438 minimatch: 9.0.3
9472 semver: 7.6.2 9439 semver: 7.6.3
9473 ts-api-utils: 1.3.0(typescript@5.4.5) 9440 ts-api-utils: 1.3.0(typescript@5.4.5)
9474 optionalDependencies: 9441 optionalDependencies:
9475 typescript: 5.4.5 9442 typescript: 5.4.5
@@ -9480,11 +9447,11 @@ snapshots:
9480 dependencies: 9447 dependencies:
9481 '@typescript-eslint/types': 7.10.0 9448 '@typescript-eslint/types': 7.10.0
9482 '@typescript-eslint/visitor-keys': 7.10.0 9449 '@typescript-eslint/visitor-keys': 7.10.0
9483 debug: 4.3.5(supports-color@5.5.0) 9450 debug: 4.3.6(supports-color@5.5.0)
9484 globby: 11.1.0 9451 globby: 11.1.0
9485 is-glob: 4.0.3 9452 is-glob: 4.0.3
9486 minimatch: 9.0.4 9453 minimatch: 9.0.4
9487 semver: 7.6.2 9454 semver: 7.6.3
9488 ts-api-utils: 1.3.0(typescript@5.4.5) 9455 ts-api-utils: 1.3.0(typescript@5.4.5)
9489 optionalDependencies: 9456 optionalDependencies:
9490 typescript: 5.4.5 9457 typescript: 5.4.5
@@ -9495,11 +9462,11 @@ snapshots:
9495 dependencies: 9462 dependencies:
9496 '@typescript-eslint/types': 7.13.1 9463 '@typescript-eslint/types': 7.13.1
9497 '@typescript-eslint/visitor-keys': 7.13.1 9464 '@typescript-eslint/visitor-keys': 7.13.1
9498 debug: 4.3.5(supports-color@5.5.0) 9465 debug: 4.3.6(supports-color@5.5.0)
9499 globby: 11.1.0 9466 globby: 11.1.0
9500 is-glob: 4.0.3 9467 is-glob: 4.0.3
9501 minimatch: 9.0.4 9468 minimatch: 9.0.4
9502 semver: 7.6.2 9469 semver: 7.6.3
9503 ts-api-utils: 1.3.0(typescript@5.4.5) 9470 ts-api-utils: 1.3.0(typescript@5.4.5)
9504 optionalDependencies: 9471 optionalDependencies:
9505 typescript: 5.4.5 9472 typescript: 5.4.5
@@ -9516,7 +9483,7 @@ snapshots:
9516 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) 9483 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5)
9517 eslint: 8.57.0 9484 eslint: 8.57.0
9518 eslint-scope: 5.1.1 9485 eslint-scope: 5.1.1
9519 semver: 7.6.2 9486 semver: 7.6.3
9520 transitivePeerDependencies: 9487 transitivePeerDependencies:
9521 - supports-color 9488 - supports-color
9522 - typescript 9489 - typescript
@@ -9530,7 +9497,7 @@ snapshots:
9530 '@typescript-eslint/types': 6.21.0 9497 '@typescript-eslint/types': 6.21.0
9531 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) 9498 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5)
9532 eslint: 8.57.0 9499 eslint: 8.57.0
9533 semver: 7.6.2 9500 semver: 7.6.3
9534 transitivePeerDependencies: 9501 transitivePeerDependencies:
9535 - supports-color 9502 - supports-color
9536 - typescript 9503 - typescript
@@ -9616,19 +9583,19 @@ snapshots:
9616 9583
9617 agent-base@6.0.2: 9584 agent-base@6.0.2:
9618 dependencies: 9585 dependencies:
9619 debug: 4.3.5(supports-color@5.5.0) 9586 debug: 4.3.6(supports-color@5.5.0)
9620 transitivePeerDependencies: 9587 transitivePeerDependencies:
9621 - supports-color 9588 - supports-color
9622 9589
9623 agent-base@7.1.0: 9590 agent-base@7.1.0:
9624 dependencies: 9591 dependencies:
9625 debug: 4.3.5(supports-color@5.5.0) 9592 debug: 4.3.6(supports-color@5.5.0)
9626 transitivePeerDependencies: 9593 transitivePeerDependencies:
9627 - supports-color 9594 - supports-color
9628 9595
9629 agent-base@7.1.1: 9596 agent-base@7.1.1:
9630 dependencies: 9597 dependencies:
9631 debug: 4.3.5(supports-color@5.5.0) 9598 debug: 4.3.6(supports-color@5.5.0)
9632 transitivePeerDependencies: 9599 transitivePeerDependencies:
9633 - supports-color 9600 - supports-color
9634 optional: true 9601 optional: true
@@ -9863,7 +9830,7 @@ snapshots:
9863 builder-util: 24.13.1 9830 builder-util: 24.13.1
9864 builder-util-runtime: 9.2.4 9831 builder-util-runtime: 9.2.4
9865 chromium-pickle-js: 0.2.0 9832 chromium-pickle-js: 0.2.0
9866 debug: 4.3.5(supports-color@5.5.0) 9833 debug: 4.3.6(supports-color@5.5.0)
9867 dmg-builder: 24.13.3(electron-builder-squirrel-windows@24.13.3) 9834 dmg-builder: 24.13.3(electron-builder-squirrel-windows@24.13.3)
9868 ejs: 3.1.9 9835 ejs: 3.1.9
9869 electron-builder-squirrel-windows: 24.13.3(dmg-builder@24.13.3) 9836 electron-builder-squirrel-windows: 24.13.3(dmg-builder@24.13.3)
@@ -9878,7 +9845,7 @@ snapshots:
9878 minimatch: 5.1.6 9845 minimatch: 5.1.6
9879 read-config-file: 6.3.2 9846 read-config-file: 6.3.2
9880 sanitize-filename: 1.6.3 9847 sanitize-filename: 1.6.3
9881 semver: 7.6.2 9848 semver: 7.6.3
9882 tar: 6.2.1 9849 tar: 6.2.1
9883 temp-file: 3.4.0 9850 temp-file: 3.4.0
9884 transitivePeerDependencies: 9851 transitivePeerDependencies:
@@ -9919,7 +9886,7 @@ snapshots:
9919 archiver@5.3.2: 9886 archiver@5.3.2:
9920 dependencies: 9887 dependencies:
9921 archiver-utils: 2.1.0 9888 archiver-utils: 2.1.0
9922 async: 3.2.5 9889 async: 3.2.6
9923 buffer-crc32: 0.2.13 9890 buffer-crc32: 0.2.13
9924 readable-stream: 3.6.2 9891 readable-stream: 3.6.2
9925 readdir-glob: 1.1.3 9892 readdir-glob: 1.1.3
@@ -10080,6 +10047,8 @@ snapshots:
10080 10047
10081 async@3.2.5: {} 10048 async@3.2.5: {}
10082 10049
10050 async@3.2.6: {}
10051
10083 asynckit@0.4.0: {} 10052 asynckit@0.4.0: {}
10084 10053
10085 at-least-node@1.0.0: {} 10054 at-least-node@1.0.0: {}
@@ -10108,17 +10077,15 @@ snapshots:
10108 10077
10109 axe-core@4.7.0: {} 10078 axe-core@4.7.0: {}
10110 10079
10111 axios@1.6.2(debug@4.3.5): 10080 axios@1.6.2(debug@4.3.6):
10112 dependencies: 10081 dependencies:
10113 follow-redirects: 1.15.3(debug@4.3.5) 10082 follow-redirects: 1.15.3(debug@4.3.6)
10114 form-data: 4.0.0 10083 form-data: 4.0.0
10115 proxy-from-env: 1.1.0 10084 proxy-from-env: 1.1.0
10116 transitivePeerDependencies: 10085 transitivePeerDependencies:
10117 - debug 10086 - debug
10118 10087
10119 axobject-query@3.2.2: 10088 axobject-query@3.2.4: {}
10120 dependencies:
10121 deep-equal-json: 1.0.0
10122 10089
10123 babel-jest@29.7.0(@babel/core@7.23.5): 10090 babel-jest@29.7.0(@babel/core@7.23.5):
10124 dependencies: 10091 dependencies:
@@ -10281,7 +10248,7 @@ snapshots:
10281 10248
10282 browserslist@4.23.0: 10249 browserslist@4.23.0:
10283 dependencies: 10250 dependencies:
10284 caniuse-lite: 1.0.30001640 10251 caniuse-lite: 1.0.30001657
10285 electron-to-chromium: 1.4.710 10252 electron-to-chromium: 1.4.710
10286 node-releases: 2.0.14 10253 node-releases: 2.0.14
10287 update-browserslist-db: 1.0.13(browserslist@4.23.0) 10254 update-browserslist-db: 1.0.13(browserslist@4.23.0)
@@ -10314,7 +10281,7 @@ snapshots:
10314 10281
10315 builder-util-runtime@9.2.4: 10282 builder-util-runtime@9.2.4:
10316 dependencies: 10283 dependencies:
10317 debug: 4.3.5(supports-color@5.5.0) 10284 debug: 4.3.6(supports-color@5.5.0)
10318 sax: 1.3.0 10285 sax: 1.3.0
10319 transitivePeerDependencies: 10286 transitivePeerDependencies:
10320 - supports-color 10287 - supports-color
@@ -10328,7 +10295,7 @@ snapshots:
10328 builder-util-runtime: 9.2.4 10295 builder-util-runtime: 9.2.4
10329 chalk: 4.1.2 10296 chalk: 4.1.2
10330 cross-spawn: 7.0.3 10297 cross-spawn: 7.0.3
10331 debug: 4.3.5(supports-color@5.5.0) 10298 debug: 4.3.6(supports-color@5.5.0)
10332 fs-extra: 10.1.0 10299 fs-extra: 10.1.0
10333 http-proxy-agent: 5.0.0 10300 http-proxy-agent: 5.0.0
10334 https-proxy-agent: 5.0.1 10301 https-proxy-agent: 5.0.1
@@ -10444,7 +10411,7 @@ snapshots:
10444 10411
10445 camelize@1.0.1: {} 10412 camelize@1.0.1: {}
10446 10413
10447 caniuse-lite@1.0.30001640: {} 10414 caniuse-lite@1.0.30001657: {}
10448 10415
10449 caseless@0.12.0: {} 10416 caseless@0.12.0: {}
10450 10417
@@ -10579,6 +10546,8 @@ snapshots:
10579 10546
10580 clsx@2.1.0: {} 10547 clsx@2.1.0: {}
10581 10548
10549 clsx@2.1.1: {}
10550
10582 co-body@6.1.0: 10551 co-body@6.1.0:
10583 dependencies: 10552 dependencies:
10584 inflation: 2.0.0 10553 inflation: 2.0.0
@@ -10727,9 +10696,9 @@ snapshots:
10727 10696
10728 core-util-is@1.0.3: {} 10697 core-util-is@1.0.3: {}
10729 10698
10730 cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.9)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): 10699 cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.10)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5):
10731 dependencies: 10700 dependencies:
10732 '@types/node': 20.14.9 10701 '@types/node': 20.14.10
10733 cosmiconfig: 9.0.0(typescript@5.4.5) 10702 cosmiconfig: 9.0.0(typescript@5.4.5)
10734 jiti: 1.21.0 10703 jiti: 1.21.0
10735 typescript: 5.4.5 10704 typescript: 5.4.5
@@ -10763,13 +10732,13 @@ snapshots:
10763 buffer: 5.7.1 10732 buffer: 5.7.1
10764 optional: true 10733 optional: true
10765 10734
10766 create-jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)): 10735 create-jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5)):
10767 dependencies: 10736 dependencies:
10768 '@jest/types': 29.6.3 10737 '@jest/types': 29.6.3
10769 chalk: 4.1.2 10738 chalk: 4.1.2
10770 exit: 0.1.2 10739 exit: 0.1.2
10771 graceful-fs: 4.2.11 10740 graceful-fs: 4.2.11
10772 jest-config: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 10741 jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
10773 jest-util: 29.7.0 10742 jest-util: 29.7.0
10774 prompts: 2.4.2 10743 prompts: 2.4.2
10775 transitivePeerDependencies: 10744 transitivePeerDependencies:
@@ -10816,7 +10785,7 @@ snapshots:
10816 10785
10817 css-jss@10.10.0: 10786 css-jss@10.10.0:
10818 dependencies: 10787 dependencies:
10819 '@babel/runtime': 7.23.9 10788 '@babel/runtime': 7.24.4
10820 jss: 10.10.0 10789 jss: 10.10.0
10821 jss-preset-default: 10.10.0 10790 jss-preset-default: 10.10.0
10822 10791
@@ -10868,7 +10837,7 @@ snapshots:
10868 10837
10869 date-fns@2.30.0: 10838 date-fns@2.30.0:
10870 dependencies: 10839 dependencies:
10871 '@babel/runtime': 7.23.5 10840 '@babel/runtime': 7.24.4
10872 10841
10873 dbus-next@0.10.2: 10842 dbus-next@0.10.2:
10874 dependencies: 10843 dependencies:
@@ -10892,7 +10861,7 @@ snapshots:
10892 dependencies: 10861 dependencies:
10893 ms: 2.1.2 10862 ms: 2.1.2
10894 10863
10895 debug@4.3.5(supports-color@5.5.0): 10864 debug@4.3.6(supports-color@5.5.0):
10896 dependencies: 10865 dependencies:
10897 ms: 2.1.2 10866 ms: 2.1.2
10898 optionalDependencies: 10867 optionalDependencies:
@@ -10948,13 +10917,6 @@ snapshots:
10948 optionalDependencies: 10917 optionalDependencies:
10949 babel-plugin-macros: 3.1.0 10918 babel-plugin-macros: 3.1.0
10950 10919
10951 deep-equal-json@1.0.0:
10952 dependencies:
10953 call-bind: 1.0.7
10954 isarray: 2.0.5
10955 object-is: 1.1.6
10956 object-keys: 1.1.1
10957
10958 deep-is@0.1.4: {} 10920 deep-is@0.1.4: {}
10959 10921
10960 deepmerge-ts@5.1.0: {} 10922 deepmerge-ts@5.1.0: {}
@@ -11205,7 +11167,7 @@ snapshots:
11205 lazy-val: 1.0.5 11167 lazy-val: 1.0.5
11206 lodash.escaperegexp: 4.1.2 11168 lodash.escaperegexp: 4.1.2
11207 lodash.isequal: 4.5.0 11169 lodash.isequal: 4.5.0
11208 semver: 7.6.2 11170 semver: 7.6.3
11209 tiny-typed-emitter: 2.1.0 11171 tiny-typed-emitter: 2.1.0
11210 transitivePeerDependencies: 11172 transitivePeerDependencies:
11211 - supports-color 11173 - supports-color
@@ -11215,10 +11177,10 @@ snapshots:
11215 jsonfile: 4.0.0 11177 jsonfile: 4.0.0
11216 mkdirp: 0.5.6 11178 mkdirp: 0.5.6
11217 11179
11218 electron@31.1.0: 11180 electron@32.0.2:
11219 dependencies: 11181 dependencies:
11220 '@electron/get': 2.0.3 11182 '@electron/get': 2.0.3
11221 '@types/node': 20.14.9 11183 '@types/node': 20.14.10
11222 extract-zip: 2.0.1 11184 extract-zip: 2.0.1
11223 transitivePeerDependencies: 11185 transitivePeerDependencies:
11224 - supports-color 11186 - supports-color
@@ -11576,13 +11538,13 @@ snapshots:
11576 - eslint-import-resolver-webpack 11538 - eslint-import-resolver-webpack
11577 - supports-color 11539 - supports-color
11578 11540
11579 eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)))(typescript@5.4.5): 11541 eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5)))(typescript@5.4.5):
11580 dependencies: 11542 dependencies:
11581 '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) 11543 '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5)
11582 eslint: 8.57.0 11544 eslint: 8.57.0
11583 optionalDependencies: 11545 optionalDependencies:
11584 '@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) 11546 '@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
11585 jest: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 11547 jest: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
11586 transitivePeerDependencies: 11548 transitivePeerDependencies:
11587 - supports-color 11549 - supports-color
11588 - typescript 11550 - typescript
@@ -11595,7 +11557,7 @@ snapshots:
11595 array.prototype.flatmap: 1.3.2 11557 array.prototype.flatmap: 1.3.2
11596 ast-types-flow: 0.0.8 11558 ast-types-flow: 0.0.8
11597 axe-core: 4.7.0 11559 axe-core: 4.7.0
11598 axobject-query: 3.2.2 11560 axobject-query: 3.2.4
11599 damerau-levenshtein: 1.0.8 11561 damerau-levenshtein: 1.0.8
11600 emoji-regex: 9.2.2 11562 emoji-regex: 9.2.2
11601 es-iterator-helpers: 1.0.19 11563 es-iterator-helpers: 1.0.19
@@ -11607,10 +11569,10 @@ snapshots:
11607 object.entries: 1.1.8 11569 object.entries: 1.1.8
11608 object.fromentries: 2.0.8 11570 object.fromentries: 2.0.8
11609 11571
11610 eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2): 11572 eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3):
11611 dependencies: 11573 dependencies:
11612 eslint: 8.57.0 11574 eslint: 8.57.0
11613 prettier: 3.3.2 11575 prettier: 3.3.3
11614 prettier-linter-helpers: 1.0.0 11576 prettier-linter-helpers: 1.0.0
11615 synckit: 0.8.6 11577 synckit: 0.8.6
11616 optionalDependencies: 11578 optionalDependencies:
@@ -11769,7 +11731,7 @@ snapshots:
11769 read-pkg-up: 7.0.1 11731 read-pkg-up: 7.0.1
11770 regexp-tree: 0.1.27 11732 regexp-tree: 0.1.27
11771 regjsparser: 0.10.0 11733 regjsparser: 0.10.0
11772 semver: 7.6.2 11734 semver: 7.6.3
11773 strip-indent: 3.0.0 11735 strip-indent: 3.0.0
11774 transitivePeerDependencies: 11736 transitivePeerDependencies:
11775 - supports-color 11737 - supports-color
@@ -11801,7 +11763,7 @@ snapshots:
11801 ajv: 6.12.6 11763 ajv: 6.12.6
11802 chalk: 4.1.2 11764 chalk: 4.1.2
11803 cross-spawn: 7.0.3 11765 cross-spawn: 7.0.3
11804 debug: 4.3.5(supports-color@5.5.0) 11766 debug: 4.3.6(supports-color@5.5.0)
11805 doctrine: 3.0.0 11767 doctrine: 3.0.0
11806 escape-string-regexp: 4.0.0 11768 escape-string-regexp: 4.0.0
11807 eslint-scope: 7.2.2 11769 eslint-scope: 7.2.2
@@ -12005,7 +11967,7 @@ snapshots:
12005 11967
12006 extract-zip@2.0.1: 11968 extract-zip@2.0.1:
12007 dependencies: 11969 dependencies:
12008 debug: 4.3.5(supports-color@5.5.0) 11970 debug: 4.3.6(supports-color@5.5.0)
12009 get-stream: 5.2.0 11971 get-stream: 5.2.0
12010 yauzl: 2.10.0 11972 yauzl: 2.10.0
12011 optionalDependencies: 11973 optionalDependencies:
@@ -12154,9 +12116,9 @@ snapshots:
12154 12116
12155 fn.name@1.1.0: {} 12117 fn.name@1.1.0: {}
12156 12118
12157 follow-redirects@1.15.3(debug@4.3.5): 12119 follow-redirects@1.15.3(debug@4.3.6):
12158 optionalDependencies: 12120 optionalDependencies:
12159 debug: 4.3.5(supports-color@5.5.0) 12121 debug: 4.3.6(supports-color@5.5.0)
12160 12122
12161 for-each@0.3.3: 12123 for-each@0.3.3:
12162 dependencies: 12124 dependencies:
@@ -12373,7 +12335,7 @@ snapshots:
12373 es6-error: 4.1.1 12335 es6-error: 4.1.1
12374 matcher: 3.0.0 12336 matcher: 3.0.0
12375 roarr: 2.15.4 12337 roarr: 2.15.4
12376 semver: 7.6.2 12338 semver: 7.6.3
12377 serialize-error: 7.0.1 12339 serialize-error: 7.0.1
12378 optional: true 12340 optional: true
12379 12341
@@ -12418,7 +12380,7 @@ snapshots:
12418 12380
12419 globrex@0.1.2: {} 12381 globrex@0.1.2: {}
12420 12382
12421 google-translate-api-x@10.6.8: {} 12383 google-translate-api-x@10.7.0: {}
12422 12384
12423 gopd@1.0.1: 12385 gopd@1.0.1:
12424 dependencies: 12386 dependencies:
@@ -12573,7 +12535,7 @@ snapshots:
12573 dependencies: 12535 dependencies:
12574 '@tootallnate/once': 1.1.2 12536 '@tootallnate/once': 1.1.2
12575 agent-base: 6.0.2 12537 agent-base: 6.0.2
12576 debug: 4.3.5(supports-color@5.5.0) 12538 debug: 4.3.6(supports-color@5.5.0)
12577 transitivePeerDependencies: 12539 transitivePeerDependencies:
12578 - supports-color 12540 - supports-color
12579 optional: true 12541 optional: true
@@ -12582,14 +12544,14 @@ snapshots:
12582 dependencies: 12544 dependencies:
12583 '@tootallnate/once': 2.0.0 12545 '@tootallnate/once': 2.0.0
12584 agent-base: 6.0.2 12546 agent-base: 6.0.2
12585 debug: 4.3.5(supports-color@5.5.0) 12547 debug: 4.3.6(supports-color@5.5.0)
12586 transitivePeerDependencies: 12548 transitivePeerDependencies:
12587 - supports-color 12549 - supports-color
12588 12550
12589 http-proxy-agent@7.0.2: 12551 http-proxy-agent@7.0.2:
12590 dependencies: 12552 dependencies:
12591 agent-base: 7.1.1 12553 agent-base: 7.1.1
12592 debug: 4.3.5(supports-color@5.5.0) 12554 debug: 4.3.6(supports-color@5.5.0)
12593 transitivePeerDependencies: 12555 transitivePeerDependencies:
12594 - supports-color 12556 - supports-color
12595 optional: true 12557 optional: true
@@ -12608,14 +12570,14 @@ snapshots:
12608 https-proxy-agent@5.0.1: 12570 https-proxy-agent@5.0.1:
12609 dependencies: 12571 dependencies:
12610 agent-base: 6.0.2 12572 agent-base: 6.0.2
12611 debug: 4.3.5(supports-color@5.5.0) 12573 debug: 4.3.6(supports-color@5.5.0)
12612 transitivePeerDependencies: 12574 transitivePeerDependencies:
12613 - supports-color 12575 - supports-color
12614 12576
12615 https-proxy-agent@7.0.1: 12577 https-proxy-agent@7.0.1:
12616 dependencies: 12578 dependencies:
12617 agent-base: 7.1.0 12579 agent-base: 7.1.0
12618 debug: 4.3.5(supports-color@5.5.0) 12580 debug: 4.3.6(supports-color@5.5.0)
12619 transitivePeerDependencies: 12581 transitivePeerDependencies:
12620 - supports-color 12582 - supports-color
12621 12583
@@ -12632,7 +12594,7 @@ snapshots:
12632 ms: 2.1.3 12594 ms: 2.1.3
12633 optional: true 12595 optional: true
12634 12596
12635 husky@9.0.11: {} 12597 husky@9.1.4: {}
12636 12598
12637 hyphenate-style-name@1.0.4: {} 12599 hyphenate-style-name@1.0.4: {}
12638 12600
@@ -12656,7 +12618,7 @@ snapshots:
12656 12618
12657 ignore@5.3.1: {} 12619 ignore@5.3.1: {}
12658 12620
12659 immutable@4.3.6: {} 12621 immutable@4.3.7: {}
12660 12622
12661 import-fresh@3.3.0: 12623 import-fresh@3.3.0:
12662 dependencies: 12624 dependencies:
@@ -13015,7 +12977,7 @@ snapshots:
13015 '@babel/parser': 7.23.5 12977 '@babel/parser': 7.23.5
13016 '@istanbuljs/schema': 0.1.3 12978 '@istanbuljs/schema': 0.1.3
13017 istanbul-lib-coverage: 3.2.0 12979 istanbul-lib-coverage: 3.2.0
13018 semver: 7.6.2 12980 semver: 7.6.3
13019 transitivePeerDependencies: 12981 transitivePeerDependencies:
13020 - supports-color 12982 - supports-color
13021 12983
@@ -13027,7 +12989,7 @@ snapshots:
13027 12989
13028 istanbul-lib-source-maps@4.0.1: 12990 istanbul-lib-source-maps@4.0.1:
13029 dependencies: 12991 dependencies:
13030 debug: 4.3.5(supports-color@5.5.0) 12992 debug: 4.3.6(supports-color@5.5.0)
13031 istanbul-lib-coverage: 3.2.0 12993 istanbul-lib-coverage: 3.2.0
13032 source-map: 0.6.1 12994 source-map: 0.6.1
13033 transitivePeerDependencies: 12995 transitivePeerDependencies:
@@ -13071,7 +13033,7 @@ snapshots:
13071 '@jest/expect': 29.7.0 13033 '@jest/expect': 29.7.0
13072 '@jest/test-result': 29.7.0 13034 '@jest/test-result': 29.7.0
13073 '@jest/types': 29.6.3 13035 '@jest/types': 29.6.3
13074 '@types/node': 20.14.9 13036 '@types/node': 20.14.10
13075 chalk: 4.1.2 13037 chalk: 4.1.2
13076 co: 4.6.0 13038 co: 4.6.0
13077 dedent: 1.5.1(babel-plugin-macros@3.1.0) 13039 dedent: 1.5.1(babel-plugin-macros@3.1.0)
@@ -13091,16 +13053,16 @@ snapshots:
13091 - babel-plugin-macros 13053 - babel-plugin-macros
13092 - supports-color 13054 - supports-color
13093 13055
13094 jest-cli@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)): 13056 jest-cli@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5)):
13095 dependencies: 13057 dependencies:
13096 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 13058 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
13097 '@jest/test-result': 29.7.0 13059 '@jest/test-result': 29.7.0
13098 '@jest/types': 29.6.3 13060 '@jest/types': 29.6.3
13099 chalk: 4.1.2 13061 chalk: 4.1.2
13100 create-jest: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 13062 create-jest: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
13101 exit: 0.1.2 13063 exit: 0.1.2
13102 import-local: 3.1.0 13064 import-local: 3.1.0
13103 jest-config: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 13065 jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
13104 jest-util: 29.7.0 13066 jest-util: 29.7.0
13105 jest-validate: 29.7.0 13067 jest-validate: 29.7.0
13106 yargs: 17.7.2 13068 yargs: 17.7.2
@@ -13110,7 +13072,7 @@ snapshots:
13110 - supports-color 13072 - supports-color
13111 - ts-node 13073 - ts-node
13112 13074
13113 jest-config@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)): 13075 jest-config@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5)):
13114 dependencies: 13076 dependencies:
13115 '@babel/core': 7.23.5 13077 '@babel/core': 7.23.5
13116 '@jest/test-sequencer': 29.7.0 13078 '@jest/test-sequencer': 29.7.0
@@ -13135,8 +13097,8 @@ snapshots:
13135 slash: 3.0.0 13097 slash: 3.0.0
13136 strip-json-comments: 3.1.1 13098 strip-json-comments: 3.1.1
13137 optionalDependencies: 13099 optionalDependencies:
13138 '@types/node': 20.14.9 13100 '@types/node': 20.14.10
13139 ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.4.5) 13101 ts-node: 10.9.2(@types/node@20.14.10)(typescript@5.4.5)
13140 transitivePeerDependencies: 13102 transitivePeerDependencies:
13141 - babel-plugin-macros 13103 - babel-plugin-macros
13142 - supports-color 13104 - supports-color
@@ -13165,7 +13127,7 @@ snapshots:
13165 '@jest/environment': 29.7.0 13127 '@jest/environment': 29.7.0
13166 '@jest/fake-timers': 29.7.0 13128 '@jest/fake-timers': 29.7.0
13167 '@jest/types': 29.6.3 13129 '@jest/types': 29.6.3
13168 '@types/node': 20.14.9 13130 '@types/node': 20.14.10
13169 jest-mock: 29.7.0 13131 jest-mock: 29.7.0
13170 jest-util: 29.7.0 13132 jest-util: 29.7.0
13171 13133
@@ -13175,7 +13137,7 @@ snapshots:
13175 dependencies: 13137 dependencies:
13176 '@jest/types': 29.6.3 13138 '@jest/types': 29.6.3
13177 '@types/graceful-fs': 4.1.5 13139 '@types/graceful-fs': 4.1.5
13178 '@types/node': 20.14.9 13140 '@types/node': 20.14.10
13179 anymatch: 3.1.3 13141 anymatch: 3.1.3
13180 fb-watchman: 2.0.2 13142 fb-watchman: 2.0.2
13181 graceful-fs: 4.2.11 13143 graceful-fs: 4.2.11
@@ -13214,7 +13176,7 @@ snapshots:
13214 jest-mock@29.7.0: 13176 jest-mock@29.7.0:
13215 dependencies: 13177 dependencies:
13216 '@jest/types': 29.6.3 13178 '@jest/types': 29.6.3
13217 '@types/node': 20.14.9 13179 '@types/node': 20.14.10
13218 jest-util: 29.7.0 13180 jest-util: 29.7.0
13219 13181
13220 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): 13182 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
@@ -13249,7 +13211,7 @@ snapshots:
13249 '@jest/test-result': 29.7.0 13211 '@jest/test-result': 29.7.0
13250 '@jest/transform': 29.7.0 13212 '@jest/transform': 29.7.0
13251 '@jest/types': 29.6.3 13213 '@jest/types': 29.6.3
13252 '@types/node': 20.14.9 13214 '@types/node': 20.14.10
13253 chalk: 4.1.2 13215 chalk: 4.1.2
13254 emittery: 0.13.1 13216 emittery: 0.13.1
13255 graceful-fs: 4.2.11 13217 graceful-fs: 4.2.11
@@ -13277,7 +13239,7 @@ snapshots:
13277 '@jest/test-result': 29.7.0 13239 '@jest/test-result': 29.7.0
13278 '@jest/transform': 29.7.0 13240 '@jest/transform': 29.7.0
13279 '@jest/types': 29.6.3 13241 '@jest/types': 29.6.3
13280 '@types/node': 20.14.9 13242 '@types/node': 20.14.10
13281 chalk: 4.1.2 13243 chalk: 4.1.2
13282 cjs-module-lexer: 1.2.2 13244 cjs-module-lexer: 1.2.2
13283 collect-v8-coverage: 1.0.1 13245 collect-v8-coverage: 1.0.1
@@ -13316,14 +13278,14 @@ snapshots:
13316 jest-util: 29.7.0 13278 jest-util: 29.7.0
13317 natural-compare: 1.4.0 13279 natural-compare: 1.4.0
13318 pretty-format: 29.7.0 13280 pretty-format: 29.7.0
13319 semver: 7.6.2 13281 semver: 7.6.3
13320 transitivePeerDependencies: 13282 transitivePeerDependencies:
13321 - supports-color 13283 - supports-color
13322 13284
13323 jest-util@29.7.0: 13285 jest-util@29.7.0:
13324 dependencies: 13286 dependencies:
13325 '@jest/types': 29.6.3 13287 '@jest/types': 29.6.3
13326 '@types/node': 20.14.9 13288 '@types/node': 20.14.10
13327 chalk: 4.1.2 13289 chalk: 4.1.2
13328 ci-info: 3.8.0 13290 ci-info: 3.8.0
13329 graceful-fs: 4.2.11 13291 graceful-fs: 4.2.11
@@ -13342,7 +13304,7 @@ snapshots:
13342 dependencies: 13304 dependencies:
13343 '@jest/test-result': 29.7.0 13305 '@jest/test-result': 29.7.0
13344 '@jest/types': 29.6.3 13306 '@jest/types': 29.6.3
13345 '@types/node': 20.14.9 13307 '@types/node': 20.14.10
13346 ansi-escapes: 4.3.2 13308 ansi-escapes: 4.3.2
13347 chalk: 4.1.2 13309 chalk: 4.1.2
13348 emittery: 0.13.1 13310 emittery: 0.13.1
@@ -13351,17 +13313,17 @@ snapshots:
13351 13313
13352 jest-worker@29.7.0: 13314 jest-worker@29.7.0:
13353 dependencies: 13315 dependencies:
13354 '@types/node': 20.14.9 13316 '@types/node': 20.14.10
13355 jest-util: 29.7.0 13317 jest-util: 29.7.0
13356 merge-stream: 2.0.0 13318 merge-stream: 2.0.0
13357 supports-color: 8.1.1 13319 supports-color: 8.1.1
13358 13320
13359 jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)): 13321 jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5)):
13360 dependencies: 13322 dependencies:
13361 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 13323 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
13362 '@jest/types': 29.6.3 13324 '@jest/types': 29.6.3
13363 import-local: 3.1.0 13325 import-local: 3.1.0
13364 jest-cli: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)) 13326 jest-cli: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5))
13365 transitivePeerDependencies: 13327 transitivePeerDependencies:
13366 - '@types/node' 13328 - '@types/node'
13367 - babel-plugin-macros 13329 - babel-plugin-macros
@@ -13448,7 +13410,7 @@ snapshots:
13448 lodash.isstring: 4.0.1 13410 lodash.isstring: 4.0.1
13449 lodash.once: 4.1.1 13411 lodash.once: 4.1.1
13450 ms: 2.1.3 13412 ms: 2.1.3
13451 semver: 7.6.2 13413 semver: 7.6.3
13452 13414
13453 jsprim@1.4.2: 13415 jsprim@1.4.2:
13454 dependencies: 13416 dependencies:
@@ -13527,7 +13489,7 @@ snapshots:
13527 13489
13528 jss-preset-default@10.10.0: 13490 jss-preset-default@10.10.0:
13529 dependencies: 13491 dependencies:
13530 '@babel/runtime': 7.23.9 13492 '@babel/runtime': 7.24.4
13531 jss: 10.10.0 13493 jss: 10.10.0
13532 jss-plugin-camel-case: 10.10.0 13494 jss-plugin-camel-case: 10.10.0
13533 jss-plugin-compose: 10.10.0 13495 jss-plugin-compose: 10.10.0
@@ -14031,32 +13993,32 @@ snapshots:
14031 13993
14032 mkdirp@1.0.4: {} 13994 mkdirp@1.0.4: {}
14033 13995
14034 mobx-localstorage@1.2.0(mobx@6.12.4): 13996 mobx-localstorage@1.2.0(mobx@6.13.1):
14035 dependencies: 13997 dependencies:
14036 mobx: 6.12.4 13998 mobx: 6.13.1
14037 reactive-localstorage: 0.0.2 13999 reactive-localstorage: 0.0.2
14038 14000
14039 mobx-react-form@6.9.4(mobx@6.12.4): 14001 mobx-react-form@6.10.1(mobx@6.13.1):
14040 dependencies: 14002 dependencies:
14041 lodash: 4.17.21 14003 lodash: 4.17.21
14042 mobx: 6.12.4 14004 mobx: 6.13.1
14043 14005
14044 mobx-react-lite@3.4.0(mobx@6.12.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14006 mobx-react-lite@3.4.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14045 dependencies: 14007 dependencies:
14046 mobx: 6.12.4 14008 mobx: 6.13.1
14047 react: 18.3.1 14009 react: 18.3.1
14048 optionalDependencies: 14010 optionalDependencies:
14049 react-dom: 18.3.1(react@18.3.1) 14011 react-dom: 18.3.1(react@18.3.1)
14050 14012
14051 mobx-react@7.6.0(mobx@6.12.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14013 mobx-react@7.6.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14052 dependencies: 14014 dependencies:
14053 mobx: 6.12.4 14015 mobx: 6.13.1
14054 mobx-react-lite: 3.4.0(mobx@6.12.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 14016 mobx-react-lite: 3.4.0(mobx@6.13.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
14055 react: 18.3.1 14017 react: 18.3.1
14056 optionalDependencies: 14018 optionalDependencies:
14057 react-dom: 18.3.1(react@18.3.1) 14019 react-dom: 18.3.1(react@18.3.1)
14058 14020
14059 mobx@6.12.4: {} 14021 mobx@6.13.1: {}
14060 14022
14061 modify-filename@1.1.0: {} 14023 modify-filename@1.1.0: {}
14062 14024
@@ -14146,7 +14108,7 @@ snapshots:
14146 make-fetch-happen: 13.0.1 14108 make-fetch-happen: 13.0.1
14147 nopt: 7.2.1 14109 nopt: 7.2.1
14148 proc-log: 3.0.0 14110 proc-log: 3.0.0
14149 semver: 7.6.2 14111 semver: 7.6.3
14150 tar: 6.2.1 14112 tar: 6.2.1
14151 which: 4.0.0 14113 which: 4.0.0
14152 transitivePeerDependencies: 14114 transitivePeerDependencies:
@@ -14162,7 +14124,7 @@ snapshots:
14162 nopt: 5.0.0 14124 nopt: 5.0.0
14163 npmlog: 6.0.2 14125 npmlog: 6.0.2
14164 rimraf: 3.0.2 14126 rimraf: 3.0.2
14165 semver: 7.6.2 14127 semver: 7.6.3
14166 tar: 6.2.1 14128 tar: 6.2.1
14167 which: 2.0.2 14129 which: 2.0.2
14168 transitivePeerDependencies: 14130 transitivePeerDependencies:
@@ -14256,11 +14218,6 @@ snapshots:
14256 14218
14257 object-inspect@1.13.1: {} 14219 object-inspect@1.13.1: {}
14258 14220
14259 object-is@1.1.6:
14260 dependencies:
14261 call-bind: 1.0.7
14262 define-properties: 1.2.1
14263
14264 object-keys@1.1.1: {} 14221 object-keys@1.1.1: {}
14265 14222
14266 object-visit@1.0.1: 14223 object-visit@1.0.1:
@@ -14545,7 +14502,7 @@ snapshots:
14545 prettier@2.8.8: 14502 prettier@2.8.8:
14546 optional: true 14503 optional: true
14547 14504
14548 prettier@3.3.2: {} 14505 prettier@3.3.3: {}
14549 14506
14550 pretty-bytes@5.6.0: {} 14507 pretty-bytes@5.6.0: {}
14551 14508
@@ -14880,6 +14837,8 @@ snapshots:
14880 14837
14881 react-is@18.2.0: {} 14838 react-is@18.2.0: {}
14882 14839
14840 react-is@18.3.1: {}
14841
14883 react-jss@10.10.0(react@18.3.1): 14842 react-jss@10.10.0(react@18.3.1):
14884 dependencies: 14843 dependencies:
14885 '@babel/runtime': 7.23.5 14844 '@babel/runtime': 7.23.5
@@ -14916,16 +14875,16 @@ snapshots:
14916 react-lifecycles-compat: 3.0.4 14875 react-lifecycles-compat: 3.0.4
14917 warning: 4.0.3 14876 warning: 4.0.3
14918 14877
14919 react-router-dom@6.24.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14878 react-router-dom@6.24.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14920 dependencies: 14879 dependencies:
14921 '@remix-run/router': 1.17.0 14880 '@remix-run/router': 1.17.1
14922 react: 18.3.1 14881 react: 18.3.1
14923 react-dom: 18.3.1(react@18.3.1) 14882 react-dom: 18.3.1(react@18.3.1)
14924 react-router: 6.24.0(react@18.3.1) 14883 react-router: 6.24.1(react@18.3.1)
14925 14884
14926 react-router@6.24.0(react@18.3.1): 14885 react-router@6.24.1(react@18.3.1):
14927 dependencies: 14886 dependencies:
14928 '@remix-run/router': 1.17.0 14887 '@remix-run/router': 1.17.1
14929 react: 18.3.1 14888 react: 18.3.1
14930 14889
14931 react-sortable-hoc@2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14890 react-sortable-hoc@2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
@@ -14936,7 +14895,7 @@ snapshots:
14936 react: 18.3.1 14895 react: 18.3.1
14937 react-dom: 18.3.1(react@18.3.1) 14896 react-dom: 18.3.1(react@18.3.1)
14938 14897
14939 react-tooltip@5.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14898 react-tooltip@5.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14940 dependencies: 14899 dependencies:
14941 '@floating-ui/dom': 1.6.1 14900 '@floating-ui/dom': 1.6.1
14942 classnames: 2.5.1 14901 classnames: 2.5.1
@@ -14959,7 +14918,7 @@ snapshots:
14959 14918
14960 react-window@1.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14919 react-window@1.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14961 dependencies: 14920 dependencies:
14962 '@babel/runtime': 7.23.5 14921 '@babel/runtime': 7.24.4
14963 memoize-one: 5.2.1 14922 memoize-one: 5.2.1
14964 react: 18.3.1 14923 react: 18.3.1
14965 react-dom: 18.3.1(react@18.3.1) 14924 react-dom: 18.3.1(react@18.3.1)
@@ -15283,7 +15242,7 @@ snapshots:
15283 sass@1.69.5: 15242 sass@1.69.5:
15284 dependencies: 15243 dependencies:
15285 chokidar: 3.5.3 15244 chokidar: 3.5.3
15286 immutable: 4.3.6 15245 immutable: 4.3.7
15287 source-map-js: 1.0.2 15246 source-map-js: 1.0.2
15288 15247
15289 sax@1.3.0: {} 15248 sax@1.3.0: {}
@@ -15317,7 +15276,7 @@ snapshots:
15317 15276
15318 semver@6.3.1: {} 15277 semver@6.3.1: {}
15319 15278
15320 semver@7.6.2: {} 15279 semver@7.6.3: {}
15321 15280
15322 send@0.16.2: 15281 send@0.16.2:
15323 dependencies: 15282 dependencies:
@@ -15492,7 +15451,7 @@ snapshots:
15492 dependencies: 15451 dependencies:
15493 '@kwsites/file-exists': 1.1.1 15452 '@kwsites/file-exists': 1.1.1
15494 '@kwsites/promise-deferred': 1.1.1 15453 '@kwsites/promise-deferred': 1.1.1
15495 debug: 4.3.5(supports-color@5.5.0) 15454 debug: 4.3.6(supports-color@5.5.0)
15496 transitivePeerDependencies: 15455 transitivePeerDependencies:
15497 - supports-color 15456 - supports-color
15498 15457
@@ -15502,7 +15461,7 @@ snapshots:
15502 15461
15503 simple-update-notifier@2.0.0: 15462 simple-update-notifier@2.0.0:
15504 dependencies: 15463 dependencies:
15505 semver: 7.6.2 15464 semver: 7.6.3
15506 15465
15507 sisteransi@1.0.5: {} 15466 sisteransi@1.0.5: {}
15508 15467
@@ -15544,7 +15503,7 @@ snapshots:
15544 socks-proxy-agent@6.2.1: 15503 socks-proxy-agent@6.2.1:
15545 dependencies: 15504 dependencies:
15546 agent-base: 6.0.2 15505 agent-base: 6.0.2
15547 debug: 4.3.5(supports-color@5.5.0) 15506 debug: 4.3.6(supports-color@5.5.0)
15548 socks: 2.7.1 15507 socks: 2.7.1
15549 transitivePeerDependencies: 15508 transitivePeerDependencies:
15550 - supports-color 15509 - supports-color
@@ -15553,7 +15512,7 @@ snapshots:
15553 socks-proxy-agent@8.0.3: 15512 socks-proxy-agent@8.0.3:
15554 dependencies: 15513 dependencies:
15555 agent-base: 7.1.1 15514 agent-base: 7.1.1
15556 debug: 4.3.5(supports-color@5.5.0) 15515 debug: 4.3.6(supports-color@5.5.0)
15557 socks: 2.7.1 15516 socks: 2.7.1
15558 transitivePeerDependencies: 15517 transitivePeerDependencies:
15559 - supports-color 15518 - supports-color
@@ -15833,7 +15792,7 @@ snapshots:
15833 15792
15834 sumchecker@3.0.1: 15793 sumchecker@3.0.1:
15835 dependencies: 15794 dependencies:
15836 debug: 4.3.5(supports-color@5.5.0) 15795 debug: 4.3.6(supports-color@5.5.0)
15837 transitivePeerDependencies: 15796 transitivePeerDependencies:
15838 - supports-color 15797 - supports-color
15839 15798
@@ -16026,14 +15985,14 @@ snapshots:
16026 dependencies: 15985 dependencies:
16027 typescript: 5.4.5 15986 typescript: 5.4.5
16028 15987
16029 ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5): 15988 ts-node@10.9.2(@types/node@20.14.10)(typescript@5.4.5):
16030 dependencies: 15989 dependencies:
16031 '@cspotcode/source-map-support': 0.8.1 15990 '@cspotcode/source-map-support': 0.8.1
16032 '@tsconfig/node10': 1.0.9 15991 '@tsconfig/node10': 1.0.9
16033 '@tsconfig/node12': 1.0.11 15992 '@tsconfig/node12': 1.0.11
16034 '@tsconfig/node14': 1.0.3 15993 '@tsconfig/node14': 1.0.3
16035 '@tsconfig/node16': 1.0.4 15994 '@tsconfig/node16': 1.0.4
16036 '@types/node': 20.14.9 15995 '@types/node': 20.14.10
16037 acorn: 8.11.2 15996 acorn: 8.11.2
16038 acorn-walk: 8.2.0 15997 acorn-walk: 8.2.0
16039 arg: 4.1.3 15998 arg: 4.1.3
@@ -16317,9 +16276,9 @@ snapshots:
16317 remove-trailing-separator: 1.1.0 16276 remove-trailing-separator: 1.1.0
16318 replace-ext: 1.0.1 16277 replace-ext: 1.0.1
16319 16278
16320 wait-on@7.2.0(debug@4.3.5): 16279 wait-on@7.2.0(debug@4.3.6):
16321 dependencies: 16280 dependencies:
16322 axios: 1.6.2(debug@4.3.5) 16281 axios: 1.6.2(debug@4.3.6)
16323 joi: 17.11.0 16282 joi: 17.11.0
16324 lodash: 4.17.21 16283 lodash: 4.17.21
16325 minimist: 1.2.8 16284 minimist: 1.2.8
diff --git a/recipes b/recipes
Subproject 3b9557860cff61cf4d3e08facbe47610ae60562 Subproject 049e545f4f0da89855db59a33c75733e450fe5b
diff --git a/src/components/settings/services/EditServiceForm.tsx b/src/components/settings/services/EditServiceForm.tsx
index 00629b6b6..084478982 100644
--- a/src/components/settings/services/EditServiceForm.tsx
+++ b/src/components/settings/services/EditServiceForm.tsx
@@ -1,3 +1,4 @@
1import { app, dialog } from '@electron/remote';
1import { mdiInformation } from '@mdi/js'; 2import { mdiInformation } from '@mdi/js';
2import { noop } from 'lodash'; 3import { noop } from 'lodash';
3import { observer } from 'mobx-react'; 4import { observer } from 'mobx-react';
@@ -34,6 +35,10 @@ const messages = defineMessages({
34 id: 'settings.service.form.deleteButton', 35 id: 'settings.service.form.deleteButton',
35 defaultMessage: 'Delete service', 36 defaultMessage: 'Delete service',
36 }, 37 },
38 confirmDeleteService: {
39 id: 'settings.service.form.confirmDeleteService',
40 defaultMessage: 'Do you really want to delete the {serviceName} service?',
41 },
37 openDarkmodeCss: { 42 openDarkmodeCss: {
38 id: 'settings.service.form.openDarkmodeCss', 43 id: 'settings.service.form.openDarkmodeCss',
39 defaultMessage: 'Open darkmode.css', 44 defaultMessage: 'Open darkmode.css',
@@ -248,7 +253,23 @@ class EditServiceForm extends Component<IProps, IState> {
248 buttonType="danger" 253 buttonType="danger"
249 label={intl.formatMessage(messages.deleteService)} 254 label={intl.formatMessage(messages.deleteService)}
250 className="settings__delete-button" 255 className="settings__delete-button"
251 onClick={onDelete} 256 onClick={() => {
257 // @ts-expect-error Fix me
258 const selection = dialog.showMessageBoxSync(app.mainWindow, {
259 type: 'question',
260 message: intl.formatMessage(messages.deleteService),
261 detail: intl.formatMessage(messages.confirmDeleteService, {
262 serviceName: service?.name || recipe.name,
263 }),
264 buttons: [
265 intl.formatMessage(globalMessages.yes),
266 intl.formatMessage(globalMessages.no),
267 ],
268 });
269 if (selection === 0) {
270 onDelete();
271 }
272 }}
252 /> 273 />
253 ); 274 );
254 275
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 50ab8d4ce..c5c490834 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -356,6 +356,7 @@
356 "settings.service.error.message": "Das Dienst-Rezept konnte nicht geladen werden.", 356 "settings.service.error.message": "Das Dienst-Rezept konnte nicht geladen werden.",
357 "settings.service.form.addServiceHeadline": "{name} hinzufügen", 357 "settings.service.form.addServiceHeadline": "{name} hinzufügen",
358 "settings.service.form.availableServices": "Verfügbare Dienste", 358 "settings.service.form.availableServices": "Verfügbare Dienste",
359 "settings.service.form.confirmDeleteService": "Möchten Sie den Dienst {serviceName} wirklich löschen?",
359 "settings.service.form.customUrl": "Eigener Server", 360 "settings.service.form.customUrl": "Eigener Server",
360 "settings.service.form.customUrlValidationError": "Dein {name}-Server konnte nicht verifiziert werden.", 361 "settings.service.form.customUrlValidationError": "Dein {name}-Server konnte nicht verifiziert werden.",
361 "settings.service.form.darkReaderBrightness": "Dark Reader Helligkeit", 362 "settings.service.form.darkReaderBrightness": "Dark Reader Helligkeit",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index cb0f4369c..9ea73cf2a 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -356,6 +356,7 @@
356 "settings.service.error.message": "Could not load service recipe.", 356 "settings.service.error.message": "Could not load service recipe.",
357 "settings.service.form.addServiceHeadline": "Add {name}", 357 "settings.service.form.addServiceHeadline": "Add {name}",
358 "settings.service.form.availableServices": "Available services", 358 "settings.service.form.availableServices": "Available services",
359 "settings.service.form.confirmDeleteService": "Do you really want to delete the {serviceName} service?",
359 "settings.service.form.customUrl": "Custom server", 360 "settings.service.form.customUrl": "Custom server",
360 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 361 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
361 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness", 362 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness",
diff --git a/src/webview/contextMenuBuilder.ts b/src/webview/contextMenuBuilder.ts
index d68605963..92a246cf5 100644
--- a/src/webview/contextMenuBuilder.ts
+++ b/src/webview/contextMenuBuilder.ts
@@ -867,8 +867,8 @@ export class ContextMenuBuilder {
867 new MenuItem({ 867 new MenuItem({
868 label: this.stringTable.goBack(), 868 label: this.stringTable.goBack(),
869 accelerator: `${cmdOrCtrlShortcutKey()}+left`, 869 accelerator: `${cmdOrCtrlShortcutKey()}+left`,
870 enabled: webContents.canGoBack(), 870 enabled: webContents.navigationHistory.canGoBack(),
871 click: () => webContents.goBack(), 871 click: () => webContents.navigationHistory.goBack(),
872 }), 872 }),
873 ); 873 );
874 } 874 }
@@ -882,8 +882,8 @@ export class ContextMenuBuilder {
882 new MenuItem({ 882 new MenuItem({
883 label: this.stringTable.goForward(), 883 label: this.stringTable.goForward(),
884 accelerator: `${cmdOrCtrlShortcutKey()}+right`, 884 accelerator: `${cmdOrCtrlShortcutKey()}+right`,
885 enabled: webContents.canGoForward(), 885 enabled: webContents.navigationHistory.canGoForward(),
886 click: () => webContents.goForward(), 886 click: () => webContents.navigationHistory.goForward(),
887 }), 887 }),
888 ); 888 );
889 } 889 }