@aws-cdk-testing/cli-integ 3.30.2 → 3.31.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/aws.d.ts +2 -0
- package/lib/aws.js +4 -1
- package/lib/regions.d.ts +5 -1
- package/lib/regions.js +18 -3
- package/npm-shrinkwrap.json +1409 -1384
- package/package.json +22 -21
- package/resources/cdk-apps/app/app.js +33 -2
- package/resources/cdk-apps/diagnose-app/app.js +74 -0
- package/resources/cdk-apps/diagnose-app/cdk.json +7 -0
- package/tests/cli-integ-tests/deploy/cdk-import-existing-resources-error-message-includes-construct-paths.integtest.js +2 -2
- package/tests/cli-integ-tests/deploy/cdk-two-step-deploy-prepare-then-execute-change-set.integtest.d.ts +1 -0
- package/tests/cli-integ-tests/deploy/cdk-two-step-deploy-prepare-then-execute-change-set.integtest.js +36 -0
- package/tests/cli-integ-tests/diagnose/cdk-diagnose-changeset-failure.integtest.d.ts +1 -0
- package/tests/cli-integ-tests/diagnose/cdk-diagnose-changeset-failure.integtest.js +43 -0
- package/tests/cli-integ-tests/diagnose/cdk-diagnose-deployment-failure.integtest.d.ts +1 -0
- package/tests/cli-integ-tests/diagnose/cdk-diagnose-deployment-failure.integtest.js +20 -0
- package/tests/cli-integ-tests/diagnose/cdk-diagnose-early-validation-failure.integtest.d.ts +1 -0
- package/tests/cli-integ-tests/diagnose/cdk-diagnose-early-validation-failure.integtest.js +26 -0
- package/tests/cli-integ-tests/hotswap/cdk-hotswap-deployment-caches-template.integtest.d.ts +1 -0
- package/tests/cli-integ-tests/hotswap/cdk-hotswap-deployment-caches-template.integtest.js +73 -0
- package/tests/cli-integ-tests/hotswap/cdk-hotswap-deployment-supports-cloudcontrol-based-resources.integtest.js +3 -2
- package/tests/cli-integ-tests/orphan/cdk-orphan-detaches-resource.integtest.d.ts +1 -0
- package/tests/cli-integ-tests/orphan/cdk-orphan-detaches-resource.integtest.js +72 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,717 +1,918 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk-testing/cli-integ",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.31.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@aws-sdk/client-cloudformation": {
|
|
8
|
-
"version": "3.
|
|
9
|
-
"integrity": "10c0/
|
|
8
|
+
"version": "3.1036.0",
|
|
9
|
+
"integrity": "10c0/010dae306a5dffc5bdbed7994a75f1fb28302b25fc0f963567c4eca6dd3b3fedfe7b21effded1cad253f840a3692448cece8c2d5371c20400fcb1b03912d9fe5",
|
|
10
10
|
"requires": {
|
|
11
11
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
12
12
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
13
|
-
"@aws-sdk/core": "^3.
|
|
14
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
15
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
16
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
17
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
18
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
19
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
20
|
-
"@aws-sdk/types": "^3.973.
|
|
21
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
22
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
23
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
24
|
-
"@smithy/config-resolver": "^4.4.
|
|
25
|
-
"@smithy/core": "^3.23.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
27
|
-
"@smithy/hash-node": "^4.2.
|
|
28
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
29
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
30
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
31
|
-
"@smithy/middleware-retry": "^4.5.
|
|
32
|
-
"@smithy/middleware-serde": "^4.2.
|
|
33
|
-
"@smithy/middleware-stack": "^4.2.
|
|
34
|
-
"@smithy/node-config-provider": "^4.3.
|
|
35
|
-
"@smithy/node-http-handler": "^4.
|
|
36
|
-
"@smithy/protocol-http": "^5.3.
|
|
37
|
-
"@smithy/smithy-client": "^4.12.
|
|
38
|
-
"@smithy/types": "^4.14.
|
|
39
|
-
"@smithy/url-parser": "^4.2.
|
|
13
|
+
"@aws-sdk/core": "^3.974.5",
|
|
14
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
15
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
16
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
17
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
18
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
19
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
20
|
+
"@aws-sdk/types": "^3.973.8",
|
|
21
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
22
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
23
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
24
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
25
|
+
"@smithy/core": "^3.23.17",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
27
|
+
"@smithy/hash-node": "^4.2.14",
|
|
28
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
29
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
30
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
31
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
32
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
33
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
34
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
35
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
36
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
37
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
38
|
+
"@smithy/types": "^4.14.1",
|
|
39
|
+
"@smithy/url-parser": "^4.2.14",
|
|
40
40
|
"@smithy/util-base64": "^4.3.2",
|
|
41
41
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
42
42
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
43
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
44
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
45
|
-
"@smithy/util-endpoints": "^3.
|
|
46
|
-
"@smithy/util-middleware": "^4.2.
|
|
47
|
-
"@smithy/util-retry": "^4.3.
|
|
43
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
44
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
45
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
46
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
47
|
+
"@smithy/util-retry": "^4.3.4",
|
|
48
48
|
"@smithy/util-utf8": "^4.2.2",
|
|
49
|
-
"@smithy/util-waiter": "^4.2.
|
|
49
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
50
50
|
"tslib": "^2.6.2"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"@aws-sdk/client-codeartifact": {
|
|
54
|
-
"version": "3.
|
|
55
|
-
"integrity": "10c0/
|
|
54
|
+
"version": "3.1036.0",
|
|
55
|
+
"integrity": "10c0/cc484ba171abd8b7aa4d50fc7e66a48e4fd80b271aae618ff71a0c5d69f81384d935125fba2f7a3043252e9c49501cceaf70bc79b44f8ca8ced7c4cffd691eb7",
|
|
56
|
+
"requires": {
|
|
57
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
58
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
59
|
+
"@aws-sdk/core": "^3.974.5",
|
|
60
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
61
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
62
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
63
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
64
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
65
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
66
|
+
"@aws-sdk/types": "^3.973.8",
|
|
67
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
68
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
69
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
70
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
71
|
+
"@smithy/core": "^3.23.17",
|
|
72
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
73
|
+
"@smithy/hash-node": "^4.2.14",
|
|
74
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
75
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
76
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
77
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
78
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
79
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
80
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
81
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
82
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
83
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
84
|
+
"@smithy/types": "^4.14.1",
|
|
85
|
+
"@smithy/url-parser": "^4.2.14",
|
|
86
|
+
"@smithy/util-base64": "^4.3.2",
|
|
87
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
88
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
89
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
90
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
91
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
92
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
93
|
+
"@smithy/util-retry": "^4.3.4",
|
|
94
|
+
"@smithy/util-stream": "^4.5.25",
|
|
95
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
96
|
+
"tslib": "^2.6.2"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"@aws-sdk/client-dynamodb": {
|
|
100
|
+
"version": "3.1036.0",
|
|
101
|
+
"integrity": "10c0/9cbd8198bbaf6edef98728a611178cb867514fba16b7955b4c84359bb39bb9c8e0dc78715f37d738d6a9d32b2644253941a74966d02c71007e912942ccfbcaa7",
|
|
56
102
|
"requires": {
|
|
57
103
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
58
104
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
59
|
-
"@aws-sdk/core": "^3.
|
|
60
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
61
|
-
"@aws-sdk/
|
|
62
|
-
"@aws-sdk/middleware-
|
|
63
|
-
"@aws-sdk/middleware-
|
|
64
|
-
"@aws-sdk/middleware-
|
|
65
|
-
"@aws-sdk/
|
|
66
|
-
"@aws-sdk/
|
|
67
|
-
"@aws-sdk/
|
|
68
|
-
"@aws-sdk/
|
|
69
|
-
"@aws-sdk/util-
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@smithy/
|
|
73
|
-
"@smithy/
|
|
74
|
-
"@smithy/
|
|
75
|
-
"@smithy/
|
|
76
|
-
"@smithy/
|
|
77
|
-
"@smithy/middleware-
|
|
78
|
-
"@smithy/middleware-
|
|
79
|
-
"@smithy/middleware-
|
|
80
|
-
"@smithy/
|
|
81
|
-
"@smithy/
|
|
82
|
-
"@smithy/
|
|
83
|
-
"@smithy/
|
|
84
|
-
"@smithy/
|
|
85
|
-
"@smithy/
|
|
105
|
+
"@aws-sdk/core": "^3.974.5",
|
|
106
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
107
|
+
"@aws-sdk/dynamodb-codec": "^3.973.5",
|
|
108
|
+
"@aws-sdk/middleware-endpoint-discovery": "^3.972.11",
|
|
109
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
110
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
111
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
112
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
113
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
114
|
+
"@aws-sdk/types": "^3.973.8",
|
|
115
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
116
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
117
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
118
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
119
|
+
"@smithy/core": "^3.23.17",
|
|
120
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
121
|
+
"@smithy/hash-node": "^4.2.14",
|
|
122
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
123
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
124
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
125
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
126
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
127
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
128
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
129
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
130
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
131
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
132
|
+
"@smithy/types": "^4.14.1",
|
|
133
|
+
"@smithy/url-parser": "^4.2.14",
|
|
86
134
|
"@smithy/util-base64": "^4.3.2",
|
|
87
135
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
88
136
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
89
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
90
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
91
|
-
"@smithy/util-endpoints": "^3.
|
|
92
|
-
"@smithy/util-middleware": "^4.2.
|
|
93
|
-
"@smithy/util-retry": "^4.3.
|
|
94
|
-
"@smithy/util-stream": "^4.5.22",
|
|
137
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
138
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
139
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
140
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
141
|
+
"@smithy/util-retry": "^4.3.4",
|
|
95
142
|
"@smithy/util-utf8": "^4.2.2",
|
|
143
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
96
144
|
"tslib": "^2.6.2"
|
|
97
145
|
}
|
|
98
146
|
},
|
|
99
147
|
"@aws-sdk/client-ecr": {
|
|
100
|
-
"version": "3.
|
|
101
|
-
"integrity": "10c0/
|
|
148
|
+
"version": "3.1036.0",
|
|
149
|
+
"integrity": "10c0/214d0aac460e8ca3f1985b1742a8558230f6a11a20b4d30a5f773a2501bb1c2c209ee02f9ffdf61df4a88c603722e5c65b14ad337576e066b965ba05891f762c",
|
|
102
150
|
"requires": {
|
|
103
151
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
104
152
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
105
|
-
"@aws-sdk/core": "^3.
|
|
106
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
107
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
108
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
109
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
110
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
111
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
112
|
-
"@aws-sdk/types": "^3.973.
|
|
113
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
114
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
115
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
116
|
-
"@smithy/config-resolver": "^4.4.
|
|
117
|
-
"@smithy/core": "^3.23.
|
|
118
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
119
|
-
"@smithy/hash-node": "^4.2.
|
|
120
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
121
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
122
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
123
|
-
"@smithy/middleware-retry": "^4.5.
|
|
124
|
-
"@smithy/middleware-serde": "^4.2.
|
|
125
|
-
"@smithy/middleware-stack": "^4.2.
|
|
126
|
-
"@smithy/node-config-provider": "^4.3.
|
|
127
|
-
"@smithy/node-http-handler": "^4.
|
|
128
|
-
"@smithy/protocol-http": "^5.3.
|
|
129
|
-
"@smithy/smithy-client": "^4.12.
|
|
130
|
-
"@smithy/types": "^4.14.
|
|
131
|
-
"@smithy/url-parser": "^4.2.
|
|
153
|
+
"@aws-sdk/core": "^3.974.5",
|
|
154
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
155
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
156
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
157
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
158
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
159
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
160
|
+
"@aws-sdk/types": "^3.973.8",
|
|
161
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
162
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
163
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
164
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
165
|
+
"@smithy/core": "^3.23.17",
|
|
166
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
167
|
+
"@smithy/hash-node": "^4.2.14",
|
|
168
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
169
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
170
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
171
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
172
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
173
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
174
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
175
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
176
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
177
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
178
|
+
"@smithy/types": "^4.14.1",
|
|
179
|
+
"@smithy/url-parser": "^4.2.14",
|
|
132
180
|
"@smithy/util-base64": "^4.3.2",
|
|
133
181
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
134
182
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
135
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
136
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
137
|
-
"@smithy/util-endpoints": "^3.
|
|
138
|
-
"@smithy/util-middleware": "^4.2.
|
|
139
|
-
"@smithy/util-retry": "^4.3.
|
|
183
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
184
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
185
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
186
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
187
|
+
"@smithy/util-retry": "^4.3.4",
|
|
140
188
|
"@smithy/util-utf8": "^4.2.2",
|
|
141
|
-
"@smithy/util-waiter": "^4.2.
|
|
189
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
142
190
|
"tslib": "^2.6.2"
|
|
143
191
|
}
|
|
144
192
|
},
|
|
145
193
|
"@aws-sdk/client-ecr-public": {
|
|
146
|
-
"version": "3.
|
|
147
|
-
"integrity": "10c0/
|
|
194
|
+
"version": "3.1036.0",
|
|
195
|
+
"integrity": "10c0/537eaf9d3b1ac375ff48df50695d2bd167851ef210cf55ef01fb8c32c059fbd29d4d935a2cefd5a0824c7940513abd2d0ebf46c63a652db23c1acbba297107c8",
|
|
148
196
|
"requires": {
|
|
149
197
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
150
198
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
151
|
-
"@aws-sdk/core": "^3.
|
|
152
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
153
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
154
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
155
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
156
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
157
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
158
|
-
"@aws-sdk/types": "^3.973.
|
|
159
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
160
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
161
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
162
|
-
"@smithy/config-resolver": "^4.4.
|
|
163
|
-
"@smithy/core": "^3.23.
|
|
164
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
165
|
-
"@smithy/hash-node": "^4.2.
|
|
166
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
167
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
168
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
169
|
-
"@smithy/middleware-retry": "^4.5.
|
|
170
|
-
"@smithy/middleware-serde": "^4.2.
|
|
171
|
-
"@smithy/middleware-stack": "^4.2.
|
|
172
|
-
"@smithy/node-config-provider": "^4.3.
|
|
173
|
-
"@smithy/node-http-handler": "^4.
|
|
174
|
-
"@smithy/protocol-http": "^5.3.
|
|
175
|
-
"@smithy/smithy-client": "^4.12.
|
|
176
|
-
"@smithy/types": "^4.14.
|
|
177
|
-
"@smithy/url-parser": "^4.2.
|
|
199
|
+
"@aws-sdk/core": "^3.974.5",
|
|
200
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
201
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
202
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
203
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
204
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
205
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
206
|
+
"@aws-sdk/types": "^3.973.8",
|
|
207
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
208
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
209
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
210
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
211
|
+
"@smithy/core": "^3.23.17",
|
|
212
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
213
|
+
"@smithy/hash-node": "^4.2.14",
|
|
214
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
215
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
216
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
217
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
218
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
219
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
220
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
221
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
222
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
223
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
224
|
+
"@smithy/types": "^4.14.1",
|
|
225
|
+
"@smithy/url-parser": "^4.2.14",
|
|
178
226
|
"@smithy/util-base64": "^4.3.2",
|
|
179
227
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
180
228
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
181
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
182
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
183
|
-
"@smithy/util-endpoints": "^3.
|
|
184
|
-
"@smithy/util-middleware": "^4.2.
|
|
185
|
-
"@smithy/util-retry": "^4.3.
|
|
229
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
230
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
231
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
232
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
233
|
+
"@smithy/util-retry": "^4.3.4",
|
|
186
234
|
"@smithy/util-utf8": "^4.2.2",
|
|
187
235
|
"tslib": "^2.6.2"
|
|
188
236
|
}
|
|
189
237
|
},
|
|
190
238
|
"@aws-sdk/client-ecs": {
|
|
191
|
-
"version": "3.
|
|
192
|
-
"integrity": "10c0/
|
|
239
|
+
"version": "3.1036.0",
|
|
240
|
+
"integrity": "10c0/0dece614e287b4eaca7edcd6f579786b75e7bd61dc001f1069167a14b474e3ca371db4df7e4db5cede583628daaf77c293c264df08ee6a68e83cb84783feee05",
|
|
193
241
|
"requires": {
|
|
194
242
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
195
243
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
196
|
-
"@aws-sdk/core": "^3.
|
|
197
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
198
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
199
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
200
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
201
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
202
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
203
|
-
"@aws-sdk/types": "^3.973.
|
|
204
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
205
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
206
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
207
|
-
"@smithy/config-resolver": "^4.4.
|
|
208
|
-
"@smithy/core": "^3.23.
|
|
209
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
210
|
-
"@smithy/hash-node": "^4.2.
|
|
211
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
212
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
213
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
214
|
-
"@smithy/middleware-retry": "^4.5.
|
|
215
|
-
"@smithy/middleware-serde": "^4.2.
|
|
216
|
-
"@smithy/middleware-stack": "^4.2.
|
|
217
|
-
"@smithy/node-config-provider": "^4.3.
|
|
218
|
-
"@smithy/node-http-handler": "^4.
|
|
219
|
-
"@smithy/protocol-http": "^5.3.
|
|
220
|
-
"@smithy/smithy-client": "^4.12.
|
|
221
|
-
"@smithy/types": "^4.14.
|
|
222
|
-
"@smithy/url-parser": "^4.2.
|
|
244
|
+
"@aws-sdk/core": "^3.974.5",
|
|
245
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
246
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
247
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
248
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
249
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
250
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
251
|
+
"@aws-sdk/types": "^3.973.8",
|
|
252
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
253
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
254
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
255
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
256
|
+
"@smithy/core": "^3.23.17",
|
|
257
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
258
|
+
"@smithy/hash-node": "^4.2.14",
|
|
259
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
260
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
261
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
262
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
263
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
264
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
265
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
266
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
267
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
268
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
269
|
+
"@smithy/types": "^4.14.1",
|
|
270
|
+
"@smithy/url-parser": "^4.2.14",
|
|
223
271
|
"@smithy/util-base64": "^4.3.2",
|
|
224
272
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
225
273
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
226
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
227
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
228
|
-
"@smithy/util-endpoints": "^3.
|
|
229
|
-
"@smithy/util-middleware": "^4.2.
|
|
230
|
-
"@smithy/util-retry": "^4.3.
|
|
274
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
275
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
276
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
277
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
278
|
+
"@smithy/util-retry": "^4.3.4",
|
|
231
279
|
"@smithy/util-utf8": "^4.2.2",
|
|
232
|
-
"@smithy/util-waiter": "^4.2.
|
|
280
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
233
281
|
"tslib": "^2.6.2"
|
|
234
282
|
}
|
|
235
283
|
},
|
|
236
284
|
"@aws-sdk/client-iam": {
|
|
237
|
-
"version": "3.
|
|
238
|
-
"integrity": "10c0/
|
|
285
|
+
"version": "3.1036.0",
|
|
286
|
+
"integrity": "10c0/f59001518298bc3fd542ba125b1db5589df8c6aacd70c9c8e73d32eccee014efc49d526aff8e4394f616359a55674ff0b0f2069ef67f710d1a71625f09f3d8dd",
|
|
239
287
|
"requires": {
|
|
240
288
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
241
289
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
242
|
-
"@aws-sdk/core": "^3.
|
|
243
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
244
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
245
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
246
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
247
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
248
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
249
|
-
"@aws-sdk/types": "^3.973.
|
|
250
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
251
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
252
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
253
|
-
"@smithy/config-resolver": "^4.4.
|
|
254
|
-
"@smithy/core": "^3.23.
|
|
255
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
256
|
-
"@smithy/hash-node": "^4.2.
|
|
257
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
258
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
259
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
260
|
-
"@smithy/middleware-retry": "^4.5.
|
|
261
|
-
"@smithy/middleware-serde": "^4.2.
|
|
262
|
-
"@smithy/middleware-stack": "^4.2.
|
|
263
|
-
"@smithy/node-config-provider": "^4.3.
|
|
264
|
-
"@smithy/node-http-handler": "^4.
|
|
265
|
-
"@smithy/protocol-http": "^5.3.
|
|
266
|
-
"@smithy/smithy-client": "^4.12.
|
|
267
|
-
"@smithy/types": "^4.14.
|
|
268
|
-
"@smithy/url-parser": "^4.2.
|
|
290
|
+
"@aws-sdk/core": "^3.974.5",
|
|
291
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
292
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
293
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
294
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
295
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
296
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
297
|
+
"@aws-sdk/types": "^3.973.8",
|
|
298
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
299
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
300
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
301
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
302
|
+
"@smithy/core": "^3.23.17",
|
|
303
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
304
|
+
"@smithy/hash-node": "^4.2.14",
|
|
305
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
306
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
307
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
308
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
309
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
310
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
311
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
312
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
313
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
314
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
315
|
+
"@smithy/types": "^4.14.1",
|
|
316
|
+
"@smithy/url-parser": "^4.2.14",
|
|
269
317
|
"@smithy/util-base64": "^4.3.2",
|
|
270
318
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
271
319
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
272
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
273
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
274
|
-
"@smithy/util-endpoints": "^3.
|
|
275
|
-
"@smithy/util-middleware": "^4.2.
|
|
276
|
-
"@smithy/util-retry": "^4.3.
|
|
320
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
321
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
322
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
323
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
324
|
+
"@smithy/util-retry": "^4.3.4",
|
|
277
325
|
"@smithy/util-utf8": "^4.2.2",
|
|
278
|
-
"@smithy/util-waiter": "^4.2.
|
|
326
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
279
327
|
"tslib": "^2.6.2"
|
|
280
328
|
}
|
|
281
329
|
},
|
|
282
330
|
"@aws-sdk/client-lambda": {
|
|
283
|
-
"version": "3.
|
|
284
|
-
"integrity": "10c0/
|
|
331
|
+
"version": "3.1036.0",
|
|
332
|
+
"integrity": "10c0/3c56a410abf2776e2ce770b37e307415d0e7abd27e84dc55e9387dbbb74691771bf2390f8b8397eb3c1af9397a257a4181d9fa5f5ea94727165b2f9bdf731192",
|
|
285
333
|
"requires": {
|
|
286
334
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
287
335
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
288
|
-
"@aws-sdk/core": "^3.
|
|
289
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
290
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
291
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
292
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
293
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
294
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
295
|
-
"@aws-sdk/types": "^3.973.
|
|
296
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
297
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
298
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
299
|
-
"@smithy/config-resolver": "^4.4.
|
|
300
|
-
"@smithy/core": "^3.23.
|
|
301
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
302
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
303
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
304
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
305
|
-
"@smithy/hash-node": "^4.2.
|
|
306
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
307
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
308
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
309
|
-
"@smithy/middleware-retry": "^4.5.
|
|
310
|
-
"@smithy/middleware-serde": "^4.2.
|
|
311
|
-
"@smithy/middleware-stack": "^4.2.
|
|
312
|
-
"@smithy/node-config-provider": "^4.3.
|
|
313
|
-
"@smithy/node-http-handler": "^4.
|
|
314
|
-
"@smithy/protocol-http": "^5.3.
|
|
315
|
-
"@smithy/smithy-client": "^4.12.
|
|
316
|
-
"@smithy/types": "^4.14.
|
|
317
|
-
"@smithy/url-parser": "^4.2.
|
|
336
|
+
"@aws-sdk/core": "^3.974.5",
|
|
337
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
338
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
339
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
340
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
341
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
342
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
343
|
+
"@aws-sdk/types": "^3.973.8",
|
|
344
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
345
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
346
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
347
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
348
|
+
"@smithy/core": "^3.23.17",
|
|
349
|
+
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
350
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
351
|
+
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
352
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
353
|
+
"@smithy/hash-node": "^4.2.14",
|
|
354
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
355
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
356
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
357
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
358
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
359
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
360
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
361
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
362
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
363
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
364
|
+
"@smithy/types": "^4.14.1",
|
|
365
|
+
"@smithy/url-parser": "^4.2.14",
|
|
318
366
|
"@smithy/util-base64": "^4.3.2",
|
|
319
367
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
320
368
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
321
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
322
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
323
|
-
"@smithy/util-endpoints": "^3.
|
|
324
|
-
"@smithy/util-middleware": "^4.2.
|
|
325
|
-
"@smithy/util-retry": "^4.3.
|
|
326
|
-
"@smithy/util-stream": "^4.5.
|
|
369
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
370
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
371
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
372
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
373
|
+
"@smithy/util-retry": "^4.3.4",
|
|
374
|
+
"@smithy/util-stream": "^4.5.25",
|
|
327
375
|
"@smithy/util-utf8": "^4.2.2",
|
|
328
|
-
"@smithy/util-waiter": "^4.2.
|
|
376
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
329
377
|
"tslib": "^2.6.2"
|
|
330
378
|
}
|
|
331
379
|
},
|
|
332
380
|
"@aws-sdk/client-s3": {
|
|
333
|
-
"version": "3.
|
|
334
|
-
"integrity": "10c0/
|
|
381
|
+
"version": "3.1036.0",
|
|
382
|
+
"integrity": "10c0/82dd6dd94bf79e8906c5f4cae2723adea832322bf9533f02ba4af91d6ed76f823ccc2cab3e70f2cf983aa75e73b7aa9506dc97de20ee59b88ad6a5b664646e99",
|
|
335
383
|
"requires": {
|
|
336
384
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
337
385
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
338
386
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
339
|
-
"@aws-sdk/core": "^3.
|
|
340
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
341
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
342
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.
|
|
343
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.
|
|
344
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
345
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.
|
|
346
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
347
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
348
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
349
|
-
"@aws-sdk/middleware-ssec": "^3.972.
|
|
350
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
351
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
352
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
353
|
-
"@aws-sdk/types": "^3.973.
|
|
354
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
355
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
356
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
357
|
-
"@smithy/config-resolver": "^4.4.
|
|
358
|
-
"@smithy/core": "^3.23.
|
|
359
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
360
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
361
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
362
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
363
|
-
"@smithy/hash-blob-browser": "^4.2.
|
|
364
|
-
"@smithy/hash-node": "^4.2.
|
|
365
|
-
"@smithy/hash-stream-node": "^4.2.
|
|
366
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
367
|
-
"@smithy/md5-js": "^4.2.
|
|
368
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
369
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
370
|
-
"@smithy/middleware-retry": "^4.5.
|
|
371
|
-
"@smithy/middleware-serde": "^4.2.
|
|
372
|
-
"@smithy/middleware-stack": "^4.2.
|
|
373
|
-
"@smithy/node-config-provider": "^4.3.
|
|
374
|
-
"@smithy/node-http-handler": "^4.
|
|
375
|
-
"@smithy/protocol-http": "^5.3.
|
|
376
|
-
"@smithy/smithy-client": "^4.12.
|
|
377
|
-
"@smithy/types": "^4.14.
|
|
378
|
-
"@smithy/url-parser": "^4.2.
|
|
387
|
+
"@aws-sdk/core": "^3.974.5",
|
|
388
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
389
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.10",
|
|
390
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.10",
|
|
391
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.13",
|
|
392
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
393
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.10",
|
|
394
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
395
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
396
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.34",
|
|
397
|
+
"@aws-sdk/middleware-ssec": "^3.972.10",
|
|
398
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
399
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
400
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.22",
|
|
401
|
+
"@aws-sdk/types": "^3.973.8",
|
|
402
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
403
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
404
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
405
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
406
|
+
"@smithy/core": "^3.23.17",
|
|
407
|
+
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
408
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
409
|
+
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
410
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
411
|
+
"@smithy/hash-blob-browser": "^4.2.15",
|
|
412
|
+
"@smithy/hash-node": "^4.2.14",
|
|
413
|
+
"@smithy/hash-stream-node": "^4.2.14",
|
|
414
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
415
|
+
"@smithy/md5-js": "^4.2.14",
|
|
416
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
417
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
418
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
419
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
420
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
421
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
422
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
423
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
424
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
425
|
+
"@smithy/types": "^4.14.1",
|
|
426
|
+
"@smithy/url-parser": "^4.2.14",
|
|
379
427
|
"@smithy/util-base64": "^4.3.2",
|
|
380
428
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
381
429
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
382
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
383
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
384
|
-
"@smithy/util-endpoints": "^3.
|
|
385
|
-
"@smithy/util-middleware": "^4.2.
|
|
386
|
-
"@smithy/util-retry": "^4.3.
|
|
387
|
-
"@smithy/util-stream": "^4.5.
|
|
430
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
431
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
432
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
433
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
434
|
+
"@smithy/util-retry": "^4.3.4",
|
|
435
|
+
"@smithy/util-stream": "^4.5.25",
|
|
388
436
|
"@smithy/util-utf8": "^4.2.2",
|
|
389
|
-
"@smithy/util-waiter": "^4.2.
|
|
437
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
390
438
|
"tslib": "^2.6.2"
|
|
391
439
|
}
|
|
392
440
|
},
|
|
393
441
|
"@aws-sdk/client-secrets-manager": {
|
|
394
|
-
"version": "3.
|
|
395
|
-
"integrity": "10c0/
|
|
442
|
+
"version": "3.1036.0",
|
|
443
|
+
"integrity": "10c0/bbf1d65b0507b4c119360fb5535bb0cef0ca7cc9c2a37542a128bb2e39fcb2a5f2498777d73ec76bba47e269273e15c0f4a8d40720bd66c7b9df281c098001b4",
|
|
396
444
|
"requires": {
|
|
397
445
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
398
446
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
399
|
-
"@aws-sdk/core": "^3.
|
|
400
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
401
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
402
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
403
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
404
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
405
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
406
|
-
"@aws-sdk/types": "^3.973.
|
|
407
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
408
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
409
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
410
|
-
"@smithy/config-resolver": "^4.4.
|
|
411
|
-
"@smithy/core": "^3.23.
|
|
412
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
413
|
-
"@smithy/hash-node": "^4.2.
|
|
414
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
415
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
416
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
417
|
-
"@smithy/middleware-retry": "^4.5.
|
|
418
|
-
"@smithy/middleware-serde": "^4.2.
|
|
419
|
-
"@smithy/middleware-stack": "^4.2.
|
|
420
|
-
"@smithy/node-config-provider": "^4.3.
|
|
421
|
-
"@smithy/node-http-handler": "^4.
|
|
422
|
-
"@smithy/protocol-http": "^5.3.
|
|
423
|
-
"@smithy/smithy-client": "^4.12.
|
|
424
|
-
"@smithy/types": "^4.14.
|
|
425
|
-
"@smithy/url-parser": "^4.2.
|
|
447
|
+
"@aws-sdk/core": "^3.974.5",
|
|
448
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
449
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
450
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
451
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
452
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
453
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
454
|
+
"@aws-sdk/types": "^3.973.8",
|
|
455
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
456
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
457
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
458
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
459
|
+
"@smithy/core": "^3.23.17",
|
|
460
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
461
|
+
"@smithy/hash-node": "^4.2.14",
|
|
462
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
463
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
464
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
465
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
466
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
467
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
468
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
469
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
470
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
471
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
472
|
+
"@smithy/types": "^4.14.1",
|
|
473
|
+
"@smithy/url-parser": "^4.2.14",
|
|
426
474
|
"@smithy/util-base64": "^4.3.2",
|
|
427
475
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
428
476
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
429
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
430
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
431
|
-
"@smithy/util-endpoints": "^3.
|
|
432
|
-
"@smithy/util-middleware": "^4.2.
|
|
433
|
-
"@smithy/util-retry": "^4.3.
|
|
477
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
478
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
479
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
480
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
481
|
+
"@smithy/util-retry": "^4.3.4",
|
|
434
482
|
"@smithy/util-utf8": "^4.2.2",
|
|
435
483
|
"tslib": "^2.6.2"
|
|
436
484
|
}
|
|
437
485
|
},
|
|
438
486
|
"@aws-sdk/client-sns": {
|
|
439
|
-
"version": "3.
|
|
440
|
-
"integrity": "10c0/
|
|
487
|
+
"version": "3.1036.0",
|
|
488
|
+
"integrity": "10c0/c24b6526705c4cd36d37c8e7113c22f5bd4fe51c65c5649987e409a171576f1d289e5a273daa9232e5b2751dc8c2758383c52aa3672b40bcd91c4a8e91e8cf51",
|
|
441
489
|
"requires": {
|
|
442
490
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
443
491
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
444
|
-
"@aws-sdk/core": "^3.
|
|
445
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
446
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
447
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
448
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
449
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
450
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
451
|
-
"@aws-sdk/types": "^3.973.
|
|
452
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
453
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
454
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
455
|
-
"@smithy/config-resolver": "^4.4.
|
|
456
|
-
"@smithy/core": "^3.23.
|
|
457
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
458
|
-
"@smithy/hash-node": "^4.2.
|
|
459
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
460
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
461
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
462
|
-
"@smithy/middleware-retry": "^4.5.
|
|
463
|
-
"@smithy/middleware-serde": "^4.2.
|
|
464
|
-
"@smithy/middleware-stack": "^4.2.
|
|
465
|
-
"@smithy/node-config-provider": "^4.3.
|
|
466
|
-
"@smithy/node-http-handler": "^4.
|
|
467
|
-
"@smithy/protocol-http": "^5.3.
|
|
468
|
-
"@smithy/smithy-client": "^4.12.
|
|
469
|
-
"@smithy/types": "^4.14.
|
|
470
|
-
"@smithy/url-parser": "^4.2.
|
|
492
|
+
"@aws-sdk/core": "^3.974.5",
|
|
493
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
494
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
495
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
496
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
497
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
498
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
499
|
+
"@aws-sdk/types": "^3.973.8",
|
|
500
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
501
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
502
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
503
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
504
|
+
"@smithy/core": "^3.23.17",
|
|
505
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
506
|
+
"@smithy/hash-node": "^4.2.14",
|
|
507
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
508
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
509
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
510
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
511
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
512
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
513
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
514
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
515
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
516
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
517
|
+
"@smithy/types": "^4.14.1",
|
|
518
|
+
"@smithy/url-parser": "^4.2.14",
|
|
471
519
|
"@smithy/util-base64": "^4.3.2",
|
|
472
520
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
473
521
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
474
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
475
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
476
|
-
"@smithy/util-endpoints": "^3.
|
|
477
|
-
"@smithy/util-middleware": "^4.2.
|
|
478
|
-
"@smithy/util-retry": "^4.3.
|
|
522
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
523
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
524
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
525
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
526
|
+
"@smithy/util-retry": "^4.3.4",
|
|
479
527
|
"@smithy/util-utf8": "^4.2.2",
|
|
480
528
|
"tslib": "^2.6.2"
|
|
481
529
|
}
|
|
482
530
|
},
|
|
483
531
|
"@aws-sdk/client-sso": {
|
|
484
|
-
"version": "3.
|
|
485
|
-
"integrity": "10c0/
|
|
532
|
+
"version": "3.1036.0",
|
|
533
|
+
"integrity": "10c0/b4425f631f506fd609123479272b5fa55759bfb550780eb872e3a23b2a185b1003e8bc321d7ba26a84d0ff8a3dae5e81d5e7d8d7cf053f52c77462b2c30ad52c",
|
|
486
534
|
"requires": {
|
|
487
535
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
488
536
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
489
|
-
"@aws-sdk/core": "^3.
|
|
490
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
491
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
492
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
493
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
494
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
495
|
-
"@aws-sdk/types": "^3.973.
|
|
496
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
497
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
498
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
499
|
-
"@smithy/config-resolver": "^4.4.
|
|
500
|
-
"@smithy/core": "^3.23.
|
|
501
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
502
|
-
"@smithy/hash-node": "^4.2.
|
|
503
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
504
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
505
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
506
|
-
"@smithy/middleware-retry": "^4.5.
|
|
507
|
-
"@smithy/middleware-serde": "^4.2.
|
|
508
|
-
"@smithy/middleware-stack": "^4.2.
|
|
509
|
-
"@smithy/node-config-provider": "^4.3.
|
|
510
|
-
"@smithy/node-http-handler": "^4.
|
|
511
|
-
"@smithy/protocol-http": "^5.3.
|
|
512
|
-
"@smithy/smithy-client": "^4.12.
|
|
513
|
-
"@smithy/types": "^4.14.
|
|
514
|
-
"@smithy/url-parser": "^4.2.
|
|
537
|
+
"@aws-sdk/core": "^3.974.5",
|
|
538
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
539
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
540
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
541
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
542
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
543
|
+
"@aws-sdk/types": "^3.973.8",
|
|
544
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
545
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
546
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
547
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
548
|
+
"@smithy/core": "^3.23.17",
|
|
549
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
550
|
+
"@smithy/hash-node": "^4.2.14",
|
|
551
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
552
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
553
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
554
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
555
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
556
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
557
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
558
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
559
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
560
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
561
|
+
"@smithy/types": "^4.14.1",
|
|
562
|
+
"@smithy/url-parser": "^4.2.14",
|
|
515
563
|
"@smithy/util-base64": "^4.3.2",
|
|
516
564
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
517
565
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
518
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
519
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
520
|
-
"@smithy/util-endpoints": "^3.
|
|
521
|
-
"@smithy/util-middleware": "^4.2.
|
|
522
|
-
"@smithy/util-retry": "^4.3.
|
|
566
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
567
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
568
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
569
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
570
|
+
"@smithy/util-retry": "^4.3.4",
|
|
523
571
|
"@smithy/util-utf8": "^4.2.2",
|
|
524
572
|
"tslib": "^2.6.2"
|
|
525
573
|
}
|
|
526
574
|
},
|
|
527
575
|
"@aws-sdk/client-sts": {
|
|
528
|
-
"version": "3.
|
|
529
|
-
"integrity": "10c0/
|
|
576
|
+
"version": "3.1036.0",
|
|
577
|
+
"integrity": "10c0/09263be1af9564d3707173ea58ddaa8a3a929331ca84bd7b12b1928cf1238acd9c2bb8876ae8f46c7ae7e829bba2caaf13ccbfbe46eb1411121711964934032f",
|
|
530
578
|
"requires": {
|
|
531
579
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
532
580
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
533
|
-
"@aws-sdk/core": "^3.974.
|
|
534
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
581
|
+
"@aws-sdk/core": "^3.974.5",
|
|
582
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
535
583
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
536
584
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
537
585
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
538
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
539
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
540
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
586
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
587
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
588
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.22",
|
|
541
589
|
"@aws-sdk/types": "^3.973.8",
|
|
542
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
590
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
543
591
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
544
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
545
|
-
"@smithy/config-resolver": "^4.4.
|
|
546
|
-
"@smithy/core": "^3.23.
|
|
592
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
593
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
594
|
+
"@smithy/core": "^3.23.17",
|
|
547
595
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
548
596
|
"@smithy/hash-node": "^4.2.14",
|
|
549
597
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
550
598
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
551
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
552
|
-
"@smithy/middleware-retry": "^4.5.
|
|
553
|
-
"@smithy/middleware-serde": "^4.2.
|
|
599
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
600
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
601
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
554
602
|
"@smithy/middleware-stack": "^4.2.14",
|
|
555
603
|
"@smithy/node-config-provider": "^4.3.14",
|
|
556
|
-
"@smithy/node-http-handler": "^4.
|
|
604
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
557
605
|
"@smithy/protocol-http": "^5.3.14",
|
|
558
|
-
"@smithy/smithy-client": "^4.12.
|
|
606
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
559
607
|
"@smithy/types": "^4.14.1",
|
|
560
608
|
"@smithy/url-parser": "^4.2.14",
|
|
561
609
|
"@smithy/util-base64": "^4.3.2",
|
|
562
610
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
563
611
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
564
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
565
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
566
|
-
"@smithy/util-endpoints": "^3.4.
|
|
612
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
613
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
614
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
567
615
|
"@smithy/util-middleware": "^4.2.14",
|
|
568
|
-
"@smithy/util-retry": "^4.3.
|
|
616
|
+
"@smithy/util-retry": "^4.3.4",
|
|
569
617
|
"@smithy/util-utf8": "^4.2.2",
|
|
570
618
|
"tslib": "^2.6.2"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"@aws-sdk/credential-providers": {
|
|
622
|
+
"version": "3.1036.0",
|
|
623
|
+
"integrity": "10c0/d4690b5f48786d3edd4dea825cc56144326c38456c3637e1b3566a8cbb9883d9ae56cb77830007e6c4154eb35ac4ac2361f69eb7ee5d672ffd35f73fe76b1ea4",
|
|
624
|
+
"requires": {
|
|
625
|
+
"@aws-sdk/client-cognito-identity": "3.1036.0",
|
|
626
|
+
"@aws-sdk/core": "^3.974.5",
|
|
627
|
+
"@aws-sdk/credential-provider-cognito-identity": "^3.972.28",
|
|
628
|
+
"@aws-sdk/credential-provider-env": "^3.972.31",
|
|
629
|
+
"@aws-sdk/credential-provider-http": "^3.972.33",
|
|
630
|
+
"@aws-sdk/credential-provider-ini": "^3.972.35",
|
|
631
|
+
"@aws-sdk/credential-provider-login": "^3.972.35",
|
|
632
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
633
|
+
"@aws-sdk/credential-provider-process": "^3.972.31",
|
|
634
|
+
"@aws-sdk/credential-provider-sso": "^3.972.35",
|
|
635
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.35",
|
|
636
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
637
|
+
"@aws-sdk/types": "^3.973.8",
|
|
638
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
639
|
+
"@smithy/core": "^3.23.17",
|
|
640
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
641
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
642
|
+
"@smithy/property-provider": "^4.2.14",
|
|
643
|
+
"@smithy/types": "^4.14.1",
|
|
644
|
+
"tslib": "^2.6.2"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"@cdklabs/cdk-atmosphere-client": {
|
|
648
|
+
"version": "0.0.98",
|
|
649
|
+
"integrity": "10c0/1e9aaf6b65664ffd7c5cb0152cc20f1d3895236fd0fcb2d11ec59f23712d73a634644178cffc82030ac76b9995bb9d4b4c2dd074d5fb42ca575aff3fbb2b3c47",
|
|
650
|
+
"requires": {
|
|
651
|
+
"@aws-sdk/credential-providers": "^3.1032.0",
|
|
652
|
+
"aws4fetch": "^1.0.20"
|
|
571
653
|
},
|
|
572
654
|
"dependencies": {
|
|
573
|
-
"@aws-sdk/
|
|
574
|
-
"version": "3.
|
|
575
|
-
"integrity": "10c0/
|
|
655
|
+
"@aws-sdk/credential-providers": {
|
|
656
|
+
"version": "3.1033.0",
|
|
657
|
+
"integrity": "10c0/e740c5041a8932b6d16634b0dbdf56388a887ae9a48ab3128b85cef96140fd7f73783f727565940c26da0a1cd0ba0963f1d9a25be0d6f9c8a8482d745b583d48",
|
|
576
658
|
"requires": {
|
|
659
|
+
"@aws-sdk/client-cognito-identity": "3.1033.0",
|
|
660
|
+
"@aws-sdk/core": "^3.974.2",
|
|
661
|
+
"@aws-sdk/credential-provider-cognito-identity": "^3.972.25",
|
|
662
|
+
"@aws-sdk/credential-provider-env": "^3.972.28",
|
|
663
|
+
"@aws-sdk/credential-provider-http": "^3.972.30",
|
|
664
|
+
"@aws-sdk/credential-provider-ini": "^3.972.32",
|
|
665
|
+
"@aws-sdk/credential-provider-login": "^3.972.32",
|
|
666
|
+
"@aws-sdk/credential-provider-node": "^3.972.33",
|
|
667
|
+
"@aws-sdk/credential-provider-process": "^3.972.28",
|
|
668
|
+
"@aws-sdk/credential-provider-sso": "^3.972.32",
|
|
669
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.32",
|
|
670
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
577
671
|
"@aws-sdk/types": "^3.973.8",
|
|
578
|
-
"@
|
|
672
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
579
673
|
"@smithy/core": "^3.23.15",
|
|
674
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
580
675
|
"@smithy/node-config-provider": "^4.3.14",
|
|
581
676
|
"@smithy/property-provider": "^4.2.14",
|
|
677
|
+
"@smithy/types": "^4.14.1",
|
|
678
|
+
"tslib": "^2.6.2"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"@aws-sdk/client-cognito-identity": {
|
|
682
|
+
"version": "3.1033.0",
|
|
683
|
+
"integrity": "10c0/d4e9f7d64e474d0d711cc3e1fc1c4fab97f3dfe2242b50a8fc74f6b27d6fe68fb2c0df65167d09255c44d99f59850ada5cb3d9590d400a6f72dc0f2cee77a341",
|
|
684
|
+
"requires": {
|
|
685
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
686
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
687
|
+
"@aws-sdk/core": "^3.974.2",
|
|
688
|
+
"@aws-sdk/credential-provider-node": "^3.972.33",
|
|
689
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
690
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
691
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
692
|
+
"@aws-sdk/middleware-user-agent": "^3.972.32",
|
|
693
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
694
|
+
"@aws-sdk/types": "^3.973.8",
|
|
695
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
696
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
697
|
+
"@aws-sdk/util-user-agent-node": "^3.973.18",
|
|
698
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
699
|
+
"@smithy/core": "^3.23.15",
|
|
700
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
701
|
+
"@smithy/hash-node": "^4.2.14",
|
|
702
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
703
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
704
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
705
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
706
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
707
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
708
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
709
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
582
710
|
"@smithy/protocol-http": "^5.3.14",
|
|
583
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
584
711
|
"@smithy/smithy-client": "^4.12.11",
|
|
585
712
|
"@smithy/types": "^4.14.1",
|
|
713
|
+
"@smithy/url-parser": "^4.2.14",
|
|
586
714
|
"@smithy/util-base64": "^4.3.2",
|
|
715
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
716
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
717
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
718
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
719
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
587
720
|
"@smithy/util-middleware": "^4.2.14",
|
|
721
|
+
"@smithy/util-retry": "^4.3.2",
|
|
588
722
|
"@smithy/util-utf8": "^4.2.2",
|
|
589
723
|
"tslib": "^2.6.2"
|
|
590
724
|
}
|
|
591
725
|
},
|
|
592
|
-
"@aws-sdk/
|
|
593
|
-
"version": "3.
|
|
594
|
-
"integrity": "10c0/
|
|
726
|
+
"@aws-sdk/core": {
|
|
727
|
+
"version": "3.974.2",
|
|
728
|
+
"integrity": "10c0/bfdbae6bca73f16cc7761e23850df39ddb8d504edb76abbb88f43c1d47ef98af60104683cc0388fc22ca0fd45ab43bb211a19511c9295eceaa2ae0564ce146db",
|
|
595
729
|
"requires": {
|
|
596
|
-
"@aws-sdk/credential-provider-env": "^3.972.27",
|
|
597
|
-
"@aws-sdk/credential-provider-http": "^3.972.29",
|
|
598
|
-
"@aws-sdk/credential-provider-ini": "^3.972.31",
|
|
599
|
-
"@aws-sdk/credential-provider-process": "^3.972.27",
|
|
600
|
-
"@aws-sdk/credential-provider-sso": "^3.972.31",
|
|
601
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.31",
|
|
602
730
|
"@aws-sdk/types": "^3.973.8",
|
|
603
|
-
"@
|
|
731
|
+
"@aws-sdk/xml-builder": "^3.972.18",
|
|
732
|
+
"@smithy/core": "^3.23.15",
|
|
733
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
604
734
|
"@smithy/property-provider": "^4.2.14",
|
|
605
|
-
"@smithy/
|
|
735
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
736
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
737
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
606
738
|
"@smithy/types": "^4.14.1",
|
|
739
|
+
"@smithy/util-base64": "^4.3.2",
|
|
740
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
741
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
607
742
|
"tslib": "^2.6.2"
|
|
608
743
|
}
|
|
609
744
|
},
|
|
610
|
-
"@aws-sdk/
|
|
611
|
-
"version": "3.972.
|
|
612
|
-
"integrity": "10c0/
|
|
745
|
+
"@aws-sdk/credential-provider-cognito-identity": {
|
|
746
|
+
"version": "3.972.25",
|
|
747
|
+
"integrity": "10c0/46adf3245ca3f8cbcda97095aad836891c2dc9c6a509648ea1e480a99eb970f090be8fb58773d22a69d58e01465bf7d9de3281f64e1d03019fc0d6281e6d4850",
|
|
613
748
|
"requires": {
|
|
749
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
614
750
|
"@aws-sdk/types": "^3.973.8",
|
|
615
|
-
"@smithy/
|
|
751
|
+
"@smithy/property-provider": "^4.2.14",
|
|
616
752
|
"@smithy/types": "^4.14.1",
|
|
617
753
|
"tslib": "^2.6.2"
|
|
618
754
|
}
|
|
619
755
|
},
|
|
620
|
-
"@aws-sdk/
|
|
621
|
-
"version": "3.972.
|
|
622
|
-
"integrity": "10c0/
|
|
756
|
+
"@aws-sdk/credential-provider-env": {
|
|
757
|
+
"version": "3.972.28",
|
|
758
|
+
"integrity": "10c0/cc10292e2f82450dc4525fd0638a5a3eae26f98590981f744f9ea4267ec3ac6a47f1294803fc8d268e06bf5f96617ecc3ebf9a1a5f03103eec0b3419fa9a1759",
|
|
623
759
|
"requires": {
|
|
760
|
+
"@aws-sdk/core": "^3.974.2",
|
|
624
761
|
"@aws-sdk/types": "^3.973.8",
|
|
762
|
+
"@smithy/property-provider": "^4.2.14",
|
|
625
763
|
"@smithy/types": "^4.14.1",
|
|
626
764
|
"tslib": "^2.6.2"
|
|
627
765
|
}
|
|
628
766
|
},
|
|
629
|
-
"@aws-sdk/
|
|
630
|
-
"version": "3.972.
|
|
631
|
-
"integrity": "10c0/
|
|
767
|
+
"@aws-sdk/credential-provider-http": {
|
|
768
|
+
"version": "3.972.30",
|
|
769
|
+
"integrity": "10c0/d23c420e78f35e056e88555ee9f03f522f7e7038d94463df0dd8551c9fddb0e6b42f466a22f0912d01c8a152bb48248be2bb7582fb9072e02549a37d7eadf677",
|
|
632
770
|
"requires": {
|
|
771
|
+
"@aws-sdk/core": "^3.974.2",
|
|
633
772
|
"@aws-sdk/types": "^3.973.8",
|
|
634
|
-
"@
|
|
773
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
774
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
775
|
+
"@smithy/property-provider": "^4.2.14",
|
|
635
776
|
"@smithy/protocol-http": "^5.3.14",
|
|
777
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
636
778
|
"@smithy/types": "^4.14.1",
|
|
779
|
+
"@smithy/util-stream": "^4.5.23",
|
|
637
780
|
"tslib": "^2.6.2"
|
|
638
781
|
}
|
|
639
782
|
},
|
|
640
|
-
"@aws-sdk/
|
|
641
|
-
"version": "3.972.
|
|
642
|
-
"integrity": "10c0/
|
|
783
|
+
"@aws-sdk/credential-provider-ini": {
|
|
784
|
+
"version": "3.972.32",
|
|
785
|
+
"integrity": "10c0/a9daaa3ea865f5241b15e09bb79cbbf94a421e398413da6a111937782c0761f4f98d93ce928c7da106591808a12ebe2aa61f2d29d0f9389638a558c86c506d0e",
|
|
643
786
|
"requires": {
|
|
644
|
-
"@aws-sdk/core": "^3.974.
|
|
787
|
+
"@aws-sdk/core": "^3.974.2",
|
|
788
|
+
"@aws-sdk/credential-provider-env": "^3.972.28",
|
|
789
|
+
"@aws-sdk/credential-provider-http": "^3.972.30",
|
|
790
|
+
"@aws-sdk/credential-provider-login": "^3.972.32",
|
|
791
|
+
"@aws-sdk/credential-provider-process": "^3.972.28",
|
|
792
|
+
"@aws-sdk/credential-provider-sso": "^3.972.32",
|
|
793
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.32",
|
|
794
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
645
795
|
"@aws-sdk/types": "^3.973.8",
|
|
646
|
-
"@
|
|
647
|
-
"@smithy/
|
|
648
|
-
"@smithy/
|
|
796
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
797
|
+
"@smithy/property-provider": "^4.2.14",
|
|
798
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
649
799
|
"@smithy/types": "^4.14.1",
|
|
650
|
-
"@smithy/util-retry": "^4.3.2",
|
|
651
800
|
"tslib": "^2.6.2"
|
|
652
801
|
}
|
|
653
802
|
},
|
|
654
|
-
"@aws-sdk/
|
|
655
|
-
"version": "3.972.
|
|
656
|
-
"integrity": "10c0/
|
|
803
|
+
"@aws-sdk/credential-provider-login": {
|
|
804
|
+
"version": "3.972.32",
|
|
805
|
+
"integrity": "10c0/7c14fffdf9f4be254637e4a68d33787053a5295525ea65ca9c13ff43defeda588406ec58dc398cf0939aa5aeb3734d2bf0498af111e866cff5674e4a726f190b",
|
|
657
806
|
"requires": {
|
|
807
|
+
"@aws-sdk/core": "^3.974.2",
|
|
808
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
658
809
|
"@aws-sdk/types": "^3.973.8",
|
|
659
|
-
"@smithy/
|
|
660
|
-
"@smithy/
|
|
810
|
+
"@smithy/property-provider": "^4.2.14",
|
|
811
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
812
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
661
813
|
"@smithy/types": "^4.14.1",
|
|
662
814
|
"tslib": "^2.6.2"
|
|
663
815
|
}
|
|
664
816
|
},
|
|
665
|
-
"@aws-sdk/
|
|
666
|
-
"version": "3.
|
|
667
|
-
"integrity": "10c0/
|
|
817
|
+
"@aws-sdk/credential-provider-node": {
|
|
818
|
+
"version": "3.972.33",
|
|
819
|
+
"integrity": "10c0/3177597facf5bd78aeb6eec8f8f3f81c17f3fa0ca9498b81df7067c4cc4658239c2e780acf0810782d15240d01b9cc809cd1df271056c44a914fb317ac1c72bd",
|
|
668
820
|
"requires": {
|
|
669
|
-
"@aws-sdk/
|
|
821
|
+
"@aws-sdk/credential-provider-env": "^3.972.28",
|
|
822
|
+
"@aws-sdk/credential-provider-http": "^3.972.30",
|
|
823
|
+
"@aws-sdk/credential-provider-ini": "^3.972.32",
|
|
824
|
+
"@aws-sdk/credential-provider-process": "^3.972.28",
|
|
825
|
+
"@aws-sdk/credential-provider-sso": "^3.972.32",
|
|
826
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.32",
|
|
670
827
|
"@aws-sdk/types": "^3.973.8",
|
|
671
|
-
"@smithy/
|
|
672
|
-
"@smithy/
|
|
828
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
829
|
+
"@smithy/property-provider": "^4.2.14",
|
|
830
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
673
831
|
"@smithy/types": "^4.14.1",
|
|
674
832
|
"tslib": "^2.6.2"
|
|
675
833
|
}
|
|
676
834
|
},
|
|
677
|
-
"@aws-sdk/
|
|
678
|
-
"version": "3.
|
|
679
|
-
"integrity": "10c0/
|
|
835
|
+
"@aws-sdk/credential-provider-process": {
|
|
836
|
+
"version": "3.972.28",
|
|
837
|
+
"integrity": "10c0/cd354fbb01b1e4505851ffa1b8ae988dce36ebe799379fb9de3d8937384a9a76424a4493797b85c14db12516ad7fb3032ef49a8b71f82e9588b7a200a840a30a",
|
|
680
838
|
"requires": {
|
|
839
|
+
"@aws-sdk/core": "^3.974.2",
|
|
840
|
+
"@aws-sdk/types": "^3.973.8",
|
|
841
|
+
"@smithy/property-provider": "^4.2.14",
|
|
842
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
681
843
|
"@smithy/types": "^4.14.1",
|
|
682
844
|
"tslib": "^2.6.2"
|
|
683
845
|
}
|
|
684
846
|
},
|
|
685
|
-
"@aws-sdk/
|
|
686
|
-
"version": "3.
|
|
687
|
-
"integrity": "10c0/
|
|
847
|
+
"@aws-sdk/credential-provider-sso": {
|
|
848
|
+
"version": "3.972.32",
|
|
849
|
+
"integrity": "10c0/d6d60ee4cdb3176de80221af850cc52c52cace951fcf47101ed5dfa675c890f6a36e7796014da532cf05c2948bd22a06265460c49efecddb16f98e9a06def12f",
|
|
688
850
|
"requires": {
|
|
851
|
+
"@aws-sdk/core": "^3.974.2",
|
|
852
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
853
|
+
"@aws-sdk/token-providers": "3.1033.0",
|
|
689
854
|
"@aws-sdk/types": "^3.973.8",
|
|
855
|
+
"@smithy/property-provider": "^4.2.14",
|
|
856
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
690
857
|
"@smithy/types": "^4.14.1",
|
|
691
|
-
"@smithy/url-parser": "^4.2.14",
|
|
692
|
-
"@smithy/util-endpoints": "^3.4.1",
|
|
693
858
|
"tslib": "^2.6.2"
|
|
694
859
|
}
|
|
695
860
|
},
|
|
696
|
-
"@aws-sdk/
|
|
697
|
-
"version": "3.972.
|
|
698
|
-
"integrity": "10c0/
|
|
861
|
+
"@aws-sdk/credential-provider-web-identity": {
|
|
862
|
+
"version": "3.972.32",
|
|
863
|
+
"integrity": "10c0/e359a7b8da0ced0bd0b5e83f98719efbf54894794fb6656e0e08ffb213c98043fd183ae3df7165e10a7965a06447d295ac7b0b6c62078c8aff8dcb808a79ab17",
|
|
699
864
|
"requires": {
|
|
865
|
+
"@aws-sdk/core": "^3.974.2",
|
|
866
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
700
867
|
"@aws-sdk/types": "^3.973.8",
|
|
868
|
+
"@smithy/property-provider": "^4.2.14",
|
|
869
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
701
870
|
"@smithy/types": "^4.14.1",
|
|
702
|
-
"bowser": "^2.11.0",
|
|
703
871
|
"tslib": "^2.6.2"
|
|
704
872
|
}
|
|
705
873
|
},
|
|
706
|
-
"@aws-sdk/
|
|
707
|
-
"version": "3.
|
|
708
|
-
"integrity": "10c0/
|
|
874
|
+
"@aws-sdk/nested-clients": {
|
|
875
|
+
"version": "3.997.0",
|
|
876
|
+
"integrity": "10c0/722350533c8af036a644b177b0ed98b77892e9cf9da56cab76d418b89bfd9f3abca571932025ae38036697324aa1150dd19da6e65b1bd5f8f4ccad44ad1746f6",
|
|
709
877
|
"requires": {
|
|
710
|
-
"@aws-
|
|
878
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
879
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
880
|
+
"@aws-sdk/core": "^3.974.2",
|
|
881
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
882
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
883
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
884
|
+
"@aws-sdk/middleware-user-agent": "^3.972.32",
|
|
885
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
886
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.19",
|
|
711
887
|
"@aws-sdk/types": "^3.973.8",
|
|
888
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
889
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
890
|
+
"@aws-sdk/util-user-agent-node": "^3.973.18",
|
|
891
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
892
|
+
"@smithy/core": "^3.23.15",
|
|
893
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
894
|
+
"@smithy/hash-node": "^4.2.14",
|
|
895
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
896
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
897
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
898
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
899
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
900
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
712
901
|
"@smithy/node-config-provider": "^4.3.14",
|
|
902
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
903
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
904
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
713
905
|
"@smithy/types": "^4.14.1",
|
|
714
|
-
"@smithy/
|
|
906
|
+
"@smithy/url-parser": "^4.2.14",
|
|
907
|
+
"@smithy/util-base64": "^4.3.2",
|
|
908
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
909
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
910
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
911
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
912
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
913
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
914
|
+
"@smithy/util-retry": "^4.3.2",
|
|
915
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
715
916
|
"tslib": "^2.6.2"
|
|
716
917
|
}
|
|
717
918
|
},
|
|
@@ -743,351 +944,164 @@
|
|
|
743
944
|
"tslib": "^2.6.2"
|
|
744
945
|
}
|
|
745
946
|
},
|
|
746
|
-
"@
|
|
747
|
-
"version": "
|
|
748
|
-
"integrity": "10c0/
|
|
749
|
-
"requires": {
|
|
750
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
751
|
-
"@smithy/querystring-builder": "^4.2.14",
|
|
752
|
-
"@smithy/types": "^4.14.1",
|
|
753
|
-
"@smithy/util-base64": "^4.3.2",
|
|
754
|
-
"tslib": "^2.6.2"
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
"@smithy/hash-node": {
|
|
758
|
-
"version": "4.2.14",
|
|
759
|
-
"integrity": "10c0/c2cfc5dac4f2b996c4c5c503d3c26e52fcd0a647e71541182b24a48925801659828c9d378dad6857444b9d997c1655bdb23f6db5994ad8b7c814b2d0a09655b7",
|
|
760
|
-
"requires": {
|
|
761
|
-
"@smithy/types": "^4.14.1",
|
|
762
|
-
"@smithy/util-buffer-from": "^4.2.2",
|
|
763
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
764
|
-
"tslib": "^2.6.2"
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
|
-
"@smithy/invalid-dependency": {
|
|
768
|
-
"version": "4.2.14",
|
|
769
|
-
"integrity": "10c0/deba2c21232050de87e7893b86a27a8f080ace391a3cccf22d7aee183bc3b392247f3bb1a0e4f0b6ea6f928c18ba035fd2ed3af257178ba84f3564d47c635d16",
|
|
770
|
-
"requires": {
|
|
771
|
-
"@smithy/types": "^4.14.1",
|
|
772
|
-
"tslib": "^2.6.2"
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
"@smithy/middleware-content-length": {
|
|
776
|
-
"version": "4.2.14",
|
|
777
|
-
"integrity": "10c0/c26cc36504ad9a720e42f009bcc185b16e35ff64644bbec710a998c071d3366face29bb6fa68744adc7312356803666922459e416f3a7ae5c804841957832c3d",
|
|
778
|
-
"requires": {
|
|
779
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
780
|
-
"@smithy/types": "^4.14.1",
|
|
781
|
-
"tslib": "^2.6.2"
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
"@smithy/middleware-endpoint": {
|
|
785
|
-
"version": "4.4.30",
|
|
786
|
-
"integrity": "10c0/9ab2b144fe9de34cc354a6edaf34e18d50c1b0880e5fae30be29c7b178d5d6ba0fd94290efd5e14a28c4767bc7e40efde33cb95b2e6396f9a3cec42a977699b1",
|
|
787
|
-
"requires": {
|
|
788
|
-
"@smithy/core": "^3.23.15",
|
|
789
|
-
"@smithy/middleware-serde": "^4.2.18",
|
|
790
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
791
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
792
|
-
"@smithy/types": "^4.14.1",
|
|
793
|
-
"@smithy/url-parser": "^4.2.14",
|
|
794
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
795
|
-
"tslib": "^2.6.2"
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
"@smithy/middleware-retry": {
|
|
799
|
-
"version": "4.5.3",
|
|
800
|
-
"integrity": "10c0/71b0834cd86f85c70fac3d4dff07a84632c8f3ca2df6fd1e60c5d6daaad343b9882f1033b1882831ce83094663f2168f43e50721a721b715b76248d99b412f57",
|
|
947
|
+
"@aws-sdk/middleware-user-agent": {
|
|
948
|
+
"version": "3.972.32",
|
|
949
|
+
"integrity": "10c0/1ded86e55180bd4b7acdc1cd80145333a8f8ff8158d8813af028535f0f3532b2067a6437920c16f1d99f4699a82d18f9b123bd1b7b085282af2aaf92a739d853",
|
|
801
950
|
"requires": {
|
|
951
|
+
"@aws-sdk/core": "^3.974.2",
|
|
952
|
+
"@aws-sdk/types": "^3.973.8",
|
|
953
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
802
954
|
"@smithy/core": "^3.23.15",
|
|
803
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
804
955
|
"@smithy/protocol-http": "^5.3.14",
|
|
805
|
-
"@smithy/service-error-classification": "^4.2.14",
|
|
806
|
-
"@smithy/smithy-client": "^4.12.11",
|
|
807
956
|
"@smithy/types": "^4.14.1",
|
|
808
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
809
957
|
"@smithy/util-retry": "^4.3.2",
|
|
810
|
-
"@smithy/uuid": "^1.1.2",
|
|
811
|
-
"tslib": "^2.6.2"
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
"@smithy/middleware-serde": {
|
|
815
|
-
"version": "4.2.18",
|
|
816
|
-
"integrity": "10c0/40d49b5d63cdce8e73c4561d72b97db8cc42721045a3ae924ae0f8c211354deb1c9850d034dc94e1bc5d1b3a4a395dbc1165a49c66e0b5ba1d281ca8257395e2",
|
|
817
|
-
"requires": {
|
|
818
|
-
"@smithy/core": "^3.23.15",
|
|
819
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
820
|
-
"@smithy/types": "^4.14.1",
|
|
821
|
-
"tslib": "^2.6.2"
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
"@smithy/middleware-stack": {
|
|
825
|
-
"version": "4.2.14",
|
|
826
|
-
"integrity": "10c0/5a0323c50b399c4a2ff0d91b219c7c285b006f905f66b291b6013a4e94f14c036ff5a74c565989afc3c6f0fafc6c266bca6746b79e242403713b7d18dc266a92",
|
|
827
|
-
"requires": {
|
|
828
|
-
"@smithy/types": "^4.14.1",
|
|
829
|
-
"tslib": "^2.6.2"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
"@smithy/node-config-provider": {
|
|
833
|
-
"version": "4.3.14",
|
|
834
|
-
"integrity": "10c0/59033a2fde5327d9ae1a0304a0eb2c3145141024cb4dcb58c5cd3c48371cd3a55d7228a3d2f33a5785b2d6a0a35475cbd0d1b2435d964c824683ac89a664e926",
|
|
835
|
-
"requires": {
|
|
836
|
-
"@smithy/property-provider": "^4.2.14",
|
|
837
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
838
|
-
"@smithy/types": "^4.14.1",
|
|
839
|
-
"tslib": "^2.6.2"
|
|
840
|
-
}
|
|
841
|
-
},
|
|
842
|
-
"@smithy/node-http-handler": {
|
|
843
|
-
"version": "4.5.3",
|
|
844
|
-
"integrity": "10c0/2cde9993068f468f4a55d4b535abc95121a62e07ef4482c2078cab3a041b8d875202dca54383baa3dd169ab2e8288209fd69b1e00f450afa406ed529c0ecfbe1",
|
|
845
|
-
"requires": {
|
|
846
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
847
|
-
"@smithy/querystring-builder": "^4.2.14",
|
|
848
|
-
"@smithy/types": "^4.14.1",
|
|
849
|
-
"tslib": "^2.6.2"
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
"@smithy/protocol-http": {
|
|
853
|
-
"version": "5.3.14",
|
|
854
|
-
"integrity": "10c0/ed7306e7e4b919fdacf60d1928f003ac4c4679cffd7472b078547fbed7b6cb9ba524f105b1871c2cd79222871169d3183257fd0a1a81c172fa7cf0a9abaf35f9",
|
|
855
|
-
"requires": {
|
|
856
|
-
"@smithy/types": "^4.14.1",
|
|
857
|
-
"tslib": "^2.6.2"
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
"@smithy/smithy-client": {
|
|
861
|
-
"version": "4.12.11",
|
|
862
|
-
"integrity": "10c0/5688db9635e4c9a89dd425706e45aa0b2dff7317d7c417a965fceb0b83f803690a73a1ebe749397a97c86b462bff7bd541005354538118888da2a489aec5e301",
|
|
863
|
-
"requires": {
|
|
864
|
-
"@smithy/core": "^3.23.15",
|
|
865
|
-
"@smithy/middleware-endpoint": "^4.4.30",
|
|
866
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
867
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
868
|
-
"@smithy/types": "^4.14.1",
|
|
869
|
-
"@smithy/util-stream": "^4.5.23",
|
|
870
|
-
"tslib": "^2.6.2"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
"@smithy/types": {
|
|
874
|
-
"version": "4.14.1",
|
|
875
|
-
"integrity": "10c0/9e6209770a25582a11ca67d4750865de0b7732bf3f353ba9260f49e9c4b2adf3274d64057a2bda93da7025e33a54e51bd78c529307efc2b75b429bc45a6ad64c",
|
|
876
|
-
"requires": {
|
|
877
|
-
"tslib": "^2.6.2"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
"@smithy/url-parser": {
|
|
881
|
-
"version": "4.2.14",
|
|
882
|
-
"integrity": "10c0/360463fe1fb51b8a1c5b80f4a16df993ee4e87221e60ce51c428b0737d6f1325434ec572bb7afca7d65bb9a09c750f307822a23e42be675706ee71fedd7c6c06",
|
|
883
|
-
"requires": {
|
|
884
|
-
"@smithy/querystring-parser": "^4.2.14",
|
|
885
|
-
"@smithy/types": "^4.14.1",
|
|
886
958
|
"tslib": "^2.6.2"
|
|
887
959
|
}
|
|
888
960
|
},
|
|
889
|
-
"@
|
|
890
|
-
"version": "
|
|
891
|
-
"integrity": "10c0/
|
|
892
|
-
"requires": {
|
|
893
|
-
"@smithy/property-provider": "^4.2.14",
|
|
894
|
-
"@smithy/smithy-client": "^4.12.11",
|
|
895
|
-
"@smithy/types": "^4.14.1",
|
|
896
|
-
"tslib": "^2.6.2"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
"@smithy/util-defaults-mode-node": {
|
|
900
|
-
"version": "4.2.52",
|
|
901
|
-
"integrity": "10c0/ef9373a99c282f9f00219805ef7de23f069d856c1660ca6c8a8bed7875e366be5cbbfbbd23aee404f074f548c4d07d9753940d284f489c72ae8f01079a1b4c5c",
|
|
961
|
+
"@aws-sdk/region-config-resolver": {
|
|
962
|
+
"version": "3.972.12",
|
|
963
|
+
"integrity": "10c0/fdef6b7c8b2cf00bfaa6118bc9698e922d9b28b538a9111a2593b14fa732a29a57c37c54dec8e4ddd921276e5989b09f1e9042c231fadbec64c2d0991130a126",
|
|
902
964
|
"requires": {
|
|
965
|
+
"@aws-sdk/types": "^3.973.8",
|
|
903
966
|
"@smithy/config-resolver": "^4.4.16",
|
|
904
|
-
"@smithy/credential-provider-imds": "^4.2.14",
|
|
905
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
906
|
-
"@smithy/property-provider": "^4.2.14",
|
|
907
|
-
"@smithy/smithy-client": "^4.12.11",
|
|
908
|
-
"@smithy/types": "^4.14.1",
|
|
909
|
-
"tslib": "^2.6.2"
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
"@smithy/util-endpoints": {
|
|
913
|
-
"version": "3.4.1",
|
|
914
|
-
"integrity": "10c0/a8923934c275b9a4a640cb6ddd2ed2f36dcc2e5400d9e728b7a45b93528fdb798ed9c057af98f769e094aaeb885d5b242436abba8877b96770d7478212d3efdf",
|
|
915
|
-
"requires": {
|
|
916
967
|
"@smithy/node-config-provider": "^4.3.14",
|
|
917
968
|
"@smithy/types": "^4.14.1",
|
|
918
969
|
"tslib": "^2.6.2"
|
|
919
970
|
}
|
|
920
971
|
},
|
|
921
|
-
"@
|
|
922
|
-
"version": "
|
|
923
|
-
"integrity": "10c0/
|
|
924
|
-
"requires": {
|
|
925
|
-
"@smithy/types": "^4.14.1",
|
|
926
|
-
"tslib": "^2.6.2"
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
"@smithy/util-retry": {
|
|
930
|
-
"version": "4.3.2",
|
|
931
|
-
"integrity": "10c0/3d66c65301f2e00ba5928b70841e434fe6d54407117c78a1e120f4c409225f64d7f6901bd3680f8359ef766776f316486b191f4ad6830c1af628cbd368a84161",
|
|
932
|
-
"requires": {
|
|
933
|
-
"@smithy/service-error-classification": "^4.2.14",
|
|
934
|
-
"@smithy/types": "^4.14.1",
|
|
935
|
-
"tslib": "^2.6.2"
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
"@aws-sdk/xml-builder": {
|
|
939
|
-
"version": "3.972.18",
|
|
940
|
-
"integrity": "10c0/b053d2e4ece8afd51718fa28b7a4ac9fbbb634532aa736fbdbd33b16389b32a02eee3cfdb625eae48c8d6dbdd93f2fa12831f9d388ca202edad76adb8dd24a35",
|
|
972
|
+
"@aws-sdk/util-endpoints": {
|
|
973
|
+
"version": "3.996.7",
|
|
974
|
+
"integrity": "10c0/047eb767192831c6fff5ec93711c7a7be88ef6dc477b867a6ea00a55449128da9e9b169f4beadee917b965918ab8b8b5878d366bd6e90674e5e719f11ec0c84e",
|
|
941
975
|
"requires": {
|
|
976
|
+
"@aws-sdk/types": "^3.973.8",
|
|
942
977
|
"@smithy/types": "^4.14.1",
|
|
943
|
-
"
|
|
978
|
+
"@smithy/url-parser": "^4.2.14",
|
|
979
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
944
980
|
"tslib": "^2.6.2"
|
|
945
981
|
}
|
|
946
982
|
},
|
|
947
|
-
"@
|
|
948
|
-
"version": "
|
|
949
|
-
"integrity": "10c0/
|
|
983
|
+
"@aws-sdk/util-user-agent-node": {
|
|
984
|
+
"version": "3.973.18",
|
|
985
|
+
"integrity": "10c0/d7ea5981f7a1123092b9e043dbb2b34b37403f43804082f448f712d5fb357e80b89873529e8c912b02c953e39e5b61906d1cf046eeeb549a70f05fd0ce613468",
|
|
950
986
|
"requires": {
|
|
987
|
+
"@aws-sdk/middleware-user-agent": "^3.972.32",
|
|
988
|
+
"@aws-sdk/types": "^3.973.8",
|
|
989
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
951
990
|
"@smithy/types": "^4.14.1",
|
|
991
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
952
992
|
"tslib": "^2.6.2"
|
|
953
993
|
}
|
|
954
994
|
},
|
|
955
|
-
"@smithy/
|
|
956
|
-
"version": "
|
|
957
|
-
"integrity": "10c0/
|
|
995
|
+
"@smithy/middleware-endpoint": {
|
|
996
|
+
"version": "4.4.30",
|
|
997
|
+
"integrity": "10c0/9ab2b144fe9de34cc354a6edaf34e18d50c1b0880e5fae30be29c7b178d5d6ba0fd94290efd5e14a28c4767bc7e40efde33cb95b2e6396f9a3cec42a977699b1",
|
|
958
998
|
"requires": {
|
|
959
|
-
"@smithy/
|
|
960
|
-
"@smithy/
|
|
999
|
+
"@smithy/core": "^3.23.15",
|
|
1000
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
1001
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1002
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
961
1003
|
"@smithy/types": "^4.14.1",
|
|
962
|
-
"@smithy/
|
|
1004
|
+
"@smithy/url-parser": "^4.2.14",
|
|
963
1005
|
"@smithy/util-middleware": "^4.2.14",
|
|
964
|
-
"@smithy/util-uri-escape": "^4.2.2",
|
|
965
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
966
1006
|
"tslib": "^2.6.2"
|
|
967
1007
|
}
|
|
968
1008
|
},
|
|
969
|
-
"@
|
|
970
|
-
"version": "
|
|
971
|
-
"integrity": "10c0/
|
|
1009
|
+
"@smithy/middleware-retry": {
|
|
1010
|
+
"version": "4.5.3",
|
|
1011
|
+
"integrity": "10c0/71b0834cd86f85c70fac3d4dff07a84632c8f3ca2df6fd1e60c5d6daaad343b9882f1033b1882831ce83094663f2168f43e50721a721b715b76248d99b412f57",
|
|
972
1012
|
"requires": {
|
|
973
|
-
"@
|
|
974
|
-
"@
|
|
975
|
-
"@smithy/
|
|
1013
|
+
"@smithy/core": "^3.23.15",
|
|
1014
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1015
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1016
|
+
"@smithy/service-error-classification": "^4.2.14",
|
|
1017
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
976
1018
|
"@smithy/types": "^4.14.1",
|
|
1019
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1020
|
+
"@smithy/util-retry": "^4.3.2",
|
|
1021
|
+
"@smithy/uuid": "^1.1.2",
|
|
977
1022
|
"tslib": "^2.6.2"
|
|
978
1023
|
}
|
|
979
1024
|
},
|
|
980
|
-
"@
|
|
981
|
-
"version": "
|
|
982
|
-
"integrity": "10c0/
|
|
1025
|
+
"@smithy/middleware-serde": {
|
|
1026
|
+
"version": "4.2.18",
|
|
1027
|
+
"integrity": "10c0/40d49b5d63cdce8e73c4561d72b97db8cc42721045a3ae924ae0f8c211354deb1c9850d034dc94e1bc5d1b3a4a395dbc1165a49c66e0b5ba1d281ca8257395e2",
|
|
983
1028
|
"requires": {
|
|
984
|
-
"@
|
|
985
|
-
"@aws-sdk/types": "^3.973.8",
|
|
986
|
-
"@smithy/fetch-http-handler": "^5.3.17",
|
|
987
|
-
"@smithy/node-http-handler": "^4.5.3",
|
|
988
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1029
|
+
"@smithy/core": "^3.23.15",
|
|
989
1030
|
"@smithy/protocol-http": "^5.3.14",
|
|
990
|
-
"@smithy/smithy-client": "^4.12.11",
|
|
991
1031
|
"@smithy/types": "^4.14.1",
|
|
992
|
-
"@smithy/util-stream": "^4.5.23",
|
|
993
1032
|
"tslib": "^2.6.2"
|
|
994
1033
|
}
|
|
995
1034
|
},
|
|
996
|
-
"@
|
|
997
|
-
"version": "
|
|
998
|
-
"integrity": "10c0/
|
|
1035
|
+
"@smithy/node-http-handler": {
|
|
1036
|
+
"version": "4.5.3",
|
|
1037
|
+
"integrity": "10c0/2cde9993068f468f4a55d4b535abc95121a62e07ef4482c2078cab3a041b8d875202dca54383baa3dd169ab2e8288209fd69b1e00f450afa406ed529c0ecfbe1",
|
|
999
1038
|
"requires": {
|
|
1000
|
-
"@
|
|
1001
|
-
"@
|
|
1002
|
-
"@aws-sdk/credential-provider-http": "^3.972.29",
|
|
1003
|
-
"@aws-sdk/credential-provider-login": "^3.972.31",
|
|
1004
|
-
"@aws-sdk/credential-provider-process": "^3.972.27",
|
|
1005
|
-
"@aws-sdk/credential-provider-sso": "^3.972.31",
|
|
1006
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.31",
|
|
1007
|
-
"@aws-sdk/nested-clients": "^3.996.21",
|
|
1008
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1009
|
-
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1010
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1011
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1039
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1040
|
+
"@smithy/querystring-builder": "^4.2.14",
|
|
1012
1041
|
"@smithy/types": "^4.14.1",
|
|
1013
1042
|
"tslib": "^2.6.2"
|
|
1014
1043
|
}
|
|
1015
1044
|
},
|
|
1016
|
-
"@
|
|
1017
|
-
"version": "
|
|
1018
|
-
"integrity": "10c0/
|
|
1045
|
+
"@smithy/smithy-client": {
|
|
1046
|
+
"version": "4.12.11",
|
|
1047
|
+
"integrity": "10c0/5688db9635e4c9a89dd425706e45aa0b2dff7317d7c417a965fceb0b83f803690a73a1ebe749397a97c86b462bff7bd541005354538118888da2a489aec5e301",
|
|
1019
1048
|
"requires": {
|
|
1020
|
-
"@
|
|
1021
|
-
"@
|
|
1022
|
-
"@smithy/
|
|
1023
|
-
"@smithy/
|
|
1049
|
+
"@smithy/core": "^3.23.15",
|
|
1050
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
1051
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
1052
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1024
1053
|
"@smithy/types": "^4.14.1",
|
|
1054
|
+
"@smithy/util-stream": "^4.5.23",
|
|
1025
1055
|
"tslib": "^2.6.2"
|
|
1026
1056
|
}
|
|
1027
1057
|
},
|
|
1028
|
-
"@
|
|
1029
|
-
"version": "3.
|
|
1030
|
-
"integrity": "10c0/
|
|
1058
|
+
"@smithy/util-defaults-mode-browser": {
|
|
1059
|
+
"version": "4.3.47",
|
|
1060
|
+
"integrity": "10c0/119c491b7c1a9a8cf5c1e006e6a3c17d6c8d72c4f81d5688ed527efe31c811c6690b339f2bcb3dc3fcc2eacbd72727fee1f8bef4cf734da920b45b1de00dc972",
|
|
1031
1061
|
"requires": {
|
|
1032
|
-
"@aws-sdk/core": "^3.974.1",
|
|
1033
|
-
"@aws-sdk/nested-clients": "^3.996.21",
|
|
1034
|
-
"@aws-sdk/token-providers": "3.1032.0",
|
|
1035
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1036
1062
|
"@smithy/property-provider": "^4.2.14",
|
|
1037
|
-
"@smithy/
|
|
1063
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
1038
1064
|
"@smithy/types": "^4.14.1",
|
|
1039
1065
|
"tslib": "^2.6.2"
|
|
1040
1066
|
}
|
|
1041
1067
|
},
|
|
1042
|
-
"@
|
|
1043
|
-
"version": "
|
|
1044
|
-
"integrity": "10c0/
|
|
1068
|
+
"@smithy/util-defaults-mode-node": {
|
|
1069
|
+
"version": "4.2.52",
|
|
1070
|
+
"integrity": "10c0/ef9373a99c282f9f00219805ef7de23f069d856c1660ca6c8a8bed7875e366be5cbbfbbd23aee404f074f548c4d07d9753940d284f489c72ae8f01079a1b4c5c",
|
|
1045
1071
|
"requires": {
|
|
1046
|
-
"@
|
|
1047
|
-
"@
|
|
1048
|
-
"@
|
|
1072
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
1073
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1074
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1049
1075
|
"@smithy/property-provider": "^4.2.14",
|
|
1050
|
-
"@smithy/
|
|
1076
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
1051
1077
|
"@smithy/types": "^4.14.1",
|
|
1052
1078
|
"tslib": "^2.6.2"
|
|
1053
1079
|
}
|
|
1054
1080
|
},
|
|
1055
|
-
"@smithy/
|
|
1056
|
-
"version": "4.
|
|
1057
|
-
"integrity": "10c0/
|
|
1081
|
+
"@smithy/util-endpoints": {
|
|
1082
|
+
"version": "3.4.1",
|
|
1083
|
+
"integrity": "10c0/a8923934c275b9a4a640cb6ddd2ed2f36dcc2e5400d9e728b7a45b93528fdb798ed9c057af98f769e094aaeb885d5b242436abba8877b96770d7478212d3efdf",
|
|
1058
1084
|
"requires": {
|
|
1059
1085
|
"@smithy/node-config-provider": "^4.3.14",
|
|
1060
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1061
1086
|
"@smithy/types": "^4.14.1",
|
|
1062
|
-
"@smithy/url-parser": "^4.2.14",
|
|
1063
1087
|
"tslib": "^2.6.2"
|
|
1064
1088
|
}
|
|
1065
1089
|
},
|
|
1066
|
-
"@smithy/
|
|
1067
|
-
"version": "4.
|
|
1068
|
-
"integrity": "10c0/
|
|
1090
|
+
"@smithy/util-retry": {
|
|
1091
|
+
"version": "4.3.2",
|
|
1092
|
+
"integrity": "10c0/3d66c65301f2e00ba5928b70841e434fe6d54407117c78a1e120f4c409225f64d7f6901bd3680f8359ef766776f316486b191f4ad6830c1af628cbd368a84161",
|
|
1069
1093
|
"requires": {
|
|
1094
|
+
"@smithy/service-error-classification": "^4.2.14",
|
|
1070
1095
|
"@smithy/types": "^4.14.1",
|
|
1071
1096
|
"tslib": "^2.6.2"
|
|
1072
1097
|
}
|
|
1073
1098
|
},
|
|
1074
|
-
"@aws-sdk/
|
|
1075
|
-
"version": "3.972.
|
|
1076
|
-
"integrity": "10c0/
|
|
1099
|
+
"@aws-sdk/xml-builder": {
|
|
1100
|
+
"version": "3.972.18",
|
|
1101
|
+
"integrity": "10c0/b053d2e4ece8afd51718fa28b7a4ac9fbbb634532aa736fbdbd33b16389b32a02eee3cfdb625eae48c8d6dbdd93f2fa12831f9d388ca202edad76adb8dd24a35",
|
|
1077
1102
|
"requires": {
|
|
1078
|
-
"@aws-sdk/core": "^3.974.1",
|
|
1079
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1080
|
-
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
1081
|
-
"@smithy/core": "^3.23.15",
|
|
1082
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
1083
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1084
|
-
"@smithy/signature-v4": "^5.3.14",
|
|
1085
|
-
"@smithy/smithy-client": "^4.12.11",
|
|
1086
1103
|
"@smithy/types": "^4.14.1",
|
|
1087
|
-
"
|
|
1088
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
1089
|
-
"@smithy/util-stream": "^4.5.23",
|
|
1090
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1104
|
+
"fast-xml-parser": "5.5.8",
|
|
1091
1105
|
"tslib": "^2.6.2"
|
|
1092
1106
|
}
|
|
1093
1107
|
},
|
|
@@ -1105,12 +1119,28 @@
|
|
|
1105
1119
|
"tslib": "^2.6.2"
|
|
1106
1120
|
}
|
|
1107
1121
|
},
|
|
1108
|
-
"@
|
|
1109
|
-
"version": "
|
|
1110
|
-
"integrity": "10c0/
|
|
1122
|
+
"@aws-sdk/token-providers": {
|
|
1123
|
+
"version": "3.1033.0",
|
|
1124
|
+
"integrity": "10c0/371fb11aaa71b31c3fe7b6b99f5623d2197e39aacf1aa8a4e9958d166793a26454bd983ad48a584f5bb4742e27c06a6f8b54e77841a787ddec2c81a3bf1b303a",
|
|
1125
|
+
"requires": {
|
|
1126
|
+
"@aws-sdk/core": "^3.974.2",
|
|
1127
|
+
"@aws-sdk/nested-clients": "^3.997.0",
|
|
1128
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1129
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1130
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1131
|
+
"@smithy/types": "^4.14.1",
|
|
1132
|
+
"tslib": "^2.6.2"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
"@aws-sdk/signature-v4-multi-region": {
|
|
1136
|
+
"version": "3.996.19",
|
|
1137
|
+
"integrity": "10c0/fce007d7ef939315a38c988ef82e3c5bce19acc088f65ffd55cbeb5c63f8dc0bed5fb58c81e7098423aea2f3ad9ef2024f614dbb44dcf25aa75aa478faff0fd4",
|
|
1111
1138
|
"requires": {
|
|
1139
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.31",
|
|
1140
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1141
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1142
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
1112
1143
|
"@smithy/types": "^4.14.1",
|
|
1113
|
-
"@smithy/util-uri-escape": "^4.2.2",
|
|
1114
1144
|
"tslib": "^2.6.2"
|
|
1115
1145
|
}
|
|
1116
1146
|
},
|
|
@@ -1121,190 +1151,40 @@
|
|
|
1121
1151
|
"@smithy/types": "^4.14.1"
|
|
1122
1152
|
}
|
|
1123
1153
|
},
|
|
1124
|
-
"
|
|
1125
|
-
"version": "
|
|
1126
|
-
"integrity": "10c0/
|
|
1154
|
+
"fast-xml-parser": {
|
|
1155
|
+
"version": "5.5.8",
|
|
1156
|
+
"integrity": "10c0/b0eb5b5b4b02bb2dfac2fac4c19ce834017553e1f74499929a196b67bfe0741389a89dca4662c97bff138646d7c5fd985af59c7a216c433717e854de3355638c",
|
|
1127
1157
|
"requires": {
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1158
|
+
"fast-xml-builder": "^1.1.4",
|
|
1159
|
+
"path-expression-matcher": "^1.2.0",
|
|
1160
|
+
"strnum": "^2.2.0"
|
|
1130
1161
|
}
|
|
1131
1162
|
},
|
|
1132
|
-
"@aws-sdk/
|
|
1163
|
+
"@aws-sdk/middleware-sdk-s3": {
|
|
1133
1164
|
"version": "3.972.31",
|
|
1134
|
-
"integrity": "10c0/
|
|
1135
|
-
"requires": {
|
|
1136
|
-
"@aws-sdk/core": "^3.974.1",
|
|
1137
|
-
"@aws-sdk/nested-clients": "^3.996.21",
|
|
1138
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1139
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1140
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
1141
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1142
|
-
"@smithy/types": "^4.14.1",
|
|
1143
|
-
"tslib": "^2.6.2"
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
|
-
"@aws-sdk/nested-clients": {
|
|
1147
|
-
"version": "3.996.21",
|
|
1148
|
-
"integrity": "10c0/9fdd147b08971b8e1fe9d2ce4ffb603f6fa6826445ffe60c0190f2e63ea354933331b9241e5d078a136b0ae9317d400bd8091f2165aba988bebb64930f7f9a48",
|
|
1165
|
+
"integrity": "10c0/4b54dd0f49ae5f465ce5508e19a69437547d34a0291e8c87f28e2024fbd66ddbce2c9d1c9aefdb00a6b223785f8296872a647adee0bb93645cb7a70ffd46ebc5",
|
|
1149
1166
|
"requires": {
|
|
1150
|
-
"@aws-
|
|
1151
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
1152
|
-
"@aws-sdk/core": "^3.974.1",
|
|
1153
|
-
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
1154
|
-
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
1155
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
1156
|
-
"@aws-sdk/middleware-user-agent": "^3.972.31",
|
|
1157
|
-
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
1167
|
+
"@aws-sdk/core": "^3.974.2",
|
|
1158
1168
|
"@aws-sdk/types": "^3.973.8",
|
|
1159
|
-
"@aws-sdk/util-
|
|
1160
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
1161
|
-
"@aws-sdk/util-user-agent-node": "^3.973.17",
|
|
1162
|
-
"@smithy/config-resolver": "^4.4.16",
|
|
1169
|
+
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
1163
1170
|
"@smithy/core": "^3.23.15",
|
|
1164
|
-
"@smithy/fetch-http-handler": "^5.3.17",
|
|
1165
|
-
"@smithy/hash-node": "^4.2.14",
|
|
1166
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
1167
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
1168
|
-
"@smithy/middleware-endpoint": "^4.4.30",
|
|
1169
|
-
"@smithy/middleware-retry": "^4.5.3",
|
|
1170
|
-
"@smithy/middleware-serde": "^4.2.18",
|
|
1171
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
1172
1171
|
"@smithy/node-config-provider": "^4.3.14",
|
|
1173
|
-
"@smithy/node-http-handler": "^4.5.3",
|
|
1174
1172
|
"@smithy/protocol-http": "^5.3.14",
|
|
1173
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
1175
1174
|
"@smithy/smithy-client": "^4.12.11",
|
|
1176
1175
|
"@smithy/types": "^4.14.1",
|
|
1177
|
-
"@smithy/
|
|
1178
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1179
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1180
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
1181
|
-
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
1182
|
-
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
1183
|
-
"@smithy/util-endpoints": "^3.4.1",
|
|
1176
|
+
"@smithy/util-config-provider": "^4.2.2",
|
|
1184
1177
|
"@smithy/util-middleware": "^4.2.14",
|
|
1185
|
-
"@smithy/util-
|
|
1178
|
+
"@smithy/util-stream": "^4.5.23",
|
|
1186
1179
|
"@smithy/util-utf8": "^4.2.2",
|
|
1187
1180
|
"tslib": "^2.6.2"
|
|
1188
1181
|
}
|
|
1189
1182
|
},
|
|
1190
|
-
"
|
|
1191
|
-
"version": "
|
|
1192
|
-
"integrity": "10c0/
|
|
1193
|
-
"requires": {
|
|
1194
|
-
"@aws-sdk/core": "^3.974.1",
|
|
1195
|
-
"@aws-sdk/nested-clients": "^3.996.21",
|
|
1196
|
-
"@aws-sdk/types": "^3.973.8",
|
|
1197
|
-
"@smithy/property-provider": "^4.2.14",
|
|
1198
|
-
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1199
|
-
"@smithy/types": "^4.14.1",
|
|
1200
|
-
"tslib": "^2.6.2"
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
},
|
|
1205
|
-
"@aws-sdk/credential-providers": {
|
|
1206
|
-
"version": "3.1029.0",
|
|
1207
|
-
"integrity": "10c0/bf0c98e1c5d289716ee54460a0d8f6a46ed39ec65b4c0188cdaf5e97738c7152cf2988cd7488fc1a67de4d9ce53e5500627bf5ffa9ff7556c59300f04140ed6c",
|
|
1208
|
-
"requires": {
|
|
1209
|
-
"@aws-sdk/client-cognito-identity": "3.1029.0",
|
|
1210
|
-
"@aws-sdk/core": "^3.973.27",
|
|
1211
|
-
"@aws-sdk/credential-provider-cognito-identity": "^3.972.22",
|
|
1212
|
-
"@aws-sdk/credential-provider-env": "^3.972.25",
|
|
1213
|
-
"@aws-sdk/credential-provider-http": "^3.972.27",
|
|
1214
|
-
"@aws-sdk/credential-provider-ini": "^3.972.29",
|
|
1215
|
-
"@aws-sdk/credential-provider-login": "^3.972.29",
|
|
1216
|
-
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
1217
|
-
"@aws-sdk/credential-provider-process": "^3.972.25",
|
|
1218
|
-
"@aws-sdk/credential-provider-sso": "^3.972.29",
|
|
1219
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.29",
|
|
1220
|
-
"@aws-sdk/nested-clients": "^3.996.19",
|
|
1221
|
-
"@aws-sdk/types": "^3.973.7",
|
|
1222
|
-
"@smithy/config-resolver": "^4.4.14",
|
|
1223
|
-
"@smithy/core": "^3.23.14",
|
|
1224
|
-
"@smithy/credential-provider-imds": "^4.2.13",
|
|
1225
|
-
"@smithy/node-config-provider": "^4.3.13",
|
|
1226
|
-
"@smithy/property-provider": "^4.2.13",
|
|
1227
|
-
"@smithy/types": "^4.14.0",
|
|
1228
|
-
"tslib": "^2.6.2"
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
"@cdklabs/cdk-atmosphere-client": {
|
|
1232
|
-
"version": "0.0.96",
|
|
1233
|
-
"integrity": "10c0/a05a501c158b50880d63d7735cd634118445122166225f14882998f5376f0539e0111586738fd6267f02a1b93dd00ff239152a655c25ef5dba12b1a8abde6200",
|
|
1234
|
-
"requires": {
|
|
1235
|
-
"@aws-sdk/credential-providers": "^3.1024.0",
|
|
1236
|
-
"aws4fetch": "^1.0.20"
|
|
1237
|
-
},
|
|
1238
|
-
"dependencies": {
|
|
1239
|
-
"@aws-sdk/credential-providers": {
|
|
1240
|
-
"version": "3.1028.0",
|
|
1241
|
-
"integrity": "10c0/5007cd7de722fea7fe4187134a87069647103a69fda5a17514e94a869aab5dd89cd6c8a620ceebeb5841828b9dbfc0a3326e4c366ee7362cf22a3e2b18d98e3a",
|
|
1242
|
-
"requires": {
|
|
1243
|
-
"@aws-sdk/client-cognito-identity": "3.1028.0",
|
|
1244
|
-
"@aws-sdk/core": "^3.973.27",
|
|
1245
|
-
"@aws-sdk/credential-provider-cognito-identity": "^3.972.22",
|
|
1246
|
-
"@aws-sdk/credential-provider-env": "^3.972.25",
|
|
1247
|
-
"@aws-sdk/credential-provider-http": "^3.972.27",
|
|
1248
|
-
"@aws-sdk/credential-provider-ini": "^3.972.29",
|
|
1249
|
-
"@aws-sdk/credential-provider-login": "^3.972.29",
|
|
1250
|
-
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
1251
|
-
"@aws-sdk/credential-provider-process": "^3.972.25",
|
|
1252
|
-
"@aws-sdk/credential-provider-sso": "^3.972.29",
|
|
1253
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.29",
|
|
1254
|
-
"@aws-sdk/nested-clients": "^3.996.19",
|
|
1255
|
-
"@aws-sdk/types": "^3.973.7",
|
|
1256
|
-
"@smithy/config-resolver": "^4.4.14",
|
|
1257
|
-
"@smithy/core": "^3.23.14",
|
|
1258
|
-
"@smithy/credential-provider-imds": "^4.2.13",
|
|
1259
|
-
"@smithy/node-config-provider": "^4.3.13",
|
|
1260
|
-
"@smithy/property-provider": "^4.2.13",
|
|
1261
|
-
"@smithy/types": "^4.14.0",
|
|
1262
|
-
"tslib": "^2.6.2"
|
|
1263
|
-
}
|
|
1264
|
-
},
|
|
1265
|
-
"@aws-sdk/client-cognito-identity": {
|
|
1266
|
-
"version": "3.1028.0",
|
|
1267
|
-
"integrity": "10c0/2c5bfd26f8b13ef638e52346e47fd9158106673c2b603e74c18859212f9ff6ef7f07fbf07c38fb7507e0f728765c2405553f518e0afe7093e3afa43d50b97ae9",
|
|
1183
|
+
"fast-xml-builder": {
|
|
1184
|
+
"version": "1.1.4",
|
|
1185
|
+
"integrity": "10c0/d5dfc0660f7f886b9f42747e6aa1d5e16c090c804b322652f65a5d7ffb93aa00153c3e1276cd053629f9f4c4f625131dc6886677394f7048e827e63b97b18927",
|
|
1268
1186
|
"requires": {
|
|
1269
|
-
"
|
|
1270
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
1271
|
-
"@aws-sdk/core": "^3.973.27",
|
|
1272
|
-
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
1273
|
-
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
1274
|
-
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
1275
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
1276
|
-
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
1277
|
-
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
1278
|
-
"@aws-sdk/types": "^3.973.7",
|
|
1279
|
-
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
1280
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
1281
|
-
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
1282
|
-
"@smithy/config-resolver": "^4.4.14",
|
|
1283
|
-
"@smithy/core": "^3.23.14",
|
|
1284
|
-
"@smithy/fetch-http-handler": "^5.3.16",
|
|
1285
|
-
"@smithy/hash-node": "^4.2.13",
|
|
1286
|
-
"@smithy/invalid-dependency": "^4.2.13",
|
|
1287
|
-
"@smithy/middleware-content-length": "^4.2.13",
|
|
1288
|
-
"@smithy/middleware-endpoint": "^4.4.29",
|
|
1289
|
-
"@smithy/middleware-retry": "^4.5.0",
|
|
1290
|
-
"@smithy/middleware-serde": "^4.2.17",
|
|
1291
|
-
"@smithy/middleware-stack": "^4.2.13",
|
|
1292
|
-
"@smithy/node-config-provider": "^4.3.13",
|
|
1293
|
-
"@smithy/node-http-handler": "^4.5.2",
|
|
1294
|
-
"@smithy/protocol-http": "^5.3.13",
|
|
1295
|
-
"@smithy/smithy-client": "^4.12.9",
|
|
1296
|
-
"@smithy/types": "^4.14.0",
|
|
1297
|
-
"@smithy/url-parser": "^4.2.13",
|
|
1298
|
-
"@smithy/util-base64": "^4.3.2",
|
|
1299
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1300
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
1301
|
-
"@smithy/util-defaults-mode-browser": "^4.3.45",
|
|
1302
|
-
"@smithy/util-defaults-mode-node": "^4.2.49",
|
|
1303
|
-
"@smithy/util-endpoints": "^3.3.4",
|
|
1304
|
-
"@smithy/util-middleware": "^4.2.13",
|
|
1305
|
-
"@smithy/util-retry": "^4.3.0",
|
|
1306
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
1307
|
-
"tslib": "^2.6.2"
|
|
1187
|
+
"path-expression-matcher": "^1.1.3"
|
|
1308
1188
|
}
|
|
1309
1189
|
}
|
|
1310
1190
|
}
|
|
@@ -1320,18 +1200,18 @@
|
|
|
1320
1200
|
}
|
|
1321
1201
|
},
|
|
1322
1202
|
"@smithy/types": {
|
|
1323
|
-
"version": "4.14.
|
|
1324
|
-
"integrity": "10c0/
|
|
1203
|
+
"version": "4.14.1",
|
|
1204
|
+
"integrity": "10c0/9e6209770a25582a11ca67d4750865de0b7732bf3f353ba9260f49e9c4b2adf3274d64057a2bda93da7025e33a54e51bd78c529307efc2b75b429bc45a6ad64c",
|
|
1325
1205
|
"requires": {
|
|
1326
1206
|
"tslib": "^2.6.2"
|
|
1327
1207
|
}
|
|
1328
1208
|
},
|
|
1329
1209
|
"@smithy/util-retry": {
|
|
1330
|
-
"version": "4.3.
|
|
1331
|
-
"integrity": "10c0/
|
|
1210
|
+
"version": "4.3.4",
|
|
1211
|
+
"integrity": "10c0/8d80edf2dfb23199f5b8095b20ae3774edf3f34b391ce8b7acc6c0ac89a7963677cfdccf8a388d8e688c67a453e8a94448c1753ec3bfdcaa253373770e58538b",
|
|
1332
1212
|
"requires": {
|
|
1333
|
-
"@smithy/service-error-classification": "^4.
|
|
1334
|
-
"@smithy/types": "^4.14.
|
|
1213
|
+
"@smithy/service-error-classification": "^4.3.0",
|
|
1214
|
+
"@smithy/types": "^4.14.1",
|
|
1335
1215
|
"tslib": "^2.6.2"
|
|
1336
1216
|
}
|
|
1337
1217
|
},
|
|
@@ -1681,6 +1561,14 @@
|
|
|
1681
1561
|
"tslib": "^2.6.2"
|
|
1682
1562
|
},
|
|
1683
1563
|
"dependencies": {
|
|
1564
|
+
"@aws-sdk/types": {
|
|
1565
|
+
"version": "3.973.7",
|
|
1566
|
+
"integrity": "10c0/4dfe5933ec3624dcc7ecf1154fad67999c9b5ddb010a456edd3cb94e6112e9330e0bb3c03218040ee15bc91b7f8ba5e4c63f82074fef26f4616f74212c732aa7",
|
|
1567
|
+
"requires": {
|
|
1568
|
+
"@smithy/types": "^4.14.0",
|
|
1569
|
+
"tslib": "^2.6.2"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1684
1572
|
"@smithy/util-utf8": {
|
|
1685
1573
|
"version": "2.3.0",
|
|
1686
1574
|
"integrity": "10c0/e18840c58cc507ca57fdd624302aefd13337ee982754c9aa688463ffcae598c08461e8620e9852a424d662ffa948fc64919e852508028d09e89ced459bd506ab",
|
|
@@ -1689,6 +1577,13 @@
|
|
|
1689
1577
|
"tslib": "^2.6.2"
|
|
1690
1578
|
}
|
|
1691
1579
|
},
|
|
1580
|
+
"@smithy/types": {
|
|
1581
|
+
"version": "4.14.0",
|
|
1582
|
+
"integrity": "10c0/bddacc2bba36f4b514a0cccc3f725e6c6817075061813a7552754ea8ec5306beb9a9cbda916e731e793b5de4d48ac744af9dbd9746d5acf5a2106a4ad0270667",
|
|
1583
|
+
"requires": {
|
|
1584
|
+
"tslib": "^2.6.2"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1692
1587
|
"@smithy/util-buffer-from": {
|
|
1693
1588
|
"version": "2.2.0",
|
|
1694
1589
|
"integrity": "10c0/223d6a508b52ff236eea01cddc062b7652d859dd01d457a4e50365af3de1e24a05f756e19433f6ccf1538544076b4215469e21a4ea83dc1d58d829725b0dbc5a",
|
|
@@ -1713,302 +1608,320 @@
|
|
|
1713
1608
|
"@aws-crypto/util": "^5.2.0",
|
|
1714
1609
|
"@aws-sdk/types": "^3.222.0",
|
|
1715
1610
|
"tslib": "^2.6.2"
|
|
1611
|
+
},
|
|
1612
|
+
"dependencies": {
|
|
1613
|
+
"@aws-sdk/types": {
|
|
1614
|
+
"version": "3.973.7",
|
|
1615
|
+
"integrity": "10c0/4dfe5933ec3624dcc7ecf1154fad67999c9b5ddb010a456edd3cb94e6112e9330e0bb3c03218040ee15bc91b7f8ba5e4c63f82074fef26f4616f74212c732aa7",
|
|
1616
|
+
"requires": {
|
|
1617
|
+
"@smithy/types": "^4.14.0",
|
|
1618
|
+
"tslib": "^2.6.2"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"@smithy/types": {
|
|
1622
|
+
"version": "4.14.0",
|
|
1623
|
+
"integrity": "10c0/bddacc2bba36f4b514a0cccc3f725e6c6817075061813a7552754ea8ec5306beb9a9cbda916e731e793b5de4d48ac744af9dbd9746d5acf5a2106a4ad0270667",
|
|
1624
|
+
"requires": {
|
|
1625
|
+
"tslib": "^2.6.2"
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1716
1628
|
}
|
|
1717
1629
|
},
|
|
1718
1630
|
"@aws-sdk/core": {
|
|
1719
|
-
"version": "3.
|
|
1720
|
-
"integrity": "10c0/
|
|
1721
|
-
"requires": {
|
|
1722
|
-
"@aws-sdk/types": "^3.973.
|
|
1723
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
1724
|
-
"@smithy/core": "^3.23.
|
|
1725
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1726
|
-
"@smithy/property-provider": "^4.2.
|
|
1727
|
-
"@smithy/protocol-http": "^5.3.
|
|
1728
|
-
"@smithy/signature-v4": "^5.3.
|
|
1729
|
-
"@smithy/smithy-client": "^4.12.
|
|
1730
|
-
"@smithy/types": "^4.14.
|
|
1631
|
+
"version": "3.974.5",
|
|
1632
|
+
"integrity": "10c0/29adc8c7dd8eca8e85bd2a768e569f52760131d5aeffaea98a669dc326c7e37cba6530366a7d60e5b5f36975a1ced287fe7ac0e889c050a3b3a38969ffb53f26",
|
|
1633
|
+
"requires": {
|
|
1634
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1635
|
+
"@aws-sdk/xml-builder": "^3.972.19",
|
|
1636
|
+
"@smithy/core": "^3.23.17",
|
|
1637
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1638
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1639
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1640
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
1641
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
1642
|
+
"@smithy/types": "^4.14.1",
|
|
1731
1643
|
"@smithy/util-base64": "^4.3.2",
|
|
1732
|
-
"@smithy/util-middleware": "^4.2.
|
|
1644
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1645
|
+
"@smithy/util-retry": "^4.3.4",
|
|
1733
1646
|
"@smithy/util-utf8": "^4.2.2",
|
|
1734
1647
|
"tslib": "^2.6.2"
|
|
1735
1648
|
}
|
|
1736
1649
|
},
|
|
1737
1650
|
"@aws-sdk/credential-provider-node": {
|
|
1738
|
-
"version": "3.972.
|
|
1739
|
-
"integrity": "10c0/
|
|
1740
|
-
"requires": {
|
|
1741
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
1742
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
1743
|
-
"@aws-sdk/credential-provider-ini": "^3.972.
|
|
1744
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
1745
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
1746
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
1747
|
-
"@aws-sdk/types": "^3.973.
|
|
1748
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
1749
|
-
"@smithy/property-provider": "^4.2.
|
|
1750
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
1751
|
-
"@smithy/types": "^4.14.
|
|
1651
|
+
"version": "3.972.36",
|
|
1652
|
+
"integrity": "10c0/2c6c9502a84e45da5eb48dc38b46fb3608f0b58facd011e11584d64415a6b1daac1ad1414b98420321cd4237dee40519305e961a83766fb96f4659d72ba7067c",
|
|
1653
|
+
"requires": {
|
|
1654
|
+
"@aws-sdk/credential-provider-env": "^3.972.31",
|
|
1655
|
+
"@aws-sdk/credential-provider-http": "^3.972.33",
|
|
1656
|
+
"@aws-sdk/credential-provider-ini": "^3.972.35",
|
|
1657
|
+
"@aws-sdk/credential-provider-process": "^3.972.31",
|
|
1658
|
+
"@aws-sdk/credential-provider-sso": "^3.972.35",
|
|
1659
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.35",
|
|
1660
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1661
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1662
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1663
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1664
|
+
"@smithy/types": "^4.14.1",
|
|
1752
1665
|
"tslib": "^2.6.2"
|
|
1753
1666
|
}
|
|
1754
1667
|
},
|
|
1755
1668
|
"@aws-sdk/middleware-host-header": {
|
|
1756
|
-
"version": "3.972.
|
|
1757
|
-
"integrity": "10c0/
|
|
1669
|
+
"version": "3.972.10",
|
|
1670
|
+
"integrity": "10c0/e631b48f8d8fd40f8977da8d1fc012208f953000dd5645dc0a700c7283af8fafb996c9c1c50e40b8392c402ad98d11e0ddddb949896db5163a7f06e2385e619a",
|
|
1758
1671
|
"requires": {
|
|
1759
|
-
"@aws-sdk/types": "^3.973.
|
|
1760
|
-
"@smithy/protocol-http": "^5.3.
|
|
1761
|
-
"@smithy/types": "^4.14.
|
|
1672
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1673
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1674
|
+
"@smithy/types": "^4.14.1",
|
|
1762
1675
|
"tslib": "^2.6.2"
|
|
1763
1676
|
}
|
|
1764
1677
|
},
|
|
1765
1678
|
"@aws-sdk/middleware-logger": {
|
|
1766
|
-
"version": "3.972.
|
|
1767
|
-
"integrity": "10c0/
|
|
1679
|
+
"version": "3.972.10",
|
|
1680
|
+
"integrity": "10c0/a24e0c98b3cf6c9b7960bf8979d2ab8f839fb89294ba8943136d99dbe7370cc45b010460ed7f5bf14ab6ad8e113ccec6387cf1bda655bcbdb58722df21d9b713",
|
|
1768
1681
|
"requires": {
|
|
1769
|
-
"@aws-sdk/types": "^3.973.
|
|
1770
|
-
"@smithy/types": "^4.14.
|
|
1682
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1683
|
+
"@smithy/types": "^4.14.1",
|
|
1771
1684
|
"tslib": "^2.6.2"
|
|
1772
1685
|
}
|
|
1773
1686
|
},
|
|
1774
1687
|
"@aws-sdk/middleware-recursion-detection": {
|
|
1775
|
-
"version": "3.972.
|
|
1776
|
-
"integrity": "10c0/
|
|
1688
|
+
"version": "3.972.11",
|
|
1689
|
+
"integrity": "10c0/e52501b00e79e714218897ddec9edd40ecf33fdb43c19b00195c8ed71c8295d0d148f07465465d464f103a23aa535dc1daf60bbb5b95303e330767a5eba78f54",
|
|
1777
1690
|
"requires": {
|
|
1778
|
-
"@aws-sdk/types": "^3.973.
|
|
1691
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1779
1692
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
1780
|
-
"@smithy/protocol-http": "^5.3.
|
|
1781
|
-
"@smithy/types": "^4.14.
|
|
1693
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1694
|
+
"@smithy/types": "^4.14.1",
|
|
1782
1695
|
"tslib": "^2.6.2"
|
|
1783
1696
|
}
|
|
1784
1697
|
},
|
|
1785
1698
|
"@aws-sdk/middleware-user-agent": {
|
|
1786
|
-
"version": "3.972.
|
|
1787
|
-
"integrity": "10c0/
|
|
1788
|
-
"requires": {
|
|
1789
|
-
"@aws-sdk/core": "^3.
|
|
1790
|
-
"@aws-sdk/types": "^3.973.
|
|
1791
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
1792
|
-
"@smithy/core": "^3.23.
|
|
1793
|
-
"@smithy/protocol-http": "^5.3.
|
|
1794
|
-
"@smithy/types": "^4.14.
|
|
1795
|
-
"@smithy/util-retry": "^4.3.
|
|
1699
|
+
"version": "3.972.35",
|
|
1700
|
+
"integrity": "10c0/8982375e6b7785592465f0707c1f79da87324de1f503a8d8ca5f362e853ebc95083db74a96c4e676ae13e154a576d3eaf859ebb5519825bd521fc5c7b2b3caef",
|
|
1701
|
+
"requires": {
|
|
1702
|
+
"@aws-sdk/core": "^3.974.5",
|
|
1703
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1704
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
1705
|
+
"@smithy/core": "^3.23.17",
|
|
1706
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1707
|
+
"@smithy/types": "^4.14.1",
|
|
1708
|
+
"@smithy/util-retry": "^4.3.4",
|
|
1796
1709
|
"tslib": "^2.6.2"
|
|
1797
1710
|
}
|
|
1798
1711
|
},
|
|
1799
1712
|
"@aws-sdk/region-config-resolver": {
|
|
1800
|
-
"version": "3.972.
|
|
1801
|
-
"integrity": "10c0/
|
|
1713
|
+
"version": "3.972.13",
|
|
1714
|
+
"integrity": "10c0/8cc3e5433ccf9ec4efb6d12ccd924701cfd6fb018124c9e5106486da10402ea1b83b0855353dae5e0f31ad2c7b6d962ac832350a5cdbeda59a30231525fd1118",
|
|
1802
1715
|
"requires": {
|
|
1803
|
-
"@aws-sdk/types": "^3.973.
|
|
1804
|
-
"@smithy/config-resolver": "^4.4.
|
|
1805
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1806
|
-
"@smithy/types": "^4.14.
|
|
1716
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1717
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
1718
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1719
|
+
"@smithy/types": "^4.14.1",
|
|
1807
1720
|
"tslib": "^2.6.2"
|
|
1808
1721
|
}
|
|
1809
1722
|
},
|
|
1810
1723
|
"@aws-sdk/types": {
|
|
1811
|
-
"version": "3.973.
|
|
1812
|
-
"integrity": "10c0/
|
|
1724
|
+
"version": "3.973.8",
|
|
1725
|
+
"integrity": "10c0/4823579e7dd0f6dcce9e9fea9630091eb46e3596bc468614a072f682b1eab6f048854ccf5e9398459ada175c13dfc636ffa8c1d3aa655cf6f22447f9c1a02f7f",
|
|
1813
1726
|
"requires": {
|
|
1814
|
-
"@smithy/types": "^4.14.
|
|
1727
|
+
"@smithy/types": "^4.14.1",
|
|
1815
1728
|
"tslib": "^2.6.2"
|
|
1816
1729
|
}
|
|
1817
1730
|
},
|
|
1818
1731
|
"@aws-sdk/util-endpoints": {
|
|
1819
|
-
"version": "3.996.
|
|
1820
|
-
"integrity": "10c0/
|
|
1732
|
+
"version": "3.996.8",
|
|
1733
|
+
"integrity": "10c0/66f17e85357ab8e265ab7d1c9a69a064ad3bea99420c786be9ef1f92bc71dca22d328bbceeaf6c64b4a3c37161b78318a3e4a424bf247dcb211d7ae29344db2f",
|
|
1821
1734
|
"requires": {
|
|
1822
|
-
"@aws-sdk/types": "^3.973.
|
|
1823
|
-
"@smithy/types": "^4.14.
|
|
1824
|
-
"@smithy/url-parser": "^4.2.
|
|
1825
|
-
"@smithy/util-endpoints": "^3.
|
|
1735
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1736
|
+
"@smithy/types": "^4.14.1",
|
|
1737
|
+
"@smithy/url-parser": "^4.2.14",
|
|
1738
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
1826
1739
|
"tslib": "^2.6.2"
|
|
1827
1740
|
}
|
|
1828
1741
|
},
|
|
1829
1742
|
"@aws-sdk/util-user-agent-browser": {
|
|
1830
|
-
"version": "3.972.
|
|
1831
|
-
"integrity": "10c0/
|
|
1743
|
+
"version": "3.972.10",
|
|
1744
|
+
"integrity": "10c0/e139dda2cb51a0a3553c80ec6f89c39cb1292876c116f8449f21a7fdbe39bd7b545ef8ea69a447dd9fa2aa43c99f625ee6a55cbf6d8e6cf2094d0ef00ceb1e36",
|
|
1832
1745
|
"requires": {
|
|
1833
|
-
"@aws-sdk/types": "^3.973.
|
|
1834
|
-
"@smithy/types": "^4.14.
|
|
1746
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1747
|
+
"@smithy/types": "^4.14.1",
|
|
1835
1748
|
"bowser": "^2.11.0",
|
|
1836
1749
|
"tslib": "^2.6.2"
|
|
1837
1750
|
}
|
|
1838
1751
|
},
|
|
1839
1752
|
"@aws-sdk/util-user-agent-node": {
|
|
1840
|
-
"version": "3.973.
|
|
1841
|
-
"integrity": "10c0/
|
|
1753
|
+
"version": "3.973.21",
|
|
1754
|
+
"integrity": "10c0/e7479bebbeebbee64923be8ccc414e8c1d6d22c3906bef32335713fcb20d72b7bea78e3b39af66d7ffdf3498fd7057d7f4c3e4d2a5561df4f69a4b3f2dfebf67",
|
|
1842
1755
|
"requires": {
|
|
1843
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
1844
|
-
"@aws-sdk/types": "^3.973.
|
|
1845
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1846
|
-
"@smithy/types": "^4.14.
|
|
1756
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
1757
|
+
"@aws-sdk/types": "^3.973.8",
|
|
1758
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1759
|
+
"@smithy/types": "^4.14.1",
|
|
1847
1760
|
"@smithy/util-config-provider": "^4.2.2",
|
|
1848
1761
|
"tslib": "^2.6.2"
|
|
1849
1762
|
}
|
|
1850
1763
|
},
|
|
1851
1764
|
"@smithy/config-resolver": {
|
|
1852
|
-
"version": "4.4.
|
|
1853
|
-
"integrity": "10c0/
|
|
1765
|
+
"version": "4.4.17",
|
|
1766
|
+
"integrity": "10c0/44e653e2ed31bf765f0b30ca404dc3e02f30ad800971f812a6363b71da8d37de5d7d8901d9db4d86d2493f25037904f35c01bbb1a83a2a72e7e7b201ce5c411a",
|
|
1854
1767
|
"requires": {
|
|
1855
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1856
|
-
"@smithy/types": "^4.14.
|
|
1768
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1769
|
+
"@smithy/types": "^4.14.1",
|
|
1857
1770
|
"@smithy/util-config-provider": "^4.2.2",
|
|
1858
|
-
"@smithy/util-endpoints": "^3.
|
|
1859
|
-
"@smithy/util-middleware": "^4.2.
|
|
1771
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
1772
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1860
1773
|
"tslib": "^2.6.2"
|
|
1861
1774
|
}
|
|
1862
1775
|
},
|
|
1863
1776
|
"@smithy/core": {
|
|
1864
|
-
"version": "3.23.
|
|
1865
|
-
"integrity": "10c0/
|
|
1777
|
+
"version": "3.23.17",
|
|
1778
|
+
"integrity": "10c0/223631835e93c314a8fa394db724673c0940d3ba9e5ffbd73bd7c09854d7e003d19de950b44ce408e099c72ed3c22eb5e41370abea4ac656f7037e6da07be3c1",
|
|
1866
1779
|
"requires": {
|
|
1867
|
-
"@smithy/protocol-http": "^5.3.
|
|
1868
|
-
"@smithy/types": "^4.14.
|
|
1869
|
-
"@smithy/url-parser": "^4.2.
|
|
1780
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1781
|
+
"@smithy/types": "^4.14.1",
|
|
1782
|
+
"@smithy/url-parser": "^4.2.14",
|
|
1870
1783
|
"@smithy/util-base64": "^4.3.2",
|
|
1871
1784
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
1872
|
-
"@smithy/util-middleware": "^4.2.
|
|
1873
|
-
"@smithy/util-stream": "^4.5.
|
|
1785
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1786
|
+
"@smithy/util-stream": "^4.5.25",
|
|
1874
1787
|
"@smithy/util-utf8": "^4.2.2",
|
|
1875
1788
|
"@smithy/uuid": "^1.1.2",
|
|
1876
1789
|
"tslib": "^2.6.2"
|
|
1877
1790
|
}
|
|
1878
1791
|
},
|
|
1879
1792
|
"@smithy/fetch-http-handler": {
|
|
1880
|
-
"version": "5.3.
|
|
1881
|
-
"integrity": "10c0/
|
|
1793
|
+
"version": "5.3.17",
|
|
1794
|
+
"integrity": "10c0/8adac6bf9d5735f8ddbe9e59dd268f985881b64b03cba7e83401471b3094139189476324fe640bbd19d75f5cd8e098d9a2a7f4925bc9fadecd1ccbe937773c12",
|
|
1882
1795
|
"requires": {
|
|
1883
|
-
"@smithy/protocol-http": "^5.3.
|
|
1884
|
-
"@smithy/querystring-builder": "^4.2.
|
|
1885
|
-
"@smithy/types": "^4.14.
|
|
1796
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1797
|
+
"@smithy/querystring-builder": "^4.2.14",
|
|
1798
|
+
"@smithy/types": "^4.14.1",
|
|
1886
1799
|
"@smithy/util-base64": "^4.3.2",
|
|
1887
1800
|
"tslib": "^2.6.2"
|
|
1888
1801
|
}
|
|
1889
1802
|
},
|
|
1890
1803
|
"@smithy/hash-node": {
|
|
1891
|
-
"version": "4.2.
|
|
1892
|
-
"integrity": "10c0/
|
|
1804
|
+
"version": "4.2.14",
|
|
1805
|
+
"integrity": "10c0/c2cfc5dac4f2b996c4c5c503d3c26e52fcd0a647e71541182b24a48925801659828c9d378dad6857444b9d997c1655bdb23f6db5994ad8b7c814b2d0a09655b7",
|
|
1893
1806
|
"requires": {
|
|
1894
|
-
"@smithy/types": "^4.14.
|
|
1807
|
+
"@smithy/types": "^4.14.1",
|
|
1895
1808
|
"@smithy/util-buffer-from": "^4.2.2",
|
|
1896
1809
|
"@smithy/util-utf8": "^4.2.2",
|
|
1897
1810
|
"tslib": "^2.6.2"
|
|
1898
1811
|
}
|
|
1899
1812
|
},
|
|
1900
1813
|
"@smithy/invalid-dependency": {
|
|
1901
|
-
"version": "4.2.
|
|
1902
|
-
"integrity": "10c0/
|
|
1814
|
+
"version": "4.2.14",
|
|
1815
|
+
"integrity": "10c0/deba2c21232050de87e7893b86a27a8f080ace391a3cccf22d7aee183bc3b392247f3bb1a0e4f0b6ea6f928c18ba035fd2ed3af257178ba84f3564d47c635d16",
|
|
1903
1816
|
"requires": {
|
|
1904
|
-
"@smithy/types": "^4.14.
|
|
1817
|
+
"@smithy/types": "^4.14.1",
|
|
1905
1818
|
"tslib": "^2.6.2"
|
|
1906
1819
|
}
|
|
1907
1820
|
},
|
|
1908
1821
|
"@smithy/middleware-content-length": {
|
|
1909
|
-
"version": "4.2.
|
|
1910
|
-
"integrity": "10c0/
|
|
1822
|
+
"version": "4.2.14",
|
|
1823
|
+
"integrity": "10c0/c26cc36504ad9a720e42f009bcc185b16e35ff64644bbec710a998c071d3366face29bb6fa68744adc7312356803666922459e416f3a7ae5c804841957832c3d",
|
|
1911
1824
|
"requires": {
|
|
1912
|
-
"@smithy/protocol-http": "^5.3.
|
|
1913
|
-
"@smithy/types": "^4.14.
|
|
1825
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1826
|
+
"@smithy/types": "^4.14.1",
|
|
1914
1827
|
"tslib": "^2.6.2"
|
|
1915
1828
|
}
|
|
1916
1829
|
},
|
|
1917
1830
|
"@smithy/middleware-endpoint": {
|
|
1918
|
-
"version": "4.4.
|
|
1919
|
-
"integrity": "10c0/
|
|
1920
|
-
"requires": {
|
|
1921
|
-
"@smithy/core": "^3.23.
|
|
1922
|
-
"@smithy/middleware-serde": "^4.2.
|
|
1923
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1924
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
1925
|
-
"@smithy/types": "^4.14.
|
|
1926
|
-
"@smithy/url-parser": "^4.2.
|
|
1927
|
-
"@smithy/util-middleware": "^4.2.
|
|
1831
|
+
"version": "4.4.32",
|
|
1832
|
+
"integrity": "10c0/a77ba3f56956b872a533754c71f75d2a9d6df9af8d58a059d07caedd1af3ffdcae5b667a0b96b6d067555a777510f6fc5847f699a2dd705e9b5837d21510daa4",
|
|
1833
|
+
"requires": {
|
|
1834
|
+
"@smithy/core": "^3.23.17",
|
|
1835
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
1836
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1837
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1838
|
+
"@smithy/types": "^4.14.1",
|
|
1839
|
+
"@smithy/url-parser": "^4.2.14",
|
|
1840
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1928
1841
|
"tslib": "^2.6.2"
|
|
1929
1842
|
}
|
|
1930
1843
|
},
|
|
1931
1844
|
"@smithy/middleware-retry": {
|
|
1932
|
-
"version": "4.5.
|
|
1933
|
-
"integrity": "10c0/
|
|
1934
|
-
"requires": {
|
|
1935
|
-
"@smithy/core": "^3.23.
|
|
1936
|
-
"@smithy/node-config-provider": "^4.3.
|
|
1937
|
-
"@smithy/protocol-http": "^5.3.
|
|
1938
|
-
"@smithy/service-error-classification": "^4.
|
|
1939
|
-
"@smithy/smithy-client": "^4.12.
|
|
1940
|
-
"@smithy/types": "^4.14.
|
|
1941
|
-
"@smithy/util-middleware": "^4.2.
|
|
1942
|
-
"@smithy/util-retry": "^4.3.
|
|
1845
|
+
"version": "4.5.5",
|
|
1846
|
+
"integrity": "10c0/90bc79a5103e81a1f628c5c426cb4df3577cead58cc50776285ac130f9b128f51963f6ca43d9e68dd253d106ed126f069515396a8c08b29aade039dc67b7cfd0",
|
|
1847
|
+
"requires": {
|
|
1848
|
+
"@smithy/core": "^3.23.17",
|
|
1849
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1850
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1851
|
+
"@smithy/service-error-classification": "^4.3.0",
|
|
1852
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
1853
|
+
"@smithy/types": "^4.14.1",
|
|
1854
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
1855
|
+
"@smithy/util-retry": "^4.3.4",
|
|
1943
1856
|
"@smithy/uuid": "^1.1.2",
|
|
1944
1857
|
"tslib": "^2.6.2"
|
|
1945
1858
|
}
|
|
1946
1859
|
},
|
|
1947
1860
|
"@smithy/middleware-serde": {
|
|
1948
|
-
"version": "4.2.
|
|
1949
|
-
"integrity": "10c0/
|
|
1861
|
+
"version": "4.2.20",
|
|
1862
|
+
"integrity": "10c0/2db736d58c0d628a33febad86259eedd6d025135fc403458e4469a077a6adbb909587408acb62c982fa1b2d8b1376507da90661a4315a544c7d73a62179a3453",
|
|
1950
1863
|
"requires": {
|
|
1951
|
-
"@smithy/core": "^3.23.
|
|
1952
|
-
"@smithy/protocol-http": "^5.3.
|
|
1953
|
-
"@smithy/types": "^4.14.
|
|
1864
|
+
"@smithy/core": "^3.23.17",
|
|
1865
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1866
|
+
"@smithy/types": "^4.14.1",
|
|
1954
1867
|
"tslib": "^2.6.2"
|
|
1955
1868
|
}
|
|
1956
1869
|
},
|
|
1957
1870
|
"@smithy/middleware-stack": {
|
|
1958
|
-
"version": "4.2.
|
|
1959
|
-
"integrity": "10c0/
|
|
1871
|
+
"version": "4.2.14",
|
|
1872
|
+
"integrity": "10c0/5a0323c50b399c4a2ff0d91b219c7c285b006f905f66b291b6013a4e94f14c036ff5a74c565989afc3c6f0fafc6c266bca6746b79e242403713b7d18dc266a92",
|
|
1960
1873
|
"requires": {
|
|
1961
|
-
"@smithy/types": "^4.14.
|
|
1874
|
+
"@smithy/types": "^4.14.1",
|
|
1962
1875
|
"tslib": "^2.6.2"
|
|
1963
1876
|
}
|
|
1964
1877
|
},
|
|
1965
1878
|
"@smithy/node-config-provider": {
|
|
1966
|
-
"version": "4.3.
|
|
1967
|
-
"integrity": "10c0/
|
|
1879
|
+
"version": "4.3.14",
|
|
1880
|
+
"integrity": "10c0/59033a2fde5327d9ae1a0304a0eb2c3145141024cb4dcb58c5cd3c48371cd3a55d7228a3d2f33a5785b2d6a0a35475cbd0d1b2435d964c824683ac89a664e926",
|
|
1968
1881
|
"requires": {
|
|
1969
|
-
"@smithy/property-provider": "^4.2.
|
|
1970
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
1971
|
-
"@smithy/types": "^4.14.
|
|
1882
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1883
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
1884
|
+
"@smithy/types": "^4.14.1",
|
|
1972
1885
|
"tslib": "^2.6.2"
|
|
1973
1886
|
}
|
|
1974
1887
|
},
|
|
1975
1888
|
"@smithy/node-http-handler": {
|
|
1976
|
-
"version": "4.
|
|
1977
|
-
"integrity": "10c0/
|
|
1889
|
+
"version": "4.6.1",
|
|
1890
|
+
"integrity": "10c0/6c07fbfd8326cd5369283bd19c1af923ee49b7dcf42fdd199bb7132e4c25eaa6db8573e3b669fb60be0d8f9757a3f2482cd0cf6d6631494255f08239d3036ed2",
|
|
1978
1891
|
"requires": {
|
|
1979
|
-
"@smithy/protocol-http": "^5.3.
|
|
1980
|
-
"@smithy/querystring-builder": "^4.2.
|
|
1981
|
-
"@smithy/types": "^4.14.
|
|
1892
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1893
|
+
"@smithy/querystring-builder": "^4.2.14",
|
|
1894
|
+
"@smithy/types": "^4.14.1",
|
|
1982
1895
|
"tslib": "^2.6.2"
|
|
1983
1896
|
}
|
|
1984
1897
|
},
|
|
1985
1898
|
"@smithy/protocol-http": {
|
|
1986
|
-
"version": "5.3.
|
|
1987
|
-
"integrity": "10c0/
|
|
1899
|
+
"version": "5.3.14",
|
|
1900
|
+
"integrity": "10c0/ed7306e7e4b919fdacf60d1928f003ac4c4679cffd7472b078547fbed7b6cb9ba524f105b1871c2cd79222871169d3183257fd0a1a81c172fa7cf0a9abaf35f9",
|
|
1988
1901
|
"requires": {
|
|
1989
|
-
"@smithy/types": "^4.14.
|
|
1902
|
+
"@smithy/types": "^4.14.1",
|
|
1990
1903
|
"tslib": "^2.6.2"
|
|
1991
1904
|
}
|
|
1992
1905
|
},
|
|
1993
1906
|
"@smithy/smithy-client": {
|
|
1994
|
-
"version": "4.12.
|
|
1995
|
-
"integrity": "10c0/
|
|
1996
|
-
"requires": {
|
|
1997
|
-
"@smithy/core": "^3.23.
|
|
1998
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
1999
|
-
"@smithy/middleware-stack": "^4.2.
|
|
2000
|
-
"@smithy/protocol-http": "^5.3.
|
|
2001
|
-
"@smithy/types": "^4.14.
|
|
2002
|
-
"@smithy/util-stream": "^4.5.
|
|
1907
|
+
"version": "4.12.13",
|
|
1908
|
+
"integrity": "10c0/0680d4d0720d110a637fabb8bdc85175e1471191925f5c55f08636f5327de1bc29c8db75318aac1396491fa83c8a319dd4cd26c5e9fff619207c9a96b9dbd9fe",
|
|
1909
|
+
"requires": {
|
|
1910
|
+
"@smithy/core": "^3.23.17",
|
|
1911
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
1912
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
1913
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
1914
|
+
"@smithy/types": "^4.14.1",
|
|
1915
|
+
"@smithy/util-stream": "^4.5.25",
|
|
2003
1916
|
"tslib": "^2.6.2"
|
|
2004
1917
|
}
|
|
2005
1918
|
},
|
|
2006
1919
|
"@smithy/url-parser": {
|
|
2007
|
-
"version": "4.2.
|
|
2008
|
-
"integrity": "10c0/
|
|
1920
|
+
"version": "4.2.14",
|
|
1921
|
+
"integrity": "10c0/360463fe1fb51b8a1c5b80f4a16df993ee4e87221e60ce51c428b0737d6f1325434ec572bb7afca7d65bb9a09c750f307822a23e42be675706ee71fedd7c6c06",
|
|
2009
1922
|
"requires": {
|
|
2010
|
-
"@smithy/querystring-parser": "^4.2.
|
|
2011
|
-
"@smithy/types": "^4.14.
|
|
1923
|
+
"@smithy/querystring-parser": "^4.2.14",
|
|
1924
|
+
"@smithy/types": "^4.14.1",
|
|
2012
1925
|
"tslib": "^2.6.2"
|
|
2013
1926
|
}
|
|
2014
1927
|
},
|
|
@@ -2036,42 +1949,42 @@
|
|
|
2036
1949
|
}
|
|
2037
1950
|
},
|
|
2038
1951
|
"@smithy/util-defaults-mode-browser": {
|
|
2039
|
-
"version": "4.3.
|
|
2040
|
-
"integrity": "10c0/
|
|
1952
|
+
"version": "4.3.49",
|
|
1953
|
+
"integrity": "10c0/0979b09f1108aa41f5bf623e32fa138e129fbffe3adc23c46308afa310b925635428f9d7e36e3e2a312cafe9af325cb5f01667791ee672418d4f302c1961623b",
|
|
2041
1954
|
"requires": {
|
|
2042
|
-
"@smithy/property-provider": "^4.2.
|
|
2043
|
-
"@smithy/smithy-client": "^4.12.
|
|
2044
|
-
"@smithy/types": "^4.14.
|
|
1955
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1956
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
1957
|
+
"@smithy/types": "^4.14.1",
|
|
2045
1958
|
"tslib": "^2.6.2"
|
|
2046
1959
|
}
|
|
2047
1960
|
},
|
|
2048
1961
|
"@smithy/util-defaults-mode-node": {
|
|
2049
|
-
"version": "4.2.
|
|
2050
|
-
"integrity": "10c0/
|
|
2051
|
-
"requires": {
|
|
2052
|
-
"@smithy/config-resolver": "^4.4.
|
|
2053
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
2054
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2055
|
-
"@smithy/property-provider": "^4.2.
|
|
2056
|
-
"@smithy/smithy-client": "^4.12.
|
|
2057
|
-
"@smithy/types": "^4.14.
|
|
1962
|
+
"version": "4.2.54",
|
|
1963
|
+
"integrity": "10c0/7146087fa1d7758b37da456719d589f63300843ff5610891de02a0434c5abbd49fd257712c2d9e0bede904f4ec62c9d3c9eddcd6ec0372134f998e4f9c0bce09",
|
|
1964
|
+
"requires": {
|
|
1965
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
1966
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
1967
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1968
|
+
"@smithy/property-provider": "^4.2.14",
|
|
1969
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
1970
|
+
"@smithy/types": "^4.14.1",
|
|
2058
1971
|
"tslib": "^2.6.2"
|
|
2059
1972
|
}
|
|
2060
1973
|
},
|
|
2061
1974
|
"@smithy/util-endpoints": {
|
|
2062
|
-
"version": "3.
|
|
2063
|
-
"integrity": "10c0/
|
|
1975
|
+
"version": "3.4.2",
|
|
1976
|
+
"integrity": "10c0/602e05c8dc43d8902604bac74b717d09da5b4f1994dcdd5025bffeced6002eaa0612ae1ccbe7a0e636a3d92a60747715e22cbacf8feeb672394d15b6ae211b13",
|
|
2064
1977
|
"requires": {
|
|
2065
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2066
|
-
"@smithy/types": "^4.14.
|
|
1978
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
1979
|
+
"@smithy/types": "^4.14.1",
|
|
2067
1980
|
"tslib": "^2.6.2"
|
|
2068
1981
|
}
|
|
2069
1982
|
},
|
|
2070
1983
|
"@smithy/util-middleware": {
|
|
2071
|
-
"version": "4.2.
|
|
2072
|
-
"integrity": "10c0/
|
|
1984
|
+
"version": "4.2.14",
|
|
1985
|
+
"integrity": "10c0/6ba5026b70ad7b58fac89d7428c0b1679be2a97a8fb47811a39e0183901a3c6ca8732ee225ddfda28e7b86223d49983ff709421905da571bc00b82c660e4fc27",
|
|
2073
1986
|
"requires": {
|
|
2074
|
-
"@smithy/types": "^4.14.
|
|
1987
|
+
"@smithy/types": "^4.14.1",
|
|
2075
1988
|
"tslib": "^2.6.2"
|
|
2076
1989
|
}
|
|
2077
1990
|
},
|
|
@@ -2084,10 +1997,10 @@
|
|
|
2084
1997
|
}
|
|
2085
1998
|
},
|
|
2086
1999
|
"@smithy/util-waiter": {
|
|
2087
|
-
"version": "4.2.
|
|
2088
|
-
"integrity": "10c0/
|
|
2000
|
+
"version": "4.2.16",
|
|
2001
|
+
"integrity": "10c0/c2ee5f83f5325af0c26be5d535ecd9166aa30b59c8f4ee3675bdd682521f3e2391015265afeae8585bf4009ba257d39ba7866ccc4a95c429ae14dc570ef3d9aa",
|
|
2089
2002
|
"requires": {
|
|
2090
|
-
"@smithy/types": "^4.14.
|
|
2003
|
+
"@smithy/types": "^4.14.1",
|
|
2091
2004
|
"tslib": "^2.6.2"
|
|
2092
2005
|
}
|
|
2093
2006
|
},
|
|
@@ -2096,12 +2009,12 @@
|
|
|
2096
2009
|
"integrity": "10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62"
|
|
2097
2010
|
},
|
|
2098
2011
|
"@smithy/util-stream": {
|
|
2099
|
-
"version": "4.5.
|
|
2100
|
-
"integrity": "10c0/
|
|
2012
|
+
"version": "4.5.25",
|
|
2013
|
+
"integrity": "10c0/4b222c975eca2018831f1ab4067f122f4ef5e68f3abb71776003309f1a27f67d509a2d86f5f1f81a91656236db0e29c38314c005b17dbf63f053de4d97be7b59",
|
|
2101
2014
|
"requires": {
|
|
2102
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
2103
|
-
"@smithy/node-http-handler": "^4.
|
|
2104
|
-
"@smithy/types": "^4.14.
|
|
2015
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
2016
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
2017
|
+
"@smithy/types": "^4.14.1",
|
|
2105
2018
|
"@smithy/util-base64": "^4.3.2",
|
|
2106
2019
|
"@smithy/util-buffer-from": "^4.2.2",
|
|
2107
2020
|
"@smithy/util-hex-encoding": "^4.2.2",
|
|
@@ -2109,29 +2022,52 @@
|
|
|
2109
2022
|
"tslib": "^2.6.2"
|
|
2110
2023
|
}
|
|
2111
2024
|
},
|
|
2025
|
+
"@aws-sdk/dynamodb-codec": {
|
|
2026
|
+
"version": "3.973.5",
|
|
2027
|
+
"integrity": "10c0/26c4a71a8728338c1eca9d8502fa6039c83b35e2afe5bda16f92a8c81d9f9988e75ac87ccc4c412dde93cab3a9e881ecab972b550ee31c363f16ef0fddbc93df",
|
|
2028
|
+
"requires": {
|
|
2029
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2030
|
+
"@smithy/core": "^3.23.17",
|
|
2031
|
+
"@smithy/types": "^4.14.1",
|
|
2032
|
+
"@smithy/util-base64": "^4.3.2",
|
|
2033
|
+
"tslib": "^2.6.2"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"@aws-sdk/middleware-endpoint-discovery": {
|
|
2037
|
+
"version": "3.972.11",
|
|
2038
|
+
"integrity": "10c0/c448ec87dafdba2f25d3e28baf64942779e3f98bb4bb426566dc53accaf1b8e46225a375ffcb877bf6a3849e59f4ea843fd1e181c4e0ae86dc946182fa51a465",
|
|
2039
|
+
"requires": {
|
|
2040
|
+
"@aws-sdk/endpoint-cache": "^3.972.5",
|
|
2041
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2042
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2043
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2044
|
+
"@smithy/types": "^4.14.1",
|
|
2045
|
+
"tslib": "^2.6.2"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2112
2048
|
"@smithy/eventstream-serde-browser": {
|
|
2113
|
-
"version": "4.2.
|
|
2114
|
-
"integrity": "10c0/
|
|
2049
|
+
"version": "4.2.14",
|
|
2050
|
+
"integrity": "10c0/b624cf962ec84bbc61c419938de07548cbff3b1049fe5fb0c88097bdb516e6f3af22f6856ab3a5212cf352e7f1c69b0c5d03370cb4fe7f91a29dff975c385da5",
|
|
2115
2051
|
"requires": {
|
|
2116
|
-
"@smithy/eventstream-serde-universal": "^4.2.
|
|
2117
|
-
"@smithy/types": "^4.14.
|
|
2052
|
+
"@smithy/eventstream-serde-universal": "^4.2.14",
|
|
2053
|
+
"@smithy/types": "^4.14.1",
|
|
2118
2054
|
"tslib": "^2.6.2"
|
|
2119
2055
|
}
|
|
2120
2056
|
},
|
|
2121
2057
|
"@smithy/eventstream-serde-config-resolver": {
|
|
2122
|
-
"version": "4.3.
|
|
2123
|
-
"integrity": "10c0/
|
|
2058
|
+
"version": "4.3.14",
|
|
2059
|
+
"integrity": "10c0/d889a6e12797928c9507e99193f86ba0b7807441b67305643ec6b8b953c54237aa0ae7a4baaf00eb72ff07e3c71e88d6225de3db3d2b33729af38adb81b593f8",
|
|
2124
2060
|
"requires": {
|
|
2125
|
-
"@smithy/types": "^4.14.
|
|
2061
|
+
"@smithy/types": "^4.14.1",
|
|
2126
2062
|
"tslib": "^2.6.2"
|
|
2127
2063
|
}
|
|
2128
2064
|
},
|
|
2129
2065
|
"@smithy/eventstream-serde-node": {
|
|
2130
|
-
"version": "4.2.
|
|
2131
|
-
"integrity": "10c0/
|
|
2066
|
+
"version": "4.2.14",
|
|
2067
|
+
"integrity": "10c0/c9dda5011ef3e6565dfa483811567b942fd822dfefb41768213fc9322b5298075c4a9228f8aa745af5bcebb23a2a61e24f091ce2be263da1ca3713aafa89c243",
|
|
2132
2068
|
"requires": {
|
|
2133
|
-
"@smithy/eventstream-serde-universal": "^4.2.
|
|
2134
|
-
"@smithy/types": "^4.14.
|
|
2069
|
+
"@smithy/eventstream-serde-universal": "^4.2.14",
|
|
2070
|
+
"@smithy/types": "^4.14.1",
|
|
2135
2071
|
"tslib": "^2.6.2"
|
|
2136
2072
|
}
|
|
2137
2073
|
},
|
|
@@ -2147,6 +2083,14 @@
|
|
|
2147
2083
|
"tslib": "^2.6.2"
|
|
2148
2084
|
},
|
|
2149
2085
|
"dependencies": {
|
|
2086
|
+
"@aws-sdk/types": {
|
|
2087
|
+
"version": "3.973.7",
|
|
2088
|
+
"integrity": "10c0/4dfe5933ec3624dcc7ecf1154fad67999c9b5ddb010a456edd3cb94e6112e9330e0bb3c03218040ee15bc91b7f8ba5e4c63f82074fef26f4616f74212c732aa7",
|
|
2089
|
+
"requires": {
|
|
2090
|
+
"@smithy/types": "^4.14.0",
|
|
2091
|
+
"tslib": "^2.6.2"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2150
2094
|
"@smithy/util-utf8": {
|
|
2151
2095
|
"version": "2.3.0",
|
|
2152
2096
|
"integrity": "10c0/e18840c58cc507ca57fdd624302aefd13337ee982754c9aa688463ffcae598c08461e8620e9852a424d662ffa948fc64919e852508028d09e89ced459bd506ab",
|
|
@@ -2155,6 +2099,13 @@
|
|
|
2155
2099
|
"tslib": "^2.6.2"
|
|
2156
2100
|
}
|
|
2157
2101
|
},
|
|
2102
|
+
"@smithy/types": {
|
|
2103
|
+
"version": "4.14.0",
|
|
2104
|
+
"integrity": "10c0/bddacc2bba36f4b514a0cccc3f725e6c6817075061813a7552754ea8ec5306beb9a9cbda916e731e793b5de4d48ac744af9dbd9746d5acf5a2106a4ad0270667",
|
|
2105
|
+
"requires": {
|
|
2106
|
+
"tslib": "^2.6.2"
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2158
2109
|
"@smithy/util-buffer-from": {
|
|
2159
2110
|
"version": "2.2.0",
|
|
2160
2111
|
"integrity": "10c0/223d6a508b52ff236eea01cddc062b7652d859dd01d457a4e50365af3de1e24a05f756e19433f6ccf1538544076b4215469e21a4ea83dc1d58d829725b0dbc5a",
|
|
@@ -2173,342 +2124,343 @@
|
|
|
2173
2124
|
}
|
|
2174
2125
|
},
|
|
2175
2126
|
"@aws-sdk/middleware-bucket-endpoint": {
|
|
2176
|
-
"version": "3.972.
|
|
2177
|
-
"integrity": "10c0/
|
|
2127
|
+
"version": "3.972.10",
|
|
2128
|
+
"integrity": "10c0/5529288142e0ebfbd985a257dbbb0f3510981a6ef56ce449465458ca12f7bcbbb9bfba9e1788c925329443604d4a438275f30254ef1d47e7931da798fb6e6765",
|
|
2178
2129
|
"requires": {
|
|
2179
|
-
"@aws-sdk/types": "^3.973.
|
|
2130
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2180
2131
|
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
2181
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2182
|
-
"@smithy/protocol-http": "^5.3.
|
|
2183
|
-
"@smithy/types": "^4.14.
|
|
2132
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2133
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2134
|
+
"@smithy/types": "^4.14.1",
|
|
2184
2135
|
"@smithy/util-config-provider": "^4.2.2",
|
|
2185
2136
|
"tslib": "^2.6.2"
|
|
2186
2137
|
}
|
|
2187
2138
|
},
|
|
2188
2139
|
"@aws-sdk/middleware-expect-continue": {
|
|
2189
|
-
"version": "3.972.
|
|
2190
|
-
"integrity": "10c0/
|
|
2140
|
+
"version": "3.972.10",
|
|
2141
|
+
"integrity": "10c0/c91588169621597bed09aa53f9bf858b83a0c8b8b84d6838ed3729c8222a7b7d5819595fd2617ca8f859e8471ca7e7132bb7d1694d5ada17039dea53cc707e4b",
|
|
2191
2142
|
"requires": {
|
|
2192
|
-
"@aws-sdk/types": "^3.973.
|
|
2193
|
-
"@smithy/protocol-http": "^5.3.
|
|
2194
|
-
"@smithy/types": "^4.14.
|
|
2143
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2144
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2145
|
+
"@smithy/types": "^4.14.1",
|
|
2195
2146
|
"tslib": "^2.6.2"
|
|
2196
2147
|
}
|
|
2197
2148
|
},
|
|
2198
2149
|
"@aws-sdk/middleware-flexible-checksums": {
|
|
2199
|
-
"version": "3.974.
|
|
2200
|
-
"integrity": "10c0/
|
|
2150
|
+
"version": "3.974.13",
|
|
2151
|
+
"integrity": "10c0/5610111f3f19270b61578d04af2a223dd0eb0aa1e0a75989c60658ef68db3317c1d7ee8b84b5c750f37f863a1bf13c326196fb767c6be1b56cdebfbbe6df81ab",
|
|
2201
2152
|
"requires": {
|
|
2202
2153
|
"@aws-crypto/crc32": "5.2.0",
|
|
2203
2154
|
"@aws-crypto/crc32c": "5.2.0",
|
|
2204
2155
|
"@aws-crypto/util": "5.2.0",
|
|
2205
|
-
"@aws-sdk/core": "^3.
|
|
2206
|
-
"@aws-sdk/crc64-nvme": "^3.972.
|
|
2207
|
-
"@aws-sdk/types": "^3.973.
|
|
2156
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2157
|
+
"@aws-sdk/crc64-nvme": "^3.972.7",
|
|
2158
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2208
2159
|
"@smithy/is-array-buffer": "^4.2.2",
|
|
2209
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2210
|
-
"@smithy/protocol-http": "^5.3.
|
|
2211
|
-
"@smithy/types": "^4.14.
|
|
2212
|
-
"@smithy/util-middleware": "^4.2.
|
|
2213
|
-
"@smithy/util-stream": "^4.5.
|
|
2160
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2161
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2162
|
+
"@smithy/types": "^4.14.1",
|
|
2163
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
2164
|
+
"@smithy/util-stream": "^4.5.25",
|
|
2214
2165
|
"@smithy/util-utf8": "^4.2.2",
|
|
2215
2166
|
"tslib": "^2.6.2"
|
|
2216
2167
|
}
|
|
2217
2168
|
},
|
|
2218
2169
|
"@aws-sdk/middleware-location-constraint": {
|
|
2219
|
-
"version": "3.972.
|
|
2220
|
-
"integrity": "10c0/
|
|
2170
|
+
"version": "3.972.10",
|
|
2171
|
+
"integrity": "10c0/ef8ef1f3cf7d28e5b02edcc2b62cab07a380f7a02983bdfcaf24fbea35129c53ac5a1f5846ab28212b649d6c81f437e2a846f1f954fb374509ea174201bf09d4",
|
|
2221
2172
|
"requires": {
|
|
2222
|
-
"@aws-sdk/types": "^3.973.
|
|
2223
|
-
"@smithy/types": "^4.14.
|
|
2173
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2174
|
+
"@smithy/types": "^4.14.1",
|
|
2224
2175
|
"tslib": "^2.6.2"
|
|
2225
2176
|
}
|
|
2226
2177
|
},
|
|
2227
2178
|
"@aws-sdk/middleware-sdk-s3": {
|
|
2228
|
-
"version": "3.972.
|
|
2229
|
-
"integrity": "10c0/
|
|
2179
|
+
"version": "3.972.34",
|
|
2180
|
+
"integrity": "10c0/608f0e9ce9b121b8c8f06180ef8e4afd24d98f1f10c0454eaba775dc3b33edd8ebebca506960d25006aa5355b1cd4980c3aaf6662370d27c92eb63b76a0ab58b",
|
|
2230
2181
|
"requires": {
|
|
2231
|
-
"@aws-sdk/core": "^3.
|
|
2232
|
-
"@aws-sdk/types": "^3.973.
|
|
2182
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2183
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2233
2184
|
"@aws-sdk/util-arn-parser": "^3.972.3",
|
|
2234
|
-
"@smithy/core": "^3.23.
|
|
2235
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2236
|
-
"@smithy/protocol-http": "^5.3.
|
|
2237
|
-
"@smithy/signature-v4": "^5.3.
|
|
2238
|
-
"@smithy/smithy-client": "^4.12.
|
|
2239
|
-
"@smithy/types": "^4.14.
|
|
2185
|
+
"@smithy/core": "^3.23.17",
|
|
2186
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2187
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2188
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
2189
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
2190
|
+
"@smithy/types": "^4.14.1",
|
|
2240
2191
|
"@smithy/util-config-provider": "^4.2.2",
|
|
2241
|
-
"@smithy/util-middleware": "^4.2.
|
|
2242
|
-
"@smithy/util-stream": "^4.5.
|
|
2192
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
2193
|
+
"@smithy/util-stream": "^4.5.25",
|
|
2243
2194
|
"@smithy/util-utf8": "^4.2.2",
|
|
2244
2195
|
"tslib": "^2.6.2"
|
|
2245
2196
|
}
|
|
2246
2197
|
},
|
|
2247
2198
|
"@aws-sdk/middleware-ssec": {
|
|
2248
|
-
"version": "3.972.
|
|
2249
|
-
"integrity": "10c0/
|
|
2199
|
+
"version": "3.972.10",
|
|
2200
|
+
"integrity": "10c0/13e11c485e63d6b3d8a5f14888c6b8aea1c0a96a99826e840840b6974b9605b5f528f8869b021036e8615995d9e5ecd33d6e67af1561ed673d37292d356ca441",
|
|
2250
2201
|
"requires": {
|
|
2251
|
-
"@aws-sdk/types": "^3.973.
|
|
2252
|
-
"@smithy/types": "^4.14.
|
|
2202
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2203
|
+
"@smithy/types": "^4.14.1",
|
|
2253
2204
|
"tslib": "^2.6.2"
|
|
2254
2205
|
}
|
|
2255
2206
|
},
|
|
2256
2207
|
"@aws-sdk/signature-v4-multi-region": {
|
|
2257
|
-
"version": "3.996.
|
|
2258
|
-
"integrity": "10c0/
|
|
2259
|
-
"requires": {
|
|
2260
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
2261
|
-
"@aws-sdk/types": "^3.973.
|
|
2262
|
-
"@smithy/protocol-http": "^5.3.
|
|
2263
|
-
"@smithy/signature-v4": "^5.3.
|
|
2264
|
-
"@smithy/types": "^4.14.
|
|
2208
|
+
"version": "3.996.22",
|
|
2209
|
+
"integrity": "10c0/b49eb74c510064059f150ad3a8bfa017db3e6945dccb2af487bb2dbf5d0764db65a25f441ad8b1583cdc8cc1a76f5e8e531f121697a5c581171c25b5713ea2b3",
|
|
2210
|
+
"requires": {
|
|
2211
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.34",
|
|
2212
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2213
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2214
|
+
"@smithy/signature-v4": "^5.3.14",
|
|
2215
|
+
"@smithy/types": "^4.14.1",
|
|
2265
2216
|
"tslib": "^2.6.2"
|
|
2266
2217
|
}
|
|
2267
2218
|
},
|
|
2268
2219
|
"@smithy/hash-blob-browser": {
|
|
2269
|
-
"version": "4.2.
|
|
2270
|
-
"integrity": "10c0/
|
|
2220
|
+
"version": "4.2.15",
|
|
2221
|
+
"integrity": "10c0/0f1ee2fd786306c604c4c08bb3b6ba00bf99fd2ba36743ca5d2695c8d37e02bb84435d5d55ebde6483a506ebcc20c42203750671cdd73618255499ef8cd0852b",
|
|
2271
2222
|
"requires": {
|
|
2272
2223
|
"@smithy/chunked-blob-reader": "^5.2.2",
|
|
2273
2224
|
"@smithy/chunked-blob-reader-native": "^4.2.3",
|
|
2274
|
-
"@smithy/types": "^4.14.
|
|
2225
|
+
"@smithy/types": "^4.14.1",
|
|
2275
2226
|
"tslib": "^2.6.2"
|
|
2276
2227
|
}
|
|
2277
2228
|
},
|
|
2278
2229
|
"@smithy/hash-stream-node": {
|
|
2279
|
-
"version": "4.2.
|
|
2280
|
-
"integrity": "10c0/
|
|
2230
|
+
"version": "4.2.14",
|
|
2231
|
+
"integrity": "10c0/db14c0879527dfc0a184a4958e8f229e1e3f15d0e612ad4596ee92de8f9d672a5ead4a325e517f235129530a8d8472c2bb628d0620af6662abc65adfe71f573e",
|
|
2281
2232
|
"requires": {
|
|
2282
|
-
"@smithy/types": "^4.14.
|
|
2233
|
+
"@smithy/types": "^4.14.1",
|
|
2283
2234
|
"@smithy/util-utf8": "^4.2.2",
|
|
2284
2235
|
"tslib": "^2.6.2"
|
|
2285
2236
|
}
|
|
2286
2237
|
},
|
|
2287
2238
|
"@smithy/md5-js": {
|
|
2288
|
-
"version": "4.2.
|
|
2289
|
-
"integrity": "10c0/
|
|
2239
|
+
"version": "4.2.14",
|
|
2240
|
+
"integrity": "10c0/d0bd6f08a3e37e83685fc1eba6621ee0f19576466ba23e7239dc201c97f83d46f6b9f7ddecc48ab74535b1f498d9facc43f18018f168dc26d2b5d0f9c72af761",
|
|
2290
2241
|
"requires": {
|
|
2291
|
-
"@smithy/types": "^4.14.
|
|
2242
|
+
"@smithy/types": "^4.14.1",
|
|
2292
2243
|
"@smithy/util-utf8": "^4.2.2",
|
|
2293
2244
|
"tslib": "^2.6.2"
|
|
2294
2245
|
}
|
|
2295
2246
|
},
|
|
2296
2247
|
"@aws-sdk/client-cognito-identity": {
|
|
2297
|
-
"version": "3.
|
|
2298
|
-
"integrity": "10c0/
|
|
2248
|
+
"version": "3.1036.0",
|
|
2249
|
+
"integrity": "10c0/032cb6f4d342480c6dfa67e3021a448131182a1b5b23763ba11ef7584e95d93737bcfd2d938e11276588915a6e3e3a26d9e6fb2fa8197fc606f6d1a7c6bfc58c",
|
|
2299
2250
|
"requires": {
|
|
2300
2251
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
2301
2252
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
2302
|
-
"@aws-sdk/core": "^3.
|
|
2303
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
2304
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
2305
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
2306
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
2307
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
2308
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
2309
|
-
"@aws-sdk/types": "^3.973.
|
|
2310
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
2311
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
2312
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
2313
|
-
"@smithy/config-resolver": "^4.4.
|
|
2314
|
-
"@smithy/core": "^3.23.
|
|
2315
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
2316
|
-
"@smithy/hash-node": "^4.2.
|
|
2317
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
2318
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
2319
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
2320
|
-
"@smithy/middleware-retry": "^4.5.
|
|
2321
|
-
"@smithy/middleware-serde": "^4.2.
|
|
2322
|
-
"@smithy/middleware-stack": "^4.2.
|
|
2323
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2324
|
-
"@smithy/node-http-handler": "^4.
|
|
2325
|
-
"@smithy/protocol-http": "^5.3.
|
|
2326
|
-
"@smithy/smithy-client": "^4.12.
|
|
2327
|
-
"@smithy/types": "^4.14.
|
|
2328
|
-
"@smithy/url-parser": "^4.2.
|
|
2253
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2254
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
2255
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
2256
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
2257
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
2258
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
2259
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
2260
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2261
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
2262
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
2263
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
2264
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
2265
|
+
"@smithy/core": "^3.23.17",
|
|
2266
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
2267
|
+
"@smithy/hash-node": "^4.2.14",
|
|
2268
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
2269
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
2270
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
2271
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
2272
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
2273
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
2274
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2275
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
2276
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2277
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
2278
|
+
"@smithy/types": "^4.14.1",
|
|
2279
|
+
"@smithy/url-parser": "^4.2.14",
|
|
2329
2280
|
"@smithy/util-base64": "^4.3.2",
|
|
2330
2281
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
2331
2282
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
2332
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
2333
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
2334
|
-
"@smithy/util-endpoints": "^3.
|
|
2335
|
-
"@smithy/util-middleware": "^4.2.
|
|
2336
|
-
"@smithy/util-retry": "^4.3.
|
|
2283
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
2284
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
2285
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
2286
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
2287
|
+
"@smithy/util-retry": "^4.3.4",
|
|
2337
2288
|
"@smithy/util-utf8": "^4.2.2",
|
|
2338
2289
|
"tslib": "^2.6.2"
|
|
2339
2290
|
}
|
|
2340
2291
|
},
|
|
2341
2292
|
"@aws-sdk/credential-provider-cognito-identity": {
|
|
2342
|
-
"version": "3.972.
|
|
2343
|
-
"integrity": "10c0/
|
|
2293
|
+
"version": "3.972.28",
|
|
2294
|
+
"integrity": "10c0/95eb672d35acf5d5c44c3577bb1350047e468af16458255e5b5eb7f0dac7785dce0d9fedea78614a71322f245afaf472bd684e58221709d1e3ce29bef7839b00",
|
|
2344
2295
|
"requires": {
|
|
2345
|
-
"@aws-sdk/nested-clients": "^3.
|
|
2346
|
-
"@aws-sdk/types": "^3.973.
|
|
2347
|
-
"@smithy/property-provider": "^4.2.
|
|
2348
|
-
"@smithy/types": "^4.14.
|
|
2296
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
2297
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2298
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2299
|
+
"@smithy/types": "^4.14.1",
|
|
2349
2300
|
"tslib": "^2.6.2"
|
|
2350
2301
|
}
|
|
2351
2302
|
},
|
|
2352
2303
|
"@aws-sdk/credential-provider-env": {
|
|
2353
|
-
"version": "3.972.
|
|
2354
|
-
"integrity": "10c0/
|
|
2304
|
+
"version": "3.972.31",
|
|
2305
|
+
"integrity": "10c0/ebffed49e5688de32c7a1f149a0e306b85f2f6b1705ab6bfb21e8a9e470de8c9e8f0ea8ee9b0dfc89b90086ae47d5d7470b6a4d438276576b1d79cbd90736a63",
|
|
2355
2306
|
"requires": {
|
|
2356
|
-
"@aws-sdk/core": "^3.
|
|
2357
|
-
"@aws-sdk/types": "^3.973.
|
|
2358
|
-
"@smithy/property-provider": "^4.2.
|
|
2359
|
-
"@smithy/types": "^4.14.
|
|
2307
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2308
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2309
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2310
|
+
"@smithy/types": "^4.14.1",
|
|
2360
2311
|
"tslib": "^2.6.2"
|
|
2361
2312
|
}
|
|
2362
2313
|
},
|
|
2363
2314
|
"@aws-sdk/credential-provider-http": {
|
|
2364
|
-
"version": "3.972.
|
|
2365
|
-
"integrity": "10c0/
|
|
2366
|
-
"requires": {
|
|
2367
|
-
"@aws-sdk/core": "^3.
|
|
2368
|
-
"@aws-sdk/types": "^3.973.
|
|
2369
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
2370
|
-
"@smithy/node-http-handler": "^4.
|
|
2371
|
-
"@smithy/property-provider": "^4.2.
|
|
2372
|
-
"@smithy/protocol-http": "^5.3.
|
|
2373
|
-
"@smithy/smithy-client": "^4.12.
|
|
2374
|
-
"@smithy/types": "^4.14.
|
|
2375
|
-
"@smithy/util-stream": "^4.5.
|
|
2315
|
+
"version": "3.972.33",
|
|
2316
|
+
"integrity": "10c0/c2682171be61dd255506936f3a0efd4214e5a2a6299da08cc265a525be896ef02b18f6b8cf42262899bc8d9cbd470e0ab81bf13dc370cc34fbc934a7d7f0a553",
|
|
2317
|
+
"requires": {
|
|
2318
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2319
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2320
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
2321
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
2322
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2323
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2324
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
2325
|
+
"@smithy/types": "^4.14.1",
|
|
2326
|
+
"@smithy/util-stream": "^4.5.25",
|
|
2376
2327
|
"tslib": "^2.6.2"
|
|
2377
2328
|
}
|
|
2378
2329
|
},
|
|
2379
2330
|
"@aws-sdk/credential-provider-ini": {
|
|
2380
|
-
"version": "3.972.
|
|
2381
|
-
"integrity": "10c0/
|
|
2382
|
-
"requires": {
|
|
2383
|
-
"@aws-sdk/core": "^3.
|
|
2384
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
2385
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
2386
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
2387
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
2388
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
2389
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
2390
|
-
"@aws-sdk/nested-clients": "^3.
|
|
2391
|
-
"@aws-sdk/types": "^3.973.
|
|
2392
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
2393
|
-
"@smithy/property-provider": "^4.2.
|
|
2394
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
2395
|
-
"@smithy/types": "^4.14.
|
|
2331
|
+
"version": "3.972.35",
|
|
2332
|
+
"integrity": "10c0/2a75a906aa94d975aa9f2ce92d691ba239d3e0253b06ab60d1aea89b098cbe97a2d1ee3de1d2ac2e5e6e4a171f1e28fb9dee39d529fc2a1e5e524b5b59d55ed0",
|
|
2333
|
+
"requires": {
|
|
2334
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2335
|
+
"@aws-sdk/credential-provider-env": "^3.972.31",
|
|
2336
|
+
"@aws-sdk/credential-provider-http": "^3.972.33",
|
|
2337
|
+
"@aws-sdk/credential-provider-login": "^3.972.35",
|
|
2338
|
+
"@aws-sdk/credential-provider-process": "^3.972.31",
|
|
2339
|
+
"@aws-sdk/credential-provider-sso": "^3.972.35",
|
|
2340
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.35",
|
|
2341
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
2342
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2343
|
+
"@smithy/credential-provider-imds": "^4.2.14",
|
|
2344
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2345
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2346
|
+
"@smithy/types": "^4.14.1",
|
|
2396
2347
|
"tslib": "^2.6.2"
|
|
2397
2348
|
}
|
|
2398
2349
|
},
|
|
2399
2350
|
"@aws-sdk/credential-provider-login": {
|
|
2400
|
-
"version": "3.972.
|
|
2401
|
-
"integrity": "10c0/
|
|
2402
|
-
"requires": {
|
|
2403
|
-
"@aws-sdk/core": "^3.
|
|
2404
|
-
"@aws-sdk/nested-clients": "^3.
|
|
2405
|
-
"@aws-sdk/types": "^3.973.
|
|
2406
|
-
"@smithy/property-provider": "^4.2.
|
|
2407
|
-
"@smithy/protocol-http": "^5.3.
|
|
2408
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
2409
|
-
"@smithy/types": "^4.14.
|
|
2351
|
+
"version": "3.972.35",
|
|
2352
|
+
"integrity": "10c0/bab29212a3d9b7cc8fd70e0cc769ba2c462258e8e8754dbf550e5326d2bdab4177fa0250fc4073cf20dcaa897c61660a35028a071b6617fa31fafaf9c099b00a",
|
|
2353
|
+
"requires": {
|
|
2354
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2355
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
2356
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2357
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2358
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2359
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2360
|
+
"@smithy/types": "^4.14.1",
|
|
2410
2361
|
"tslib": "^2.6.2"
|
|
2411
2362
|
}
|
|
2412
2363
|
},
|
|
2413
2364
|
"@aws-sdk/credential-provider-process": {
|
|
2414
|
-
"version": "3.972.
|
|
2415
|
-
"integrity": "10c0/
|
|
2416
|
-
"requires": {
|
|
2417
|
-
"@aws-sdk/core": "^3.
|
|
2418
|
-
"@aws-sdk/types": "^3.973.
|
|
2419
|
-
"@smithy/property-provider": "^4.2.
|
|
2420
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
2421
|
-
"@smithy/types": "^4.14.
|
|
2365
|
+
"version": "3.972.31",
|
|
2366
|
+
"integrity": "10c0/63499d4b05983dfb5478d2a3875aeb1f4e4b5d61168fbd836e270388e9605a7e353b95e099323f4b40035bd85f0f9dc233b741033ea189c7ecf3aa39f5df98f5",
|
|
2367
|
+
"requires": {
|
|
2368
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2369
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2370
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2371
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2372
|
+
"@smithy/types": "^4.14.1",
|
|
2422
2373
|
"tslib": "^2.6.2"
|
|
2423
2374
|
}
|
|
2424
2375
|
},
|
|
2425
2376
|
"@aws-sdk/credential-provider-sso": {
|
|
2426
|
-
"version": "3.972.
|
|
2427
|
-
"integrity": "10c0/
|
|
2428
|
-
"requires": {
|
|
2429
|
-
"@aws-sdk/core": "^3.
|
|
2430
|
-
"@aws-sdk/nested-clients": "^3.
|
|
2431
|
-
"@aws-sdk/token-providers": "3.
|
|
2432
|
-
"@aws-sdk/types": "^3.973.
|
|
2433
|
-
"@smithy/property-provider": "^4.2.
|
|
2434
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
2435
|
-
"@smithy/types": "^4.14.
|
|
2377
|
+
"version": "3.972.35",
|
|
2378
|
+
"integrity": "10c0/5fbc36c3dc24c16ecb324b9c9ea5756106c7284be1666af72e9d078ccb45db6e5099a323c7d7f70aed78296fca084d647555bbd411d37a73f1d1c88cacfd31d9",
|
|
2379
|
+
"requires": {
|
|
2380
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2381
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
2382
|
+
"@aws-sdk/token-providers": "3.1036.0",
|
|
2383
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2384
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2385
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2386
|
+
"@smithy/types": "^4.14.1",
|
|
2436
2387
|
"tslib": "^2.6.2"
|
|
2437
2388
|
}
|
|
2438
2389
|
},
|
|
2439
2390
|
"@aws-sdk/credential-provider-web-identity": {
|
|
2440
|
-
"version": "3.972.
|
|
2441
|
-
"integrity": "10c0/
|
|
2442
|
-
"requires": {
|
|
2443
|
-
"@aws-sdk/core": "^3.
|
|
2444
|
-
"@aws-sdk/nested-clients": "^3.
|
|
2445
|
-
"@aws-sdk/types": "^3.973.
|
|
2446
|
-
"@smithy/property-provider": "^4.2.
|
|
2447
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
2448
|
-
"@smithy/types": "^4.14.
|
|
2391
|
+
"version": "3.972.35",
|
|
2392
|
+
"integrity": "10c0/61e55a0a6f85b8fb78fd2f1295e3cb274ad6c3b244cbdec7def8f4da96ddda00c38cb00269deb4b10fb1b04eeaf91cb8efe7d24e94087daa84e6a932756ad884",
|
|
2393
|
+
"requires": {
|
|
2394
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2395
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
2396
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2397
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2398
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
2399
|
+
"@smithy/types": "^4.14.1",
|
|
2449
2400
|
"tslib": "^2.6.2"
|
|
2450
2401
|
}
|
|
2451
2402
|
},
|
|
2452
2403
|
"@aws-sdk/nested-clients": {
|
|
2453
|
-
"version": "3.
|
|
2454
|
-
"integrity": "10c0/
|
|
2404
|
+
"version": "3.997.3",
|
|
2405
|
+
"integrity": "10c0/7dd2601bcc1ffe851b3dd1c9d3ff5127ce164a0761c39efe69a5176ffff6e4a2e680cc28bbe881a6dfd0b54f934c6bbbf5edbb0d99b51384dfd4ed99aff14da9",
|
|
2455
2406
|
"requires": {
|
|
2456
2407
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
2457
2408
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
2458
|
-
"@aws-sdk/core": "^3.
|
|
2459
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
2460
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
2461
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
2462
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
2463
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
2464
|
-
"@aws-sdk/
|
|
2465
|
-
"@aws-sdk/
|
|
2466
|
-
"@aws-sdk/util-
|
|
2467
|
-
"@aws-sdk/util-user-agent-
|
|
2468
|
-
"@
|
|
2469
|
-
"@smithy/
|
|
2470
|
-
"@smithy/
|
|
2471
|
-
"@smithy/
|
|
2472
|
-
"@smithy/
|
|
2473
|
-
"@smithy/
|
|
2474
|
-
"@smithy/middleware-
|
|
2475
|
-
"@smithy/middleware-
|
|
2476
|
-
"@smithy/middleware-
|
|
2477
|
-
"@smithy/middleware-
|
|
2478
|
-
"@smithy/
|
|
2479
|
-
"@smithy/node-
|
|
2480
|
-
"@smithy/
|
|
2481
|
-
"@smithy/
|
|
2482
|
-
"@smithy/
|
|
2483
|
-
"@smithy/
|
|
2409
|
+
"@aws-sdk/core": "^3.974.5",
|
|
2410
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
2411
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
2412
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
2413
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
2414
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
2415
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.22",
|
|
2416
|
+
"@aws-sdk/types": "^3.973.8",
|
|
2417
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
2418
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
2419
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
2420
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
2421
|
+
"@smithy/core": "^3.23.17",
|
|
2422
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
2423
|
+
"@smithy/hash-node": "^4.2.14",
|
|
2424
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
2425
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
2426
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
2427
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
2428
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
2429
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
2430
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2431
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
2432
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
2433
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
2434
|
+
"@smithy/types": "^4.14.1",
|
|
2435
|
+
"@smithy/url-parser": "^4.2.14",
|
|
2484
2436
|
"@smithy/util-base64": "^4.3.2",
|
|
2485
2437
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
2486
2438
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
2487
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
2488
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
2489
|
-
"@smithy/util-endpoints": "^3.
|
|
2490
|
-
"@smithy/util-middleware": "^4.2.
|
|
2491
|
-
"@smithy/util-retry": "^4.3.
|
|
2439
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
2440
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
2441
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
2442
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
2443
|
+
"@smithy/util-retry": "^4.3.4",
|
|
2492
2444
|
"@smithy/util-utf8": "^4.2.2",
|
|
2493
2445
|
"tslib": "^2.6.2"
|
|
2494
2446
|
}
|
|
2495
2447
|
},
|
|
2496
2448
|
"@smithy/credential-provider-imds": {
|
|
2497
|
-
"version": "4.2.
|
|
2498
|
-
"integrity": "10c0/
|
|
2449
|
+
"version": "4.2.14",
|
|
2450
|
+
"integrity": "10c0/62ced0249cb1ba64c6dd98a90b35b93dd9e3f1469d020752c46b5a83ecef38280f4b29c2f63e3b0c414a2fa2ec7631a19370415c80ed4d6ea18a9be040803126",
|
|
2499
2451
|
"requires": {
|
|
2500
|
-
"@smithy/node-config-provider": "^4.3.
|
|
2501
|
-
"@smithy/property-provider": "^4.2.
|
|
2502
|
-
"@smithy/types": "^4.14.
|
|
2503
|
-
"@smithy/url-parser": "^4.2.
|
|
2452
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
2453
|
+
"@smithy/property-provider": "^4.2.14",
|
|
2454
|
+
"@smithy/types": "^4.14.1",
|
|
2455
|
+
"@smithy/url-parser": "^4.2.14",
|
|
2504
2456
|
"tslib": "^2.6.2"
|
|
2505
2457
|
}
|
|
2506
2458
|
},
|
|
2507
2459
|
"@smithy/property-provider": {
|
|
2508
|
-
"version": "4.2.
|
|
2509
|
-
"integrity": "10c0/
|
|
2460
|
+
"version": "4.2.14",
|
|
2461
|
+
"integrity": "10c0/8d3da90e228b53885d1e82f28b33c095b72f3b1cb5dcd7f7edcd96292d90848e9cdfed85cef00040e198343e850acef61540e4de24bd10b07fbc8e1e8f4a1fdd",
|
|
2510
2462
|
"requires": {
|
|
2511
|
-
"@smithy/types": "^4.14.
|
|
2463
|
+
"@smithy/types": "^4.14.1",
|
|
2512
2464
|
"tslib": "^2.6.2"
|
|
2513
2465
|
}
|
|
2514
2466
|
},
|
|
@@ -2548,10 +2500,10 @@
|
|
|
2548
2500
|
}
|
|
2549
2501
|
},
|
|
2550
2502
|
"@smithy/service-error-classification": {
|
|
2551
|
-
"version": "4.
|
|
2552
|
-
"integrity": "10c0/
|
|
2503
|
+
"version": "4.3.0",
|
|
2504
|
+
"integrity": "10c0/713110456940c21dcf63beafe13b3e67bc14311472cc87e00e58dff325e524866dd8b590a2d5ee1b6f5954a9a8c50f639402d56586c81ddfc66a0c6e5ee5c93a",
|
|
2553
2505
|
"requires": {
|
|
2554
|
-
"@smithy/types": "^4.14.
|
|
2506
|
+
"@smithy/types": "^4.14.1"
|
|
2555
2507
|
}
|
|
2556
2508
|
},
|
|
2557
2509
|
"ansi-styles": {
|
|
@@ -3915,6 +3867,14 @@
|
|
|
3915
3867
|
"tslib": "^2.6.2"
|
|
3916
3868
|
},
|
|
3917
3869
|
"dependencies": {
|
|
3870
|
+
"@aws-sdk/types": {
|
|
3871
|
+
"version": "3.973.7",
|
|
3872
|
+
"integrity": "10c0/4dfe5933ec3624dcc7ecf1154fad67999c9b5ddb010a456edd3cb94e6112e9330e0bb3c03218040ee15bc91b7f8ba5e4c63f82074fef26f4616f74212c732aa7",
|
|
3873
|
+
"requires": {
|
|
3874
|
+
"@smithy/types": "^4.14.0",
|
|
3875
|
+
"tslib": "^2.6.2"
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3918
3878
|
"@smithy/util-utf8": {
|
|
3919
3879
|
"version": "2.3.0",
|
|
3920
3880
|
"integrity": "10c0/e18840c58cc507ca57fdd624302aefd13337ee982754c9aa688463ffcae598c08461e8620e9852a424d662ffa948fc64919e852508028d09e89ced459bd506ab",
|
|
@@ -3923,6 +3883,13 @@
|
|
|
3923
3883
|
"tslib": "^2.6.2"
|
|
3924
3884
|
}
|
|
3925
3885
|
},
|
|
3886
|
+
"@smithy/types": {
|
|
3887
|
+
"version": "4.14.0",
|
|
3888
|
+
"integrity": "10c0/bddacc2bba36f4b514a0cccc3f725e6c6817075061813a7552754ea8ec5306beb9a9cbda916e731e793b5de4d48ac744af9dbd9746d5acf5a2106a4ad0270667",
|
|
3889
|
+
"requires": {
|
|
3890
|
+
"tslib": "^2.6.2"
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3926
3893
|
"@smithy/util-buffer-from": {
|
|
3927
3894
|
"version": "2.2.0",
|
|
3928
3895
|
"integrity": "10c0/223d6a508b52ff236eea01cddc062b7652d859dd01d457a4e50365af3de1e24a05f756e19433f6ccf1538544076b4215469e21a4ea83dc1d58d829725b0dbc5a",
|
|
@@ -3948,33 +3915,33 @@
|
|
|
3948
3915
|
}
|
|
3949
3916
|
},
|
|
3950
3917
|
"@aws-sdk/xml-builder": {
|
|
3951
|
-
"version": "3.972.
|
|
3952
|
-
"integrity": "10c0/
|
|
3918
|
+
"version": "3.972.19",
|
|
3919
|
+
"integrity": "10c0/2aff71a4a83107f0452c481ba5e4bd24ac554d81797e66d239cc45f339e7f7a73c39325fa9dcdacb1288ae229d9f3be59880ba1d48bb0d7fa30397b472a9fd68",
|
|
3953
3920
|
"requires": {
|
|
3954
|
-
"@smithy/types": "^4.14.
|
|
3955
|
-
"fast-xml-parser": "5.
|
|
3921
|
+
"@smithy/types": "^4.14.1",
|
|
3922
|
+
"fast-xml-parser": "5.7.1",
|
|
3956
3923
|
"tslib": "^2.6.2"
|
|
3957
3924
|
}
|
|
3958
3925
|
},
|
|
3959
3926
|
"@smithy/signature-v4": {
|
|
3960
|
-
"version": "5.3.
|
|
3961
|
-
"integrity": "10c0/
|
|
3927
|
+
"version": "5.3.14",
|
|
3928
|
+
"integrity": "10c0/ccc788992e281a681984e079b7194a219af40cf4f7087988eba69c4947264b9a83ac00a806164b9074c7e2f0697e492fa2b377b56b783316d247be02aaccbdb3",
|
|
3962
3929
|
"requires": {
|
|
3963
3930
|
"@smithy/is-array-buffer": "^4.2.2",
|
|
3964
|
-
"@smithy/protocol-http": "^5.3.
|
|
3965
|
-
"@smithy/types": "^4.14.
|
|
3931
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
3932
|
+
"@smithy/types": "^4.14.1",
|
|
3966
3933
|
"@smithy/util-hex-encoding": "^4.2.2",
|
|
3967
|
-
"@smithy/util-middleware": "^4.2.
|
|
3934
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
3968
3935
|
"@smithy/util-uri-escape": "^4.2.2",
|
|
3969
3936
|
"@smithy/util-utf8": "^4.2.2",
|
|
3970
3937
|
"tslib": "^2.6.2"
|
|
3971
3938
|
}
|
|
3972
3939
|
},
|
|
3973
3940
|
"@smithy/shared-ini-file-loader": {
|
|
3974
|
-
"version": "4.4.
|
|
3975
|
-
"integrity": "10c0/
|
|
3941
|
+
"version": "4.4.9",
|
|
3942
|
+
"integrity": "10c0/9bf96ea80cedff027373c5547ffa53b35d272292b7d142a86211726343061953a34610f3dbd02153bb285c7c0f3802c5a25b4e27870e8068d777abdcaa9c1748",
|
|
3976
3943
|
"requires": {
|
|
3977
|
-
"@smithy/types": "^4.14.
|
|
3944
|
+
"@smithy/types": "^4.14.1",
|
|
3978
3945
|
"tslib": "^2.6.2"
|
|
3979
3946
|
}
|
|
3980
3947
|
},
|
|
@@ -4001,10 +3968,10 @@
|
|
|
4001
3968
|
}
|
|
4002
3969
|
},
|
|
4003
3970
|
"@smithy/querystring-builder": {
|
|
4004
|
-
"version": "4.2.
|
|
4005
|
-
"integrity": "10c0/
|
|
3971
|
+
"version": "4.2.14",
|
|
3972
|
+
"integrity": "10c0/ae2ceec55b4f32b73fe2eca710563b9dbe65c81157ed58c12c282bad6445998f1fe99d723591f9bac4ae6106d84213b57e960176865fb2dec78fc3bdf024b14b",
|
|
4006
3973
|
"requires": {
|
|
4007
|
-
"@smithy/types": "^4.14.
|
|
3974
|
+
"@smithy/types": "^4.14.1",
|
|
4008
3975
|
"@smithy/util-uri-escape": "^4.2.2",
|
|
4009
3976
|
"tslib": "^2.6.2"
|
|
4010
3977
|
}
|
|
@@ -4018,10 +3985,10 @@
|
|
|
4018
3985
|
}
|
|
4019
3986
|
},
|
|
4020
3987
|
"@smithy/querystring-parser": {
|
|
4021
|
-
"version": "4.2.
|
|
4022
|
-
"integrity": "10c0/
|
|
3988
|
+
"version": "4.2.14",
|
|
3989
|
+
"integrity": "10c0/245923618197bbae5eb38b72807368f397fafccee8e98cd98ee7d8961a34acb57b5176fa5fe8083b796229043f135ea775060f17e14aa12080a5d7cdfbf56333",
|
|
4023
3990
|
"requires": {
|
|
4024
|
-
"@smithy/types": "^4.14.
|
|
3991
|
+
"@smithy/types": "^4.14.1",
|
|
4025
3992
|
"tslib": "^2.6.2"
|
|
4026
3993
|
}
|
|
4027
3994
|
},
|
|
@@ -4032,12 +3999,20 @@
|
|
|
4032
3999
|
"tslib": "^2.6.2"
|
|
4033
4000
|
}
|
|
4034
4001
|
},
|
|
4002
|
+
"@aws-sdk/endpoint-cache": {
|
|
4003
|
+
"version": "3.972.5",
|
|
4004
|
+
"integrity": "10c0/10707330728ef1f9ca74134ed19a5d93c28d9af4cf785d53ced74a645ae3f6ccc7cb75ffda552dad49ad3ef1aaa27f829431851f530be2c914b61399dd5342b6",
|
|
4005
|
+
"requires": {
|
|
4006
|
+
"mnemonist": "0.38.3",
|
|
4007
|
+
"tslib": "^2.6.2"
|
|
4008
|
+
}
|
|
4009
|
+
},
|
|
4035
4010
|
"@smithy/eventstream-serde-universal": {
|
|
4036
|
-
"version": "4.2.
|
|
4037
|
-
"integrity": "10c0/
|
|
4011
|
+
"version": "4.2.14",
|
|
4012
|
+
"integrity": "10c0/82cf563ff67b6543f0981dc3b1ef7fc3b507d5322e611a4f7fde4ae90d1d0eae172298c5bdda3837c5dd5c4d8839d59b72189797e178709be7b1996b3ea71a64",
|
|
4038
4013
|
"requires": {
|
|
4039
|
-
"@smithy/eventstream-codec": "^4.2.
|
|
4040
|
-
"@smithy/types": "^4.14.
|
|
4014
|
+
"@smithy/eventstream-codec": "^4.2.14",
|
|
4015
|
+
"@smithy/types": "^4.14.1",
|
|
4041
4016
|
"tslib": "^2.6.2"
|
|
4042
4017
|
}
|
|
4043
4018
|
},
|
|
@@ -4055,6 +4030,23 @@
|
|
|
4055
4030
|
"@aws-crypto/util": "^5.2.0",
|
|
4056
4031
|
"@aws-sdk/types": "^3.222.0",
|
|
4057
4032
|
"tslib": "^2.6.2"
|
|
4033
|
+
},
|
|
4034
|
+
"dependencies": {
|
|
4035
|
+
"@aws-sdk/types": {
|
|
4036
|
+
"version": "3.973.7",
|
|
4037
|
+
"integrity": "10c0/4dfe5933ec3624dcc7ecf1154fad67999c9b5ddb010a456edd3cb94e6112e9330e0bb3c03218040ee15bc91b7f8ba5e4c63f82074fef26f4616f74212c732aa7",
|
|
4038
|
+
"requires": {
|
|
4039
|
+
"@smithy/types": "^4.14.0",
|
|
4040
|
+
"tslib": "^2.6.2"
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
4043
|
+
"@smithy/types": {
|
|
4044
|
+
"version": "4.14.0",
|
|
4045
|
+
"integrity": "10c0/bddacc2bba36f4b514a0cccc3f725e6c6817075061813a7552754ea8ec5306beb9a9cbda916e731e793b5de4d48ac744af9dbd9746d5acf5a2106a4ad0270667",
|
|
4046
|
+
"requires": {
|
|
4047
|
+
"tslib": "^2.6.2"
|
|
4048
|
+
}
|
|
4049
|
+
}
|
|
4058
4050
|
}
|
|
4059
4051
|
},
|
|
4060
4052
|
"@aws-crypto/crc32c": {
|
|
@@ -4064,13 +4056,30 @@
|
|
|
4064
4056
|
"@aws-crypto/util": "^5.2.0",
|
|
4065
4057
|
"@aws-sdk/types": "^3.222.0",
|
|
4066
4058
|
"tslib": "^2.6.2"
|
|
4059
|
+
},
|
|
4060
|
+
"dependencies": {
|
|
4061
|
+
"@aws-sdk/types": {
|
|
4062
|
+
"version": "3.973.7",
|
|
4063
|
+
"integrity": "10c0/4dfe5933ec3624dcc7ecf1154fad67999c9b5ddb010a456edd3cb94e6112e9330e0bb3c03218040ee15bc91b7f8ba5e4c63f82074fef26f4616f74212c732aa7",
|
|
4064
|
+
"requires": {
|
|
4065
|
+
"@smithy/types": "^4.14.0",
|
|
4066
|
+
"tslib": "^2.6.2"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
"@smithy/types": {
|
|
4070
|
+
"version": "4.14.0",
|
|
4071
|
+
"integrity": "10c0/bddacc2bba36f4b514a0cccc3f725e6c6817075061813a7552754ea8ec5306beb9a9cbda916e731e793b5de4d48ac744af9dbd9746d5acf5a2106a4ad0270667",
|
|
4072
|
+
"requires": {
|
|
4073
|
+
"tslib": "^2.6.2"
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4067
4076
|
}
|
|
4068
4077
|
},
|
|
4069
4078
|
"@aws-sdk/crc64-nvme": {
|
|
4070
|
-
"version": "3.972.
|
|
4071
|
-
"integrity": "10c0/
|
|
4079
|
+
"version": "3.972.7",
|
|
4080
|
+
"integrity": "10c0/c6f23e4e4c06b98009264b511567bb808d4c4f53c1da9b41f5c975f5f9f5e4b11af16e7add850e7bba29731b6efb145eb4dc0538d9639d6a5daaceadb4acf35d",
|
|
4072
4081
|
"requires": {
|
|
4073
|
-
"@smithy/types": "^4.14.
|
|
4082
|
+
"@smithy/types": "^4.14.1",
|
|
4074
4083
|
"tslib": "^2.6.2"
|
|
4075
4084
|
}
|
|
4076
4085
|
},
|
|
@@ -4097,15 +4106,15 @@
|
|
|
4097
4106
|
}
|
|
4098
4107
|
},
|
|
4099
4108
|
"@aws-sdk/token-providers": {
|
|
4100
|
-
"version": "3.
|
|
4101
|
-
"integrity": "10c0/
|
|
4102
|
-
"requires": {
|
|
4103
|
-
"@aws-sdk/core": "^3.
|
|
4104
|
-
"@aws-sdk/nested-clients": "^3.
|
|
4105
|
-
"@aws-sdk/types": "^3.973.
|
|
4106
|
-
"@smithy/property-provider": "^4.2.
|
|
4107
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
4108
|
-
"@smithy/types": "^4.14.
|
|
4109
|
+
"version": "3.1036.0",
|
|
4110
|
+
"integrity": "10c0/e2c66516d76858a2f98fe4d67584c32408f4071fcc83c8a79cf6566874fc2918043bc4cc28a6ac916dca32f78c9c34ec237e04838b7ecb8d56fac8a024e8a1f7",
|
|
4111
|
+
"requires": {
|
|
4112
|
+
"@aws-sdk/core": "^3.974.5",
|
|
4113
|
+
"@aws-sdk/nested-clients": "^3.997.3",
|
|
4114
|
+
"@aws-sdk/types": "^3.973.8",
|
|
4115
|
+
"@smithy/property-provider": "^4.2.14",
|
|
4116
|
+
"@smithy/shared-ini-file-loader": "^4.4.9",
|
|
4117
|
+
"@smithy/types": "^4.14.1",
|
|
4109
4118
|
"tslib": "^2.6.2"
|
|
4110
4119
|
}
|
|
4111
4120
|
},
|
|
@@ -5478,12 +5487,13 @@
|
|
|
5478
5487
|
"integrity": "10c0/bb11d825e049f38e04c06373a8d72782eee0205bda9d908cc550ccb3c59b99d750ff9537982e01733c1c94a58e35400661f57042158ff5e8f3e90cf936daf0fc"
|
|
5479
5488
|
},
|
|
5480
5489
|
"fast-xml-parser": {
|
|
5481
|
-
"version": "5.
|
|
5482
|
-
"integrity": "10c0/
|
|
5490
|
+
"version": "5.7.1",
|
|
5491
|
+
"integrity": "10c0/b8b54e33060da5fc5ce26fdc73c4728f18415f9be9a774f1406b03265a5b411b742c39dba0127c3f0f31fad5b3ee11f51be79aa16df160f69fd5e4b902bfbb85",
|
|
5483
5492
|
"requires": {
|
|
5484
|
-
"
|
|
5485
|
-
"
|
|
5486
|
-
"
|
|
5493
|
+
"@nodable/entities": "^2.1.0",
|
|
5494
|
+
"fast-xml-builder": "^1.1.5",
|
|
5495
|
+
"path-expression-matcher": "^1.5.0",
|
|
5496
|
+
"strnum": "^2.2.3"
|
|
5487
5497
|
}
|
|
5488
5498
|
},
|
|
5489
5499
|
"@smithy/util-uri-escape": {
|
|
@@ -5493,12 +5503,19 @@
|
|
|
5493
5503
|
"tslib": "^2.6.2"
|
|
5494
5504
|
}
|
|
5495
5505
|
},
|
|
5506
|
+
"mnemonist": {
|
|
5507
|
+
"version": "0.38.3",
|
|
5508
|
+
"integrity": "10c0/064aa1ee1a89fce2754423b3617c598fd65bc34311eb3c01dc063976f6b819b073bd23532415cf8c92240157b4c8fbb7ec5d79d717f2bd4fcd95d8131cb23acb",
|
|
5509
|
+
"requires": {
|
|
5510
|
+
"obliterator": "^1.6.1"
|
|
5511
|
+
}
|
|
5512
|
+
},
|
|
5496
5513
|
"@smithy/eventstream-codec": {
|
|
5497
|
-
"version": "4.2.
|
|
5498
|
-
"integrity": "10c0/
|
|
5514
|
+
"version": "4.2.14",
|
|
5515
|
+
"integrity": "10c0/c2f9139004b3f75d3621b21e0ef80f850baf4955cce230e6d18faef171c2b4dc62694b1d86d4000a7ec1babb482afeca666520f69cf31455ed63259da6b2a3ee",
|
|
5499
5516
|
"requires": {
|
|
5500
5517
|
"@aws-crypto/crc32": "5.2.0",
|
|
5501
|
-
"@smithy/types": "^4.14.
|
|
5518
|
+
"@smithy/types": "^4.14.1",
|
|
5502
5519
|
"@smithy/util-hex-encoding": "^4.2.2",
|
|
5503
5520
|
"tslib": "^2.6.2"
|
|
5504
5521
|
}
|
|
@@ -6357,9 +6374,13 @@
|
|
|
6357
6374
|
"minimatch": "^10.0.3"
|
|
6358
6375
|
}
|
|
6359
6376
|
},
|
|
6377
|
+
"@nodable/entities": {
|
|
6378
|
+
"version": "2.1.0",
|
|
6379
|
+
"integrity": "10c0/5a4cba2b61a5b6c726328b18b1de6d033cae4a658a118644bf31e0bcbda126ea7b69385043dc556cf1ed859b9ca220e82b81b5e5c48ef1b519fb8ec104575dee"
|
|
6380
|
+
},
|
|
6360
6381
|
"fast-xml-builder": {
|
|
6361
|
-
"version": "1.1.
|
|
6362
|
-
"integrity": "10c0/
|
|
6382
|
+
"version": "1.1.5",
|
|
6383
|
+
"integrity": "10c0/b814ba5559cb3140de46d2846045607ab4d4c0bfc312a49d22c91efb9f7cd7004971314841e5823eeb467a5bf403e3ade8371b7912200e111df027d42ae51715",
|
|
6363
6384
|
"requires": {
|
|
6364
6385
|
"path-expression-matcher": "^1.1.3"
|
|
6365
6386
|
}
|
|
@@ -6372,6 +6393,10 @@
|
|
|
6372
6393
|
"version": "2.2.3",
|
|
6373
6394
|
"integrity": "10c0/1ee78101f1cd73a5b32f63cfd0be501bd246801a002f5987efef903a49e9297d1b63574e302ab3c06ee5e715c524d6cbdfef010e372ec1ea848e0179836cc208"
|
|
6374
6395
|
},
|
|
6396
|
+
"obliterator": {
|
|
6397
|
+
"version": "1.6.1",
|
|
6398
|
+
"integrity": "10c0/5fad57319aae0ef6e34efa640541d41c2dd9790a7ab808f17dcb66c83a81333963fc2dfcfa6e1b62158e5cef6291cdcf15c503ad6c3de54b2227dd4c3d7e1b55"
|
|
6399
|
+
},
|
|
6375
6400
|
"wrappy": {
|
|
6376
6401
|
"version": "1.0.2",
|
|
6377
6402
|
"integrity": "10c0/56fece1a4018c6a6c8e28fbc88c87e0fbf4ea8fd64fc6c63b18f4acc4bd13e0ad2515189786dd2c30d3eec9663d70f4ecf699330002f8ccb547e4a18231fc9f0"
|