aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-05 23:37:46 +0100
committerLibravatar GitHub <noreply@github.com>2023-05-05 23:37:46 +0100
commit2d473abf6b417cc53732eeb243ef73028643f3b1 (patch)
tree18e6d662208e7ec898bf72e0845ffd6aeddbb1f1
parentUpgrade 'snapcraft' publish to 'v7.x' (#1150) (diff)
downloadferdium-app-2d473abf6b417cc53732eeb243ef73028643f3b1.tar.gz
ferdium-app-2d473abf6b417cc53732eeb243ef73028643f3b1.tar.zst
ferdium-app-2d473abf6b417cc53732eeb243ef73028643f3b1.zip
Upgrade 'electron' to '24.2.0'; upgrade other node modules (#1153)
-rw-r--r--package.json18
-rw-r--r--pnpm-lock.yaml365
m---------recipes0
3 files changed, 222 insertions, 161 deletions
diff --git a/package.json b/package.json
index f455c0ceb..68dabcbc4 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
66 "btoa": "1.2.1", 66 "btoa": "1.2.1",
67 "classnames": "2.3.2", 67 "classnames": "2.3.2",
68 "color": "4.2.3", 68 "color": "4.2.3",
69 "csstype": "3.1.1", 69 "csstype": "3.1.2",
70 "darkreader": "4.9.58", 70 "darkreader": "4.9.58",
71 "dbus-next": "0.10.2", 71 "dbus-next": "0.10.2",
72 "debug": "4.3.4", 72 "debug": "4.3.4",
@@ -118,7 +118,7 @@
118 "sanitize-filename": "1.6.3", 118 "sanitize-filename": "1.6.3",
119 "semver": "7.3.8", 119 "semver": "7.3.8",
120 "sqlite3": "5.1.6", 120 "sqlite3": "5.1.6",
121 "tar": "6.1.13", 121 "tar": "6.1.14",
122 "tslib": "2.5.0", 122 "tslib": "2.5.0",
123 "useragent-generator": "1.1.1-amkt-22079-finish.0", 123 "useragent-generator": "1.1.1-amkt-22079-finish.0",
124 "uuid": "9.0.0", 124 "uuid": "9.0.0",
@@ -133,8 +133,8 @@
133 "@types/color": "3.0.3", 133 "@types/color": "3.0.3",
134 "@types/expect.js": "0.3.29", 134 "@types/expect.js": "0.3.29",
135 "@types/fs-extra": "11.0.1", 135 "@types/fs-extra": "11.0.1",
136 "@types/jest": "29.5.0", 136 "@types/jest": "29.5.1",
137 "@types/lodash": "4.14.191", 137 "@types/lodash": "4.14.194",
138 "@types/mime-types": "2.1.1", 138 "@types/mime-types": "2.1.1",
139 "@types/ms": "0.7.31", 139 "@types/ms": "0.7.31",
140 "@types/node": "16.11.33", 140 "@types/node": "16.11.33",
@@ -144,17 +144,17 @@
144 "@types/sass": "1.45.0", 144 "@types/sass": "1.45.0",
145 "@types/tar": "6.1.4", 145 "@types/tar": "6.1.4",
146 "@types/uuid": "9.0.1", 146 "@types/uuid": "9.0.1",
147 "@types/validator": "13.7.14", 147 "@types/validator": "13.7.15",
148 "@typescript-eslint/eslint-plugin": "5.56.0", 148 "@typescript-eslint/eslint-plugin": "5.56.0",
149 "@typescript-eslint/parser": "5.56.0", 149 "@typescript-eslint/parser": "5.56.0",
150 "all-contributors-cli": "6.24.0", 150 "all-contributors-cli": "6.24.0",
151 "chalk": "5.2.0", 151 "chalk": "5.2.0",
152 "concurrently": "7.6.0", 152 "concurrently": "7.6.0",
153 "cross-env": "7.0.3", 153 "cross-env": "7.0.3",
154 "electron": "24.1.3", 154 "electron": "24.2.0",
155 "electron-builder": "23.6.0", 155 "electron-builder": "23.6.0",
156 "esbuild": "0.16.17", 156 "esbuild": "0.16.17",
157 "esbuild-plugin-copy": "2.1.0", 157 "esbuild-plugin-copy": "2.1.1",
158 "esbuild-runner": "2.2.2", 158 "esbuild-runner": "2.2.2",
159 "esbuild-sass-plugin": "2.7.0", 159 "esbuild-sass-plugin": "2.7.0",
160 "eslint": "8.36.0", 160 "eslint": "8.36.0",
@@ -172,10 +172,10 @@
172 "husky": "8.0.3", 172 "husky": "8.0.3",
173 "is-ci": "3.0.1", 173 "is-ci": "3.0.1",
174 "jest": "28.1.2", 174 "jest": "28.1.2",
175 "prettier": "2.8.5", 175 "prettier": "2.8.8",
176 "preval-build-info": "1.0.3", 176 "preval-build-info": "1.0.3",
177 "rimraf": "3.0.2", 177 "rimraf": "3.0.2",
178 "simple-git": "3.17.0", 178 "simple-git": "3.18.0",
179 "tiny-glob": "0.2.9", 179 "tiny-glob": "0.2.9",
180 "typescript": "4.9.5", 180 "typescript": "4.9.5",
181 "wait-on": "6.0.1" 181 "wait-on": "6.0.1"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 937448185..8ee8132ea 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -30,8 +30,8 @@ specifiers:
30 '@types/color': 3.0.3 30 '@types/color': 3.0.3
31 '@types/expect.js': 0.3.29 31 '@types/expect.js': 0.3.29
32 '@types/fs-extra': 11.0.1 32 '@types/fs-extra': 11.0.1
33 '@types/jest': 29.5.0 33 '@types/jest': 29.5.1
34 '@types/lodash': 4.14.191 34 '@types/lodash': 4.14.194
35 '@types/mime-types': 2.1.1 35 '@types/mime-types': 2.1.1
36 '@types/ms': 0.7.31 36 '@types/ms': 0.7.31
37 '@types/node': 16.11.33 37 '@types/node': 16.11.33
@@ -41,7 +41,7 @@ specifiers:
41 '@types/sass': 1.45.0 41 '@types/sass': 1.45.0
42 '@types/tar': 6.1.4 42 '@types/tar': 6.1.4
43 '@types/uuid': 9.0.1 43 '@types/uuid': 9.0.1
44 '@types/validator': 13.7.14 44 '@types/validator': 13.7.15
45 '@typescript-eslint/eslint-plugin': 5.56.0 45 '@typescript-eslint/eslint-plugin': 5.56.0
46 '@typescript-eslint/parser': 5.56.0 46 '@typescript-eslint/parser': 5.56.0
47 all-contributors-cli: 6.24.0 47 all-contributors-cli: 6.24.0
@@ -52,11 +52,11 @@ specifiers:
52 color: 4.2.3 52 color: 4.2.3
53 concurrently: 7.6.0 53 concurrently: 7.6.0
54 cross-env: 7.0.3 54 cross-env: 7.0.3
55 csstype: 3.1.1 55 csstype: 3.1.2
56 darkreader: 4.9.58 56 darkreader: 4.9.58
57 dbus-next: 0.10.2 57 dbus-next: 0.10.2
58 debug: 4.3.4 58 debug: 4.3.4
59 electron: 24.1.3 59 electron: 24.2.0
60 electron-builder: 23.6.0 60 electron-builder: 23.6.0
61 electron-dl: 3.5.0 61 electron-dl: 3.5.0
62 electron-find: 1.0.7 62 electron-find: 1.0.7
@@ -64,7 +64,7 @@ specifiers:
64 electron-updater: 5.3.0 64 electron-updater: 5.3.0
65 electron-window-state: 5.0.3 65 electron-window-state: 5.0.3
66 esbuild: 0.16.17 66 esbuild: 0.16.17
67 esbuild-plugin-copy: 2.1.0 67 esbuild-plugin-copy: 2.1.1
68 esbuild-runner: 2.2.2 68 esbuild-runner: 2.2.2
69 esbuild-sass-plugin: 2.7.0 69 esbuild-sass-plugin: 2.7.0
70 eslint: 8.36.0 70 eslint: 8.36.0
@@ -106,7 +106,7 @@ specifiers:
106 node-mac-permissions: 2.3.0 106 node-mac-permissions: 2.3.0
107 normalize-url: 6.1.0 107 normalize-url: 6.1.0
108 os-name: 4.0.1 108 os-name: 4.0.1
109 prettier: 2.8.5 109 prettier: 2.8.8
110 pretty-bytes: 5.6.0 110 pretty-bytes: 5.6.0
111 preval-build-info: 1.0.3 111 preval-build-info: 1.0.3
112 prop-types: 15.8.1 112 prop-types: 15.8.1
@@ -129,9 +129,9 @@ specifiers:
129 route-parser: 0.0.5 129 route-parser: 0.0.5
130 sanitize-filename: 1.6.3 130 sanitize-filename: 1.6.3
131 semver: 7.3.8 131 semver: 7.3.8
132 simple-git: 3.17.0 132 simple-git: 3.18.0
133 sqlite3: 5.1.6 133 sqlite3: 5.1.6
134 tar: 6.1.13 134 tar: 6.1.14
135 tiny-glob: 0.2.9 135 tiny-glob: 0.2.9
136 tslib: 2.5.0 136 tslib: 2.5.0
137 typescript: 4.9.5 137 typescript: 4.9.5
@@ -154,8 +154,8 @@ dependencies:
154 '@adonisjs/session': 1.1.0 154 '@adonisjs/session': 1.1.0
155 '@adonisjs/shield': 1.1.0 155 '@adonisjs/shield': 1.1.0
156 '@adonisjs/validator': 5.1.0 156 '@adonisjs/validator': 5.1.0
157 '@electron/remote': 2.0.9_electron@24.1.3 157 '@electron/remote': 2.0.9_electron@24.2.0
158 '@krisdages/electron-process-manager': 3.0.0_jpyffg2nrr5dnosjhkzj3qokde 158 '@krisdages/electron-process-manager': 3.0.0_ovhouigijdebcoacgoaaz4xjk4
159 '@mdi/js': 6.9.96 159 '@mdi/js': 6.9.96
160 '@mdi/react': 1.6.1 160 '@mdi/react': 1.6.1
161 '@octokit/core': 4.2.0 161 '@octokit/core': 4.2.0
@@ -165,7 +165,7 @@ dependencies:
165 btoa: 1.2.1 165 btoa: 1.2.1
166 classnames: 2.3.2 166 classnames: 2.3.2
167 color: 4.2.3 167 color: 4.2.3
168 csstype: 3.1.1 168 csstype: 3.1.2
169 darkreader: 4.9.58 169 darkreader: 4.9.58
170 dbus-next: 0.10.2 170 dbus-next: 0.10.2
171 debug: 4.3.4 171 debug: 4.3.4
@@ -217,7 +217,7 @@ dependencies:
217 sanitize-filename: 1.6.3 217 sanitize-filename: 1.6.3
218 semver: 7.3.8 218 semver: 7.3.8
219 sqlite3: 5.1.6 219 sqlite3: 5.1.6
220 tar: 6.1.13 220 tar: 6.1.14
221 tslib: 2.5.0 221 tslib: 2.5.0
222 useragent-generator: 1.1.1-amkt-22079-finish.0 222 useragent-generator: 1.1.1-amkt-22079-finish.0
223 uuid: 9.0.0 223 uuid: 9.0.0
@@ -236,8 +236,8 @@ devDependencies:
236 '@types/color': 3.0.3 236 '@types/color': 3.0.3
237 '@types/expect.js': 0.3.29 237 '@types/expect.js': 0.3.29
238 '@types/fs-extra': 11.0.1 238 '@types/fs-extra': 11.0.1
239 '@types/jest': 29.5.0 239 '@types/jest': 29.5.1
240 '@types/lodash': 4.14.191 240 '@types/lodash': 4.14.194
241 '@types/mime-types': 2.1.1 241 '@types/mime-types': 2.1.1
242 '@types/ms': 0.7.31 242 '@types/ms': 0.7.31
243 '@types/node': 16.11.33 243 '@types/node': 16.11.33
@@ -247,17 +247,17 @@ devDependencies:
247 '@types/sass': 1.45.0 247 '@types/sass': 1.45.0
248 '@types/tar': 6.1.4 248 '@types/tar': 6.1.4
249 '@types/uuid': 9.0.1 249 '@types/uuid': 9.0.1
250 '@types/validator': 13.7.14 250 '@types/validator': 13.7.15
251 '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq 251 '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq
252 '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m 252 '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
253 all-contributors-cli: 6.24.0 253 all-contributors-cli: 6.24.0
254 chalk: 5.2.0 254 chalk: 5.2.0
255 concurrently: 7.6.0 255 concurrently: 7.6.0
256 cross-env: 7.0.3 256 cross-env: 7.0.3
257 electron: 24.1.3 257 electron: 24.2.0
258 electron-builder: 23.6.0 258 electron-builder: 23.6.0
259 esbuild: 0.16.17 259 esbuild: 0.16.17
260 esbuild-plugin-copy: 2.1.0_esbuild@0.16.17 260 esbuild-plugin-copy: 2.1.1_esbuild@0.16.17
261 esbuild-runner: 2.2.2_esbuild@0.16.17 261 esbuild-runner: 2.2.2_esbuild@0.16.17
262 esbuild-sass-plugin: 2.7.0_esbuild@0.16.17 262 esbuild-sass-plugin: 2.7.0_esbuild@0.16.17
263 eslint: 8.36.0 263 eslint: 8.36.0
@@ -267,7 +267,7 @@ devDependencies:
267 eslint-plugin-import: 2.27.5_cnkxirszkzb4o6ts7gbclno24e 267 eslint-plugin-import: 2.27.5_cnkxirszkzb4o6ts7gbclno24e
268 eslint-plugin-jest: 27.2.1_5ditejweuglib6krkgkw4pwine 268 eslint-plugin-jest: 27.2.1_5ditejweuglib6krkgkw4pwine
269 eslint-plugin-jsx-a11y: 6.7.1_eslint@8.36.0 269 eslint-plugin-jsx-a11y: 6.7.1_eslint@8.36.0
270 eslint-plugin-prettier: 4.2.1_i2qmqyy4fgpgq2h7f6vnil3crq 270 eslint-plugin-prettier: 4.2.1_m2t6guax5rzwjzygq4gpe4masm
271 eslint-plugin-react: 7.32.2_eslint@8.36.0 271 eslint-plugin-react: 7.32.2_eslint@8.36.0
272 eslint-plugin-react-hooks: 4.6.0_eslint@8.36.0 272 eslint-plugin-react-hooks: 4.6.0_eslint@8.36.0
273 eslint-plugin-unicorn: 42.0.0_eslint@8.36.0 273 eslint-plugin-unicorn: 42.0.0_eslint@8.36.0
@@ -275,10 +275,10 @@ devDependencies:
275 husky: 8.0.3 275 husky: 8.0.3
276 is-ci: 3.0.1 276 is-ci: 3.0.1
277 jest: 28.1.2_@types+node@16.11.33 277 jest: 28.1.2_@types+node@16.11.33
278 prettier: 2.8.5 278 prettier: 2.8.8
279 preval-build-info: 1.0.3 279 preval-build-info: 1.0.3
280 rimraf: 3.0.2 280 rimraf: 3.0.2
281 simple-git: 3.17.0 281 simple-git: 3.18.0
282 tiny-glob: 0.2.9 282 tiny-glob: 0.2.9
283 typescript: 4.9.5 283 typescript: 4.9.5
284 wait-on: 6.0.1_debug@4.3.4 284 wait-on: 6.0.1_debug@4.3.4
@@ -493,8 +493,8 @@ packages:
493 '@jridgewell/trace-mapping': 0.3.17 493 '@jridgewell/trace-mapping': 0.3.17
494 dev: true 494 dev: true
495 495
496 /@babel/code-frame/7.18.6: 496 /@babel/code-frame/7.21.4:
497 resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} 497 resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
498 engines: {node: '>=6.9.0'} 498 engines: {node: '>=6.9.0'}
499 dependencies: 499 dependencies:
500 '@babel/highlight': 7.18.6 500 '@babel/highlight': 7.18.6
@@ -510,7 +510,7 @@ packages:
510 engines: {node: '>=6.9.0'} 510 engines: {node: '>=6.9.0'}
511 dependencies: 511 dependencies:
512 '@ampproject/remapping': 2.2.0 512 '@ampproject/remapping': 2.2.0
513 '@babel/code-frame': 7.18.6 513 '@babel/code-frame': 7.21.4
514 '@babel/generator': 7.20.5 514 '@babel/generator': 7.20.5
515 '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 515 '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5
516 '@babel/helper-module-transforms': 7.20.2 516 '@babel/helper-module-transforms': 7.20.2
@@ -807,7 +807,7 @@ packages:
807 resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} 807 resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==}
808 engines: {node: '>=6.9.0'} 808 engines: {node: '>=6.9.0'}
809 dependencies: 809 dependencies:
810 '@babel/code-frame': 7.18.6 810 '@babel/code-frame': 7.21.4
811 '@babel/parser': 7.20.5 811 '@babel/parser': 7.20.5
812 '@babel/types': 7.20.5 812 '@babel/types': 7.20.5
813 dev: true 813 dev: true
@@ -816,7 +816,7 @@ packages:
816 resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} 816 resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==}
817 engines: {node: '>=6.9.0'} 817 engines: {node: '>=6.9.0'}
818 dependencies: 818 dependencies:
819 '@babel/code-frame': 7.18.6 819 '@babel/code-frame': 7.21.4
820 '@babel/generator': 7.20.5 820 '@babel/generator': 7.20.5
821 '@babel/helper-environment-visitor': 7.18.9 821 '@babel/helper-environment-visitor': 7.18.9
822 '@babel/helper-function-name': 7.19.0 822 '@babel/helper-function-name': 7.19.0
@@ -834,7 +834,7 @@ packages:
834 resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} 834 resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==}
835 engines: {node: '>=6.9.0'} 835 engines: {node: '>=6.9.0'}
836 dependencies: 836 dependencies:
837 '@babel/code-frame': 7.18.6 837 '@babel/code-frame': 7.21.4
838 '@babel/generator': 7.20.5 838 '@babel/generator': 7.20.5
839 '@babel/helper-environment-visitor': 7.18.9 839 '@babel/helper-environment-visitor': 7.18.9
840 '@babel/helper-function-name': 7.19.0 840 '@babel/helper-function-name': 7.19.0
@@ -1092,12 +1092,12 @@ packages:
1092 - supports-color 1092 - supports-color
1093 dev: true 1093 dev: true
1094 1094
1095 /@electron/remote/2.0.9_electron@24.1.3: 1095 /@electron/remote/2.0.9_electron@24.2.0:
1096 resolution: {integrity: sha512-LR0W0ID6WAKHaSs0x5LX9aiG+5pFBNAJL6eQAJfGkCuZPUa6nZz+czZLdlTDETG45CgF/0raSvCtYOYUpr6c+A==} 1096 resolution: {integrity: sha512-LR0W0ID6WAKHaSs0x5LX9aiG+5pFBNAJL6eQAJfGkCuZPUa6nZz+czZLdlTDETG45CgF/0raSvCtYOYUpr6c+A==}
1097 peerDependencies: 1097 peerDependencies:
1098 electron: '>= 13.0.0' 1098 electron: '>= 13.0.0'
1099 dependencies: 1099 dependencies:
1100 electron: 24.1.3 1100 electron: 24.2.0
1101 dev: false 1101 dev: false
1102 1102
1103 /@electron/universal/1.2.1: 1103 /@electron/universal/1.2.1:
@@ -1503,7 +1503,7 @@ packages:
1503 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 1503 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
1504 dependencies: 1504 dependencies:
1505 '@jest/types': 28.1.3 1505 '@jest/types': 28.1.3
1506 '@types/node': 16.11.33 1506 '@types/node': 18.15.11
1507 chalk: 4.1.2 1507 chalk: 4.1.2
1508 jest-message-util: 28.1.3 1508 jest-message-util: 28.1.3
1509 jest-util: 28.1.3 1509 jest-util: 28.1.3
@@ -1524,14 +1524,14 @@ packages:
1524 '@jest/test-result': 28.1.3 1524 '@jest/test-result': 28.1.3
1525 '@jest/transform': 28.1.3 1525 '@jest/transform': 28.1.3
1526 '@jest/types': 28.1.3 1526 '@jest/types': 28.1.3
1527 '@types/node': 16.11.33 1527 '@types/node': 18.15.11
1528 ansi-escapes: 4.3.2 1528 ansi-escapes: 4.3.2
1529 chalk: 4.1.2 1529 chalk: 4.1.2
1530 ci-info: 3.7.0 1530 ci-info: 3.8.0
1531 exit: 0.1.2 1531 exit: 0.1.2
1532 graceful-fs: 4.2.11 1532 graceful-fs: 4.2.11
1533 jest-changed-files: 28.1.3 1533 jest-changed-files: 28.1.3
1534 jest-config: 28.1.3_@types+node@16.11.33 1534 jest-config: 28.1.3_@types+node@18.15.11
1535 jest-haste-map: 28.1.3 1535 jest-haste-map: 28.1.3
1536 jest-message-util: 28.1.3 1536 jest-message-util: 28.1.3
1537 jest-regex-util: 28.0.2 1537 jest-regex-util: 28.0.2
@@ -1559,7 +1559,7 @@ packages:
1559 dependencies: 1559 dependencies:
1560 '@jest/fake-timers': 28.1.3 1560 '@jest/fake-timers': 28.1.3
1561 '@jest/types': 28.1.3 1561 '@jest/types': 28.1.3
1562 '@types/node': 18.15.11 1562 '@types/node': 16.11.33
1563 jest-mock: 28.1.3 1563 jest-mock: 28.1.3
1564 dev: true 1564 dev: true
1565 1565
@@ -1570,11 +1570,11 @@ packages:
1570 jest-get-type: 28.0.2 1570 jest-get-type: 28.0.2
1571 dev: true 1571 dev: true
1572 1572
1573 /@jest/expect-utils/29.4.2: 1573 /@jest/expect-utils/29.5.0:
1574 resolution: {integrity: sha512-Dd3ilDJpBnqa0GiPN7QrudVs0cczMMHtehSo2CSTjm3zdHx0RcpmhFNVEltuEFeqfLIyWKFI224FsMSQ/nsJQA==} 1574 resolution: {integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==}
1575 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 1575 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1576 dependencies: 1576 dependencies:
1577 jest-get-type: 29.4.2 1577 jest-get-type: 29.4.3
1578 dev: true 1578 dev: true
1579 1579
1580 /@jest/expect/28.1.3: 1580 /@jest/expect/28.1.3:
@@ -1593,7 +1593,7 @@ packages:
1593 dependencies: 1593 dependencies:
1594 '@jest/types': 28.1.3 1594 '@jest/types': 28.1.3
1595 '@sinonjs/fake-timers': 9.1.2 1595 '@sinonjs/fake-timers': 9.1.2
1596 '@types/node': 18.15.11 1596 '@types/node': 16.11.33
1597 jest-message-util: 28.1.3 1597 jest-message-util: 28.1.3
1598 jest-mock: 28.1.3 1598 jest-mock: 28.1.3
1599 jest-util: 28.1.3 1599 jest-util: 28.1.3
@@ -1625,7 +1625,7 @@ packages:
1625 '@jest/transform': 28.1.3 1625 '@jest/transform': 28.1.3
1626 '@jest/types': 28.1.3 1626 '@jest/types': 28.1.3
1627 '@jridgewell/trace-mapping': 0.3.17 1627 '@jridgewell/trace-mapping': 0.3.17
1628 '@types/node': 16.11.33 1628 '@types/node': 18.15.11
1629 chalk: 4.1.2 1629 chalk: 4.1.2
1630 collect-v8-coverage: 1.0.1 1630 collect-v8-coverage: 1.0.1
1631 exit: 0.1.2 1631 exit: 0.1.2
@@ -1655,11 +1655,11 @@ packages:
1655 '@sinclair/typebox': 0.24.51 1655 '@sinclair/typebox': 0.24.51
1656 dev: true 1656 dev: true
1657 1657
1658 /@jest/schemas/29.4.2: 1658 /@jest/schemas/29.4.3:
1659 resolution: {integrity: sha512-ZrGzGfh31NtdVH8tn0mgJw4khQuNHiKqdzJAFbCaERbyCP9tHlxWuL/mnMu8P7e/+k4puWjI1NOzi/sFsjce/g==} 1659 resolution: {integrity: sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==}
1660 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 1660 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1661 dependencies: 1661 dependencies:
1662 '@sinclair/typebox': 0.25.21 1662 '@sinclair/typebox': 0.25.24
1663 dev: true 1663 dev: true
1664 1664
1665 /@jest/source-map/28.1.2: 1665 /@jest/source-map/28.1.2:
@@ -1721,20 +1721,20 @@ packages:
1721 '@jest/schemas': 28.1.3 1721 '@jest/schemas': 28.1.3
1722 '@types/istanbul-lib-coverage': 2.0.4 1722 '@types/istanbul-lib-coverage': 2.0.4
1723 '@types/istanbul-reports': 3.0.1 1723 '@types/istanbul-reports': 3.0.1
1724 '@types/node': 16.11.33 1724 '@types/node': 18.15.11
1725 '@types/yargs': 17.0.18 1725 '@types/yargs': 17.0.24
1726 chalk: 4.1.2 1726 chalk: 4.1.2
1727 dev: true 1727 dev: true
1728 1728
1729 /@jest/types/29.4.2: 1729 /@jest/types/29.5.0:
1730 resolution: {integrity: sha512-CKlngyGP0fwlgC1BRUtPZSiWLBhyS9dKwKmyGxk8Z6M82LBEGB2aLQSg+U1MyLsU+M7UjnlLllBM2BLWKVm/Uw==} 1730 resolution: {integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==}
1731 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 1731 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1732 dependencies: 1732 dependencies:
1733 '@jest/schemas': 29.4.2 1733 '@jest/schemas': 29.4.3
1734 '@types/istanbul-lib-coverage': 2.0.4 1734 '@types/istanbul-lib-coverage': 2.0.4
1735 '@types/istanbul-reports': 3.0.1 1735 '@types/istanbul-reports': 3.0.1
1736 '@types/node': 16.11.33 1736 '@types/node': 16.11.33
1737 '@types/yargs': 17.0.18 1737 '@types/yargs': 17.0.24
1738 chalk: 4.1.2 1738 chalk: 4.1.2
1739 dev: true 1739 dev: true
1740 1740
@@ -1783,15 +1783,15 @@ packages:
1783 '@jridgewell/sourcemap-codec': 1.4.14 1783 '@jridgewell/sourcemap-codec': 1.4.14
1784 dev: true 1784 dev: true
1785 1785
1786 /@krisdages/electron-process-manager/3.0.0_jpyffg2nrr5dnosjhkzj3qokde: 1786 /@krisdages/electron-process-manager/3.0.0_ovhouigijdebcoacgoaaz4xjk4:
1787 resolution: {integrity: sha512-Gs8McOVC6BVdfP4SeF+l5nx85eFooarm37K5mxs1PESI59a7oLwRf5Yd2tsZ6Ye14bCG0eTJGDv3yPuixBg3OQ==} 1787 resolution: {integrity: sha512-Gs8McOVC6BVdfP4SeF+l5nx85eFooarm37K5mxs1PESI59a7oLwRf5Yd2tsZ6Ye14bCG0eTJGDv3yPuixBg3OQ==}
1788 peerDependencies: 1788 peerDependencies:
1789 '@electron/remote': '>= 1.2.0' 1789 '@electron/remote': '>= 1.2.0'
1790 electron: '>= 10' 1790 electron: '>= 10'
1791 rxjs: '>= 7' 1791 rxjs: '>= 7'
1792 dependencies: 1792 dependencies:
1793 '@electron/remote': 2.0.9_electron@24.1.3 1793 '@electron/remote': 2.0.9_electron@24.2.0
1794 electron: 24.1.3 1794 electron: 24.2.0
1795 electron-process-reporter: /@krisdages/electron-process-reporter/2.0.0-rxjs7-1.4.0 1795 electron-process-reporter: /@krisdages/electron-process-reporter/2.0.0-rxjs7-1.4.0
1796 dev: false 1796 dev: false
1797 1797
@@ -1847,7 +1847,7 @@ packages:
1847 npmlog: 5.0.1 1847 npmlog: 5.0.1
1848 rimraf: 3.0.2 1848 rimraf: 3.0.2
1849 semver: 7.3.8 1849 semver: 7.3.8
1850 tar: 6.1.13 1850 tar: 6.1.14
1851 transitivePeerDependencies: 1851 transitivePeerDependencies:
1852 - encoding 1852 - encoding
1853 - supports-color 1853 - supports-color
@@ -1881,7 +1881,7 @@ packages:
1881 engines: {node: '>= 8'} 1881 engines: {node: '>= 8'}
1882 dependencies: 1882 dependencies:
1883 '@nodelib/fs.scandir': 2.1.5 1883 '@nodelib/fs.scandir': 2.1.5
1884 fastq: 1.13.0 1884 fastq: 1.15.0
1885 dev: true 1885 dev: true
1886 1886
1887 /@nornagon/put/0.0.8: 1887 /@nornagon/put/0.0.8:
@@ -2076,8 +2076,8 @@ packages:
2076 resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} 2076 resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==}
2077 dev: true 2077 dev: true
2078 2078
2079 /@sinclair/typebox/0.25.21: 2079 /@sinclair/typebox/0.25.24:
2080 resolution: {integrity: sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==} 2080 resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==}
2081 dev: true 2081 dev: true
2082 2082
2083 /@sindresorhus/is/4.6.0: 2083 /@sindresorhus/is/4.6.0:
@@ -2183,7 +2183,7 @@ packages:
2183 dependencies: 2183 dependencies:
2184 '@types/http-cache-semantics': 4.0.1 2184 '@types/http-cache-semantics': 4.0.1
2185 '@types/keyv': 3.1.4 2185 '@types/keyv': 3.1.4
2186 '@types/node': 16.11.33 2186 '@types/node': 18.15.11
2187 '@types/responselike': 1.0.0 2187 '@types/responselike': 1.0.0
2188 2188
2189 /@types/color-convert/2.0.0: 2189 /@types/color-convert/2.0.0:
@@ -2222,7 +2222,7 @@ packages:
2222 /@types/fs-extra/9.0.13: 2222 /@types/fs-extra/9.0.13:
2223 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} 2223 resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
2224 dependencies: 2224 dependencies:
2225 '@types/node': 16.11.33 2225 '@types/node': 18.15.11
2226 dev: true 2226 dev: true
2227 2227
2228 /@types/glob/7.2.0: 2228 /@types/glob/7.2.0:
@@ -2230,14 +2230,14 @@ packages:
2230 requiresBuild: true 2230 requiresBuild: true
2231 dependencies: 2231 dependencies:
2232 '@types/minimatch': 5.1.2 2232 '@types/minimatch': 5.1.2
2233 '@types/node': 18.15.11 2233 '@types/node': 16.11.33
2234 dev: true 2234 dev: true
2235 optional: true 2235 optional: true
2236 2236
2237 /@types/graceful-fs/4.1.5: 2237 /@types/graceful-fs/4.1.5:
2238 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} 2238 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
2239 dependencies: 2239 dependencies:
2240 '@types/node': 18.15.11 2240 '@types/node': 16.11.33
2241 dev: true 2241 dev: true
2242 2242
2243 /@types/hoist-non-react-statics/3.3.1: 2243 /@types/hoist-non-react-statics/3.3.1:
@@ -2266,11 +2266,11 @@ packages:
2266 '@types/istanbul-lib-report': 3.0.0 2266 '@types/istanbul-lib-report': 3.0.0
2267 dev: true 2267 dev: true
2268 2268
2269 /@types/jest/29.5.0: 2269 /@types/jest/29.5.1:
2270 resolution: {integrity: sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==} 2270 resolution: {integrity: sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==}
2271 dependencies: 2271 dependencies:
2272 expect: 29.4.2 2272 expect: 29.5.0
2273 pretty-format: 29.4.2 2273 pretty-format: 29.5.0
2274 dev: true 2274 dev: true
2275 2275
2276 /@types/json-schema/7.0.11: 2276 /@types/json-schema/7.0.11:
@@ -2290,10 +2290,10 @@ packages:
2290 /@types/keyv/3.1.4: 2290 /@types/keyv/3.1.4:
2291 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 2291 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
2292 dependencies: 2292 dependencies:
2293 '@types/node': 18.15.11 2293 '@types/node': 16.11.33
2294 2294
2295 /@types/lodash/4.14.191: 2295 /@types/lodash/4.14.194:
2296 resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} 2296 resolution: {integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==}
2297 dev: true 2297 dev: true
2298 2298
2299 /@types/mime-types/2.1.1: 2299 /@types/mime-types/2.1.1:
@@ -2315,6 +2315,7 @@ packages:
2315 2315
2316 /@types/node/16.11.33: 2316 /@types/node/16.11.33:
2317 resolution: {integrity: sha512-0PJ0vg+JyU0MIan58IOIFRtSvsb7Ri+7Wltx2qAg94eMOrpg4+uuP3aUHCpxXc1i0jCXiC+zIamSZh3l9AbcQA==} 2317 resolution: {integrity: sha512-0PJ0vg+JyU0MIan58IOIFRtSvsb7Ri+7Wltx2qAg94eMOrpg4+uuP3aUHCpxXc1i0jCXiC+zIamSZh3l9AbcQA==}
2318 dev: true
2318 2319
2319 /@types/node/18.15.11: 2320 /@types/node/18.15.11:
2320 resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} 2321 resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==}
@@ -2327,7 +2328,7 @@ packages:
2327 resolution: {integrity: sha512-ULqvZNGMv0zRFvqn8/4LSPtnmN4MfhlPNtJCTpKuIIxGVGZ2rYWzFXrvEBoh9CVyqSE7D6YFRJ1hydLHI6kbWw==} 2328 resolution: {integrity: sha512-ULqvZNGMv0zRFvqn8/4LSPtnmN4MfhlPNtJCTpKuIIxGVGZ2rYWzFXrvEBoh9CVyqSE7D6YFRJ1hydLHI6kbWw==}
2328 requiresBuild: true 2329 requiresBuild: true
2329 dependencies: 2330 dependencies:
2330 '@types/node': 18.15.11 2331 '@types/node': 16.11.33
2331 xmlbuilder: 15.1.1 2332 xmlbuilder: 15.1.1
2332 dev: true 2333 dev: true
2333 optional: true 2334 optional: true
@@ -2350,12 +2351,12 @@ packages:
2350 dependencies: 2351 dependencies:
2351 '@types/prop-types': 15.7.5 2352 '@types/prop-types': 15.7.5
2352 '@types/scheduler': 0.16.2 2353 '@types/scheduler': 0.16.2
2353 csstype: 3.1.1 2354 csstype: 3.1.2
2354 2355
2355 /@types/responselike/1.0.0: 2356 /@types/responselike/1.0.0:
2356 resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} 2357 resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
2357 dependencies: 2358 dependencies:
2358 '@types/node': 16.11.33 2359 '@types/node': 18.15.11
2359 2360
2360 /@types/route-parser/0.1.4: 2361 /@types/route-parser/0.1.4:
2361 resolution: {integrity: sha512-lwH3SeyKwCAwP7oUoJNryPDdbW3Bx5lrB6mhV5iebqzOJHIut6wlaSxpQR4Lsk6j7wC08pGenr/xE8I/A4J3Fg==} 2362 resolution: {integrity: sha512-lwH3SeyKwCAwP7oUoJNryPDdbW3Bx5lrB6mhV5iebqzOJHIut6wlaSxpQR4Lsk6j7wC08pGenr/xE8I/A4J3Fg==}
@@ -2393,8 +2394,8 @@ packages:
2393 resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==} 2394 resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==}
2394 dev: true 2395 dev: true
2395 2396
2396 /@types/validator/13.7.14: 2397 /@types/validator/13.7.15:
2397 resolution: {integrity: sha512-J6OAed6rhN6zyqL9Of6ZMamhlsOEU/poBVvbHr/dKOYKTeuYYMlDkMv+b6UUV0o2i0tw73cgyv/97WTWaUl0/g==} 2398 resolution: {integrity: sha512-yeinDVQunb03AEP8luErFcyf/7Lf7AzKCD0NXfgVoGCCQDNpZET8Jgq74oBgqKld3hafLbfzt/3inUdQvaFeXQ==}
2398 dev: true 2399 dev: true
2399 2400
2400 /@types/verror/1.10.6: 2401 /@types/verror/1.10.6:
@@ -2413,11 +2414,17 @@ packages:
2413 '@types/yargs-parser': 21.0.0 2414 '@types/yargs-parser': 21.0.0
2414 dev: true 2415 dev: true
2415 2416
2417 /@types/yargs/17.0.24:
2418 resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==}
2419 dependencies:
2420 '@types/yargs-parser': 21.0.0
2421 dev: true
2422
2416 /@types/yauzl/2.10.0: 2423 /@types/yauzl/2.10.0:
2417 resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} 2424 resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
2418 requiresBuild: true 2425 requiresBuild: true
2419 dependencies: 2426 dependencies:
2420 '@types/node': 16.11.33 2427 '@types/node': 18.15.11
2421 optional: true 2428 optional: true
2422 2429
2423 /@typescript-eslint/eslint-plugin/5.56.0_iskin7c6dxqunwflhstekcjqmq: 2430 /@typescript-eslint/eslint-plugin/5.56.0_iskin7c6dxqunwflhstekcjqmq:
@@ -3047,7 +3054,7 @@ packages:
3047 read-config-file: 6.2.0 3054 read-config-file: 6.2.0
3048 sanitize-filename: 1.6.3 3055 sanitize-filename: 1.6.3
3049 semver: 7.3.8 3056 semver: 7.3.8
3050 tar: 6.1.13 3057 tar: 6.1.14
3051 temp-file: 3.4.0 3058 temp-file: 3.4.0
3052 transitivePeerDependencies: 3059 transitivePeerDependencies:
3053 - supports-color 3060 - supports-color
@@ -3641,7 +3648,7 @@ packages:
3641 glob: 7.2.3 3648 glob: 7.2.3
3642 infer-owner: 1.0.4 3649 infer-owner: 1.0.4
3643 lru-cache: 6.0.0 3650 lru-cache: 6.0.0
3644 minipass: 3.3.5 3651 minipass: 3.3.6
3645 minipass-collect: 1.0.2 3652 minipass-collect: 1.0.2
3646 minipass-flush: 1.0.5 3653 minipass-flush: 1.0.5
3647 minipass-pipeline: 1.2.4 3654 minipass-pipeline: 1.2.4
@@ -3650,7 +3657,7 @@ packages:
3650 promise-inflight: 1.0.1 3657 promise-inflight: 1.0.1
3651 rimraf: 3.0.2 3658 rimraf: 3.0.2
3652 ssri: 8.0.1 3659 ssri: 8.0.1
3653 tar: 6.1.13 3660 tar: 6.1.14
3654 unique-filename: 1.1.1 3661 unique-filename: 1.1.1
3655 transitivePeerDependencies: 3662 transitivePeerDependencies:
3656 - bluebird 3663 - bluebird
@@ -3826,6 +3833,11 @@ packages:
3826 engines: {node: '>=8'} 3833 engines: {node: '>=8'}
3827 dev: true 3834 dev: true
3828 3835
3836 /ci-info/3.8.0:
3837 resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
3838 engines: {node: '>=8'}
3839 dev: true
3840
3829 /cjs-module-lexer/1.2.2: 3841 /cjs-module-lexer/1.2.2:
3830 resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} 3842 resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==}
3831 dev: true 3843 dev: true
@@ -4293,8 +4305,8 @@ packages:
4293 is-in-browser: 1.1.3 4305 is-in-browser: 1.1.3
4294 dev: false 4306 dev: false
4295 4307
4296 /csstype/3.1.1: 4308 /csstype/3.1.2:
4297 resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} 4309 resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
4298 4310
4299 /d/1.0.1: 4311 /d/1.0.1:
4300 resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} 4312 resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==}
@@ -4533,8 +4545,8 @@ packages:
4533 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 4545 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
4534 dev: true 4546 dev: true
4535 4547
4536 /diff-sequences/29.4.2: 4548 /diff-sequences/29.4.3:
4537 resolution: {integrity: sha512-R6P0Y6PrsH3n4hUXxL3nns0rbRk6Q33js3ygJBeEpbzLzgcNuJ61+u0RXasFpTKISw99TxUzFnumSnRLsjhLaw==} 4549 resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==}
4538 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 4550 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
4539 dev: true 4551 dev: true
4540 4552
@@ -4787,8 +4799,8 @@ packages:
4787 mkdirp: 0.5.6 4799 mkdirp: 0.5.6
4788 dev: false 4800 dev: false
4789 4801
4790 /electron/24.1.3: 4802 /electron/24.2.0:
4791 resolution: {integrity: sha512-lHFRf2CgeOxPLje4BayzaLz1e/SbNejUU4NDarFjBlcYfuH4ceGevYRVjyDZJLbSGdhmM2dLraeku30LGEigCg==} 4803 resolution: {integrity: sha512-fEYAftYqFhveniWJbEHXjNMWjooFFIuqNj/eEFJkGzycInfBJq/c4E/dew++s6s0YLubxFnjoF2qZiqapLj0gA==}
4792 engines: {node: '>= 12.20.55'} 4804 engines: {node: '>= 12.20.55'}
4793 hasBin: true 4805 hasBin: true
4794 requiresBuild: true 4806 requiresBuild: true
@@ -4975,8 +4987,8 @@ packages:
4975 es6-symbol: 3.1.3 4987 es6-symbol: 3.1.3
4976 dev: false 4988 dev: false
4977 4989
4978 /esbuild-plugin-copy/2.1.0_esbuild@0.16.17: 4990 /esbuild-plugin-copy/2.1.1_esbuild@0.16.17:
4979 resolution: {integrity: sha512-RHKhPV9ZYuWqYZ7ZjJ8qgJHzDOQ5K+z+7aaMQaHfiHntBTaFgiy554Gad6KrM2pBAC7ZiYervUYQET1jIWoOLg==} 4991 resolution: {integrity: sha512-Bk66jpevTcV8KMFzZI1P7MZKZ+uDcrZm2G2egZ2jNIvVnivDpodZI+/KnpL3Jnap0PBdIHU7HwFGB8r+vV5CVw==}
4980 peerDependencies: 4992 peerDependencies:
4981 esbuild: '>= 0.14.0' 4993 esbuild: '>= 0.14.0'
4982 dependencies: 4994 dependencies:
@@ -5244,7 +5256,7 @@ packages:
5244 semver: 6.3.0 5256 semver: 6.3.0
5245 dev: true 5257 dev: true
5246 5258
5247 /eslint-plugin-prettier/4.2.1_i2qmqyy4fgpgq2h7f6vnil3crq: 5259 /eslint-plugin-prettier/4.2.1_m2t6guax5rzwjzygq4gpe4masm:
5248 resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} 5260 resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
5249 engines: {node: '>=12.0.0'} 5261 engines: {node: '>=12.0.0'}
5250 peerDependencies: 5262 peerDependencies:
@@ -5257,7 +5269,7 @@ packages:
5257 dependencies: 5269 dependencies:
5258 eslint: 8.36.0 5270 eslint: 8.36.0
5259 eslint-config-prettier: 8.8.0_eslint@8.36.0 5271 eslint-config-prettier: 8.8.0_eslint@8.36.0
5260 prettier: 2.8.5 5272 prettier: 2.8.8
5261 prettier-linter-helpers: 1.0.0 5273 prettier-linter-helpers: 1.0.0
5262 dev: true 5274 dev: true
5263 5275
@@ -5557,15 +5569,15 @@ packages:
5557 jest-util: 28.1.3 5569 jest-util: 28.1.3
5558 dev: true 5570 dev: true
5559 5571
5560 /expect/29.4.2: 5572 /expect/29.5.0:
5561 resolution: {integrity: sha512-+JHYg9O3hd3RlICG90OPVjRkPBoiUH7PxvDVMnRiaq1g6JUgZStX514erMl0v2Dc5SkfVbm7ztqbd6qHHPn+mQ==} 5573 resolution: {integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==}
5562 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 5574 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
5563 dependencies: 5575 dependencies:
5564 '@jest/expect-utils': 29.4.2 5576 '@jest/expect-utils': 29.5.0
5565 jest-get-type: 29.4.2 5577 jest-get-type: 29.4.3
5566 jest-matcher-utils: 29.4.2 5578 jest-matcher-utils: 29.5.0
5567 jest-message-util: 29.4.2 5579 jest-message-util: 29.5.0
5568 jest-util: 29.4.2 5580 jest-util: 29.5.0
5569 dev: true 5581 dev: true
5570 5582
5571 /ext-list/2.2.2: 5583 /ext-list/2.2.2:
@@ -5710,8 +5722,8 @@ packages:
5710 engines: {node: '>= 4.9.1'} 5722 engines: {node: '>= 4.9.1'}
5711 dev: false 5723 dev: false
5712 5724
5713 /fastq/1.13.0: 5725 /fastq/1.15.0:
5714 resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} 5726 resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==}
5715 dependencies: 5727 dependencies:
5716 reusify: 1.0.4 5728 reusify: 1.0.4
5717 dev: true 5729 dev: true
@@ -5970,7 +5982,7 @@ packages:
5970 resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} 5982 resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
5971 engines: {node: '>= 8'} 5983 engines: {node: '>= 8'}
5972 dependencies: 5984 dependencies:
5973 minipass: 3.3.5 5985 minipass: 3.3.6
5974 5986
5975 /fs.realpath/1.0.0: 5987 /fs.realpath/1.0.0:
5976 resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} 5988 resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
@@ -6201,7 +6213,7 @@ packages:
6201 array-union: 2.1.0 6213 array-union: 2.1.0
6202 dir-glob: 3.0.1 6214 dir-glob: 3.0.1
6203 fast-glob: 3.2.12 6215 fast-glob: 3.2.12
6204 ignore: 5.2.0 6216 ignore: 5.2.4
6205 merge2: 1.4.1 6217 merge2: 1.4.1
6206 slash: 3.0.0 6218 slash: 3.0.0
6207 dev: true 6219 dev: true
@@ -6544,6 +6556,11 @@ packages:
6544 engines: {node: '>= 4'} 6556 engines: {node: '>= 4'}
6545 dev: true 6557 dev: true
6546 6558
6559 /ignore/5.2.4:
6560 resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
6561 engines: {node: '>= 4'}
6562 dev: true
6563
6547 /immutable/4.3.0: 6564 /immutable/4.3.0:
6548 resolution: {integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==} 6565 resolution: {integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==}
6549 6566
@@ -7123,7 +7140,7 @@ packages:
7123 '@jest/expect': 28.1.3 7140 '@jest/expect': 28.1.3
7124 '@jest/test-result': 28.1.3 7141 '@jest/test-result': 28.1.3
7125 '@jest/types': 28.1.3 7142 '@jest/types': 28.1.3
7126 '@types/node': 18.15.11 7143 '@types/node': 16.11.33
7127 chalk: 4.1.2 7144 chalk: 4.1.2
7128 co: 4.6.0 7145 co: 4.6.0
7129 dedent: 0.7.0 7146 dedent: 0.7.0
@@ -7188,7 +7205,46 @@ packages:
7188 '@types/node': 16.11.33 7205 '@types/node': 16.11.33
7189 babel-jest: 28.1.3_@babel+core@7.20.5 7206 babel-jest: 28.1.3_@babel+core@7.20.5
7190 chalk: 4.1.2 7207 chalk: 4.1.2
7191 ci-info: 3.7.0 7208 ci-info: 3.8.0
7209 deepmerge: 4.2.2
7210 glob: 7.2.3
7211 graceful-fs: 4.2.11
7212 jest-circus: 28.1.3
7213 jest-environment-node: 28.1.3
7214 jest-get-type: 28.0.2
7215 jest-regex-util: 28.0.2
7216 jest-resolve: 28.1.3
7217 jest-runner: 28.1.3
7218 jest-util: 28.1.3
7219 jest-validate: 28.1.3
7220 micromatch: 4.0.5
7221 parse-json: 5.2.0
7222 pretty-format: 28.1.3
7223 slash: 3.0.0
7224 strip-json-comments: 3.1.1
7225 transitivePeerDependencies:
7226 - supports-color
7227 dev: true
7228
7229 /jest-config/28.1.3_@types+node@18.15.11:
7230 resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==}
7231 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
7232 peerDependencies:
7233 '@types/node': '*'
7234 ts-node: '>=9.0.0'
7235 peerDependenciesMeta:
7236 '@types/node':
7237 optional: true
7238 ts-node:
7239 optional: true
7240 dependencies:
7241 '@babel/core': 7.20.5
7242 '@jest/test-sequencer': 28.1.3
7243 '@jest/types': 28.1.3
7244 '@types/node': 18.15.11
7245 babel-jest: 28.1.3_@babel+core@7.20.5
7246 chalk: 4.1.2
7247 ci-info: 3.8.0
7192 deepmerge: 4.2.2 7248 deepmerge: 4.2.2
7193 glob: 7.2.3 7249 glob: 7.2.3
7194 graceful-fs: 4.2.11 7250 graceful-fs: 4.2.11
@@ -7219,14 +7275,14 @@ packages:
7219 pretty-format: 28.1.3 7275 pretty-format: 28.1.3
7220 dev: true 7276 dev: true
7221 7277
7222 /jest-diff/29.4.2: 7278 /jest-diff/29.5.0:
7223 resolution: {integrity: sha512-EK8DSajVtnjx9sa1BkjZq3mqChm2Cd8rIzdXkQMA8e0wuXq53ypz6s5o5V8HRZkoEt2ywJ3eeNWFKWeYr8HK4g==} 7279 resolution: {integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==}
7224 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 7280 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
7225 dependencies: 7281 dependencies:
7226 chalk: 4.1.2 7282 chalk: 4.1.2
7227 diff-sequences: 29.4.2 7283 diff-sequences: 29.4.3
7228 jest-get-type: 29.4.2 7284 jest-get-type: 29.4.3
7229 pretty-format: 29.4.2 7285 pretty-format: 29.5.0
7230 dev: true 7286 dev: true
7231 7287
7232 /jest-docblock/28.1.1: 7288 /jest-docblock/28.1.1:
@@ -7254,7 +7310,7 @@ packages:
7254 '@jest/environment': 28.1.3 7310 '@jest/environment': 28.1.3
7255 '@jest/fake-timers': 28.1.3 7311 '@jest/fake-timers': 28.1.3
7256 '@jest/types': 28.1.3 7312 '@jest/types': 28.1.3
7257 '@types/node': 18.15.11 7313 '@types/node': 16.11.33
7258 jest-mock: 28.1.3 7314 jest-mock: 28.1.3
7259 jest-util: 28.1.3 7315 jest-util: 28.1.3
7260 dev: true 7316 dev: true
@@ -7264,8 +7320,8 @@ packages:
7264 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 7320 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
7265 dev: true 7321 dev: true
7266 7322
7267 /jest-get-type/29.4.2: 7323 /jest-get-type/29.4.3:
7268 resolution: {integrity: sha512-vERN30V5i2N6lqlFu4ljdTqQAgrkTFMC9xaIIfOPYBw04pufjXRty5RuXBiB1d72tGbURa/UgoiHB90ruOSivg==} 7324 resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==}
7269 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 7325 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
7270 dev: true 7326 dev: true
7271 7327
@@ -7275,7 +7331,7 @@ packages:
7275 dependencies: 7331 dependencies:
7276 '@jest/types': 28.1.3 7332 '@jest/types': 28.1.3
7277 '@types/graceful-fs': 4.1.5 7333 '@types/graceful-fs': 4.1.5
7278 '@types/node': 16.11.33 7334 '@types/node': 18.15.11
7279 anymatch: 3.1.3 7335 anymatch: 3.1.3
7280 fb-watchman: 2.0.2 7336 fb-watchman: 2.0.2
7281 graceful-fs: 4.2.11 7337 graceful-fs: 4.2.11
@@ -7306,21 +7362,21 @@ packages:
7306 pretty-format: 28.1.3 7362 pretty-format: 28.1.3
7307 dev: true 7363 dev: true
7308 7364
7309 /jest-matcher-utils/29.4.2: 7365 /jest-matcher-utils/29.5.0:
7310 resolution: {integrity: sha512-EZaAQy2je6Uqkrm6frnxBIdaWtSYFoR8SVb2sNLAtldswlR/29JAgx+hy67llT3+hXBaLB0zAm5UfeqerioZyg==} 7366 resolution: {integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==}
7311 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 7367 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
7312 dependencies: 7368 dependencies:
7313 chalk: 4.1.2 7369 chalk: 4.1.2
7314 jest-diff: 29.4.2 7370 jest-diff: 29.5.0
7315 jest-get-type: 29.4.2 7371 jest-get-type: 29.4.3
7316 pretty-format: 29.4.2 7372 pretty-format: 29.5.0
7317 dev: true 7373 dev: true
7318 7374
7319 /jest-message-util/28.1.3: 7375 /jest-message-util/28.1.3:
7320 resolution: {integrity: sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==} 7376 resolution: {integrity: sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==}
7321 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 7377 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
7322 dependencies: 7378 dependencies:
7323 '@babel/code-frame': 7.18.6 7379 '@babel/code-frame': 7.21.4
7324 '@jest/types': 28.1.3 7380 '@jest/types': 28.1.3
7325 '@types/stack-utils': 2.0.1 7381 '@types/stack-utils': 2.0.1
7326 chalk: 4.1.2 7382 chalk: 4.1.2
@@ -7331,17 +7387,17 @@ packages:
7331 stack-utils: 2.0.6 7387 stack-utils: 2.0.6
7332 dev: true 7388 dev: true
7333 7389
7334 /jest-message-util/29.4.2: 7390 /jest-message-util/29.5.0:
7335 resolution: {integrity: sha512-SElcuN4s6PNKpOEtTInjOAA8QvItu0iugkXqhYyguRvQoXapg5gN+9RQxLAkakChZA7Y26j6yUCsFWN+hlKD6g==} 7391 resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==}
7336 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 7392 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
7337 dependencies: 7393 dependencies:
7338 '@babel/code-frame': 7.18.6 7394 '@babel/code-frame': 7.21.4
7339 '@jest/types': 29.4.2 7395 '@jest/types': 29.5.0
7340 '@types/stack-utils': 2.0.1 7396 '@types/stack-utils': 2.0.1
7341 chalk: 4.1.2 7397 chalk: 4.1.2
7342 graceful-fs: 4.2.11 7398 graceful-fs: 4.2.11
7343 micromatch: 4.0.5 7399 micromatch: 4.0.5
7344 pretty-format: 29.4.2 7400 pretty-format: 29.5.0
7345 slash: 3.0.0 7401 slash: 3.0.0
7346 stack-utils: 2.0.6 7402 stack-utils: 2.0.6
7347 dev: true 7403 dev: true
@@ -7351,7 +7407,7 @@ packages:
7351 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 7407 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
7352 dependencies: 7408 dependencies:
7353 '@jest/types': 28.1.3 7409 '@jest/types': 28.1.3
7354 '@types/node': 18.15.11 7410 '@types/node': 16.11.33
7355 dev: true 7411 dev: true
7356 7412
7357 /jest-pnp-resolver/1.2.3_jest-resolve@28.1.3: 7413 /jest-pnp-resolver/1.2.3_jest-resolve@28.1.3:
@@ -7405,7 +7461,7 @@ packages:
7405 '@jest/test-result': 28.1.3 7461 '@jest/test-result': 28.1.3
7406 '@jest/transform': 28.1.3 7462 '@jest/transform': 28.1.3
7407 '@jest/types': 28.1.3 7463 '@jest/types': 28.1.3
7408 '@types/node': 16.11.33 7464 '@types/node': 18.15.11
7409 chalk: 4.1.2 7465 chalk: 4.1.2
7410 emittery: 0.10.2 7466 emittery: 0.10.2
7411 graceful-fs: 4.2.11 7467 graceful-fs: 4.2.11
@@ -7491,21 +7547,21 @@ packages:
7491 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 7547 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
7492 dependencies: 7548 dependencies:
7493 '@jest/types': 28.1.3 7549 '@jest/types': 28.1.3
7494 '@types/node': 16.11.33 7550 '@types/node': 18.15.11
7495 chalk: 4.1.2 7551 chalk: 4.1.2
7496 ci-info: 3.7.0 7552 ci-info: 3.8.0
7497 graceful-fs: 4.2.11 7553 graceful-fs: 4.2.11
7498 picomatch: 2.3.1 7554 picomatch: 2.3.1
7499 dev: true 7555 dev: true
7500 7556
7501 /jest-util/29.4.2: 7557 /jest-util/29.5.0:
7502 resolution: {integrity: sha512-wKnm6XpJgzMUSRFB7YF48CuwdzuDIHenVuoIb1PLuJ6F+uErZsuDkU+EiExkChf6473XcawBrSfDSnXl+/YG4g==} 7558 resolution: {integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==}
7503 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 7559 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
7504 dependencies: 7560 dependencies:
7505 '@jest/types': 29.4.2 7561 '@jest/types': 29.5.0
7506 '@types/node': 16.11.33 7562 '@types/node': 16.11.33
7507 chalk: 4.1.2 7563 chalk: 4.1.2
7508 ci-info: 3.7.0 7564 ci-info: 3.8.0
7509 graceful-fs: 4.2.11 7565 graceful-fs: 4.2.11
7510 picomatch: 2.3.1 7566 picomatch: 2.3.1
7511 dev: true 7567 dev: true
@@ -7528,7 +7584,7 @@ packages:
7528 dependencies: 7584 dependencies:
7529 '@jest/test-result': 28.1.3 7585 '@jest/test-result': 28.1.3
7530 '@jest/types': 28.1.3 7586 '@jest/types': 28.1.3
7531 '@types/node': 16.11.33 7587 '@types/node': 18.15.11
7532 ansi-escapes: 4.3.2 7588 ansi-escapes: 4.3.2
7533 chalk: 4.1.2 7589 chalk: 4.1.2
7534 emittery: 0.10.2 7590 emittery: 0.10.2
@@ -7540,7 +7596,7 @@ packages:
7540 resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} 7596 resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==}
7541 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} 7597 engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
7542 dependencies: 7598 dependencies:
7543 '@types/node': 18.15.11 7599 '@types/node': 16.11.33
7544 merge-stream: 2.0.0 7600 merge-stream: 2.0.0
7545 supports-color: 8.1.1 7601 supports-color: 8.1.1
7546 dev: true 7602 dev: true
@@ -7815,7 +7871,7 @@ packages:
7815 resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} 7871 resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==}
7816 dependencies: 7872 dependencies:
7817 '@babel/runtime': 7.20.7 7873 '@babel/runtime': 7.20.7
7818 csstype: 3.1.1 7874 csstype: 3.1.2
7819 is-in-browser: 1.1.3 7875 is-in-browser: 1.1.3
7820 tiny-warning: 1.0.3 7876 tiny-warning: 1.0.3
7821 dev: false 7877 dev: false
@@ -8215,7 +8271,7 @@ packages:
8215 https-proxy-agent: 5.0.1 8271 https-proxy-agent: 5.0.1
8216 is-lambda: 1.0.1 8272 is-lambda: 1.0.1
8217 lru-cache: 6.0.0 8273 lru-cache: 6.0.0
8218 minipass: 3.3.5 8274 minipass: 3.3.6
8219 minipass-collect: 1.0.2 8275 minipass-collect: 1.0.2
8220 minipass-fetch: 1.4.1 8276 minipass-fetch: 1.4.1
8221 minipass-flush: 1.0.5 8277 minipass-flush: 1.0.5
@@ -8448,7 +8504,7 @@ packages:
8448 resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} 8504 resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==}
8449 engines: {node: '>= 8'} 8505 engines: {node: '>= 8'}
8450 dependencies: 8506 dependencies:
8451 minipass: 3.3.5 8507 minipass: 3.3.6
8452 dev: false 8508 dev: false
8453 optional: true 8509 optional: true
8454 8510
@@ -8456,7 +8512,7 @@ packages:
8456 resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} 8512 resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==}
8457 engines: {node: '>=8'} 8513 engines: {node: '>=8'}
8458 dependencies: 8514 dependencies:
8459 minipass: 3.3.5 8515 minipass: 3.3.6
8460 minipass-sized: 1.0.3 8516 minipass-sized: 1.0.3
8461 minizlib: 2.1.2 8517 minizlib: 2.1.2
8462 optionalDependencies: 8518 optionalDependencies:
@@ -8468,7 +8524,7 @@ packages:
8468 resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} 8524 resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
8469 engines: {node: '>= 8'} 8525 engines: {node: '>= 8'}
8470 dependencies: 8526 dependencies:
8471 minipass: 3.3.5 8527 minipass: 3.3.6
8472 dev: false 8528 dev: false
8473 optional: true 8529 optional: true
8474 8530
@@ -8476,7 +8532,7 @@ packages:
8476 resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} 8532 resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
8477 engines: {node: '>=8'} 8533 engines: {node: '>=8'}
8478 dependencies: 8534 dependencies:
8479 minipass: 3.3.5 8535 minipass: 3.3.6
8480 dev: false 8536 dev: false
8481 optional: true 8537 optional: true
8482 8538
@@ -8484,12 +8540,12 @@ packages:
8484 resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} 8540 resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==}
8485 engines: {node: '>=8'} 8541 engines: {node: '>=8'}
8486 dependencies: 8542 dependencies:
8487 minipass: 3.3.5 8543 minipass: 3.3.6
8488 dev: false 8544 dev: false
8489 optional: true 8545 optional: true
8490 8546
8491 /minipass/3.3.5: 8547 /minipass/3.3.6:
8492 resolution: {integrity: sha512-rQ/p+KfKBkeNwo04U15i+hOwoVBVmekmm/HcfTkTN2t9pbQKCMm4eN5gFeqgrrSp/kH/7BYYhTIHOxGqzbBPaA==} 8548 resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
8493 engines: {node: '>=8'} 8549 engines: {node: '>=8'}
8494 dependencies: 8550 dependencies:
8495 yallist: 4.0.0 8551 yallist: 4.0.0
@@ -8499,12 +8555,17 @@ packages:
8499 engines: {node: '>=8'} 8555 engines: {node: '>=8'}
8500 dependencies: 8556 dependencies:
8501 yallist: 4.0.0 8557 yallist: 4.0.0
8558 dev: true
8559
8560 /minipass/5.0.0:
8561 resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
8562 engines: {node: '>=8'}
8502 8563
8503 /minizlib/2.1.2: 8564 /minizlib/2.1.2:
8504 resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} 8565 resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
8505 engines: {node: '>= 8'} 8566 engines: {node: '>= 8'}
8506 dependencies: 8567 dependencies:
8507 minipass: 3.3.5 8568 minipass: 3.3.6
8508 yallist: 4.0.0 8569 yallist: 4.0.0
8509 8570
8510 /mixin-deep/1.3.2: 8571 /mixin-deep/1.3.2:
@@ -8742,7 +8803,7 @@ packages:
8742 npmlog: 6.0.2 8803 npmlog: 6.0.2
8743 rimraf: 3.0.2 8804 rimraf: 3.0.2
8744 semver: 7.3.8 8805 semver: 7.3.8
8745 tar: 6.1.13 8806 tar: 6.1.14
8746 which: 2.0.2 8807 which: 2.0.2
8747 transitivePeerDependencies: 8808 transitivePeerDependencies:
8748 - bluebird 8809 - bluebird
@@ -9085,7 +9146,7 @@ packages:
9085 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} 9146 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
9086 engines: {node: '>=8'} 9147 engines: {node: '>=8'}
9087 dependencies: 9148 dependencies:
9088 '@babel/code-frame': 7.18.6 9149 '@babel/code-frame': 7.21.4
9089 error-ex: 1.3.2 9150 error-ex: 1.3.2
9090 json-parse-even-better-errors: 2.3.1 9151 json-parse-even-better-errors: 2.3.1
9091 lines-and-columns: 1.2.4 9152 lines-and-columns: 1.2.4
@@ -9257,8 +9318,8 @@ packages:
9257 fast-diff: 1.2.0 9318 fast-diff: 1.2.0
9258 dev: true 9319 dev: true
9259 9320
9260 /prettier/2.8.5: 9321 /prettier/2.8.8:
9261 resolution: {integrity: sha512-3gzuxrHbKUePRBB4ZeU08VNkUcqEHaUaouNt0m7LGP4Hti/NuB07C7PPTM/LkWqXoJYJn2McEo5+kxPNrtQkLQ==} 9322 resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
9262 engines: {node: '>=10.13.0'} 9323 engines: {node: '>=10.13.0'}
9263 hasBin: true 9324 hasBin: true
9264 dev: true 9325 dev: true
@@ -9278,11 +9339,11 @@ packages:
9278 react-is: 18.2.0 9339 react-is: 18.2.0
9279 dev: true 9340 dev: true
9280 9341
9281 /pretty-format/29.4.2: 9342 /pretty-format/29.5.0:
9282 resolution: {integrity: sha512-qKlHR8yFVCbcEWba0H0TOC8dnLlO4vPlyEjRPw31FZ2Rupy9nLa8ZLbYny8gWEl8CkEhJqAE6IzdNELTBVcBEg==} 9343 resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==}
9283 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 9344 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
9284 dependencies: 9345 dependencies:
9285 '@jest/schemas': 29.4.2 9346 '@jest/schemas': 29.4.3
9286 ansi-styles: 5.2.0 9347 ansi-styles: 5.2.0
9287 react-is: 18.2.0 9348 react-is: 18.2.0
9288 dev: true 9349 dev: true
@@ -10571,8 +10632,8 @@ packages:
10571 scmp: 2.0.0 10632 scmp: 2.0.0
10572 dev: false 10633 dev: false
10573 10634
10574 /simple-git/3.17.0: 10635 /simple-git/3.18.0:
10575 resolution: {integrity: sha512-JozI/s8jr3nvLd9yn2jzPVHnhVzt7t7QWfcIoDcqRIGN+f1IINGv52xoZti2kkYfoRhhRvzMSNPfogHMp97rlw==} 10636 resolution: {integrity: sha512-Yt0GJ5aYrpPci3JyrYcsPz8Xc05Hi4JPSOb+Sgn/BmPX35fn/6Fp9Mef8eMBCrL2siY5w4j49TA5Q+bxPpri1Q==}
10576 dependencies: 10637 dependencies:
10577 '@kwsites/file-exists': 1.1.1 10638 '@kwsites/file-exists': 1.1.1
10578 '@kwsites/promise-deferred': 1.1.1 10639 '@kwsites/promise-deferred': 1.1.1
@@ -10797,7 +10858,7 @@ packages:
10797 dependencies: 10858 dependencies:
10798 '@mapbox/node-pre-gyp': 1.0.10 10859 '@mapbox/node-pre-gyp': 1.0.10
10799 node-addon-api: 4.3.0 10860 node-addon-api: 4.3.0
10800 tar: 6.1.13 10861 tar: 6.1.14
10801 optionalDependencies: 10862 optionalDependencies:
10802 node-gyp: 8.4.1 10863 node-gyp: 8.4.1
10803 transitivePeerDependencies: 10864 transitivePeerDependencies:
@@ -10826,7 +10887,7 @@ packages:
10826 resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} 10887 resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==}
10827 engines: {node: '>= 8'} 10888 engines: {node: '>= 8'}
10828 dependencies: 10889 dependencies:
10829 minipass: 3.3.5 10890 minipass: 3.3.6
10830 dev: false 10891 dev: false
10831 optional: true 10892 optional: true
10832 10893
@@ -11047,13 +11108,13 @@ packages:
11047 acorn-node: 1.8.2 11108 acorn-node: 1.8.2
11048 dev: false 11109 dev: false
11049 11110
11050 /tar/6.1.13: 11111 /tar/6.1.14:
11051 resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==} 11112 resolution: {integrity: sha512-piERznXu0U7/pW7cdSn7hjqySIVTYT6F76icmFk7ptU7dDYlXTm5r9A6K04R2vU3olYgoKeo1Cg3eeu5nhftAw==}
11052 engines: {node: '>=10'} 11113 engines: {node: '>=10'}
11053 dependencies: 11114 dependencies:
11054 chownr: 2.0.0 11115 chownr: 2.0.0
11055 fs-minipass: 2.1.0 11116 fs-minipass: 2.1.0
11056 minipass: 4.0.0 11117 minipass: 5.0.0
11057 minizlib: 2.1.2 11118 minizlib: 2.1.2
11058 mkdirp: 1.0.4 11119 mkdirp: 1.0.4
11059 yallist: 4.0.0 11120 yallist: 4.0.0
diff --git a/recipes b/recipes
Subproject 28e1513d4fc8f265796c115f62b5553bcf2e807 Subproject 83f3374b8f647d942d3fabfa3c84349e987c32f