@ecomplus/storefront-framework 5.19.3 → 5.19.6

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 CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.19.6](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.19.5...@ecomplus/storefront-framework@5.19.6) (2022-08-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency firebase-admin to v11 ([#769](https://github.com/ecomplus/storefront/issues/769)) [skip ci] ([07122fa](https://github.com/ecomplus/storefront/commit/07122fae426187bf66a26b9d78eca6df71ebc35c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [5.19.5](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.19.4...@ecomplus/storefront-framework@5.19.5) (2022-07-26)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** update boostrap and other non-major dependencies ([#754](https://github.com/ecomplus/storefront/issues/754)) ([c962e3f](https://github.com/ecomplus/storefront/commit/c962e3ff7c2c59ed5918598b45a29d8093e9fa45)), closes [#d2h-075385](https://github.com/ecomplus/storefront/issues/d2h-075385)
23
+
24
+
25
+
26
+
27
+
28
+ ## [5.19.4](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.19.3...@ecomplus/storefront-framework@5.19.4) (2022-07-16)
29
+
30
+ **Note:** Version bump only for package @ecomplus/storefront-framework
31
+
32
+
33
+
34
+
35
+
6
36
  ## [5.19.3](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.19.2...@ecomplus/storefront-framework@5.19.3) (2022-07-06)
7
37
 
8
38
 
@@ -81,47 +81,47 @@
81
81
  "integrity": "sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g=="
82
82
  },
83
83
  "@firebase/component": {
84
- "version": "0.5.15",
85
- "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.5.15.tgz",
86
- "integrity": "sha512-VRnZxmvtJmXupTPg37LxM0zdyMN54EXkmsFD4x5Bm4eZUay9VGnhfiGnE3m9Af/2hnURA2idIBN/23L6982iPQ==",
84
+ "version": "0.5.17",
85
+ "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.5.17.tgz",
86
+ "integrity": "sha512-mTM5CBSIlmI+i76qU4+DhuExnWtzcPS3cVgObA3VAjliPPr3GrUlTaaa8KBGfxsD27juQxMsYA0TvCR5X+GQ3Q==",
87
87
  "requires": {
88
- "@firebase/util": "1.6.1",
88
+ "@firebase/util": "1.6.3",
89
89
  "tslib": "^2.1.0"
90
90
  }
91
91
  },
92
92
  "@firebase/database": {
93
- "version": "0.13.1",
94
- "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.13.1.tgz",
95
- "integrity": "sha512-k6PeAzf9x9DG3AJtA6SkJsTD1ivOWvrV71VPOYabBch05QDB0HOYs1EauGhzqa6GOcYz+ncb4pNEkgFDvcnEfQ==",
93
+ "version": "0.13.4",
94
+ "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.13.4.tgz",
95
+ "integrity": "sha512-NW7bOoiaC4sJCj6DY/m9xHoFNa0CK32YPMCh6FiMweLCDQbOZM8Ql/Kn6yyuxCb7K7ypz9eSbRlCWQJsJRQjhg==",
96
96
  "requires": {
97
97
  "@firebase/auth-interop-types": "0.1.6",
98
- "@firebase/component": "0.5.15",
98
+ "@firebase/component": "0.5.17",
99
99
  "@firebase/logger": "0.3.3",
100
- "@firebase/util": "1.6.1",
100
+ "@firebase/util": "1.6.3",
101
101
  "faye-websocket": "0.11.4",
102
102
  "tslib": "^2.1.0"
103
103
  }
104
104
  },
105
105
  "@firebase/database-compat": {
106
- "version": "0.2.1",
107
- "resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-0.2.1.tgz",
108
- "integrity": "sha512-xpru5ZtO7um2FmfIw4gCAbkWpyOEwxzamU/5phuwze3ZihMdh+UrDrwrhvfqzQ/KIKXsK76Uyx5F3NCAS8+5eg==",
106
+ "version": "0.2.4",
107
+ "resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-0.2.4.tgz",
108
+ "integrity": "sha512-VtsGixO5mTjNMJn6PwxAJEAR70fj+3blCXIdQKel3q+eYGZAfdqxox1+tzZDnf9NWBJpaOgAHPk3JVDxEo9NFQ==",
109
109
  "requires": {
110
- "@firebase/component": "0.5.15",
111
- "@firebase/database": "0.13.1",
112
- "@firebase/database-types": "0.9.9",
110
+ "@firebase/component": "0.5.17",
111
+ "@firebase/database": "0.13.4",
112
+ "@firebase/database-types": "0.9.12",
113
113
  "@firebase/logger": "0.3.3",
114
- "@firebase/util": "1.6.1",
114
+ "@firebase/util": "1.6.3",
115
115
  "tslib": "^2.1.0"
116
116
  }
117
117
  },
118
118
  "@firebase/database-types": {
119
- "version": "0.9.9",
120
- "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.9.9.tgz",
121
- "integrity": "sha512-Zp86fHzQFZKYVM7yDWVAgVTeOJ39g2wT0ijeiN0jpHAHceeoV013q3jPIIGuooV2HMwWOTIBZGqh+DxrHMFyUw==",
119
+ "version": "0.9.12",
120
+ "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.9.12.tgz",
121
+ "integrity": "sha512-FP4UYx1/bIOYSbTFmKajKKaEjXZKCQFUNZNIxaiCEZmsXb4vt0PJAmBufJf6LJLsaXNoywkcTyPYwjsotviyxg==",
122
122
  "requires": {
123
123
  "@firebase/app-types": "0.7.0",
124
- "@firebase/util": "1.6.1"
124
+ "@firebase/util": "1.6.3"
125
125
  }
126
126
  },
127
127
  "@firebase/logger": {
@@ -133,17 +133,17 @@
133
133
  }
134
134
  },
135
135
  "@firebase/util": {
136
- "version": "1.6.1",
137
- "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.6.1.tgz",
138
- "integrity": "sha512-+eDE6uG5GgvXYHbAzfP1mpJUX1VDBD+A8CjBeBoNAKAVAApMSDxDODqRcOq7NW7kFJXSUkMzDJWhnUIifX2R8w==",
136
+ "version": "1.6.3",
137
+ "resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.6.3.tgz",
138
+ "integrity": "sha512-FujteO6Zjv6v8A4HS+t7c+PjU0Kaxj+rOnka0BsI/twUaCC9t8EQPmXpWZdk7XfszfahJn2pqsflUWUhtUkRlg==",
139
139
  "requires": {
140
140
  "tslib": "^2.1.0"
141
141
  }
142
142
  },
143
143
  "@google-cloud/firestore": {
144
- "version": "4.15.1",
145
- "resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-4.15.1.tgz",
146
- "integrity": "sha512-2PWsCkEF1W02QbghSeRsNdYKN1qavrHBP3m72gPDMHQSYrGULOaTi7fSJquQmAtc4iPVB2/x6h80rdLHTATQtA==",
144
+ "version": "5.0.2",
145
+ "resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-5.0.2.tgz",
146
+ "integrity": "sha512-xlGcNYaW0nvUMzNn2+pLfbEBVt6oysVqtM89faMgZWkWfEtvIQGS0h5PRdLlcqufNzRCX3yIGv29Pb+03ys+VA==",
147
147
  "optional": true,
148
148
  "requires": {
149
149
  "fast-deep-equal": "^3.1.1",
@@ -163,56 +163,183 @@
163
163
  }
164
164
  },
165
165
  "@google-cloud/projectify": {
166
- "version": "2.1.1",
167
- "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-2.1.1.tgz",
168
- "integrity": "sha512-+rssMZHnlh0twl122gXY4/aCrk0G1acBqkHFfYddtsqpYXGxA29nj9V5V9SfC+GyOG00l650f6lG9KL+EpFEWQ==",
166
+ "version": "3.0.0",
167
+ "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-3.0.0.tgz",
168
+ "integrity": "sha512-HRkZsNmjScY6Li8/kb70wjGlDDyLkVk3KvoEo9uIoxSjYLJasGiCch9+PqRVDOCGUFvEIqyogl+BeqILL4OJHA==",
169
169
  "optional": true
170
170
  },
171
171
  "@google-cloud/promisify": {
172
- "version": "2.0.4",
173
- "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.4.tgz",
174
- "integrity": "sha512-j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA==",
172
+ "version": "3.0.0",
173
+ "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-3.0.0.tgz",
174
+ "integrity": "sha512-91ArYvRgXWb73YvEOBMmOcJc0bDRs5yiVHnqkwoG0f3nm7nZuipllz6e7BvFESBvjkDTBC0zMD8QxedUwNLc1A==",
175
175
  "optional": true
176
176
  },
177
177
  "@google-cloud/storage": {
178
- "version": "5.20.5",
179
- "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-5.20.5.tgz",
180
- "integrity": "sha512-lOs/dCyveVF8TkVFnFSF7IGd0CJrTm91qiK6JLu+Z8qiT+7Ag0RyVhxZIWkhiACqwABo7kSHDm8FdH8p2wxSSw==",
178
+ "version": "6.3.0",
179
+ "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.3.0.tgz",
180
+ "integrity": "sha512-Ah4wl9cWUEW+2lAqHsKauaLlPmbtdOdQkvJE6BFwmTSZhywYVtVHLcEpf5F+/GmmNTnirFGNdE7UjgbyOxcnRg==",
181
181
  "optional": true,
182
182
  "requires": {
183
183
  "@google-cloud/paginator": "^3.0.7",
184
- "@google-cloud/projectify": "^2.0.0",
185
- "@google-cloud/promisify": "^2.0.0",
184
+ "@google-cloud/projectify": "^3.0.0",
185
+ "@google-cloud/promisify": "^3.0.0",
186
186
  "abort-controller": "^3.0.0",
187
187
  "arrify": "^2.0.0",
188
188
  "async-retry": "^1.3.3",
189
189
  "compressible": "^2.0.12",
190
- "configstore": "^5.0.0",
191
190
  "duplexify": "^4.0.0",
192
191
  "ent": "^2.2.0",
193
192
  "extend": "^3.0.2",
194
- "gaxios": "^4.0.0",
195
- "google-auth-library": "^7.14.1",
196
- "hash-stream-validation": "^0.2.2",
193
+ "gaxios": "^5.0.0",
194
+ "google-auth-library": "^8.0.1",
197
195
  "mime": "^3.0.0",
198
196
  "mime-types": "^2.0.8",
199
197
  "p-limit": "^3.0.1",
200
198
  "pumpify": "^2.0.0",
201
- "retry-request": "^4.2.2",
199
+ "retry-request": "^5.0.0",
202
200
  "stream-events": "^1.0.4",
203
- "teeny-request": "^7.1.3",
204
- "uuid": "^8.0.0",
205
- "xdg-basedir": "^4.0.0"
201
+ "teeny-request": "^8.0.0",
202
+ "uuid": "^8.0.0"
203
+ },
204
+ "dependencies": {
205
+ "gaxios": {
206
+ "version": "5.0.1",
207
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-5.0.1.tgz",
208
+ "integrity": "sha512-keK47BGKHyyOVQxgcUaSaFvr3ehZYAlvhvpHXy0YB2itzZef+GqZR8TBsfVRWghdwlKrYsn+8L8i3eblF7Oviw==",
209
+ "optional": true,
210
+ "requires": {
211
+ "extend": "^3.0.2",
212
+ "https-proxy-agent": "^5.0.0",
213
+ "is-stream": "^2.0.0",
214
+ "node-fetch": "^2.6.7"
215
+ }
216
+ },
217
+ "gcp-metadata": {
218
+ "version": "5.0.0",
219
+ "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-5.0.0.tgz",
220
+ "integrity": "sha512-gfwuX3yA3nNsHSWUL4KG90UulNiq922Ukj3wLTrcnX33BB7PwB1o0ubR8KVvXu9nJH+P5w1j2SQSNNqto+H0DA==",
221
+ "optional": true,
222
+ "requires": {
223
+ "gaxios": "^5.0.0",
224
+ "json-bigint": "^1.0.0"
225
+ }
226
+ },
227
+ "google-auth-library": {
228
+ "version": "8.1.1",
229
+ "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.1.1.tgz",
230
+ "integrity": "sha512-eG3pCfrLgVJe19KhAeZwW0m1LplNEo0FX1GboWf3hu18zD2jq8TUH2K8900AB2YRAuJ7A+1aSXDp1BODjwwRzg==",
231
+ "optional": true,
232
+ "requires": {
233
+ "arrify": "^2.0.0",
234
+ "base64-js": "^1.3.0",
235
+ "ecdsa-sig-formatter": "^1.0.11",
236
+ "fast-text-encoding": "^1.0.0",
237
+ "gaxios": "^5.0.0",
238
+ "gcp-metadata": "^5.0.0",
239
+ "gtoken": "^6.0.0",
240
+ "jws": "^4.0.0",
241
+ "lru-cache": "^6.0.0"
242
+ }
243
+ },
244
+ "google-p12-pem": {
245
+ "version": "4.0.0",
246
+ "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.0.tgz",
247
+ "integrity": "sha512-lRTMn5ElBdDixv4a86bixejPSRk1boRtUowNepeKEVvYiFlkLuAJUVpEz6PfObDHYEKnZWq/9a2zC98xu62A9w==",
248
+ "optional": true,
249
+ "requires": {
250
+ "node-forge": "^1.3.1"
251
+ }
252
+ },
253
+ "gtoken": {
254
+ "version": "6.1.0",
255
+ "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-6.1.0.tgz",
256
+ "integrity": "sha512-WPZcFw34wh2LUvbCUWI70GDhOlO7qHpSvFHFqq7d3Wvsf8dIJedE0lnUdOmsKuC0NgflKmF0LxIF38vsGeHHiQ==",
257
+ "optional": true,
258
+ "requires": {
259
+ "gaxios": "^4.0.0",
260
+ "google-p12-pem": "^4.0.0",
261
+ "jws": "^4.0.0"
262
+ },
263
+ "dependencies": {
264
+ "gaxios": {
265
+ "version": "4.3.3",
266
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.3.tgz",
267
+ "integrity": "sha512-gSaYYIO1Y3wUtdfHmjDUZ8LWaxJQpiavzbF5Kq53akSzvmVg0RfyOcFDbO1KJ/KCGRFz2qG+lS81F0nkr7cRJA==",
268
+ "optional": true,
269
+ "requires": {
270
+ "abort-controller": "^3.0.0",
271
+ "extend": "^3.0.2",
272
+ "https-proxy-agent": "^5.0.0",
273
+ "is-stream": "^2.0.0",
274
+ "node-fetch": "^2.6.7"
275
+ }
276
+ }
277
+ }
278
+ },
279
+ "retry-request": {
280
+ "version": "5.0.1",
281
+ "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-5.0.1.tgz",
282
+ "integrity": "sha512-lxFKrlBt0OZzCWh/V0uPEN0vlr3OhdeXnpeY5OES+ckslm791Cb1D5P7lJUSnY7J5hiCjcyaUGmzCnIGDCUBig==",
283
+ "optional": true,
284
+ "requires": {
285
+ "debug": "^4.1.1",
286
+ "extend": "^3.0.2"
287
+ }
288
+ }
206
289
  }
207
290
  },
208
291
  "@grpc/grpc-js": {
209
- "version": "1.6.7",
210
- "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.6.7.tgz",
211
- "integrity": "sha512-eBM03pu9hd3VqDQG+kHahiG1x80RGkkqqRb1Pchcwqej/KkAH95gAvKs6laqaHCycYaPK+TKuNQnOz9UXYA8qw==",
292
+ "version": "1.6.8",
293
+ "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.6.8.tgz",
294
+ "integrity": "sha512-Nt5tufF/O5Q310kP0cDzxznWMZW58GCTZhUUiAQ9B0K0ANKNQ4Lj/K9XK0vZg+UBKq5/7z7+8mXHHfrcwoeFJQ==",
212
295
  "optional": true,
213
296
  "requires": {
214
- "@grpc/proto-loader": "^0.6.4",
297
+ "@grpc/proto-loader": "^0.7.0",
215
298
  "@types/node": ">=12.12.47"
299
+ },
300
+ "dependencies": {
301
+ "@grpc/proto-loader": {
302
+ "version": "0.7.0",
303
+ "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.0.tgz",
304
+ "integrity": "sha512-SGPZtVmqOvNfPFOA/nNPn+0Weqa5wubBgQ56+JgTbeLY2VezwtMjwPPFzh0kvQccwWT3a2TXT0ZGK/pJoOTk1A==",
305
+ "optional": true,
306
+ "requires": {
307
+ "@types/long": "^4.0.1",
308
+ "lodash.camelcase": "^4.3.0",
309
+ "long": "^4.0.0",
310
+ "protobufjs": "^7.0.0",
311
+ "yargs": "^16.2.0"
312
+ }
313
+ },
314
+ "protobufjs": {
315
+ "version": "7.0.0",
316
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.0.0.tgz",
317
+ "integrity": "sha512-ffNIEm+quOcYtQvHdW406v1NQmZSuqVklxsXk076BtuFnlYZfigLU+JOMrTD8TUOyqHYbRI/fSVNvgd25YeN3w==",
318
+ "optional": true,
319
+ "requires": {
320
+ "@protobufjs/aspromise": "^1.1.2",
321
+ "@protobufjs/base64": "^1.1.2",
322
+ "@protobufjs/codegen": "^2.0.4",
323
+ "@protobufjs/eventemitter": "^1.1.0",
324
+ "@protobufjs/fetch": "^1.1.0",
325
+ "@protobufjs/float": "^1.0.2",
326
+ "@protobufjs/inquire": "^1.1.0",
327
+ "@protobufjs/path": "^1.1.2",
328
+ "@protobufjs/pool": "^1.1.0",
329
+ "@protobufjs/utf8": "^1.1.0",
330
+ "@types/long": "^4.0.1",
331
+ "@types/node": ">=13.7.0",
332
+ "long": "^5.0.0"
333
+ },
334
+ "dependencies": {
335
+ "long": {
336
+ "version": "5.2.0",
337
+ "resolved": "https://registry.npmjs.org/long/-/long-5.2.0.tgz",
338
+ "integrity": "sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==",
339
+ "optional": true
340
+ }
341
+ }
342
+ }
216
343
  }
217
344
  },
218
345
  "@grpc/proto-loader": {
@@ -621,20 +748,6 @@
621
748
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
622
749
  "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
623
750
  },
624
- "configstore": {
625
- "version": "5.0.1",
626
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
627
- "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
628
- "optional": true,
629
- "requires": {
630
- "dot-prop": "^5.2.0",
631
- "graceful-fs": "^4.1.2",
632
- "make-dir": "^3.0.0",
633
- "unique-string": "^2.0.0",
634
- "write-file-atomic": "^3.0.0",
635
- "xdg-basedir": "^4.0.0"
636
- }
637
- },
638
751
  "content-disposition": {
639
752
  "version": "0.5.4",
640
753
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
@@ -673,12 +786,6 @@
673
786
  "vary": "^1"
674
787
  }
675
788
  },
