aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-31 08:37:23 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-03-31 09:45:44 +0530
commit18e153bc6d3d4e1295e29e499334cebc3dd06faf (patch)
treefd73b73d85e4bcf8020c2f35cfe86e19e732b4d9
parentRevert "Bring in missing python (system dependency) (#1639)" (diff)
downloadferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.tar.gz
ferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.tar.zst
ferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.zip
Upgrade node to latest LTS (20.12.0) and some other modules
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Dockerfile2
-rw-r--r--package.json28
-rw-r--r--pnpm-lock.yaml451
m---------recipes0
6 files changed, 270 insertions, 215 deletions
diff --git a/.nvmrc b/.nvmrc
index 2dbbe00e6..2b9cabc07 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
20.11.1 20.12.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 887a72a5a..6ac0edb86 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ 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.11.1", 65 "node": "20.12.0",
66 "pnpm": "8.15.5" 66 "pnpm": "8.15.5"
67} 67}
68``` 68```
diff --git a/Dockerfile b/Dockerfile
index 83baba00b..b0238e008 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.11.1-buster AS builder 3FROM docker.io/library/node:20.12.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 40842a6bf..374369d67 100644
--- a/package.json
+++ b/package.json
@@ -13,12 +13,12 @@
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.11.1", 16 "node": "20.12.0",
17 "pnpm": "8.15.5" 17 "pnpm": "8.15.5"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.11.1", 21 "node": "20.12.0",
22 "pnpm": "8.15.5" 22 "pnpm": "8.15.5"
23 }, 23 },
24 "packageManager": "pnpm@8.15.5", 24 "packageManager": "pnpm@8.15.5",
@@ -65,7 +65,7 @@
65 "@adonisjs/validator": "5.1.0", 65 "@adonisjs/validator": "5.1.0",
66 "@electron/remote": "2.1.2", 66 "@electron/remote": "2.1.2",
67 "@emotion/react": "11.11.4", 67 "@emotion/react": "11.11.4",
68 "@emotion/styled": "11.11.0", 68 "@emotion/styled": "11.11.5",
69 "@krisdages/electron-process-manager": "3.0.0", 69 "@krisdages/electron-process-manager": "3.0.0",
70 "@mdi/js": "7.4.47", 70 "@mdi/js": "7.4.47",
71 "@mdi/react": "1.6.1", 71 "@mdi/react": "1.6.1",
@@ -96,9 +96,9 @@
96 "languagedetect": "2.0.0", 96 "languagedetect": "2.0.0",
97 "lodash": "4.17.21", 97 "lodash": "4.17.21",
98 "macos-version": "5.2.1", 98 "macos-version": "5.2.1",
99 "markdown-to-jsx": "7.4.4", 99 "markdown-to-jsx": "7.4.5",
100 "minimist": "1.2.8", 100 "minimist": "1.2.8",
101 "mobx": "6.12.0", 101 "mobx": "6.12.3",
102 "mobx-localstorage": "1.2.0", 102 "mobx-localstorage": "1.2.0",
103 "mobx-react": "7.6.0", 103 "mobx-react": "7.6.0",
104 "mobx-react-form": "6.9.4", 104 "mobx-react-form": "6.9.4",
@@ -115,7 +115,7 @@
115 "react-dom": "18.2.0", 115 "react-dom": "18.2.0",
116 "react-dropzone": "14.2.3", 116 "react-dropzone": "14.2.3",
117 "react-electron-web-view": "2.0.1", 117 "react-electron-web-view": "2.0.1",
118 "react-intl": "6.6.2", 118 "react-intl": "6.6.4",
119 "react-jss": "10.10.0", 119 "react-jss": "10.10.0",
120 "react-loader-spinner": "5.4.5", 120 "react-loader-spinner": "5.4.5",
121 "react-modal": "3.16.1", 121 "react-modal": "3.16.1",
@@ -128,7 +128,7 @@
128 "sanitize-filename": "1.6.3", 128 "sanitize-filename": "1.6.3",
129 "semver": "7.6.0", 129 "semver": "7.6.0",
130 "sqlite3": "5.1.6", 130 "sqlite3": "5.1.6",
131 "tar": "6.2.0", 131 "tar": "6.2.1",
132 "tslib": "2.6.2", 132 "tslib": "2.6.2",
133 "useragent-generator": "1.1.1-amkt-22079-finish.0", 133 "useragent-generator": "1.1.1-amkt-22079-finish.0",
134 "uuid": "9.0.1", 134 "uuid": "9.0.1",
@@ -139,7 +139,7 @@
139 "@commitlint/cli": "19.2.1", 139 "@commitlint/cli": "19.2.1",
140 "@commitlint/config-conventional": "19.1.0", 140 "@commitlint/config-conventional": "19.1.0",
141 "@electron/notarize": "1.2.3", 141 "@electron/notarize": "1.2.3",
142 "@formatjs/cli": "6.2.7", 142 "@formatjs/cli": "6.2.9",
143 "@jest/types": "29.6.3", 143 "@jest/types": "29.6.3",
144 "@types/auto-launch": "5.0.5", 144 "@types/auto-launch": "5.0.5",
145 "@types/color": "3.0.6", 145 "@types/color": "3.0.6",
@@ -148,18 +148,18 @@
148 "@types/lodash": "4.17.0", 148 "@types/lodash": "4.17.0",
149 "@types/minimist": "1.2.5", 149 "@types/minimist": "1.2.5",
150 "@types/ms": "0.7.34", 150 "@types/ms": "0.7.34",
151 "@types/node": "20.11.30", 151 "@types/node": "20.12.2",
152 "@types/prop-types": "15.7.11", 152 "@types/prop-types": "15.7.12",
153 "@types/react": "18.2.67", 153 "@types/react": "18.2.73",
154 "@types/react-color": "3.0.12", 154 "@types/react-color": "3.0.12",
155 "@types/react-dom": "18.2.22", 155 "@types/react-dom": "18.2.23",
156 "@types/react-transition-group": "4.4.10", 156 "@types/react-transition-group": "4.4.10",
157 "@types/route-parser": "0.1.7", 157 "@types/route-parser": "0.1.7",
158 "@types/semver": "7.5.8", 158 "@types/semver": "7.5.8",
159 "@types/tar": "6.1.11", 159 "@types/tar": "6.1.11",
160 "@types/uuid": "9.0.8", 160 "@types/uuid": "9.0.8",
161 "@types/validator": "13.11.9", 161 "@types/validator": "13.11.9",
162 "@typescript-eslint/eslint-plugin": "7.3.1", 162 "@typescript-eslint/eslint-plugin": "7.4.0",
163 "@typescript-eslint/parser": "7.3.1", 163 "@typescript-eslint/parser": "7.3.1",
164 "all-contributors-cli": "6.26.1", 164 "all-contributors-cli": "6.26.1",
165 "chalk": "5.3.0", 165 "chalk": "5.3.0",
@@ -190,7 +190,7 @@
190 "prettier": "3.2.5", 190 "prettier": "3.2.5",
191 "preval-build-info": "1.0.3", 191 "preval-build-info": "1.0.3",
192 "rimraf": "5.0.5", 192 "rimraf": "5.0.5",
193 "simple-git": "3.23.0", 193 "simple-git": "3.24.0",
194 "tiny-glob": "0.2.9", 194 "tiny-glob": "0.2.9",
195 "ts-node": "10.9.2", 195 "ts-node": "10.9.2",
196 "typescript": "5.4.3", 196 "typescript": "5.4.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c3252c82e..1b79f1d19 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -49,10 +49,10 @@ dependencies:
49 version: 2.1.2(electron@29.1.6) 49 version: 2.1.2(electron@29.1.6)
50 '@emotion/react': 50 '@emotion/react':
51 specifier: 11.11.4 51 specifier: 11.11.4
52 version: 11.11.4(@types/react@18.2.67)(react@18.2.0) 52 version: 11.11.4(@types/react@18.2.73)(react@18.2.0)
53 '@emotion/styled': 53 '@emotion/styled':
54 specifier: 11.11.0 54 specifier: 11.11.5
55 version: 11.11.0(@emotion/react@11.11.4)(@types/react@18.2.67)(react@18.2.0) 55 version: 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.73)(react@18.2.0)
56 '@krisdages/electron-process-manager': 56 '@krisdages/electron-process-manager':
57 specifier: 3.0.0 57 specifier: 3.0.0
58 version: 3.0.0(@electron/remote@2.1.2)(electron@29.1.6)(rxjs@7.8.1) 58 version: 3.0.0(@electron/remote@2.1.2)(electron@29.1.6)(rxjs@7.8.1)
@@ -64,10 +64,10 @@ dependencies:
64 version: 1.6.1 64 version: 1.6.1
65 '@mui/icons-material': 65 '@mui/icons-material':
66 specifier: 5.15.14 66 specifier: 5.15.14
67 version: 5.15.14(@mui/material@5.15.14)(@types/react@18.2.67)(react@18.2.0) 67 version: 5.15.14(@mui/material@5.15.14)(@types/react@18.2.73)(react@18.2.0)
68 '@mui/material': 68 '@mui/material':
69 specifier: 5.15.14 69 specifier: 5.15.14
70 version: 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.67)(react-dom@18.2.0)(react@18.2.0) 70 version: 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)
71 '@octokit/core': 71 '@octokit/core':
72 specifier: 5.1.0 72 specifier: 5.1.0
73 version: 5.1.0 73 version: 5.1.0
@@ -76,7 +76,7 @@ dependencies:
76 version: 4.14.0 76 version: 4.14.0
77 '@superwf/mobx-react-router': 77 '@superwf/mobx-react-router':
78 specifier: 7.4.0 78 specifier: 7.4.0
79 version: 7.4.0(history@5.3.0)(mobx@6.12.0)(path-to-regexp@6.2.1) 79 version: 7.4.0(history@5.3.0)(mobx@6.12.3)(path-to-regexp@6.2.1)
80 auto-launch: 80 auto-launch:
81 specifier: 5.0.6 81 specifier: 5.0.6
82 version: 5.0.6 82 version: 5.0.6
@@ -144,23 +144,23 @@ dependencies:
144 specifier: 5.2.1 144 specifier: 5.2.1
145 version: 5.2.1 145 version: 5.2.1
146 markdown-to-jsx: 146 markdown-to-jsx:
147 specifier: 7.4.4 147 specifier: 7.4.5
148 version: 7.4.4(react@18.2.0) 148 version: 7.4.5(react@18.2.0)
149 minimist: 149 minimist:
150 specifier: 1.2.8 150 specifier: 1.2.8
151 version: 1.2.8 151 version: 1.2.8
152 mobx: 152 mobx:
153 specifier: 6.12.0 153 specifier: 6.12.3
154 version: 6.12.0 154 version: 6.12.3
155 mobx-localstorage: 155 mobx-localstorage:
156 specifier: 1.2.0 156 specifier: 1.2.0
157 version: 1.2.0(mobx@6.12.0) 157 version: 1.2.0(mobx@6.12.3)
158 mobx-react: 158 mobx-react:
159 specifier: 7.6.0 159 specifier: 7.6.0
160 version: 7.6.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0) 160 version: 7.6.0(mobx@6.12.3)(react-dom@18.2.0)(react@18.2.0)
161 mobx-react-form: 161 mobx-react-form:
162 specifier: 6.9.4 162 specifier: 6.9.4
163 version: 6.9.4(mobx@6.12.0) 163 version: 6.9.4(mobx@6.12.3)
164 moment: 164 moment:
165 specifier: 2.30.1 165 specifier: 2.30.1
166 version: 2.30.1 166 version: 2.30.1
@@ -201,8 +201,8 @@ dependencies:
201 specifier: 2.0.1 201 specifier: 2.0.1
202 version: 2.0.1(react-dom@18.2.0)(react@18.2.0) 202 version: 2.0.1(react-dom@18.2.0)(react@18.2.0)
203 react-intl: 203 react-intl:
204 specifier: 6.6.2 204 specifier: 6.6.4
205 version: 6.6.2(react@18.2.0)(typescript@5.4.3) 205 version: 6.6.4(react@18.2.0)(typescript@5.4.3)
206 react-jss: 206 react-jss:
207 specifier: 10.10.0 207 specifier: 10.10.0
208 version: 10.10.0(react@18.2.0) 208 version: 10.10.0(react@18.2.0)
@@ -240,8 +240,8 @@ dependencies:
240 specifier: 5.1.6 240 specifier: 5.1.6
241 version: 5.1.6 241 version: 5.1.6
242 tar: 242 tar:
243 specifier: 6.2.0 243 specifier: 6.2.1
244 version: 6.2.0 244 version: 6.2.1
245 tslib: 245 tslib:
246 specifier: 2.6.2 246 specifier: 2.6.2
247 version: 2.6.2 247 version: 2.6.2
@@ -269,7 +269,7 @@ devDependencies:
269 version: 1.6.1 269 version: 1.6.1
270 '@commitlint/cli': 270 '@commitlint/cli':
271 specifier: 19.2.1 271 specifier: 19.2.1
272 version: 19.2.1(@types/node@20.11.30)(typescript@5.4.3) 272 version: 19.2.1(@types/node@20.12.2)(typescript@5.4.3)
273 '@commitlint/config-conventional': 273 '@commitlint/config-conventional':
274 specifier: 19.1.0 274 specifier: 19.1.0
275 version: 19.1.0 275 version: 19.1.0
@@ -277,8 +277,8 @@ devDependencies:
277 specifier: 1.2.3 277 specifier: 1.2.3
278 version: 1.2.3 278 version: 1.2.3
279 '@formatjs/cli': 279 '@formatjs/cli':
280 specifier: 6.2.7 280 specifier: 6.2.9
281 version: 6.2.7 281 version: 6.2.9
282 '@jest/types': 282 '@jest/types':
283 specifier: 29.6.3 283 specifier: 29.6.3
284 version: 29.6.3 284 version: 29.6.3
@@ -304,20 +304,20 @@ devDependencies:
304 specifier: 0.7.34 304 specifier: 0.7.34
305 version: 0.7.34 305 version: 0.7.34
306 '@types/node': 306 '@types/node':
307 specifier: 20.11.30 307 specifier: 20.12.2
308 version: 20.11.30 308 version: 20.12.2
309 '@types/prop-types': 309 '@types/prop-types':
310 specifier: 15.7.11 310 specifier: 15.7.12
311 version: 15.7.11 311 version: 15.7.12
312 '@types/react': 312 '@types/react':
313 specifier: 18.2.67 313 specifier: 18.2.73
314 version: 18.2.67 314 version: 18.2.73
315 '@types/react-color': 315 '@types/react-color':
316 specifier: 3.0.12 316 specifier: 3.0.12
317 version: 3.0.12 317 version: 3.0.12
318 '@types/react-dom': 318 '@types/react-dom':
319 specifier: 18.2.22 319 specifier: 18.2.23
320 version: 18.2.22 320 version: 18.2.23
321 '@types/react-transition-group': 321 '@types/react-transition-group':
322 specifier: 4.4.10 322 specifier: 4.4.10
323 version: 4.4.10 323 version: 4.4.10
@@ -337,8 +337,8 @@ devDependencies:
337 specifier: 13.11.9 337 specifier: 13.11.9
338 version: 13.11.9 338 version: 13.11.9
339 '@typescript-eslint/eslint-plugin': 339 '@typescript-eslint/eslint-plugin':
340 specifier: 7.3.1 340 specifier: 7.4.0
341 version: 7.3.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3) 341 version: 7.4.0(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3)
342 '@typescript-eslint/parser': 342 '@typescript-eslint/parser':
343 specifier: 7.3.1 343 specifier: 7.3.1
344 version: 7.3.1(eslint@8.57.0)(typescript@5.4.3) 344 version: 7.3.1(eslint@8.57.0)(typescript@5.4.3)
@@ -380,7 +380,7 @@ devDependencies:
380 version: 19.0.4(eslint-plugin-import@2.29.1)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.34.1)(eslint@8.57.0) 380 version: 19.0.4(eslint-plugin-import@2.29.1)(eslint-plugin-jsx-a11y@6.8.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.34.1)(eslint@8.57.0)
381 eslint-config-airbnb-typescript: 381 eslint-config-airbnb-typescript:
382 specifier: 18.0.0 382 specifier: 18.0.0
383 version: 18.0.0(@typescript-eslint/eslint-plugin@7.3.1)(@typescript-eslint/parser@7.3.1)(eslint-plugin-import@2.29.1)(eslint@8.57.0) 383 version: 18.0.0(@typescript-eslint/eslint-plugin@7.4.0)(@typescript-eslint/parser@7.3.1)(eslint-plugin-import@2.29.1)(eslint@8.57.0)
384 eslint-config-prettier: 384 eslint-config-prettier:
385 specifier: 9.1.0 385 specifier: 9.1.0
386 version: 9.1.0(eslint@8.57.0) 386 version: 9.1.0(eslint@8.57.0)
@@ -389,7 +389,7 @@ devDependencies:
389 version: 2.29.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0) 389 version: 2.29.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)
390 eslint-plugin-jest: 390 eslint-plugin-jest:
391 specifier: 27.9.0 391 specifier: 27.9.0
392 version: 27.9.0(@typescript-eslint/eslint-plugin@7.3.1)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.3) 392 version: 27.9.0(@typescript-eslint/eslint-plugin@7.4.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.3)
393 eslint-plugin-jsx-a11y: 393 eslint-plugin-jsx-a11y:
394 specifier: 6.8.0 394 specifier: 6.8.0
395 version: 6.8.0(eslint@8.57.0) 395 version: 6.8.0(eslint@8.57.0)
@@ -419,7 +419,7 @@ devDependencies:
419 version: 3.0.1 419 version: 3.0.1
420 jest: 420 jest:
421 specifier: 29.7.0 421 specifier: 29.7.0
422 version: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 422 version: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
423 prettier: 423 prettier:
424 specifier: 3.2.5 424 specifier: 3.2.5
425 version: 3.2.5 425 version: 3.2.5
@@ -430,14 +430,14 @@ devDependencies:
430 specifier: 5.0.5 430 specifier: 5.0.5
431 version: 5.0.5 431 version: 5.0.5
432 simple-git: 432 simple-git:
433 specifier: 3.23.0 433 specifier: 3.24.0
434 version: 3.23.0 434 version: 3.24.0
435 tiny-glob: 435 tiny-glob:
436 specifier: 0.2.9 436 specifier: 0.2.9
437 version: 0.2.9 437 version: 0.2.9
438 ts-node: 438 ts-node:
439 specifier: 10.9.2 439 specifier: 10.9.2
440 version: 10.9.2(@types/node@20.11.30)(typescript@5.4.3) 440 version: 10.9.2(@types/node@20.12.2)(typescript@5.4.3)
441 typescript: 441 typescript:
442 specifier: 5.4.3 442 specifier: 5.4.3
443 version: 5.4.3 443 version: 5.4.3
@@ -1248,14 +1248,14 @@ packages:
1248 engines: {node: '>=0.1.90'} 1248 engines: {node: '>=0.1.90'}
1249 dev: false 1249 dev: false
1250 1250
1251 /@commitlint/cli@19.2.1(@types/node@20.11.30)(typescript@5.4.3): 1251 /@commitlint/cli@19.2.1(@types/node@20.12.2)(typescript@5.4.3):
1252 resolution: {integrity: sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==} 1252 resolution: {integrity: sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==}
1253 engines: {node: '>=v18'} 1253 engines: {node: '>=v18'}
1254 hasBin: true 1254 hasBin: true
1255 dependencies: 1255 dependencies:
1256 '@commitlint/format': 19.0.3 1256 '@commitlint/format': 19.0.3
1257 '@commitlint/lint': 19.1.0 1257 '@commitlint/lint': 19.1.0
1258 '@commitlint/load': 19.2.0(@types/node@20.11.30)(typescript@5.4.3) 1258 '@commitlint/load': 19.2.0(@types/node@20.12.2)(typescript@5.4.3)
1259 '@commitlint/read': 19.2.1 1259 '@commitlint/read': 19.2.1
1260 '@commitlint/types': 19.0.3 1260 '@commitlint/types': 19.0.3
1261 execa: 8.0.1 1261 execa: 8.0.1
@@ -1324,7 +1324,7 @@ packages:
1324 '@commitlint/types': 19.0.3 1324 '@commitlint/types': 19.0.3
1325 dev: true 1325 dev: true
1326 1326
1327 /@commitlint/load@19.2.0(@types/node@20.11.30)(typescript@5.4.3): 1327 /@commitlint/load@19.2.0(@types/node@20.12.2)(typescript@5.4.3):
1328 resolution: {integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==} 1328 resolution: {integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==}
1329 engines: {node: '>=v18'} 1329 engines: {node: '>=v18'}
1330 dependencies: 1330 dependencies:
@@ -1334,7 +1334,7 @@ packages:
1334 '@commitlint/types': 19.0.3 1334 '@commitlint/types': 19.0.3
1335 chalk: 5.3.0 1335 chalk: 5.3.0
1336 cosmiconfig: 9.0.0(typescript@5.4.3) 1336 cosmiconfig: 9.0.0(typescript@5.4.3)
1337 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.30)(cosmiconfig@9.0.0)(typescript@5.4.3) 1337 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.2)(cosmiconfig@9.0.0)(typescript@5.4.3)
1338 lodash.isplainobject: 4.0.6 1338 lodash.isplainobject: 4.0.6
1339 lodash.merge: 4.6.2 1339 lodash.merge: 4.6.2
1340 lodash.uniq: 4.5.0 1340 lodash.uniq: 4.5.0
@@ -1561,6 +1561,12 @@ packages:
1561 '@emotion/memoize': 0.8.1 1561 '@emotion/memoize': 0.8.1
1562 dev: false 1562 dev: false
1563 1563
1564 /@emotion/is-prop-valid@1.2.2:
1565 resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==}
1566 dependencies:
1567 '@emotion/memoize': 0.8.1
1568 dev: false
1569
1564 /@emotion/memoize@0.7.1: 1570 /@emotion/memoize@0.7.1:
1565 resolution: {integrity: sha512-Qv4LTqO11jepd5Qmlp3M1YEjBumoTHcHFdgPTQ+sFlIL5myi/7xu/POwP7IRu6odBdmLXdtIs1D6TuW6kbwbbg==} 1571 resolution: {integrity: sha512-Qv4LTqO11jepd5Qmlp3M1YEjBumoTHcHFdgPTQ+sFlIL5myi/7xu/POwP7IRu6odBdmLXdtIs1D6TuW6kbwbbg==}
1566 dev: false 1572 dev: false
@@ -1569,7 +1575,7 @@ packages:
1569 resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} 1575 resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==}
1570 dev: false 1576 dev: false
1571 1577
1572 /@emotion/react@11.11.4(@types/react@18.2.67)(react@18.2.0): 1578 /@emotion/react@11.11.4(@types/react@18.2.73)(react@18.2.0):
1573 resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} 1579 resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==}
1574 peerDependencies: 1580 peerDependencies:
1575 '@types/react': '*' 1581 '@types/react': '*'
@@ -1585,7 +1591,7 @@ packages:
1585 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) 1591 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
1586 '@emotion/utils': 1.2.1 1592 '@emotion/utils': 1.2.1
1587 '@emotion/weak-memoize': 0.3.1 1593 '@emotion/weak-memoize': 0.3.1
1588 '@types/react': 18.2.67 1594 '@types/react': 18.2.73
1589 hoist-non-react-statics: 3.3.2 1595 hoist-non-react-statics: 3.3.2
1590 react: 18.2.0 1596 react: 18.2.0
1591 dev: false 1597 dev: false
@@ -1610,12 +1616,22 @@ packages:
1610 csstype: 3.1.3 1616 csstype: 3.1.3
1611 dev: false 1617 dev: false
1612 1618
1619 /@emotion/serialize@1.1.4:
1620 resolution: {integrity: sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==}
1621 dependencies:
1622 '@emotion/hash': 0.9.1
1623 '@emotion/memoize': 0.8.1
1624 '@emotion/unitless': 0.8.1
1625 '@emotion/utils': 1.2.1
1626 csstype: 3.1.3
1627 dev: false
1628
1613 /@emotion/sheet@1.2.2: 1629 /@emotion/sheet@1.2.2:
1614 resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} 1630 resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==}
1615 dev: false 1631 dev: false
1616 1632
1617 /@emotion/styled@11.11.0(@emotion/react@11.11.4)(@types/react@18.2.67)(react@18.2.0): 1633 /@emotion/styled@11.11.5(@emotion/react@11.11.4)(@types/react@18.2.73)(react@18.2.0):
1618 resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==} 1634 resolution: {integrity: sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==}
1619 peerDependencies: 1635 peerDependencies:
1620 '@emotion/react': ^11.0.0-rc.0 1636 '@emotion/react': ^11.0.0-rc.0
1621 '@types/react': '*' 1637 '@types/react': '*'
@@ -1624,14 +1640,14 @@ packages:
1624 '@types/react': 1640 '@types/react':
1625 optional: true 1641 optional: true
1626 dependencies: 1642 dependencies:
1627 '@babel/runtime': 7.23.5 1643 '@babel/runtime': 7.23.9
1628 '@emotion/babel-plugin': 11.11.0 1644 '@emotion/babel-plugin': 11.11.0
1629 '@emotion/is-prop-valid': 1.2.1 1645 '@emotion/is-prop-valid': 1.2.2
1630 '@emotion/react': 11.11.4(@types/react@18.2.67)(react@18.2.0) 1646 '@emotion/react': 11.11.4(@types/react@18.2.73)(react@18.2.0)
1631 '@emotion/serialize': 1.1.2 1647 '@emotion/serialize': 1.1.4
1632 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) 1648 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
1633 '@emotion/utils': 1.2.1 1649 '@emotion/utils': 1.2.1
1634 '@types/react': 18.2.67 1650 '@types/react': 18.2.73
1635 react: 18.2.0 1651 react: 18.2.0
1636 dev: false 1652 dev: false
1637 1653
@@ -1926,12 +1942,12 @@ packages:
1926 resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} 1942 resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
1927 dev: false 1943 dev: false
1928 1944
1929 /@formatjs/cli@6.2.7: 1945 /@formatjs/cli@6.2.9:
1930 resolution: {integrity: sha512-F8sPvXsrjOXKAXpbZo3HObq3TZWNa91cimRukmy/54GRo83V0q2ybj9YXtBfcGlnFhzRFXq8ukkTtHgYeRMJaQ==} 1946 resolution: {integrity: sha512-YH09kY6oufPdNDIwva/rC7wyg/ptJG6hRZ768eJEafiBR5R1VV1pKFmx106FV5WT7nzBm8Xf4Td+8+Mu+DtQsg==}
1931 engines: {node: '>= 16'} 1947 engines: {node: '>= 16'}
1932 hasBin: true 1948 hasBin: true
1933 peerDependencies: 1949 peerDependencies:
1934 vue: ^3.3.4 1950 vue: ^3.4.0
1935 peerDependenciesMeta: 1951 peerDependenciesMeta:
1936 vue: 1952 vue:
1937 optional: true 1953 optional: true
@@ -1987,8 +2003,8 @@ packages:
1987 tslib: 2.6.2 2003 tslib: 2.6.2
1988 dev: false 2004 dev: false
1989 2005
1990 /@formatjs/intl@2.10.0(typescript@5.4.3): 2006 /@formatjs/intl@2.10.1(typescript@5.4.3):
1991 resolution: {integrity: sha512-X3xT9guVkKDS86EKV80lS0KxoazUglkJTGZO66sKY7otgl0VeStPA8B3u8UkKT47PexVV98fUzjpkchYmbe9nw==} 2007 resolution: {integrity: sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==}
1992 peerDependencies: 2008 peerDependencies:
1993 typescript: ^4.7 || 5 2009 typescript: ^4.7 || 5
1994 peerDependenciesMeta: 2010 peerDependenciesMeta:
@@ -2083,7 +2099,7 @@ packages:
2083 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 2099 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
2084 dependencies: 2100 dependencies:
2085 '@jest/types': 29.6.3 2101 '@jest/types': 29.6.3
2086 '@types/node': 20.11.30 2102 '@types/node': 20.12.2
2087 chalk: 4.1.2 2103 chalk: 4.1.2
2088 jest-message-util: 29.7.0 2104 jest-message-util: 29.7.0
2089 jest-util: 29.7.0 2105 jest-util: 29.7.0
@@ -2104,14 +2120,14 @@ packages:
2104 '@jest/test-result': 29.7.0 2120 '@jest/test-result': 29.7.0
2105 '@jest/transform': 29.7.0 2121 '@jest/transform': 29.7.0
2106 '@jest/types': 29.6.3 2122 '@jest/types': 29.6.3
2107 '@types/node': 20.11.30 2123 '@types/node': 20.12.2
2108 ansi-escapes: 4.3.2 2124 ansi-escapes: 4.3.2
2109 chalk: 4.1.2 2125 chalk: 4.1.2
2110 ci-info: 3.8.0 2126 ci-info: 3.8.0
2111 exit: 0.1.2 2127 exit: 0.1.2
2112 graceful-fs: 4.2.11 2128 graceful-fs: 4.2.11
2113 jest-changed-files: 29.7.0 2129 jest-changed-files: 29.7.0
2114 jest-config: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 2130 jest-config: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
2115 jest-haste-map: 29.7.0 2131 jest-haste-map: 29.7.0
2116 jest-message-util: 29.7.0 2132 jest-message-util: 29.7.0
2117 jest-regex-util: 29.6.3 2133 jest-regex-util: 29.6.3
@@ -2139,7 +2155,7 @@ packages:
2139 dependencies: 2155 dependencies:
2140 '@jest/fake-timers': 29.7.0 2156 '@jest/fake-timers': 29.7.0
2141 '@jest/types': 29.6.3 2157 '@jest/types': 29.6.3
2142 '@types/node': 20.11.30 2158 '@types/node': 20.12.2
2143 jest-mock: 29.7.0 2159 jest-mock: 29.7.0
2144 dev: true 2160 dev: true
2145 2161
@@ -2166,7 +2182,7 @@ packages:
2166 dependencies: 2182 dependencies:
2167 '@jest/types': 29.6.3 2183 '@jest/types': 29.6.3
2168 '@sinonjs/fake-timers': 10.2.0 2184 '@sinonjs/fake-timers': 10.2.0
2169 '@types/node': 20.11.30 2185 '@types/node': 20.12.2
2170 jest-message-util: 29.7.0 2186 jest-message-util: 29.7.0
2171 jest-mock: 29.7.0 2187 jest-mock: 29.7.0
2172 jest-util: 29.7.0 2188 jest-util: 29.7.0
@@ -2199,7 +2215,7 @@ packages:
2199 '@jest/transform': 29.7.0 2215 '@jest/transform': 29.7.0
2200 '@jest/types': 29.6.3 2216 '@jest/types': 29.6.3
2201 '@jridgewell/trace-mapping': 0.3.20 2217 '@jridgewell/trace-mapping': 0.3.20
2202 '@types/node': 20.11.30 2218 '@types/node': 20.12.2
2203 chalk: 4.1.2 2219 chalk: 4.1.2
2204 collect-v8-coverage: 1.0.1 2220 collect-v8-coverage: 1.0.1
2205 exit: 0.1.2 2221 exit: 0.1.2
@@ -2287,7 +2303,7 @@ packages:
2287 '@jest/schemas': 29.6.3 2303 '@jest/schemas': 29.6.3
2288 '@types/istanbul-lib-coverage': 2.0.4 2304 '@types/istanbul-lib-coverage': 2.0.4
2289 '@types/istanbul-reports': 3.0.1 2305 '@types/istanbul-reports': 3.0.1
2290 '@types/node': 20.11.30 2306 '@types/node': 20.12.2
2291 '@types/yargs': 17.0.24 2307 '@types/yargs': 17.0.24
2292 chalk: 4.1.2 2308 chalk: 4.1.2
2293 dev: true 2309 dev: true
@@ -2413,7 +2429,7 @@ packages:
2413 npmlog: 5.0.1 2429 npmlog: 5.0.1
2414 rimraf: 3.0.2 2430 rimraf: 3.0.2
2415 semver: 7.6.0 2431 semver: 7.6.0
2416 tar: 6.2.0 2432 tar: 6.2.1
2417 transitivePeerDependencies: 2433 transitivePeerDependencies:
2418 - encoding 2434 - encoding
2419 - supports-color 2435 - supports-color
@@ -2429,7 +2445,7 @@ packages:
2429 prop-types: 15.8.1 2445 prop-types: 15.8.1
2430 dev: false 2446 dev: false
2431 2447
2432 /@mui/base@5.0.0-beta.40(@types/react@18.2.67)(react-dom@18.2.0)(react@18.2.0): 2448 /@mui/base@5.0.0-beta.40(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0):
2433 resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} 2449 resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==}
2434 engines: {node: '>=12.0.0'} 2450 engines: {node: '>=12.0.0'}
2435 peerDependencies: 2451 peerDependencies:
@@ -2442,10 +2458,10 @@ packages:
2442 dependencies: 2458 dependencies:
2443 '@babel/runtime': 7.23.9 2459 '@babel/runtime': 7.23.9
2444 '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) 2460 '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0)
2445 '@mui/types': 7.2.14(@types/react@18.2.67) 2461 '@mui/types': 7.2.14(@types/react@18.2.73)
2446 '@mui/utils': 5.15.14(@types/react@18.2.67)(react@18.2.0) 2462 '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0)
2447 '@popperjs/core': 2.11.8 2463 '@popperjs/core': 2.11.8
2448 '@types/react': 18.2.67 2464 '@types/react': 18.2.73
2449 clsx: 2.1.0 2465 clsx: 2.1.0
2450 prop-types: 15.8.1 2466 prop-types: 15.8.1
2451 react: 18.2.0 2467 react: 18.2.0
@@ -2456,7 +2472,7 @@ packages:
2456 resolution: {integrity: sha512-on75VMd0XqZfaQW+9pGjSNiqW+ghc5E2ZSLRBXwcXl/C4YzjfyjrLPhrEpKnR9Uym9KXBvxrhoHfPcczYHweyA==} 2472 resolution: {integrity: sha512-on75VMd0XqZfaQW+9pGjSNiqW+ghc5E2ZSLRBXwcXl/C4YzjfyjrLPhrEpKnR9Uym9KXBvxrhoHfPcczYHweyA==}
2457 dev: false 2473 dev: false
2458 2474
2459 /@mui/icons-material@5.15.14(@mui/material@5.15.14)(@types/react@18.2.67)(react@18.2.0): 2475 /@mui/icons-material@5.15.14(@mui/material@5.15.14)(@types/react@18.2.73)(react@18.2.0):
2460 resolution: {integrity: sha512-vj/51k7MdFmt+XVw94sl30SCvGx6+wJLsNYjZRgxhS6y3UtnWnypMOsm3Kmg8TN+P0dqwsjy4/fX7B1HufJIhw==} 2476 resolution: {integrity: sha512-vj/51k7MdFmt+XVw94sl30SCvGx6+wJLsNYjZRgxhS6y3UtnWnypMOsm3Kmg8TN+P0dqwsjy4/fX7B1HufJIhw==}
2461 engines: {node: '>=12.0.0'} 2477 engines: {node: '>=12.0.0'}
2462 peerDependencies: 2478 peerDependencies:
@@ -2468,12 +2484,12 @@ packages:
2468 optional: true 2484 optional: true
2469 dependencies: 2485 dependencies:
2470 '@babel/runtime': 7.23.9 2486 '@babel/runtime': 7.23.9
2471 '@mui/material': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.67)(react-dom@18.2.0)(react@18.2.0) 2487 '@mui/material': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)
2472 '@types/react': 18.2.67 2488 '@types/react': 18.2.73
2473 react: 18.2.0 2489 react: 18.2.0
2474 dev: false 2490 dev: false
2475 2491
2476 /@mui/material@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.67)(react-dom@18.2.0)(react@18.2.0): 2492 /@mui/material@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0):
2477 resolution: {integrity: sha512-kEbRw6fASdQ1SQ7LVdWR5OlWV3y7Y54ZxkLzd6LV5tmz+NpO3MJKZXSfgR0LHMP7meKsPiMm4AuzV0pXDpk/BQ==} 2493 resolution: {integrity: sha512-kEbRw6fASdQ1SQ7LVdWR5OlWV3y7Y54ZxkLzd6LV5tmz+NpO3MJKZXSfgR0LHMP7meKsPiMm4AuzV0pXDpk/BQ==}
2478 engines: {node: '>=12.0.0'} 2494 engines: {node: '>=12.0.0'}
2479 peerDependencies: 2495 peerDependencies:
@@ -2491,14 +2507,14 @@ packages:
2491 optional: true 2507 optional: true
2492 dependencies: 2508 dependencies:
2493 '@babel/runtime': 7.23.9 2509 '@babel/runtime': 7.23.9
2494 '@emotion/react': 11.11.4(@types/react@18.2.67)(react@18.2.0) 2510 '@emotion/react': 11.11.4(@types/react@18.2.73)(react@18.2.0)
2495 '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@18.2.67)(react@18.2.0) 2511 '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.73)(react@18.2.0)
2496 '@mui/base': 5.0.0-beta.40(@types/react@18.2.67)(react-dom@18.2.0)(react@18.2.0) 2512 '@mui/base': 5.0.0-beta.40(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)
2497 '@mui/core-downloads-tracker': 5.15.14 2513 '@mui/core-downloads-tracker': 5.15.14
2498 '@mui/system': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.67)(react@18.2.0) 2514 '@mui/system': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.73)(react@18.2.0)
2499 '@mui/types': 7.2.14(@types/react@18.2.67) 2515 '@mui/types': 7.2.14(@types/react@18.2.73)
2500 '@mui/utils': 5.15.14(@types/react@18.2.67)(react@18.2.0) 2516 '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0)
2501 '@types/react': 18.2.67 2517 '@types/react': 18.2.73
2502 '@types/react-transition-group': 4.4.10 2518 '@types/react-transition-group': 4.4.10
2503 clsx: 2.1.0 2519 clsx: 2.1.0
2504 csstype: 3.1.3 2520 csstype: 3.1.3
@@ -2509,7 +2525,7 @@ packages:
2509 react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) 2525 react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0)
2510 dev: false 2526 dev: false
2511 2527
2512 /@mui/private-theming@5.15.14(@types/react@18.2.67)(react@18.2.0): 2528 /@mui/private-theming@5.15.14(@types/react@18.2.73)(react@18.2.0):
2513 resolution: {integrity: sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==} 2529 resolution: {integrity: sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==}
2514 engines: {node: '>=12.0.0'} 2530 engines: {node: '>=12.0.0'}
2515 peerDependencies: 2531 peerDependencies:
@@ -2520,13 +2536,13 @@ packages:
2520 optional: true 2536 optional: true
2521 dependencies: 2537 dependencies:
2522 '@babel/runtime': 7.23.9 2538 '@babel/runtime': 7.23.9
2523 '@mui/utils': 5.15.14(@types/react@18.2.67)(react@18.2.0) 2539 '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0)
2524 '@types/react': 18.2.67 2540 '@types/react': 18.2.73
2525 prop-types: 15.8.1 2541 prop-types: 15.8.1
2526 react: 18.2.0 2542 react: 18.2.0
2527 dev: false 2543 dev: false
2528 2544
2529 /@mui/styled-engine@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(react@18.2.0): 2545 /@mui/styled-engine@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.2.0):
2530 resolution: {integrity: sha512-RILkuVD8gY6PvjZjqnWhz8fu68dVkqhM5+jYWfB5yhlSQKg+2rHkmEwm75XIeAqI3qwOndK6zELK5H6Zxn4NHw==} 2546 resolution: {integrity: sha512-RILkuVD8gY6PvjZjqnWhz8fu68dVkqhM5+jYWfB5yhlSQKg+2rHkmEwm75XIeAqI3qwOndK6zELK5H6Zxn4NHw==}
2531 engines: {node: '>=12.0.0'} 2547 engines: {node: '>=12.0.0'}
2532 peerDependencies: 2548 peerDependencies:
@@ -2541,14 +2557,14 @@ packages:
2541 dependencies: 2557 dependencies:
2542 '@babel/runtime': 7.23.9 2558 '@babel/runtime': 7.23.9
2543 '@emotion/cache': 11.11.0 2559 '@emotion/cache': 11.11.0
2544 '@emotion/react': 11.11.4(@types/react@18.2.67)(react@18.2.0) 2560 '@emotion/react': 11.11.4(@types/react@18.2.73)(react@18.2.0)
2545 '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@18.2.67)(react@18.2.0) 2561 '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.73)(react@18.2.0)
2546 csstype: 3.1.3 2562 csstype: 3.1.3
2547 prop-types: 15.8.1 2563 prop-types: 15.8.1
2548 react: 18.2.0 2564 react: 18.2.0
2549 dev: false 2565 dev: false
2550 2566
2551 /@mui/system@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.67)(react@18.2.0): 2567 /@mui/system@5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(@types/react@18.2.73)(react@18.2.0):
2552 resolution: {integrity: sha512-auXLXzUaCSSOLqJXmsAaq7P96VPRXg2Rrz6OHNV7lr+kB8lobUF+/N84Vd9C4G/wvCXYPs5TYuuGBRhcGbiBGg==} 2568 resolution: {integrity: sha512-auXLXzUaCSSOLqJXmsAaq7P96VPRXg2Rrz6OHNV7lr+kB8lobUF+/N84Vd9C4G/wvCXYPs5TYuuGBRhcGbiBGg==}
2553 engines: {node: '>=12.0.0'} 2569 engines: {node: '>=12.0.0'}
2554 peerDependencies: 2570 peerDependencies:
@@ -2565,20 +2581,20 @@ packages:
2565 optional: true 2581 optional: true
2566 dependencies: 2582 dependencies:
2567 '@babel/runtime': 7.23.9 2583 '@babel/runtime': 7.23.9
2568 '@emotion/react': 11.11.4(@types/react@18.2.67)(react@18.2.0) 2584 '@emotion/react': 11.11.4(@types/react@18.2.73)(react@18.2.0)
2569 '@emotion/styled': 11.11.0(@emotion/react@11.11.4)(@types/react@18.2.67)(react@18.2.0) 2585 '@emotion/styled': 11.11.5(@emotion/react@11.11.4)(@types/react@18.2.73)(react@18.2.0)
2570 '@mui/private-theming': 5.15.14(@types/react@18.2.67)(react@18.2.0) 2586 '@mui/private-theming': 5.15.14(@types/react@18.2.73)(react@18.2.0)
2571 '@mui/styled-engine': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(react@18.2.0) 2587 '@mui/styled-engine': 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.5)(react@18.2.0)
2572 '@mui/types': 7.2.14(@types/react@18.2.67) 2588 '@mui/types': 7.2.14(@types/react@18.2.73)
2573 '@mui/utils': 5.15.14(@types/react@18.2.67)(react@18.2.0) 2589 '@mui/utils': 5.15.14(@types/react@18.2.73)(react@18.2.0)
2574 '@types/react': 18.2.67 2590 '@types/react': 18.2.73
2575 clsx: 2.1.0 2591 clsx: 2.1.0
2576 csstype: 3.1.3 2592 csstype: 3.1.3
2577 prop-types: 15.8.1 2593 prop-types: 15.8.1
2578 react: 18.2.0 2594 react: 18.2.0
2579 dev: false 2595 dev: false
2580 2596
2581 /@mui/types@7.2.14(@types/react@18.2.67): 2597 /@mui/types@7.2.14(@types/react@18.2.73):
2582 resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} 2598 resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==}
2583 peerDependencies: 2599 peerDependencies:
2584 '@types/react': ^17.0.0 || ^18.0.0 2600 '@types/react': ^17.0.0 || ^18.0.0
@@ -2586,10 +2602,10 @@ packages:
2586 '@types/react': 2602 '@types/react':
2587 optional: true 2603 optional: true
2588 dependencies: 2604 dependencies:
2589 '@types/react': 18.2.67 2605 '@types/react': 18.2.73
2590 dev: false 2606 dev: false
2591 2607
2592 /@mui/utils@5.15.14(@types/react@18.2.67)(react@18.2.0): 2608 /@mui/utils@5.15.14(@types/react@18.2.73)(react@18.2.0):
2593 resolution: {integrity: sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==} 2609 resolution: {integrity: sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==}
2594 engines: {node: '>=12.0.0'} 2610 engines: {node: '>=12.0.0'}
2595 peerDependencies: 2611 peerDependencies:
@@ -2600,8 +2616,8 @@ packages:
2600 optional: true 2616 optional: true
2601 dependencies: 2617 dependencies:
2602 '@babel/runtime': 7.23.9 2618 '@babel/runtime': 7.23.9
2603 '@types/prop-types': 15.7.11 2619 '@types/prop-types': 15.7.12
2604 '@types/react': 18.2.67 2620 '@types/react': 18.2.73
2605 prop-types: 15.8.1 2621 prop-types: 15.8.1
2606 react: 18.2.0 2622 react: 18.2.0
2607 react-is: 18.2.0 2623 react-is: 18.2.0
@@ -2900,7 +2916,7 @@ packages:
2900 resetable: 1.0.3 2916 resetable: 1.0.3
2901 dev: false 2917 dev: false
2902 2918
2903 /@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.12.0)(path-to-regexp@6.2.1): 2919 /@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.12.3)(path-to-regexp@6.2.1):
2904 resolution: {integrity: sha512-3Mq3p1mTJPYpDkYzAzhFLBCPqP528pHyu2V3UFSwcGGPUiFqFFmz31RIRYFHF13anQ2joxwrSllKZj0NiLMFpw==} 2920 resolution: {integrity: sha512-3Mq3p1mTJPYpDkYzAzhFLBCPqP528pHyu2V3UFSwcGGPUiFqFFmz31RIRYFHF13anQ2joxwrSllKZj0NiLMFpw==}
2905 peerDependencies: 2921 peerDependencies:
2906 history: '>=5' 2922 history: '>=5'
@@ -2908,7 +2924,7 @@ packages:
2908 path-to-regexp: '>=6' 2924 path-to-regexp: '>=6'
2909 dependencies: 2925 dependencies:
2910 history: 5.3.0 2926 history: 5.3.0
2911 mobx: 6.12.0 2927 mobx: 6.12.3
2912 path-to-regexp: 6.2.1 2928 path-to-regexp: 6.2.1
2913 dev: false 2929 dev: false
2914 2930
@@ -2984,7 +3000,7 @@ packages:
2984 dependencies: 3000 dependencies:
2985 '@types/http-cache-semantics': 4.0.4 3001 '@types/http-cache-semantics': 4.0.4
2986 '@types/keyv': 3.1.4 3002 '@types/keyv': 3.1.4
2987 '@types/node': 20.11.30 3003 '@types/node': 20.12.2
2988 '@types/responselike': 1.0.3 3004 '@types/responselike': 1.0.3
2989 3005
2990 /@types/color-convert@2.0.3: 3006 /@types/color-convert@2.0.3:
@@ -3006,7 +3022,7 @@ packages:
3006 /@types/conventional-commits-parser@5.0.0: 3022 /@types/conventional-commits-parser@5.0.0:
3007 resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} 3023 resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==}
3008 dependencies: 3024 dependencies:
3009 '@types/node': 20.11.30 3025 '@types/node': 20.12.2
3010 dev: true 3026 dev: true
3011 3027
3012 /@types/debug@4.1.12: 3028 /@types/debug@4.1.12:
@@ -3019,25 +3035,25 @@ packages:
3019 resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} 3035 resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==}
3020 dependencies: 3036 dependencies:
3021 '@types/jsonfile': 6.1.4 3037 '@types/jsonfile': 6.1.4
3022 '@types/node': 20.11.30 3038 '@types/node': 20.12.2
3023 dev: true 3039 dev: true
3024 3040
3025 /@types/fs-extra@9.0.13: 3041 /@types/fs-extra@9.0.13:
3026 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} 3042 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
3027 dependencies: 3043 dependencies:
3028 '@types/node': 20.11.30 3044 '@types/node': 20.12.2
3029 dev: true 3045 dev: true
3030 3046
3031 /@types/graceful-fs@4.1.5: 3047 /@types/graceful-fs@4.1.5:
3032 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} 3048 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
3033 dependencies: 3049 dependencies:
3034 '@types/node': 20.11.30 3050 '@types/node': 20.12.2
3035 dev: true 3051 dev: true
3036 3052
3037 /@types/hoist-non-react-statics@3.3.5: 3053 /@types/hoist-non-react-statics@3.3.5:
3038 resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} 3054 resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==}
3039 dependencies: 3055 dependencies:
3040 '@types/react': 18.2.67 3056 '@types/react': 18.2.73
3041 hoist-non-react-statics: 3.3.2 3057 hoist-non-react-statics: 3.3.2
3042 dev: false 3058 dev: false
3043 3059
@@ -3078,13 +3094,13 @@ packages:
3078 /@types/jsonfile@6.1.4: 3094 /@types/jsonfile@6.1.4:
3079 resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} 3095 resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==}
3080 dependencies: 3096 dependencies:
3081 '@types/node': 20.11.30 3097 '@types/node': 20.12.2
3082 dev: true 3098 dev: true
3083 3099
3084 /@types/keyv@3.1.4: 3100 /@types/keyv@3.1.4:
3085 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 3101 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
3086 dependencies: 3102 dependencies:
3087 '@types/node': 20.11.30 3103 '@types/node': 20.12.2
3088 3104
3089 /@types/lodash@4.17.0: 3105 /@types/lodash@4.17.0:
3090 resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} 3106 resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==}
@@ -3098,8 +3114,8 @@ packages:
3098 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} 3114 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
3099 dev: true 3115 dev: true
3100 3116
3101 /@types/node@20.11.30: 3117 /@types/node@20.12.2:
3102 resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} 3118 resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==}
3103 dependencies: 3119 dependencies:
3104 undici-types: 5.26.5 3120 undici-types: 5.26.5
3105 3121
@@ -3115,57 +3131,53 @@ packages:
3115 resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==} 3131 resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==}
3116 requiresBuild: true 3132 requiresBuild: true
3117 dependencies: 3133 dependencies:
3118 '@types/node': 20.11.30 3134 '@types/node': 20.12.2
3119 xmlbuilder: 15.1.1 3135 xmlbuilder: 15.1.1
3120 dev: true 3136 dev: true
3121 optional: true 3137 optional: true
3122 3138
3123 /@types/prop-types@15.7.11: 3139 /@types/prop-types@15.7.12:
3124 resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} 3140 resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
3125 3141
3126 /@types/react-color@3.0.12: 3142 /@types/react-color@3.0.12:
3127 resolution: {integrity: sha512-pr3uKE3lSvf7GFo1Rn2K3QktiZQFFrSgSGJ/3iMvSOYWt2pPAJ97rVdVfhWxYJZ8prAEXzoP2XX//3qGSQgu7Q==} 3143 resolution: {integrity: sha512-pr3uKE3lSvf7GFo1Rn2K3QktiZQFFrSgSGJ/3iMvSOYWt2pPAJ97rVdVfhWxYJZ8prAEXzoP2XX//3qGSQgu7Q==}
3128 dependencies: 3144 dependencies:
3129 '@types/react': 18.2.67 3145 '@types/react': 18.2.73
3130 '@types/reactcss': 1.2.10 3146 '@types/reactcss': 1.2.10
3131 dev: true 3147 dev: true
3132 3148
3133 /@types/react-dom@18.2.22: 3149 /@types/react-dom@18.2.23:
3134 resolution: {integrity: sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==} 3150 resolution: {integrity: sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==}
3135 dependencies: 3151 dependencies:
3136 '@types/react': 18.2.67 3152 '@types/react': 18.2.73
3137 dev: true 3153 dev: true
3138 3154
3139 /@types/react-transition-group@4.4.10: 3155 /@types/react-transition-group@4.4.10:
3140 resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==} 3156 resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==}
3141 dependencies: 3157 dependencies:
3142 '@types/react': 18.2.67 3158 '@types/react': 18.2.73
3143 3159
3144 /@types/react@18.2.67: 3160 /@types/react@18.2.73:
3145 resolution: {integrity: sha512-vkIE2vTIMHQ/xL0rgmuoECBCkZFZeHr49HeWSc24AptMbNRo7pwSBvj73rlJJs9fGKj0koS+V7kQB1jHS0uCgw==} 3161 resolution: {integrity: sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==}
3146 dependencies: 3162 dependencies:
3147 '@types/prop-types': 15.7.11 3163 '@types/prop-types': 15.7.12
3148 '@types/scheduler': 0.16.8
3149 csstype: 3.1.3 3164 csstype: 3.1.3
3150 3165
3151 /@types/reactcss@1.2.10: 3166 /@types/reactcss@1.2.10:
3152 resolution: {integrity: sha512-gf5qJ1wOYP8N5q9H8/5c3QZHQzu8ltPClhM0vEWuBu9SGg4KSzgpJd2TShEsQDwsYn+mtnJ1xHUdJyzj/r9WrA==} 3167 resolution: {integrity: sha512-gf5qJ1wOYP8N5q9H8/5c3QZHQzu8ltPClhM0vEWuBu9SGg4KSzgpJd2TShEsQDwsYn+mtnJ1xHUdJyzj/r9WrA==}
3153 dependencies: 3168 dependencies:
3154 '@types/react': 18.2.67 3169 '@types/react': 18.2.73
3155 dev: true 3170 dev: true
3156 3171
3157 /@types/responselike@1.0.3: 3172 /@types/responselike@1.0.3:
3158 resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} 3173 resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
3159 dependencies: 3174 dependencies:
3160 '@types/node': 20.11.30 3175 '@types/node': 20.12.2
3161 3176
3162 /@types/route-parser@0.1.7: 3177 /@types/route-parser@0.1.7:
3163 resolution: {integrity: sha512-haO+3HVio/4w+yuMJTjqfSo0ivOV8WnXaOReVD6QN729UGBEyizWNGc2Jd0OLsJDucIod4aJSsPLBeLj2uzMCQ==} 3178 resolution: {integrity: sha512-haO+3HVio/4w+yuMJTjqfSo0ivOV8WnXaOReVD6QN729UGBEyizWNGc2Jd0OLsJDucIod4aJSsPLBeLj2uzMCQ==}
3164 dev: true 3179 dev: true
3165 3180
3166 /@types/scheduler@0.16.8:
3167 resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==}
3168
3169 /@types/semver@7.5.8: 3181 /@types/semver@7.5.8:
3170 resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} 3182 resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
3171 dev: true 3183 dev: true
@@ -3181,7 +3193,7 @@ packages:
3181 /@types/tar@6.1.11: 3193 /@types/tar@6.1.11:
3182 resolution: {integrity: sha512-ThA1WD8aDdVU4VLuyq5NEqriwXErF5gEIJeyT6gHBWU7JtSmW2a5qjNv3/vR82O20mW+1vhmeZJfBQPT3HCugg==} 3194 resolution: {integrity: sha512-ThA1WD8aDdVU4VLuyq5NEqriwXErF5gEIJeyT6gHBWU7JtSmW2a5qjNv3/vR82O20mW+1vhmeZJfBQPT3HCugg==}
3183 dependencies: 3195 dependencies:
3184 '@types/node': 20.11.30 3196 '@types/node': 20.12.2
3185 minipass: 4.2.8 3197 minipass: 4.2.8
3186 dev: true 3198 dev: true
3187 3199
@@ -3213,7 +3225,7 @@ packages:
3213 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 3225 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
3214 requiresBuild: true 3226 requiresBuild: true
3215 dependencies: 3227 dependencies:
3216 '@types/node': 20.11.30 3228 '@types/node': 20.12.2
3217 optional: true 3229 optional: true
3218 3230
3219 /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3): 3231 /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3):
@@ -3245,8 +3257,8 @@ packages:
3245 - supports-color 3257 - supports-color
3246 dev: true 3258 dev: true
3247 3259
3248 /@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3): 3260 /@typescript-eslint/eslint-plugin@7.4.0(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3):
3249 resolution: {integrity: sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==} 3261 resolution: {integrity: sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==}
3250 engines: {node: ^18.18.0 || >=20.0.0} 3262 engines: {node: ^18.18.0 || >=20.0.0}
3251 peerDependencies: 3263 peerDependencies:
3252 '@typescript-eslint/parser': ^7.0.0 3264 '@typescript-eslint/parser': ^7.0.0
@@ -3258,10 +3270,10 @@ packages:
3258 dependencies: 3270 dependencies:
3259 '@eslint-community/regexpp': 4.10.0 3271 '@eslint-community/regexpp': 4.10.0
3260 '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3) 3272 '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3)
3261 '@typescript-eslint/scope-manager': 7.3.1 3273 '@typescript-eslint/scope-manager': 7.4.0
3262 '@typescript-eslint/type-utils': 7.3.1(eslint@8.57.0)(typescript@5.4.3) 3274 '@typescript-eslint/type-utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3)
3263 '@typescript-eslint/utils': 7.3.1(eslint@8.57.0)(typescript@5.4.3) 3275 '@typescript-eslint/utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3)
3264 '@typescript-eslint/visitor-keys': 7.3.1 3276 '@typescript-eslint/visitor-keys': 7.4.0
3265 debug: 4.3.4(supports-color@5.5.0) 3277 debug: 4.3.4(supports-color@5.5.0)
3266 eslint: 8.57.0 3278 eslint: 8.57.0
3267 graphemer: 1.4.0 3279 graphemer: 1.4.0
@@ -3319,6 +3331,14 @@ packages:
3319 '@typescript-eslint/visitor-keys': 7.3.1 3331 '@typescript-eslint/visitor-keys': 7.3.1
3320 dev: true 3332 dev: true
3321 3333
3334 /@typescript-eslint/scope-manager@7.4.0:
3335 resolution: {integrity: sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==}
3336 engines: {node: ^18.18.0 || >=20.0.0}
3337 dependencies:
3338 '@typescript-eslint/types': 7.4.0
3339 '@typescript-eslint/visitor-keys': 7.4.0
3340 dev: true
3341
3322 /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.3): 3342 /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.3):
3323 resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} 3343 resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==}
3324 engines: {node: ^16.0.0 || >=18.0.0} 3344 engines: {node: ^16.0.0 || >=18.0.0}
@@ -3339,8 +3359,8 @@ packages:
3339 - supports-color 3359 - supports-color
3340 dev: true 3360 dev: true
3341 3361
3342 /@typescript-eslint/type-utils@7.3.1(eslint@8.57.0)(typescript@5.4.3): 3362 /@typescript-eslint/type-utils@7.4.0(eslint@8.57.0)(typescript@5.4.3):
3343 resolution: {integrity: sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==} 3363 resolution: {integrity: sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==}
3344 engines: {node: ^18.18.0 || >=20.0.0} 3364 engines: {node: ^18.18.0 || >=20.0.0}
3345 peerDependencies: 3365 peerDependencies:
3346 eslint: ^8.56.0 3366 eslint: ^8.56.0
@@ -3349,8 +3369,8 @@ packages:
3349 typescript: 3369 typescript:
3350 optional: true 3370 optional: true
3351 dependencies: 3371 dependencies:
3352 '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) 3372 '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3)
3353 '@typescript-eslint/utils': 7.3.1(eslint@8.57.0)(typescript@5.4.3) 3373 '@typescript-eslint/utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3)
3354 debug: 4.3.4(supports-color@5.5.0) 3374 debug: 4.3.4(supports-color@5.5.0)
3355 eslint: 8.57.0 3375 eslint: 8.57.0
3356 ts-api-utils: 1.0.3(typescript@5.4.3) 3376 ts-api-utils: 1.0.3(typescript@5.4.3)
@@ -3374,6 +3394,11 @@ packages:
3374 engines: {node: ^18.18.0 || >=20.0.0} 3394 engines: {node: ^18.18.0 || >=20.0.0}
3375 dev: true 3395 dev: true
3376 3396
3397 /@typescript-eslint/types@7.4.0:
3398 resolution: {integrity: sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==}
3399 engines: {node: ^18.18.0 || >=20.0.0}
3400 dev: true
3401
3377 /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.3): 3402 /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.3):
3378 resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} 3403 resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
3379 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3404 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3439,6 +3464,28 @@ packages:
3439 - supports-color 3464 - supports-color
3440 dev: true 3465 dev: true
3441 3466
3467 /@typescript-eslint/typescript-estree@7.4.0(typescript@5.4.3):
3468 resolution: {integrity: sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==}
3469 engines: {node: ^18.18.0 || >=20.0.0}
3470 peerDependencies:
3471 typescript: '*'
3472 peerDependenciesMeta:
3473 typescript:
3474 optional: true
3475 dependencies:
3476 '@typescript-eslint/types': 7.4.0
3477 '@typescript-eslint/visitor-keys': 7.4.0
3478 debug: 4.3.4(supports-color@5.5.0)
3479 globby: 11.1.0
3480 is-glob: 4.0.3
3481 minimatch: 9.0.3
3482 semver: 7.6.0
3483 ts-api-utils: 1.0.3(typescript@5.4.3)
3484 typescript: 5.4.3
3485 transitivePeerDependencies:
3486 - supports-color
3487 dev: true
3488
3442 /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.3): 3489 /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.3):
3443 resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} 3490 resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
3444 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3491 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3478,8 +3525,8 @@ packages:
3478 - typescript 3525 - typescript
3479 dev: true 3526 dev: true
3480 3527
3481 /@typescript-eslint/utils@7.3.1(eslint@8.57.0)(typescript@5.4.3): 3528 /@typescript-eslint/utils@7.4.0(eslint@8.57.0)(typescript@5.4.3):
3482 resolution: {integrity: sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==} 3529 resolution: {integrity: sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==}
3483 engines: {node: ^18.18.0 || >=20.0.0} 3530 engines: {node: ^18.18.0 || >=20.0.0}
3484 peerDependencies: 3531 peerDependencies:
3485 eslint: ^8.56.0 3532 eslint: ^8.56.0
@@ -3487,9 +3534,9 @@ packages:
3487 '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) 3534 '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
3488 '@types/json-schema': 7.0.15 3535 '@types/json-schema': 7.0.15
3489 '@types/semver': 7.5.8 3536 '@types/semver': 7.5.8
3490 '@typescript-eslint/scope-manager': 7.3.1 3537 '@typescript-eslint/scope-manager': 7.4.0
3491 '@typescript-eslint/types': 7.3.1 3538 '@typescript-eslint/types': 7.4.0
3492 '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) 3539 '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3)
3493 eslint: 8.57.0 3540 eslint: 8.57.0
3494 semver: 7.6.0 3541 semver: 7.6.0
3495 transitivePeerDependencies: 3542 transitivePeerDependencies:
@@ -3521,6 +3568,14 @@ packages:
3521 eslint-visitor-keys: 3.4.3 3568 eslint-visitor-keys: 3.4.3
3522 dev: true 3569 dev: true
3523 3570
3571 /@typescript-eslint/visitor-keys@7.4.0:
3572 resolution: {integrity: sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==}
3573 engines: {node: ^18.18.0 || >=20.0.0}
3574 dependencies:
3575 '@typescript-eslint/types': 7.4.0
3576 eslint-visitor-keys: 3.4.3
3577 dev: true
3578
3524 /@ungap/structured-clone@1.2.0: 3579 /@ungap/structured-clone@1.2.0:
3525 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 3580 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
3526 dev: true 3581 dev: true
@@ -3995,7 +4050,7 @@ packages:
3995 read-config-file: 6.3.2 4050 read-config-file: 6.3.2
3996 sanitize-filename: 1.6.3 4051 sanitize-filename: 1.6.3
3997 semver: 7.6.0 4052 semver: 7.6.0
3998 tar: 6.2.0 4053 tar: 6.2.1
3999 temp-file: 3.4.0 4054 temp-file: 3.4.0
4000 transitivePeerDependencies: 4055 transitivePeerDependencies:
4001 - supports-color 4056 - supports-color
@@ -4750,7 +4805,7 @@ packages:
4750 promise-inflight: 1.0.1 4805 promise-inflight: 1.0.1
4751 rimraf: 3.0.2 4806 rimraf: 3.0.2
4752 ssri: 8.0.1 4807 ssri: 8.0.1
4753 tar: 6.2.0 4808 tar: 6.2.1
4754 unique-filename: 1.1.1 4809 unique-filename: 1.1.1
4755 transitivePeerDependencies: 4810 transitivePeerDependencies:
4756 - bluebird 4811 - bluebird
@@ -4778,7 +4833,7 @@ packages:
4778 promise-inflight: 1.0.1 4833 promise-inflight: 1.0.1
4779 rimraf: 3.0.2 4834 rimraf: 3.0.2
4780 ssri: 9.0.1 4835 ssri: 9.0.1
4781 tar: 6.2.0 4836 tar: 6.2.1
4782 unique-filename: 2.0.1 4837 unique-filename: 2.0.1
4783 transitivePeerDependencies: 4838 transitivePeerDependencies:
4784 - bluebird 4839 - bluebird
@@ -5338,7 +5393,7 @@ packages:
5338 /core-util-is@1.0.3: 5393 /core-util-is@1.0.3:
5339 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} 5394 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
5340 5395
5341 /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.30)(cosmiconfig@9.0.0)(typescript@5.4.3): 5396 /cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.2)(cosmiconfig@9.0.0)(typescript@5.4.3):
5342 resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} 5397 resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
5343 engines: {node: '>=v16'} 5398 engines: {node: '>=v16'}
5344 peerDependencies: 5399 peerDependencies:
@@ -5346,7 +5401,7 @@ packages:
5346 cosmiconfig: '>=8.2' 5401 cosmiconfig: '>=8.2'
5347 typescript: '>=4' 5402 typescript: '>=4'
5348 dependencies: 5403 dependencies:
5349 '@types/node': 20.11.30 5404 '@types/node': 20.12.2
5350 cosmiconfig: 9.0.0(typescript@5.4.3) 5405 cosmiconfig: 9.0.0(typescript@5.4.3)
5351 jiti: 1.21.0 5406 jiti: 1.21.0
5352 typescript: 5.4.3 5407 typescript: 5.4.3
@@ -5401,7 +5456,7 @@ packages:
5401 dev: true 5456 dev: true
5402 optional: true 5457 optional: true
5403 5458
5404 /create-jest@29.7.0(@types/node@20.11.30)(ts-node@10.9.2): 5459 /create-jest@29.7.0(@types/node@20.12.2)(ts-node@10.9.2):
5405 resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} 5460 resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
5406 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 5461 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
5407 hasBin: true 5462 hasBin: true
@@ -5410,7 +5465,7 @@ packages:
5410 chalk: 4.1.2 5465 chalk: 4.1.2
5411 exit: 0.1.2 5466 exit: 0.1.2
5412 graceful-fs: 4.2.11 5467 graceful-fs: 4.2.11
5413 jest-config: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 5468 jest-config: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
5414 jest-util: 29.7.0 5469 jest-util: 29.7.0
5415 prompts: 2.4.2 5470 prompts: 2.4.2
5416 transitivePeerDependencies: 5471 transitivePeerDependencies:
@@ -6105,7 +6160,7 @@ packages:
6105 requiresBuild: true 6160 requiresBuild: true
6106 dependencies: 6161 dependencies:
6107 '@electron/get': 2.0.3 6162 '@electron/get': 2.0.3
6108 '@types/node': 20.11.30 6163 '@types/node': 20.12.2
6109 extract-zip: 2.0.1 6164 extract-zip: 2.0.1
6110 transitivePeerDependencies: 6165 transitivePeerDependencies:
6111 - supports-color 6166 - supports-color
@@ -6522,14 +6577,14 @@ packages:
6522 semver: 6.3.1 6577 semver: 6.3.1
6523 dev: true 6578 dev: true
6524 6579
6525 /eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@7.3.1)(@typescript-eslint/parser@7.3.1)(eslint-plugin-import@2.29.1)(eslint@8.57.0): 6580 /eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@7.4.0)(@typescript-eslint/parser@7.3.1)(eslint-plugin-import@2.29.1)(eslint@8.57.0):
6526 resolution: {integrity: sha512-oc+Lxzgzsu8FQyFVa4QFaVKiitTYiiW3frB9KYW5OWdPrqFc7FzxgB20hP4cHMlr+MBzGcLl3jnCOVOydL9mIg==} 6581 resolution: {integrity: sha512-oc+Lxzgzsu8FQyFVa4QFaVKiitTYiiW3frB9KYW5OWdPrqFc7FzxgB20hP4cHMlr+MBzGcLl3jnCOVOydL9mIg==}
6527 peerDependencies: 6582 peerDependencies:
6528 '@typescript-eslint/eslint-plugin': ^7.0.0 6583 '@typescript-eslint/eslint-plugin': ^7.0.0
6529 '@typescript-eslint/parser': ^7.0.0 6584 '@typescript-eslint/parser': ^7.0.0
6530 eslint: ^8.56.0 6585 eslint: ^8.56.0
6531 dependencies: 6586 dependencies:
6532 '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3) 6587 '@typescript-eslint/eslint-plugin': 7.4.0(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3)
6533 '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3) 6588 '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.3)
6534 eslint: 8.57.0 6589 eslint: 8.57.0
6535 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1)(eslint@8.57.0) 6590 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1)(eslint@8.57.0)
@@ -6640,7 +6695,7 @@ packages:
6640 - supports-color 6695 - supports-color
6641 dev: true 6696 dev: true
6642 6697
6643 /eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.3.1)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.3): 6698 /eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.4.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.3):
6644 resolution: {integrity: sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==} 6699 resolution: {integrity: sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==}
6645 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 6700 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
6646 peerDependencies: 6701 peerDependencies:
@@ -6653,10 +6708,10 @@ packages:
6653 jest: 6708 jest:
6654 optional: true 6709 optional: true
6655 dependencies: 6710 dependencies:
6656 '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3) 6711 '@typescript-eslint/eslint-plugin': 7.4.0(@typescript-eslint/parser@7.3.1)(eslint@8.57.0)(typescript@5.4.3)
6657 '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.3) 6712 '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.3)
6658 eslint: 8.57.0 6713 eslint: 8.57.0
6659 jest: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 6714 jest: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
6660 transitivePeerDependencies: 6715 transitivePeerDependencies:
6661 - supports-color 6716 - supports-color
6662 - typescript 6717 - typescript
@@ -8898,7 +8953,7 @@ packages:
8898 '@jest/expect': 29.7.0 8953 '@jest/expect': 29.7.0
8899 '@jest/test-result': 29.7.0 8954 '@jest/test-result': 29.7.0
8900 '@jest/types': 29.6.3 8955 '@jest/types': 29.6.3
8901 '@types/node': 20.11.30 8956 '@types/node': 20.12.2
8902 chalk: 4.1.2 8957 chalk: 4.1.2
8903 co: 4.6.0 8958 co: 4.6.0
8904 dedent: 1.5.1 8959 dedent: 1.5.1
@@ -8919,7 +8974,7 @@ packages:
8919 - supports-color 8974 - supports-color
8920 dev: true 8975 dev: true
8921 8976
8922 /jest-cli@29.7.0(@types/node@20.11.30)(ts-node@10.9.2): 8977 /jest-cli@29.7.0(@types/node@20.12.2)(ts-node@10.9.2):
8923 resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} 8978 resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==}
8924 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8979 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8925 hasBin: true 8980 hasBin: true
@@ -8933,10 +8988,10 @@ packages:
8933 '@jest/test-result': 29.7.0 8988 '@jest/test-result': 29.7.0
8934 '@jest/types': 29.6.3 8989 '@jest/types': 29.6.3
8935 chalk: 4.1.2 8990 chalk: 4.1.2
8936 create-jest: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 8991 create-jest: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
8937 exit: 0.1.2 8992 exit: 0.1.2
8938 import-local: 3.1.0 8993 import-local: 3.1.0
8939 jest-config: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 8994 jest-config: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
8940 jest-util: 29.7.0 8995 jest-util: 29.7.0
8941 jest-validate: 29.7.0 8996 jest-validate: 29.7.0
8942 yargs: 17.7.2 8997 yargs: 17.7.2
@@ -8947,7 +9002,7 @@ packages:
8947 - ts-node 9002 - ts-node
8948 dev: true 9003 dev: true
8949 9004
8950 /jest-config@29.7.0(@types/node@20.11.30)(ts-node@10.9.2): 9005 /jest-config@29.7.0(@types/node@20.12.2)(ts-node@10.9.2):
8951 resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} 9006 resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==}
8952 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 9007 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8953 peerDependencies: 9008 peerDependencies:
@@ -8962,7 +9017,7 @@ packages:
8962 '@babel/core': 7.23.5 9017 '@babel/core': 7.23.5
8963 '@jest/test-sequencer': 29.7.0 9018 '@jest/test-sequencer': 29.7.0
8964 '@jest/types': 29.6.3 9019 '@jest/types': 29.6.3
8965 '@types/node': 20.11.30 9020 '@types/node': 20.12.2
8966 babel-jest: 29.7.0(@babel/core@7.23.5) 9021 babel-jest: 29.7.0(@babel/core@7.23.5)
8967 chalk: 4.1.2 9022 chalk: 4.1.2
8968 ci-info: 3.8.0 9023 ci-info: 3.8.0
@@ -8982,7 +9037,7 @@ packages:
8982 pretty-format: 29.7.0 9037 pretty-format: 29.7.0
8983 slash: 3.0.0 9038 slash: 3.0.0
8984 strip-json-comments: 3.1.1 9039 strip-json-comments: 3.1.1
8985 ts-node: 10.9.2(@types/node@20.11.30)(typescript@5.4.3) 9040 ts-node: 10.9.2(@types/node@20.12.2)(typescript@5.4.3)
8986 transitivePeerDependencies: 9041 transitivePeerDependencies:
8987 - babel-plugin-macros 9042 - babel-plugin-macros
8988 - supports-color 9043 - supports-color
@@ -9023,7 +9078,7 @@ packages:
9023 '@jest/environment': 29.7.0 9078 '@jest/environment': 29.7.0
9024 '@jest/fake-timers': 29.7.0 9079 '@jest/fake-timers': 29.7.0
9025 '@jest/types': 29.6.3 9080 '@jest/types': 29.6.3
9026 '@types/node': 20.11.30 9081 '@types/node': 20.12.2
9027 jest-mock: 29.7.0 9082 jest-mock: 29.7.0
9028 jest-util: 29.7.0 9083 jest-util: 29.7.0
9029 dev: true 9084 dev: true
@@ -9039,7 +9094,7 @@ packages:
9039 dependencies: 9094 dependencies:
9040 '@jest/types': 29.6.3 9095 '@jest/types': 29.6.3
9041 '@types/graceful-fs': 4.1.5 9096 '@types/graceful-fs': 4.1.5
9042 '@types/node': 20.11.30 9097 '@types/node': 20.12.2
9043 anymatch: 3.1.3 9098 anymatch: 3.1.3
9044 fb-watchman: 2.0.2 9099 fb-watchman: 2.0.2
9045 graceful-fs: 4.2.11 9100 graceful-fs: 4.2.11
@@ -9090,7 +9145,7 @@ packages:
9090 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 9145 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
9091 dependencies: 9146 dependencies:
9092 '@jest/types': 29.6.3 9147 '@jest/types': 29.6.3
9093 '@types/node': 20.11.30 9148 '@types/node': 20.12.2
9094 jest-util: 29.7.0 9149 jest-util: 29.7.0
9095 dev: true 9150 dev: true
9096 9151
@@ -9145,7 +9200,7 @@ packages:
9145 '@jest/test-result': 29.7.0 9200 '@jest/test-result': 29.7.0
9146 '@jest/transform': 29.7.0 9201 '@jest/transform': 29.7.0
9147 '@jest/types': 29.6.3 9202 '@jest/types': 29.6.3
9148 '@types/node': 20.11.30 9203 '@types/node': 20.12.2
9149 chalk: 4.1.2 9204 chalk: 4.1.2
9150 emittery: 0.13.1 9205 emittery: 0.13.1
9151 graceful-fs: 4.2.11 9206 graceful-fs: 4.2.11
@@ -9176,7 +9231,7 @@ packages:
9176 '@jest/test-result': 29.7.0 9231 '@jest/test-result': 29.7.0
9177 '@jest/transform': 29.7.0 9232 '@jest/transform': 29.7.0
9178 '@jest/types': 29.6.3 9233 '@jest/types': 29.6.3
9179 '@types/node': 20.11.30 9234 '@types/node': 20.12.2
9180 chalk: 4.1.2 9235 chalk: 4.1.2
9181 cjs-module-lexer: 1.2.2 9236 cjs-module-lexer: 1.2.2
9182 collect-v8-coverage: 1.0.1 9237 collect-v8-coverage: 1.0.1
@@ -9228,7 +9283,7 @@ packages:
9228 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 9283 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
9229 dependencies: 9284 dependencies:
9230 '@jest/types': 29.6.3 9285 '@jest/types': 29.6.3
9231 '@types/node': 20.11.30 9286 '@types/node': 20.12.2
9232 chalk: 4.1.2 9287 chalk: 4.1.2
9233 ci-info: 3.8.0 9288 ci-info: 3.8.0
9234 graceful-fs: 4.2.11 9289 graceful-fs: 4.2.11
@@ -9253,7 +9308,7 @@ packages:
9253 dependencies: 9308 dependencies:
9254 '@jest/test-result': 29.7.0 9309 '@jest/test-result': 29.7.0
9255 '@jest/types': 29.6.3 9310 '@jest/types': 29.6.3
9256 '@types/node': 20.11.30 9311 '@types/node': 20.12.2
9257 ansi-escapes: 4.3.2 9312 ansi-escapes: 4.3.2
9258 chalk: 4.1.2 9313 chalk: 4.1.2
9259 emittery: 0.13.1 9314 emittery: 0.13.1
@@ -9265,13 +9320,13 @@ packages:
9265 resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} 9320 resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
9266 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 9321 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
9267 dependencies: 9322 dependencies:
9268 '@types/node': 20.11.30 9323 '@types/node': 20.12.2
9269 jest-util: 29.7.0 9324 jest-util: 29.7.0
9270 merge-stream: 2.0.0 9325 merge-stream: 2.0.0
9271 supports-color: 8.1.1 9326 supports-color: 8.1.1
9272 dev: true 9327 dev: true
9273 9328
9274 /jest@29.7.0(@types/node@20.11.30)(ts-node@10.9.2): 9329 /jest@29.7.0(@types/node@20.12.2)(ts-node@10.9.2):
9275 resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} 9330 resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==}
9276 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 9331 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
9277 hasBin: true 9332 hasBin: true
@@ -9284,7 +9339,7 @@ packages:
9284 '@jest/core': 29.7.0(ts-node@10.9.2) 9339 '@jest/core': 29.7.0(ts-node@10.9.2)
9285 '@jest/types': 29.6.3 9340 '@jest/types': 29.6.3
9286 import-local: 3.1.0 9341 import-local: 3.1.0
9287 jest-cli: 29.7.0(@types/node@20.11.30)(ts-node@10.9.2) 9342 jest-cli: 29.7.0(@types/node@20.12.2)(ts-node@10.9.2)
9288 transitivePeerDependencies: 9343 transitivePeerDependencies:
9289 - '@types/node' 9344 - '@types/node'
9290 - babel-plugin-macros 9345 - babel-plugin-macros
@@ -10089,8 +10144,8 @@ packages:
10089 object-visit: 1.0.1 10144 object-visit: 1.0.1
10090 dev: false 10145 dev: false
10091 10146
10092 /markdown-to-jsx@7.4.4(react@18.2.0): 10147 /markdown-to-jsx@7.4.5(react@18.2.0):
10093 resolution: {integrity: sha512-R9SGyfV2zsQx25YIYImACpiQ8dQe617CNyoE1wLst4wFHtiBGG3SEtJDlI1bt9SeotIcbITbVy9+ieQFWfEoQw==} 10148 resolution: {integrity: sha512-c8NB0H/ig+FOWssE9be0PKsYbCDhcWEkicxMnpdfUuHbFljnen4LAdgUShOyR/PgO3/qKvt9cwfQ0U/zQvZ44A==}
10094 engines: {node: '>= 10'} 10149 engines: {node: '>= 10'}
10095 peerDependencies: 10150 peerDependencies:
10096 react: '>= 0.14.0' 10151 react: '>= 0.14.0'
@@ -10367,26 +10422,26 @@ packages:
10367 engines: {node: '>=10'} 10422 engines: {node: '>=10'}
10368 hasBin: true 10423 hasBin: true
10369 10424
10370 /mobx-localstorage@1.2.0(mobx@6.12.0): 10425 /mobx-localstorage@1.2.0(mobx@6.12.3):
10371 resolution: {integrity: sha512-fb03qyQfjnDIOW28qdV+h9AZ8qtJCZnzNgsej0YxCYwAR2ViykKxgHThikgOi+zJzJj5ljxWyvjGrr6CoptcFw==} 10426 resolution: {integrity: sha512-fb03qyQfjnDIOW28qdV+h9AZ8qtJCZnzNgsej0YxCYwAR2ViykKxgHThikgOi+zJzJj5ljxWyvjGrr6CoptcFw==}
10372 peerDependencies: 10427 peerDependencies:
10373 mobx: '>=3' 10428 mobx: '>=3'
10374 dependencies: 10429 dependencies:
10375 mobx: 6.12.0 10430 mobx: 6.12.3
10376 reactive-localstorage: 0.0.2 10431 reactive-localstorage: 0.0.2
10377 dev: false 10432 dev: false
10378 10433
10379 /mobx-react-form@6.9.4(mobx@6.12.0): 10434 /mobx-react-form@6.9.4(mobx@6.12.3):
10380 resolution: {integrity: sha512-Q5V5I+EexsNk3TI6hl1yINqG9V6KTtoEJMrMsArcuLpYA+JWP/41Jq6e8lnmGAInq+GH+MzyNPwgvz3XGUXEaA==} 10435 resolution: {integrity: sha512-Q5V5I+EexsNk3TI6hl1yINqG9V6KTtoEJMrMsArcuLpYA+JWP/41Jq6e8lnmGAInq+GH+MzyNPwgvz3XGUXEaA==}
10381 engines: {node: '>=8.0.0'} 10436 engines: {node: '>=8.0.0'}
10382 peerDependencies: 10437 peerDependencies:
10383 mobx: ^6.0.0 10438 mobx: ^6.0.0
10384 dependencies: 10439 dependencies:
10385 lodash: 4.17.21 10440 lodash: 4.17.21
10386 mobx: 6.12.0 10441 mobx: 6.12.3
10387 dev: false 10442 dev: false
10388 10443
10389 /mobx-react-lite@3.4.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0): 10444 /mobx-react-lite@3.4.0(mobx@6.12.3)(react-dom@18.2.0)(react@18.2.0):
10390 resolution: {integrity: sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==} 10445 resolution: {integrity: sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==}
10391 peerDependencies: 10446 peerDependencies:
10392 mobx: ^6.1.0 10447 mobx: ^6.1.0
@@ -10399,12 +10454,12 @@ packages:
10399 react-native: 10454 react-native:
10400 optional: true 10455 optional: true
10401 dependencies: 10456 dependencies:
10402 mobx: 6.12.0 10457 mobx: 6.12.3
10403 react: 18.2.0 10458 react: 18.2.0
10404 react-dom: 18.2.0(react@18.2.0) 10459 react-dom: 18.2.0(react@18.2.0)
10405 dev: false 10460 dev: false
10406 10461
10407 /mobx-react@7.6.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0): 10462 /mobx-react@7.6.0(mobx@6.12.3)(react-dom@18.2.0)(react@18.2.0):
10408 resolution: {integrity: sha512-+HQUNuh7AoQ9ZnU6c4rvbiVVl+wEkb9WqYsVDzGLng+Dqj1XntHu79PvEWKtSMoMj67vFp/ZPXcElosuJO8ckA==} 10463 resolution: {integrity: sha512-+HQUNuh7AoQ9ZnU6c4rvbiVVl+wEkb9WqYsVDzGLng+Dqj1XntHu79PvEWKtSMoMj67vFp/ZPXcElosuJO8ckA==}
10409 peerDependencies: 10464 peerDependencies:
10410 mobx: ^6.1.0 10465 mobx: ^6.1.0
@@ -10417,14 +10472,14 @@ packages:
10417 react-native: 10472 react-native:
10418 optional: true 10473 optional: true
10419 dependencies: 10474 dependencies:
10420 mobx: 6.12.0 10475 mobx: 6.12.3
10421 mobx-react-lite: 3.4.0(mobx@6.12.0)(react-dom@18.2.0)(react@18.2.0) 10476 mobx-react-lite: 3.4.0(mobx@6.12.3)(react-dom@18.2.0)(react@18.2.0)
10422 react: 18.2.0 10477 react: 18.2.0
10423 react-dom: 18.2.0(react@18.2.0) 10478 react-dom: 18.2.0(react@18.2.0)
10424 dev: false 10479 dev: false
10425 10480
10426 /mobx@6.12.0: 10481 /mobx@6.12.3:
10427 resolution: {integrity: sha512-Mn6CN6meXEnMa0a5u6a5+RKrqRedHBhZGd15AWLk9O6uFY4KYHzImdt8JI8WODo1bjTSRnwXhJox+FCUZhCKCQ==} 10482 resolution: {integrity: sha512-c8NKkO4R2lShkSXZ2Ongj1ycjugjzFFo/UswHBnS62y07DMcTc9Rvo03/3nRyszIvwPNljlkd4S828zIBv/piw==}
10428 dev: false 10483 dev: false
10429 10484
10430 /modify-filename@1.1.0: 10485 /modify-filename@1.1.0:
@@ -10577,7 +10632,7 @@ packages:
10577 npmlog: 6.0.2 10632 npmlog: 6.0.2
10578 rimraf: 3.0.2 10633 rimraf: 3.0.2
10579 semver: 7.6.0 10634 semver: 7.6.0
10580 tar: 6.2.0 10635 tar: 6.2.1
10581 which: 2.0.2 10636 which: 2.0.2
10582 transitivePeerDependencies: 10637 transitivePeerDependencies:
10583 - bluebird 10638 - bluebird
@@ -10600,7 +10655,7 @@ packages:
10600 npmlog: 6.0.2 10655 npmlog: 6.0.2
10601 rimraf: 3.0.2 10656 rimraf: 3.0.2
10602 semver: 7.6.0 10657 semver: 7.6.0
10603 tar: 6.2.0 10658 tar: 6.2.1
10604 which: 2.0.2 10659 which: 2.0.2
10605 transitivePeerDependencies: 10660 transitivePeerDependencies:
10606 - bluebird 10661 - bluebird
@@ -11680,8 +11735,8 @@ packages:
11680 react-dom: 18.2.0(react@18.2.0) 11735 react-dom: 18.2.0(react@18.2.0)
11681 dev: false 11736 dev: false
11682 11737
11683 /react-intl@6.6.2(react@18.2.0)(typescript@5.4.3): 11738 /react-intl@6.6.4(react@18.2.0)(typescript@5.4.3):
11684 resolution: {integrity: sha512-IpW2IkLtGENSFlX3vfH11rjuCIsW0VyjT0Q1pPKMZPtT2z1FxLt4weFT5Ezti2TScT1xiyb3aQBFth9EB7jzAg==} 11739 resolution: {integrity: sha512-bD+7hVTX3zBFI3z/ffIVZrNkCVK0/sQguQ/DqW5uZ6JFWsuiwOieVcLnmtFiUgMQZLdmwNl2Ur5c10RaO7NWBQ==}
11685 peerDependencies: 11740 peerDependencies:
11686 react: ^16.6.0 || 17 || 18 11741 react: ^16.6.0 || 17 || 18
11687 typescript: ^4.7 || 5 11742 typescript: ^4.7 || 5
@@ -11691,11 +11746,11 @@ packages:
11691 dependencies: 11746 dependencies:
11692 '@formatjs/ecma402-abstract': 1.18.2 11747 '@formatjs/ecma402-abstract': 1.18.2
11693 '@formatjs/icu-messageformat-parser': 2.7.6 11748 '@formatjs/icu-messageformat-parser': 2.7.6
11694 '@formatjs/intl': 2.10.0(typescript@5.4.3) 11749 '@formatjs/intl': 2.10.1(typescript@5.4.3)
11695 '@formatjs/intl-displaynames': 6.6.6 11750 '@formatjs/intl-displaynames': 6.6.6
11696 '@formatjs/intl-listformat': 7.5.5 11751 '@formatjs/intl-listformat': 7.5.5
11697 '@types/hoist-non-react-statics': 3.3.5 11752 '@types/hoist-non-react-statics': 3.3.5
11698 '@types/react': 18.2.67 11753 '@types/react': 18.2.73
11699 hoist-non-react-statics: 3.3.2 11754 hoist-non-react-statics: 3.3.2
11700 intl-messageformat: 10.5.11 11755 intl-messageformat: 10.5.11
11701 react: 18.2.0 11756 react: 18.2.0
@@ -12656,8 +12711,8 @@ packages:
12656 scmp: 2.0.0 12711 scmp: 2.0.0
12657 dev: false 12712 dev: false
12658 12713
12659 /simple-git@3.23.0: 12714 /simple-git@3.24.0:
12660 resolution: {integrity: sha512-P9ggTW8vb/21CAL/AmnACAhqBDfnqSSZVpV7WuFtsFR9HLunf5IqQvk+OXAQTfkcZep8pKnt3DV3o7w3TegEkQ==} 12715 resolution: {integrity: sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw==}
12661 dependencies: 12716 dependencies:
12662 '@kwsites/file-exists': 1.1.1 12717 '@kwsites/file-exists': 1.1.1
12663 '@kwsites/promise-deferred': 1.1.1 12718 '@kwsites/promise-deferred': 1.1.1
@@ -12891,7 +12946,7 @@ packages:
12891 dependencies: 12946 dependencies:
12892 '@mapbox/node-pre-gyp': 1.0.11 12947 '@mapbox/node-pre-gyp': 1.0.11
12893 node-addon-api: 4.3.0 12948 node-addon-api: 4.3.0
12894 tar: 6.2.0 12949 tar: 6.2.1
12895 optionalDependencies: 12950 optionalDependencies:
12896 node-gyp: 8.4.1 12951 node-gyp: 8.4.1
12897 transitivePeerDependencies: 12952 transitivePeerDependencies:
@@ -13268,8 +13323,8 @@ packages:
13268 readable-stream: 3.6.2 13323 readable-stream: 3.6.2
13269 dev: true 13324 dev: true
13270 13325
13271 /tar@6.2.0: 13326 /tar@6.2.1:
13272 resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} 13327 resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
13273 engines: {node: '>=10'} 13328 engines: {node: '>=10'}
13274 dependencies: 13329 dependencies:
13275 chownr: 2.0.0 13330 chownr: 2.0.0
@@ -13506,7 +13561,7 @@ packages:
13506 typescript: 5.4.3 13561 typescript: 5.4.3
13507 dev: true 13562 dev: true
13508 13563
13509 /ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.3): 13564 /ts-node@10.9.2(@types/node@20.12.2)(typescript@5.4.3):
13510 resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} 13565 resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
13511 hasBin: true 13566 hasBin: true
13512 peerDependencies: 13567 peerDependencies:
@@ -13525,7 +13580,7 @@ packages:
13525 '@tsconfig/node12': 1.0.11 13580 '@tsconfig/node12': 1.0.11
13526 '@tsconfig/node14': 1.0.3 13581 '@tsconfig/node14': 1.0.3
13527 '@tsconfig/node16': 1.0.4 13582 '@tsconfig/node16': 1.0.4
13528 '@types/node': 20.11.30 13583 '@types/node': 20.12.2
13529 acorn: 8.11.2 13584 acorn: 8.11.2
13530 acorn-walk: 8.2.0 13585 acorn-walk: 8.2.0
13531 arg: 4.1.3 13586 arg: 4.1.3
diff --git a/recipes b/recipes
Subproject 7ed7a23adf1fd72f006b3b724aa8f000938fc68 Subproject cf6ff447cfd89f886b1f079dea5495cd26d8325