aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-17 14:57:39 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-17 12:31:24 +0000
commit7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba (patch)
tree17e315e1138941b1189c15921acdaf54e24933d6
parent6.7.1-nightly.19 [skip ci] (diff)
downloadferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.gz
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.zst
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.zip
upgrade node to 20.11.1 and other minor versions for pkgs
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package.json24
-rw-r--r--pnpm-lock.yaml302
m---------recipes0
6 files changed, 162 insertions, 172 deletions
diff --git a/.nvmrc b/.nvmrc
index 8b0beab16..2dbbe00e6 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
20.11.0 20.11.1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 15143dc58..deee1b60d 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.11.0", 65 "node": "20.11.1",
66 "pnpm": "8.14.1" 66 "pnpm": "8.15.3"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index 2aeeeee56..0b1d3bccb 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.0-buster as builder 3FROM docker.io/library/node:20.11.1-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 b044c341c..5dba74e26 100644
--- a/package.json
+++ b/package.json
@@ -13,15 +13,15 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "20.11.0", 16 "node": "20.11.1",
17 "pnpm": "8.15.1" 17 "pnpm": "8.15.3"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.11.0", 21 "node": "20.11.1",
22 "pnpm": "8.15.1" 22 "pnpm": "8.15.3"
23 }, 23 },
24 "packageManager": "pnpm@8.15.1", 24 "packageManager": "pnpm@8.15.3",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky install", 26 "prepare": "is-ci || husky install",
27 "start": "electron ./build", 27 "start": "electron ./build",
@@ -119,7 +119,7 @@
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",
122 "react-router-dom": "6.22.0", 122 "react-router-dom": "6.22.1",
123 "react-sortable-hoc": "2.0.0", 123 "react-sortable-hoc": "2.0.0",
124 "react-tooltip": "5.26.2", 124 "react-tooltip": "5.26.2",
125 "react-topbar-progress-indicator": "4.1.1", 125 "react-topbar-progress-indicator": "4.1.1",
@@ -136,8 +136,8 @@
136 }, 136 },
137 "devDependencies": { 137 "devDependencies": {
138 "@biomejs/biome": "1.4.1", 138 "@biomejs/biome": "1.4.1",
139 "@commitlint/cli": "18.6.0", 139 "@commitlint/cli": "18.6.1",
140 "@commitlint/config-conventional": "18.6.0", 140 "@commitlint/config-conventional": "18.6.2",
141 "@electron/notarize": "1.2.3", 141 "@electron/notarize": "1.2.3",
142 "@formatjs/cli": "6.2.7", 142 "@formatjs/cli": "6.2.7",
143 "@jest/types": "29.6.3", 143 "@jest/types": "29.6.3",
@@ -148,7 +148,7 @@
148 "@types/lodash": "4.14.202", 148 "@types/lodash": "4.14.202",
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.17", 151 "@types/node": "20.11.19",
152 "@types/prop-types": "15.7.11", 152 "@types/prop-types": "15.7.11",
153 "@types/react": "18.2.55", 153 "@types/react": "18.2.55",
154 "@types/react-color": "3.0.11", 154 "@types/react-color": "3.0.11",
@@ -165,7 +165,7 @@
165 "chalk": "5.3.0", 165 "chalk": "5.3.0",
166 "concurrently": "8.2.2", 166 "concurrently": "8.2.2",
167 "cross-env": "7.0.3", 167 "cross-env": "7.0.3",
168 "electron": "29.0.0-beta.11", 168 "electron": "29.0.0-beta.12",
169 "electron-builder": "24.9.1", 169 "electron-builder": "24.9.1",
170 "esbuild": "0.16.17", 170 "esbuild": "0.16.17",
171 "esbuild-plugin-copy": "2.1.1", 171 "esbuild-plugin-copy": "2.1.1",
@@ -176,7 +176,7 @@
176 "eslint-config-airbnb-typescript": "17.1.0", 176 "eslint-config-airbnb-typescript": "17.1.0",
177 "eslint-config-prettier": "9.1.0", 177 "eslint-config-prettier": "9.1.0",
178 "eslint-plugin-import": "2.29.1", 178 "eslint-plugin-import": "2.29.1",
179 "eslint-plugin-jest": "27.6.3", 179 "eslint-plugin-jest": "27.9.0",
180 "eslint-plugin-jsx-a11y": "6.8.0", 180 "eslint-plugin-jsx-a11y": "6.8.0",
181 "eslint-plugin-prettier": "5.1.3", 181 "eslint-plugin-prettier": "5.1.3",
182 "eslint-plugin-react": "7.33.2", 182 "eslint-plugin-react": "7.33.2",
@@ -184,7 +184,7 @@
184 "eslint-plugin-sonar": "0.12.0", 184 "eslint-plugin-sonar": "0.12.0",
185 "eslint-plugin-unicorn": "50.0.1", 185 "eslint-plugin-unicorn": "50.0.1",
186 "gulp-livereload": "4.0.2", 186 "gulp-livereload": "4.0.2",
187 "husky": "9.0.10", 187 "husky": "9.0.11",
188 "is-ci": "3.0.1", 188 "is-ci": "3.0.1",
189 "jest": "29.7.0", 189 "jest": "29.7.0",
190 "prettier": "3.2.5", 190 "prettier": "3.2.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ee6aa37bf..1b8689a4a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -46,7 +46,7 @@ dependencies:
46 version: 5.1.0 46 version: 5.1.0
47 '@electron/remote': 47 '@electron/remote':
48 specifier: 2.1.2 48 specifier: 2.1.2
49 version: 2.1.2(electron@29.0.0-beta.11) 49 version: 2.1.2(electron@29.0.0-beta.12)
50 '@emotion/react': 50 '@emotion/react':
51 specifier: 11.11.3 51 specifier: 11.11.3
52 version: 11.11.3(@types/react@18.2.55)(react@18.2.0) 52 version: 11.11.3(@types/react@18.2.55)(react@18.2.0)
@@ -55,7 +55,7 @@ dependencies:
55 version: 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.55)(react@18.2.0) 55 version: 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.55)(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.0.0-beta.11)(rxjs@7.8.1) 58 version: 3.0.0(@electron/remote@2.1.2)(electron@29.0.0-beta.12)(rxjs@7.8.1)
59 '@mdi/js': 59 '@mdi/js':
60 specifier: 7.4.47 60 specifier: 7.4.47
61 version: 7.4.47 61 version: 7.4.47
@@ -213,8 +213,8 @@ dependencies:
213 specifier: 3.16.1 213 specifier: 3.16.1
214 version: 3.16.1(react-dom@18.2.0)(react@18.2.0) 214 version: 3.16.1(react-dom@18.2.0)(react@18.2.0)
215 react-router-dom: 215 react-router-dom:
216 specifier: 6.22.0 216 specifier: 6.22.1
217 version: 6.22.0(react-dom@18.2.0)(react@18.2.0) 217 version: 6.22.1(react-dom@18.2.0)(react@18.2.0)
218 react-sortable-hoc: 218 react-sortable-hoc:
219 specifier: 2.0.0 219 specifier: 2.0.0
220 version: 2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) 220 version: 2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0)
@@ -268,11 +268,11 @@ devDependencies:
268 specifier: 1.4.1 268 specifier: 1.4.1
269 version: 1.4.1 269 version: 1.4.1
270 '@commitlint/cli': 270 '@commitlint/cli':
271 specifier: 18.6.0 271 specifier: 18.6.1
272 version: 18.6.0(@types/node@20.11.17)(typescript@5.3.3) 272 version: 18.6.1(@types/node@20.11.19)(typescript@5.3.3)
273 '@commitlint/config-conventional': 273 '@commitlint/config-conventional':
274 specifier: 18.6.0 274 specifier: 18.6.2
275 version: 18.6.0 275 version: 18.6.2
276 '@electron/notarize': 276 '@electron/notarize':
277 specifier: 1.2.3 277 specifier: 1.2.3
278 version: 1.2.3 278 version: 1.2.3
@@ -304,8 +304,8 @@ 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.17 307 specifier: 20.11.19
308 version: 20.11.17 308 version: 20.11.19
309 '@types/prop-types': 309 '@types/prop-types':
310 specifier: 15.7.11 310 specifier: 15.7.11
311 version: 15.7.11 311 version: 15.7.11
@@ -355,8 +355,8 @@ devDependencies:
355 specifier: 7.0.3 355 specifier: 7.0.3
356 version: 7.0.3 356 version: 7.0.3
357 electron: 357 electron:
358 specifier: 29.0.0-beta.11 358 specifier: 29.0.0-beta.12
359 version: 29.0.0-beta.11 359 version: 29.0.0-beta.12
360 electron-builder: 360 electron-builder:
361 specifier: 24.9.1 361 specifier: 24.9.1
362 version: 24.9.1 362 version: 24.9.1
@@ -388,8 +388,8 @@ devDependencies:
388 specifier: 2.29.1 388 specifier: 2.29.1
389 version: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint@8.56.0) 389 version: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint@8.56.0)
390 eslint-plugin-jest: 390 eslint-plugin-jest:
391 specifier: 27.6.3 391 specifier: 27.9.0
392 version: 27.6.3(@typescript-eslint/eslint-plugin@6.21.0)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3) 392 version: 27.9.0(@typescript-eslint/eslint-plugin@6.21.0)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.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.56.0) 395 version: 6.8.0(eslint@8.56.0)
@@ -412,14 +412,14 @@ devDependencies:
412 specifier: 4.0.2 412 specifier: 4.0.2
413 version: 4.0.2 413 version: 4.0.2
414 husky: 414 husky:
415 specifier: 9.0.10 415 specifier: 9.0.11
416 version: 9.0.10 416 version: 9.0.11
417 is-ci: 417 is-ci:
418 specifier: 3.0.1 418 specifier: 3.0.1
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.17)(ts-node@10.9.2) 422 version: 29.7.0(@types/node@20.11.19)(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
@@ -437,7 +437,7 @@ devDependencies:
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.17)(typescript@5.3.3) 440 version: 10.9.2(@types/node@20.11.19)(typescript@5.3.3)
441 typescript: 441 typescript:
442 specifier: 5.3.3 442 specifier: 5.3.3
443 version: 5.3.3 443 version: 5.3.3
@@ -1200,16 +1200,16 @@ packages:
1200 engines: {node: '>=0.1.90'} 1200 engines: {node: '>=0.1.90'}
1201 dev: false 1201 dev: false
1202 1202
1203 /@commitlint/cli@18.6.0(@types/node@20.11.17)(typescript@5.3.3): 1203 /@commitlint/cli@18.6.1(@types/node@20.11.19)(typescript@5.3.3):
1204 resolution: {integrity: sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==} 1204 resolution: {integrity: sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==}
1205 engines: {node: '>=v18'} 1205 engines: {node: '>=v18'}
1206 hasBin: true 1206 hasBin: true
1207 dependencies: 1207 dependencies:
1208 '@commitlint/format': 18.6.0 1208 '@commitlint/format': 18.6.1
1209 '@commitlint/lint': 18.6.0 1209 '@commitlint/lint': 18.6.1
1210 '@commitlint/load': 18.6.0(@types/node@20.11.17)(typescript@5.3.3) 1210 '@commitlint/load': 18.6.1(@types/node@20.11.19)(typescript@5.3.3)
1211 '@commitlint/read': 18.6.0 1211 '@commitlint/read': 18.6.1
1212 '@commitlint/types': 18.6.0 1212 '@commitlint/types': 18.6.1
1213 execa: 5.1.1 1213 execa: 5.1.1
1214 lodash.isfunction: 3.0.9 1214 lodash.isfunction: 3.0.9
1215 resolve-from: 5.0.0 1215 resolve-from: 5.0.0
@@ -1220,26 +1220,27 @@ packages:
1220 - typescript 1220 - typescript
1221 dev: true 1221 dev: true
1222 1222
1223 /@commitlint/config-conventional@18.6.0: 1223 /@commitlint/config-conventional@18.6.2:
1224 resolution: {integrity: sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==} 1224 resolution: {integrity: sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==}
1225 engines: {node: '>=v18'} 1225 engines: {node: '>=v18'}
1226 dependencies: 1226 dependencies:
1227 '@commitlint/types': 18.6.1
1227 conventional-changelog-conventionalcommits: 7.0.2 1228 conventional-changelog-conventionalcommits: 7.0.2
1228 dev: true 1229 dev: true
1229 1230
1230 /@commitlint/config-validator@18.6.0: 1231 /@commitlint/config-validator@18.6.1:
1231 resolution: {integrity: sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==} 1232 resolution: {integrity: sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==}
1232 engines: {node: '>=v18'} 1233 engines: {node: '>=v18'}
1233 dependencies: 1234 dependencies:
1234 '@commitlint/types': 18.6.0 1235 '@commitlint/types': 18.6.1
1235 ajv: 8.12.0 1236 ajv: 8.12.0
1236 dev: true 1237 dev: true
1237 1238
1238 /@commitlint/ensure@18.6.0: 1239 /@commitlint/ensure@18.6.1:
1239 resolution: {integrity: sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==} 1240 resolution: {integrity: sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==}
1240 engines: {node: '>=v18'} 1241 engines: {node: '>=v18'}
1241 dependencies: 1242 dependencies:
1242 '@commitlint/types': 18.6.0 1243 '@commitlint/types': 18.6.1
1243 lodash.camelcase: 4.3.0 1244 lodash.camelcase: 4.3.0
1244 lodash.kebabcase: 4.1.1 1245 lodash.kebabcase: 4.1.1
1245 lodash.snakecase: 4.1.1 1246 lodash.snakecase: 4.1.1
@@ -1247,48 +1248,48 @@ packages:
1247 lodash.upperfirst: 4.3.1 1248 lodash.upperfirst: 4.3.1
1248 dev: true 1249 dev: true
1249 1250
1250 /@commitlint/execute-rule@18.4.4: 1251 /@commitlint/execute-rule@18.6.1:
1251 resolution: {integrity: sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==} 1252 resolution: {integrity: sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==}
1252 engines: {node: '>=v18'} 1253 engines: {node: '>=v18'}
1253 dev: true 1254 dev: true
1254 1255
1255 /@commitlint/format@18.6.0: 1256 /@commitlint/format@18.6.1:
1256 resolution: {integrity: sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==} 1257 resolution: {integrity: sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==}
1257 engines: {node: '>=v18'} 1258 engines: {node: '>=v18'}
1258 dependencies: 1259 dependencies:
1259 '@commitlint/types': 18.6.0 1260 '@commitlint/types': 18.6.1
1260 chalk: 4.1.2 1261 chalk: 4.1.2
1261 dev: true 1262 dev: true
1262 1263
1263 /@commitlint/is-ignored@18.6.0: 1264 /@commitlint/is-ignored@18.6.1:
1264 resolution: {integrity: sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==} 1265 resolution: {integrity: sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==}
1265 engines: {node: '>=v18'} 1266 engines: {node: '>=v18'}
1266 dependencies: 1267 dependencies:
1267 '@commitlint/types': 18.6.0 1268 '@commitlint/types': 18.6.1
1268 semver: 7.5.4 1269 semver: 7.6.0
1269 dev: true 1270 dev: true
1270 1271
1271 /@commitlint/lint@18.6.0: 1272 /@commitlint/lint@18.6.1:
1272 resolution: {integrity: sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==} 1273 resolution: {integrity: sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==}
1273 engines: {node: '>=v18'} 1274 engines: {node: '>=v18'}
1274 dependencies: 1275 dependencies:
1275 '@commitlint/is-ignored': 18.6.0 1276 '@commitlint/is-ignored': 18.6.1
1276 '@commitlint/parse': 18.6.0 1277 '@commitlint/parse': 18.6.1
1277 '@commitlint/rules': 18.6.0 1278 '@commitlint/rules': 18.6.1
1278 '@commitlint/types': 18.6.0 1279 '@commitlint/types': 18.6.1
1279 dev: true 1280 dev: true
1280 1281
1281 /@commitlint/load@18.6.0(@types/node@20.11.17)(typescript@5.3.3): 1282 /@commitlint/load@18.6.1(@types/node@20.11.19)(typescript@5.3.3):
1282 resolution: {integrity: sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==} 1283 resolution: {integrity: sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==}
1283 engines: {node: '>=v18'} 1284 engines: {node: '>=v18'}
1284 dependencies: 1285 dependencies:
1285 '@commitlint/config-validator': 18.6.0 1286 '@commitlint/config-validator': 18.6.1
1286 '@commitlint/execute-rule': 18.4.4 1287 '@commitlint/execute-rule': 18.6.1
1287 '@commitlint/resolve-extends': 18.6.0 1288 '@commitlint/resolve-extends': 18.6.1
1288 '@commitlint/types': 18.6.0 1289 '@commitlint/types': 18.6.1
1289 chalk: 4.1.2 1290 chalk: 4.1.2
1290 cosmiconfig: 8.3.6(typescript@5.3.3) 1291 cosmiconfig: 8.3.6(typescript@5.3.3)
1291 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.17)(cosmiconfig@8.3.6)(typescript@5.3.3) 1292 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.19)(cosmiconfig@8.3.6)(typescript@5.3.3)
1292 lodash.isplainobject: 4.0.6 1293 lodash.isplainobject: 4.0.6
1293 lodash.merge: 4.6.2 1294 lodash.merge: 4.6.2
1294 lodash.uniq: 4.5.0 1295 lodash.uniq: 4.5.0
@@ -1298,67 +1299,67 @@ packages:
1298 - typescript 1299 - typescript
1299 dev: true 1300 dev: true
1300 1301
1301 /@commitlint/message@18.4.4: 1302 /@commitlint/message@18.6.1:
1302 resolution: {integrity: sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==} 1303 resolution: {integrity: sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==}
1303 engines: {node: '>=v18'} 1304 engines: {node: '>=v18'}
1304 dev: true 1305 dev: true
1305 1306
1306 /@commitlint/parse@18.6.0: 1307 /@commitlint/parse@18.6.1:
1307 resolution: {integrity: sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==} 1308 resolution: {integrity: sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==}
1308 engines: {node: '>=v18'} 1309 engines: {node: '>=v18'}
1309 dependencies: 1310 dependencies:
1310 '@commitlint/types': 18.6.0 1311 '@commitlint/types': 18.6.1
1311 conventional-changelog-angular: 7.0.0 1312 conventional-changelog-angular: 7.0.0
1312 conventional-commits-parser: 5.0.0 1313 conventional-commits-parser: 5.0.0
1313 dev: true 1314 dev: true
1314 1315
1315 /@commitlint/read@18.6.0: 1316 /@commitlint/read@18.6.1:
1316 resolution: {integrity: sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==} 1317 resolution: {integrity: sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==}
1317 engines: {node: '>=v18'} 1318 engines: {node: '>=v18'}
1318 dependencies: 1319 dependencies:
1319 '@commitlint/top-level': 18.4.4 1320 '@commitlint/top-level': 18.6.1
1320 '@commitlint/types': 18.6.0 1321 '@commitlint/types': 18.6.1
1321 git-raw-commits: 2.0.11 1322 git-raw-commits: 2.0.11
1322 minimist: 1.2.8 1323 minimist: 1.2.8
1323 dev: true 1324 dev: true
1324 1325
1325 /@commitlint/resolve-extends@18.6.0: 1326 /@commitlint/resolve-extends@18.6.1:
1326 resolution: {integrity: sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==} 1327 resolution: {integrity: sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==}
1327 engines: {node: '>=v18'} 1328 engines: {node: '>=v18'}
1328 dependencies: 1329 dependencies:
1329 '@commitlint/config-validator': 18.6.0 1330 '@commitlint/config-validator': 18.6.1
1330 '@commitlint/types': 18.6.0 1331 '@commitlint/types': 18.6.1
1331 import-fresh: 3.3.0 1332 import-fresh: 3.3.0
1332 lodash.mergewith: 4.6.2 1333 lodash.mergewith: 4.6.2
1333 resolve-from: 5.0.0 1334 resolve-from: 5.0.0
1334 resolve-global: 1.0.0 1335 resolve-global: 1.0.0
1335 dev: true 1336 dev: true
1336 1337
1337 /@commitlint/rules@18.6.0: 1338 /@commitlint/rules@18.6.1:
1338 resolution: {integrity: sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==} 1339 resolution: {integrity: sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==}
1339 engines: {node: '>=v18'} 1340 engines: {node: '>=v18'}
1340 dependencies: 1341 dependencies:
1341 '@commitlint/ensure': 18.6.0 1342 '@commitlint/ensure': 18.6.1
1342 '@commitlint/message': 18.4.4 1343 '@commitlint/message': 18.6.1
1343 '@commitlint/to-lines': 18.4.4 1344 '@commitlint/to-lines': 18.6.1
1344 '@commitlint/types': 18.6.0 1345 '@commitlint/types': 18.6.1
1345 execa: 5.1.1 1346 execa: 5.1.1
1346 dev: true 1347 dev: true
1347 1348
1348 /@commitlint/to-lines@18.4.4: 1349 /@commitlint/to-lines@18.6.1:
1349 resolution: {integrity: sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==} 1350 resolution: {integrity: sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==}
1350 engines: {node: '>=v18'} 1351 engines: {node: '>=v18'}
1351 dev: true 1352 dev: true
1352 1353
1353 /@commitlint/top-level@18.4.4: 1354 /@commitlint/top-level@18.6.1:
1354 resolution: {integrity: sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==} 1355 resolution: {integrity: sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==}
1355 engines: {node: '>=v18'} 1356 engines: {node: '>=v18'}
1356 dependencies: 1357 dependencies:
1357 find-up: 5.0.0 1358 find-up: 5.0.0
1358 dev: true 1359 dev: true
1359 1360
1360 /@commitlint/types@18.6.0: 1361 /@commitlint/types@18.6.1:
1361 resolution: {integrity: sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==} 1362 resolution: {integrity: sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==}
1362 engines: {node: '>=v18'} 1363 engines: {node: '>=v18'}
1363 dependencies: 1364 dependencies:
1364 chalk: 4.1.2 1365 chalk: 4.1.2
@@ -1449,12 +1450,12 @@ packages:
1449 - supports-color 1450 - supports-color
1450 dev: true 1451 dev: true
1451 1452
1452 /@electron/remote@2.1.2(electron@29.0.0-beta.11): 1453 /@electron/remote@2.1.2(electron@29.0.0-beta.12):
1453 resolution: {integrity: sha512-EPwNx+nhdrTBxyCqXt/pftoQg/ybtWDW3DUWHafejvnB1ZGGfMpv6e15D8KeempocjXe78T7WreyGGb3mlZxdA==} 1454 resolution: {integrity: sha512-EPwNx+nhdrTBxyCqXt/pftoQg/ybtWDW3DUWHafejvnB1ZGGfMpv6e15D8KeempocjXe78T7WreyGGb3mlZxdA==}
1454 peerDependencies: 1455 peerDependencies:
1455 electron: '>= 13.0.0' 1456 electron: '>= 13.0.0'
1456 dependencies: 1457 dependencies:
1457 electron: 29.0.0-beta.11 1458 electron: 29.0.0-beta.12
1458 dev: false 1459 dev: false
1459 1460
1460 /@electron/universal@1.4.1: 1461 /@electron/universal@1.4.1:
@@ -2036,7 +2037,7 @@ packages:
2036 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 2037 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
2037 dependencies: 2038 dependencies:
2038 '@jest/types': 29.6.3 2039 '@jest/types': 29.6.3
2039 '@types/node': 20.11.17 2040 '@types/node': 20.11.19
2040 chalk: 4.1.2 2041 chalk: 4.1.2
2041 jest-message-util: 29.7.0 2042 jest-message-util: 29.7.0
2042 jest-util: 29.7.0 2043 jest-util: 29.7.0
@@ -2057,14 +2058,14 @@ packages:
2057 '@jest/test-result': 29.7.0 2058 '@jest/test-result': 29.7.0
2058 '@jest/transform': 29.7.0 2059 '@jest/transform': 29.7.0
2059 '@jest/types': 29.6.3 2060 '@jest/types': 29.6.3
2060 '@types/node': 20.11.17 2061 '@types/node': 20.11.19
2061 ansi-escapes: 4.3.2 2062 ansi-escapes: 4.3.2
2062 chalk: 4.1.2 2063 chalk: 4.1.2
2063 ci-info: 3.8.0 2064 ci-info: 3.8.0
2064 exit: 0.1.2 2065 exit: 0.1.2
2065 graceful-fs: 4.2.11 2066 graceful-fs: 4.2.11
2066 jest-changed-files: 29.7.0 2067 jest-changed-files: 29.7.0
2067 jest-config: 29.7.0(@types/node@20.11.17)(ts-node@10.9.2) 2068 jest-config: 29.7.0(@types/node@20.11.19)(ts-node@10.9.2)
2068 jest-haste-map: 29.7.0 2069 jest-haste-map: 29.7.0
2069 jest-message-util: 29.7.0 2070 jest-message-util: 29.7.0
2070 jest-regex-util: 29.6.3 2071 jest-regex-util: 29.6.3
@@ -2092,7 +2093,7 @@ packages:
2092 dependencies: 2093 dependencies:
2093 '@jest/fake-timers': 29.7.0 2094 '@jest/fake-timers': 29.7.0
2094 '@jest/types': 29.6.3 2095 '@jest/types': 29.6.3
2095 '@types/node': 20.11.17 2096 '@types/node': 20.11.19
2096 jest-mock: 29.7.0 2097 jest-mock: 29.7.0
2097 dev: true 2098 dev: true
2098 2099
@@ -2119,7 +2120,7 @@ packages:
2119 dependencies: 2120 dependencies:
2120 '@jest/types': 29.6.3 2121 '@jest/types': 29.6.3
2121 '@sinonjs/fake-timers': 10.2.0 2122 '@sinonjs/fake-timers': 10.2.0
2122 '@types/node': 20.11.17 2123 '@types/node': 20.11.19
2123 jest-message-util: 29.7.0 2124 jest-message-util: 29.7.0
2124 jest-mock: 29.7.0 2125 jest-mock: 29.7.0
2125 jest-util: 29.7.0 2126 jest-util: 29.7.0
@@ -2152,7 +2153,7 @@ packages:
2152 '@jest/transform': 29.7.0 2153 '@jest/transform': 29.7.0
2153 '@jest/types': 29.6.3 2154 '@jest/types': 29.6.3
2154 '@jridgewell/trace-mapping': 0.3.20 2155 '@jridgewell/trace-mapping': 0.3.20
2155 '@types/node': 20.11.17 2156 '@types/node': 20.11.19
2156 chalk: 4.1.2 2157 chalk: 4.1.2
2157 collect-v8-coverage: 1.0.1 2158 collect-v8-coverage: 1.0.1
2158 exit: 0.1.2 2159 exit: 0.1.2
@@ -2240,7 +2241,7 @@ packages:
2240 '@jest/schemas': 29.6.3 2241 '@jest/schemas': 29.6.3
2241 '@types/istanbul-lib-coverage': 2.0.4 2242 '@types/istanbul-lib-coverage': 2.0.4
2242 '@types/istanbul-reports': 3.0.1 2243 '@types/istanbul-reports': 3.0.1
2243 '@types/node': 20.11.17 2244 '@types/node': 20.11.19
2244 '@types/yargs': 17.0.24 2245 '@types/yargs': 17.0.24
2245 chalk: 4.1.2 2246 chalk: 4.1.2
2246 dev: true 2247 dev: true
@@ -2287,15 +2288,15 @@ packages:
2287 '@jridgewell/sourcemap-codec': 1.4.15 2288 '@jridgewell/sourcemap-codec': 1.4.15
2288 dev: true 2289 dev: true
2289 2290
2290 /@krisdages/electron-process-manager@3.0.0(@electron/remote@2.1.2)(electron@29.0.0-beta.11)(rxjs@7.8.1): 2291 /@krisdages/electron-process-manager@3.0.0(@electron/remote@2.1.2)(electron@29.0.0-beta.12)(rxjs@7.8.1):
2291 resolution: {integrity: sha512-Gs8McOVC6BVdfP4SeF+l5nx85eFooarm37K5mxs1PESI59a7oLwRf5Yd2tsZ6Ye14bCG0eTJGDv3yPuixBg3OQ==} 2292 resolution: {integrity: sha512-Gs8McOVC6BVdfP4SeF+l5nx85eFooarm37K5mxs1PESI59a7oLwRf5Yd2tsZ6Ye14bCG0eTJGDv3yPuixBg3OQ==}
2292 peerDependencies: 2293 peerDependencies:
2293 '@electron/remote': '>= 1.2.0' 2294 '@electron/remote': '>= 1.2.0'
2294 electron: '>= 10' 2295 electron: '>= 10'
2295 rxjs: '>= 7' 2296 rxjs: '>= 7'
2296 dependencies: 2297 dependencies:
2297 '@electron/remote': 2.1.2(electron@29.0.0-beta.11) 2298 '@electron/remote': 2.1.2(electron@29.0.0-beta.12)
2298 electron: 29.0.0-beta.11 2299 electron: 29.0.0-beta.12
2299 electron-process-reporter: /@krisdages/electron-process-reporter@2.0.0-rxjs7-1.4.0(rxjs@7.8.1) 2300 electron-process-reporter: /@krisdages/electron-process-reporter@2.0.0-rxjs7-1.4.0(rxjs@7.8.1)
2300 rxjs: 7.8.1 2301 rxjs: 7.8.1
2301 dev: false 2302 dev: false
@@ -2708,8 +2709,8 @@ packages:
2708 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} 2709 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
2709 dev: false 2710 dev: false
2710 2711
2711 /@remix-run/router@1.15.0: 2712 /@remix-run/router@1.15.1:
2712 resolution: {integrity: sha512-HOil5aFtme37dVQTB6M34G95kPM3MMuqSmIRVCC52eKV+Y/tGSqw9P3rWhlAx6A+mz+MoX+XxsGsNJbaI5qCgQ==} 2713 resolution: {integrity: sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==}
2713 engines: {node: '>=14.0.0'} 2714 engines: {node: '>=14.0.0'}
2714 dev: false 2715 dev: false
2715 2716
@@ -2925,7 +2926,7 @@ packages:
2925 dependencies: 2926 dependencies:
2926 '@types/http-cache-semantics': 4.0.4 2927 '@types/http-cache-semantics': 4.0.4
2927 '@types/keyv': 3.1.4 2928 '@types/keyv': 3.1.4
2928 '@types/node': 20.11.17 2929 '@types/node': 20.11.19
2929 '@types/responselike': 1.0.3 2930 '@types/responselike': 1.0.3
2930 2931
2931 /@types/color-convert@2.0.3: 2932 /@types/color-convert@2.0.3:
@@ -2954,19 +2955,19 @@ packages:
2954 resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} 2955 resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==}
2955 dependencies: 2956 dependencies:
2956 '@types/jsonfile': 6.1.4 2957 '@types/jsonfile': 6.1.4
2957 '@types/node': 20.11.17 2958 '@types/node': 20.11.19
2958 dev: true 2959 dev: true
2959 2960
2960 /@types/fs-extra@9.0.13: 2961 /@types/fs-extra@9.0.13:
2961 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} 2962 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
2962 dependencies: 2963 dependencies:
2963 '@types/node': 20.11.17 2964 '@types/node': 20.11.19
2964 dev: true 2965 dev: true
2965 2966
2966 /@types/graceful-fs@4.1.5: 2967 /@types/graceful-fs@4.1.5:
2967 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} 2968 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
2968 dependencies: 2969 dependencies:
2969 '@types/node': 20.11.17 2970 '@types/node': 20.11.19
2970 dev: true 2971 dev: true
2971 2972
2972 /@types/hoist-non-react-statics@3.3.5: 2973 /@types/hoist-non-react-statics@3.3.5:
@@ -3013,13 +3014,13 @@ packages:
3013 /@types/jsonfile@6.1.4: 3014 /@types/jsonfile@6.1.4:
3014 resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} 3015 resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==}
3015 dependencies: 3016 dependencies:
3016 '@types/node': 20.11.17 3017 '@types/node': 20.11.19
3017 dev: true 3018 dev: true
3018 3019
3019 /@types/keyv@3.1.4: 3020 /@types/keyv@3.1.4:
3020 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 3021 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
3021 dependencies: 3022 dependencies:
3022 '@types/node': 20.11.17 3023 '@types/node': 20.11.19
3023 3024
3024 /@types/lodash@4.14.202: 3025 /@types/lodash@4.14.202:
3025 resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==} 3026 resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==}
@@ -3033,8 +3034,8 @@ packages:
3033 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} 3034 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
3034 dev: true 3035 dev: true
3035 3036
3036 /@types/node@20.11.17: 3037 /@types/node@20.11.19:
3037 resolution: {integrity: sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==} 3038 resolution: {integrity: sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==}
3038 dependencies: 3039 dependencies:
3039 undici-types: 5.26.5 3040 undici-types: 5.26.5
3040 3041
@@ -3050,7 +3051,7 @@ packages:
3050 resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==} 3051 resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==}
3051 requiresBuild: true 3052 requiresBuild: true
3052 dependencies: 3053 dependencies:
3053 '@types/node': 20.11.17 3054 '@types/node': 20.11.19
3054 xmlbuilder: 15.1.1 3055 xmlbuilder: 15.1.1
3055 dev: true 3056 dev: true
3056 optional: true 3057 optional: true
@@ -3092,7 +3093,7 @@ packages:
3092 /@types/responselike@1.0.3: 3093 /@types/responselike@1.0.3:
3093 resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} 3094 resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
3094 dependencies: 3095 dependencies:
3095 '@types/node': 20.11.17 3096 '@types/node': 20.11.19
3096 3097
3097 /@types/route-parser@0.1.7: 3098 /@types/route-parser@0.1.7:
3098 resolution: {integrity: sha512-haO+3HVio/4w+yuMJTjqfSo0ivOV8WnXaOReVD6QN729UGBEyizWNGc2Jd0OLsJDucIod4aJSsPLBeLj2uzMCQ==} 3099 resolution: {integrity: sha512-haO+3HVio/4w+yuMJTjqfSo0ivOV8WnXaOReVD6QN729UGBEyizWNGc2Jd0OLsJDucIod4aJSsPLBeLj2uzMCQ==}
@@ -3116,7 +3117,7 @@ packages:
3116 /@types/tar@6.1.11: 3117 /@types/tar@6.1.11:
3117 resolution: {integrity: sha512-ThA1WD8aDdVU4VLuyq5NEqriwXErF5gEIJeyT6gHBWU7JtSmW2a5qjNv3/vR82O20mW+1vhmeZJfBQPT3HCugg==} 3118 resolution: {integrity: sha512-ThA1WD8aDdVU4VLuyq5NEqriwXErF5gEIJeyT6gHBWU7JtSmW2a5qjNv3/vR82O20mW+1vhmeZJfBQPT3HCugg==}
3118 dependencies: 3119 dependencies:
3119 '@types/node': 20.11.17 3120 '@types/node': 20.11.19
3120 minipass: 4.2.8 3121 minipass: 4.2.8
3121 dev: true 3122 dev: true
3122 3123
@@ -3148,7 +3149,7 @@ packages:
3148 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 3149 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
3149 requiresBuild: true 3150 requiresBuild: true
3150 dependencies: 3151 dependencies:
3151 '@types/node': 20.11.17 3152 '@types/node': 20.11.19
3152 optional: true 3153 optional: true
3153 3154
3154 /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@6.21.0)(eslint@8.56.0)(typescript@5.3.3): 3155 /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@6.21.0)(eslint@8.56.0)(typescript@5.3.3):
@@ -5107,7 +5108,7 @@ packages:
5107 /core-util-is@1.0.3: 5108 /core-util-is@1.0.3:
5108 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} 5109 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
5109 5110
5110 /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.17)(cosmiconfig@8.3.6)(typescript@5.3.3): 5111 /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.19)(cosmiconfig@8.3.6)(typescript@5.3.3):
5111 resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} 5112 resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
5112 engines: {node: '>=v16'} 5113 engines: {node: '>=v16'}
5113 peerDependencies: 5114 peerDependencies:
@@ -5115,7 +5116,7 @@ packages:
5115 cosmiconfig: '>=8.2' 5116 cosmiconfig: '>=8.2'
5116 typescript: '>=4' 5117 typescript: '>=4'
5117 dependencies: 5118 dependencies:
5118 '@types/node': 20.11.17 5119 '@types/node': 20.11.19
5119 cosmiconfig: 8.3.6(typescript@5.3.3) 5120 cosmiconfig: 8.3.6(typescript@5.3.3)
5120 jiti: 1.21.0 5121 jiti: 1.21.0
5121 typescript: 5.3.3 5122 typescript: 5.3.3
@@ -5156,7 +5157,7 @@ packages:
5156 dev: true 5157 dev: true
5157 optional: true 5158 optional: true
5158 5159
5159 /create-jest@29.7.0(@types/node@20.11.17)(ts-node@10.9.2): 5160 /create-jest@29.7.0(@types/node@20.11.19)(ts-node@10.9.2):
5160 resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} 5161 resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
5161 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 5162 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
5162 hasBin: true 5163 hasBin: true
@@ -5165,7 +5166,7 @@ packages:
5165 chalk: 4.1.2 5166 chalk: 4.1.2
5166 exit: 0.1.2 5167 exit: 0.1.2
5167 graceful-fs: 4.2.11 5168 graceful-fs: 4.2.11
5168 jest-config: 29.7.0(@types/node@20.11.17)(ts-node@10.9.2) 5169 jest-config: 29.7.0(@types/node@20.11.19)(ts-node@10.9.2)
5169 jest-util: 29.7.0 5170 jest-util: 29.7.0
5170 prompts: 2.4.2 5171 prompts: 2.4.2
5171 transitivePeerDependencies: 5172 transitivePeerDependencies:
@@ -5818,14 +5819,14 @@ packages:
5818 mkdirp: 0.5.6 5819 mkdirp: 0.5.6
5819 dev: false 5820 dev: false
5820 5821
5821 /electron@29.0.0-beta.11: 5822 /electron@29.0.0-beta.12:
5822 resolution: {integrity: sha512-FORtlknQjFO3ALkIuWK646i3al84ywErsetzhcfDkMhoX7Rlz65Baic/+LlQpUDOT1NpkH9g4o8gO7nWcKHL0w==} 5823 resolution: {integrity: sha512-UiinC8cOQvBZslBfAMrtc0s6Znc/NGghZx7mLctKj1N7g6wZLQ0EMt/pxK4kfnvTZm6N0QOVNih2JmBo5XlTdw==}
5823 engines: {node: '>= 12.20.55'} 5824 engines: {node: '>= 12.20.55'}
5824 hasBin: true 5825 hasBin: true
5825 requiresBuild: true 5826 requiresBuild: true
5826 dependencies: 5827 dependencies:
5827 '@electron/get': 2.0.3 5828 '@electron/get': 2.0.3
5828 '@types/node': 20.11.17 5829 '@types/node': 20.11.19
5829 extract-zip: 2.0.1 5830 extract-zip: 2.0.1
5830 transitivePeerDependencies: 5831 transitivePeerDependencies:
5831 - supports-color 5832 - supports-color
@@ -6258,11 +6259,11 @@ packages:
6258 - supports-color 6259 - supports-color
6259 dev: true 6260 dev: true
6260 6261
6261 /eslint-plugin-jest@27.6.3(@typescript-eslint/eslint-plugin@6.21.0)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3): 6262 /eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3):
6262 resolution: {integrity: sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==} 6263 resolution: {integrity: sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==}
6263 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 6264 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
6264 peerDependencies: 6265 peerDependencies:
6265 '@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0 6266 '@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0 || ^7.0.0
6266 eslint: ^7.0.0 || ^8.0.0 6267 eslint: ^7.0.0 || ^8.0.0
6267 jest: '*' 6268 jest: '*'
6268 peerDependenciesMeta: 6269 peerDependenciesMeta:
@@ -6274,7 +6275,7 @@ packages:
6274 '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.56.0)(typescript@5.3.3) 6275 '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.56.0)(typescript@5.3.3)
6275 '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@5.3.3) 6276 '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@5.3.3)
6276 eslint: 8.56.0 6277 eslint: 8.56.0
6277 jest: 29.7.0(@types/node@20.11.17)(ts-node@10.9.2) 6278 jest: 29.7.0(@types/node@20.11.19)(ts-node@10.9.2)
6278 transitivePeerDependencies: 6279 transitivePeerDependencies:
6279 - supports-color 6280 - supports-color
6280 - typescript 6281 - typescript
@@ -7675,8 +7676,8 @@ packages:
7675 dev: false 7676 dev: false
7676 optional: true 7677 optional: true
7677 7678
7678 /husky@9.0.10: 7679 /husky@9.0.11:
7679 resolution: {integrity: sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==} 7680 resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==}
7680 engines: {node: '>=18'} 7681 engines: {node: '>=18'}
7681 hasBin: true 7682 hasBin: true
7682 dev: true 7683 dev: true
@@ -8374,7 +8375,7 @@ packages:
8374 '@jest/expect': 29.7.0 8375 '@jest/expect': 29.7.0
8375 '@jest/test-result': 29.7.0 8376 '@jest/test-result': 29.7.0
8376 '@jest/types': 29.6.3 8377 '@jest/types': 29.6.3
8377 '@types/node': 20.11.17 8378 '@types/node': 20.11.19
8378 chalk: 4.1.2 8379 chalk: 4.1.2
8379 co: 4.6.0 8380 co: 4.6.0
8380 dedent: 1.5.1 8381 dedent: 1.5.1
@@ -8395,7 +8396,7 @@ packages:
8395 - supports-color 8396 - supports-color
8396 dev: true 8397 dev: true
8397 8398
8398 /jest-cli@29.7.0(@types/node@20.11.17)(ts-node@10.9.2): 8399 /jest-cli@29.7.0(@types/node@20.11.19)(ts-node@10.9.2):
8399 resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} 8400 resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==}
8400 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8401 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8401 hasBin: true 8402 hasBin: true
@@ -8409,10 +8410,10 @@ packages:
8409 '@jest/test-result': 29.7.0 8410 '@jest/test-result': 29.7.0
8410 '@jest/types': 29.6.3 8411 '@jest/types': 29.6.3
8411 chalk: 4.1.2 8412 chalk: 4.1.2
8412 create-jest: 29.7.0(@types/node@20.11.17)(ts-node@10.9.2) 8413 create-jest: 29.7.0(@types/node@20.11.19)(ts-node@10.9.2)
8413 exit: 0.1.2 8414 exit: 0.1.2
8414 import-local: 3.1.0 8415 import-local: 3.1.0
8415 jest-config: 29.7.0(@types/node@20.11.17)(ts-node@10.9.2) 8416 jest-config: 29.7.0(@types/node@20.11.19)(ts-node@10.9.2)
8416 jest-util: 29.7.0 8417 jest-util: 29.7.0
8417 jest-validate: 29.7.0 8418 jest-validate: 29.7.0
8418 yargs: 17.7.2 8419 yargs: 17.7.2
@@ -8423,7 +8424,7 @@ packages:
8423 - ts-node 8424 - ts-node
8424 dev: true 8425 dev: true
8425 8426
8426 /jest-config@29.7.0(@types/node@20.11.17)(ts-node@10.9.2): 8427 /jest-config@29.7.0(@types/node@20.11.19)(ts-node@10.9.2):
8427 resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} 8428 resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==}
8428 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8429 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8429 peerDependencies: 8430 peerDependencies:
@@ -8438,7 +8439,7 @@ packages:
8438 '@babel/core': 7.23.5 8439 '@babel/core': 7.23.5
8439 '@jest/test-sequencer': 29.7.0 8440 '@jest/test-sequencer': 29.7.0
8440 '@jest/types': 29.6.3 8441 '@jest/types': 29.6.3
8441 '@types/node': 20.11.17 8442 '@types/node': 20.11.19
8442 babel-jest: 29.7.0(@babel/core@7.23.5) 8443 babel-jest: 29.7.0(@babel/core@7.23.5)
8443 chalk: 4.1.2 8444 chalk: 4.1.2
8444 ci-info: 3.8.0 8445 ci-info: 3.8.0
@@ -8458,7 +8459,7 @@ packages:
8458 pretty-format: 29.7.0 8459 pretty-format: 29.7.0
8459 slash: 3.0.0 8460 slash: 3.0.0
8460 strip-json-comments: 3.1.1 8461 strip-json-comments: 3.1.1
8461 ts-node: 10.9.2(@types/node@20.11.17)(typescript@5.3.3) 8462 ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3)
8462 transitivePeerDependencies: 8463 transitivePeerDependencies:
8463 - babel-plugin-macros 8464 - babel-plugin-macros
8464 - supports-color 8465 - supports-color
@@ -8499,7 +8500,7 @@ packages:
8499 '@jest/environment': 29.7.0 8500 '@jest/environment': 29.7.0
8500 '@jest/fake-timers': 29.7.0 8501 '@jest/fake-timers': 29.7.0
8501 '@jest/types': 29.6.3 8502 '@jest/types': 29.6.3
8502 '@types/node': 20.11.17 8503 '@types/node': 20.11.19
8503 jest-mock: 29.7.0 8504 jest-mock: 29.7.0
8504 jest-util: 29.7.0 8505 jest-util: 29.7.0
8505 dev: true 8506 dev: true
@@ -8515,7 +8516,7 @@ packages:
8515 dependencies: 8516 dependencies:
8516 '@jest/types': 29.6.3 8517 '@jest/types': 29.6.3
8517 '@types/graceful-fs': 4.1.5 8518 '@types/graceful-fs': 4.1.5
8518 '@types/node': 20.11.17 8519 '@types/node': 20.11.19
8519 anymatch: 3.1.3 8520 anymatch: 3.1.3
8520 fb-watchman: 2.0.2 8521 fb-watchman: 2.0.2
8521 graceful-fs: 4.2.11 8522 graceful-fs: 4.2.11
@@ -8566,7 +8567,7 @@ packages:
8566 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8567 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8567 dependencies: 8568 dependencies:
8568 '@jest/types': 29.6.3 8569 '@jest/types': 29.6.3
8569 '@types/node': 20.11.17 8570 '@types/node': 20.11.19
8570 jest-util: 29.7.0 8571 jest-util: 29.7.0
8571 dev: true 8572 dev: true
8572 8573
@@ -8621,7 +8622,7 @@ packages:
8621 '@jest/test-result': 29.7.0 8622 '@jest/test-result': 29.7.0
8622 '@jest/transform': 29.7.0 8623 '@jest/transform': 29.7.0
8623 '@jest/types': 29.6.3 8624 '@jest/types': 29.6.3
8624 '@types/node': 20.11.17 8625 '@types/node': 20.11.19
8625 chalk: 4.1.2 8626 chalk: 4.1.2
8626 emittery: 0.13.1 8627 emittery: 0.13.1
8627 graceful-fs: 4.2.11 8628 graceful-fs: 4.2.11
@@ -8652,7 +8653,7 @@ packages:
8652 '@jest/test-result': 29.7.0 8653 '@jest/test-result': 29.7.0
8653 '@jest/transform': 29.7.0 8654 '@jest/transform': 29.7.0
8654 '@jest/types': 29.6.3 8655 '@jest/types': 29.6.3
8655 '@types/node': 20.11.17 8656 '@types/node': 20.11.19
8656 chalk: 4.1.2 8657 chalk: 4.1.2
8657 cjs-module-lexer: 1.2.2 8658 cjs-module-lexer: 1.2.2
8658 collect-v8-coverage: 1.0.1 8659 collect-v8-coverage: 1.0.1
@@ -8704,7 +8705,7 @@ packages:
8704 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8705 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8705 dependencies: 8706 dependencies:
8706 '@jest/types': 29.6.3 8707 '@jest/types': 29.6.3
8707 '@types/node': 20.11.17 8708 '@types/node': 20.11.19
8708 chalk: 4.1.2 8709 chalk: 4.1.2
8709 ci-info: 3.8.0 8710 ci-info: 3.8.0
8710 graceful-fs: 4.2.11 8711 graceful-fs: 4.2.11
@@ -8729,7 +8730,7 @@ packages:
8729 dependencies: 8730 dependencies:
8730 '@jest/test-result': 29.7.0 8731 '@jest/test-result': 29.7.0
8731 '@jest/types': 29.6.3 8732 '@jest/types': 29.6.3
8732 '@types/node': 20.11.17 8733 '@types/node': 20.11.19
8733 ansi-escapes: 4.3.2 8734 ansi-escapes: 4.3.2
8734 chalk: 4.1.2 8735 chalk: 4.1.2
8735 emittery: 0.13.1 8736 emittery: 0.13.1
@@ -8741,13 +8742,13 @@ packages:
8741 resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} 8742 resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
8742 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8743 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8743 dependencies: 8744 dependencies:
8744 '@types/node': 20.11.17 8745 '@types/node': 20.11.19
8745 jest-util: 29.7.0 8746 jest-util: 29.7.0
8746 merge-stream: 2.0.0 8747 merge-stream: 2.0.0
8747 supports-color: 8.1.1 8748 supports-color: 8.1.1
8748 dev: true 8749 dev: true
8749 8750
8750 /jest@29.7.0(@types/node@20.11.17)(ts-node@10.9.2): 8751 /jest@29.7.0(@types/node@20.11.19)(ts-node@10.9.2):
8751 resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} 8752 resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==}
8752 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8753 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
8753 hasBin: true 8754 hasBin: true
@@ -8760,7 +8761,7 @@ packages:
8760 '@jest/core': 29.7.0(ts-node@10.9.2) 8761 '@jest/core': 29.7.0(ts-node@10.9.2)
8761 '@jest/types': 29.6.3 8762 '@jest/types': 29.6.3
8762 import-local: 3.1.0 8763 import-local: 3.1.0
8763 jest-cli: 29.7.0(@types/node@20.11.17)(ts-node@10.9.2) 8764 jest-cli: 29.7.0(@types/node@20.11.19)(ts-node@10.9.2)
8764 transitivePeerDependencies: 8765 transitivePeerDependencies:
8765 - '@types/node' 8766 - '@types/node'
8766 - babel-plugin-macros 8767 - babel-plugin-macros
@@ -11246,26 +11247,26 @@ packages:
11246 warning: 4.0.3 11247 warning: 4.0.3
11247 dev: false 11248 dev: false
11248 11249
11249 /react-router-dom@6.22.0(react-dom@18.2.0)(react@18.2.0): 11250 /react-router-dom@6.22.1(react-dom@18.2.0)(react@18.2.0):
11250 resolution: {integrity: sha512-z2w+M4tH5wlcLmH3BMMOMdrtrJ9T3oJJNsAlBJbwk+8Syxd5WFJ7J5dxMEW0/GEXD1BBis4uXRrNIz3mORr0ag==} 11251 resolution: {integrity: sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==}
11251 engines: {node: '>=14.0.0'} 11252 engines: {node: '>=14.0.0'}
11252 peerDependencies: 11253 peerDependencies:
11253 react: '>=16.8' 11254 react: '>=16.8'
11254 react-dom: '>=16.8' 11255 react-dom: '>=16.8'
11255 dependencies: 11256 dependencies:
11256 '@remix-run/router': 1.15.0 11257 '@remix-run/router': 1.15.1
11257 react: 18.2.0 11258 react: 18.2.0
11258 react-dom: 18.2.0(react@18.2.0) 11259 react-dom: 18.2.0(react@18.2.0)
11259 react-router: 6.22.0(react@18.2.0) 11260 react-router: 6.22.1(react@18.2.0)
11260 dev: false 11261 dev: false
11261 11262
11262 /react-router@6.22.0(react@18.2.0): 11263 /react-router@6.22.1(react@18.2.0):
11263 resolution: {integrity: sha512-q2yemJeg6gw/YixRlRnVx6IRJWZD6fonnfZhN1JIOhV2iJCPeRNSH3V1ISwHf+JWcESzLC3BOLD1T07tmO5dmg==} 11264 resolution: {integrity: sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==}
11264 engines: {node: '>=14.0.0'} 11265 engines: {node: '>=14.0.0'}
11265 peerDependencies: 11266 peerDependencies:
11266 react: '>=16.8' 11267 react: '>=16.8'
11267 dependencies: 11268 dependencies:
11268 '@remix-run/router': 1.15.0 11269 '@remix-run/router': 1.15.1
11269 react: 18.2.0 11270 react: 18.2.0
11270 dev: false 11271 dev: false
11271 11272
@@ -11868,14 +11869,6 @@ packages:
11868 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 11869 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
11869 hasBin: true 11870 hasBin: true
11870 11871
11871 /semver@7.5.4:
11872 resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
11873 engines: {node: '>=10'}
11874 hasBin: true
11875 dependencies:
11876 lru-cache: 6.0.0
11877 dev: true
11878
11879 /semver@7.6.0: 11872 /semver@7.6.0:
11880 resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} 11873 resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==}
11881 engines: {node: '>=10'} 11874 engines: {node: '>=10'}
@@ -12338,9 +12331,6 @@ packages:
12338 /sqlite3@5.1.6: 12331 /sqlite3@5.1.6:
12339 resolution: {integrity: sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==} 12332 resolution: {integrity: sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==}
12340 requiresBuild: true 12333 requiresBuild: true
12341 peerDependenciesMeta:
12342 node-gyp:
12343 optional: true
12344 dependencies: 12334 dependencies:
12345 '@mapbox/node-pre-gyp': 1.0.11 12335 '@mapbox/node-pre-gyp': 1.0.11
12346 node-addon-api: 4.3.0 12336 node-addon-api: 4.3.0
@@ -12936,7 +12926,7 @@ packages:
12936 typescript: 5.3.3 12926 typescript: 5.3.3
12937 dev: true 12927 dev: true
12938 12928
12939 /ts-node@10.9.2(@types/node@20.11.17)(typescript@5.3.3): 12929 /ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3):
12940 resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} 12930 resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
12941 hasBin: true 12931 hasBin: true
12942 peerDependencies: 12932 peerDependencies:
@@ -12955,7 +12945,7 @@ packages:
12955 '@tsconfig/node12': 1.0.11 12945 '@tsconfig/node12': 1.0.11
12956 '@tsconfig/node14': 1.0.3 12946 '@tsconfig/node14': 1.0.3
12957 '@tsconfig/node16': 1.0.4 12947 '@tsconfig/node16': 1.0.4
12958 '@types/node': 20.11.17 12948 '@types/node': 20.11.19
12959 acorn: 8.11.2 12949 acorn: 8.11.2
12960 acorn-walk: 8.2.0 12950 acorn-walk: 8.2.0
12961 arg: 4.1.3 12951 arg: 4.1.3
diff --git a/recipes b/recipes
Subproject 2bded48706d71200c11a563016d7776661ce416 Subproject c163a059540bd36b52fe4e9c8e1fceca604cd3b