@aws-cdk-testing/cli-integ 3.31.2 → 3.32.0
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/lib/with-cdk-app.js +2 -1
- package/npm-shrinkwrap.json +429 -931
- package/package.json +5 -5
- package/resources/cdk-apps/perf-counters-app/app.js +29 -0
- package/resources/cdk-apps/perf-counters-app/cdk.json +7 -0
- package/tests/init-typescript-app/init-typescript-app.integtest.js +2 -2
- package/tests/telemetry-integ-tests/cli-telemetry/cdk-cli-telemetry-reads-perf-counters.integtest.d.ts +1 -0
- package/tests/telemetry-integ-tests/cli-telemetry/cdk-cli-telemetry-reads-perf-counters.integtest.js +23 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk-testing/cli-integ",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -48,24 +48,6 @@
|
|
|
48
48
|
"@smithy/util-utf8": "^4.2.2",
|
|
49
49
|
"@smithy/util-waiter": "^4.3.0",
|
|
50
50
|
"tslib": "^2.6.2"
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@smithy/util-retry": {
|
|
54
|
-
"version": "4.3.6",
|
|
55
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
56
|
-
"requires": {
|
|
57
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
58
|
-
"@smithy/types": "^4.14.1",
|
|
59
|
-
"tslib": "^2.6.2"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"@smithy/service-error-classification": {
|
|
63
|
-
"version": "4.3.1",
|
|
64
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
65
|
-
"requires": {
|
|
66
|
-
"@smithy/types": "^4.14.1"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
51
|
}
|
|
70
52
|
},
|
|
71
53
|
"@aws-sdk/client-codeartifact": {
|
|
@@ -203,6 +185,13 @@
|
|
|
203
185
|
"tslib": "^2.6.2"
|
|
204
186
|
}
|
|
205
187
|
},
|
|
188
|
+
"@smithy/service-error-classification": {
|
|
189
|
+
"version": "4.3.0",
|
|
190
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
191
|
+
"requires": {
|
|
192
|
+
"@smithy/types": "^4.14.1"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
206
195
|
"fast-xml-parser": {
|
|
207
196
|
"version": "5.7.1",
|
|
208
197
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -360,6 +349,13 @@
|
|
|
360
349
|
"tslib": "^2.6.2"
|
|
361
350
|
}
|
|
362
351
|
},
|
|
352
|
+
"@smithy/service-error-classification": {
|
|
353
|
+
"version": "4.3.0",
|
|
354
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
355
|
+
"requires": {
|
|
356
|
+
"@smithy/types": "^4.14.1"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
363
359
|
"fast-xml-parser": {
|
|
364
360
|
"version": "5.7.1",
|
|
365
361
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -416,24 +412,6 @@
|
|
|
416
412
|
"@smithy/util-utf8": "^4.2.2",
|
|
417
413
|
"@smithy/util-waiter": "^4.3.0",
|
|
418
414
|
"tslib": "^2.6.2"
|
|
419
|
-
},
|
|
420
|
-
"dependencies": {
|
|
421
|
-
"@smithy/util-retry": {
|
|
422
|
-
"version": "4.3.6",
|
|
423
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
424
|
-
"requires": {
|
|
425
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
426
|
-
"@smithy/types": "^4.14.1",
|
|
427
|
-
"tslib": "^2.6.2"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"@smithy/service-error-classification": {
|
|
431
|
-
"version": "4.3.1",
|
|
432
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
433
|
-
"requires": {
|
|
434
|
-
"@smithy/types": "^4.14.1"
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
415
|
}
|
|
438
416
|
},
|
|
439
417
|
"@aws-sdk/client-ecr-public": {
|
|
@@ -570,6 +548,13 @@
|
|
|
570
548
|
"tslib": "^2.6.2"
|
|
571
549
|
}
|
|
572
550
|
},
|
|
551
|
+
"@smithy/service-error-classification": {
|
|
552
|
+
"version": "4.3.0",
|
|
553
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
554
|
+
"requires": {
|
|
555
|
+
"@smithy/types": "^4.14.1"
|
|
556
|
+
}
|
|
557
|
+
},
|
|
573
558
|
"fast-xml-parser": {
|
|
574
559
|
"version": "5.7.1",
|
|
575
560
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -725,6 +710,13 @@
|
|
|
725
710
|
"tslib": "^2.6.2"
|
|
726
711
|
}
|
|
727
712
|
},
|
|
713
|
+
"@smithy/service-error-classification": {
|
|
714
|
+
"version": "4.3.0",
|
|
715
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
716
|
+
"requires": {
|
|
717
|
+
"@smithy/types": "^4.14.1"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
728
720
|
"fast-xml-parser": {
|
|
729
721
|
"version": "5.7.1",
|
|
730
722
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -880,6 +872,13 @@
|
|
|
880
872
|
"tslib": "^2.6.2"
|
|
881
873
|
}
|
|
882
874
|
},
|
|
875
|
+
"@smithy/service-error-classification": {
|
|
876
|
+
"version": "4.3.0",
|
|
877
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
878
|
+
"requires": {
|
|
879
|
+
"@smithy/types": "^4.14.1"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
883
882
|
"fast-xml-parser": {
|
|
884
883
|
"version": "5.7.1",
|
|
885
884
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -893,8 +892,164 @@
|
|
|
893
892
|
}
|
|
894
893
|
},
|
|
895
894
|
"@aws-sdk/client-lambda": {
|
|
895
|
+
"version": "3.1045.0",
|
|
896
|
+
"integrity": "10c0/fdb43b7217a2ff79d2581c902961c72e3d06eb0ac50a020c9cabbb8783e7fce93311bbd7b1e67b6d7adc884c92784b30de8dda244ba8849f53153e243b21f3bc",
|
|
897
|
+
"requires": {
|
|
898
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
899
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
900
|
+
"@aws-sdk/core": "^3.974.8",
|
|
901
|
+
"@aws-sdk/credential-provider-node": "^3.972.39",
|
|
902
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
903
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
904
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
905
|
+
"@aws-sdk/middleware-user-agent": "^3.972.38",
|
|
906
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
907
|
+
"@aws-sdk/types": "^3.973.8",
|
|
908
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
909
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
910
|
+
"@aws-sdk/util-user-agent-node": "^3.973.24",
|
|
911
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
912
|
+
"@smithy/core": "^3.23.17",
|
|
913
|
+
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
914
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
915
|
+
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
916
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
917
|
+
"@smithy/hash-node": "^4.2.14",
|
|
918
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
919
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
920
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
921
|
+
"@smithy/middleware-retry": "^4.5.7",
|
|
922
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
923
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
924
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
925
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
926
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
927
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
928
|
+
"@smithy/types": "^4.14.1",
|
|
929
|
+
"@smithy/url-parser": "^4.2.14",
|
|
930
|
+
"@smithy/util-base64": "^4.3.2",
|
|
931
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
932
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
933
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
934
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
935
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
936
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
937
|
+
"@smithy/util-retry": "^4.3.6",
|
|
938
|
+
"@smithy/util-stream": "^4.5.25",
|
|
939
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
940
|
+
"@smithy/util-waiter": "^4.3.0",
|
|
941
|
+
"tslib": "^2.6.2"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"@aws-sdk/client-s3": {
|
|
945
|
+
"version": "3.1045.0",
|
|
946
|
+
"integrity": "10c0/e1c017dd5ee22f57658f0527fcc736e6a240de0e836d49b125b2cde120cd7ff017c7d2e9ac172cca404ffa4c853048079221db068a49ab0faf5e2d6b7a2f93fa",
|
|
947
|
+
"requires": {
|
|
948
|
+
"@aws-crypto/sha1-browser": "5.2.0",
|
|
949
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
950
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
951
|
+
"@aws-sdk/core": "^3.974.8",
|
|
952
|
+
"@aws-sdk/credential-provider-node": "^3.972.39",
|
|
953
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.10",
|
|
954
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.10",
|
|
955
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.16",
|
|
956
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
957
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.10",
|
|
958
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
959
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
960
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.37",
|
|
961
|
+
"@aws-sdk/middleware-ssec": "^3.972.10",
|
|
962
|
+
"@aws-sdk/middleware-user-agent": "^3.972.38",
|
|
963
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
964
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.25",
|
|
965
|
+
"@aws-sdk/types": "^3.973.8",
|
|
966
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
967
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
968
|
+
"@aws-sdk/util-user-agent-node": "^3.973.24",
|
|
969
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
970
|
+
"@smithy/core": "^3.23.17",
|
|
971
|
+
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
972
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
973
|
+
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
974
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
975
|
+
"@smithy/hash-blob-browser": "^4.2.15",
|
|
976
|
+
"@smithy/hash-node": "^4.2.14",
|
|
977
|
+
"@smithy/hash-stream-node": "^4.2.14",
|
|
978
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
979
|
+
"@smithy/md5-js": "^4.2.14",
|
|
980
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
981
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
982
|
+
"@smithy/middleware-retry": "^4.5.7",
|
|
983
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
984
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
985
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
986
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
987
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
988
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
989
|
+
"@smithy/types": "^4.14.1",
|
|
990
|
+
"@smithy/url-parser": "^4.2.14",
|
|
991
|
+
"@smithy/util-base64": "^4.3.2",
|
|
992
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
993
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
994
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
995
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
996
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
997
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
998
|
+
"@smithy/util-retry": "^4.3.6",
|
|
999
|
+
"@smithy/util-stream": "^4.5.25",
|
|
1000
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
1001
|
+
"@smithy/util-waiter": "^4.3.0",
|
|
1002
|
+
"tslib": "^2.6.2"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"@aws-sdk/client-secrets-manager": {
|
|
1006
|
+
"version": "3.1045.0",
|
|
1007
|
+
"integrity": "10c0/4d35ad1428d70735888a374528f4a33f52ff43d81376577970f2048e35063d9c9c5c06a6caa767efb65f0f7460e342c2b92b96be75cd8a3ca6087733c50b1fbd",
|
|
1008
|
+
"requires": {
|
|
1009
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1010
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
1011
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1012
|
+
"@aws-sdk/credential-provider-node": "^3.972.39",
|
|
1013
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
1014
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
1015
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
1016
|
+
"@aws-sdk/middleware-user-agent": "^3.972.38",
|
|
1017
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
1018
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1019
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1020
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
1021
|
+
"@aws-sdk/util-user-agent-node": "^3.973.24",
|
|
1022
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
1023
|
+
"@smithy/core": "^3.23.17",
|
|
1024
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
1025
|
+
"@smithy/hash-node": "^4.2.14",
|
|
1026
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
1027
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
1028
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
1029
|
+
"@smithy/middleware-retry": "^4.5.7",
|
|
1030
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
1031
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
1032
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1033
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
1034
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1035
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
1036
|
+
"@smithy/types": "^4.14.1",
|
|
1037
|
+
"@smithy/url-parser": "^4.2.14",
|
|
1038
|
+
"@smithy/util-base64": "^4.3.2",
|
|
1039
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1040
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
1041
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
1042
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
1043
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
1044
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1045
|
+
"@smithy/util-retry": "^4.3.6",
|
|
1046
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
1047
|
+
"tslib": "^2.6.2"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"@aws-sdk/client-sns": {
|
|
896
1051
|
"version": "3.1036.0",
|
|
897
|
-
"integrity": "10c0/
|
|
1052
|
+
"integrity": "10c0/c24b6526705c4cd36d37c8e7113c22f5bd4fe51c65c5649987e409a171576f1d289e5a273daa9232e5b2751dc8c2758383c52aa3672b40bcd91c4a8e91e8cf51",
|
|
898
1053
|
"requires": {
|
|
899
1054
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
900
1055
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
@@ -911,9 +1066,6 @@
|
|
|
911
1066
|
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
912
1067
|
"@smithy/config-resolver": "^4.4.17",
|
|
913
1068
|
"@smithy/core": "^3.23.17",
|
|
914
|
-
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
915
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
916
|
-
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
917
1069
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
918
1070
|
"@smithy/hash-node": "^4.2.14",
|
|
919
1071
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
@@ -936,9 +1088,7 @@
|
|
|
936
1088
|
"@smithy/util-endpoints": "^3.4.2",
|
|
937
1089
|
"@smithy/util-middleware": "^4.2.14",
|
|
938
1090
|
"@smithy/util-retry": "^4.3.4",
|
|
939
|
-
"@smithy/util-stream": "^4.5.25",
|
|
940
1091
|
"@smithy/util-utf8": "^4.2.2",
|
|
941
|
-
"@smithy/util-waiter": "^4.2.16",
|
|
942
1092
|
"tslib": "^2.6.2"
|
|
943
1093
|
},
|
|
944
1094
|
"dependencies": {
|
|
@@ -1022,14 +1172,6 @@
|
|
|
1022
1172
|
"tslib": "^2.6.2"
|
|
1023
1173
|
}
|
|
1024
1174
|
},
|
|
1025
|
-
"@smithy/util-waiter": {
|
|
1026
|
-
"version": "4.2.16",
|
|
1027
|
-
"integrity": "10c0/c2ee5f83f5325af0c26be5d535ecd9166aa30b59c8f4ee3675bdd682521f3e2391015265afeae8585bf4009ba257d39ba7866ccc4a95c429ae14dc570ef3d9aa",
|
|
1028
|
-
"requires": {
|
|
1029
|
-
"@smithy/types": "^4.14.1",
|
|
1030
|
-
"tslib": "^2.6.2"
|
|
1031
|
-
}
|
|
1032
|
-
},
|
|
1033
1175
|
"@aws-sdk/xml-builder": {
|
|
1034
1176
|
"version": "3.972.19",
|
|
1035
1177
|
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
@@ -1039,6 +1181,13 @@
|
|
|
1039
1181
|
"tslib": "^2.6.2"
|
|
1040
1182
|
}
|
|
1041
1183
|
},
|
|
1184
|
+
"@smithy/service-error-classification": {
|
|
1185
|
+
"version": "4.3.0",
|
|
1186
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
1187
|
+
"requires": {
|
|
1188
|
+
"@smithy/types": "^4.14.1"
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1042
1191
|
"fast-xml-parser": {
|
|
1043
1192
|
"version": "5.7.1",
|
|
1044
1193
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -1051,471 +1200,9 @@
|
|
|
1051
1200
|
}
|
|
1052
1201
|
}
|
|
1053
1202
|
},
|
|
1054
|
-
"@aws-sdk/client-
|
|
1203
|
+
"@aws-sdk/client-sso": {
|
|
1055
1204
|
"version": "3.1036.0",
|
|
1056
|
-
"integrity": "10c0/
|
|
1057
|
-
"requires": {
|
|
1058
|
-
"@aws-crypto/sha1-browser": "5.2.0",
|
|
1059
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1060
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
1061
|
-
"@aws-sdk/core": "^3.974.5",
|
|
1062
|
-
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
1063
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.10",
|
|
1064
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.10",
|
|
1065
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.13",
|
|
1066
|
-
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
1067
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.10",
|
|
1068
|
-
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
1069
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
1070
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.34",
|
|
1071
|
-
"@aws-sdk/middleware-ssec": "^3.972.10",
|
|
1072
|
-
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1073
|
-
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
1074
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.22",
|
|
1075
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1076
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1077
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
1078
|
-
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
1079
|
-
"@smithy/config-resolver": "^4.4.17",
|
|
1080
|
-
"@smithy/core": "^3.23.17",
|
|
1081
|
-
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
1082
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
1083
|
-
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
1084
|
-
"@smithy/fetch-http-handler": "^5.3.17",
|
|
1085
|
-
"@smithy/hash-blob-browser": "^4.2.15",
|
|
1086
|
-
"@smithy/hash-node": "^4.2.14",
|
|
1087
|
-
"@smithy/hash-stream-node": "^4.2.14",
|
|
1088
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
1089
|
-
"@smithy/md5-js": "^4.2.14",
|
|
1090
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
1091
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
1092
|
-
"@smithy/middleware-retry": "^4.5.5",
|
|
1093
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
1094
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
1095
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1096
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
1097
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1098
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1099
|
-
"@smithy/types": "^4.14.1",
|
|
1100
|
-
"@smithy/url-parser": "^4.2.14",
|
|
1101
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1102
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1103
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
1104
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
1105
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
1106
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
1107
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1108
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1109
|
-
"@smithy/util-stream": "^4.5.25",
|
|
1110
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1111
|
-
"@smithy/util-waiter": "^4.2.16",
|
|
1112
|
-
"tslib": "^2.6.2"
|
|
1113
|
-
},
|
|
1114
|
-
"dependencies": {
|
|
1115
|
-
"@aws-sdk/core": {
|
|
1116
|
-
"version": "3.974.5",
|
|
1117
|
-
"integrity": "10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26",
|
|
1118
|
-
"requires": {
|
|
1119
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1120
|
-
"@aws-sdk/xml-builder": "^3.972.19",
|
|
1121
|
-
"@smithy/core": "^3.23.17",
|
|
1122
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1123
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1124
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1125
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
1126
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1127
|
-
"@smithy/types": "^4.14.1",
|
|
1128
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1129
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1130
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1131
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1132
|
-
"tslib": "^2.6.2"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
"@aws-sdk/credential-provider-node": {
|
|
1136
|
-
"version": "3.972.36",
|
|
1137
|
-
"integrity": "10c0/2c6c9502a84e45da5eb48dc38b46fb3608f0b58facd011e11584d64415a6b1daac1ad1414b98420321cd4237dee40519305e961a83766fb96f4659d72ba7067c",
|
|
1138
|
-
"requires": {
|
|
1139
|
-
"@aws-sdk/credential-provider-env": "^3.972.31",
|
|
1140
|
-
"@aws-sdk/credential-provider-http": "^3.972.33",
|
|
1141
|
-
"@aws-sdk/credential-provider-ini": "^3.972.35",
|
|
1142
|
-
"@aws-sdk/credential-provider-process": "^3.972.31",
|
|
1143
|
-
"@aws-sdk/credential-provider-sso": "^3.972.35",
|
|
1144
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.35",
|
|
1145
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1146
|
-
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1147
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1148
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1149
|
-
"@smithy/types": "^4.14.1",
|
|
1150
|
-
"tslib": "^2.6.2"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
"@aws-sdk/middleware-user-agent": {
|
|
1154
|
-
"version": "3.972.35",
|
|
1155
|
-
"integrity": "10c0/8982375e6b7785592465f0707c1f79da87324de1f503a8d8ca5f362e853ebc95083db74a96c4e676ae13e154a576d3eaf859ebb5519825bd521fc5c7b2b3caef",
|
|
1156
|
-
"requires": {
|
|
1157
|
-
"@aws-sdk/core": "^3.974.5",
|
|
1158
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1159
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1160
|
-
"@smithy/core": "^3.23.17",
|
|
1161
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1162
|
-
"@smithy/types": "^4.14.1",
|
|
1163
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1164
|
-
"tslib": "^2.6.2"
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
|
-
"@aws-sdk/util-user-agent-node": {
|
|
1168
|
-
"version": "3.973.21",
|
|
1169
|
-
"integrity": "10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67",
|
|
1170
|
-
"requires": {
|
|
1171
|
-
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1172
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1173
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1174
|
-
"@smithy/types": "^4.14.1",
|
|
1175
|
-
"@smithy/util-config-provider": "^4.2.2",
|
|
1176
|
-
"tslib": "^2.6.2"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
"@smithy/middleware-retry": {
|
|
1180
|
-
"version": "4.5.5",
|
|
1181
|
-
"integrity": "10c0/90bc79a5103e81a1f628c5c426cb4df3577cead58cc50776285ac130f9b128f51963f6ca43d9e68dd253d106ed126f069515396a8c08b29aade039dc67b7cfd0",
|
|
1182
|
-
"requires": {
|
|
1183
|
-
"@smithy/core": "^3.23.17",
|
|
1184
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1185
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1186
|
-
"@smithy/service-error-classification": "^4.3.0",
|
|
1187
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1188
|
-
"@smithy/types": "^4.14.1",
|
|
1189
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1190
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1191
|
-
"@smithy/uuid": "^1.1.2",
|
|
1192
|
-
"tslib": "^2.6.2"
|
|
1193
|
-
}
|
|
1194
|
-
},
|
|
1195
|
-
"@smithy/util-waiter": {
|
|
1196
|
-
"version": "4.2.16",
|
|
1197
|
-
"integrity": "10c0/c2ee5f83f5325af0c26be5d535ecd9166aa30b59c8f4ee3675bdd682521f3e2391015265afeae8585bf4009ba257d39ba7866ccc4a95c429ae14dc570ef3d9aa",
|
|
1198
|
-
"requires": {
|
|
1199
|
-
"@smithy/types": "^4.14.1",
|
|
1200
|
-
"tslib": "^2.6.2"
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
"@aws-sdk/xml-builder": {
|
|
1204
|
-
"version": "3.972.19",
|
|
1205
|
-
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
1206
|
-
"requires": {
|
|
1207
|
-
"@smithy/types": "^4.14.1",
|
|
1208
|
-
"fast-xml-parser": "5.7.1",
|
|
1209
|
-
"tslib": "^2.6.2"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
"fast-xml-parser": {
|
|
1213
|
-
"version": "5.7.1",
|
|
1214
|
-
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
1215
|
-
"requires": {
|
|
1216
|
-
"@nodable/entities": "^2.1.0",
|
|
1217
|
-
"fast-xml-builder": "^1.1.5",
|
|
1218
|
-
"path-expression-matcher": "^1.5.0",
|
|
1219
|
-
"strnum": "^2.2.3"
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
"@aws-sdk/client-secrets-manager": {
|
|
1225
|
-
"version": "3.1036.0",
|
|
1226
|
-
"integrity": "10c0/bbf1d65b0507b4c119360fb5535bb0cef0ca7cc9c2a37542a128bb2e39fcb2a5f2498777d73ec76bba47e269273e15c0f4a8d40720bd66c7b9df281c098001b4",
|
|
1227
|
-
"requires": {
|
|
1228
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1229
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
1230
|
-
"@aws-sdk/core": "^3.974.5",
|
|
1231
|
-
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
1232
|
-
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
1233
|
-
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
1234
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
1235
|
-
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1236
|
-
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
1237
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1238
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1239
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
1240
|
-
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
1241
|
-
"@smithy/config-resolver": "^4.4.17",
|
|
1242
|
-
"@smithy/core": "^3.23.17",
|
|
1243
|
-
"@smithy/fetch-http-handler": "^5.3.17",
|
|
1244
|
-
"@smithy/hash-node": "^4.2.14",
|
|
1245
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
1246
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
1247
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
1248
|
-
"@smithy/middleware-retry": "^4.5.5",
|
|
1249
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
1250
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
1251
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1252
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
1253
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1254
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1255
|
-
"@smithy/types": "^4.14.1",
|
|
1256
|
-
"@smithy/url-parser": "^4.2.14",
|
|
1257
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1258
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1259
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
1260
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
1261
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
1262
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
1263
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1264
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1265
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1266
|
-
"tslib": "^2.6.2"
|
|
1267
|
-
},
|
|
1268
|
-
"dependencies": {
|
|
1269
|
-
"@aws-sdk/core": {
|
|
1270
|
-
"version": "3.974.5",
|
|
1271
|
-
"integrity": "10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26",
|
|
1272
|
-
"requires": {
|
|
1273
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1274
|
-
"@aws-sdk/xml-builder": "^3.972.19",
|
|
1275
|
-
"@smithy/core": "^3.23.17",
|
|
1276
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1277
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1278
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1279
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
1280
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1281
|
-
"@smithy/types": "^4.14.1",
|
|
1282
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1283
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1284
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1285
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1286
|
-
"tslib": "^2.6.2"
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"@aws-sdk/credential-provider-node": {
|
|
1290
|
-
"version": "3.972.36",
|
|
1291
|
-
"integrity": "10c0/2c6c9502a84e45da5eb48dc38b46fb3608f0b58facd011e11584d64415a6b1daac1ad1414b98420321cd4237dee40519305e961a83766fb96f4659d72ba7067c",
|
|
1292
|
-
"requires": {
|
|
1293
|
-
"@aws-sdk/credential-provider-env": "^3.972.31",
|
|
1294
|
-
"@aws-sdk/credential-provider-http": "^3.972.33",
|
|
1295
|
-
"@aws-sdk/credential-provider-ini": "^3.972.35",
|
|
1296
|
-
"@aws-sdk/credential-provider-process": "^3.972.31",
|
|
1297
|
-
"@aws-sdk/credential-provider-sso": "^3.972.35",
|
|
1298
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.35",
|
|
1299
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1300
|
-
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1301
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1302
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1303
|
-
"@smithy/types": "^4.14.1",
|
|
1304
|
-
"tslib": "^2.6.2"
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
"@aws-sdk/middleware-user-agent": {
|
|
1308
|
-
"version": "3.972.35",
|
|
1309
|
-
"integrity": "10c0/8982375e6b7785592465f0707c1f79da87324de1f503a8d8ca5f362e853ebc95083db74a96c4e676ae13e154a576d3eaf859ebb5519825bd521fc5c7b2b3caef",
|
|
1310
|
-
"requires": {
|
|
1311
|
-
"@aws-sdk/core": "^3.974.5",
|
|
1312
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1313
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1314
|
-
"@smithy/core": "^3.23.17",
|
|
1315
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1316
|
-
"@smithy/types": "^4.14.1",
|
|
1317
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1318
|
-
"tslib": "^2.6.2"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
"@aws-sdk/util-user-agent-node": {
|
|
1322
|
-
"version": "3.973.21",
|
|
1323
|
-
"integrity": "10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67",
|
|
1324
|
-
"requires": {
|
|
1325
|
-
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1326
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1327
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1328
|
-
"@smithy/types": "^4.14.1",
|
|
1329
|
-
"@smithy/util-config-provider": "^4.2.2",
|
|
1330
|
-
"tslib": "^2.6.2"
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
"@smithy/middleware-retry": {
|
|
1334
|
-
"version": "4.5.5",
|
|
1335
|
-
"integrity": "10c0/90bc79a5103e81a1f628c5c426cb4df3577cead58cc50776285ac130f9b128f51963f6ca43d9e68dd253d106ed126f069515396a8c08b29aade039dc67b7cfd0",
|
|
1336
|
-
"requires": {
|
|
1337
|
-
"@smithy/core": "^3.23.17",
|
|
1338
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1339
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1340
|
-
"@smithy/service-error-classification": "^4.3.0",
|
|
1341
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1342
|
-
"@smithy/types": "^4.14.1",
|
|
1343
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1344
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1345
|
-
"@smithy/uuid": "^1.1.2",
|
|
1346
|
-
"tslib": "^2.6.2"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
"@aws-sdk/xml-builder": {
|
|
1350
|
-
"version": "3.972.19",
|
|
1351
|
-
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
1352
|
-
"requires": {
|
|
1353
|
-
"@smithy/types": "^4.14.1",
|
|
1354
|
-
"fast-xml-parser": "5.7.1",
|
|
1355
|
-
"tslib": "^2.6.2"
|
|
1356
|
-
}
|
|
1357
|
-
},
|
|
1358
|
-
"fast-xml-parser": {
|
|
1359
|
-
"version": "5.7.1",
|
|
1360
|
-
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
1361
|
-
"requires": {
|
|
1362
|
-
"@nodable/entities": "^2.1.0",
|
|
1363
|
-
"fast-xml-builder": "^1.1.5",
|
|
1364
|
-
"path-expression-matcher": "^1.5.0",
|
|
1365
|
-
"strnum": "^2.2.3"
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
"@aws-sdk/client-sns": {
|
|
1371
|
-
"version": "3.1036.0",
|
|
1372
|
-
"integrity": "10c0/c24b6526705c4cd36d37c8e7113c22f5bd4fe51c65c5649987e409a171576f1d289e5a273daa9232e5b2751dc8c2758383c52aa3672b40bcd91c4a8e91e8cf51",
|
|
1373
|
-
"requires": {
|
|
1374
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1375
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
1376
|
-
"@aws-sdk/core": "^3.974.5",
|
|
1377
|
-
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
1378
|
-
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
1379
|
-
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
1380
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
1381
|
-
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1382
|
-
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
1383
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1384
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1385
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
1386
|
-
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
1387
|
-
"@smithy/config-resolver": "^4.4.17",
|
|
1388
|
-
"@smithy/core": "^3.23.17",
|
|
1389
|
-
"@smithy/fetch-http-handler": "^5.3.17",
|
|
1390
|
-
"@smithy/hash-node": "^4.2.14",
|
|
1391
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
1392
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
1393
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
1394
|
-
"@smithy/middleware-retry": "^4.5.5",
|
|
1395
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
1396
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
1397
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1398
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
1399
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1400
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1401
|
-
"@smithy/types": "^4.14.1",
|
|
1402
|
-
"@smithy/url-parser": "^4.2.14",
|
|
1403
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1404
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1405
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
1406
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
1407
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
1408
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
1409
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1410
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1411
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1412
|
-
"tslib": "^2.6.2"
|
|
1413
|
-
},
|
|
1414
|
-
"dependencies": {
|
|
1415
|
-
"@aws-sdk/core": {
|
|
1416
|
-
"version": "3.974.5",
|
|
1417
|
-
"integrity": "10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26",
|
|
1418
|
-
"requires": {
|
|
1419
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1420
|
-
"@aws-sdk/xml-builder": "^3.972.19",
|
|
1421
|
-
"@smithy/core": "^3.23.17",
|
|
1422
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1423
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1424
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1425
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
1426
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1427
|
-
"@smithy/types": "^4.14.1",
|
|
1428
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1429
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1430
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1431
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1432
|
-
"tslib": "^2.6.2"
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
"@aws-sdk/credential-provider-node": {
|
|
1436
|
-
"version": "3.972.36",
|
|
1437
|
-
"integrity": "10c0/2c6c9502a84e45da5eb48dc38b46fb3608f0b58facd011e11584d64415a6b1daac1ad1414b98420321cd4237dee40519305e961a83766fb96f4659d72ba7067c",
|
|
1438
|
-
"requires": {
|
|
1439
|
-
"@aws-sdk/credential-provider-env": "^3.972.31",
|
|
1440
|
-
"@aws-sdk/credential-provider-http": "^3.972.33",
|
|
1441
|
-
"@aws-sdk/credential-provider-ini": "^3.972.35",
|
|
1442
|
-
"@aws-sdk/credential-provider-process": "^3.972.31",
|
|
1443
|
-
"@aws-sdk/credential-provider-sso": "^3.972.35",
|
|
1444
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.35",
|
|
1445
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1446
|
-
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1447
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1448
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1449
|
-
"@smithy/types": "^4.14.1",
|
|
1450
|
-
"tslib": "^2.6.2"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"@aws-sdk/middleware-user-agent": {
|
|
1454
|
-
"version": "3.972.35",
|
|
1455
|
-
"integrity": "10c0/8982375e6b7785592465f0707c1f79da87324de1f503a8d8ca5f362e853ebc95083db74a96c4e676ae13e154a576d3eaf859ebb5519825bd521fc5c7b2b3caef",
|
|
1456
|
-
"requires": {
|
|
1457
|
-
"@aws-sdk/core": "^3.974.5",
|
|
1458
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1459
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1460
|
-
"@smithy/core": "^3.23.17",
|
|
1461
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1462
|
-
"@smithy/types": "^4.14.1",
|
|
1463
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1464
|
-
"tslib": "^2.6.2"
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
"@aws-sdk/util-user-agent-node": {
|
|
1468
|
-
"version": "3.973.21",
|
|
1469
|
-
"integrity": "10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67",
|
|
1470
|
-
"requires": {
|
|
1471
|
-
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1472
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1473
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1474
|
-
"@smithy/types": "^4.14.1",
|
|
1475
|
-
"@smithy/util-config-provider": "^4.2.2",
|
|
1476
|
-
"tslib": "^2.6.2"
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
|
-
"@smithy/middleware-retry": {
|
|
1480
|
-
"version": "4.5.5",
|
|
1481
|
-
"integrity": "10c0/90bc79a5103e81a1f628c5c426cb4df3577cead58cc50776285ac130f9b128f51963f6ca43d9e68dd253d106ed126f069515396a8c08b29aade039dc67b7cfd0",
|
|
1482
|
-
"requires": {
|
|
1483
|
-
"@smithy/core": "^3.23.17",
|
|
1484
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1485
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1486
|
-
"@smithy/service-error-classification": "^4.3.0",
|
|
1487
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1488
|
-
"@smithy/types": "^4.14.1",
|
|
1489
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1490
|
-
"@smithy/util-retry": "^4.3.4",
|
|
1491
|
-
"@smithy/uuid": "^1.1.2",
|
|
1492
|
-
"tslib": "^2.6.2"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
"@aws-sdk/xml-builder": {
|
|
1496
|
-
"version": "3.972.19",
|
|
1497
|
-
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
1498
|
-
"requires": {
|
|
1499
|
-
"@smithy/types": "^4.14.1",
|
|
1500
|
-
"fast-xml-parser": "5.7.1",
|
|
1501
|
-
"tslib": "^2.6.2"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
"fast-xml-parser": {
|
|
1505
|
-
"version": "5.7.1",
|
|
1506
|
-
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
1507
|
-
"requires": {
|
|
1508
|
-
"@nodable/entities": "^2.1.0",
|
|
1509
|
-
"fast-xml-builder": "^1.1.5",
|
|
1510
|
-
"path-expression-matcher": "^1.5.0",
|
|
1511
|
-
"strnum": "^2.2.3"
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
|
-
"@aws-sdk/client-sso": {
|
|
1517
|
-
"version": "3.1036.0",
|
|
1518
|
-
"integrity": "10c0/b4425f631f506fd609123479272b5fa55759bfb550780eb872e3a23b2a185b1003e8bc321d7ba26a84d0ff8a3dae5e81d5e7d8d7cf053f52c77462b2c30ad52c",
|
|
1205
|
+
"integrity": "10c0/b4425f631f506fd609123479272b5fa55759bfb550780eb872e3a23b2a185b1003e8bc321d7ba26a84d0ff8a3dae5e81d5e7d8d7cf053f52c77462b2c30ad52c",
|
|
1519
1206
|
"requires": {
|
|
1520
1207
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1521
1208
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
@@ -1628,6 +1315,13 @@
|
|
|
1628
1315
|
"tslib": "^2.6.2"
|
|
1629
1316
|
}
|
|
1630
1317
|
},
|
|
1318
|
+
"@smithy/service-error-classification": {
|
|
1319
|
+
"version": "4.3.0",
|
|
1320
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
1321
|
+
"requires": {
|
|
1322
|
+
"@smithy/types": "^4.14.1"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1631
1325
|
"fast-xml-parser": {
|
|
1632
1326
|
"version": "5.7.1",
|
|
1633
1327
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -1738,6 +1432,18 @@
|
|
|
1738
1432
|
"tslib": "^2.6.2"
|
|
1739
1433
|
}
|
|
1740
1434
|
},
|
|
1435
|
+
"@aws-sdk/signature-v4-multi-region": {
|
|
1436
|
+
"version": "3.996.22",
|
|
1437
|
+
"integrity": "10c0/b49eb74c510064059f150ad3a8bfa017db3e6945dccb2af487bb2dbf5d0764db65a25f441ad8b1583cdc8cc1a76f5e8e531f121697a5c581171c25b5713ea2b3",
|
|
1438
|
+
"requires": {
|
|
1439
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.34",
|
|
1440
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1441
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1442
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
1443
|
+
"@smithy/types": "^4.14.1",
|
|
1444
|
+
"tslib": "^2.6.2"
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1741
1447
|
"@aws-sdk/util-user-agent-node": {
|
|
1742
1448
|
"version": "3.973.21",
|
|
1743
1449
|
"integrity": "10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67",
|
|
@@ -1775,6 +1481,33 @@
|
|
|
1775
1481
|
"tslib": "^2.6.2"
|
|
1776
1482
|
}
|
|
1777
1483
|
},
|
|
1484
|
+
"@aws-sdk/middleware-sdk-s3": {
|
|
1485
|
+
"version": "3.972.34",
|
|
1486
|
+
"integrity": "10c0/608f0e9ce9b121b8c8f06180ef8e4afd24d98f1f10c0454eaba775dc3b33edd8ebebca506960d25006aa5355b1cd4980c3aaf6662370d27c92eb63b76a0ab58b",
|
|
1487
|
+
"requires": {
|
|
1488
|
+
"@aws-sdk/core": "^3.974.5",
|
|
1489
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1490
|
+
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
1491
|
+
"@smithy/core": "^3.23.17",
|
|
1492
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1493
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1494
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
1495
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
1496
|
+
"@smithy/types": "^4.14.1",
|
|
1497
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
1498
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1499
|
+
"@smithy/util-stream": "^4.5.25",
|
|
1500
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
1501
|
+
"tslib": "^2.6.2"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
"@smithy/service-error-classification": {
|
|
1505
|
+
"version": "4.3.0",
|
|
1506
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
1507
|
+
"requires": {
|
|
1508
|
+
"@smithy/types": "^4.14.1"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1778
1511
|
"fast-xml-parser": {
|
|
1779
1512
|
"version": "5.7.1",
|
|
1780
1513
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -1873,29 +1606,29 @@
|
|
|
1873
1606
|
}
|
|
1874
1607
|
},
|
|
1875
1608
|
"@cdklabs/cdk-atmosphere-client": {
|
|
1876
|
-
"version": "0.0.
|
|
1877
|
-
"integrity": "10c0/
|
|
1609
|
+
"version": "0.0.100",
|
|
1610
|
+
"integrity": "10c0/8961b02b09cb41c9145c3b817f56ce7c93e7e5b7f457dd7a2ee2f6a6ad397bbc2e8aeb8be3e492518b9d2463b66e3b2746114d4ae68ab8c0086b859bb35c98f6",
|
|
1878
1611
|
"requires": {
|
|
1879
|
-
"@aws-sdk/credential-providers": "^3.
|
|
1612
|
+
"@aws-sdk/credential-providers": "^3.1041.0",
|
|
1880
1613
|
"aws4fetch": "^1.0.20"
|
|
1881
1614
|
},
|
|
1882
1615
|
"dependencies": {
|
|
1883
1616
|
"@aws-sdk/credential-providers": {
|
|
1884
|
-
"version": "3.
|
|
1885
|
-
"integrity": "10c0/
|
|
1886
|
-
"requires": {
|
|
1887
|
-
"@aws-sdk/client-cognito-identity": "3.
|
|
1888
|
-
"@aws-sdk/core": "^3.974.
|
|
1889
|
-
"@aws-sdk/credential-provider-cognito-identity": "^3.972.
|
|
1890
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
1891
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
1892
|
-
"@aws-sdk/credential-provider-ini": "^3.972.
|
|
1893
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
1894
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
1895
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
1896
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
1897
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
1898
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
1617
|
+
"version": "3.1045.0",
|
|
1618
|
+
"integrity": "10c0/f24c3d39e0eabf911e56519025da5de2c008e91ac8ea4382fb00ef36e8fc99338eb289d2e77ad7a688848d072055091def09fa03687d5bb727d49cf58552c58d",
|
|
1619
|
+
"requires": {
|
|
1620
|
+
"@aws-sdk/client-cognito-identity": "3.1045.0",
|
|
1621
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1622
|
+
"@aws-sdk/credential-provider-cognito-identity": "^3.972.31",
|
|
1623
|
+
"@aws-sdk/credential-provider-env": "^3.972.34",
|
|
1624
|
+
"@aws-sdk/credential-provider-http": "^3.972.36",
|
|
1625
|
+
"@aws-sdk/credential-provider-ini": "^3.972.38",
|
|
1626
|
+
"@aws-sdk/credential-provider-login": "^3.972.38",
|
|
1627
|
+
"@aws-sdk/credential-provider-node": "^3.972.39",
|
|
1628
|
+
"@aws-sdk/credential-provider-process": "^3.972.34",
|
|
1629
|
+
"@aws-sdk/credential-provider-sso": "^3.972.38",
|
|
1630
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.38",
|
|
1631
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
1899
1632
|
"@aws-sdk/types": "^3.973.8",
|
|
1900
1633
|
"@smithy/config-resolver": "^4.4.17",
|
|
1901
1634
|
"@smithy/core": "^3.23.17",
|
|
@@ -1907,22 +1640,22 @@
|
|
|
1907
1640
|
}
|
|
1908
1641
|
},
|
|
1909
1642
|
"@aws-sdk/client-cognito-identity": {
|
|
1910
|
-
"version": "3.
|
|
1911
|
-
"integrity": "10c0/
|
|
1643
|
+
"version": "3.1045.0",
|
|
1644
|
+
"integrity": "10c0/60c4e6368e93230af72f1eaf22e75ab51a7fc5487aa68bbdb70811f425cb39a6ff7627865c647b838a620592139e8c4e47a3ba0c6ca77136b214c56730c2a920",
|
|
1912
1645
|
"requires": {
|
|
1913
1646
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1914
1647
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
1915
|
-
"@aws-sdk/core": "^3.974.
|
|
1916
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
1648
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1649
|
+
"@aws-sdk/credential-provider-node": "^3.972.39",
|
|
1917
1650
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
1918
1651
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
1919
1652
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
1920
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
1653
|
+
"@aws-sdk/middleware-user-agent": "^3.972.38",
|
|
1921
1654
|
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
1922
1655
|
"@aws-sdk/types": "^3.973.8",
|
|
1923
1656
|
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1924
1657
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
1925
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
1658
|
+
"@aws-sdk/util-user-agent-node": "^3.973.24",
|
|
1926
1659
|
"@smithy/config-resolver": "^4.4.17",
|
|
1927
1660
|
"@smithy/core": "^3.23.17",
|
|
1928
1661
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
@@ -1951,31 +1684,11 @@
|
|
|
1951
1684
|
"tslib": "^2.6.2"
|
|
1952
1685
|
}
|
|
1953
1686
|
},
|
|
1954
|
-
"@aws-sdk/core": {
|
|
1955
|
-
"version": "3.974.7",
|
|
1956
|
-
"integrity": "10c0/725f9cff70db6fb418bb86b41e7a7250add718570b576576616db13ce516ffbc83f528863f80bc34c1c62a5f4b80690a6e63f24b6e0f78a7746f9430ea2445b3",
|
|
1957
|
-
"requires": {
|
|
1958
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1959
|
-
"@aws-sdk/xml-builder": "^3.972.22",
|
|
1960
|
-
"@smithy/core": "^3.23.17",
|
|
1961
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1962
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1963
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1964
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
1965
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
1966
|
-
"@smithy/types": "^4.14.1",
|
|
1967
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1968
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1969
|
-
"@smithy/util-retry": "^4.3.6",
|
|
1970
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1971
|
-
"tslib": "^2.6.2"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
1687
|
"@aws-sdk/credential-provider-cognito-identity": {
|
|
1975
|
-
"version": "3.972.
|
|
1976
|
-
"integrity": "10c0/
|
|
1688
|
+
"version": "3.972.31",
|
|
1689
|
+
"integrity": "10c0/92efbcd91559c2ce40fd757156af9b858ef7909f39b7e1f3e26285ec62e56872fe9ba3b8f85895fabc6c9c663e6f932ed3b34ca1f9be500b839c7e8937853bcb",
|
|
1977
1690
|
"requires": {
|
|
1978
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
1691
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
1979
1692
|
"@aws-sdk/types": "^3.973.8",
|
|
1980
1693
|
"@smithy/property-provider": "^4.2.14",
|
|
1981
1694
|
"@smithy/types": "^4.14.1",
|
|
@@ -1983,10 +1696,10 @@
|
|
|
1983
1696
|
}
|
|
1984
1697
|
},
|
|
1985
1698
|
"@aws-sdk/credential-provider-env": {
|
|
1986
|
-
"version": "3.972.
|
|
1987
|
-
"integrity": "10c0/
|
|
1699
|
+
"version": "3.972.34",
|
|
1700
|
+
"integrity": "10c0/2f75940784b92ff71292b6dc5e660982f80bcfb4c3fcd0f0a04b0ff7de0a5b91000505b947434813b1104647d05678c3504560a7937aa82639e0042cb4597705",
|
|
1988
1701
|
"requires": {
|
|
1989
|
-
"@aws-sdk/core": "^3.974.
|
|
1702
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1990
1703
|
"@aws-sdk/types": "^3.973.8",
|
|
1991
1704
|
"@smithy/property-provider": "^4.2.14",
|
|
1992
1705
|
"@smithy/types": "^4.14.1",
|
|
@@ -1994,10 +1707,10 @@
|
|
|
1994
1707
|
}
|
|
1995
1708
|
},
|
|
1996
1709
|
"@aws-sdk/credential-provider-http": {
|
|
1997
|
-
"version": "3.972.
|
|
1998
|
-
"integrity": "10c0/
|
|
1710
|
+
"version": "3.972.36",
|
|
1711
|
+
"integrity": "10c0/b3dd17e4403b3ef026a65da15cc3d08fdfddd42449f6d10edc6a4b016ed05306f7d4fe1fe286abd00bcf6cf3817ed19556fd97db9b2449deb0182569980dcd01",
|
|
1999
1712
|
"requires": {
|
|
2000
|
-
"@aws-sdk/core": "^3.974.
|
|
1713
|
+
"@aws-sdk/core": "^3.974.8",
|
|
2001
1714
|
"@aws-sdk/types": "^3.973.8",
|
|
2002
1715
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
2003
1716
|
"@smithy/node-http-handler": "^4.6.1",
|
|
@@ -2010,17 +1723,17 @@
|
|
|
2010
1723
|
}
|
|
2011
1724
|
},
|
|
2012
1725
|
"@aws-sdk/credential-provider-ini": {
|
|
2013
|
-
"version": "3.972.
|
|
2014
|
-
"integrity": "10c0/
|
|
2015
|
-
"requires": {
|
|
2016
|
-
"@aws-sdk/core": "^3.974.
|
|
2017
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
2018
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
2019
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
2020
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
2021
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
2022
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
2023
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
1726
|
+
"version": "3.972.38",
|
|
1727
|
+
"integrity": "10c0/198c7e3f88f525f814f599f6a1bc3a63c84ed046140017786f23de255adcb5c90f0bbcf9ec167c8c6771d63270f7ed9ac061713884ecddebc01da74be88ee6ea",
|
|
1728
|
+
"requires": {
|
|
1729
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1730
|
+
"@aws-sdk/credential-provider-env": "^3.972.34",
|
|
1731
|
+
"@aws-sdk/credential-provider-http": "^3.972.36",
|
|
1732
|
+
"@aws-sdk/credential-provider-login": "^3.972.38",
|
|
1733
|
+
"@aws-sdk/credential-provider-process": "^3.972.34",
|
|
1734
|
+
"@aws-sdk/credential-provider-sso": "^3.972.38",
|
|
1735
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.38",
|
|
1736
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
2024
1737
|
"@aws-sdk/types": "^3.973.8",
|
|
2025
1738
|
"@smithy/credential-provider-imds": "^4.2.14",
|
|
2026
1739
|
"@smithy/property-provider": "^4.2.14",
|
|
@@ -2030,11 +1743,11 @@
|
|
|
2030
1743
|
}
|
|
2031
1744
|
},
|
|
2032
1745
|
"@aws-sdk/credential-provider-login": {
|
|
2033
|
-
"version": "3.972.
|
|
2034
|
-
"integrity": "10c0/
|
|
1746
|
+
"version": "3.972.38",
|
|
1747
|
+
"integrity": "10c0/f84ab04b8fec3355dce3d2a0f9bd63e79ef04915f019f2b6731a267e853f7cfb066baf67a22c955e58aa86f5b6eded6acdfdfd67532cc923edeefb8e88f46d63",
|
|
2035
1748
|
"requires": {
|
|
2036
|
-
"@aws-sdk/core": "^3.974.
|
|
2037
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
1749
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1750
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
2038
1751
|
"@aws-sdk/types": "^3.973.8",
|
|
2039
1752
|
"@smithy/property-provider": "^4.2.14",
|
|
2040
1753
|
"@smithy/protocol-http": "^5.3.14",
|
|
@@ -2043,29 +1756,11 @@
|
|
|
2043
1756
|
"tslib": "^2.6.2"
|
|
2044
1757
|
}
|
|
2045
1758
|
},
|
|
2046
|
-
"@aws-sdk/credential-provider-node": {
|
|
2047
|
-
"version": "3.972.38",
|
|
2048
|
-
"integrity": "10c0/4d26bb72e0434010d7d9f87aacfbc9a1029a9ca06bcda910a284358acd23a39db23e25f3c32a3384dc1f7770a56e7b68b0ea2c2dba78a52001253bb64ab2ebca",
|
|
2049
|
-
"requires": {
|
|
2050
|
-
"@aws-sdk/credential-provider-env": "^3.972.33",
|
|
2051
|
-
"@aws-sdk/credential-provider-http": "^3.972.35",
|
|
2052
|
-
"@aws-sdk/credential-provider-ini": "^3.972.37",
|
|
2053
|
-
"@aws-sdk/credential-provider-process": "^3.972.33",
|
|
2054
|
-
"@aws-sdk/credential-provider-sso": "^3.972.37",
|
|
2055
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.37",
|
|
2056
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2057
|
-
"@smithy/credential-provider-imds": "^4.2.14",
|
|
2058
|
-
"@smithy/property-provider": "^4.2.14",
|
|
2059
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2060
|
-
"@smithy/types": "^4.14.1",
|
|
2061
|
-
"tslib": "^2.6.2"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
1759
|
"@aws-sdk/credential-provider-process": {
|
|
2065
|
-
"version": "3.972.
|
|
2066
|
-
"integrity": "10c0/
|
|
1760
|
+
"version": "3.972.34",
|
|
1761
|
+
"integrity": "10c0/f65dbaaa40a81ba8e84d314e8ac0528f6d807b63b98820102ffccb38f47b1aa52f0c6dd4d7e4e8df186cef9cd57041e1d2d929c0e692804a8af0d06497f38a6a",
|
|
2067
1762
|
"requires": {
|
|
2068
|
-
"@aws-sdk/core": "^3.974.
|
|
1763
|
+
"@aws-sdk/core": "^3.974.8",
|
|
2069
1764
|
"@aws-sdk/types": "^3.973.8",
|
|
2070
1765
|
"@smithy/property-provider": "^4.2.14",
|
|
2071
1766
|
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
@@ -2074,12 +1769,12 @@
|
|
|
2074
1769
|
}
|
|
2075
1770
|
},
|
|
2076
1771
|
"@aws-sdk/credential-provider-sso": {
|
|
2077
|
-
"version": "3.972.
|
|
2078
|
-
"integrity": "10c0/
|
|
1772
|
+
"version": "3.972.38",
|
|
1773
|
+
"integrity": "10c0/4919362e1b8f6b73b8ec8ed0e0cc8f7a33db9b0d3ef63346a03047a024910d1acc6d80428a51444f6f15d58534dd535bc461b8505dd8f1cd6dc4fd8f863f956d",
|
|
2079
1774
|
"requires": {
|
|
2080
|
-
"@aws-sdk/core": "^3.974.
|
|
2081
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
2082
|
-
"@aws-sdk/token-providers": "3.
|
|
1775
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1776
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
1777
|
+
"@aws-sdk/token-providers": "3.1041.0",
|
|
2083
1778
|
"@aws-sdk/types": "^3.973.8",
|
|
2084
1779
|
"@smithy/property-provider": "^4.2.14",
|
|
2085
1780
|
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
@@ -2088,11 +1783,11 @@
|
|
|
2088
1783
|
}
|
|
2089
1784
|
},
|
|
2090
1785
|
"@aws-sdk/credential-provider-web-identity": {
|
|
2091
|
-
"version": "3.972.
|
|
2092
|
-
"integrity": "10c0/
|
|
1786
|
+
"version": "3.972.38",
|
|
1787
|
+
"integrity": "10c0/7a235d693dae5578c15448c8484d68ca7749ffd327b4e3784e3a1c6784a14535b398cc09c6be26e97042779acc261adedc7064681b930d93ebcda26da17c1f72",
|
|
2093
1788
|
"requires": {
|
|
2094
|
-
"@aws-sdk/core": "^3.974.
|
|
2095
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
1789
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1790
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
2096
1791
|
"@aws-sdk/types": "^3.973.8",
|
|
2097
1792
|
"@smithy/property-provider": "^4.2.14",
|
|
2098
1793
|
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
@@ -2101,136 +1796,62 @@
|
|
|
2101
1796
|
}
|
|
2102
1797
|
},
|
|
2103
1798
|
"@aws-sdk/nested-clients": {
|
|
2104
|
-
"version": "3.997.
|
|
2105
|
-
"integrity": "10c0/
|
|
1799
|
+
"version": "3.997.6",
|
|
1800
|
+
"integrity": "10c0/05c74c7362be74c723b64667763bd1e635c8d566456f70b64fa26546e7c605a49bf1bede7c2f5c293a0677b737093bbdc9b957a26124b9e1de5acf715dc57bb4",
|
|
2106
1801
|
"requires": {
|
|
2107
1802
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
2108
1803
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
2109
|
-
"@aws-sdk/core": "^3.974.
|
|
1804
|
+
"@aws-sdk/core": "^3.974.8",
|
|
2110
1805
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
2111
1806
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
2112
1807
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
2113
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
1808
|
+
"@aws-sdk/middleware-user-agent": "^3.972.38",
|
|
2114
1809
|
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
2115
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
1810
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.25",
|
|
2116
1811
|
"@aws-sdk/types": "^3.973.8",
|
|
2117
1812
|
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
2118
1813
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
2119
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
1814
|
+
"@aws-sdk/util-user-agent-node": "^3.973.24",
|
|
2120
1815
|
"@smithy/config-resolver": "^4.4.17",
|
|
2121
1816
|
"@smithy/core": "^3.23.17",
|
|
2122
1817
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
2123
|
-
"@smithy/hash-node": "^4.2.14",
|
|
2124
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
2125
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
2126
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
2127
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
2128
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
2129
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
2130
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
2131
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
2132
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
2133
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
2134
|
-
"@smithy/types": "^4.14.1",
|
|
2135
|
-
"@smithy/url-parser": "^4.2.14",
|
|
2136
|
-
"@smithy/util-base64": "^4.3.2",
|
|
2137
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
2138
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
2139
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
2140
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
2141
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
2142
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
2143
|
-
"@smithy/util-retry": "^4.3.6",
|
|
2144
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
2145
|
-
"tslib": "^2.6.2"
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
"@aws-sdk/middleware-user-agent": {
|
|
2149
|
-
"version": "3.972.37",
|
|
2150
|
-
"integrity": "10c0/92b7cf4009de047050c4c54e0363b1278699c408c086d78b23620e5e271c18a761e6b7829f04e6f35ae8d41f5a6a4d1f7c2bf26eab9698789e78afa4dd126bbc",
|
|
2151
|
-
"requires": {
|
|
2152
|
-
"@aws-sdk/core": "^3.974.7",
|
|
2153
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2154
|
-
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
2155
|
-
"@smithy/core": "^3.23.17",
|
|
2156
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
2157
|
-
"@smithy/types": "^4.14.1",
|
|
2158
|
-
"@smithy/util-retry": "^4.3.6",
|
|
2159
|
-
"tslib": "^2.6.2"
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
|
-
"@aws-sdk/util-user-agent-node": {
|
|
2163
|
-
"version": "3.973.23",
|
|
2164
|
-
"integrity": "10c0/c9b89baccad5ed73108e86c436f817611c39938bef95fa1cb98b0b1eb5ba36ab23cb375006b3757ed72878de98f65c1355772155e0d5203610833511cf460871",
|
|
2165
|
-
"requires": {
|
|
2166
|
-
"@aws-sdk/middleware-user-agent": "^3.972.37",
|
|
2167
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2168
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
2169
|
-
"@smithy/types": "^4.14.1",
|
|
2170
|
-
"@smithy/util-config-provider": "^4.2.2",
|
|
2171
|
-
"tslib": "^2.6.2"
|
|
2172
|
-
}
|
|
2173
|
-
},
|
|
2174
|
-
"@smithy/util-retry": {
|
|
2175
|
-
"version": "4.3.6",
|
|
2176
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
2177
|
-
"requires": {
|
|
2178
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
2179
|
-
"@smithy/types": "^4.14.1",
|
|
2180
|
-
"tslib": "^2.6.2"
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
"@aws-sdk/token-providers": {
|
|
2184
|
-
"version": "3.1039.0",
|
|
2185
|
-
"integrity": "10c0/88d77450a136bbfb793d5d7e05fb48dcaf7e0f960cd1de7446c9378b9619f1ae5a2ead1c5156dfbca5ea0068192e1df6053dec2f6ee5124f71d547f97f963716",
|
|
2186
|
-
"requires": {
|
|
2187
|
-
"@aws-sdk/core": "^3.974.7",
|
|
2188
|
-
"@aws-sdk/nested-clients": "^3.997.5",
|
|
2189
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2190
|
-
"@smithy/property-provider": "^4.2.14",
|
|
2191
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2192
|
-
"@smithy/types": "^4.14.1",
|
|
2193
|
-
"tslib": "^2.6.2"
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
|
-
"@aws-sdk/signature-v4-multi-region": {
|
|
2197
|
-
"version": "3.996.24",
|
|
2198
|
-
"integrity": "10c0/da6de2ca4a5b5f2820bc7c3526727f6f1486a8fa37d4cb8ddb9055eeab0bd22b9f5307eb798ca37a5ced4adf47d1858f9aa54ec1956ce8a9c1c1842d2d98ca2e",
|
|
2199
|
-
"requires": {
|
|
2200
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.36",
|
|
2201
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2202
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
2203
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
2204
|
-
"@smithy/types": "^4.14.1",
|
|
2205
|
-
"tslib": "^2.6.2"
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
"@smithy/service-error-classification": {
|
|
2209
|
-
"version": "4.3.1",
|
|
2210
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
2211
|
-
"requires": {
|
|
2212
|
-
"@smithy/types": "^4.14.1"
|
|
2213
|
-
}
|
|
2214
|
-
},
|
|
2215
|
-
"@aws-sdk/middleware-sdk-s3": {
|
|
2216
|
-
"version": "3.972.36",
|
|
2217
|
-
"integrity": "10c0/74ee330c13dd927052a9d9c307b95ac94182855efaed12809a0c677fd9c3d9f411a1082aee47d737d6deafcedea9bda82fc597fde28cf9666e421d6b7a6ae1f9",
|
|
2218
|
-
"requires": {
|
|
2219
|
-
"@aws-sdk/core": "^3.974.7",
|
|
2220
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2221
|
-
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
2222
|
-
"@smithy/core": "^3.23.17",
|
|
1818
|
+
"@smithy/hash-node": "^4.2.14",
|
|
1819
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
1820
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
1821
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
1822
|
+
"@smithy/middleware-retry": "^4.5.7",
|
|
1823
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
1824
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
2223
1825
|
"@smithy/node-config-provider": "^4.3.14",
|
|
1826
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
2224
1827
|
"@smithy/protocol-http": "^5.3.14",
|
|
2225
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
2226
1828
|
"@smithy/smithy-client": "^4.12.13",
|
|
2227
1829
|
"@smithy/types": "^4.14.1",
|
|
2228
|
-
"@smithy/
|
|
1830
|
+
"@smithy/url-parser": "^4.2.14",
|
|
1831
|
+
"@smithy/util-base64": "^4.3.2",
|
|
1832
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1833
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
1834
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
1835
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
1836
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
2229
1837
|
"@smithy/util-middleware": "^4.2.14",
|
|
2230
|
-
"@smithy/util-
|
|
1838
|
+
"@smithy/util-retry": "^4.3.6",
|
|
2231
1839
|
"@smithy/util-utf8": "^4.2.2",
|
|
2232
1840
|
"tslib": "^2.6.2"
|
|
2233
1841
|
}
|
|
1842
|
+
},
|
|
1843
|
+
"@aws-sdk/token-providers": {
|
|
1844
|
+
"version": "3.1041.0",
|
|
1845
|
+
"integrity": "10c0/af70f8e23a98a750dcb661b43bbd896e4a2425f553336c491b118a058e46691689ac4fa980f69d2dae42d1488f3b859adbd2f347d73ac1261f44b421d2041101",
|
|
1846
|
+
"requires": {
|
|
1847
|
+
"@aws-sdk/core": "^3.974.8",
|
|
1848
|
+
"@aws-sdk/nested-clients": "^3.997.6",
|
|
1849
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1850
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1851
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1852
|
+
"@smithy/types": "^4.14.1",
|
|
1853
|
+
"tslib": "^2.6.2"
|
|
1854
|
+
}
|
|
2234
1855
|
}
|
|
2235
1856
|
}
|
|
2236
1857
|
},
|
|
@@ -2252,12 +1873,22 @@
|
|
|
2252
1873
|
}
|
|
2253
1874
|
},
|
|
2254
1875
|
"@smithy/util-retry": {
|
|
2255
|
-
"version": "4.
|
|
2256
|
-
"integrity": "10c0/
|
|
1876
|
+
"version": "4.4.0",
|
|
1877
|
+
"integrity": "10c0/c4e3a31331234f55f7473ad6c7165ff6f6a456b53f3a641e934bd8fa4591cf0fc2bc6a1c14a0ba44a5a9bb4565e7de61eccb2e5b5fb10dcf6dd61bdf71e2e8a8",
|
|
2257
1878
|
"requires": {
|
|
2258
|
-
"@smithy/
|
|
2259
|
-
"@smithy/types": "^4.14.1",
|
|
1879
|
+
"@smithy/core": "^3.24.0",
|
|
2260
1880
|
"tslib": "^2.6.2"
|
|
1881
|
+
},
|
|
1882
|
+
"dependencies": {
|
|
1883
|
+
"@smithy/core": {
|
|
1884
|
+
"version": "3.24.0",
|
|
1885
|
+
"integrity": "10c0/f317e449a193e9e12afd76719ea58cdfb316d03fc46e6452b20a089665c86941a76f30e7c7a0bc9e2232334e673d432c08f647ca6651a2c145a33198ec0ee0d6",
|
|
1886
|
+
"requires": {
|
|
1887
|
+
"@aws-crypto/crc32": "5.2.0",
|
|
1888
|
+
"@smithy/types": "^4.14.1",
|
|
1889
|
+
"tslib": "^2.6.2"
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
2261
1892
|
}
|
|
2262
1893
|
},
|
|
2263
1894
|
"chalk": {
|
|
@@ -2690,24 +2321,6 @@
|
|
|
2690
2321
|
"@smithy/util-retry": "^4.3.6",
|
|
2691
2322
|
"@smithy/util-utf8": "^4.2.2",
|
|
2692
2323
|
"tslib": "^2.6.2"
|
|
2693
|
-
},
|
|
2694
|
-
"dependencies": {
|
|
2695
|
-
"@smithy/util-retry": {
|
|
2696
|
-
"version": "4.3.6",
|
|
2697
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
2698
|
-
"requires": {
|
|
2699
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
2700
|
-
"@smithy/types": "^4.14.1",
|
|
2701
|
-
"tslib": "^2.6.2"
|
|
2702
|
-
}
|
|
2703
|
-
},
|
|
2704
|
-
"@smithy/service-error-classification": {
|
|
2705
|
-
"version": "4.3.1",
|
|
2706
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
2707
|
-
"requires": {
|
|
2708
|
-
"@smithy/types": "^4.14.1"
|
|
2709
|
-
}
|
|
2710
|
-
}
|
|
2711
2324
|
}
|
|
2712
2325
|
},
|
|
2713
2326
|
"@aws-sdk/credential-provider-node": {
|
|
@@ -2885,54 +2498,6 @@
|
|
|
2885
2498
|
"@smithy/types": "^4.14.1",
|
|
2886
2499
|
"tslib": "^2.6.2"
|
|
2887
2500
|
}
|
|
2888
|
-
},
|
|
2889
|
-
"@aws-sdk/signature-v4-multi-region": {
|
|
2890
|
-
"version": "3.996.25",
|
|
2891
|
-
"integrity": "10c0/05196c85d265e5e59df621c7844235a449a940ebc8264578c0f87d76b6fbb741650a5634433589b9223a05003198be214068eef7d6e50596196de0f1d1954b5d",
|
|
2892
|
-
"requires": {
|
|
2893
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.37",
|
|
2894
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2895
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
2896
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
2897
|
-
"@smithy/types": "^4.14.1",
|
|
2898
|
-
"tslib": "^2.6.2"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
"@smithy/util-retry": {
|
|
2902
|
-
"version": "4.3.6",
|
|
2903
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
2904
|
-
"requires": {
|
|
2905
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
2906
|
-
"@smithy/types": "^4.14.1",
|
|
2907
|
-
"tslib": "^2.6.2"
|
|
2908
|
-
}
|
|
2909
|
-
},
|
|
2910
|
-
"@aws-sdk/middleware-sdk-s3": {
|
|
2911
|
-
"version": "3.972.37",
|
|
2912
|
-
"integrity": "10c0/c8d4ad6aa908eca70ef085ac2c55362229071caa9518ed538574cc4d317d9f1f4e2173d6b01259dd83f77356ad4b68656b5720a31b3effe01f7fe10aec265aed",
|
|
2913
|
-
"requires": {
|
|
2914
|
-
"@aws-sdk/core": "^3.974.8",
|
|
2915
|
-
"@aws-sdk/types": "^3.973.8",
|
|
2916
|
-
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
2917
|
-
"@smithy/core": "^3.23.17",
|
|
2918
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
2919
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
2920
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
2921
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
2922
|
-
"@smithy/types": "^4.14.1",
|
|
2923
|
-
"@smithy/util-config-provider": "^4.2.2",
|
|
2924
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
2925
|
-
"@smithy/util-stream": "^4.5.25",
|
|
2926
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
2927
|
-
"tslib": "^2.6.2"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
|
-
"@smithy/service-error-classification": {
|
|
2931
|
-
"version": "4.3.1",
|
|
2932
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
2933
|
-
"requires": {
|
|
2934
|
-
"@smithy/types": "^4.14.1"
|
|
2935
|
-
}
|
|
2936
2501
|
}
|
|
2937
2502
|
}
|
|
2938
2503
|
},
|
|
@@ -2978,24 +2543,6 @@
|
|
|
2978
2543
|
"@smithy/types": "^4.14.1",
|
|
2979
2544
|
"@smithy/util-retry": "^4.3.6",
|
|
2980
2545
|
"tslib": "^2.6.2"
|
|
2981
|
-
},
|
|
2982
|
-
"dependencies": {
|
|
2983
|
-
"@smithy/util-retry": {
|
|
2984
|
-
"version": "4.3.6",
|
|
2985
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
2986
|
-
"requires": {
|
|
2987
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
2988
|
-
"@smithy/types": "^4.14.1",
|
|
2989
|
-
"tslib": "^2.6.2"
|
|
2990
|
-
}
|
|
2991
|
-
},
|
|
2992
|
-
"@smithy/service-error-classification": {
|
|
2993
|
-
"version": "4.3.1",
|
|
2994
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
2995
|
-
"requires": {
|
|
2996
|
-
"@smithy/types": "^4.14.1"
|
|
2997
|
-
}
|
|
2998
|
-
}
|
|
2999
2546
|
}
|
|
3000
2547
|
},
|
|
3001
2548
|
"@aws-sdk/region-config-resolver": {
|
|
@@ -3144,24 +2691,6 @@
|
|
|
3144
2691
|
"@smithy/util-retry": "^4.3.6",
|
|
3145
2692
|
"@smithy/uuid": "^1.1.2",
|
|
3146
2693
|
"tslib": "^2.6.2"
|
|
3147
|
-
},
|
|
3148
|
-
"dependencies": {
|
|
3149
|
-
"@smithy/service-error-classification": {
|
|
3150
|
-
"version": "4.3.1",
|
|
3151
|
-
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
3152
|
-
"requires": {
|
|
3153
|
-
"@smithy/types": "^4.14.1"
|
|
3154
|
-
}
|
|
3155
|
-
},
|
|
3156
|
-
"@smithy/util-retry": {
|
|
3157
|
-
"version": "4.3.6",
|
|
3158
|
-
"integrity": "10c0/a2d3b34ca48edd4f58885c91de28f7ccbe48d0e4a8f005eb569197cf37640b5c04043fd556b0e1ecf6d8623b6c384b52b1c34c898acf77260e517f7d00641811",
|
|
3159
|
-
"requires": {
|
|
3160
|
-
"@smithy/service-error-classification": "^4.3.1",
|
|
3161
|
-
"@smithy/types": "^4.14.1",
|
|
3162
|
-
"tslib": "^2.6.2"
|
|
3163
|
-
}
|
|
3164
|
-
}
|
|
3165
2694
|
}
|
|
3166
2695
|
},
|
|
3167
2696
|
"@smithy/middleware-serde": {
|
|
@@ -3495,13 +3024,13 @@
|
|
|
3495
3024
|
}
|
|
3496
3025
|
},
|
|
3497
3026
|
"@aws-sdk/middleware-flexible-checksums": {
|
|
3498
|
-
"version": "3.974.
|
|
3499
|
-
"integrity": "10c0/
|
|
3027
|
+
"version": "3.974.16",
|
|
3028
|
+
"integrity": "10c0/0725e497e2ebd4201682a786b28da90acc9c86459bfd6a3a29591021b7be4e5e17aee2628b71921eba003740d49b88d48eab8bd80220dfc5aa16dc7c50488775",
|
|
3500
3029
|
"requires": {
|
|
3501
3030
|
"@aws-crypto/crc32": "5.2.0",
|
|
3502
3031
|
"@aws-crypto/crc32c": "5.2.0",
|
|
3503
3032
|
"@aws-crypto/util": "5.2.0",
|
|
3504
|
-
"@aws-sdk/core": "^3.974.
|
|
3033
|
+
"@aws-sdk/core": "^3.974.8",
|
|
3505
3034
|
"@aws-sdk/crc64-nvme": "^3.972.7",
|
|
3506
3035
|
"@aws-sdk/types": "^3.973.8",
|
|
3507
3036
|
"@smithy/is-array-buffer": "^4.2.2",
|
|
@@ -3512,47 +3041,6 @@
|
|
|
3512
3041
|
"@smithy/util-stream": "^4.5.25",
|
|
3513
3042
|
"@smithy/util-utf8": "^4.2.2",
|
|
3514
3043
|
"tslib": "^2.6.2"
|
|
3515
|
-
},
|
|
3516
|
-
"dependencies": {
|
|
3517
|
-
"@aws-sdk/core": {
|
|
3518
|
-
"version": "3.974.5",
|
|
3519
|
-
"integrity": "10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26",
|
|
3520
|
-
"requires": {
|
|
3521
|
-
"@aws-sdk/types": "^3.973.8",
|
|
3522
|
-
"@aws-sdk/xml-builder": "^3.972.19",
|
|
3523
|
-
"@smithy/core": "^3.23.17",
|
|
3524
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
3525
|
-
"@smithy/property-provider": "^4.2.14",
|
|
3526
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
3527
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
3528
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
3529
|
-
"@smithy/types": "^4.14.1",
|
|
3530
|
-
"@smithy/util-base64": "^4.3.2",
|
|
3531
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
3532
|
-
"@smithy/util-retry": "^4.3.4",
|
|
3533
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
3534
|
-
"tslib": "^2.6.2"
|
|
3535
|
-
}
|
|
3536
|
-
},
|
|
3537
|
-
"@aws-sdk/xml-builder": {
|
|
3538
|
-
"version": "3.972.19",
|
|
3539
|
-
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
3540
|
-
"requires": {
|
|
3541
|
-
"@smithy/types": "^4.14.1",
|
|
3542
|
-
"fast-xml-parser": "5.7.1",
|
|
3543
|
-
"tslib": "^2.6.2"
|
|
3544
|
-
}
|
|
3545
|
-
},
|
|
3546
|
-
"fast-xml-parser": {
|
|
3547
|
-
"version": "5.7.1",
|
|
3548
|
-
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
3549
|
-
"requires": {
|
|
3550
|
-
"@nodable/entities": "^2.1.0",
|
|
3551
|
-
"fast-xml-builder": "^1.1.5",
|
|
3552
|
-
"path-expression-matcher": "^1.5.0",
|
|
3553
|
-
"strnum": "^2.2.3"
|
|
3554
|
-
}
|
|
3555
|
-
}
|
|
3556
3044
|
}
|
|
3557
3045
|
},
|
|
3558
3046
|
"@aws-sdk/middleware-location-constraint": {
|
|
@@ -3565,10 +3053,10 @@
|
|
|
3565
3053
|
}
|
|
3566
3054
|
},
|
|
3567
3055
|
"@aws-sdk/middleware-sdk-s3": {
|
|
3568
|
-
"version": "3.972.
|
|
3569
|
-
"integrity": "10c0/
|
|
3056
|
+
"version": "3.972.37",
|
|
3057
|
+
"integrity": "10c0/c8d4ad6aa908eca70ef085ac2c55362229071caa9518ed538574cc4d317d9f1f4e2173d6b01259dd83f77356ad4b68656b5720a31b3effe01f7fe10aec265aed",
|
|
3570
3058
|
"requires": {
|
|
3571
|
-
"@aws-sdk/core": "^3.974.
|
|
3059
|
+
"@aws-sdk/core": "^3.974.8",
|
|
3572
3060
|
"@aws-sdk/types": "^3.973.8",
|
|
3573
3061
|
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
3574
3062
|
"@smithy/core": "^3.23.17",
|
|
@@ -3582,47 +3070,6 @@
|
|
|
3582
3070
|
"@smithy/util-stream": "^4.5.25",
|
|
3583
3071
|
"@smithy/util-utf8": "^4.2.2",
|
|
3584
3072
|
"tslib": "^2.6.2"
|
|
3585
|
-
},
|
|
3586
|
-
"dependencies": {
|
|
3587
|
-
"@aws-sdk/core": {
|
|
3588
|
-
"version": "3.974.5",
|
|
3589
|
-
"integrity": "10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26",
|
|
3590
|
-
"requires": {
|
|
3591
|
-
"@aws-sdk/types": "^3.973.8",
|
|
3592
|
-
"@aws-sdk/xml-builder": "^3.972.19",
|
|
3593
|
-
"@smithy/core": "^3.23.17",
|
|
3594
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
3595
|
-
"@smithy/property-provider": "^4.2.14",
|
|
3596
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
3597
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
3598
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
3599
|
-
"@smithy/types": "^4.14.1",
|
|
3600
|
-
"@smithy/util-base64": "^4.3.2",
|
|
3601
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
3602
|
-
"@smithy/util-retry": "^4.3.4",
|
|
3603
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
3604
|
-
"tslib": "^2.6.2"
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
|
-
"@aws-sdk/xml-builder": {
|
|
3608
|
-
"version": "3.972.19",
|
|
3609
|
-
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
3610
|
-
"requires": {
|
|
3611
|
-
"@smithy/types": "^4.14.1",
|
|
3612
|
-
"fast-xml-parser": "5.7.1",
|
|
3613
|
-
"tslib": "^2.6.2"
|
|
3614
|
-
}
|
|
3615
|
-
},
|
|
3616
|
-
"fast-xml-parser": {
|
|
3617
|
-
"version": "5.7.1",
|
|
3618
|
-
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
3619
|
-
"requires": {
|
|
3620
|
-
"@nodable/entities": "^2.1.0",
|
|
3621
|
-
"fast-xml-builder": "^1.1.5",
|
|
3622
|
-
"path-expression-matcher": "^1.5.0",
|
|
3623
|
-
"strnum": "^2.2.3"
|
|
3624
|
-
}
|
|
3625
|
-
}
|
|
3626
3073
|
}
|
|
3627
3074
|
},
|
|
3628
3075
|
"@aws-sdk/middleware-ssec": {
|
|
@@ -3635,10 +3082,10 @@
|
|
|
3635
3082
|
}
|
|
3636
3083
|
},
|
|
3637
3084
|
"@aws-sdk/signature-v4-multi-region": {
|
|
3638
|
-
"version": "3.996.
|
|
3639
|
-
"integrity": "10c0/
|
|
3085
|
+
"version": "3.996.25",
|
|
3086
|
+
"integrity": "10c0/05196c85d265e5e59df621c7844235a449a940ebc8264578c0f87d76b6fbb741650a5634433589b9223a05003198be214068eef7d6e50596196de0f1d1954b5d",
|
|
3640
3087
|
"requires": {
|
|
3641
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
3088
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.37",
|
|
3642
3089
|
"@aws-sdk/types": "^3.973.8",
|
|
3643
3090
|
"@smithy/protocol-http": "^5.3.14",
|
|
3644
3091
|
"@smithy/signature-v4": "^5.3.14",
|
|
@@ -3808,6 +3255,13 @@
|
|
|
3808
3255
|
"tslib": "^2.6.2"
|
|
3809
3256
|
}
|
|
3810
3257
|
},
|
|
3258
|
+
"@smithy/service-error-classification": {
|
|
3259
|
+
"version": "4.3.0",
|
|
3260
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
3261
|
+
"requires": {
|
|
3262
|
+
"@smithy/types": "^4.14.1"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3811
3265
|
"fast-xml-parser": {
|
|
3812
3266
|
"version": "5.7.1",
|
|
3813
3267
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -4297,6 +3751,18 @@
|
|
|
4297
3751
|
"tslib": "^2.6.2"
|
|
4298
3752
|
}
|
|
4299
3753
|
},
|
|
3754
|
+
"@aws-sdk/signature-v4-multi-region": {
|
|
3755
|
+
"version": "3.996.22",
|
|
3756
|
+
"integrity": "10c0/b49eb74c510064059f150ad3a8bfa017db3e6945dccb2af487bb2dbf5d0764db65a25f441ad8b1583cdc8cc1a76f5e8e531f121697a5c581171c25b5713ea2b3",
|
|
3757
|
+
"requires": {
|
|
3758
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.34",
|
|
3759
|
+
"@aws-sdk/types": "^3.973.8",
|
|
3760
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
3761
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
3762
|
+
"@smithy/types": "^4.14.1",
|
|
3763
|
+
"tslib": "^2.6.2"
|
|
3764
|
+
}
|
|
3765
|
+
},
|
|
4300
3766
|
"@aws-sdk/util-user-agent-node": {
|
|
4301
3767
|
"version": "3.973.21",
|
|
4302
3768
|
"integrity": "10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67",
|
|
@@ -4334,6 +3800,33 @@
|
|
|
4334
3800
|
"tslib": "^2.6.2"
|
|
4335
3801
|
}
|
|
4336
3802
|
},
|
|
3803
|
+
"@aws-sdk/middleware-sdk-s3": {
|
|
3804
|
+
"version": "3.972.34",
|
|
3805
|
+
"integrity": "10c0/608f0e9ce9b121b8c8f06180ef8e4afd24d98f1f10c0454eaba775dc3b33edd8ebebca506960d25006aa5355b1cd4980c3aaf6662370d27c92eb63b76a0ab58b",
|
|
3806
|
+
"requires": {
|
|
3807
|
+
"@aws-sdk/core": "^3.974.5",
|
|
3808
|
+
"@aws-sdk/types": "^3.973.8",
|
|
3809
|
+
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
3810
|
+
"@smithy/core": "^3.23.17",
|
|
3811
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
3812
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
3813
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
3814
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
3815
|
+
"@smithy/types": "^4.14.1",
|
|
3816
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
3817
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
3818
|
+
"@smithy/util-stream": "^4.5.25",
|
|
3819
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
3820
|
+
"tslib": "^2.6.2"
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3823
|
+
"@smithy/service-error-classification": {
|
|
3824
|
+
"version": "4.3.0",
|
|
3825
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
3826
|
+
"requires": {
|
|
3827
|
+
"@smithy/types": "^4.14.1"
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
4337
3830
|
"fast-xml-parser": {
|
|
4338
3831
|
"version": "5.7.1",
|
|
4339
3832
|
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
@@ -4400,13 +3893,6 @@
|
|
|
4400
3893
|
"@octokit/types": "^13.8.0"
|
|
4401
3894
|
}
|
|
4402
3895
|
},
|
|
4403
|
-
"@smithy/service-error-classification": {
|
|
4404
|
-
"version": "4.3.0",
|
|
4405
|
-
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
4406
|
-
"requires": {
|
|
4407
|
-
"@smithy/types": "^4.14.1"
|
|
4408
|
-
}
|
|
4409
|
-
},
|
|
4410
3896
|
"ansi-styles": {
|
|
4411
3897
|
"version": "4.3.0",
|
|
4412
3898
|
"integrity": "10c0/895a23929da416f2bd3de7e9cb4eabd340949328ab85ddd6e484a637d8f6820d485f53933446f5291c3b760cbc488beb8e88573dd0f9c7daf83dccc8fe81b041",
|
|
@@ -5886,6 +5372,13 @@
|
|
|
5886
5372
|
"tslib": "^2.6.2"
|
|
5887
5373
|
}
|
|
5888
5374
|
},
|
|
5375
|
+
"@smithy/service-error-classification": {
|
|
5376
|
+
"version": "4.3.1",
|
|
5377
|
+
"integrity": "10c0/1bc927f53693035165f4b15232c644be579cdd432cf2d3e026faa746d26693e6b1e0f35bcd5d812dd89445695fd1eb7188e415e2523d6d8991e8db900cecdf36",
|
|
5378
|
+
"requires": {
|
|
5379
|
+
"@smithy/types": "^4.14.1"
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5889
5382
|
"@smithy/querystring-parser": {
|
|
5890
5383
|
"version": "4.2.14",
|
|
5891
5384
|
"integrity": "10c0/245923618197bbae5eb38b72807368f397fafccee8e98cd98ee7d8961a34acb57b5176fa5fe8083b796229043f135ea775060f17e14aa12080a5d7cdfbf56333",
|
|
@@ -8208,8 +7701,8 @@
|
|
|
8208
7701
|
"integrity": "10c0/b92cd0adc44888c7135a185bfd0dddc42c32606401c72896a842ae15da71eb88858f17669af41e498b463cd7eb998f7b48939a25b08374c7924a9c8a6f8a81b0"
|
|
8209
7702
|
},
|
|
8210
7703
|
"basic-ftp": {
|
|
8211
|
-
"version": "5.3.
|
|
8212
|
-
"integrity": "10c0/
|
|
7704
|
+
"version": "5.3.1",
|
|
7705
|
+
"integrity": "10c0/03511b488cd292abfa82a8c0ea3b9573b40d12d2f1518d6f41a9461b012b3376d3e6d50679b38d9b2b4f48fd6e8e0418ac196312ee7e2da13cb801169940d1c3"
|
|
8213
7706
|
},
|
|
8214
7707
|
"data-uri-to-buffer": {
|
|
8215
7708
|
"version": "6.0.2",
|
|
@@ -8322,10 +7815,11 @@
|
|
|
8322
7815
|
}
|
|
8323
7816
|
},
|
|
8324
7817
|
"fast-xml-builder": {
|
|
8325
|
-
"version": "1.
|
|
8326
|
-
"integrity": "10c0/
|
|
7818
|
+
"version": "1.2.0",
|
|
7819
|
+
"integrity": "10c0/84bb105cd04e91d6dcb746c4dbaeb12903b510e7ab9a06ffde55b5a582e005559a87d84467f18a655c6c4baf098f696fd74cee3cbe1aea9d01385907768ba32d",
|
|
8327
7820
|
"requires": {
|
|
8328
|
-
"path-expression-matcher": "^1.
|
|
7821
|
+
"path-expression-matcher": "^1.5.0",
|
|
7822
|
+
"xml-naming": "^0.1.0"
|
|
8329
7823
|
}
|
|
8330
7824
|
},
|
|
8331
7825
|
"path-expression-matcher": {
|
|
@@ -8958,6 +8452,10 @@
|
|
|
8958
8452
|
"version": "2.0.0",
|
|
8959
8453
|
"integrity": "10c0/52c5ffaef1483ed5c3feedfeba26ca9142fa386eea54464e70ff515bd01c5e04eab05d01eff8c2593291dcaf2397ca7d9c512720e11f52072b04c47a5c279415"
|
|
8960
8454
|
},
|
|
8455
|
+
"xml-naming": {
|
|
8456
|
+
"version": "0.1.0",
|
|
8457
|
+
"integrity": "10c0/8c7614865361bcb7e53e3e091dac21c567e2b92d447919b2f072775aa9dcfc94a5255bd52fbaa0fd53c93513e53a23a6a835218ad2af512451dbc678392f85fe"
|
|
8458
|
+
},
|
|
8961
8459
|
"is-number": {
|
|
8962
8460
|
"version": "7.0.0",
|
|
8963
8461
|
"integrity": "10c0/b4686d0d3053146095ccd45346461bc8e53b80aeb7671cc52a4de02dbbf7dc0d1d2a986e2fe4ae206984b4d34ef37e8b795ebc4f4295c978373e6575e295d811"
|