676
- "crypto-random-string": {
677
- "version": "2.0.0",
678
- "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
679
- "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
680
- "optional": true
681
- },
682
789
  "debug": {
683
790
  "version": "4.3.4",
684
791
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -697,15 +804,6 @@
697
804
  "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
698
805
  "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="
699
806
  },
700
- "dot-prop": {
701
- "version": "5.3.0",
702
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
703
- "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
704
- "optional": true,
705
- "requires": {
706
- "is-obj": "^2.0.0"
707
- }
708
- },
709
807
  "duplexify": {
710
808
  "version": "4.1.2",
711
809
  "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz",
@@ -858,9 +956,9 @@
858
956
  "optional": true
859
957
  },
860
958
  "fast-text-encoding": {
861
- "version": "1.0.3",
862
- "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz",
863
- "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==",
959
+ "version": "1.0.4",
960
+ "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.4.tgz",
961
+ "integrity": "sha512-x6lDDm/tBAzX9kmsPcZsNbvDs3Zey3+scsxaZElS8xWLgUMAg/oFLeewfUz0mu1CblHhhsu15jGkraldkFh8KQ==",
864
962
  "optional": true
865
963
  },
866
964
  "faye-websocket": {
@@ -919,15 +1017,15 @@
919
1017
  }
920
1018
  },
