thorin-plugin-upload-gcloud 2.0.8 → 2.0.9
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 +317 -21
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "2.0.8",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@google-cloud/storage": "^7.
|
|
12
|
+
"@google-cloud/storage": "^7.16.0",
|
|
13
13
|
"concat-stream": "2.0.0"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
@@ -42,17 +42,18 @@
|
|
|
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.16.0",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.16.0.tgz",
|
|
47
|
+
"integrity": "sha512-7/5LRgykyOfQENcm6hDKP8SX/u9XxE5YOiWOkgkwcoO+cG8xT/cyOvp9wwN3IxfdYgpHs8CE7Nq2PKX2lNaEXw==",
|
|
48
|
+
"license": "Apache-2.0",
|
|
48
49
|
"dependencies": {
|
|
49
50
|
"@google-cloud/paginator": "^5.0.0",
|
|
50
51
|
"@google-cloud/projectify": "^4.0.0",
|
|
51
|
-
"@google-cloud/promisify": "
|
|
52
|
+
"@google-cloud/promisify": "<4.1.0",
|
|
52
53
|
"abort-controller": "^3.0.0",
|
|
53
54
|
"async-retry": "^1.3.3",
|
|
54
55
|
"duplexify": "^4.1.3",
|
|
55
|
-
"fast-xml-parser": "^4.
|
|
56
|
+
"fast-xml-parser": "^4.4.1",
|
|
56
57
|
"gaxios": "^6.0.2",
|
|
57
58
|
"google-auth-library": "^9.6.3",
|
|
58
59
|
"html-entities": "^2.5.2",
|
|
@@ -183,6 +184,19 @@
|
|
|
183
184
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
184
185
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
|
|
185
186
|
},
|
|
187
|
+
"node_modules/call-bind-apply-helpers": {
|
|
188
|
+
"version": "1.0.2",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
190
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
191
|
+
"license": "MIT",
|
|
192
|
+
"dependencies": {
|
|
193
|
+
"es-errors": "^1.3.0",
|
|
194
|
+
"function-bind": "^1.1.2"
|
|
195
|
+
},
|
|
196
|
+
"engines": {
|
|
197
|
+
"node": ">= 0.4"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
186
200
|
"node_modules/combined-stream": {
|
|
187
201
|
"version": "1.0.8",
|
|
188
202
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -232,6 +246,20 @@
|
|
|
232
246
|
"node": ">=0.4.0"
|
|
233
247
|
}
|
|
234
248
|
},
|
|
249
|
+
"node_modules/dunder-proto": {
|
|
250
|
+
"version": "1.0.1",
|
|
251
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
252
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
253
|
+
"license": "MIT",
|
|
254
|
+
"dependencies": {
|
|
255
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
256
|
+
"es-errors": "^1.3.0",
|
|
257
|
+
"gopd": "^1.2.0"
|
|
258
|
+
},
|
|
259
|
+
"engines": {
|
|
260
|
+
"node": ">= 0.4"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
235
263
|
"node_modules/duplexify": {
|
|
236
264
|
"version": "4.1.3",
|
|
237
265
|
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
|
|
@@ -259,6 +287,51 @@
|
|
|
259
287
|
"once": "^1.4.0"
|
|
260
288
|
}
|
|
261
289
|
},
|
|
290
|
+
"node_modules/es-define-property": {
|
|
291
|
+
"version": "1.0.1",
|
|
292
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
293
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
294
|
+
"license": "MIT",
|
|
295
|
+
"engines": {
|
|
296
|
+
"node": ">= 0.4"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"node_modules/es-errors": {
|
|
300
|
+
"version": "1.3.0",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
302
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
303
|
+
"license": "MIT",
|
|
304
|
+
"engines": {
|
|
305
|
+
"node": ">= 0.4"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"node_modules/es-object-atoms": {
|
|
309
|
+
"version": "1.1.1",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
311
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
312
|
+
"license": "MIT",
|
|
313
|
+
"dependencies": {
|
|
314
|
+
"es-errors": "^1.3.0"
|
|
315
|
+
},
|
|
316
|
+
"engines": {
|
|
317
|
+
"node": ">= 0.4"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"node_modules/es-set-tostringtag": {
|
|
321
|
+
"version": "2.1.0",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
323
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
324
|
+
"license": "MIT",
|
|
325
|
+
"dependencies": {
|
|
326
|
+
"es-errors": "^1.3.0",
|
|
327
|
+
"get-intrinsic": "^1.2.6",
|
|
328
|
+
"has-tostringtag": "^1.0.2",
|
|
329
|
+
"hasown": "^2.0.2"
|
|
330
|
+
},
|
|
331
|
+
"engines": {
|
|
332
|
+
"node": ">= 0.4"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
262
335
|
"node_modules/event-target-shim": {
|
|
263
336
|
"version": "5.0.1",
|
|
264
337
|
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
@@ -294,18 +367,31 @@
|
|
|
294
367
|
}
|
|
295
368
|
},
|
|
296
369
|
"node_modules/form-data": {
|
|
297
|
-
"version": "2.5.
|
|
298
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.
|
|
299
|
-
"integrity": "sha512-
|
|
370
|
+
"version": "2.5.5",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz",
|
|
372
|
+
"integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
|
|
373
|
+
"license": "MIT",
|
|
300
374
|
"dependencies": {
|
|
301
375
|
"asynckit": "^0.4.0",
|
|
302
|
-
"combined-stream": "^1.0.
|
|
303
|
-
"
|
|
376
|
+
"combined-stream": "^1.0.8",
|
|
377
|
+
"es-set-tostringtag": "^2.1.0",
|
|
378
|
+
"hasown": "^2.0.2",
|
|
379
|
+
"mime-types": "^2.1.35",
|
|
380
|
+
"safe-buffer": "^5.2.1"
|
|
304
381
|
},
|
|
305
382
|
"engines": {
|
|
306
383
|
"node": ">= 0.12"
|
|
307
384
|
}
|
|
308
385
|
},
|
|
386
|
+
"node_modules/function-bind": {
|
|
387
|
+
"version": "1.1.2",
|
|
388
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
389
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
390
|
+
"license": "MIT",
|
|
391
|
+
"funding": {
|
|
392
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
309
395
|
"node_modules/gaxios": {
|
|
310
396
|
"version": "6.7.0",
|
|
311
397
|
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.0.tgz",
|
|
@@ -345,6 +431,43 @@
|
|
|
345
431
|
"node": ">=14"
|
|
346
432
|
}
|
|
347
433
|
},
|
|
434
|
+
"node_modules/get-intrinsic": {
|
|
435
|
+
"version": "1.3.0",
|
|
436
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
437
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
438
|
+
"license": "MIT",
|
|
439
|
+
"dependencies": {
|
|
440
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
441
|
+
"es-define-property": "^1.0.1",
|
|
442
|
+
"es-errors": "^1.3.0",
|
|
443
|
+
"es-object-atoms": "^1.1.1",
|
|
444
|
+
"function-bind": "^1.1.2",
|
|
445
|
+
"get-proto": "^1.0.1",
|
|
446
|
+
"gopd": "^1.2.0",
|
|
447
|
+
"has-symbols": "^1.1.0",
|
|
448
|
+
"hasown": "^2.0.2",
|
|
449
|
+
"math-intrinsics": "^1.1.0"
|
|
450
|
+
},
|
|
451
|
+
"engines": {
|
|
452
|
+
"node": ">= 0.4"
|
|
453
|
+
},
|
|
454
|
+
"funding": {
|
|
455
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"node_modules/get-proto": {
|
|
459
|
+
"version": "1.0.1",
|
|
460
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
461
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
462
|
+
"license": "MIT",
|
|
463
|
+
"dependencies": {
|
|
464
|
+
"dunder-proto": "^1.0.1",
|
|
465
|
+
"es-object-atoms": "^1.0.0"
|
|
466
|
+
},
|
|
467
|
+
"engines": {
|
|
468
|
+
"node": ">= 0.4"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
348
471
|
"node_modules/google-auth-library": {
|
|
349
472
|
"version": "9.13.0",
|
|
350
473
|
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz",
|
|
@@ -361,6 +484,18 @@
|
|
|
361
484
|
"node": ">=14"
|
|
362
485
|
}
|
|
363
486
|
},
|
|
487
|
+
"node_modules/gopd": {
|
|
488
|
+
"version": "1.2.0",
|
|
489
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
490
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
491
|
+
"license": "MIT",
|
|
492
|
+
"engines": {
|
|
493
|
+
"node": ">= 0.4"
|
|
494
|
+
},
|
|
495
|
+
"funding": {
|
|
496
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
364
499
|
"node_modules/gtoken": {
|
|
365
500
|
"version": "7.1.0",
|
|
366
501
|
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
@@ -373,6 +508,45 @@
|
|
|
373
508
|
"node": ">=14.0.0"
|
|
374
509
|
}
|
|
375
510
|
},
|
|
511
|
+
"node_modules/has-symbols": {
|
|
512
|
+
"version": "1.1.0",
|
|
513
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
514
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
515
|
+
"license": "MIT",
|
|
516
|
+
"engines": {
|
|
517
|
+
"node": ">= 0.4"
|
|
518
|
+
},
|
|
519
|
+
"funding": {
|
|
520
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"node_modules/has-tostringtag": {
|
|
524
|
+
"version": "1.0.2",
|
|
525
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
526
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
527
|
+
"license": "MIT",
|
|
528
|
+
"dependencies": {
|
|
529
|
+
"has-symbols": "^1.0.3"
|
|
530
|
+
},
|
|
531
|
+
"engines": {
|
|
532
|
+
"node": ">= 0.4"
|
|
533
|
+
},
|
|
534
|
+
"funding": {
|
|
535
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"node_modules/hasown": {
|
|
539
|
+
"version": "2.0.2",
|
|
540
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
541
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
542
|
+
"license": "MIT",
|
|
543
|
+
"dependencies": {
|
|
544
|
+
"function-bind": "^1.1.2"
|
|
545
|
+
},
|
|
546
|
+
"engines": {
|
|
547
|
+
"node": ">= 0.4"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
376
550
|
"node_modules/html-entities": {
|
|
377
551
|
"version": "2.5.2",
|
|
378
552
|
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
|
|
@@ -467,6 +641,15 @@
|
|
|
467
641
|
"safe-buffer": "^5.0.1"
|
|
468
642
|
}
|
|
469
643
|
},
|
|
644
|
+
"node_modules/math-intrinsics": {
|
|
645
|
+
"version": "1.1.0",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
647
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
648
|
+
"license": "MIT",
|
|
649
|
+
"engines": {
|
|
650
|
+
"node": ">= 0.4"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
470
653
|
"node_modules/mime": {
|
|
471
654
|
"version": "3.0.0",
|
|
472
655
|
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
|
@@ -758,17 +941,17 @@
|
|
|
758
941
|
"integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g=="
|
|
759
942
|
},
|
|
760
943
|
"@google-cloud/storage": {
|
|
761
|
-
"version": "7.
|
|
762
|
-
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.
|
|
763
|
-
"integrity": "sha512-
|
|
944
|
+
"version": "7.16.0",
|
|
945
|
+
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.16.0.tgz",
|
|
946
|
+
"integrity": "sha512-7/5LRgykyOfQENcm6hDKP8SX/u9XxE5YOiWOkgkwcoO+cG8xT/cyOvp9wwN3IxfdYgpHs8CE7Nq2PKX2lNaEXw==",
|
|
764
947
|
"requires": {
|
|
765
948
|
"@google-cloud/paginator": "^5.0.0",
|
|
766
949
|
"@google-cloud/projectify": "^4.0.0",
|
|
767
|
-
"@google-cloud/promisify": "
|
|
950
|
+
"@google-cloud/promisify": "<4.1.0",
|
|
768
951
|
"abort-controller": "^3.0.0",
|
|
769
952
|
"async-retry": "^1.3.3",
|
|
770
953
|
"duplexify": "^4.1.3",
|
|
771
|
-
"fast-xml-parser": "^4.
|
|
954
|
+
"fast-xml-parser": "^4.4.1",
|
|
772
955
|
"gaxios": "^6.0.2",
|
|
773
956
|
"google-auth-library": "^9.6.3",
|
|
774
957
|
"html-entities": "^2.5.2",
|
|
@@ -867,6 +1050,15 @@
|
|
|
867
1050
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
868
1051
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
|
|
869
1052
|
},
|
|
1053
|
+
"call-bind-apply-helpers": {
|
|
1054
|
+
"version": "1.0.2",
|
|
1055
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
1056
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
1057
|
+
"requires": {
|
|
1058
|
+
"es-errors": "^1.3.0",
|
|
1059
|
+
"function-bind": "^1.1.2"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
870
1062
|
"combined-stream": {
|
|
871
1063
|
"version": "1.0.8",
|
|
872
1064
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -899,6 +1091,16 @@
|
|
|
899
1091
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
900
1092
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
|
|
901
1093
|
},
|
|
1094
|
+
"dunder-proto": {
|
|
1095
|
+
"version": "1.0.1",
|
|
1096
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
1097
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
1098
|
+
"requires": {
|
|
1099
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
1100
|
+
"es-errors": "^1.3.0",
|
|
1101
|
+
"gopd": "^1.2.0"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
902
1104
|
"duplexify": {
|
|
903
1105
|
"version": "4.1.3",
|
|
904
1106
|
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
|
|
@@ -926,6 +1128,35 @@
|
|
|
926
1128
|
"once": "^1.4.0"
|
|
927
1129
|
}
|
|
928
1130
|
},
|
|
1131
|
+
"es-define-property": {
|
|
1132
|
+
"version": "1.0.1",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
1134
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="
|
|
1135
|
+
},
|
|
1136
|
+
"es-errors": {
|
|
1137
|
+
"version": "1.3.0",
|
|
1138
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
1139
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="
|
|
1140
|
+
},
|
|
1141
|
+
"es-object-atoms": {
|
|
1142
|
+
"version": "1.1.1",
|
|
1143
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
1144
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
1145
|
+
"requires": {
|
|
1146
|
+
"es-errors": "^1.3.0"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"es-set-tostringtag": {
|
|
1150
|
+
"version": "2.1.0",
|
|
1151
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
1152
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
1153
|
+
"requires": {
|
|
1154
|
+
"es-errors": "^1.3.0",
|
|
1155
|
+
"get-intrinsic": "^1.2.6",
|
|
1156
|
+
"has-tostringtag": "^1.0.2",
|
|
1157
|
+
"hasown": "^2.0.2"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
929
1160
|
"event-target-shim": {
|
|
930
1161
|
"version": "5.0.1",
|
|
931
1162
|
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
@@ -945,15 +1176,23 @@
|
|
|
945
1176
|
}
|
|
946
1177
|
},
|
|
947
1178
|
"form-data": {
|
|
948
|
-
"version": "2.5.
|
|
949
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.
|
|
950
|
-
"integrity": "sha512-
|
|
1179
|
+
"version": "2.5.5",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz",
|
|
1181
|
+
"integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
|
|
951
1182
|
"requires": {
|
|
952
1183
|
"asynckit": "^0.4.0",
|
|
953
|
-
"combined-stream": "^1.0.
|
|
954
|
-
"
|
|
1184
|
+
"combined-stream": "^1.0.8",
|
|
1185
|
+
"es-set-tostringtag": "^2.1.0",
|
|
1186
|
+
"hasown": "^2.0.2",
|
|
1187
|
+
"mime-types": "^2.1.35",
|
|
1188
|
+
"safe-buffer": "^5.2.1"
|
|
955
1189
|
}
|
|
956
1190
|
},
|
|
1191
|
+
"function-bind": {
|
|
1192
|
+
"version": "1.1.2",
|
|
1193
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
1194
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
|
|
1195
|
+
},
|
|
957
1196
|
"gaxios": {
|
|
958
1197
|
"version": "6.7.0",
|
|
959
1198
|
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.0.tgz",
|
|
@@ -982,6 +1221,32 @@
|
|
|
982
1221
|
"json-bigint": "^1.0.0"
|
|
983
1222
|
}
|
|
984
1223
|
},
|
|
1224
|
+
"get-intrinsic": {
|
|
1225
|
+
"version": "1.3.0",
|
|
1226
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
1227
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
1228
|
+
"requires": {
|
|
1229
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
1230
|
+
"es-define-property": "^1.0.1",
|
|
1231
|
+
"es-errors": "^1.3.0",
|
|
1232
|
+
"es-object-atoms": "^1.1.1",
|
|
1233
|
+
"function-bind": "^1.1.2",
|
|
1234
|
+
"get-proto": "^1.0.1",
|
|
1235
|
+
"gopd": "^1.2.0",
|
|
1236
|
+
"has-symbols": "^1.1.0",
|
|
1237
|
+
"hasown": "^2.0.2",
|
|
1238
|
+
"math-intrinsics": "^1.1.0"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"get-proto": {
|
|
1242
|
+
"version": "1.0.1",
|
|
1243
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
1244
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
1245
|
+
"requires": {
|
|
1246
|
+
"dunder-proto": "^1.0.1",
|
|
1247
|
+
"es-object-atoms": "^1.0.0"
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
985
1250
|
"google-auth-library": {
|
|
986
1251
|
"version": "9.13.0",
|
|
987
1252
|
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz",
|
|
@@ -995,6 +1260,11 @@
|
|
|
995
1260
|
"jws": "^4.0.0"
|
|
996
1261
|
}
|
|
997
1262
|
},
|
|
1263
|
+
"gopd": {
|
|
1264
|
+
"version": "1.2.0",
|
|
1265
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
1266
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="
|
|
1267
|
+
},
|
|
998
1268
|
"gtoken": {
|
|
999
1269
|
"version": "7.1.0",
|
|
1000
1270
|
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
@@ -1004,6 +1274,27 @@
|
|
|
1004
1274
|
"jws": "^4.0.0"
|
|
1005
1275
|
}
|
|
1006
1276
|
},
|
|
1277
|
+
"has-symbols": {
|
|
1278
|
+
"version": "1.1.0",
|
|
1279
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
1280
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="
|
|
1281
|
+
},
|
|
1282
|
+
"has-tostringtag": {
|
|
1283
|
+
"version": "1.0.2",
|
|
1284
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
1285
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
1286
|
+
"requires": {
|
|
1287
|
+
"has-symbols": "^1.0.3"
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
"hasown": {
|
|
1291
|
+
"version": "2.0.2",
|
|
1292
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
1293
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
1294
|
+
"requires": {
|
|
1295
|
+
"function-bind": "^1.1.2"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1007
1298
|
"html-entities": {
|
|
1008
1299
|
"version": "2.5.2",
|
|
1009
1300
|
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
|
|
@@ -1075,6 +1366,11 @@
|
|
|
1075
1366
|
"safe-buffer": "^5.0.1"
|
|
1076
1367
|
}
|
|
1077
1368
|
},
|
|
1369
|
+
"math-intrinsics": {
|
|
1370
|
+
"version": "1.1.0",
|
|
1371
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
1372
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="
|
|
1373
|
+
},
|
|
1078
1374
|
"mime": {
|
|
1079
1375
|
"version": "3.0.0",
|
|
1080
1376
|
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
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.9",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@google-cloud/storage": "^7.
|
|
6
|
+
"@google-cloud/storage": "^7.16.0",
|
|
7
7
|
"concat-stream": "2.0.0"
|
|
8
8
|
},
|
|
9
9
|
"description": "Thorin.js Google Cloud Upload storage",
|