cloudcommerce 0.0.39 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +8 -8
- package/packages/api/package.json +1 -1
- package/packages/apps/discounts/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/firebase/lib/config.js +18 -22
- package/packages/firebase/lib/defaults.js +1 -4
- package/packages/firebase/lib/env.js +17 -17
- package/packages/firebase/lib/handlers/check-store-events.js +23 -24
- package/packages/firebase/lib/index.js +2 -4
- package/packages/firebase/lib/types.js +1 -1
- package/packages/firebase/package.json +3 -3
- package/packages/modules/package.json +2 -2
- package/packages/passport/package.json +2 -2
- package/packages/ssr/package.json +2 -2
- package/packages/storefront/package.json +2 -2
- package/packages/types/package.json +1 -1
- package/pnpm-lock.yaml +390 -163
package/pnpm-lock.yaml
CHANGED
|
@@ -8,40 +8,40 @@ importers:
|
|
|
8
8
|
'@commitlint/config-conventional': ^17.0.3
|
|
9
9
|
'@commitlint/rules': ^17.0.0
|
|
10
10
|
'@types/node': ^18.0.5
|
|
11
|
-
'@typescript-eslint/eslint-plugin': ^5.
|
|
12
|
-
'@typescript-eslint/parser': ^5.
|
|
13
|
-
esbuild: ^0.14.
|
|
14
|
-
eslint: ^8.
|
|
11
|
+
'@typescript-eslint/eslint-plugin': ^5.32.0
|
|
12
|
+
'@typescript-eslint/parser': ^5.32.0
|
|
13
|
+
esbuild: ^0.14.51
|
|
14
|
+
eslint: ^8.21.0
|
|
15
15
|
eslint-config-airbnb-base: ^15.0.0
|
|
16
16
|
eslint-plugin-import: ^2.26.0
|
|
17
17
|
eslint-plugin-vue: ^9.3.0
|
|
18
18
|
husky: ^8.0.1
|
|
19
|
-
node-fetch: ^3.2.
|
|
19
|
+
node-fetch: ^3.2.10
|
|
20
20
|
standard-version: ^9.5.0
|
|
21
|
-
turbo: ^1.
|
|
21
|
+
turbo: ^1.4.0
|
|
22
22
|
typescript: ^4.7.4
|
|
23
23
|
vite: '3'
|
|
24
|
-
vitest: ^0.
|
|
24
|
+
vitest: ^0.20.2
|
|
25
25
|
zx: ^7.0.7
|
|
26
26
|
devDependencies:
|
|
27
27
|
'@commitlint/cli': 17.0.3
|
|
28
28
|
'@commitlint/config-conventional': 17.0.3
|
|
29
29
|
'@commitlint/rules': 17.0.0
|
|
30
30
|
'@types/node': 18.0.6
|
|
31
|
-
'@typescript-eslint/eslint-plugin': 5.
|
|
32
|
-
'@typescript-eslint/parser': 5.
|
|
33
|
-
esbuild: 0.14.
|
|
34
|
-
eslint: 8.
|
|
35
|
-
eslint-config-airbnb-base: 15.0.
|
|
36
|
-
eslint-plugin-import: 2.26.
|
|
37
|
-
eslint-plugin-vue: 9.3.0_eslint@8.
|
|
31
|
+
'@typescript-eslint/eslint-plugin': 5.32.0_iosr3hrei2tubxveewluhu5lhy
|
|
32
|
+
'@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
33
|
+
esbuild: 0.14.51
|
|
34
|
+
eslint: 8.21.0
|
|
35
|
+
eslint-config-airbnb-base: 15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae
|
|
36
|
+
eslint-plugin-import: 2.26.0_wuikv5nqgdfyng42xxm7lklfmi
|
|
37
|
+
eslint-plugin-vue: 9.3.0_eslint@8.21.0
|
|
38
38
|
husky: 8.0.1
|
|
39
|
-
node-fetch: 3.2.
|
|
39
|
+
node-fetch: 3.2.10
|
|
40
40
|
standard-version: 9.5.0
|
|
41
|
-
turbo: 1.
|
|
41
|
+
turbo: 1.4.0
|
|
42
42
|
typescript: 4.7.4
|
|
43
43
|
vite: 3.0.2
|
|
44
|
-
vitest: 0.
|
|
44
|
+
vitest: 0.20.2
|
|
45
45
|
zx: 7.0.7
|
|
46
46
|
|
|
47
47
|
packages/__skeleton:
|
|
@@ -81,16 +81,16 @@ importers:
|
|
|
81
81
|
'@cloudcommerce/types': workspace:*
|
|
82
82
|
'@fastify/deepmerge': ^1.1.0
|
|
83
83
|
'@firebase/app-types': ^0.7.0
|
|
84
|
-
firebase-admin: ^11.0.
|
|
84
|
+
firebase-admin: ^11.0.1
|
|
85
85
|
firebase-functions: ^3.22.0
|
|
86
|
-
node-fetch: ^3.2.
|
|
86
|
+
node-fetch: ^3.2.10
|
|
87
87
|
source-map-support: ^0.5.21
|
|
88
88
|
dependencies:
|
|
89
89
|
'@cloudcommerce/api': link:../api
|
|
90
90
|
'@fastify/deepmerge': 1.1.0
|
|
91
|
-
firebase-admin: 11.0.
|
|
92
|
-
firebase-functions: 3.22.0_firebase-admin@11.0.
|
|
93
|
-
node-fetch: 3.2.
|
|
91
|
+
firebase-admin: 11.0.1_@firebase+app-types@0.7.0
|
|
92
|
+
firebase-functions: 3.22.0_firebase-admin@11.0.1
|
|
93
|
+
node-fetch: 3.2.10
|
|
94
94
|
source-map-support: 0.5.21
|
|
95
95
|
devDependencies:
|
|
96
96
|
'@cloudcommerce/types': link:../types
|
|
@@ -101,14 +101,14 @@ importers:
|
|
|
101
101
|
'@cloudcommerce/firebase': workspace:*
|
|
102
102
|
'@cloudcommerce/types': workspace:*
|
|
103
103
|
'@firebase/app-types': ^0.7.0
|
|
104
|
-
firebase-admin: ^11.0.
|
|
104
|
+
firebase-admin: ^11.0.1
|
|
105
105
|
firebase-functions: ^3.22.0
|
|
106
106
|
json-schema-to-typescript: ^11.0.1
|
|
107
107
|
source-map-support: ^0.5.21
|
|
108
108
|
dependencies:
|
|
109
109
|
'@cloudcommerce/firebase': link:../firebase
|
|
110
|
-
firebase-admin: 11.0.
|
|
111
|
-
firebase-functions: 3.22.0_firebase-admin@11.0.
|
|
110
|
+
firebase-admin: 11.0.1_@firebase+app-types@0.7.0
|
|
111
|
+
firebase-functions: 3.22.0_firebase-admin@11.0.1
|
|
112
112
|
source-map-support: 0.5.21
|
|
113
113
|
devDependencies:
|
|
114
114
|
'@cloudcommerce/types': link:../types
|
|
@@ -121,14 +121,14 @@ importers:
|
|
|
121
121
|
'@cloudcommerce/firebase': workspace:*
|
|
122
122
|
'@cloudcommerce/types': workspace:*
|
|
123
123
|
'@firebase/app-types': ^0.7.0
|
|
124
|
-
firebase-admin: ^11.0.
|
|
124
|
+
firebase-admin: ^11.0.1
|
|
125
125
|
firebase-functions: ^3.22.0
|
|
126
126
|
source-map-support: ^0.5.21
|
|
127
127
|
dependencies:
|
|
128
128
|
'@cloudcommerce/api': link:../api
|
|
129
129
|
'@cloudcommerce/firebase': link:../firebase
|
|
130
|
-
firebase-admin: 11.0.
|
|
131
|
-
firebase-functions: 3.22.0_firebase-admin@11.0.
|
|
130
|
+
firebase-admin: 11.0.1_@firebase+app-types@0.7.0
|
|
131
|
+
firebase-functions: 3.22.0_firebase-admin@11.0.1
|
|
132
132
|
source-map-support: 0.5.21
|
|
133
133
|
devDependencies:
|
|
134
134
|
'@cloudcommerce/types': link:../types
|
|
@@ -141,15 +141,15 @@ importers:
|
|
|
141
141
|
'@cloudcommerce/storefront': workspace:*
|
|
142
142
|
'@cloudcommerce/types': workspace:*
|
|
143
143
|
'@firebase/app-types': ^0.7.0
|
|
144
|
-
firebase-admin: ^11.0.
|
|
144
|
+
firebase-admin: ^11.0.1
|
|
145
145
|
firebase-functions: ^3.22.0
|
|
146
146
|
source-map-support: ^0.5.21
|
|
147
147
|
dependencies:
|
|
148
148
|
'@cloudcommerce/api': link:../api
|
|
149
149
|
'@cloudcommerce/firebase': link:../firebase
|
|
150
150
|
'@cloudcommerce/storefront': link:../storefront
|
|
151
|
-
firebase-admin: 11.0.
|
|
152
|
-
firebase-functions: 3.22.0_firebase-admin@11.0.
|
|
151
|
+
firebase-admin: 11.0.1_@firebase+app-types@0.7.0
|
|
152
|
+
firebase-functions: 3.22.0_firebase-admin@11.0.1
|
|
153
153
|
source-map-support: 0.5.21
|
|
154
154
|
devDependencies:
|
|
155
155
|
'@cloudcommerce/types': link:../types
|
|
@@ -158,10 +158,10 @@ importers:
|
|
|
158
158
|
packages/storefront:
|
|
159
159
|
specifiers:
|
|
160
160
|
'@cloudcommerce/api': workspace:*
|
|
161
|
-
astro: 1.0.0-rc.
|
|
161
|
+
astro: 1.0.0-rc.3
|
|
162
162
|
dependencies:
|
|
163
163
|
'@cloudcommerce/api': link:../api
|
|
164
|
-
astro: 1.0.0-rc.
|
|
164
|
+
astro: 1.0.0-rc.3
|
|
165
165
|
|
|
166
166
|
packages/types:
|
|
167
167
|
specifiers:
|
|
@@ -171,36 +171,36 @@ importers:
|
|
|
171
171
|
|
|
172
172
|
store:
|
|
173
173
|
specifiers:
|
|
174
|
-
'@cloudcommerce/cli': ^0.0.
|
|
174
|
+
'@cloudcommerce/cli': ^0.0.40
|
|
175
175
|
dependencies:
|
|
176
176
|
'@cloudcommerce/cli': link:../packages/cli
|
|
177
177
|
|
|
178
178
|
store/functions/core:
|
|
179
179
|
specifiers:
|
|
180
|
-
'@cloudcommerce/firebase': ^0.0.
|
|
180
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
181
181
|
dependencies:
|
|
182
182
|
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
183
183
|
|
|
184
184
|
store/functions/modules:
|
|
185
185
|
specifiers:
|
|
186
|
-
'@cloudcommerce/firebase': ^0.0.
|
|
187
|
-
'@cloudcommerce/modules': ^0.0.
|
|
186
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
187
|
+
'@cloudcommerce/modules': ^0.0.40
|
|
188
188
|
dependencies:
|
|
189
189
|
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
190
190
|
'@cloudcommerce/modules': link:../../../packages/modules
|
|
191
191
|
|
|
192
192
|
store/functions/passport:
|
|
193
193
|
specifiers:
|
|
194
|
-
'@cloudcommerce/firebase': ^0.0.
|
|
195
|
-
'@cloudcommerce/passport': ^0.0.
|
|
194
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
195
|
+
'@cloudcommerce/passport': ^0.0.40
|
|
196
196
|
dependencies:
|
|
197
197
|
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
198
198
|
'@cloudcommerce/passport': link:../../../packages/passport
|
|
199
199
|
|
|
200
200
|
store/functions/ssr:
|
|
201
201
|
specifiers:
|
|
202
|
-
'@cloudcommerce/firebase': ^0.0.
|
|
203
|
-
'@cloudcommerce/ssr': ^0.0.
|
|
202
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
203
|
+
'@cloudcommerce/ssr': ^0.0.40
|
|
204
204
|
dependencies:
|
|
205
205
|
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
206
206
|
'@cloudcommerce/ssr': link:../../../packages/ssr
|
|
@@ -295,7 +295,7 @@ packages:
|
|
|
295
295
|
dset: 3.1.2
|
|
296
296
|
is-docker: 3.0.0
|
|
297
297
|
is-wsl: 2.2.0
|
|
298
|
-
node-fetch: 3.2.
|
|
298
|
+
node-fetch: 3.2.10
|
|
299
299
|
which-pm-runs: 1.1.0
|
|
300
300
|
transitivePeerDependencies:
|
|
301
301
|
- supports-color
|
|
@@ -304,7 +304,7 @@ packages:
|
|
|
304
304
|
/@astrojs/webapi/0.12.0:
|
|
305
305
|
resolution: {integrity: sha512-rie5SYbvXVykKYBsNFnkUtDe7/0mGmrvj7Gg5pOKV34Cg/CrCJbvUSwH2oyCG2OLGtN2ttUOLvSgnVq3eipCsQ==}
|
|
306
306
|
dependencies:
|
|
307
|
-
node-fetch: 3.2.
|
|
307
|
+
node-fetch: 3.2.10
|
|
308
308
|
dev: false
|
|
309
309
|
|
|
310
310
|
/@babel/code-frame/7.18.6:
|
|
@@ -716,7 +716,7 @@ packages:
|
|
|
716
716
|
dependencies:
|
|
717
717
|
ajv: 6.12.6
|
|
718
718
|
debug: 4.3.4
|
|
719
|
-
espree: 9.3.
|
|
719
|
+
espree: 9.3.3
|
|
720
720
|
globals: 13.16.0
|
|
721
721
|
ignore: 5.2.0
|
|
722
722
|
import-fresh: 3.3.0
|
|
@@ -892,8 +892,8 @@ packages:
|
|
|
892
892
|
dev: false
|
|
893
893
|
optional: true
|
|
894
894
|
|
|
895
|
-
/@humanwhocodes/config-array/0.
|
|
896
|
-
resolution: {integrity: sha512-
|
|
895
|
+
/@humanwhocodes/config-array/0.10.4:
|
|
896
|
+
resolution: {integrity: sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==}
|
|
897
897
|
engines: {node: '>=10.10.0'}
|
|
898
898
|
dependencies:
|
|
899
899
|
'@humanwhocodes/object-schema': 1.2.1
|
|
@@ -903,6 +903,10 @@ packages:
|
|
|
903
903
|
- supports-color
|
|
904
904
|
dev: true
|
|
905
905
|
|
|
906
|
+
/@humanwhocodes/gitignore-to-minimatch/1.0.2:
|
|
907
|
+
resolution: {integrity: sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==}
|
|
908
|
+
dev: true
|
|
909
|
+
|
|
906
910
|
/@humanwhocodes/object-schema/1.2.1:
|
|
907
911
|
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
|
908
912
|
dev: true
|
|
@@ -1288,8 +1292,8 @@ packages:
|
|
|
1288
1292
|
/@types/which/2.0.1:
|
|
1289
1293
|
resolution: {integrity: sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==}
|
|
1290
1294
|
|
|
1291
|
-
/@typescript-eslint/eslint-plugin/5.
|
|
1292
|
-
resolution: {integrity: sha512-
|
|
1295
|
+
/@typescript-eslint/eslint-plugin/5.32.0_iosr3hrei2tubxveewluhu5lhy:
|
|
1296
|
+
resolution: {integrity: sha512-CHLuz5Uz7bHP2WgVlvoZGhf0BvFakBJKAD/43Ty0emn4wXWv5k01ND0C0fHcl/Im8Td2y/7h44E9pca9qAu2ew==}
|
|
1293
1297
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1294
1298
|
peerDependencies:
|
|
1295
1299
|
'@typescript-eslint/parser': ^5.0.0
|
|
@@ -1299,12 +1303,12 @@ packages:
|
|
|
1299
1303
|
typescript:
|
|
1300
1304
|
optional: true
|
|
1301
1305
|
dependencies:
|
|
1302
|
-
'@typescript-eslint/parser': 5.
|
|
1303
|
-
'@typescript-eslint/scope-manager': 5.
|
|
1304
|
-
'@typescript-eslint/type-utils': 5.
|
|
1305
|
-
'@typescript-eslint/utils': 5.
|
|
1306
|
+
'@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
1307
|
+
'@typescript-eslint/scope-manager': 5.32.0
|
|
1308
|
+
'@typescript-eslint/type-utils': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
1309
|
+
'@typescript-eslint/utils': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
1306
1310
|
debug: 4.3.4
|
|
1307
|
-
eslint: 8.
|
|
1311
|
+
eslint: 8.21.0
|
|
1308
1312
|
functional-red-black-tree: 1.0.1
|
|
1309
1313
|
ignore: 5.2.0
|
|
1310
1314
|
regexpp: 3.2.0
|
|
@@ -1315,8 +1319,8 @@ packages:
|
|
|
1315
1319
|
- supports-color
|
|
1316
1320
|
dev: true
|
|
1317
1321
|
|
|
1318
|
-
/@typescript-eslint/parser/5.
|
|
1319
|
-
resolution: {integrity: sha512-
|
|
1322
|
+
/@typescript-eslint/parser/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
|
1323
|
+
resolution: {integrity: sha512-IxRtsehdGV9GFQ35IGm5oKKR2OGcazUoiNBxhRV160iF9FoyuXxjY+rIqs1gfnd+4eL98OjeGnMpE7RF/NBb3A==}
|
|
1320
1324
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1321
1325
|
peerDependencies:
|
|
1322
1326
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
@@ -1325,26 +1329,26 @@ packages:
|
|
|
1325
1329
|
typescript:
|
|
1326
1330
|
optional: true
|
|
1327
1331
|
dependencies:
|
|
1328
|
-
'@typescript-eslint/scope-manager': 5.
|
|
1329
|
-
'@typescript-eslint/types': 5.
|
|
1330
|
-
'@typescript-eslint/typescript-estree': 5.
|
|
1332
|
+
'@typescript-eslint/scope-manager': 5.32.0
|
|
1333
|
+
'@typescript-eslint/types': 5.32.0
|
|
1334
|
+
'@typescript-eslint/typescript-estree': 5.32.0_typescript@4.7.4
|
|
1331
1335
|
debug: 4.3.4
|
|
1332
|
-
eslint: 8.
|
|
1336
|
+
eslint: 8.21.0
|
|
1333
1337
|
typescript: 4.7.4
|
|
1334
1338
|
transitivePeerDependencies:
|
|
1335
1339
|
- supports-color
|
|
1336
1340
|
dev: true
|
|
1337
1341
|
|
|
1338
|
-
/@typescript-eslint/scope-manager/5.
|
|
1339
|
-
resolution: {integrity: sha512-
|
|
1342
|
+
/@typescript-eslint/scope-manager/5.32.0:
|
|
1343
|
+
resolution: {integrity: sha512-KyAE+tUON0D7tNz92p1uetRqVJiiAkeluvwvZOqBmW9z2XApmk5WSMV9FrzOroAcVxJZB3GfUwVKr98Dr/OjOg==}
|
|
1340
1344
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1341
1345
|
dependencies:
|
|
1342
|
-
'@typescript-eslint/types': 5.
|
|
1343
|
-
'@typescript-eslint/visitor-keys': 5.
|
|
1346
|
+
'@typescript-eslint/types': 5.32.0
|
|
1347
|
+
'@typescript-eslint/visitor-keys': 5.32.0
|
|
1344
1348
|
dev: true
|
|
1345
1349
|
|
|
1346
|
-
/@typescript-eslint/type-utils/5.
|
|
1347
|
-
resolution: {integrity: sha512-
|
|
1350
|
+
/@typescript-eslint/type-utils/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
|
1351
|
+
resolution: {integrity: sha512-0gSsIhFDduBz3QcHJIp3qRCvVYbqzHg8D6bHFsDMrm0rURYDj+skBK2zmYebdCp+4nrd9VWd13egvhYFJj/wZg==}
|
|
1348
1352
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1349
1353
|
peerDependencies:
|
|
1350
1354
|
eslint: '*'
|
|
@@ -1353,22 +1357,22 @@ packages:
|
|
|
1353
1357
|
typescript:
|
|
1354
1358
|
optional: true
|
|
1355
1359
|
dependencies:
|
|
1356
|
-
'@typescript-eslint/utils': 5.
|
|
1360
|
+
'@typescript-eslint/utils': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
1357
1361
|
debug: 4.3.4
|
|
1358
|
-
eslint: 8.
|
|
1362
|
+
eslint: 8.21.0
|
|
1359
1363
|
tsutils: 3.21.0_typescript@4.7.4
|
|
1360
1364
|
typescript: 4.7.4
|
|
1361
1365
|
transitivePeerDependencies:
|
|
1362
1366
|
- supports-color
|
|
1363
1367
|
dev: true
|
|
1364
1368
|
|
|
1365
|
-
/@typescript-eslint/types/5.
|
|
1366
|
-
resolution: {integrity: sha512-
|
|
1369
|
+
/@typescript-eslint/types/5.32.0:
|
|
1370
|
+
resolution: {integrity: sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==}
|
|
1367
1371
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1368
1372
|
dev: true
|
|
1369
1373
|
|
|
1370
|
-
/@typescript-eslint/typescript-estree/5.
|
|
1371
|
-
resolution: {integrity: sha512-
|
|
1374
|
+
/@typescript-eslint/typescript-estree/5.32.0_typescript@4.7.4:
|
|
1375
|
+
resolution: {integrity: sha512-ZVAUkvPk3ITGtCLU5J4atCw9RTxK+SRc6hXqLtllC2sGSeMFWN+YwbiJR9CFrSFJ3w4SJfcWtDwNb/DmUIHdhg==}
|
|
1372
1376
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1373
1377
|
peerDependencies:
|
|
1374
1378
|
typescript: '*'
|
|
@@ -1376,8 +1380,8 @@ packages:
|
|
|
1376
1380
|
typescript:
|
|
1377
1381
|
optional: true
|
|
1378
1382
|
dependencies:
|
|
1379
|
-
'@typescript-eslint/types': 5.
|
|
1380
|
-
'@typescript-eslint/visitor-keys': 5.
|
|
1383
|
+
'@typescript-eslint/types': 5.32.0
|
|
1384
|
+
'@typescript-eslint/visitor-keys': 5.32.0
|
|
1381
1385
|
debug: 4.3.4
|
|
1382
1386
|
globby: 11.1.0
|
|
1383
1387
|
is-glob: 4.0.3
|
|
@@ -1388,29 +1392,29 @@ packages:
|
|
|
1388
1392
|
- supports-color
|
|
1389
1393
|
dev: true
|
|
1390
1394
|
|
|
1391
|
-
/@typescript-eslint/utils/5.
|
|
1392
|
-
resolution: {integrity: sha512-
|
|
1395
|
+
/@typescript-eslint/utils/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
|
1396
|
+
resolution: {integrity: sha512-W7lYIAI5Zlc5K082dGR27Fczjb3Q57ECcXefKU/f0ajM5ToM0P+N9NmJWip8GmGu/g6QISNT+K6KYB+iSHjXCQ==}
|
|
1393
1397
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1394
1398
|
peerDependencies:
|
|
1395
1399
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1396
1400
|
dependencies:
|
|
1397
1401
|
'@types/json-schema': 7.0.11
|
|
1398
|
-
'@typescript-eslint/scope-manager': 5.
|
|
1399
|
-
'@typescript-eslint/types': 5.
|
|
1400
|
-
'@typescript-eslint/typescript-estree': 5.
|
|
1401
|
-
eslint: 8.
|
|
1402
|
+
'@typescript-eslint/scope-manager': 5.32.0
|
|
1403
|
+
'@typescript-eslint/types': 5.32.0
|
|
1404
|
+
'@typescript-eslint/typescript-estree': 5.32.0_typescript@4.7.4
|
|
1405
|
+
eslint: 8.21.0
|
|
1402
1406
|
eslint-scope: 5.1.1
|
|
1403
|
-
eslint-utils: 3.0.0_eslint@8.
|
|
1407
|
+
eslint-utils: 3.0.0_eslint@8.21.0
|
|
1404
1408
|
transitivePeerDependencies:
|
|
1405
1409
|
- supports-color
|
|
1406
1410
|
- typescript
|
|
1407
1411
|
dev: true
|
|
1408
1412
|
|
|
1409
|
-
/@typescript-eslint/visitor-keys/5.
|
|
1410
|
-
resolution: {integrity: sha512-
|
|
1413
|
+
/@typescript-eslint/visitor-keys/5.32.0:
|
|
1414
|
+
resolution: {integrity: sha512-S54xOHZgfThiZ38/ZGTgB2rqx51CMJ5MCfVT2IplK4Q7hgzGfe0nLzLCcenDnc/cSjP568hdeKfeDcBgqNHD/g==}
|
|
1411
1415
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1412
1416
|
dependencies:
|
|
1413
|
-
'@typescript-eslint/types': 5.
|
|
1417
|
+
'@typescript-eslint/types': 5.32.0
|
|
1414
1418
|
eslint-visitor-keys: 3.3.0
|
|
1415
1419
|
dev: true
|
|
1416
1420
|
|
|
@@ -1463,7 +1467,6 @@ packages:
|
|
|
1463
1467
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1464
1468
|
dependencies:
|
|
1465
1469
|
acorn: 8.8.0
|
|
1466
|
-
dev: false
|
|
1467
1470
|
|
|
1468
1471
|
/acorn-walk/8.2.0:
|
|
1469
1472
|
resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
|
|
@@ -1480,7 +1483,6 @@ packages:
|
|
|
1480
1483
|
resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==}
|
|
1481
1484
|
engines: {node: '>=0.4.0'}
|
|
1482
1485
|
hasBin: true
|
|
1483
|
-
dev: false
|
|
1484
1486
|
|
|
1485
1487
|
/add-stream/1.0.0:
|
|
1486
1488
|
resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==}
|
|
@@ -1633,8 +1635,8 @@ packages:
|
|
|
1633
1635
|
tslib: 2.4.0
|
|
1634
1636
|
dev: false
|
|
1635
1637
|
|
|
1636
|
-
/astro/1.0.0-rc.
|
|
1637
|
-
resolution: {integrity: sha512-
|
|
1638
|
+
/astro/1.0.0-rc.3:
|
|
1639
|
+
resolution: {integrity: sha512-lX4UCJFvLGrXTFkbijqAUHxH2V4+Jx0sqHjt2mydp32UuZf+sePd18ztCz68gE5WLK3kxMboFN9n3eAwkwvY1Q==}
|
|
1638
1640
|
engines: {node: ^14.18.0 || >=16.12.0, npm: '>=6.14.0'}
|
|
1639
1641
|
hasBin: true
|
|
1640
1642
|
dependencies:
|
|
@@ -2630,6 +2632,15 @@ packages:
|
|
|
2630
2632
|
requiresBuild: true
|
|
2631
2633
|
optional: true
|
|
2632
2634
|
|
|
2635
|
+
/esbuild-android-64/0.14.51:
|
|
2636
|
+
resolution: {integrity: sha512-6FOuKTHnC86dtrKDmdSj2CkcKF8PnqkaIXqvgydqfJmqBazCPdw+relrMlhGjkvVdiiGV70rpdnyFmA65ekBCQ==}
|
|
2637
|
+
engines: {node: '>=12'}
|
|
2638
|
+
cpu: [x64]
|
|
2639
|
+
os: [android]
|
|
2640
|
+
requiresBuild: true
|
|
2641
|
+
dev: true
|
|
2642
|
+
optional: true
|
|
2643
|
+
|
|
2633
2644
|
/esbuild-android-arm64/0.14.50:
|
|
2634
2645
|
resolution: {integrity: sha512-NFaoqEwa+OYfoYVpQWDMdKII7wZZkAjtJFo1WdnBeCYlYikvUhTnf2aPwPu5qEAw/ie1NYK0yn3cafwP+kP+OQ==}
|
|
2635
2646
|
engines: {node: '>=12'}
|
|
@@ -2638,6 +2649,15 @@ packages:
|
|
|
2638
2649
|
requiresBuild: true
|
|
2639
2650
|
optional: true
|
|
2640
2651
|
|
|
2652
|
+
/esbuild-android-arm64/0.14.51:
|
|
2653
|
+
resolution: {integrity: sha512-vBtp//5VVkZWmYYvHsqBRCMMi1MzKuMIn5XDScmnykMTu9+TD9v0NMEDqQxvtFToeYmojdo5UCV2vzMQWJcJ4A==}
|
|
2654
|
+
engines: {node: '>=12'}
|
|
2655
|
+
cpu: [arm64]
|
|
2656
|
+
os: [android]
|
|
2657
|
+
requiresBuild: true
|
|
2658
|
+
dev: true
|
|
2659
|
+
optional: true
|
|
2660
|
+
|
|
2641
2661
|
/esbuild-darwin-64/0.14.50:
|
|
2642
2662
|
resolution: {integrity: sha512-gDQsCvGnZiJv9cfdO48QqxkRV8oKAXgR2CGp7TdIpccwFdJMHf8hyIJhMW/05b/HJjET/26Us27Jx91BFfEVSA==}
|
|
2643
2663
|
engines: {node: '>=12'}
|
|
@@ -2646,6 +2666,15 @@ packages:
|
|
|
2646
2666
|
requiresBuild: true
|
|
2647
2667
|
optional: true
|
|
2648
2668
|
|
|
2669
|
+
/esbuild-darwin-64/0.14.51:
|
|
2670
|
+
resolution: {integrity: sha512-YFmXPIOvuagDcwCejMRtCDjgPfnDu+bNeh5FU2Ryi68ADDVlWEpbtpAbrtf/lvFTWPexbgyKgzppNgsmLPr8PA==}
|
|
2671
|
+
engines: {node: '>=12'}
|
|
2672
|
+
cpu: [x64]
|
|
2673
|
+
os: [darwin]
|
|
2674
|
+
requiresBuild: true
|
|
2675
|
+
dev: true
|
|
2676
|
+
optional: true
|
|
2677
|
+
|
|
2649
2678
|
/esbuild-darwin-arm64/0.14.50:
|
|
2650
2679
|
resolution: {integrity: sha512-36nNs5OjKIb/Q50Sgp8+rYW/PqirRiFN0NFc9hEvgPzNJxeJedktXwzfJSln4EcRFRh5Vz4IlqFRScp+aiBBzA==}
|
|
2651
2680
|
engines: {node: '>=12'}
|
|
@@ -2654,6 +2683,15 @@ packages:
|
|
|
2654
2683
|
requiresBuild: true
|
|
2655
2684
|
optional: true
|
|
2656
2685
|
|
|
2686
|
+
/esbuild-darwin-arm64/0.14.51:
|
|
2687
|
+
resolution: {integrity: sha512-juYD0QnSKwAMfzwKdIF6YbueXzS6N7y4GXPDeDkApz/1RzlT42mvX9jgNmyOlWKN7YzQAYbcUEJmZJYQGdf2ow==}
|
|
2688
|
+
engines: {node: '>=12'}
|
|
2689
|
+
cpu: [arm64]
|
|
2690
|
+
os: [darwin]
|
|
2691
|
+
requiresBuild: true
|
|
2692
|
+
dev: true
|
|
2693
|
+
optional: true
|
|
2694
|
+
|
|
2657
2695
|
/esbuild-freebsd-64/0.14.50:
|
|
2658
2696
|
resolution: {integrity: sha512-/1pHHCUem8e/R86/uR+4v5diI2CtBdiWKiqGuPa9b/0x3Nwdh5AOH7lj+8823C6uX1e0ufwkSLkS+aFZiBCWxA==}
|
|
2659
2697
|
engines: {node: '>=12'}
|
|
@@ -2662,6 +2700,15 @@ packages:
|
|
|
2662
2700
|
requiresBuild: true
|
|
2663
2701
|
optional: true
|
|
2664
2702
|
|
|
2703
|
+
/esbuild-freebsd-64/0.14.51:
|
|
2704
|
+
resolution: {integrity: sha512-cLEI/aXjb6vo5O2Y8rvVSQ7smgLldwYY5xMxqh/dQGfWO+R1NJOFsiax3IS4Ng300SVp7Gz3czxT6d6qf2cw0g==}
|
|
2705
|
+
engines: {node: '>=12'}
|
|
2706
|
+
cpu: [x64]
|
|
2707
|
+
os: [freebsd]
|
|
2708
|
+
requiresBuild: true
|
|
2709
|
+
dev: true
|
|
2710
|
+
optional: true
|
|
2711
|
+
|
|
2665
2712
|
/esbuild-freebsd-arm64/0.14.50:
|
|
2666
2713
|
resolution: {integrity: sha512-iKwUVMQztnPZe5pUYHdMkRc9aSpvoV1mkuHlCoPtxZA3V+Kg/ptpzkcSY+fKd0kuom+l6Rc93k0UPVkP7xoqrw==}
|
|
2667
2714
|
engines: {node: '>=12'}
|
|
@@ -2670,6 +2717,15 @@ packages:
|
|
|
2670
2717
|
requiresBuild: true
|
|
2671
2718
|
optional: true
|
|
2672
2719
|
|
|
2720
|
+
/esbuild-freebsd-arm64/0.14.51:
|
|
2721
|
+
resolution: {integrity: sha512-TcWVw/rCL2F+jUgRkgLa3qltd5gzKjIMGhkVybkjk6PJadYInPtgtUBp1/hG+mxyigaT7ib+od1Xb84b+L+1Mg==}
|
|
2722
|
+
engines: {node: '>=12'}
|
|
2723
|
+
cpu: [arm64]
|
|
2724
|
+
os: [freebsd]
|
|
2725
|
+
requiresBuild: true
|
|
2726
|
+
dev: true
|
|
2727
|
+
optional: true
|
|
2728
|
+
|
|
2673
2729
|
/esbuild-linux-32/0.14.50:
|
|
2674
2730
|
resolution: {integrity: sha512-sWUwvf3uz7dFOpLzYuih+WQ7dRycrBWHCdoXJ4I4XdMxEHCECd8b7a9N9u7FzT6XR2gHPk9EzvchQUtiEMRwqw==}
|
|
2675
2731
|
engines: {node: '>=12'}
|
|
@@ -2678,6 +2734,15 @@ packages:
|
|
|
2678
2734
|
requiresBuild: true
|
|
2679
2735
|
optional: true
|
|
2680
2736
|
|
|
2737
|
+
/esbuild-linux-32/0.14.51:
|
|
2738
|
+
resolution: {integrity: sha512-RFqpyC5ChyWrjx8Xj2K0EC1aN0A37H6OJfmUXIASEqJoHcntuV3j2Efr9RNmUhMfNE6yEj2VpYuDteZLGDMr0w==}
|
|
2739
|
+
engines: {node: '>=12'}
|
|
2740
|
+
cpu: [ia32]
|
|
2741
|
+
os: [linux]
|
|
2742
|
+
requiresBuild: true
|
|
2743
|
+
dev: true
|
|
2744
|
+
optional: true
|
|
2745
|
+
|
|
2681
2746
|
/esbuild-linux-64/0.14.50:
|
|
2682
2747
|
resolution: {integrity: sha512-u0PQxPhaeI629t4Y3EEcQ0wmWG+tC/LpP2K7yDFvwuPq0jSQ8SIN+ARNYfRjGW15O2we3XJvklbGV0wRuUCPig==}
|
|
2683
2748
|
engines: {node: '>=12'}
|
|
@@ -2686,6 +2751,15 @@ packages:
|
|
|
2686
2751
|
requiresBuild: true
|
|
2687
2752
|
optional: true
|
|
2688
2753
|
|
|
2754
|
+
/esbuild-linux-64/0.14.51:
|
|
2755
|
+
resolution: {integrity: sha512-dxjhrqo5i7Rq6DXwz5v+MEHVs9VNFItJmHBe1CxROWNf4miOGoQhqSG8StStbDkQ1Mtobg6ng+4fwByOhoQoeA==}
|
|
2756
|
+
engines: {node: '>=12'}
|
|
2757
|
+
cpu: [x64]
|
|
2758
|
+
os: [linux]
|
|
2759
|
+
requiresBuild: true
|
|
2760
|
+
dev: true
|
|
2761
|
+
optional: true
|
|
2762
|
+
|
|
2689
2763
|
/esbuild-linux-arm/0.14.50:
|
|
2690
2764
|
resolution: {integrity: sha512-VALZq13bhmFJYFE/mLEb+9A0w5vo8z+YDVOWeaf9vOTrSC31RohRIwtxXBnVJ7YKLYfEMzcgFYf+OFln3Y0cWg==}
|
|
2691
2765
|
engines: {node: '>=12'}
|
|
@@ -2694,6 +2768,15 @@ packages:
|
|
|
2694
2768
|
requiresBuild: true
|
|
2695
2769
|
optional: true
|
|
2696
2770
|
|
|
2771
|
+
/esbuild-linux-arm/0.14.51:
|
|
2772
|
+
resolution: {integrity: sha512-LsJynDxYF6Neg7ZC7748yweCDD+N8ByCv22/7IAZglIEniEkqdF4HCaa49JNDLw1UQGlYuhOB8ZT/MmcSWzcWg==}
|
|
2773
|
+
engines: {node: '>=12'}
|
|
2774
|
+
cpu: [arm]
|
|
2775
|
+
os: [linux]
|
|
2776
|
+
requiresBuild: true
|
|
2777
|
+
dev: true
|
|
2778
|
+
optional: true
|
|
2779
|
+
|
|
2697
2780
|
/esbuild-linux-arm64/0.14.50:
|
|
2698
2781
|
resolution: {integrity: sha512-ZyfoNgsTftD7Rp5S7La5auomKdNeB3Ck+kSKXC4pp96VnHyYGjHHXWIlcbH8i+efRn9brszo1/Thl1qn8RqmhQ==}
|
|
2699
2782
|
engines: {node: '>=12'}
|
|
@@ -2702,6 +2785,15 @@ packages:
|
|
|
2702
2785
|
requiresBuild: true
|
|
2703
2786
|
optional: true
|
|
2704
2787
|
|
|
2788
|
+
/esbuild-linux-arm64/0.14.51:
|
|
2789
|
+
resolution: {integrity: sha512-D9rFxGutoqQX3xJPxqd6o+kvYKeIbM0ifW2y0bgKk5HPgQQOo2k9/2Vpto3ybGYaFPCE5qTGtqQta9PoP6ZEzw==}
|
|
2790
|
+
engines: {node: '>=12'}
|
|
2791
|
+
cpu: [arm64]
|
|
2792
|
+
os: [linux]
|
|
2793
|
+
requiresBuild: true
|
|
2794
|
+
dev: true
|
|
2795
|
+
optional: true
|
|
2796
|
+
|
|
2705
2797
|
/esbuild-linux-mips64le/0.14.50:
|
|
2706
2798
|
resolution: {integrity: sha512-ygo31Vxn/WrmjKCHkBoutOlFG5yM9J2UhzHb0oWD9O61dGg+Hzjz9hjf5cmM7FBhAzdpOdEWHIrVOg2YAi6rTw==}
|
|
2707
2799
|
engines: {node: '>=12'}
|
|
@@ -2710,6 +2802,15 @@ packages:
|
|
|
2710
2802
|
requiresBuild: true
|
|
2711
2803
|
optional: true
|
|
2712
2804
|
|
|
2805
|
+
/esbuild-linux-mips64le/0.14.51:
|
|
2806
|
+
resolution: {integrity: sha512-vS54wQjy4IinLSlb5EIlLoln8buh1yDgliP4CuEHumrPk4PvvP4kTRIG4SzMXm6t19N0rIfT4bNdAxzJLg2k6A==}
|
|
2807
|
+
engines: {node: '>=12'}
|
|
2808
|
+
cpu: [mips64el]
|
|
2809
|
+
os: [linux]
|
|
2810
|
+
requiresBuild: true
|
|
2811
|
+
dev: true
|
|
2812
|
+
optional: true
|
|
2813
|
+
|
|
2713
2814
|
/esbuild-linux-ppc64le/0.14.50:
|
|
2714
2815
|
resolution: {integrity: sha512-xWCKU5UaiTUT6Wz/O7GKP9KWdfbsb7vhfgQzRfX4ahh5NZV4ozZ4+SdzYG8WxetsLy84UzLX3Pi++xpVn1OkFQ==}
|
|
2715
2816
|
engines: {node: '>=12'}
|
|
@@ -2718,6 +2819,15 @@ packages:
|
|
|
2718
2819
|
requiresBuild: true
|
|
2719
2820
|
optional: true
|
|
2720
2821
|
|
|
2822
|
+
/esbuild-linux-ppc64le/0.14.51:
|
|
2823
|
+
resolution: {integrity: sha512-xcdd62Y3VfGoyphNP/aIV9LP+RzFw5M5Z7ja+zdpQHHvokJM7d0rlDRMN+iSSwvUymQkqZO+G/xjb4/75du8BQ==}
|
|
2824
|
+
engines: {node: '>=12'}
|
|
2825
|
+
cpu: [ppc64]
|
|
2826
|
+
os: [linux]
|
|
2827
|
+
requiresBuild: true
|
|
2828
|
+
dev: true
|
|
2829
|
+
optional: true
|
|
2830
|
+
|
|
2721
2831
|
/esbuild-linux-riscv64/0.14.50:
|
|
2722
2832
|
resolution: {integrity: sha512-0+dsneSEihZTopoO9B6Z6K4j3uI7EdxBP7YSF5rTwUgCID+wHD3vM1gGT0m+pjCW+NOacU9kH/WE9N686FHAJg==}
|
|
2723
2833
|
engines: {node: '>=12'}
|
|
@@ -2726,6 +2836,15 @@ packages:
|
|
|
2726
2836
|
requiresBuild: true
|
|
2727
2837
|
optional: true
|
|
2728
2838
|
|
|
2839
|
+
/esbuild-linux-riscv64/0.14.51:
|
|
2840
|
+
resolution: {integrity: sha512-syXHGak9wkAnFz0gMmRBoy44JV0rp4kVCEA36P5MCeZcxFq8+fllBC2t6sKI23w3qd8Vwo9pTADCgjTSf3L3rA==}
|
|
2841
|
+
engines: {node: '>=12'}
|
|
2842
|
+
cpu: [riscv64]
|
|
2843
|
+
os: [linux]
|
|
2844
|
+
requiresBuild: true
|
|
2845
|
+
dev: true
|
|
2846
|
+
optional: true
|
|
2847
|
+
|
|
2729
2848
|
/esbuild-linux-s390x/0.14.50:
|
|
2730
2849
|
resolution: {integrity: sha512-tVjqcu8o0P9H4StwbIhL1sQYm5mWATlodKB6dpEZFkcyTI8kfIGWiWcrGmkNGH2i1kBUOsdlBafPxR3nzp3TDA==}
|
|
2731
2850
|
engines: {node: '>=12'}
|
|
@@ -2734,6 +2853,15 @@ packages:
|
|
|
2734
2853
|
requiresBuild: true
|
|
2735
2854
|
optional: true
|
|
2736
2855
|
|
|
2856
|
+
/esbuild-linux-s390x/0.14.51:
|
|
2857
|
+
resolution: {integrity: sha512-kFAJY3dv+Wq8o28K/C7xkZk/X34rgTwhknSsElIqoEo8armCOjMJ6NsMxm48KaWY2h2RUYGtQmr+RGuUPKBhyw==}
|
|
2858
|
+
engines: {node: '>=12'}
|
|
2859
|
+
cpu: [s390x]
|
|
2860
|
+
os: [linux]
|
|
2861
|
+
requiresBuild: true
|
|
2862
|
+
dev: true
|
|
2863
|
+
optional: true
|
|
2864
|
+
|
|
2737
2865
|
/esbuild-netbsd-64/0.14.50:
|
|
2738
2866
|
resolution: {integrity: sha512-0R/glfqAQ2q6MHDf7YJw/TulibugjizBxyPvZIcorH0Mb7vSimdHy0XF5uCba5CKt+r4wjax1mvO9lZ4jiAhEg==}
|
|
2739
2867
|
engines: {node: '>=12'}
|
|
@@ -2742,6 +2870,15 @@ packages:
|
|
|
2742
2870
|
requiresBuild: true
|
|
2743
2871
|
optional: true
|
|
2744
2872
|
|
|
2873
|
+
/esbuild-netbsd-64/0.14.51:
|
|
2874
|
+
resolution: {integrity: sha512-ZZBI7qrR1FevdPBVHz/1GSk1x5GDL/iy42Zy8+neEm/HA7ma+hH/bwPEjeHXKWUDvM36CZpSL/fn1/y9/Hb+1A==}
|
|
2875
|
+
engines: {node: '>=12'}
|
|
2876
|
+
cpu: [x64]
|
|
2877
|
+
os: [netbsd]
|
|
2878
|
+
requiresBuild: true
|
|
2879
|
+
dev: true
|
|
2880
|
+
optional: true
|
|
2881
|
+
|
|
2745
2882
|
/esbuild-openbsd-64/0.14.50:
|
|
2746
2883
|
resolution: {integrity: sha512-7PAtmrR5mDOFubXIkuxYQ4bdNS6XCK8AIIHUiZxq1kL8cFIH5731jPcXQ4JNy/wbj1C9sZ8rzD8BIM80Tqk29w==}
|
|
2747
2884
|
engines: {node: '>=12'}
|
|
@@ -2750,6 +2887,15 @@ packages:
|
|
|
2750
2887
|
requiresBuild: true
|
|
2751
2888
|
optional: true
|
|
2752
2889
|
|
|
2890
|
+
/esbuild-openbsd-64/0.14.51:
|
|
2891
|
+
resolution: {integrity: sha512-7R1/p39M+LSVQVgDVlcY1KKm6kFKjERSX1lipMG51NPcspJD1tmiZSmmBXoY5jhHIu6JL1QkFDTx94gMYK6vfA==}
|
|
2892
|
+
engines: {node: '>=12'}
|
|
2893
|
+
cpu: [x64]
|
|
2894
|
+
os: [openbsd]
|
|
2895
|
+
requiresBuild: true
|
|
2896
|
+
dev: true
|
|
2897
|
+
optional: true
|
|
2898
|
+
|
|
2753
2899
|
/esbuild-sunos-64/0.14.50:
|
|
2754
2900
|
resolution: {integrity: sha512-gBxNY/wyptvD7PkHIYcq7se6SQEXcSC8Y7mE0FJB+CGgssEWf6vBPfTTZ2b6BWKnmaP6P6qb7s/KRIV5T2PxsQ==}
|
|
2755
2901
|
engines: {node: '>=12'}
|
|
@@ -2758,6 +2904,15 @@ packages:
|
|
|
2758
2904
|
requiresBuild: true
|
|
2759
2905
|
optional: true
|
|
2760
2906
|
|
|
2907
|
+
/esbuild-sunos-64/0.14.51:
|
|
2908
|
+
resolution: {integrity: sha512-HoHaCswHxLEYN8eBTtyO0bFEWvA3Kdb++hSQ/lLG7TyKF69TeSG0RNoBRAs45x/oCeWaTDntEZlYwAfQlhEtJA==}
|
|
2909
|
+
engines: {node: '>=12'}
|
|
2910
|
+
cpu: [x64]
|
|
2911
|
+
os: [sunos]
|
|
2912
|
+
requiresBuild: true
|
|
2913
|
+
dev: true
|
|
2914
|
+
optional: true
|
|
2915
|
+
|
|
2761
2916
|
/esbuild-windows-32/0.14.50:
|
|
2762
2917
|
resolution: {integrity: sha512-MOOe6J9cqe/iW1qbIVYSAqzJFh0p2LBLhVUIWdMVnNUNjvg2/4QNX4oT4IzgDeldU+Bym9/Tn6+DxvUHJXL5Zw==}
|
|
2763
2918
|
engines: {node: '>=12'}
|
|
@@ -2766,6 +2921,15 @@ packages:
|
|
|
2766
2921
|
requiresBuild: true
|
|
2767
2922
|
optional: true
|
|
2768
2923
|
|
|
2924
|
+
/esbuild-windows-32/0.14.51:
|
|
2925
|
+
resolution: {integrity: sha512-4rtwSAM35A07CBt1/X8RWieDj3ZUHQqUOaEo5ZBs69rt5WAFjP4aqCIobdqOy4FdhYw1yF8Z0xFBTyc9lgPtEg==}
|
|
2926
|
+
engines: {node: '>=12'}
|
|
2927
|
+
cpu: [ia32]
|
|
2928
|
+
os: [win32]
|
|
2929
|
+
requiresBuild: true
|
|
2930
|
+
dev: true
|
|
2931
|
+
optional: true
|
|
2932
|
+
|
|
2769
2933
|
/esbuild-windows-64/0.14.50:
|
|
2770
2934
|
resolution: {integrity: sha512-r/qE5Ex3w1jjGv/JlpPoWB365ldkppUlnizhMxJgojp907ZF1PgLTuW207kgzZcSCXyquL9qJkMsY+MRtaZ5yQ==}
|
|
2771
2935
|
engines: {node: '>=12'}
|
|
@@ -2774,6 +2938,15 @@ packages:
|
|
|
2774
2938
|
requiresBuild: true
|
|
2775
2939
|
optional: true
|
|
2776
2940
|
|
|
2941
|
+
/esbuild-windows-64/0.14.51:
|
|
2942
|
+
resolution: {integrity: sha512-HoN/5HGRXJpWODprGCgKbdMvrC3A2gqvzewu2eECRw2sYxOUoh2TV1tS+G7bHNapPGI79woQJGV6pFH7GH7qnA==}
|
|
2943
|
+
engines: {node: '>=12'}
|
|
2944
|
+
cpu: [x64]
|
|
2945
|
+
os: [win32]
|
|
2946
|
+
requiresBuild: true
|
|
2947
|
+
dev: true
|
|
2948
|
+
optional: true
|
|
2949
|
+
|
|
2777
2950
|
/esbuild-windows-arm64/0.14.50:
|
|
2778
2951
|
resolution: {integrity: sha512-EMS4lQnsIe12ZyAinOINx7eq2mjpDdhGZZWDwPZE/yUTN9cnc2Ze/xUTYIAyaJqrqQda3LnDpADKpvLvol6ENQ==}
|
|
2779
2952
|
engines: {node: '>=12'}
|
|
@@ -2782,6 +2955,15 @@ packages:
|
|
|
2782
2955
|
requiresBuild: true
|
|
2783
2956
|
optional: true
|
|
2784
2957
|
|
|
2958
|
+
/esbuild-windows-arm64/0.14.51:
|
|
2959
|
+
resolution: {integrity: sha512-JQDqPjuOH7o+BsKMSddMfmVJXrnYZxXDHsoLHc0xgmAZkOOCflRmC43q31pk79F9xuyWY45jDBPolb5ZgGOf9g==}
|
|
2960
|
+
engines: {node: '>=12'}
|
|
2961
|
+
cpu: [arm64]
|
|
2962
|
+
os: [win32]
|
|
2963
|
+
requiresBuild: true
|
|
2964
|
+
dev: true
|
|
2965
|
+
optional: true
|
|
2966
|
+
|
|
2785
2967
|
/esbuild/0.14.50:
|
|
2786
2968
|
resolution: {integrity: sha512-SbC3k35Ih2IC6trhbMYW7hYeGdjPKf9atTKwBUHqMCYFZZ9z8zhuvfnZihsnJypl74FjiAKjBRqFkBkAd0rS/w==}
|
|
2787
2969
|
engines: {node: '>=12'}
|
|
@@ -2809,6 +2991,34 @@ packages:
|
|
|
2809
2991
|
esbuild-windows-64: 0.14.50
|
|
2810
2992
|
esbuild-windows-arm64: 0.14.50
|
|
2811
2993
|
|
|
2994
|
+
/esbuild/0.14.51:
|
|
2995
|
+
resolution: {integrity: sha512-+CvnDitD7Q5sT7F+FM65sWkF8wJRf+j9fPcprxYV4j+ohmzVj2W7caUqH2s5kCaCJAfcAICjSlKhDCcvDpU7nw==}
|
|
2996
|
+
engines: {node: '>=12'}
|
|
2997
|
+
hasBin: true
|
|
2998
|
+
requiresBuild: true
|
|
2999
|
+
optionalDependencies:
|
|
3000
|
+
esbuild-android-64: 0.14.51
|
|
3001
|
+
esbuild-android-arm64: 0.14.51
|
|
3002
|
+
esbuild-darwin-64: 0.14.51
|
|
3003
|
+
esbuild-darwin-arm64: 0.14.51
|
|
3004
|
+
esbuild-freebsd-64: 0.14.51
|
|
3005
|
+
esbuild-freebsd-arm64: 0.14.51
|
|
3006
|
+
esbuild-linux-32: 0.14.51
|
|
3007
|
+
esbuild-linux-64: 0.14.51
|
|
3008
|
+
esbuild-linux-arm: 0.14.51
|
|
3009
|
+
esbuild-linux-arm64: 0.14.51
|
|
3010
|
+
esbuild-linux-mips64le: 0.14.51
|
|
3011
|
+
esbuild-linux-ppc64le: 0.14.51
|
|
3012
|
+
esbuild-linux-riscv64: 0.14.51
|
|
3013
|
+
esbuild-linux-s390x: 0.14.51
|
|
3014
|
+
esbuild-netbsd-64: 0.14.51
|
|
3015
|
+
esbuild-openbsd-64: 0.14.51
|
|
3016
|
+
esbuild-sunos-64: 0.14.51
|
|
3017
|
+
esbuild-windows-32: 0.14.51
|
|
3018
|
+
esbuild-windows-64: 0.14.51
|
|
3019
|
+
esbuild-windows-arm64: 0.14.51
|
|
3020
|
+
dev: true
|
|
3021
|
+
|
|
2812
3022
|
/escalade/3.1.1:
|
|
2813
3023
|
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
|
2814
3024
|
engines: {node: '>=6'}
|
|
@@ -2831,7 +3041,7 @@ packages:
|
|
|
2831
3041
|
engines: {node: '>=12'}
|
|
2832
3042
|
dev: false
|
|
2833
3043
|
|
|
2834
|
-
/eslint-config-airbnb-base/15.0.
|
|
3044
|
+
/eslint-config-airbnb-base/15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae:
|
|
2835
3045
|
resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==}
|
|
2836
3046
|
engines: {node: ^10.12.0 || >=12.0.0}
|
|
2837
3047
|
peerDependencies:
|
|
@@ -2839,8 +3049,8 @@ packages:
|
|
|
2839
3049
|
eslint-plugin-import: ^2.25.2
|
|
2840
3050
|
dependencies:
|
|
2841
3051
|
confusing-browser-globals: 1.0.11
|
|
2842
|
-
eslint: 8.
|
|
2843
|
-
eslint-plugin-import: 2.26.
|
|
3052
|
+
eslint: 8.21.0
|
|
3053
|
+
eslint-plugin-import: 2.26.0_wuikv5nqgdfyng42xxm7lklfmi
|
|
2844
3054
|
object.assign: 4.1.2
|
|
2845
3055
|
object.entries: 1.1.5
|
|
2846
3056
|
semver: 6.3.0
|
|
@@ -2855,7 +3065,7 @@ packages:
|
|
|
2855
3065
|
- supports-color
|
|
2856
3066
|
dev: true
|
|
2857
3067
|
|
|
2858
|
-
/eslint-module-utils/2.7.
|
|
3068
|
+
/eslint-module-utils/2.7.3_gjpiwexkhexdr4bbgrtzf23bg4:
|
|
2859
3069
|
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
|
|
2860
3070
|
engines: {node: '>=4'}
|
|
2861
3071
|
peerDependencies:
|
|
@@ -2873,7 +3083,7 @@ packages:
|
|
|
2873
3083
|
eslint-import-resolver-webpack:
|
|
2874
3084
|
optional: true
|
|
2875
3085
|
dependencies:
|
|
2876
|
-
'@typescript-eslint/parser': 5.
|
|
3086
|
+
'@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
2877
3087
|
debug: 3.2.7
|
|
2878
3088
|
eslint-import-resolver-node: 0.3.6
|
|
2879
3089
|
find-up: 2.1.0
|
|
@@ -2881,7 +3091,7 @@ packages:
|
|
|
2881
3091
|
- supports-color
|
|
2882
3092
|
dev: true
|
|
2883
3093
|
|
|
2884
|
-
/eslint-plugin-import/2.26.
|
|
3094
|
+
/eslint-plugin-import/2.26.0_wuikv5nqgdfyng42xxm7lklfmi:
|
|
2885
3095
|
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
|
2886
3096
|
engines: {node: '>=4'}
|
|
2887
3097
|
peerDependencies:
|
|
@@ -2891,14 +3101,14 @@ packages:
|
|
|
2891
3101
|
'@typescript-eslint/parser':
|
|
2892
3102
|
optional: true
|
|
2893
3103
|
dependencies:
|
|
2894
|
-
'@typescript-eslint/parser': 5.
|
|
3104
|
+
'@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
2895
3105
|
array-includes: 3.1.5
|
|
2896
3106
|
array.prototype.flat: 1.3.0
|
|
2897
3107
|
debug: 2.6.9
|
|
2898
3108
|
doctrine: 2.1.0
|
|
2899
|
-
eslint: 8.
|
|
3109
|
+
eslint: 8.21.0
|
|
2900
3110
|
eslint-import-resolver-node: 0.3.6
|
|
2901
|
-
eslint-module-utils: 2.7.
|
|
3111
|
+
eslint-module-utils: 2.7.3_gjpiwexkhexdr4bbgrtzf23bg4
|
|
2902
3112
|
has: 1.0.3
|
|
2903
3113
|
is-core-module: 2.9.0
|
|
2904
3114
|
is-glob: 4.0.3
|
|
@@ -2912,19 +3122,19 @@ packages:
|
|
|
2912
3122
|
- supports-color
|
|
2913
3123
|
dev: true
|
|
2914
3124
|
|
|
2915
|
-
/eslint-plugin-vue/9.3.0_eslint@8.
|
|
3125
|
+
/eslint-plugin-vue/9.3.0_eslint@8.21.0:
|
|
2916
3126
|
resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==}
|
|
2917
3127
|
engines: {node: ^14.17.0 || >=16.0.0}
|
|
2918
3128
|
peerDependencies:
|
|
2919
3129
|
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
|
2920
3130
|
dependencies:
|
|
2921
|
-
eslint: 8.
|
|
2922
|
-
eslint-utils: 3.0.0_eslint@8.
|
|
3131
|
+
eslint: 8.21.0
|
|
3132
|
+
eslint-utils: 3.0.0_eslint@8.21.0
|
|
2923
3133
|
natural-compare: 1.4.0
|
|
2924
3134
|
nth-check: 2.1.1
|
|
2925
3135
|
postcss-selector-parser: 6.0.10
|
|
2926
3136
|
semver: 7.3.7
|
|
2927
|
-
vue-eslint-parser: 9.0.3_eslint@8.
|
|
3137
|
+
vue-eslint-parser: 9.0.3_eslint@8.21.0
|
|
2928
3138
|
xml-name-validator: 4.0.0
|
|
2929
3139
|
transitivePeerDependencies:
|
|
2930
3140
|
- supports-color
|
|
@@ -2946,13 +3156,13 @@ packages:
|
|
|
2946
3156
|
estraverse: 5.3.0
|
|
2947
3157
|
dev: true
|
|
2948
3158
|
|
|
2949
|
-
/eslint-utils/3.0.0_eslint@8.
|
|
3159
|
+
/eslint-utils/3.0.0_eslint@8.21.0:
|
|
2950
3160
|
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
|
2951
3161
|
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
|
2952
3162
|
peerDependencies:
|
|
2953
3163
|
eslint: '>=5'
|
|
2954
3164
|
dependencies:
|
|
2955
|
-
eslint: 8.
|
|
3165
|
+
eslint: 8.21.0
|
|
2956
3166
|
eslint-visitor-keys: 2.1.0
|
|
2957
3167
|
dev: true
|
|
2958
3168
|
|
|
@@ -2966,13 +3176,14 @@ packages:
|
|
|
2966
3176
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
2967
3177
|
dev: true
|
|
2968
3178
|
|
|
2969
|
-
/eslint/8.
|
|
2970
|
-
resolution: {integrity: sha512
|
|
3179
|
+
/eslint/8.21.0:
|
|
3180
|
+
resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==}
|
|
2971
3181
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
2972
3182
|
hasBin: true
|
|
2973
3183
|
dependencies:
|
|
2974
3184
|
'@eslint/eslintrc': 1.3.0
|
|
2975
|
-
'@humanwhocodes/config-array': 0.
|
|
3185
|
+
'@humanwhocodes/config-array': 0.10.4
|
|
3186
|
+
'@humanwhocodes/gitignore-to-minimatch': 1.0.2
|
|
2976
3187
|
ajv: 6.12.6
|
|
2977
3188
|
chalk: 4.1.2
|
|
2978
3189
|
cross-spawn: 7.0.3
|
|
@@ -2980,16 +3191,19 @@ packages:
|
|
|
2980
3191
|
doctrine: 3.0.0
|
|
2981
3192
|
escape-string-regexp: 4.0.0
|
|
2982
3193
|
eslint-scope: 7.1.1
|
|
2983
|
-
eslint-utils: 3.0.0_eslint@8.
|
|
3194
|
+
eslint-utils: 3.0.0_eslint@8.21.0
|
|
2984
3195
|
eslint-visitor-keys: 3.3.0
|
|
2985
|
-
espree: 9.3.
|
|
3196
|
+
espree: 9.3.3
|
|
2986
3197
|
esquery: 1.4.0
|
|
2987
3198
|
esutils: 2.0.3
|
|
2988
3199
|
fast-deep-equal: 3.1.3
|
|
2989
3200
|
file-entry-cache: 6.0.1
|
|
3201
|
+
find-up: 5.0.0
|
|
2990
3202
|
functional-red-black-tree: 1.0.1
|
|
2991
3203
|
glob-parent: 6.0.2
|
|
2992
3204
|
globals: 13.16.0
|
|
3205
|
+
globby: 11.1.0
|
|
3206
|
+
grapheme-splitter: 1.0.4
|
|
2993
3207
|
ignore: 5.2.0
|
|
2994
3208
|
import-fresh: 3.3.0
|
|
2995
3209
|
imurmurhash: 0.1.4
|
|
@@ -3019,6 +3233,15 @@ packages:
|
|
|
3019
3233
|
eslint-visitor-keys: 3.3.0
|
|
3020
3234
|
dev: true
|
|
3021
3235
|
|
|
3236
|
+
/espree/9.3.3:
|
|
3237
|
+
resolution: {integrity: sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==}
|
|
3238
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
3239
|
+
dependencies:
|
|
3240
|
+
acorn: 8.8.0
|
|
3241
|
+
acorn-jsx: 5.3.2_acorn@8.8.0
|
|
3242
|
+
eslint-visitor-keys: 3.3.0
|
|
3243
|
+
dev: true
|
|
3244
|
+
|
|
3022
3245
|
/esprima/4.0.1:
|
|
3023
3246
|
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
3024
3247
|
engines: {node: '>=4'}
|
|
@@ -3299,8 +3522,8 @@ packages:
|
|
|
3299
3522
|
pkg-dir: 4.2.0
|
|
3300
3523
|
dev: false
|
|
3301
3524
|
|
|
3302
|
-
/firebase-admin/11.0.
|
|
3303
|
-
resolution: {integrity: sha512-
|
|
3525
|
+
/firebase-admin/11.0.1_@firebase+app-types@0.7.0:
|
|
3526
|
+
resolution: {integrity: sha512-rL3wlZbi2Kb/KJgcmj1YHlD4ZhfmhfgRO2YJialxAllm0tj1IQea878hHuBLGmv4DpbW9t9nLvX9kddNR2Y65Q==}
|
|
3304
3527
|
engines: {node: '>=14'}
|
|
3305
3528
|
dependencies:
|
|
3306
3529
|
'@fastify/busboy': 1.1.0
|
|
@@ -3320,7 +3543,7 @@ packages:
|
|
|
3320
3543
|
- supports-color
|
|
3321
3544
|
dev: false
|
|
3322
3545
|
|
|
3323
|
-
/firebase-functions/3.22.0_firebase-admin@11.0.
|
|
3546
|
+
/firebase-functions/3.22.0_firebase-admin@11.0.1:
|
|
3324
3547
|
resolution: {integrity: sha512-d1BxBpT95MhvVqXkpLWDvWbyuX7e2l69cFAiqG3U1XQDaMV88bM9S+Zg7H8i9pitEGFr+76ErjKgrY0n+g3ZDA==}
|
|
3325
3548
|
engines: {node: ^8.13.0 || >=10.10.0}
|
|
3326
3549
|
hasBin: true
|
|
@@ -3331,7 +3554,7 @@ packages:
|
|
|
3331
3554
|
'@types/express': 4.17.3
|
|
3332
3555
|
cors: 2.8.5
|
|
3333
3556
|
express: 4.18.1
|
|
3334
|
-
firebase-admin: 11.0.
|
|
3557
|
+
firebase-admin: 11.0.1_@firebase+app-types@0.7.0
|
|
3335
3558
|
lodash: 4.17.21
|
|
3336
3559
|
node-fetch: 2.6.7
|
|
3337
3560
|
transitivePeerDependencies:
|
|
@@ -3710,6 +3933,10 @@ packages:
|
|
|
3710
3933
|
/graceful-fs/4.2.10:
|
|
3711
3934
|
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
|
|
3712
3935
|
|
|
3936
|
+
/grapheme-splitter/1.0.4:
|
|
3937
|
+
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
|
|
3938
|
+
dev: true
|
|
3939
|
+
|
|
3713
3940
|
/gray-matter/4.0.3:
|
|
3714
3941
|
resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
|
|
3715
3942
|
engines: {node: '>=6.0'}
|
|
@@ -5313,8 +5540,8 @@ packages:
|
|
|
5313
5540
|
whatwg-url: 5.0.0
|
|
5314
5541
|
dev: false
|
|
5315
5542
|
|
|
5316
|
-
/node-fetch/3.2.
|
|
5317
|
-
resolution: {integrity: sha512
|
|
5543
|
+
/node-fetch/3.2.10:
|
|
5544
|
+
resolution: {integrity: sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==}
|
|
5318
5545
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
5319
5546
|
dependencies:
|
|
5320
5547
|
data-uri-to-buffer: 4.0.0
|
|
@@ -6701,137 +6928,137 @@ packages:
|
|
|
6701
6928
|
typescript: 4.7.4
|
|
6702
6929
|
dev: true
|
|
6703
6930
|
|
|
6704
|
-
/turbo-android-arm64/1.
|
|
6705
|
-
resolution: {integrity: sha512-
|
|
6931
|
+
/turbo-android-arm64/1.4.0:
|
|
6932
|
+
resolution: {integrity: sha512-k03ztiuVpRqFiXl452HUsDgns0KrDtKL+e19h3eVJZFlr0lXtMBAcjh6qkh9lSmBW99NGSESGbsdaL9cp6F/vw==}
|
|
6706
6933
|
cpu: [arm64]
|
|
6707
6934
|
os: [android]
|
|
6708
6935
|
requiresBuild: true
|
|
6709
6936
|
dev: true
|
|
6710
6937
|
optional: true
|
|
6711
6938
|
|
|
6712
|
-
/turbo-darwin-64/1.
|
|
6713
|
-
resolution: {integrity: sha512-
|
|
6939
|
+
/turbo-darwin-64/1.4.0:
|
|
6940
|
+
resolution: {integrity: sha512-uj6p1marrEIFBX1nv4+LRg4e1vTYXTsv2DUB0e/LeAf9G2dRzh/MtSwBWuUaFLCcDvMSsnOeComgEkKuYyeVfw==}
|
|
6714
6941
|
cpu: [x64]
|
|
6715
6942
|
os: [darwin]
|
|
6716
6943
|
requiresBuild: true
|
|
6717
6944
|
dev: true
|
|
6718
6945
|
optional: true
|
|
6719
6946
|
|
|
6720
|
-
/turbo-darwin-arm64/1.
|
|
6721
|
-
resolution: {integrity: sha512-
|
|
6947
|
+
/turbo-darwin-arm64/1.4.0:
|
|
6948
|
+
resolution: {integrity: sha512-O6xBDY3LUJVctQBkbPoHHDsUIhuJTdIgIY/w4ZPRgdv51fj6uBJRolj9lLx1jGioLqjUaj/sXIizlaPar6tm5A==}
|
|
6722
6949
|
cpu: [arm64]
|
|
6723
6950
|
os: [darwin]
|
|
6724
6951
|
requiresBuild: true
|
|
6725
6952
|
dev: true
|
|
6726
6953
|
optional: true
|
|
6727
6954
|
|
|
6728
|
-
/turbo-freebsd-64/1.
|
|
6729
|
-
resolution: {integrity: sha512-
|
|
6955
|
+
/turbo-freebsd-64/1.4.0:
|
|
6956
|
+
resolution: {integrity: sha512-103LbqCHxDHCz0xmpWis5JHkti2Irlq7n7vAk43+Kkxrz8UqhbrSfe0qUhkYltvxQ/R5cKAOKmBT5eZCO85+Xw==}
|
|
6730
6957
|
cpu: [x64]
|
|
6731
6958
|
os: [freebsd]
|
|
6732
6959
|
requiresBuild: true
|
|
6733
6960
|
dev: true
|
|
6734
6961
|
optional: true
|
|
6735
6962
|
|
|
6736
|
-
/turbo-freebsd-arm64/1.
|
|
6737
|
-
resolution: {integrity: sha512-
|
|
6963
|
+
/turbo-freebsd-arm64/1.4.0:
|
|
6964
|
+
resolution: {integrity: sha512-Cf+TGpQTpogSd/SsGhz1uQMhNVYYT1GeGg9iJ99rjjzbdC1zjdmeCbgUwyUUx5wVVM832o5fWaCJai3My3PDDQ==}
|
|
6738
6965
|
cpu: [arm64]
|
|
6739
6966
|
os: [freebsd]
|
|
6740
6967
|
requiresBuild: true
|
|
6741
6968
|
dev: true
|
|
6742
6969
|
optional: true
|
|
6743
6970
|
|
|
6744
|
-
/turbo-linux-32/1.
|
|
6745
|
-
resolution: {integrity: sha512-
|
|
6971
|
+
/turbo-linux-32/1.4.0:
|
|
6972
|
+
resolution: {integrity: sha512-bJn78F+mH45g6xPFTdn7PLzixMuqugGz4Db9dPLijWQzeKzVz52qpN7WGUZwfPZtQOs0HUI8woH6eqAZMdT2ZA==}
|
|
6746
6973
|
cpu: [ia32]
|
|
6747
6974
|
os: [linux]
|
|
6748
6975
|
requiresBuild: true
|
|
6749
6976
|
dev: true
|
|
6750
6977
|
optional: true
|
|
6751
6978
|
|
|
6752
|
-
/turbo-linux-64/1.
|
|
6753
|
-
resolution: {integrity: sha512-
|
|
6979
|
+
/turbo-linux-64/1.4.0:
|
|
6980
|
+
resolution: {integrity: sha512-1+WyeJ1CBOnXNQl+Qke4NWvy3Zymp0NoxmJcZAmVBhwqAqGyERypeDznMfFmFtpG99/ZhmT7xwilz3Bw3Eyukw==}
|
|
6754
6981
|
cpu: [x64]
|
|
6755
6982
|
os: [linux]
|
|
6756
6983
|
requiresBuild: true
|
|
6757
6984
|
dev: true
|
|
6758
6985
|
optional: true
|
|
6759
6986
|
|
|
6760
|
-
/turbo-linux-arm/1.
|
|
6761
|
-
resolution: {integrity: sha512-
|
|
6987
|
+
/turbo-linux-arm/1.4.0:
|
|
6988
|
+
resolution: {integrity: sha512-9DEUP1pKWCwMDuriYCuTf+73oBIxTU4VLdkP89dtPoQVXW6mviES4gRXm8jAs6AOzzMI4DHgNKPxk7UKUvuExQ==}
|
|
6762
6989
|
cpu: [arm]
|
|
6763
6990
|
os: [linux]
|
|
6764
6991
|
requiresBuild: true
|
|
6765
6992
|
dev: true
|
|
6766
6993
|
optional: true
|
|
6767
6994
|
|
|
6768
|
-
/turbo-linux-arm64/1.
|
|
6769
|
-
resolution: {integrity: sha512-
|
|
6995
|
+
/turbo-linux-arm64/1.4.0:
|
|
6996
|
+
resolution: {integrity: sha512-DUtBhN0+o4XULQ9hsnzp6nI4mycMH7PpjKtG2HdmiZIhSYipSKWIMZkvgJpnpVJoRarLe7PmcDJIBp2aXvw2xw==}
|
|
6770
6997
|
cpu: [arm64]
|
|
6771
6998
|
os: [linux]
|
|
6772
6999
|
requiresBuild: true
|
|
6773
7000
|
dev: true
|
|
6774
7001
|
optional: true
|
|
6775
7002
|
|
|
6776
|
-
/turbo-linux-mips64le/1.
|
|
6777
|
-
resolution: {integrity: sha512-
|
|
6778
|
-
cpu: [
|
|
7003
|
+
/turbo-linux-mips64le/1.4.0:
|
|
7004
|
+
resolution: {integrity: sha512-ZJcQvUgmCJ4TFosVL6hEmECP5ysSubF3wMOq5hkBxzRMBjL0djW+BK4aIXutBTpjAz9OyM10S4KeEGeGRS/e3Q==}
|
|
7005
|
+
cpu: [mipsel]
|
|
6779
7006
|
os: [linux]
|
|
6780
7007
|
requiresBuild: true
|
|
6781
7008
|
dev: true
|
|
6782
7009
|
optional: true
|
|
6783
7010
|
|
|
6784
|
-
/turbo-linux-ppc64le/1.
|
|
6785
|
-
resolution: {integrity: sha512-
|
|
7011
|
+
/turbo-linux-ppc64le/1.4.0:
|
|
7012
|
+
resolution: {integrity: sha512-sk/rOrcGnYRcwNP8yJwmeOOzInv7YzMfWBomVf/TwrpsGL8QrD05zjsMR+lGxYNoNOJIHbroracjHaLvKWZN7A==}
|
|
6786
7013
|
cpu: [ppc64]
|
|
6787
7014
|
os: [linux]
|
|
6788
7015
|
requiresBuild: true
|
|
6789
7016
|
dev: true
|
|
6790
7017
|
optional: true
|
|
6791
7018
|
|
|
6792
|
-
/turbo-windows-32/1.
|
|
6793
|
-
resolution: {integrity: sha512-
|
|
7019
|
+
/turbo-windows-32/1.4.0:
|
|
7020
|
+
resolution: {integrity: sha512-5fmS6J3ZvhWRss+sFw2edOElVeKtk0l9yCoCYltPeFSy3+ArXws06ik3Z318SuKlbFu/+VTbM/NyBleKru+0ag==}
|
|
6794
7021
|
cpu: [ia32]
|
|
6795
7022
|
os: [win32]
|
|
6796
7023
|
requiresBuild: true
|
|
6797
7024
|
dev: true
|
|
6798
7025
|
optional: true
|
|
6799
7026
|
|
|
6800
|
-
/turbo-windows-64/1.
|
|
6801
|
-
resolution: {integrity: sha512-
|
|
7027
|
+
/turbo-windows-64/1.4.0:
|
|
7028
|
+
resolution: {integrity: sha512-FZZBHjb8BYpEGbVOpJEEFAjS3xxUVg76MBPXqRb5IUPQeXiCd8VfO4UApn9syjUuTLORBoWLmSf3xp7vd1cIgA==}
|
|
6802
7029
|
cpu: [x64]
|
|
6803
7030
|
os: [win32]
|
|
6804
7031
|
requiresBuild: true
|
|
6805
7032
|
dev: true
|
|
6806
7033
|
optional: true
|
|
6807
7034
|
|
|
6808
|
-
/turbo-windows-arm64/1.
|
|
6809
|
-
resolution: {integrity: sha512-
|
|
7035
|
+
/turbo-windows-arm64/1.4.0:
|
|
7036
|
+
resolution: {integrity: sha512-mJAlDf5/qBVMVv+q+0/2PF5tRHKz4mgtl/DnRn5n/rIfRvElGkjlPbQwJdXuMCEQVE9FMOAGRCstu0dkcdTluQ==}
|
|
6810
7037
|
cpu: [arm64]
|
|
6811
7038
|
os: [win32]
|
|
6812
7039
|
requiresBuild: true
|
|
6813
7040
|
dev: true
|
|
6814
7041
|
optional: true
|
|
6815
7042
|
|
|
6816
|
-
/turbo/1.
|
|
6817
|
-
resolution: {integrity: sha512-
|
|
7043
|
+
/turbo/1.4.0:
|
|
7044
|
+
resolution: {integrity: sha512-k2x8QqunK/96tqzB7aRCQ601H7N2PnxTcrEH9NoJjN5sJeymnfn/dQ8l6HrSyuYrW259W3N/AWAAUhpXnUyitA==}
|
|
6818
7045
|
hasBin: true
|
|
6819
7046
|
requiresBuild: true
|
|
6820
7047
|
optionalDependencies:
|
|
6821
|
-
turbo-android-arm64: 1.
|
|
6822
|
-
turbo-darwin-64: 1.
|
|
6823
|
-
turbo-darwin-arm64: 1.
|
|
6824
|
-
turbo-freebsd-64: 1.
|
|
6825
|
-
turbo-freebsd-arm64: 1.
|
|
6826
|
-
turbo-linux-32: 1.
|
|
6827
|
-
turbo-linux-64: 1.
|
|
6828
|
-
turbo-linux-arm: 1.
|
|
6829
|
-
turbo-linux-arm64: 1.
|
|
6830
|
-
turbo-linux-mips64le: 1.
|
|
6831
|
-
turbo-linux-ppc64le: 1.
|
|
6832
|
-
turbo-windows-32: 1.
|
|
6833
|
-
turbo-windows-64: 1.
|
|
6834
|
-
turbo-windows-arm64: 1.
|
|
7048
|
+
turbo-android-arm64: 1.4.0
|
|
7049
|
+
turbo-darwin-64: 1.4.0
|
|
7050
|
+
turbo-darwin-arm64: 1.4.0
|
|
7051
|
+
turbo-freebsd-64: 1.4.0
|
|
7052
|
+
turbo-freebsd-arm64: 1.4.0
|
|
7053
|
+
turbo-linux-32: 1.4.0
|
|
7054
|
+
turbo-linux-64: 1.4.0
|
|
7055
|
+
turbo-linux-arm: 1.4.0
|
|
7056
|
+
turbo-linux-arm64: 1.4.0
|
|
7057
|
+
turbo-linux-mips64le: 1.4.0
|
|
7058
|
+
turbo-linux-ppc64le: 1.4.0
|
|
7059
|
+
turbo-windows-32: 1.4.0
|
|
7060
|
+
turbo-windows-64: 1.4.0
|
|
7061
|
+
turbo-windows-arm64: 1.4.0
|
|
6835
7062
|
dev: true
|
|
6836
7063
|
|
|
6837
7064
|
/type-check/0.4.0:
|
|
@@ -7140,8 +7367,8 @@ packages:
|
|
|
7140
7367
|
optionalDependencies:
|
|
7141
7368
|
fsevents: 2.3.2
|
|
7142
7369
|
|
|
7143
|
-
/vitest/0.
|
|
7144
|
-
resolution: {integrity: sha512-
|
|
7370
|
+
/vitest/0.20.2:
|
|
7371
|
+
resolution: {integrity: sha512-AFXTHrwG4d2OO6SAL8WP5ZkOwLtgeF4tlrHfXFqrHc+5chNegeR53pge0lv/C4316SqJ2DbYaUBH8vh3CdF+BQ==}
|
|
7145
7372
|
engines: {node: '>=v14.16.0'}
|
|
7146
7373
|
hasBin: true
|
|
7147
7374
|
peerDependencies:
|
|
@@ -7247,14 +7474,14 @@ packages:
|
|
|
7247
7474
|
resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==}
|
|
7248
7475
|
dev: false
|
|
7249
7476
|
|
|
7250
|
-
/vue-eslint-parser/9.0.3_eslint@8.
|
|
7477
|
+
/vue-eslint-parser/9.0.3_eslint@8.21.0:
|
|
7251
7478
|
resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==}
|
|
7252
7479
|
engines: {node: ^14.17.0 || >=16.0.0}
|
|
7253
7480
|
peerDependencies:
|
|
7254
7481
|
eslint: '>=6.0.0'
|
|
7255
7482
|
dependencies:
|
|
7256
7483
|
debug: 4.3.4
|
|
7257
|
-
eslint: 8.
|
|
7484
|
+
eslint: 8.21.0
|
|
7258
7485
|
eslint-scope: 7.1.1
|
|
7259
7486
|
eslint-visitor-keys: 3.3.0
|
|
7260
7487
|
espree: 9.3.2
|
|
@@ -7474,7 +7701,7 @@ packages:
|
|
|
7474
7701
|
fs-extra: 10.1.0
|
|
7475
7702
|
globby: 13.1.2
|
|
7476
7703
|
minimist: 1.2.6
|
|
7477
|
-
node-fetch: 3.2.
|
|
7704
|
+
node-fetch: 3.2.10
|
|
7478
7705
|
ps-tree: 1.2.0
|
|
7479
7706
|
which: 2.0.2
|
|
7480
7707
|
yaml: 2.1.1
|