921
1019
  "firebase-admin": {
922
- "version": "10.3.0",
923
- "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-10.3.0.tgz",
924
- "integrity": "sha512-A0wgMLEjyVyUE+heyMJYqHRkPVjpebhOYsa47RHdrTM4ltApcx8Tn86sUmjqxlfh09gNnILAm7a8q5+FmgBYpg==",
1020
+ "version": "11.0.1",
1021
+ "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.0.1.tgz",
1022
+ "integrity": "sha512-rL3wlZbi2Kb/KJgcmj1YHlD4ZhfmhfgRO2YJialxAllm0tj1IQea878hHuBLGmv4DpbW9t9nLvX9kddNR2Y65Q==",
925
1023
  "requires": {
926
1024
  "@fastify/busboy": "^1.1.0",
927
- "@firebase/database-compat": "^0.2.0",
1025
+ "@firebase/database-compat": "^0.2.3",
928
1026
  "@firebase/database-types": "^0.9.7",
929
- "@google-cloud/firestore": "^4.15.1",
930
- "@google-cloud/storage": "^5.18.3",
1027
+ "@google-cloud/firestore": "^5.0.2",
1028
+ "@google-cloud/storage": "^6.1.0",
931
1029
  "@types/node": ">=12.12.47",
932
1030
  "jsonwebtoken": "^8.5.1",
933
1031
  "jwks-rsa": "^2.0.2",
@@ -1083,12 +1181,6 @@
1083
1181
  "node-forge": "^1.3.1"
1084
1182
  }
1085
1183
  },
