thorin-plugin-upload-gcloud 2.0.7 → 2.0.8
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/npm-shrinkwrap.json +108 -100
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thorin-plugin-upload-gcloud",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "thorin-plugin-upload-gcloud",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.8",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@google-cloud/storage": "7.
|
|
12
|
+
"@google-cloud/storage": "^7.12.0",
|
|
13
13
|
"concat-stream": "2.0.0"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
@@ -42,23 +42,21 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"node_modules/@google-cloud/storage": {
|
|
45
|
-
"version": "7.
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.
|
|
47
|
-
"integrity": "sha512-
|
|
45
|
+
"version": "7.12.0",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.12.0.tgz",
|
|
47
|
+
"integrity": "sha512-122Ui67bhnf8MkRnxQAC5lf7wPGkPP5hL3+J5s9HHDw2J9RpaMmnV8iahn+RUn9BH70W6uRe6nMZLXiRaJM/3g==",
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@google-cloud/paginator": "^5.0.0",
|
|
50
50
|
"@google-cloud/projectify": "^4.0.0",
|
|
51
51
|
"@google-cloud/promisify": "^4.0.0",
|
|
52
52
|
"abort-controller": "^3.0.0",
|
|
53
53
|
"async-retry": "^1.3.3",
|
|
54
|
-
"
|
|
55
|
-
"duplexify": "^4.0.0",
|
|
56
|
-
"ent": "^2.2.0",
|
|
54
|
+
"duplexify": "^4.1.3",
|
|
57
55
|
"fast-xml-parser": "^4.3.0",
|
|
58
56
|
"gaxios": "^6.0.2",
|
|
59
|
-
"google-auth-library": "^9.
|
|
57
|
+
"google-auth-library": "^9.6.3",
|
|
58
|
+
"html-entities": "^2.5.2",
|
|
60
59
|
"mime": "^3.0.0",
|
|
61
|
-
"mime-types": "^2.0.8",
|
|
62
60
|
"p-limit": "^3.0.1",
|
|
63
61
|
"retry-request": "^7.0.0",
|
|
64
62
|
"teeny-request": "^9.0.0",
|
|
@@ -117,9 +115,9 @@
|
|
|
117
115
|
}
|
|
118
116
|
},
|
|
119
117
|
"node_modules/agent-base": {
|
|
120
|
-
"version": "7.1.
|
|
121
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.
|
|
122
|
-
"integrity": "sha512-
|
|
118
|
+
"version": "7.1.1",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
120
|
+
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
123
121
|
"dependencies": {
|
|
124
122
|
"debug": "^4.3.4"
|
|
125
123
|
},
|
|
@@ -196,17 +194,6 @@
|
|
|
196
194
|
"node": ">= 0.8"
|
|
197
195
|
}
|
|
198
196
|
},
|
|
199
|
-
"node_modules/compressible": {
|
|
200
|
-
"version": "2.0.13",
|
|
201
|
-
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.13.tgz",
|
|
202
|
-
"integrity": "sha1-DRAgq5JLL9tNYnmHXH1tq6a6p6k=",
|
|
203
|
-
"dependencies": {
|
|
204
|
-
"mime-db": ">= 1.33.0 < 2"
|
|
205
|
-
},
|
|
206
|
-
"engines": {
|
|
207
|
-
"node": ">= 0.6"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
197
|
"node_modules/concat-stream": {
|
|
211
198
|
"version": "2.0.0",
|
|
212
199
|
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
|
|
@@ -246,14 +233,14 @@
|
|
|
246
233
|
}
|
|
247
234
|
},
|
|
248
235
|
"node_modules/duplexify": {
|
|
249
|
-
"version": "4.1.
|
|
250
|
-
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.
|
|
251
|
-
"integrity": "sha512-
|
|
236
|
+
"version": "4.1.3",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
|
|
238
|
+
"integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
|
|
252
239
|
"dependencies": {
|
|
253
240
|
"end-of-stream": "^1.4.1",
|
|
254
241
|
"inherits": "^2.0.3",
|
|
255
242
|
"readable-stream": "^3.1.1",
|
|
256
|
-
"stream-shift": "^1.0.
|
|
243
|
+
"stream-shift": "^1.0.2"
|
|
257
244
|
}
|
|
258
245
|
},
|
|
259
246
|
"node_modules/ecdsa-sig-formatter": {
|
|
@@ -272,11 +259,6 @@
|
|
|
272
259
|
"once": "^1.4.0"
|
|
273
260
|
}
|
|
274
261
|
},
|
|
275
|
-
"node_modules/ent": {
|
|
276
|
-
"version": "2.2.0",
|
|
277
|
-
"resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
|
|
278
|
-
"integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA=="
|
|
279
|
-
},
|
|
280
262
|
"node_modules/event-target-shim": {
|
|
281
263
|
"version": "5.0.1",
|
|
282
264
|
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
@@ -291,9 +273,9 @@
|
|
|
291
273
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
|
|
292
274
|
},
|
|
293
275
|
"node_modules/fast-xml-parser": {
|
|
294
|
-
"version": "4.
|
|
295
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.
|
|
296
|
-
"integrity": "sha512-
|
|
276
|
+
"version": "4.4.1",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
278
|
+
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
297
279
|
"funding": [
|
|
298
280
|
{
|
|
299
281
|
"type": "github",
|
|
@@ -325,19 +307,32 @@
|
|
|
325
307
|
}
|
|
326
308
|
},
|
|
327
309
|
"node_modules/gaxios": {
|
|
328
|
-
"version": "6.
|
|
329
|
-
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.
|
|
330
|
-
"integrity": "sha512-
|
|
310
|
+
"version": "6.7.0",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.0.tgz",
|
|
312
|
+
"integrity": "sha512-DSrkyMTfAnAm4ks9Go20QGOcXEyW/NmZhvTYBU2rb4afBB393WIMQPWPEDMl/k8xqiNN9HYq2zao3oWXsdl2Tg==",
|
|
331
313
|
"dependencies": {
|
|
332
314
|
"extend": "^3.0.2",
|
|
333
315
|
"https-proxy-agent": "^7.0.1",
|
|
334
316
|
"is-stream": "^2.0.0",
|
|
335
|
-
"node-fetch": "^2.6.9"
|
|
317
|
+
"node-fetch": "^2.6.9",
|
|
318
|
+
"uuid": "^10.0.0"
|
|
336
319
|
},
|
|
337
320
|
"engines": {
|
|
338
321
|
"node": ">=14"
|
|
339
322
|
}
|
|
340
323
|
},
|
|
324
|
+
"node_modules/gaxios/node_modules/uuid": {
|
|
325
|
+
"version": "10.0.0",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
327
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
328
|
+
"funding": [
|
|
329
|
+
"https://github.com/sponsors/broofa",
|
|
330
|
+
"https://github.com/sponsors/ctavan"
|
|
331
|
+
],
|
|
332
|
+
"bin": {
|
|
333
|
+
"uuid": "dist/bin/uuid"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
341
336
|
"node_modules/gcp-metadata": {
|
|
342
337
|
"version": "6.1.0",
|
|
343
338
|
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz",
|
|
@@ -351,9 +346,9 @@
|
|
|
351
346
|
}
|
|
352
347
|
},
|
|
353
348
|
"node_modules/google-auth-library": {
|
|
354
|
-
"version": "9.
|
|
355
|
-
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.
|
|
356
|
-
"integrity": "sha512-
|
|
349
|
+
"version": "9.13.0",
|
|
350
|
+
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz",
|
|
351
|
+
"integrity": "sha512-p9Y03Uzp/Igcs36zAaB0XTSwZ8Y0/tpYiz5KIde5By+H9DCVUSYtDWZu6aFXsWTqENMb8BD/pDT3hR8NVrPkfA==",
|
|
357
352
|
"dependencies": {
|
|
358
353
|
"base64-js": "^1.3.0",
|
|
359
354
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
@@ -367,9 +362,9 @@
|
|
|
367
362
|
}
|
|
368
363
|
},
|
|
369
364
|
"node_modules/gtoken": {
|
|
370
|
-
"version": "7.0
|
|
371
|
-
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.0.
|
|
372
|
-
"integrity": "sha512-
|
|
365
|
+
"version": "7.1.0",
|
|
366
|
+
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
367
|
+
"integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
|
|
373
368
|
"dependencies": {
|
|
374
369
|
"gaxios": "^6.0.0",
|
|
375
370
|
"jws": "^4.0.0"
|
|
@@ -378,6 +373,21 @@
|
|
|
378
373
|
"node": ">=14.0.0"
|
|
379
374
|
}
|
|
380
375
|
},
|
|
376
|
+
"node_modules/html-entities": {
|
|
377
|
+
"version": "2.5.2",
|
|
378
|
+
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
|
|
379
|
+
"integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
|
|
380
|
+
"funding": [
|
|
381
|
+
{
|
|
382
|
+
"type": "github",
|
|
383
|
+
"url": "https://github.com/sponsors/mdevils"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"type": "patreon",
|
|
387
|
+
"url": "https://patreon.com/mdevils"
|
|
388
|
+
}
|
|
389
|
+
]
|
|
390
|
+
},
|
|
381
391
|
"node_modules/http-proxy-agent": {
|
|
382
392
|
"version": "5.0.0",
|
|
383
393
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
@@ -403,9 +413,9 @@
|
|
|
403
413
|
}
|
|
404
414
|
},
|
|
405
415
|
"node_modules/https-proxy-agent": {
|
|
406
|
-
"version": "7.0.
|
|
407
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
408
|
-
"integrity": "sha512-
|
|
416
|
+
"version": "7.0.5",
|
|
417
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
|
418
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
409
419
|
"dependencies": {
|
|
410
420
|
"agent-base": "^7.0.2",
|
|
411
421
|
"debug": "4"
|
|
@@ -596,9 +606,9 @@
|
|
|
596
606
|
}
|
|
597
607
|
},
|
|
598
608
|
"node_modules/stream-shift": {
|
|
599
|
-
"version": "1.0.
|
|
600
|
-
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.
|
|
601
|
-
"integrity": "sha512-
|
|
609
|
+
"version": "1.0.3",
|
|
610
|
+
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
|
|
611
|
+
"integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ=="
|
|
602
612
|
},
|
|
603
613
|
"node_modules/string_decoder": {
|
|
604
614
|
"version": "1.3.0",
|
|
@@ -748,23 +758,21 @@
|
|
|
748
758
|
"integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g=="
|
|
749
759
|
},
|
|
750
760
|
"@google-cloud/storage": {
|
|
751
|
-
"version": "7.
|
|
752
|
-
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.
|
|
753
|
-
"integrity": "sha512-
|
|
761
|
+
"version": "7.12.0",
|
|
762
|
+
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.12.0.tgz",
|
|
763
|
+
"integrity": "sha512-122Ui67bhnf8MkRnxQAC5lf7wPGkPP5hL3+J5s9HHDw2J9RpaMmnV8iahn+RUn9BH70W6uRe6nMZLXiRaJM/3g==",
|
|
754
764
|
"requires": {
|
|
755
765
|
"@google-cloud/paginator": "^5.0.0",
|
|
756
766
|
"@google-cloud/projectify": "^4.0.0",
|
|
757
767
|
"@google-cloud/promisify": "^4.0.0",
|
|
758
768
|
"abort-controller": "^3.0.0",
|
|
759
769
|
"async-retry": "^1.3.3",
|
|
760
|
-
"
|
|
761
|
-
"duplexify": "^4.0.0",
|
|
762
|
-
"ent": "^2.2.0",
|
|
770
|
+
"duplexify": "^4.1.3",
|
|
763
771
|
"fast-xml-parser": "^4.3.0",
|
|
764
772
|
"gaxios": "^6.0.2",
|
|
765
|
-
"google-auth-library": "^9.
|
|
773
|
+
"google-auth-library": "^9.6.3",
|
|
774
|
+
"html-entities": "^2.5.2",
|
|
766
775
|
"mime": "^3.0.0",
|
|
767
|
-
"mime-types": "^2.0.8",
|
|
768
776
|
"p-limit": "^3.0.1",
|
|
769
777
|
"retry-request": "^7.0.0",
|
|
770
778
|
"teeny-request": "^9.0.0",
|
|
@@ -814,9 +822,9 @@
|
|
|
814
822
|
}
|
|
815
823
|
},
|
|
816
824
|
"agent-base": {
|
|
817
|
-
"version": "7.1.
|
|
818
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.
|
|
819
|
-
"integrity": "sha512-
|
|
825
|
+
"version": "7.1.1",
|
|
826
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
827
|
+
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
820
828
|
"requires": {
|
|
821
829
|
"debug": "^4.3.4"
|
|
822
830
|
}
|
|
@@ -867,14 +875,6 @@
|
|
|
867
875
|
"delayed-stream": "~1.0.0"
|
|
868
876
|
}
|
|
869
877
|
},
|
|
870
|
-
"compressible": {
|
|
871
|
-
"version": "2.0.13",
|
|
872
|
-
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.13.tgz",
|
|
873
|
-
"integrity": "sha1-DRAgq5JLL9tNYnmHXH1tq6a6p6k=",
|
|
874
|
-
"requires": {
|
|
875
|
-
"mime-db": ">= 1.33.0 < 2"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
878
|
"concat-stream": {
|
|
879
879
|
"version": "2.0.0",
|
|
880
880
|
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
|
|
@@ -900,14 +900,14 @@
|
|
|
900
900
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
|
|
901
901
|
},
|
|
902
902
|
"duplexify": {
|
|
903
|
-
"version": "4.1.
|
|
904
|
-
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.
|
|
905
|
-
"integrity": "sha512-
|
|
903
|
+
"version": "4.1.3",
|
|
904
|
+
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
|
|
905
|
+
"integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
|
|
906
906
|
"requires": {
|
|
907
907
|
"end-of-stream": "^1.4.1",
|
|
908
908
|
"inherits": "^2.0.3",
|
|
909
909
|
"readable-stream": "^3.1.1",
|
|
910
|
-
"stream-shift": "^1.0.
|
|
910
|
+
"stream-shift": "^1.0.2"
|
|
911
911
|
}
|
|
912
912
|
},
|
|
913
913
|
"ecdsa-sig-formatter": {
|
|
@@ -926,11 +926,6 @@
|
|
|
926
926
|
"once": "^1.4.0"
|
|
927
927
|
}
|
|
928
928
|
},
|
|
929
|
-
"ent": {
|
|
930
|
-
"version": "2.2.0",
|
|
931
|
-
"resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
|
|
932
|
-
"integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA=="
|
|
933
|
-
},
|
|
934
929
|
"event-target-shim": {
|
|
935
930
|
"version": "5.0.1",
|
|
936
931
|
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
@@ -942,9 +937,9 @@
|
|
|
942
937
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
|
|
943
938
|
},
|
|
944
939
|
"fast-xml-parser": {
|
|
945
|
-
"version": "4.
|
|
946
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.
|
|
947
|
-
"integrity": "sha512-
|
|
940
|
+
"version": "4.4.1",
|
|
941
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
942
|
+
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
948
943
|
"requires": {
|
|
949
944
|
"strnum": "^1.0.5"
|
|
950
945
|
}
|
|
@@ -960,14 +955,22 @@
|
|
|
960
955
|
}
|
|
961
956
|
},
|
|
962
957
|
"gaxios": {
|
|
963
|
-
"version": "6.
|
|
964
|
-
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.
|
|
965
|
-
"integrity": "sha512-
|
|
958
|
+
"version": "6.7.0",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.0.tgz",
|
|
960
|
+
"integrity": "sha512-DSrkyMTfAnAm4ks9Go20QGOcXEyW/NmZhvTYBU2rb4afBB393WIMQPWPEDMl/k8xqiNN9HYq2zao3oWXsdl2Tg==",
|
|
966
961
|
"requires": {
|
|
967
962
|
"extend": "^3.0.2",
|
|
968
963
|
"https-proxy-agent": "^7.0.1",
|
|
969
964
|
"is-stream": "^2.0.0",
|
|
970
|
-
"node-fetch": "^2.6.9"
|
|
965
|
+
"node-fetch": "^2.6.9",
|
|
966
|
+
"uuid": "^10.0.0"
|
|
967
|
+
},
|
|
968
|
+
"dependencies": {
|
|
969
|
+
"uuid": {
|
|
970
|
+
"version": "10.0.0",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
972
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="
|
|
973
|
+
}
|
|
971
974
|
}
|
|
972
975
|
},
|
|
973
976
|
"gcp-metadata": {
|
|
@@ -980,9 +983,9 @@
|
|
|
980
983
|
}
|
|
981
984
|
},
|
|
982
985
|
"google-auth-library": {
|
|
983
|
-
"version": "9.
|
|
984
|
-
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.
|
|
985
|
-
"integrity": "sha512-
|
|
986
|
+
"version": "9.13.0",
|
|
987
|
+
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz",
|
|
988
|
+
"integrity": "sha512-p9Y03Uzp/Igcs36zAaB0XTSwZ8Y0/tpYiz5KIde5By+H9DCVUSYtDWZu6aFXsWTqENMb8BD/pDT3hR8NVrPkfA==",
|
|
986
989
|
"requires": {
|
|
987
990
|
"base64-js": "^1.3.0",
|
|
988
991
|
"ecdsa-sig-formatter": "^1.0.11",
|
|
@@ -993,14 +996,19 @@
|
|
|
993
996
|
}
|
|
994
997
|
},
|
|
995
998
|
"gtoken": {
|
|
996
|
-
"version": "7.0
|
|
997
|
-
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.0.
|
|
998
|
-
"integrity": "sha512-
|
|
999
|
+
"version": "7.1.0",
|
|
1000
|
+
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
1001
|
+
"integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
|
|
999
1002
|
"requires": {
|
|
1000
1003
|
"gaxios": "^6.0.0",
|
|
1001
1004
|
"jws": "^4.0.0"
|
|
1002
1005
|
}
|
|
1003
1006
|
},
|
|
1007
|
+
"html-entities": {
|
|
1008
|
+
"version": "2.5.2",
|
|
1009
|
+
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
|
|
1010
|
+
"integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA=="
|
|
1011
|
+
},
|
|
1004
1012
|
"http-proxy-agent": {
|
|
1005
1013
|
"version": "5.0.0",
|
|
1006
1014
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
@@ -1022,9 +1030,9 @@
|
|
|
1022
1030
|
}
|
|
1023
1031
|
},
|
|
1024
1032
|
"https-proxy-agent": {
|
|
1025
|
-
"version": "7.0.
|
|
1026
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
1027
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "7.0.5",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
|
1035
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
1028
1036
|
"requires": {
|
|
1029
1037
|
"agent-base": "^7.0.2",
|
|
1030
1038
|
"debug": "4"
|
|
@@ -1154,9 +1162,9 @@
|
|
|
1154
1162
|
}
|
|
1155
1163
|
},
|
|
1156
1164
|
"stream-shift": {
|
|
1157
|
-
"version": "1.0.
|
|
1158
|
-
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.
|
|
1159
|
-
"integrity": "sha512-
|
|
1165
|
+
"version": "1.0.3",
|
|
1166
|
+
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
|
|
1167
|
+
"integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ=="
|
|
1160
1168
|
},
|
|
1161
1169
|
"string_decoder": {
|
|
1162
1170
|
"version": "1.3.0",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thorin-plugin-upload-gcloud",
|
|
3
3
|
"author": "UNLOQ Systems",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.8",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@google-cloud/storage": "7.
|
|
6
|
+
"@google-cloud/storage": "^7.12.0",
|
|
7
7
|
"concat-stream": "2.0.0"
|
|
8
8
|
},
|
|
9
9
|
"description": "Thorin.js Google Cloud Upload storage",
|