cloudcommerce 0.0.38 → 0.0.41
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/.gitattributes +3 -0
- 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/lib/build.js +1 -1
- package/packages/cli/lib/index.js +1 -0
- package/packages/cli/package.json +1 -1
- package/packages/cli/src/build.ts +1 -1
- package/packages/cli/src/index.ts +1 -0
- package/packages/firebase/lib/config.js +22 -18
- package/packages/firebase/lib/defaults.js +4 -1
- package/packages/firebase/lib/env.js +17 -17
- package/packages/firebase/lib/handlers/check-store-events.js +24 -23
- package/packages/firebase/lib/index.js +4 -2
- package/packages/firebase/lib/types.js +1 -1
- package/packages/firebase/package.json +5 -4
- 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 +410 -159
- package/pnpm-workspace.yaml +2 -1
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,15 +171,39 @@ 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
|
-
store/functions:
|
|
178
|
+
store/functions/core:
|
|
179
|
+
specifiers:
|
|
180
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
181
|
+
dependencies:
|
|
182
|
+
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
183
|
+
|
|
184
|
+
store/functions/modules:
|
|
179
185
|
specifiers:
|
|
180
|
-
'@cloudcommerce/firebase': ^0.0.
|
|
186
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
187
|
+
'@cloudcommerce/modules': ^0.0.40
|
|
181
188
|
dependencies:
|
|
182
|
-
'@cloudcommerce/firebase': link
|
|
189
|
+
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
190
|
+
'@cloudcommerce/modules': link:../../../packages/modules
|
|
191
|
+
|
|
192
|
+
store/functions/passport:
|
|
193
|
+
specifiers:
|
|
194
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
195
|
+
'@cloudcommerce/passport': ^0.0.40
|
|
196
|
+
dependencies:
|
|
197
|
+
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
198
|
+
'@cloudcommerce/passport': link:../../../packages/passport
|
|
199
|
+
|
|
200
|
+
store/functions/ssr:
|
|
201
|
+
specifiers:
|
|
202
|
+
'@cloudcommerce/firebase': ^0.0.40
|
|
203
|
+
'@cloudcommerce/ssr': ^0.0.40
|
|
204
|
+
dependencies:
|
|
205
|
+
'@cloudcommerce/firebase': link:../../../packages/firebase
|
|
206
|
+
'@cloudcommerce/ssr': link:../../../packages/ssr
|
|
183
207
|
|
|
184
208
|
packages:
|
|
185
209
|
|
|
@@ -271,7 +295,7 @@ packages:
|
|
|
271
295
|
dset: 3.1.2
|
|
272
296
|
is-docker: 3.0.0
|
|
273
297
|
is-wsl: 2.2.0
|
|
274
|
-
node-fetch: 3.2.
|
|
298
|
+
node-fetch: 3.2.10
|
|
275
299
|
which-pm-runs: 1.1.0
|
|
276
300
|
transitivePeerDependencies:
|
|
277
301
|
- supports-color
|
|
@@ -280,7 +304,7 @@ packages:
|
|
|
280
304
|
/@astrojs/webapi/0.12.0:
|
|
281
305
|
resolution: {integrity: sha512-rie5SYbvXVykKYBsNFnkUtDe7/0mGmrvj7Gg5pOKV34Cg/CrCJbvUSwH2oyCG2OLGtN2ttUOLvSgnVq3eipCsQ==}
|
|
282
306
|
dependencies:
|
|
283
|
-
node-fetch: 3.2.
|
|
307
|
+
node-fetch: 3.2.10
|
|
284
308
|
dev: false
|
|
285
309
|
|
|
286
310
|
/@babel/code-frame/7.18.6:
|
|
@@ -692,7 +716,7 @@ packages:
|
|
|
692
716
|
dependencies:
|
|
693
717
|
ajv: 6.12.6
|
|
694
718
|
debug: 4.3.4
|
|
695
|
-
espree: 9.3.
|
|
719
|
+
espree: 9.3.3
|
|
696
720
|
globals: 13.16.0
|
|
697
721
|
ignore: 5.2.0
|
|
698
722
|
import-fresh: 3.3.0
|
|
@@ -868,8 +892,8 @@ packages:
|
|
|
868
892
|
dev: false
|
|
869
893
|
optional: true
|
|
870
894
|
|
|
871
|
-
/@humanwhocodes/config-array/0.
|
|
872
|
-
resolution: {integrity: sha512-
|
|
895
|
+
/@humanwhocodes/config-array/0.10.4:
|
|
896
|
+
resolution: {integrity: sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==}
|
|
873
897
|
engines: {node: '>=10.10.0'}
|
|
874
898
|
dependencies:
|
|
875
899
|
'@humanwhocodes/object-schema': 1.2.1
|
|
@@ -879,6 +903,10 @@ packages:
|
|
|
879
903
|
- supports-color
|
|
880
904
|
dev: true
|
|
881
905
|
|
|
906
|
+
/@humanwhocodes/gitignore-to-minimatch/1.0.2:
|
|
907
|
+
resolution: {integrity: sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==}
|
|
908
|
+
dev: true
|
|
909
|
+
|
|
882
910
|
/@humanwhocodes/object-schema/1.2.1:
|
|
883
911
|
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
|
884
912
|
dev: true
|
|
@@ -1264,8 +1292,8 @@ packages:
|
|
|
1264
1292
|
/@types/which/2.0.1:
|
|
1265
1293
|
resolution: {integrity: sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==}
|
|
1266
1294
|
|
|
1267
|
-
/@typescript-eslint/eslint-plugin/5.
|
|
1268
|
-
resolution: {integrity: sha512-
|
|
1295
|
+
/@typescript-eslint/eslint-plugin/5.32.0_iosr3hrei2tubxveewluhu5lhy:
|
|
1296
|
+
resolution: {integrity: sha512-CHLuz5Uz7bHP2WgVlvoZGhf0BvFakBJKAD/43Ty0emn4wXWv5k01ND0C0fHcl/Im8Td2y/7h44E9pca9qAu2ew==}
|
|
1269
1297
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1270
1298
|
peerDependencies:
|
|
1271
1299
|
'@typescript-eslint/parser': ^5.0.0
|
|
@@ -1275,12 +1303,12 @@ packages:
|
|
|
1275
1303
|
typescript:
|
|
1276
1304
|
optional: true
|
|
1277
1305
|
dependencies:
|
|
1278
|
-
'@typescript-eslint/parser': 5.
|
|
1279
|
-
'@typescript-eslint/scope-manager': 5.
|
|
1280
|
-
'@typescript-eslint/type-utils': 5.
|
|
1281
|
-
'@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
|
|
1282
1310
|
debug: 4.3.4
|
|
1283
|
-
eslint: 8.
|
|
1311
|
+
eslint: 8.21.0
|
|
1284
1312
|
functional-red-black-tree: 1.0.1
|
|
1285
1313
|
ignore: 5.2.0
|
|
1286
1314
|
regexpp: 3.2.0
|
|
@@ -1291,8 +1319,8 @@ packages:
|
|
|
1291
1319
|
- supports-color
|
|
1292
1320
|
dev: true
|
|
1293
1321
|
|
|
1294
|
-
/@typescript-eslint/parser/5.
|
|
1295
|
-
resolution: {integrity: sha512-
|
|
1322
|
+
/@typescript-eslint/parser/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
|
1323
|
+
resolution: {integrity: sha512-IxRtsehdGV9GFQ35IGm5oKKR2OGcazUoiNBxhRV160iF9FoyuXxjY+rIqs1gfnd+4eL98OjeGnMpE7RF/NBb3A==}
|
|
1296
1324
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1297
1325
|
peerDependencies:
|
|
1298
1326
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
@@ -1301,26 +1329,26 @@ packages:
|
|
|
1301
1329
|
typescript:
|
|
1302
1330
|
optional: true
|
|
1303
1331
|
dependencies:
|
|
1304
|
-
'@typescript-eslint/scope-manager': 5.
|
|
1305
|
-
'@typescript-eslint/types': 5.
|
|
1306
|
-
'@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
|
|
1307
1335
|
debug: 4.3.4
|
|
1308
|
-
eslint: 8.
|
|
1336
|
+
eslint: 8.21.0
|
|
1309
1337
|
typescript: 4.7.4
|
|
1310
1338
|
transitivePeerDependencies:
|
|
1311
1339
|
- supports-color
|
|
1312
1340
|
dev: true
|
|
1313
1341
|
|
|
1314
|
-
/@typescript-eslint/scope-manager/5.
|
|
1315
|
-
resolution: {integrity: sha512-
|
|
1342
|
+
/@typescript-eslint/scope-manager/5.32.0:
|
|
1343
|
+
resolution: {integrity: sha512-KyAE+tUON0D7tNz92p1uetRqVJiiAkeluvwvZOqBmW9z2XApmk5WSMV9FrzOroAcVxJZB3GfUwVKr98Dr/OjOg==}
|
|
1316
1344
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1317
1345
|
dependencies:
|
|
1318
|
-
'@typescript-eslint/types': 5.
|
|
1319
|
-
'@typescript-eslint/visitor-keys': 5.
|
|
1346
|
+
'@typescript-eslint/types': 5.32.0
|
|
1347
|
+
'@typescript-eslint/visitor-keys': 5.32.0
|
|
1320
1348
|
dev: true
|
|
1321
1349
|
|
|
1322
|
-
/@typescript-eslint/type-utils/5.
|
|
1323
|
-
resolution: {integrity: sha512-
|
|
1350
|
+
/@typescript-eslint/type-utils/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
|
1351
|
+
resolution: {integrity: sha512-0gSsIhFDduBz3QcHJIp3qRCvVYbqzHg8D6bHFsDMrm0rURYDj+skBK2zmYebdCp+4nrd9VWd13egvhYFJj/wZg==}
|
|
1324
1352
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1325
1353
|
peerDependencies:
|
|
1326
1354
|
eslint: '*'
|
|
@@ -1329,22 +1357,22 @@ packages:
|
|
|
1329
1357
|
typescript:
|
|
1330
1358
|
optional: true
|
|
1331
1359
|
dependencies:
|
|
1332
|
-
'@typescript-eslint/utils': 5.
|
|
1360
|
+
'@typescript-eslint/utils': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
1333
1361
|
debug: 4.3.4
|
|
1334
|
-
eslint: 8.
|
|
1362
|
+
eslint: 8.21.0
|
|
1335
1363
|
tsutils: 3.21.0_typescript@4.7.4
|
|
1336
1364
|
typescript: 4.7.4
|
|
1337
1365
|
transitivePeerDependencies:
|
|
1338
1366
|
- supports-color
|
|
1339
1367
|
dev: true
|
|
1340
1368
|
|
|
1341
|
-
/@typescript-eslint/types/5.
|
|
1342
|
-
resolution: {integrity: sha512-
|
|
1369
|
+
/@typescript-eslint/types/5.32.0:
|
|
1370
|
+
resolution: {integrity: sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==}
|
|
1343
1371
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1344
1372
|
dev: true
|
|
1345
1373
|
|
|
1346
|
-
/@typescript-eslint/typescript-estree/5.
|
|
1347
|
-
resolution: {integrity: sha512-
|
|
1374
|
+
/@typescript-eslint/typescript-estree/5.32.0_typescript@4.7.4:
|
|
1375
|
+
resolution: {integrity: sha512-ZVAUkvPk3ITGtCLU5J4atCw9RTxK+SRc6hXqLtllC2sGSeMFWN+YwbiJR9CFrSFJ3w4SJfcWtDwNb/DmUIHdhg==}
|
|
1348
1376
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1349
1377
|
peerDependencies:
|
|
1350
1378
|
typescript: '*'
|
|
@@ -1352,8 +1380,8 @@ packages:
|
|
|
1352
1380
|
typescript:
|
|
1353
1381
|
optional: true
|
|
1354
1382
|
dependencies:
|
|
1355
|
-
'@typescript-eslint/types': 5.
|
|
1356
|
-
'@typescript-eslint/visitor-keys': 5.
|
|
1383
|
+
'@typescript-eslint/types': 5.32.0
|
|
1384
|
+
'@typescript-eslint/visitor-keys': 5.32.0
|
|
1357
1385
|
debug: 4.3.4
|
|
1358
1386
|
globby: 11.1.0
|
|
1359
1387
|
is-glob: 4.0.3
|
|
@@ -1364,29 +1392,29 @@ packages:
|
|
|
1364
1392
|
- supports-color
|
|
1365
1393
|
dev: true
|
|
1366
1394
|
|
|
1367
|
-
/@typescript-eslint/utils/5.
|
|
1368
|
-
resolution: {integrity: sha512-
|
|
1395
|
+
/@typescript-eslint/utils/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
|
1396
|
+
resolution: {integrity: sha512-W7lYIAI5Zlc5K082dGR27Fczjb3Q57ECcXefKU/f0ajM5ToM0P+N9NmJWip8GmGu/g6QISNT+K6KYB+iSHjXCQ==}
|
|
1369
1397
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1370
1398
|
peerDependencies:
|
|
1371
1399
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1372
1400
|
dependencies:
|
|
1373
1401
|
'@types/json-schema': 7.0.11
|
|
1374
|
-
'@typescript-eslint/scope-manager': 5.
|
|
1375
|
-
'@typescript-eslint/types': 5.
|
|
1376
|
-
'@typescript-eslint/typescript-estree': 5.
|
|
1377
|
-
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
|
|
1378
1406
|
eslint-scope: 5.1.1
|
|
1379
|
-
eslint-utils: 3.0.0_eslint@8.
|
|
1407
|
+
eslint-utils: 3.0.0_eslint@8.21.0
|
|
1380
1408
|
transitivePeerDependencies:
|
|
1381
1409
|
- supports-color
|
|
1382
1410
|
- typescript
|
|
1383
1411
|
dev: true
|
|
1384
1412
|
|
|
1385
|
-
/@typescript-eslint/visitor-keys/5.
|
|
1386
|
-
resolution: {integrity: sha512-
|
|
1413
|
+
/@typescript-eslint/visitor-keys/5.32.0:
|
|
1414
|
+
resolution: {integrity: sha512-S54xOHZgfThiZ38/ZGTgB2rqx51CMJ5MCfVT2IplK4Q7hgzGfe0nLzLCcenDnc/cSjP568hdeKfeDcBgqNHD/g==}
|
|
1387
1415
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1388
1416
|
dependencies:
|
|
1389
|
-
'@typescript-eslint/types': 5.
|
|
1417
|
+
'@typescript-eslint/types': 5.32.0
|
|
1390
1418
|
eslint-visitor-keys: 3.3.0
|
|
1391
1419
|
dev: true
|
|
1392
1420
|
|
|
@@ -1439,7 +1467,6 @@ packages:
|
|
|
1439
1467
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1440
1468
|
dependencies:
|
|
1441
1469
|
acorn: 8.8.0
|
|
1442
|
-
dev: false
|
|
1443
1470
|
|
|
1444
1471
|
/acorn-walk/8.2.0:
|
|
1445
1472
|
resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
|
|
@@ -1456,7 +1483,6 @@ packages:
|
|
|
1456
1483
|
resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==}
|
|
1457
1484
|
engines: {node: '>=0.4.0'}
|
|
1458
1485
|
hasBin: true
|
|
1459
|
-
dev: false
|
|
1460
1486
|
|
|
1461
1487
|
/add-stream/1.0.0:
|
|
1462
1488
|
resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==}
|
|
@@ -1609,8 +1635,8 @@ packages:
|
|
|
1609
1635
|
tslib: 2.4.0
|
|
1610
1636
|
dev: false
|
|
1611
1637
|
|
|
1612
|
-
/astro/1.0.0-rc.
|
|
1613
|
-
resolution: {integrity: sha512-
|
|
1638
|
+
/astro/1.0.0-rc.3:
|
|
1639
|
+
resolution: {integrity: sha512-lX4UCJFvLGrXTFkbijqAUHxH2V4+Jx0sqHjt2mydp32UuZf+sePd18ztCz68gE5WLK3kxMboFN9n3eAwkwvY1Q==}
|
|
1614
1640
|
engines: {node: ^14.18.0 || >=16.12.0, npm: '>=6.14.0'}
|
|
1615
1641
|
hasBin: true
|
|
1616
1642
|
dependencies:
|
|
@@ -2606,6 +2632,15 @@ packages:
|
|
|
2606
2632
|
requiresBuild: true
|
|
2607
2633
|
optional: true
|
|
2608
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
|
+
|
|
2609
2644
|
/esbuild-android-arm64/0.14.50:
|
|
2610
2645
|
resolution: {integrity: sha512-NFaoqEwa+OYfoYVpQWDMdKII7wZZkAjtJFo1WdnBeCYlYikvUhTnf2aPwPu5qEAw/ie1NYK0yn3cafwP+kP+OQ==}
|
|
2611
2646
|
engines: {node: '>=12'}
|
|
@@ -2614,6 +2649,15 @@ packages:
|
|
|
2614
2649
|
requiresBuild: true
|
|
2615
2650
|
optional: true
|
|
2616
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
|
+
|
|
2617
2661
|
/esbuild-darwin-64/0.14.50:
|
|
2618
2662
|
resolution: {integrity: sha512-gDQsCvGnZiJv9cfdO48QqxkRV8oKAXgR2CGp7TdIpccwFdJMHf8hyIJhMW/05b/HJjET/26Us27Jx91BFfEVSA==}
|
|
2619
2663
|
engines: {node: '>=12'}
|
|
@@ -2622,6 +2666,15 @@ packages:
|
|
|
2622
2666
|
requiresBuild: true
|
|
2623
2667
|
optional: true
|
|
2624
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
|
+
|
|
2625
2678
|
/esbuild-darwin-arm64/0.14.50:
|
|
2626
2679
|
resolution: {integrity: sha512-36nNs5OjKIb/Q50Sgp8+rYW/PqirRiFN0NFc9hEvgPzNJxeJedktXwzfJSln4EcRFRh5Vz4IlqFRScp+aiBBzA==}
|
|
2627
2680
|
engines: {node: '>=12'}
|
|
@@ -2630,6 +2683,15 @@ packages:
|
|
|
2630
2683
|
requiresBuild: true
|
|
2631
2684
|
optional: true
|
|
2632
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
|
+
|
|
2633
2695
|
/esbuild-freebsd-64/0.14.50:
|
|
2634
2696
|
resolution: {integrity: sha512-/1pHHCUem8e/R86/uR+4v5diI2CtBdiWKiqGuPa9b/0x3Nwdh5AOH7lj+8823C6uX1e0ufwkSLkS+aFZiBCWxA==}
|
|
2635
2697
|
engines: {node: '>=12'}
|
|
@@ -2638,6 +2700,15 @@ packages:
|
|
|
2638
2700
|
requiresBuild: true
|
|
2639
2701
|
optional: true
|
|
2640
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
|
+
|
|
2641
2712
|
/esbuild-freebsd-arm64/0.14.50:
|
|
2642
2713
|
resolution: {integrity: sha512-iKwUVMQztnPZe5pUYHdMkRc9aSpvoV1mkuHlCoPtxZA3V+Kg/ptpzkcSY+fKd0kuom+l6Rc93k0UPVkP7xoqrw==}
|
|
2643
2714
|
engines: {node: '>=12'}
|
|
@@ -2646,6 +2717,15 @@ packages:
|
|
|
2646
2717
|
requiresBuild: true
|
|
2647
2718
|
optional: true
|
|
2648
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
|
+
|
|
2649
2729
|
/esbuild-linux-32/0.14.50:
|
|
2650
2730
|
resolution: {integrity: sha512-sWUwvf3uz7dFOpLzYuih+WQ7dRycrBWHCdoXJ4I4XdMxEHCECd8b7a9N9u7FzT6XR2gHPk9EzvchQUtiEMRwqw==}
|
|
2651
2731
|
engines: {node: '>=12'}
|
|
@@ -2654,6 +2734,15 @@ packages:
|
|
|
2654
2734
|
requiresBuild: true
|
|
2655
2735
|
optional: true
|
|
2656
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
|
+
|
|
2657
2746
|
/esbuild-linux-64/0.14.50:
|
|
2658
2747
|
resolution: {integrity: sha512-u0PQxPhaeI629t4Y3EEcQ0wmWG+tC/LpP2K7yDFvwuPq0jSQ8SIN+ARNYfRjGW15O2we3XJvklbGV0wRuUCPig==}
|
|
2659
2748
|
engines: {node: '>=12'}
|
|
@@ -2662,6 +2751,15 @@ packages:
|
|
|
2662
2751
|
requiresBuild: true
|
|
2663
2752
|
optional: true
|
|
2664
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
|
+
|
|
2665
2763
|
/esbuild-linux-arm/0.14.50:
|
|
2666
2764
|
resolution: {integrity: sha512-VALZq13bhmFJYFE/mLEb+9A0w5vo8z+YDVOWeaf9vOTrSC31RohRIwtxXBnVJ7YKLYfEMzcgFYf+OFln3Y0cWg==}
|
|
2667
2765
|
engines: {node: '>=12'}
|
|
@@ -2670,6 +2768,15 @@ packages:
|
|
|
2670
2768
|
requiresBuild: true
|
|
2671
2769
|
optional: true
|
|
2672
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
|
+
|
|
2673
2780
|
/esbuild-linux-arm64/0.14.50:
|
|
2674
2781
|
resolution: {integrity: sha512-ZyfoNgsTftD7Rp5S7La5auomKdNeB3Ck+kSKXC4pp96VnHyYGjHHXWIlcbH8i+efRn9brszo1/Thl1qn8RqmhQ==}
|
|
2675
2782
|
engines: {node: '>=12'}
|
|
@@ -2678,6 +2785,15 @@ packages:
|
|
|
2678
2785
|
requiresBuild: true
|
|
2679
2786
|
optional: true
|
|
2680
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
|
+
|
|
2681
2797
|
/esbuild-linux-mips64le/0.14.50:
|
|
2682
2798
|
resolution: {integrity: sha512-ygo31Vxn/WrmjKCHkBoutOlFG5yM9J2UhzHb0oWD9O61dGg+Hzjz9hjf5cmM7FBhAzdpOdEWHIrVOg2YAi6rTw==}
|
|
2683
2799
|
engines: {node: '>=12'}
|
|
@@ -2686,6 +2802,15 @@ packages:
|
|
|
2686
2802
|
requiresBuild: true
|
|
2687
2803
|
optional: true
|
|
2688
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
|
+
|
|
2689
2814
|
/esbuild-linux-ppc64le/0.14.50:
|
|
2690
2815
|
resolution: {integrity: sha512-xWCKU5UaiTUT6Wz/O7GKP9KWdfbsb7vhfgQzRfX4ahh5NZV4ozZ4+SdzYG8WxetsLy84UzLX3Pi++xpVn1OkFQ==}
|
|
2691
2816
|
engines: {node: '>=12'}
|
|
@@ -2694,6 +2819,15 @@ packages:
|
|
|
2694
2819
|
requiresBuild: true
|
|
2695
2820
|
optional: true
|
|
2696
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
|
+
|
|
2697
2831
|
/esbuild-linux-riscv64/0.14.50:
|
|
2698
2832
|
resolution: {integrity: sha512-0+dsneSEihZTopoO9B6Z6K4j3uI7EdxBP7YSF5rTwUgCID+wHD3vM1gGT0m+pjCW+NOacU9kH/WE9N686FHAJg==}
|
|
2699
2833
|
engines: {node: '>=12'}
|
|
@@ -2702,6 +2836,15 @@ packages:
|
|
|
2702
2836
|
requiresBuild: true
|
|
2703
2837
|
optional: true
|
|
2704
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
|
+
|
|
2705
2848
|
/esbuild-linux-s390x/0.14.50:
|
|
2706
2849
|
resolution: {integrity: sha512-tVjqcu8o0P9H4StwbIhL1sQYm5mWATlodKB6dpEZFkcyTI8kfIGWiWcrGmkNGH2i1kBUOsdlBafPxR3nzp3TDA==}
|
|
2707
2850
|
engines: {node: '>=12'}
|
|
@@ -2710,6 +2853,15 @@ packages:
|
|
|
2710
2853
|
requiresBuild: true
|
|
2711
2854
|
optional: true
|
|
2712
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
|
+
|
|
2713
2865
|
/esbuild-netbsd-64/0.14.50:
|
|
2714
2866
|
resolution: {integrity: sha512-0R/glfqAQ2q6MHDf7YJw/TulibugjizBxyPvZIcorH0Mb7vSimdHy0XF5uCba5CKt+r4wjax1mvO9lZ4jiAhEg==}
|
|
2715
2867
|
engines: {node: '>=12'}
|
|
@@ -2718,6 +2870,15 @@ packages:
|
|
|
2718
2870
|
requiresBuild: true
|
|
2719
2871
|
optional: true
|
|
2720
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
|
+
|
|
2721
2882
|
/esbuild-openbsd-64/0.14.50:
|
|
2722
2883
|
resolution: {integrity: sha512-7PAtmrR5mDOFubXIkuxYQ4bdNS6XCK8AIIHUiZxq1kL8cFIH5731jPcXQ4JNy/wbj1C9sZ8rzD8BIM80Tqk29w==}
|
|
2723
2884
|
engines: {node: '>=12'}
|
|
@@ -2726,6 +2887,15 @@ packages:
|
|
|
2726
2887
|
requiresBuild: true
|
|
2727
2888
|
optional: true
|
|
2728
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
|
+
|
|
2729
2899
|
/esbuild-sunos-64/0.14.50:
|
|
2730
2900
|
resolution: {integrity: sha512-gBxNY/wyptvD7PkHIYcq7se6SQEXcSC8Y7mE0FJB+CGgssEWf6vBPfTTZ2b6BWKnmaP6P6qb7s/KRIV5T2PxsQ==}
|
|
2731
2901
|
engines: {node: '>=12'}
|
|
@@ -2734,6 +2904,15 @@ packages:
|
|
|
2734
2904
|
requiresBuild: true
|
|
2735
2905
|
optional: true
|
|
2736
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
|
+
|
|
2737
2916
|
/esbuild-windows-32/0.14.50:
|
|
2738
2917
|
resolution: {integrity: sha512-MOOe6J9cqe/iW1qbIVYSAqzJFh0p2LBLhVUIWdMVnNUNjvg2/4QNX4oT4IzgDeldU+Bym9/Tn6+DxvUHJXL5Zw==}
|
|
2739
2918
|
engines: {node: '>=12'}
|
|
@@ -2742,6 +2921,15 @@ packages:
|
|
|
2742
2921
|
requiresBuild: true
|
|
2743
2922
|
optional: true
|
|
2744
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
|
+
|
|
2745
2933
|
/esbuild-windows-64/0.14.50:
|
|
2746
2934
|
resolution: {integrity: sha512-r/qE5Ex3w1jjGv/JlpPoWB365ldkppUlnizhMxJgojp907ZF1PgLTuW207kgzZcSCXyquL9qJkMsY+MRtaZ5yQ==}
|
|
2747
2935
|
engines: {node: '>=12'}
|
|
@@ -2750,6 +2938,15 @@ packages:
|
|
|
2750
2938
|
requiresBuild: true
|
|
2751
2939
|
optional: true
|
|
2752
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
|
+
|
|
2753
2950
|
/esbuild-windows-arm64/0.14.50:
|
|
2754
2951
|
resolution: {integrity: sha512-EMS4lQnsIe12ZyAinOINx7eq2mjpDdhGZZWDwPZE/yUTN9cnc2Ze/xUTYIAyaJqrqQda3LnDpADKpvLvol6ENQ==}
|
|
2755
2952
|
engines: {node: '>=12'}
|
|
@@ -2758,6 +2955,15 @@ packages:
|
|
|
2758
2955
|
requiresBuild: true
|
|
2759
2956
|
optional: true
|
|
2760
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
|
+
|
|
2761
2967
|
/esbuild/0.14.50:
|
|
2762
2968
|
resolution: {integrity: sha512-SbC3k35Ih2IC6trhbMYW7hYeGdjPKf9atTKwBUHqMCYFZZ9z8zhuvfnZihsnJypl74FjiAKjBRqFkBkAd0rS/w==}
|
|
2763
2969
|
engines: {node: '>=12'}
|
|
@@ -2785,6 +2991,34 @@ packages:
|
|
|
2785
2991
|
esbuild-windows-64: 0.14.50
|
|
2786
2992
|
esbuild-windows-arm64: 0.14.50
|
|
2787
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
|
+
|
|
2788
3022
|
/escalade/3.1.1:
|
|
2789
3023
|
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
|
2790
3024
|
engines: {node: '>=6'}
|
|
@@ -2807,7 +3041,7 @@ packages:
|
|
|
2807
3041
|
engines: {node: '>=12'}
|
|
2808
3042
|
dev: false
|
|
2809
3043
|
|
|
2810
|
-
/eslint-config-airbnb-base/15.0.
|
|
3044
|
+
/eslint-config-airbnb-base/15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae:
|
|
2811
3045
|
resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==}
|
|
2812
3046
|
engines: {node: ^10.12.0 || >=12.0.0}
|
|
2813
3047
|
peerDependencies:
|
|
@@ -2815,8 +3049,8 @@ packages:
|
|
|
2815
3049
|
eslint-plugin-import: ^2.25.2
|
|
2816
3050
|
dependencies:
|
|
2817
3051
|
confusing-browser-globals: 1.0.11
|
|
2818
|
-
eslint: 8.
|
|
2819
|
-
eslint-plugin-import: 2.26.
|
|
3052
|
+
eslint: 8.21.0
|
|
3053
|
+
eslint-plugin-import: 2.26.0_wuikv5nqgdfyng42xxm7lklfmi
|
|
2820
3054
|
object.assign: 4.1.2
|
|
2821
3055
|
object.entries: 1.1.5
|
|
2822
3056
|
semver: 6.3.0
|
|
@@ -2831,7 +3065,7 @@ packages:
|
|
|
2831
3065
|
- supports-color
|
|
2832
3066
|
dev: true
|
|
2833
3067
|
|
|
2834
|
-
/eslint-module-utils/2.7.
|
|
3068
|
+
/eslint-module-utils/2.7.3_gjpiwexkhexdr4bbgrtzf23bg4:
|
|
2835
3069
|
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
|
|
2836
3070
|
engines: {node: '>=4'}
|
|
2837
3071
|
peerDependencies:
|
|
@@ -2849,7 +3083,7 @@ packages:
|
|
|
2849
3083
|
eslint-import-resolver-webpack:
|
|
2850
3084
|
optional: true
|
|
2851
3085
|
dependencies:
|
|
2852
|
-
'@typescript-eslint/parser': 5.
|
|
3086
|
+
'@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
2853
3087
|
debug: 3.2.7
|
|
2854
3088
|
eslint-import-resolver-node: 0.3.6
|
|
2855
3089
|
find-up: 2.1.0
|
|
@@ -2857,7 +3091,7 @@ packages:
|
|
|
2857
3091
|
- supports-color
|
|
2858
3092
|
dev: true
|
|
2859
3093
|
|
|
2860
|
-
/eslint-plugin-import/2.26.
|
|
3094
|
+
/eslint-plugin-import/2.26.0_wuikv5nqgdfyng42xxm7lklfmi:
|
|
2861
3095
|
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
|
2862
3096
|
engines: {node: '>=4'}
|
|
2863
3097
|
peerDependencies:
|
|
@@ -2867,14 +3101,14 @@ packages:
|
|
|
2867
3101
|
'@typescript-eslint/parser':
|
|
2868
3102
|
optional: true
|
|
2869
3103
|
dependencies:
|
|
2870
|
-
'@typescript-eslint/parser': 5.
|
|
3104
|
+
'@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq
|
|
2871
3105
|
array-includes: 3.1.5
|
|
2872
3106
|
array.prototype.flat: 1.3.0
|
|
2873
3107
|
debug: 2.6.9
|
|
2874
3108
|
doctrine: 2.1.0
|
|
2875
|
-
eslint: 8.
|
|
3109
|
+
eslint: 8.21.0
|
|
2876
3110
|
eslint-import-resolver-node: 0.3.6
|
|
2877
|
-
eslint-module-utils: 2.7.
|
|
3111
|
+
eslint-module-utils: 2.7.3_gjpiwexkhexdr4bbgrtzf23bg4
|
|
2878
3112
|
has: 1.0.3
|
|
2879
3113
|
is-core-module: 2.9.0
|
|
2880
3114
|
is-glob: 4.0.3
|
|
@@ -2888,19 +3122,19 @@ packages:
|
|
|
2888
3122
|
- supports-color
|
|
2889
3123
|
dev: true
|
|
2890
3124
|
|
|
2891
|
-
/eslint-plugin-vue/9.3.0_eslint@8.
|
|
3125
|
+
/eslint-plugin-vue/9.3.0_eslint@8.21.0:
|
|
2892
3126
|
resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==}
|
|
2893
3127
|
engines: {node: ^14.17.0 || >=16.0.0}
|
|
2894
3128
|
peerDependencies:
|
|
2895
3129
|
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
|
2896
3130
|
dependencies:
|
|
2897
|
-
eslint: 8.
|
|
2898
|
-
eslint-utils: 3.0.0_eslint@8.
|
|
3131
|
+
eslint: 8.21.0
|
|
3132
|
+
eslint-utils: 3.0.0_eslint@8.21.0
|
|
2899
3133
|
natural-compare: 1.4.0
|
|
2900
3134
|
nth-check: 2.1.1
|
|
2901
3135
|
postcss-selector-parser: 6.0.10
|
|
2902
3136
|
semver: 7.3.7
|
|
2903
|
-
vue-eslint-parser: 9.0.3_eslint@8.
|
|
3137
|
+
vue-eslint-parser: 9.0.3_eslint@8.21.0
|
|
2904
3138
|
xml-name-validator: 4.0.0
|
|
2905
3139
|
transitivePeerDependencies:
|
|
2906
3140
|
- supports-color
|
|
@@ -2922,13 +3156,13 @@ packages:
|
|
|
2922
3156
|
estraverse: 5.3.0
|
|
2923
3157
|
dev: true
|
|
2924
3158
|
|
|
2925
|
-
/eslint-utils/3.0.0_eslint@8.
|
|
3159
|
+
/eslint-utils/3.0.0_eslint@8.21.0:
|
|
2926
3160
|
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
|
2927
3161
|
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
|
2928
3162
|
peerDependencies:
|
|
2929
3163
|
eslint: '>=5'
|
|
2930
3164
|
dependencies:
|
|
2931
|
-
eslint: 8.
|
|
3165
|
+
eslint: 8.21.0
|
|
2932
3166
|
eslint-visitor-keys: 2.1.0
|
|
2933
3167
|
dev: true
|
|
2934
3168
|
|
|
@@ -2942,13 +3176,14 @@ packages:
|
|
|
2942
3176
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
2943
3177
|
dev: true
|
|
2944
3178
|
|
|
2945
|
-
/eslint/8.
|
|
2946
|
-
resolution: {integrity: sha512
|
|
3179
|
+
/eslint/8.21.0:
|
|
3180
|
+
resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==}
|
|
2947
3181
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
2948
3182
|
hasBin: true
|
|
2949
3183
|
dependencies:
|
|
2950
3184
|
'@eslint/eslintrc': 1.3.0
|
|
2951
|
-
'@humanwhocodes/config-array': 0.
|
|
3185
|
+
'@humanwhocodes/config-array': 0.10.4
|
|
3186
|
+
'@humanwhocodes/gitignore-to-minimatch': 1.0.2
|
|
2952
3187
|
ajv: 6.12.6
|
|
2953
3188
|
chalk: 4.1.2
|
|
2954
3189
|
cross-spawn: 7.0.3
|
|
@@ -2956,16 +3191,19 @@ packages:
|
|
|
2956
3191
|
doctrine: 3.0.0
|
|
2957
3192
|
escape-string-regexp: 4.0.0
|
|
2958
3193
|
eslint-scope: 7.1.1
|
|
2959
|
-
eslint-utils: 3.0.0_eslint@8.
|
|
3194
|
+
eslint-utils: 3.0.0_eslint@8.21.0
|
|
2960
3195
|
eslint-visitor-keys: 3.3.0
|
|
2961
|
-
espree: 9.3.
|
|
3196
|
+
espree: 9.3.3
|
|
2962
3197
|
esquery: 1.4.0
|
|
2963
3198
|
esutils: 2.0.3
|
|
2964
3199
|
fast-deep-equal: 3.1.3
|
|
2965
3200
|
file-entry-cache: 6.0.1
|
|
3201
|
+
find-up: 5.0.0
|
|
2966
3202
|
functional-red-black-tree: 1.0.1
|
|
2967
3203
|
glob-parent: 6.0.2
|
|
2968
3204
|
globals: 13.16.0
|
|
3205
|
+
globby: 11.1.0
|
|
3206
|
+
grapheme-splitter: 1.0.4
|
|
2969
3207
|
ignore: 5.2.0
|
|
2970
3208
|
import-fresh: 3.3.0
|
|
2971
3209
|
imurmurhash: 0.1.4
|
|
@@ -2995,6 +3233,15 @@ packages:
|
|
|
2995
3233
|
eslint-visitor-keys: 3.3.0
|
|
2996
3234
|
dev: true
|
|
2997
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
|
+
|
|
2998
3245
|
/esprima/4.0.1:
|
|
2999
3246
|
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
3000
3247
|
engines: {node: '>=4'}
|
|
@@ -3275,8 +3522,8 @@ packages:
|
|
|
3275
3522
|
pkg-dir: 4.2.0
|
|
3276
3523
|
dev: false
|
|
3277
3524
|
|
|
3278
|
-
/firebase-admin/11.0.
|
|
3279
|
-
resolution: {integrity: sha512-
|
|
3525
|
+
/firebase-admin/11.0.1_@firebase+app-types@0.7.0:
|
|
3526
|
+
resolution: {integrity: sha512-rL3wlZbi2Kb/KJgcmj1YHlD4ZhfmhfgRO2YJialxAllm0tj1IQea878hHuBLGmv4DpbW9t9nLvX9kddNR2Y65Q==}
|
|
3280
3527
|
engines: {node: '>=14'}
|
|
3281
3528
|
dependencies:
|
|
3282
3529
|
'@fastify/busboy': 1.1.0
|
|
@@ -3296,7 +3543,7 @@ packages:
|
|
|
3296
3543
|
- supports-color
|
|
3297
3544
|
dev: false
|
|
3298
3545
|
|
|
3299
|
-
/firebase-functions/3.22.0_firebase-admin@11.0.
|
|
3546
|
+
/firebase-functions/3.22.0_firebase-admin@11.0.1:
|
|
3300
3547
|
resolution: {integrity: sha512-d1BxBpT95MhvVqXkpLWDvWbyuX7e2l69cFAiqG3U1XQDaMV88bM9S+Zg7H8i9pitEGFr+76ErjKgrY0n+g3ZDA==}
|
|
3301
3548
|
engines: {node: ^8.13.0 || >=10.10.0}
|
|
3302
3549
|
hasBin: true
|
|
@@ -3307,7 +3554,7 @@ packages:
|
|
|
3307
3554
|
'@types/express': 4.17.3
|
|
3308
3555
|
cors: 2.8.5
|
|
3309
3556
|
express: 4.18.1
|
|
3310
|
-
firebase-admin: 11.0.
|
|
3557
|
+
firebase-admin: 11.0.1_@firebase+app-types@0.7.0
|
|
3311
3558
|
lodash: 4.17.21
|
|
3312
3559
|
node-fetch: 2.6.7
|
|
3313
3560
|
transitivePeerDependencies:
|
|
@@ -3686,6 +3933,10 @@ packages:
|
|
|
3686
3933
|
/graceful-fs/4.2.10:
|
|
3687
3934
|
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
|
|
3688
3935
|
|
|
3936
|
+
/grapheme-splitter/1.0.4:
|
|
3937
|
+
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
|
|
3938
|
+
dev: true
|
|
3939
|
+
|
|
3689
3940
|
/gray-matter/4.0.3:
|
|
3690
3941
|
resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
|
|
3691
3942
|
engines: {node: '>=6.0'}
|
|
@@ -5289,8 +5540,8 @@ packages:
|
|
|
5289
5540
|
whatwg-url: 5.0.0
|
|
5290
5541
|
dev: false
|
|
5291
5542
|
|
|
5292
|
-
/node-fetch/3.2.
|
|
5293
|
-
resolution: {integrity: sha512
|
|
5543
|
+
/node-fetch/3.2.10:
|
|
5544
|
+
resolution: {integrity: sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==}
|
|
5294
5545
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
5295
5546
|
dependencies:
|
|
5296
5547
|
data-uri-to-buffer: 4.0.0
|
|
@@ -6677,137 +6928,137 @@ packages:
|
|
|
6677
6928
|
typescript: 4.7.4
|
|
6678
6929
|
dev: true
|
|
6679
6930
|
|
|
6680
|
-
/turbo-android-arm64/1.
|
|
6681
|
-
resolution: {integrity: sha512-
|
|
6931
|
+
/turbo-android-arm64/1.4.0:
|
|
6932
|
+
resolution: {integrity: sha512-k03ztiuVpRqFiXl452HUsDgns0KrDtKL+e19h3eVJZFlr0lXtMBAcjh6qkh9lSmBW99NGSESGbsdaL9cp6F/vw==}
|
|
6682
6933
|
cpu: [arm64]
|
|
6683
6934
|
os: [android]
|
|
6684
6935
|
requiresBuild: true
|
|
6685
6936
|
dev: true
|
|
6686
6937
|
optional: true
|
|
6687
6938
|
|
|
6688
|
-
/turbo-darwin-64/1.
|
|
6689
|
-
resolution: {integrity: sha512-
|
|
6939
|
+
/turbo-darwin-64/1.4.0:
|
|
6940
|
+
resolution: {integrity: sha512-uj6p1marrEIFBX1nv4+LRg4e1vTYXTsv2DUB0e/LeAf9G2dRzh/MtSwBWuUaFLCcDvMSsnOeComgEkKuYyeVfw==}
|
|
6690
6941
|
cpu: [x64]
|
|
6691
6942
|
os: [darwin]
|
|
6692
6943
|
requiresBuild: true
|
|
6693
6944
|
dev: true
|
|
6694
6945
|
optional: true
|
|
6695
6946
|
|
|
6696
|
-
/turbo-darwin-arm64/1.
|
|
6697
|
-
resolution: {integrity: sha512-
|
|
6947
|
+
/turbo-darwin-arm64/1.4.0:
|
|
6948
|
+
resolution: {integrity: sha512-O6xBDY3LUJVctQBkbPoHHDsUIhuJTdIgIY/w4ZPRgdv51fj6uBJRolj9lLx1jGioLqjUaj/sXIizlaPar6tm5A==}
|
|
6698
6949
|
cpu: [arm64]
|
|
6699
6950
|
os: [darwin]
|
|
6700
6951
|
requiresBuild: true
|
|
6701
6952
|
dev: true
|
|
6702
6953
|
optional: true
|
|
6703
6954
|
|
|
6704
|
-
/turbo-freebsd-64/1.
|
|
6705
|
-
resolution: {integrity: sha512-
|
|
6955
|
+
/turbo-freebsd-64/1.4.0:
|
|
6956
|
+
resolution: {integrity: sha512-103LbqCHxDHCz0xmpWis5JHkti2Irlq7n7vAk43+Kkxrz8UqhbrSfe0qUhkYltvxQ/R5cKAOKmBT5eZCO85+Xw==}
|
|
6706
6957
|
cpu: [x64]
|
|
6707
6958
|
os: [freebsd]
|
|
6708
6959
|
requiresBuild: true
|
|
6709
6960
|
dev: true
|
|
6710
6961
|
optional: true
|
|
6711
6962
|
|
|
6712
|
-
/turbo-freebsd-arm64/1.
|
|
6713
|
-
resolution: {integrity: sha512-
|
|
6963
|
+
/turbo-freebsd-arm64/1.4.0:
|
|
6964
|
+
resolution: {integrity: sha512-Cf+TGpQTpogSd/SsGhz1uQMhNVYYT1GeGg9iJ99rjjzbdC1zjdmeCbgUwyUUx5wVVM832o5fWaCJai3My3PDDQ==}
|
|
6714
6965
|
cpu: [arm64]
|
|
6715
6966
|
os: [freebsd]
|
|
6716
6967
|
requiresBuild: true
|
|
6717
6968
|
dev: true
|
|
6718
6969
|
optional: true
|
|
6719
6970
|
|
|
6720
|
-
/turbo-linux-32/1.
|
|
6721
|
-
resolution: {integrity: sha512-
|
|
6971
|
+
/turbo-linux-32/1.4.0:
|
|
6972
|
+
resolution: {integrity: sha512-bJn78F+mH45g6xPFTdn7PLzixMuqugGz4Db9dPLijWQzeKzVz52qpN7WGUZwfPZtQOs0HUI8woH6eqAZMdT2ZA==}
|
|
6722
6973
|
cpu: [ia32]
|
|
6723
6974
|
os: [linux]
|
|
6724
6975
|
requiresBuild: true
|
|
6725
6976
|
dev: true
|
|
6726
6977
|
optional: true
|
|
6727
6978
|
|
|
6728
|
-
/turbo-linux-64/1.
|
|
6729
|
-
resolution: {integrity: sha512-
|
|
6979
|
+
/turbo-linux-64/1.4.0:
|
|
6980
|
+
resolution: {integrity: sha512-1+WyeJ1CBOnXNQl+Qke4NWvy3Zymp0NoxmJcZAmVBhwqAqGyERypeDznMfFmFtpG99/ZhmT7xwilz3Bw3Eyukw==}
|
|
6730
6981
|
cpu: [x64]
|
|
6731
6982
|
os: [linux]
|
|
6732
6983
|
requiresBuild: true
|
|
6733
6984
|
dev: true
|
|
6734
6985
|
optional: true
|
|
6735
6986
|
|
|
6736
|
-
/turbo-linux-arm/1.
|
|
6737
|
-
resolution: {integrity: sha512-
|
|
6987
|
+
/turbo-linux-arm/1.4.0:
|
|
6988
|
+
resolution: {integrity: sha512-9DEUP1pKWCwMDuriYCuTf+73oBIxTU4VLdkP89dtPoQVXW6mviES4gRXm8jAs6AOzzMI4DHgNKPxk7UKUvuExQ==}
|
|
6738
6989
|
cpu: [arm]
|
|
6739
6990
|
os: [linux]
|
|
6740
6991
|
requiresBuild: true
|
|
6741
6992
|
dev: true
|
|
6742
6993
|
optional: true
|
|
6743
6994
|
|
|
6744
|
-
/turbo-linux-arm64/1.
|
|
6745
|
-
resolution: {integrity: sha512-
|
|
6995
|
+
/turbo-linux-arm64/1.4.0:
|
|
6996
|
+
resolution: {integrity: sha512-DUtBhN0+o4XULQ9hsnzp6nI4mycMH7PpjKtG2HdmiZIhSYipSKWIMZkvgJpnpVJoRarLe7PmcDJIBp2aXvw2xw==}
|
|
6746
6997
|
cpu: [arm64]
|
|
6747
6998
|
os: [linux]
|
|
6748
6999
|
requiresBuild: true
|
|
6749
7000
|
dev: true
|
|
6750
7001
|
optional: true
|
|
6751
7002
|
|
|
6752
|
-
/turbo-linux-mips64le/1.
|
|
6753
|
-
resolution: {integrity: sha512-
|
|
6754
|
-
cpu: [
|
|
7003
|
+
/turbo-linux-mips64le/1.4.0:
|
|
7004
|
+
resolution: {integrity: sha512-ZJcQvUgmCJ4TFosVL6hEmECP5ysSubF3wMOq5hkBxzRMBjL0djW+BK4aIXutBTpjAz9OyM10S4KeEGeGRS/e3Q==}
|
|
7005
|
+
cpu: [mipsel]
|
|
6755
7006
|
os: [linux]
|
|
6756
7007
|
requiresBuild: true
|
|
6757
7008
|
dev: true
|
|
6758
7009
|
optional: true
|
|
6759
7010
|
|
|
6760
|
-
/turbo-linux-ppc64le/1.
|
|
6761
|
-
resolution: {integrity: sha512-
|
|
7011
|
+
/turbo-linux-ppc64le/1.4.0:
|
|
7012
|
+
resolution: {integrity: sha512-sk/rOrcGnYRcwNP8yJwmeOOzInv7YzMfWBomVf/TwrpsGL8QrD05zjsMR+lGxYNoNOJIHbroracjHaLvKWZN7A==}
|
|
6762
7013
|
cpu: [ppc64]
|
|
6763
7014
|
os: [linux]
|
|
6764
7015
|
requiresBuild: true
|
|
6765
7016
|
dev: true
|
|
6766
7017
|
optional: true
|
|
6767
7018
|
|
|
6768
|
-
/turbo-windows-32/1.
|
|
6769
|
-
resolution: {integrity: sha512-
|
|
7019
|
+
/turbo-windows-32/1.4.0:
|
|
7020
|
+
resolution: {integrity: sha512-5fmS6J3ZvhWRss+sFw2edOElVeKtk0l9yCoCYltPeFSy3+ArXws06ik3Z318SuKlbFu/+VTbM/NyBleKru+0ag==}
|
|
6770
7021
|
cpu: [ia32]
|
|
6771
7022
|
os: [win32]
|
|
6772
7023
|
requiresBuild: true
|
|
6773
7024
|
dev: true
|
|
6774
7025
|
optional: true
|
|
6775
7026
|
|
|
6776
|
-
/turbo-windows-64/1.
|
|
6777
|
-
resolution: {integrity: sha512-
|
|
7027
|
+
/turbo-windows-64/1.4.0:
|
|
7028
|
+
resolution: {integrity: sha512-FZZBHjb8BYpEGbVOpJEEFAjS3xxUVg76MBPXqRb5IUPQeXiCd8VfO4UApn9syjUuTLORBoWLmSf3xp7vd1cIgA==}
|
|
6778
7029
|
cpu: [x64]
|
|
6779
7030
|
os: [win32]
|
|
6780
7031
|
requiresBuild: true
|
|
6781
7032
|
dev: true
|
|
6782
7033
|
optional: true
|
|
6783
7034
|
|
|
6784
|
-
/turbo-windows-arm64/1.
|
|
6785
|
-
resolution: {integrity: sha512-
|
|
7035
|
+
/turbo-windows-arm64/1.4.0:
|
|
7036
|
+
resolution: {integrity: sha512-mJAlDf5/qBVMVv+q+0/2PF5tRHKz4mgtl/DnRn5n/rIfRvElGkjlPbQwJdXuMCEQVE9FMOAGRCstu0dkcdTluQ==}
|
|
6786
7037
|
cpu: [arm64]
|
|
6787
7038
|
os: [win32]
|
|
6788
7039
|
requiresBuild: true
|
|
6789
7040
|
dev: true
|
|
6790
7041
|
optional: true
|
|
6791
7042
|
|
|
6792
|
-
/turbo/1.
|
|
6793
|
-
resolution: {integrity: sha512-
|
|
7043
|
+
/turbo/1.4.0:
|
|
7044
|
+
resolution: {integrity: sha512-k2x8QqunK/96tqzB7aRCQ601H7N2PnxTcrEH9NoJjN5sJeymnfn/dQ8l6HrSyuYrW259W3N/AWAAUhpXnUyitA==}
|
|
6794
7045
|
hasBin: true
|
|
6795
7046
|
requiresBuild: true
|
|
6796
7047
|
optionalDependencies:
|
|
6797
|
-
turbo-android-arm64: 1.
|
|
6798
|
-
turbo-darwin-64: 1.
|
|
6799
|
-
turbo-darwin-arm64: 1.
|
|
6800
|
-
turbo-freebsd-64: 1.
|
|
6801
|
-
turbo-freebsd-arm64: 1.
|
|
6802
|
-
turbo-linux-32: 1.
|
|
6803
|
-
turbo-linux-64: 1.
|
|
6804
|
-
turbo-linux-arm: 1.
|
|
6805
|
-
turbo-linux-arm64: 1.
|
|
6806
|
-
turbo-linux-mips64le: 1.
|
|
6807
|
-
turbo-linux-ppc64le: 1.
|
|
6808
|
-
turbo-windows-32: 1.
|
|
6809
|
-
turbo-windows-64: 1.
|
|
6810
|
-
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
|
|
6811
7062
|
dev: true
|
|
6812
7063
|
|
|
6813
7064
|
/type-check/0.4.0:
|
|
@@ -7116,8 +7367,8 @@ packages:
|
|
|
7116
7367
|
optionalDependencies:
|
|
7117
7368
|
fsevents: 2.3.2
|
|
7118
7369
|
|
|
7119
|
-
/vitest/0.
|
|
7120
|
-
resolution: {integrity: sha512-
|
|
7370
|
+
/vitest/0.20.2:
|
|
7371
|
+
resolution: {integrity: sha512-AFXTHrwG4d2OO6SAL8WP5ZkOwLtgeF4tlrHfXFqrHc+5chNegeR53pge0lv/C4316SqJ2DbYaUBH8vh3CdF+BQ==}
|
|
7121
7372
|
engines: {node: '>=v14.16.0'}
|
|
7122
7373
|
hasBin: true
|
|
7123
7374
|
peerDependencies:
|
|
@@ -7223,14 +7474,14 @@ packages:
|
|
|
7223
7474
|
resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==}
|
|
7224
7475
|
dev: false
|
|
7225
7476
|
|
|
7226
|
-
/vue-eslint-parser/9.0.3_eslint@8.
|
|
7477
|
+
/vue-eslint-parser/9.0.3_eslint@8.21.0:
|
|
7227
7478
|
resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==}
|
|
7228
7479
|
engines: {node: ^14.17.0 || >=16.0.0}
|
|
7229
7480
|
peerDependencies:
|
|
7230
7481
|
eslint: '>=6.0.0'
|
|
7231
7482
|
dependencies:
|
|
7232
7483
|
debug: 4.3.4
|
|
7233
|
-
eslint: 8.
|
|
7484
|
+
eslint: 8.21.0
|
|
7234
7485
|
eslint-scope: 7.1.1
|
|
7235
7486
|
eslint-visitor-keys: 3.3.0
|
|
7236
7487
|
espree: 9.3.2
|
|
@@ -7450,7 +7701,7 @@ packages:
|
|
|
7450
7701
|
fs-extra: 10.1.0
|
|
7451
7702
|
globby: 13.1.2
|
|
7452
7703
|
minimist: 1.2.6
|
|
7453
|
-
node-fetch: 3.2.
|
|
7704
|
+
node-fetch: 3.2.10
|
|
7454
7705
|
ps-tree: 1.2.0
|
|
7455
7706
|
which: 2.0.2
|
|
7456
7707
|
yaml: 2.1.1
|