1086
- "graceful-fs": {
1087
- "version": "4.2.10",
1088
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
1089
- "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
1090
- "optional": true
1091
- },
1092
1184
  "gtoken": {
1093
1185
  "version": "5.3.2",
1094
1186
  "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.2.tgz",
@@ -1118,12 +1210,6 @@
1118
1210
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
1119
1211
  "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
1120
1212
  },
1121
- "hash-stream-validation": {
1122
- "version": "0.2.4",
1123
- "resolved": "https://registry.npmjs.org/hash-stream-validation/-/hash-stream-validation-0.2.4.tgz",
1124
- "integrity": "sha512-Gjzu0Xn7IagXVkSu9cSFuK1fqzwtLwFhNhVL8IFJijRNMgUttFbBSIAzKuSIrsFMO1+g1RlsoN49zPIbwPDMGQ==",
1125
- "optional": true
1126
- },
1127
1213
  "he": {
1128
1214
  "version": "1.2.0",
1129
1215
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -1156,9 +1242,9 @@
1156
1242
  }
1157
1243
  },
1158
1244
  "http-parser-js": {
1159
- "version": "0.5.6",
1160
- "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.6.tgz",
1161
- "integrity": "sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA=="
1245
+ "version": "0.5.8",
1246
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
1247
+ "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
1162
1248
  },
1163
1249
  "http-proxy-agent": {
1164
1250
  "version": "5.0.0",
@@ -1197,12 +1283,6 @@
1197
1283
  "queue": "6.0.2"
1198
1284
  }
1199
1285
  },
1200
- "imurmurhash": {
1201
- "version": "0.1.4",
1202
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1203
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1204
- "optional": true
1205
- },
1206
1286
  "inherits": {
1207
1287
  "version": "2.0.4",
1208
1288
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
@@ -1219,12 +1299,6 @@
1219
1299
  "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1220
1300
  "optional": true
1221
1301
  },
1222
- "is-obj": {
1223
- "version": "2.0.0",
1224
- "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
1225
- "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
1226
- "optional": true
1227
- },
1228
1302
  "is-stream": {
1229
1303
  "version": "2.0.1",
1230
1304
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -1237,12 +1311,6 @@
1237
1311
  "integrity": "sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==",
1238
1312
  "optional": true
1239
1313
  },
1240
- "is-typedarray": {
1241
- "version": "1.0.0",
1242
- "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
1243
- "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
1244
- "optional": true
1245
- },
1246
1314
  "jake": {
1247
1315
  "version": "10.8.5",
1248
1316
  "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
@@ -1306,11 +1374,6 @@
1306
1374
  "jwa": "^1.4.1",
1307
1375
  "safe-buffer": "^5.0.1"
1308
1376
  }
1309
- },
1310
- "semver": {
1311
- "version": "5.7.1",
1312
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
1313
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
1314
1377
  }
1315
1378
  }
1316
1379
  },
@@ -1462,15 +1525,6 @@
1462
1525
  }
1463
1526
  }
1464
1527
  },
1465
- "make-dir": {
1466
- "version": "3.1.0",
1467
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
1468
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
1469
- "optional": true,
1470
- "requires": {
1471
- "semver": "^6.0.0"
1472
- }
1473
- },
1474
1528
  "markdown-it": {
1475
1529
  "version": "13.0.1",
1476
1530
  "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz",
@@ -1778,10 +1832,9 @@
1778
1832
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
1779
1833
  },
1780
1834
  "semver": {
1781
- "version": "6.3.0",
1782
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
1783
- "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
1784
- "optional": true
1835
+ "version": "5.7.1",
1836
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
1837
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
1785
1838
  },
1786
1839
  "send": {
1787
1840
  "version": "0.18.0",
@@ -1856,12 +1909,6 @@
1856
1909
  "object-inspect": "^1.9.0"
1857
1910
  }
1858
1911
  },
1859
- "signal-exit": {
1860
- "version": "3.0.7",
1861
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
1862
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
1863
- "optional": true
1864
- },
1865
1912
  "source-map": {
1866
1913
  "version": "0.6.1",
1867
1914
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -1931,9 +1978,9 @@
1931
1978
  }
1932
1979
  },
1933
1980
  "teeny-request": {
1934
- "version": "7.2.0",
1935
- "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-7.2.0.tgz",
1936
- "integrity": "sha512-SyY0pek1zWsi0LRVAALem+avzMLc33MKW/JLLakdP4s9+D7+jHcy5x6P+h94g2QNZsAqQNfX5lsbd3WSeJXrrw==",
1981
+ "version": "8.0.0",
1982
+ "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-8.0.0.tgz",
1983
+ "integrity": "sha512-6KEYxXI4lQPSDkXzXpPmJPNmo7oqduFFbhOEHf8sfsLbXyCsb+umUjBtMGAKhaSToD8JNCtQutTRefu29K64JA==",
1937
1984
  "optional": true,
1938
1985
  "requires": {
1939
1986
  "http-proxy-agent": "^5.0.0",
@@ -1959,9 +2006,9 @@
1959
2006
  "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
1960
2007
  },
1961
2008
  "ts-deepmerge": {
1962
- "version": "2.0.1",
1963
- "resolved": "https://registry.npmjs.org/ts-deepmerge/-/ts-deepmerge-2.0.1.tgz",
1964
- "integrity": "sha512-2RpGIE0YVW6blKY756MP74czemC9x4XThhNCxq0A14Owm3ac8tZvigPbpZyZZQSyfOc7Qba5kG5xKBq74ihZfA==",
2009
+ "version": "2.0.5",
2010
+ "resolved": "https://registry.npmjs.org/ts-deepmerge/-/ts-deepmerge-2.0.5.tgz",
2011
+ "integrity": "sha512-1CGOREP8pYWk3Iu1O0ANSVjS6IVYh8Hq6LmHLpKfuUW0P5Xbdh4nqiWrVkGkXKLidnLYV3p6RCYtypBYN2my9A==",
1965
2012
  "dev": true
1966
2013
  },
1967
2014
  "tslib": {
@@ -1978,15 +2025,6 @@
1978
2025
  "mime-types": "~2.1.24"
1979
2026
  }
1980
2027
  },
1981
- "typedarray-to-buffer": {
1982
- "version": "3.1.5",
1983
- "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
1984
- "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
1985
- "optional": true,
1986
- "requires": {
1987
- "is-typedarray": "^1.0.0"
1988
- }
1989
- },
1990
2028
  "uc.micro": {
1991
2029
  "version": "1.0.6",
1992
2030
  "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@@ -1997,15 +2035,6 @@
1997
2035
  "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.5.tgz",
1998
2036
  "integrity": "sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ=="
1999
2037
  },
2000
- "unique-string": {
2001
- "version": "2.0.0",
2002
- "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
2003
- "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
2004
- "optional": true,
2005
- "requires": {
2006
- "crypto-random-string": "^2.0.0"
2007
- }
2008
- },
2009
2038
  "unpipe": {
2010
2039
  "version": "1.0.0",
2011
2040
  "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
@@ -2083,24 +2112,6 @@
2083
2112
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2084
2113
  "optional": true
2085
2114
  },
2086
- "write-file-atomic": {
2087
- "version": "3.0.3",
2088
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
2089
- "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
2090
- "optional": true,
2091
- "requires": {
2092
- "imurmurhash": "^0.1.4",
2093
- "is-typedarray": "^1.0.0",
2094
- "signal-exit": "^3.0.2",
2095
- "typedarray-to-buffer": "^3.1.5"
2096
- }
2097
- },
2098
- "xdg-basedir": {
2099
- "version": "4.0.0",
2100
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
2101
- "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
2102
- "optional": true
2103
- },
2104
2115
  "y18n": {
2105
2116
  "version": "5.0.8",
2106
2117
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
@@ -14,7 +14,7 @@
14
14
  "main": "index.js",
15
15
  "dependencies": {
16
16
  "@ecomplus/storefront-renderer": "^2.8.17",
17
- "firebase-admin": "^10.3.0",
17
+ "firebase-admin": "^11.0.1",
18
18
  "firebase-functions": "^3.22.0"
19
19
  },
20
20
  "devDependencies": {