@sap/async-xsjs 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -1
- package/npm-shrinkwrap.json +210 -276
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,33 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
5
5
|
|
|
6
6
|
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
7
7
|
|
|
8
|
+
<a name="2.0.6"></a>
|
|
9
|
+
## 2.0.6 - 2024-11-27
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- Updated @sap/e2e-trace version to 5.3.0 to fix the security vulnerability.
|
|
13
|
+
- Updated @sap/hdbext version to 8.0.8 to fix the security vulnerability.
|
|
14
|
+
- Updated @sap/instance-manager version to 5.2.1 to fix the security vulnerability.
|
|
15
|
+
- Updated @sap/jobs-client version to 1.8.5 to fix the security vulnerability.
|
|
16
|
+
- Updated @sap/logging version to 8.3.0 to fix the security vulnerability.
|
|
17
|
+
- Updated @sap/textbundle version to 5.3.0 to fix the security vulnerability.
|
|
18
|
+
- Updated @sap/xsenv version to 5.4.0 to fix the security vulnerability.
|
|
19
|
+
- Updated @sap/xss-secure version to 5.2.0 to fix the security vulnerability.
|
|
20
|
+
- Updated big.js version to 6.2.2 to fix the security vulnerability.
|
|
21
|
+
- Updated compression version to 1.7.5 to fix the security vulnerability.
|
|
22
|
+
- Updated content-type version to 1.0.5 to fix the security vulnerability.
|
|
23
|
+
- Updated cookie version to 1.0.2 to fix the security vulnerability.
|
|
24
|
+
- Updated nodemailer version to 6.9.16 to fix the security vulnerability.
|
|
25
|
+
- Updated passport version to 0.7.0 to fix the security vulnerability.
|
|
26
|
+
- Updated sax version to 1.4.1 to fix the security vulnerability.
|
|
27
|
+
- Updated verror version to 1.10.1 to fix the security vulnerability.
|
|
28
|
+
- Updated yauzl version to 3.2.0 to fix the security vulnerability.
|
|
29
|
+
- Updated axios version to 1.7.8 to fix the security vulnerability.
|
|
30
|
+
- Updated markdown-toc version to 1.2.0 to fix the security vulnerability.
|
|
31
|
+
- Updated mocha version to 10.2.0 to fix the security vulnerability.
|
|
32
|
+
- Updated moment-timezone version to 0.5.46 to fix the security vulnerability.
|
|
33
|
+
|
|
34
|
+
|
|
8
35
|
<a name="2.0.5"></a>
|
|
9
36
|
## 2.0.5 - 2024-11-20
|
|
10
37
|
|
|
@@ -130,4 +157,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
130
157
|
<a name="1.0.0"></a>
|
|
131
158
|
## 1.0.0 - 2023-01-26
|
|
132
159
|
|
|
133
|
-
### Initial release
|
|
160
|
+
### Initial release
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sap/async-xsjs",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.6",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE file",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sap/audit-logging": "^5.7.1",
|
|
13
|
-
"@sap/e2e-trace": "^
|
|
13
|
+
"@sap/e2e-trace": "^5.3.0",
|
|
14
14
|
"@sap/hana-client": "2.22.32",
|
|
15
|
-
"@sap/hdbext": "^8.0.
|
|
16
|
-
"@sap/instance-manager": "^
|
|
17
|
-
"@sap/jobs-client": "^1.8.
|
|
18
|
-
"@sap/logging": "^
|
|
15
|
+
"@sap/hdbext": "^8.0.8",
|
|
16
|
+
"@sap/instance-manager": "^5.2.1",
|
|
17
|
+
"@sap/jobs-client": "^1.8.5",
|
|
18
|
+
"@sap/logging": "^8.3.0",
|
|
19
19
|
"@sap/node-jwt": "^1.6.26",
|
|
20
20
|
"@sap/node-vsi": "^1.4.30",
|
|
21
|
-
"@sap/textbundle": "^
|
|
22
|
-
"@sap/xsenv": "^4.
|
|
21
|
+
"@sap/textbundle": "^5.3.0",
|
|
22
|
+
"@sap/xsenv": "^5.4.0",
|
|
23
23
|
"@sap/xsodata": "^8.2.0",
|
|
24
|
-
"@sap/xss-secure": "^
|
|
24
|
+
"@sap/xss-secure": "^5.2.0",
|
|
25
25
|
"@sap/xssec": "^3.6.0",
|
|
26
26
|
"accept-language": "2.0.16",
|
|
27
|
-
"axios": "^1.7.
|
|
28
|
-
"big.js": "
|
|
27
|
+
"axios": "^1.7.8",
|
|
28
|
+
"big.js": "6.2.2",
|
|
29
29
|
"body-parser": "1.20.3",
|
|
30
30
|
"callsite": "1.0.0",
|
|
31
|
-
"compression": "1.7.
|
|
32
|
-
"content-type": "1.0.
|
|
33
|
-
"cookie": "1.0.
|
|
31
|
+
"compression": "1.7.5",
|
|
32
|
+
"content-type": "1.0.5",
|
|
33
|
+
"cookie": "1.0.2",
|
|
34
34
|
"cookie-parser": "1.4.7",
|
|
35
35
|
"express": "4.21.1",
|
|
36
36
|
"lodash": "4.17.21",
|
|
37
37
|
"media-typer": "0.3.0",
|
|
38
38
|
"moment": "2.29.4",
|
|
39
39
|
"multiparty": "4.2.2",
|
|
40
|
-
"nodemailer": "6.9.
|
|
41
|
-
"passport": "0.
|
|
40
|
+
"nodemailer": "6.9.16",
|
|
41
|
+
"passport": "0.7.0",
|
|
42
42
|
"passport-strategy": "1.0.0",
|
|
43
|
-
"sax": "1.
|
|
43
|
+
"sax": "1.4.1",
|
|
44
44
|
"statuses": "1.2.1",
|
|
45
|
-
"verror": "1.10.
|
|
46
|
-
"yauzl": "2.
|
|
45
|
+
"verror": "1.10.1",
|
|
46
|
+
"yauzl": "3.2.0",
|
|
47
47
|
"yazl": "2.4.1"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@sap/e2e-trace": {
|
|
68
|
-
"version": "
|
|
68
|
+
"version": "5.3.0",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"request-stats": "3.0.0"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
|
-
"node": "^
|
|
73
|
+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"node_modules/@sap/hana-client": {
|
|
@@ -93,52 +93,24 @@
|
|
|
93
93
|
"version": "2.0.0"
|
|
94
94
|
},
|
|
95
95
|
"node_modules/@sap/hdbext": {
|
|
96
|
-
"version": "8.0.
|
|
96
|
+
"version": "8.0.10",
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@sap/e2e-trace": "^5.3.0",
|
|
99
|
-
"@sap/hana-client": "2.22.
|
|
99
|
+
"@sap/hana-client": "2.22.32",
|
|
100
100
|
"accept-language": "2.0.16",
|
|
101
101
|
"async": "3.2.6",
|
|
102
|
-
"debug": "4.3.
|
|
102
|
+
"debug": "4.3.7",
|
|
103
103
|
"lodash": "4.17.21",
|
|
104
|
-
"verror": "1.10.
|
|
104
|
+
"verror": "1.10.1"
|
|
105
105
|
},
|
|
106
106
|
"engines": {
|
|
107
107
|
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0 || ^22.x"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"node_modules/@sap/hdbext/node_modules/@sap/e2e-trace": {
|
|
111
|
-
"version": "5.3.0",
|
|
112
|
-
"dependencies": {
|
|
113
|
-
"request-stats": "3.0.0"
|
|
114
|
-
},
|
|
115
|
-
"engines": {
|
|
116
|
-
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
|
|
120
|
-
"version": "2.22.29",
|
|
121
|
-
"hasInstallScript": true,
|
|
122
|
-
"dependencies": {
|
|
123
|
-
"debug": "3.1.0"
|
|
124
|
-
},
|
|
125
|
-
"engines": {
|
|
126
|
-
"node": ">=4.0.0"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
"node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/debug": {
|
|
130
|
-
"version": "3.1.0",
|
|
131
|
-
"dependencies": {
|
|
132
|
-
"ms": "2.0.0"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
"node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/ms": {
|
|
136
|
-
"version": "2.0.0"
|
|
137
|
-
},
|
|
138
110
|
"node_modules/@sap/hdbext/node_modules/debug": {
|
|
139
|
-
"version": "4.3.
|
|
111
|
+
"version": "4.3.7",
|
|
140
112
|
"dependencies": {
|
|
141
|
-
"ms": "2.1.
|
|
113
|
+
"ms": "^2.1.3"
|
|
142
114
|
},
|
|
143
115
|
"engines": {
|
|
144
116
|
"node": ">=6.0"
|
|
@@ -149,22 +121,25 @@
|
|
|
149
121
|
}
|
|
150
122
|
}
|
|
151
123
|
},
|
|
124
|
+
"node_modules/@sap/hdbext/node_modules/ms": {
|
|
125
|
+
"version": "2.1.3"
|
|
126
|
+
},
|
|
152
127
|
"node_modules/@sap/instance-manager": {
|
|
153
|
-
"version": "
|
|
128
|
+
"version": "5.2.1",
|
|
154
129
|
"dependencies": {
|
|
155
130
|
"@sap/xssec": "^3.6.1",
|
|
156
|
-
"clone": "2.1.
|
|
157
|
-
"debug": "4.3.
|
|
158
|
-
"lru-cache": "4.1.
|
|
159
|
-
"node-fetch": "2.
|
|
160
|
-
"uuid": "
|
|
131
|
+
"clone": "2.1.2",
|
|
132
|
+
"debug": "4.3.6",
|
|
133
|
+
"lru-cache": "4.1.5",
|
|
134
|
+
"node-fetch": "2.7.0",
|
|
135
|
+
"uuid": "10.0.0"
|
|
161
136
|
},
|
|
162
137
|
"engines": {
|
|
163
|
-
"node": "^
|
|
138
|
+
"node": "^18 || ^20"
|
|
164
139
|
}
|
|
165
140
|
},
|
|
166
141
|
"node_modules/@sap/instance-manager/node_modules/debug": {
|
|
167
|
-
"version": "4.3.
|
|
142
|
+
"version": "4.3.6",
|
|
168
143
|
"dependencies": {
|
|
169
144
|
"ms": "2.1.2"
|
|
170
145
|
},
|
|
@@ -177,41 +152,66 @@
|
|
|
177
152
|
}
|
|
178
153
|
}
|
|
179
154
|
},
|
|
180
|
-
"node_modules/@sap/
|
|
181
|
-
"version": "
|
|
155
|
+
"node_modules/@sap/jobs-client": {
|
|
156
|
+
"version": "1.8.5",
|
|
182
157
|
"dependencies": {
|
|
183
|
-
"
|
|
158
|
+
"@sap/xsenv": "4.2.0"
|
|
184
159
|
},
|
|
185
160
|
"engines": {
|
|
186
|
-
"node": "
|
|
161
|
+
"node": "^14 || ^16 || ^18 || ^20"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"node_modules/@sap/jobs-client/node_modules/@sap/xsenv": {
|
|
165
|
+
"version": "4.2.0",
|
|
166
|
+
"dependencies": {
|
|
167
|
+
"debug": "4.3.3",
|
|
168
|
+
"node-cache": "^5.1.0",
|
|
169
|
+
"verror": "1.10.0"
|
|
187
170
|
},
|
|
188
|
-
"
|
|
189
|
-
"
|
|
171
|
+
"engines": {
|
|
172
|
+
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"node_modules/@sap/jobs-client/node_modules/debug": {
|
|
176
|
+
"version": "4.3.3",
|
|
177
|
+
"dependencies": {
|
|
178
|
+
"ms": "2.1.2"
|
|
179
|
+
},
|
|
180
|
+
"engines": {
|
|
181
|
+
"node": ">=6.0"
|
|
190
182
|
},
|
|
191
183
|
"peerDependenciesMeta": {
|
|
192
|
-
"
|
|
184
|
+
"supports-color": {
|
|
193
185
|
"optional": true
|
|
194
186
|
}
|
|
195
187
|
}
|
|
196
188
|
},
|
|
197
|
-
"node_modules/@sap/jobs-client": {
|
|
198
|
-
"version": "1.
|
|
189
|
+
"node_modules/@sap/jobs-client/node_modules/verror": {
|
|
190
|
+
"version": "1.10.0",
|
|
191
|
+
"engines": [
|
|
192
|
+
"node >=0.6.0"
|
|
193
|
+
],
|
|
199
194
|
"dependencies": {
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"node": "^14 || ^16 || ^18 || ^20"
|
|
195
|
+
"assert-plus": "^1.0.0",
|
|
196
|
+
"core-util-is": "1.0.2",
|
|
197
|
+
"extsprintf": "^1.2.0"
|
|
204
198
|
}
|
|
205
199
|
},
|
|
206
200
|
"node_modules/@sap/logging": {
|
|
207
|
-
"version": "
|
|
201
|
+
"version": "8.3.0",
|
|
208
202
|
"dependencies": {
|
|
209
|
-
"@sap/e2e-trace": "^
|
|
203
|
+
"@sap/e2e-trace": "^5.3.0",
|
|
210
204
|
"lodash": "4.17.21",
|
|
211
|
-
"moment": "2.
|
|
205
|
+
"moment": "2.30.1"
|
|
212
206
|
},
|
|
213
207
|
"engines": {
|
|
214
|
-
"node": "^
|
|
208
|
+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"node_modules/@sap/logging/node_modules/moment": {
|
|
212
|
+
"version": "2.30.1",
|
|
213
|
+
"engines": {
|
|
214
|
+
"node": "*"
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
"node_modules/@sap/node-jwt": {
|
|
@@ -229,26 +229,26 @@
|
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
"node_modules/@sap/textbundle": {
|
|
232
|
-
"version": "
|
|
232
|
+
"version": "5.3.0",
|
|
233
233
|
"engines": {
|
|
234
|
-
"node": "^
|
|
234
|
+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"node_modules/@sap/xsenv": {
|
|
238
|
-
"version": "4.
|
|
238
|
+
"version": "5.4.0",
|
|
239
239
|
"dependencies": {
|
|
240
|
-
"debug": "4.3.
|
|
241
|
-
"node-cache": "^5.1.
|
|
242
|
-
"verror": "1.10.
|
|
240
|
+
"debug": "4.3.7",
|
|
241
|
+
"node-cache": "^5.1.2",
|
|
242
|
+
"verror": "1.10.1"
|
|
243
243
|
},
|
|
244
244
|
"engines": {
|
|
245
|
-
"node": "^
|
|
245
|
+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
"node_modules/@sap/xsenv/node_modules/debug": {
|
|
249
|
-
"version": "4.3.
|
|
249
|
+
"version": "4.3.7",
|
|
250
250
|
"dependencies": {
|
|
251
|
-
"ms": "2.1.
|
|
251
|
+
"ms": "^2.1.3"
|
|
252
252
|
},
|
|
253
253
|
"engines": {
|
|
254
254
|
"node": ">=6.0"
|
|
@@ -259,6 +259,9 @@
|
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
+
"node_modules/@sap/xsenv/node_modules/ms": {
|
|
263
|
+
"version": "2.1.3"
|
|
264
|
+
},
|
|
262
265
|
"node_modules/@sap/xsodata": {
|
|
263
266
|
"version": "8.2.0",
|
|
264
267
|
"dependencies": {
|
|
@@ -300,12 +303,6 @@
|
|
|
300
303
|
"node": ">=18"
|
|
301
304
|
}
|
|
302
305
|
},
|
|
303
|
-
"node_modules/@sap/xsodata/node_modules/big.js": {
|
|
304
|
-
"version": "6.2.2",
|
|
305
|
-
"engines": {
|
|
306
|
-
"node": "*"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
306
|
"node_modules/@sap/xsodata/node_modules/debug": {
|
|
310
307
|
"version": "4.3.7",
|
|
311
308
|
"dependencies": {
|
|
@@ -323,21 +320,10 @@
|
|
|
323
320
|
"node_modules/@sap/xsodata/node_modules/ms": {
|
|
324
321
|
"version": "2.1.3"
|
|
325
322
|
},
|
|
326
|
-
"node_modules/@sap/xsodata/node_modules/verror": {
|
|
327
|
-
"version": "1.10.1",
|
|
328
|
-
"dependencies": {
|
|
329
|
-
"assert-plus": "^1.0.0",
|
|
330
|
-
"core-util-is": "1.0.2",
|
|
331
|
-
"extsprintf": "^1.2.0"
|
|
332
|
-
},
|
|
333
|
-
"engines": {
|
|
334
|
-
"node": ">=0.6.0"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
323
|
"node_modules/@sap/xss-secure": {
|
|
338
|
-
"version": "
|
|
324
|
+
"version": "5.2.0",
|
|
339
325
|
"engines": {
|
|
340
|
-
"node": "^
|
|
326
|
+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
341
327
|
}
|
|
342
328
|
},
|
|
343
329
|
"node_modules/@sap/xssec": {
|
|
@@ -390,7 +376,7 @@
|
|
|
390
376
|
"version": "0.4.0"
|
|
391
377
|
},
|
|
392
378
|
"node_modules/axios": {
|
|
393
|
-
"version": "1.7.
|
|
379
|
+
"version": "1.7.8",
|
|
394
380
|
"dependencies": {
|
|
395
381
|
"follow-redirects": "^1.15.6",
|
|
396
382
|
"form-data": "^4.0.0",
|
|
@@ -404,7 +390,7 @@
|
|
|
404
390
|
}
|
|
405
391
|
},
|
|
406
392
|
"node_modules/big.js": {
|
|
407
|
-
"version": "
|
|
393
|
+
"version": "6.2.2",
|
|
408
394
|
"engines": {
|
|
409
395
|
"node": "*"
|
|
410
396
|
}
|
|
@@ -430,12 +416,6 @@
|
|
|
430
416
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
431
417
|
}
|
|
432
418
|
},
|
|
433
|
-
"node_modules/body-parser/node_modules/content-type": {
|
|
434
|
-
"version": "1.0.5",
|
|
435
|
-
"engines": {
|
|
436
|
-
"node": ">= 0.6"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
419
|
"node_modules/body-parser/node_modules/debug": {
|
|
440
420
|
"version": "2.6.9",
|
|
441
421
|
"dependencies": {
|
|
@@ -480,7 +460,7 @@
|
|
|
480
460
|
}
|
|
481
461
|
},
|
|
482
462
|
"node_modules/clone": {
|
|
483
|
-
"version": "2.1.
|
|
463
|
+
"version": "2.1.2",
|
|
484
464
|
"engines": {
|
|
485
465
|
"node": ">=0.8"
|
|
486
466
|
}
|
|
@@ -504,26 +484,20 @@
|
|
|
504
484
|
}
|
|
505
485
|
},
|
|
506
486
|
"node_modules/compression": {
|
|
507
|
-
"version": "1.7.
|
|
487
|
+
"version": "1.7.5",
|
|
508
488
|
"dependencies": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"compressible": "~2.0.11",
|
|
489
|
+
"bytes": "3.1.2",
|
|
490
|
+
"compressible": "~2.0.18",
|
|
512
491
|
"debug": "2.6.9",
|
|
513
|
-
"
|
|
514
|
-
"
|
|
492
|
+
"negotiator": "~0.6.4",
|
|
493
|
+
"on-headers": "~1.0.2",
|
|
494
|
+
"safe-buffer": "5.2.1",
|
|
515
495
|
"vary": "~1.1.2"
|
|
516
496
|
},
|
|
517
497
|
"engines": {
|
|
518
498
|
"node": ">= 0.8.0"
|
|
519
499
|
}
|
|
520
500
|
},
|
|
521
|
-
"node_modules/compression/node_modules/bytes": {
|
|
522
|
-
"version": "3.0.0",
|
|
523
|
-
"engines": {
|
|
524
|
-
"node": ">= 0.8"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
501
|
"node_modules/compression/node_modules/debug": {
|
|
528
502
|
"version": "2.6.9",
|
|
529
503
|
"dependencies": {
|
|
@@ -533,6 +507,12 @@
|
|
|
533
507
|
"node_modules/compression/node_modules/ms": {
|
|
534
508
|
"version": "2.0.0"
|
|
535
509
|
},
|
|
510
|
+
"node_modules/compression/node_modules/negotiator": {
|
|
511
|
+
"version": "0.6.4",
|
|
512
|
+
"engines": {
|
|
513
|
+
"node": ">= 0.6"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
536
516
|
"node_modules/content-disposition": {
|
|
537
517
|
"version": "0.5.4",
|
|
538
518
|
"dependencies": {
|
|
@@ -542,17 +522,14 @@
|
|
|
542
522
|
"node": ">= 0.6"
|
|
543
523
|
}
|
|
544
524
|
},
|
|
545
|
-
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
546
|
-
"version": "5.2.1"
|
|
547
|
-
},
|
|
548
525
|
"node_modules/content-type": {
|
|
549
|
-
"version": "1.0.
|
|
526
|
+
"version": "1.0.5",
|
|
550
527
|
"engines": {
|
|
551
528
|
"node": ">= 0.6"
|
|
552
529
|
}
|
|
553
530
|
},
|
|
554
531
|
"node_modules/cookie": {
|
|
555
|
-
"version": "1.0.
|
|
532
|
+
"version": "1.0.2",
|
|
556
533
|
"engines": {
|
|
557
534
|
"node": ">=18"
|
|
558
535
|
}
|
|
@@ -701,12 +678,6 @@
|
|
|
701
678
|
"node": ">= 0.10.0"
|
|
702
679
|
}
|
|
703
680
|
},
|
|
704
|
-
"node_modules/express/node_modules/content-type": {
|
|
705
|
-
"version": "1.0.5",
|
|
706
|
-
"engines": {
|
|
707
|
-
"node": ">= 0.6"
|
|
708
|
-
}
|
|
709
|
-
},
|
|
710
681
|
"node_modules/express/node_modules/cookie": {
|
|
711
682
|
"version": "0.7.1",
|
|
712
683
|
"engines": {
|
|
@@ -722,9 +693,6 @@
|
|
|
722
693
|
"node_modules/express/node_modules/ms": {
|
|
723
694
|
"version": "2.0.0"
|
|
724
695
|
},
|
|
725
|
-
"node_modules/express/node_modules/safe-buffer": {
|
|
726
|
-
"version": "5.2.1"
|
|
727
|
-
},
|
|
728
696
|
"node_modules/express/node_modules/statuses": {
|
|
729
697
|
"version": "2.0.1",
|
|
730
698
|
"engines": {
|
|
@@ -737,12 +705,6 @@
|
|
|
737
705
|
"node >=0.6.0"
|
|
738
706
|
]
|
|
739
707
|
},
|
|
740
|
-
"node_modules/fd-slicer": {
|
|
741
|
-
"version": "1.0.1",
|
|
742
|
-
"dependencies": {
|
|
743
|
-
"pend": "~1.2.0"
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
708
|
"node_modules/fetch-retry": {
|
|
747
709
|
"version": "4.1.0"
|
|
748
710
|
},
|
|
@@ -970,7 +932,7 @@
|
|
|
970
932
|
"version": "4.1.1"
|
|
971
933
|
},
|
|
972
934
|
"node_modules/lru-cache": {
|
|
973
|
-
"version": "4.1.
|
|
935
|
+
"version": "4.1.5",
|
|
974
936
|
"dependencies": {
|
|
975
937
|
"pseudomap": "^1.0.2",
|
|
976
938
|
"yallist": "^2.1.2"
|
|
@@ -1054,9 +1016,6 @@
|
|
|
1054
1016
|
"node": ">= 0.6"
|
|
1055
1017
|
}
|
|
1056
1018
|
},
|
|
1057
|
-
"node_modules/multiparty/node_modules/safe-buffer": {
|
|
1058
|
-
"version": "5.2.1"
|
|
1059
|
-
},
|
|
1060
1019
|
"node_modules/multiparty/node_modules/statuses": {
|
|
1061
1020
|
"version": "1.5.0",
|
|
1062
1021
|
"engines": {
|
|
@@ -1105,7 +1064,7 @@
|
|
|
1105
1064
|
}
|
|
1106
1065
|
},
|
|
1107
1066
|
"node_modules/nodemailer": {
|
|
1108
|
-
"version": "6.9.
|
|
1067
|
+
"version": "6.9.16",
|
|
1109
1068
|
"engines": {
|
|
1110
1069
|
"node": ">=6.0.0"
|
|
1111
1070
|
}
|
|
@@ -1144,7 +1103,7 @@
|
|
|
1144
1103
|
}
|
|
1145
1104
|
},
|
|
1146
1105
|
"node_modules/passport": {
|
|
1147
|
-
"version": "0.
|
|
1106
|
+
"version": "0.7.0",
|
|
1148
1107
|
"dependencies": {
|
|
1149
1108
|
"passport-strategy": "1.x.x",
|
|
1150
1109
|
"pause": "0.0.1",
|
|
@@ -1232,13 +1191,13 @@
|
|
|
1232
1191
|
"version": "5.0.0"
|
|
1233
1192
|
},
|
|
1234
1193
|
"node_modules/safe-buffer": {
|
|
1235
|
-
"version": "5.
|
|
1194
|
+
"version": "5.2.1"
|
|
1236
1195
|
},
|
|
1237
1196
|
"node_modules/safer-buffer": {
|
|
1238
1197
|
"version": "2.1.2"
|
|
1239
1198
|
},
|
|
1240
1199
|
"node_modules/sax": {
|
|
1241
|
-
"version": "1.
|
|
1200
|
+
"version": "1.4.1"
|
|
1242
1201
|
},
|
|
1243
1202
|
"node_modules/semver": {
|
|
1244
1203
|
"version": "7.6.3",
|
|
@@ -1379,7 +1338,7 @@
|
|
|
1379
1338
|
}
|
|
1380
1339
|
},
|
|
1381
1340
|
"node_modules/uuid": {
|
|
1382
|
-
"version": "
|
|
1341
|
+
"version": "10.0.0",
|
|
1383
1342
|
"bin": {
|
|
1384
1343
|
"uuid": "dist/bin/uuid"
|
|
1385
1344
|
}
|
|
@@ -1391,14 +1350,14 @@
|
|
|
1391
1350
|
}
|
|
1392
1351
|
},
|
|
1393
1352
|
"node_modules/verror": {
|
|
1394
|
-
"version": "1.10.
|
|
1395
|
-
"engines": [
|
|
1396
|
-
"node >=0.6.0"
|
|
1397
|
-
],
|
|
1353
|
+
"version": "1.10.1",
|
|
1398
1354
|
"dependencies": {
|
|
1399
1355
|
"assert-plus": "^1.0.0",
|
|
1400
1356
|
"core-util-is": "1.0.2",
|
|
1401
1357
|
"extsprintf": "^1.2.0"
|
|
1358
|
+
},
|
|
1359
|
+
"engines": {
|
|
1360
|
+
"node": ">=0.6.0"
|
|
1402
1361
|
}
|
|
1403
1362
|
},
|
|
1404
1363
|
"node_modules/webidl-conversions": {
|
|
@@ -1424,10 +1383,13 @@
|
|
|
1424
1383
|
"version": "2.1.2"
|
|
1425
1384
|
},
|
|
1426
1385
|
"node_modules/yauzl": {
|
|
1427
|
-
"version": "2.
|
|
1386
|
+
"version": "3.2.0",
|
|
1428
1387
|
"dependencies": {
|
|
1429
1388
|
"buffer-crc32": "~0.2.3",
|
|
1430
|
-
"
|
|
1389
|
+
"pend": "~1.2.0"
|
|
1390
|
+
},
|
|
1391
|
+
"engines": {
|
|
1392
|
+
"node": ">=12"
|
|
1431
1393
|
}
|
|
1432
1394
|
},
|
|
1433
1395
|
"node_modules/yazl": {
|
|
@@ -1450,7 +1412,7 @@
|
|
|
1450
1412
|
}
|
|
1451
1413
|
},
|
|
1452
1414
|
"@sap/e2e-trace": {
|
|
1453
|
-
"version": "
|
|
1415
|
+
"version": "5.3.0",
|
|
1454
1416
|
"requires": {
|
|
1455
1417
|
"request-stats": "3.0.0"
|
|
1456
1418
|
}
|
|
@@ -1473,70 +1435,44 @@
|
|
|
1473
1435
|
}
|
|
1474
1436
|
},
|
|
1475
1437
|
"@sap/hdbext": {
|
|
1476
|
-
"version": "8.0.
|
|
1438
|
+
"version": "8.0.10",
|
|
1477
1439
|
"requires": {
|
|
1478
1440
|
"@sap/e2e-trace": "^5.3.0",
|
|
1479
|
-
"@sap/hana-client": "2.22.
|
|
1441
|
+
"@sap/hana-client": "2.22.32",
|
|
1480
1442
|
"accept-language": "2.0.16",
|
|
1481
1443
|
"async": "3.2.6",
|
|
1482
|
-
"debug": "4.3.
|
|
1444
|
+
"debug": "4.3.7",
|
|
1483
1445
|
"lodash": "4.17.21",
|
|
1484
|
-
"verror": "1.10.
|
|
1446
|
+
"verror": "1.10.1"
|
|
1485
1447
|
},
|
|
1486
1448
|
"dependencies": {
|
|
1487
|
-
"@sap/e2e-trace": {
|
|
1488
|
-
"version": "5.3.0",
|
|
1489
|
-
"requires": {
|
|
1490
|
-
"request-stats": "3.0.0"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
"@sap/hana-client": {
|
|
1494
|
-
"version": "2.22.29",
|
|
1495
|
-
"requires": {
|
|
1496
|
-
"debug": "3.1.0"
|
|
1497
|
-
},
|
|
1498
|
-
"dependencies": {
|
|
1499
|
-
"debug": {
|
|
1500
|
-
"version": "3.1.0",
|
|
1501
|
-
"requires": {
|
|
1502
|
-
"ms": "2.0.0"
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
"ms": {
|
|
1506
|
-
"version": "2.0.0"
|
|
1507
|
-
}
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
1449
|
"debug": {
|
|
1511
|
-
"version": "4.3.
|
|
1450
|
+
"version": "4.3.7",
|
|
1512
1451
|
"requires": {
|
|
1513
|
-
"ms": "2.1.
|
|
1452
|
+
"ms": "^2.1.3"
|
|
1514
1453
|
}
|
|
1454
|
+
},
|
|
1455
|
+
"ms": {
|
|
1456
|
+
"version": "2.1.3"
|
|
1515
1457
|
}
|
|
1516
1458
|
}
|
|
1517
1459
|
},
|
|
1518
1460
|
"@sap/instance-manager": {
|
|
1519
|
-
"version": "
|
|
1461
|
+
"version": "5.2.1",
|
|
1520
1462
|
"requires": {
|
|
1521
1463
|
"@sap/xssec": "^3.6.1",
|
|
1522
|
-
"clone": "2.1.
|
|
1523
|
-
"debug": "4.3.
|
|
1524
|
-
"lru-cache": "4.1.
|
|
1525
|
-
"node-fetch": "2.
|
|
1526
|
-
"uuid": "
|
|
1464
|
+
"clone": "2.1.2",
|
|
1465
|
+
"debug": "4.3.6",
|
|
1466
|
+
"lru-cache": "4.1.5",
|
|
1467
|
+
"node-fetch": "2.7.0",
|
|
1468
|
+
"uuid": "10.0.0"
|
|
1527
1469
|
},
|
|
1528
1470
|
"dependencies": {
|
|
1529
1471
|
"debug": {
|
|
1530
|
-
"version": "4.3.
|
|
1472
|
+
"version": "4.3.6",
|
|
1531
1473
|
"requires": {
|
|
1532
1474
|
"ms": "2.1.2"
|
|
1533
1475
|
}
|
|
1534
|
-
},
|
|
1535
|
-
"node-fetch": {
|
|
1536
|
-
"version": "2.6.7",
|
|
1537
|
-
"requires": {
|
|
1538
|
-
"whatwg-url": "^5.0.0"
|
|
1539
|
-
}
|
|
1540
1476
|
}
|
|
1541
1477
|
}
|
|
1542
1478
|
},
|
|
@@ -1544,14 +1480,43 @@
|
|
|
1544
1480
|
"version": "1.8.5",
|
|
1545
1481
|
"requires": {
|
|
1546
1482
|
"@sap/xsenv": "4.2.0"
|
|
1483
|
+
},
|
|
1484
|
+
"dependencies": {
|
|
1485
|
+
"@sap/xsenv": {
|
|
1486
|
+
"version": "4.2.0",
|
|
1487
|
+
"requires": {
|
|
1488
|
+
"debug": "4.3.3",
|
|
1489
|
+
"node-cache": "^5.1.0",
|
|
1490
|
+
"verror": "1.10.0"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
"debug": {
|
|
1494
|
+
"version": "4.3.3",
|
|
1495
|
+
"requires": {
|
|
1496
|
+
"ms": "2.1.2"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"verror": {
|
|
1500
|
+
"version": "1.10.0",
|
|
1501
|
+
"requires": {
|
|
1502
|
+
"assert-plus": "^1.0.0",
|
|
1503
|
+
"core-util-is": "1.0.2",
|
|
1504
|
+
"extsprintf": "^1.2.0"
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1547
1507
|
}
|
|
1548
1508
|
},
|
|
1549
1509
|
"@sap/logging": {
|
|
1550
|
-
"version": "
|
|
1510
|
+
"version": "8.3.0",
|
|
1551
1511
|
"requires": {
|
|
1552
|
-
"@sap/e2e-trace": "^
|
|
1512
|
+
"@sap/e2e-trace": "^5.3.0",
|
|
1553
1513
|
"lodash": "4.17.21",
|
|
1554
|
-
"moment": "2.
|
|
1514
|
+
"moment": "2.30.1"
|
|
1515
|
+
},
|
|
1516
|
+
"dependencies": {
|
|
1517
|
+
"moment": {
|
|
1518
|
+
"version": "2.30.1"
|
|
1519
|
+
}
|
|
1555
1520
|
}
|
|
1556
1521
|
},
|
|
1557
1522
|
"@sap/node-jwt": {
|
|
@@ -1561,21 +1526,24 @@
|
|
|
1561
1526
|
"version": "1.4.30"
|
|
1562
1527
|
},
|
|
1563
1528
|
"@sap/textbundle": {
|
|
1564
|
-
"version": "
|
|
1529
|
+
"version": "5.3.0"
|
|
1565
1530
|
},
|
|
1566
1531
|
"@sap/xsenv": {
|
|
1567
|
-
"version": "4.
|
|
1532
|
+
"version": "5.4.0",
|
|
1568
1533
|
"requires": {
|
|
1569
|
-
"debug": "4.3.
|
|
1570
|
-
"node-cache": "^5.1.
|
|
1571
|
-
"verror": "1.10.
|
|
1534
|
+
"debug": "4.3.7",
|
|
1535
|
+
"node-cache": "^5.1.2",
|
|
1536
|
+
"verror": "1.10.1"
|
|
1572
1537
|
},
|
|
1573
1538
|
"dependencies": {
|
|
1574
1539
|
"debug": {
|
|
1575
|
-
"version": "4.3.
|
|
1540
|
+
"version": "4.3.7",
|
|
1576
1541
|
"requires": {
|
|
1577
|
-
"ms": "2.1.
|
|
1542
|
+
"ms": "^2.1.3"
|
|
1578
1543
|
}
|
|
1544
|
+
},
|
|
1545
|
+
"ms": {
|
|
1546
|
+
"version": "2.1.3"
|
|
1579
1547
|
}
|
|
1580
1548
|
}
|
|
1581
1549
|
},
|
|
@@ -1611,9 +1579,6 @@
|
|
|
1611
1579
|
"node-rsa": "^1.1.1"
|
|
1612
1580
|
}
|
|
1613
1581
|
},
|
|
1614
|
-
"big.js": {
|
|
1615
|
-
"version": "6.2.2"
|
|
1616
|
-
},
|
|
1617
1582
|
"debug": {
|
|
1618
1583
|
"version": "4.3.7",
|
|
1619
1584
|
"requires": {
|
|
@@ -1622,19 +1587,11 @@
|
|
|
1622
1587
|
},
|
|
1623
1588
|
"ms": {
|
|
1624
1589
|
"version": "2.1.3"
|
|
1625
|
-
},
|
|
1626
|
-
"verror": {
|
|
1627
|
-
"version": "1.10.1",
|
|
1628
|
-
"requires": {
|
|
1629
|
-
"assert-plus": "^1.0.0",
|
|
1630
|
-
"core-util-is": "1.0.2",
|
|
1631
|
-
"extsprintf": "^1.2.0"
|
|
1632
|
-
}
|
|
1633
1590
|
}
|
|
1634
1591
|
}
|
|
1635
1592
|
},
|
|
1636
1593
|
"@sap/xss-secure": {
|
|
1637
|
-
"version": "
|
|
1594
|
+
"version": "5.2.0"
|
|
1638
1595
|
},
|
|
1639
1596
|
"@sap/xssec": {
|
|
1640
1597
|
"version": "3.6.1",
|
|
@@ -1677,7 +1634,7 @@
|
|
|
1677
1634
|
"version": "0.4.0"
|
|
1678
1635
|
},
|
|
1679
1636
|
"axios": {
|
|
1680
|
-
"version": "1.7.
|
|
1637
|
+
"version": "1.7.8",
|
|
1681
1638
|
"requires": {
|
|
1682
1639
|
"follow-redirects": "^1.15.6",
|
|
1683
1640
|
"form-data": "^4.0.0",
|
|
@@ -1688,7 +1645,7 @@
|
|
|
1688
1645
|
"version": "1.1.2"
|
|
1689
1646
|
},
|
|
1690
1647
|
"big.js": {
|
|
1691
|
-
"version": "
|
|
1648
|
+
"version": "6.2.2"
|
|
1692
1649
|
},
|
|
1693
1650
|
"body-parser": {
|
|
1694
1651
|
"version": "1.20.3",
|
|
@@ -1707,9 +1664,6 @@
|
|
|
1707
1664
|
"unpipe": "1.0.0"
|
|
1708
1665
|
},
|
|
1709
1666
|
"dependencies": {
|
|
1710
|
-
"content-type": {
|
|
1711
|
-
"version": "1.0.5"
|
|
1712
|
-
},
|
|
1713
1667
|
"debug": {
|
|
1714
1668
|
"version": "2.6.9",
|
|
1715
1669
|
"requires": {
|
|
@@ -1744,7 +1698,7 @@
|
|
|
1744
1698
|
"version": "1.0.0"
|
|
1745
1699
|
},
|
|
1746
1700
|
"clone": {
|
|
1747
|
-
"version": "2.1.
|
|
1701
|
+
"version": "2.1.2"
|
|
1748
1702
|
},
|
|
1749
1703
|
"combined-stream": {
|
|
1750
1704
|
"version": "1.0.8",
|
|
@@ -1759,20 +1713,17 @@
|
|
|
1759
1713
|
}
|
|
1760
1714
|
},
|
|
1761
1715
|
"compression": {
|
|
1762
|
-
"version": "1.7.
|
|
1716
|
+
"version": "1.7.5",
|
|
1763
1717
|
"requires": {
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
"compressible": "~2.0.11",
|
|
1718
|
+
"bytes": "3.1.2",
|
|
1719
|
+
"compressible": "~2.0.18",
|
|
1767
1720
|
"debug": "2.6.9",
|
|
1768
|
-
"
|
|
1769
|
-
"
|
|
1721
|
+
"negotiator": "~0.6.4",
|
|
1722
|
+
"on-headers": "~1.0.2",
|
|
1723
|
+
"safe-buffer": "5.2.1",
|
|
1770
1724
|
"vary": "~1.1.2"
|
|
1771
1725
|
},
|
|
1772
1726
|
"dependencies": {
|
|
1773
|
-
"bytes": {
|
|
1774
|
-
"version": "3.0.0"
|
|
1775
|
-
},
|
|
1776
1727
|
"debug": {
|
|
1777
1728
|
"version": "2.6.9",
|
|
1778
1729
|
"requires": {
|
|
@@ -1781,6 +1732,9 @@
|
|
|
1781
1732
|
},
|
|
1782
1733
|
"ms": {
|
|
1783
1734
|
"version": "2.0.0"
|
|
1735
|
+
},
|
|
1736
|
+
"negotiator": {
|
|
1737
|
+
"version": "0.6.4"
|
|
1784
1738
|
}
|
|
1785
1739
|
}
|
|
1786
1740
|
},
|
|
@@ -1788,18 +1742,13 @@
|
|
|
1788
1742
|
"version": "0.5.4",
|
|
1789
1743
|
"requires": {
|
|
1790
1744
|
"safe-buffer": "5.2.1"
|
|
1791
|
-
},
|
|
1792
|
-
"dependencies": {
|
|
1793
|
-
"safe-buffer": {
|
|
1794
|
-
"version": "5.2.1"
|
|
1795
|
-
}
|
|
1796
1745
|
}
|
|
1797
1746
|
},
|
|
1798
1747
|
"content-type": {
|
|
1799
|
-
"version": "1.0.
|
|
1748
|
+
"version": "1.0.5"
|
|
1800
1749
|
},
|
|
1801
1750
|
"cookie": {
|
|
1802
|
-
"version": "1.0.
|
|
1751
|
+
"version": "1.0.2"
|
|
1803
1752
|
},
|
|
1804
1753
|
"cookie-parser": {
|
|
1805
1754
|
"version": "1.4.7",
|
|
@@ -1905,9 +1854,6 @@
|
|
|
1905
1854
|
"vary": "~1.1.2"
|
|
1906
1855
|
},
|
|
1907
1856
|
"dependencies": {
|
|
1908
|
-
"content-type": {
|
|
1909
|
-
"version": "1.0.5"
|
|
1910
|
-
},
|
|
1911
1857
|
"cookie": {
|
|
1912
1858
|
"version": "0.7.1"
|
|
1913
1859
|
},
|
|
@@ -1920,9 +1866,6 @@
|
|
|
1920
1866
|
"ms": {
|
|
1921
1867
|
"version": "2.0.0"
|
|
1922
1868
|
},
|
|
1923
|
-
"safe-buffer": {
|
|
1924
|
-
"version": "5.2.1"
|
|
1925
|
-
},
|
|
1926
1869
|
"statuses": {
|
|
1927
1870
|
"version": "2.0.1"
|
|
1928
1871
|
}
|
|
@@ -1931,12 +1874,6 @@
|
|
|
1931
1874
|
"extsprintf": {
|
|
1932
1875
|
"version": "1.4.1"
|
|
1933
1876
|
},
|
|
1934
|
-
"fd-slicer": {
|
|
1935
|
-
"version": "1.0.1",
|
|
1936
|
-
"requires": {
|
|
1937
|
-
"pend": "~1.2.0"
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
1877
|
"fetch-retry": {
|
|
1941
1878
|
"version": "4.1.0"
|
|
1942
1879
|
},
|
|
@@ -2114,7 +2051,7 @@
|
|
|
2114
2051
|
"version": "4.1.1"
|
|
2115
2052
|
},
|
|
2116
2053
|
"lru-cache": {
|
|
2117
|
-
"version": "4.1.
|
|
2054
|
+
"version": "4.1.5",
|
|
2118
2055
|
"requires": {
|
|
2119
2056
|
"pseudomap": "^1.0.2",
|
|
2120
2057
|
"yallist": "^2.1.2"
|
|
@@ -2168,9 +2105,6 @@
|
|
|
2168
2105
|
"toidentifier": "1.0.1"
|
|
2169
2106
|
}
|
|
2170
2107
|
},
|
|
2171
|
-
"safe-buffer": {
|
|
2172
|
-
"version": "5.2.1"
|
|
2173
|
-
},
|
|
2174
2108
|
"statuses": {
|
|
2175
2109
|
"version": "1.5.0"
|
|
2176
2110
|
}
|
|
@@ -2201,7 +2135,7 @@
|
|
|
2201
2135
|
}
|
|
2202
2136
|
},
|
|
2203
2137
|
"nodemailer": {
|
|
2204
|
-
"version": "6.9.
|
|
2138
|
+
"version": "6.9.16"
|
|
2205
2139
|
},
|
|
2206
2140
|
"object-inspect": {
|
|
2207
2141
|
"version": "1.13.3"
|
|
@@ -2225,7 +2159,7 @@
|
|
|
2225
2159
|
"version": "1.3.3"
|
|
2226
2160
|
},
|
|
2227
2161
|
"passport": {
|
|
2228
|
-
"version": "0.
|
|
2162
|
+
"version": "0.7.0",
|
|
2229
2163
|
"requires": {
|
|
2230
2164
|
"passport-strategy": "1.x.x",
|
|
2231
2165
|
"pause": "0.0.1",
|
|
@@ -2289,13 +2223,13 @@
|
|
|
2289
2223
|
"version": "5.0.0"
|
|
2290
2224
|
},
|
|
2291
2225
|
"safe-buffer": {
|
|
2292
|
-
"version": "5.
|
|
2226
|
+
"version": "5.2.1"
|
|
2293
2227
|
},
|
|
2294
2228
|
"safer-buffer": {
|
|
2295
2229
|
"version": "2.1.2"
|
|
2296
2230
|
},
|
|
2297
2231
|
"sax": {
|
|
2298
|
-
"version": "1.
|
|
2232
|
+
"version": "1.4.1"
|
|
2299
2233
|
},
|
|
2300
2234
|
"semver": {
|
|
2301
2235
|
"version": "7.6.3"
|
|
@@ -2401,13 +2335,13 @@
|
|
|
2401
2335
|
"version": "1.0.1"
|
|
2402
2336
|
},
|
|
2403
2337
|
"uuid": {
|
|
2404
|
-
"version": "
|
|
2338
|
+
"version": "10.0.0"
|
|
2405
2339
|
},
|
|
2406
2340
|
"vary": {
|
|
2407
2341
|
"version": "1.1.2"
|
|
2408
2342
|
},
|
|
2409
2343
|
"verror": {
|
|
2410
|
-
"version": "1.10.
|
|
2344
|
+
"version": "1.10.1",
|
|
2411
2345
|
"requires": {
|
|
2412
2346
|
"assert-plus": "^1.0.0",
|
|
2413
2347
|
"core-util-is": "1.0.2",
|
|
@@ -2434,10 +2368,10 @@
|
|
|
2434
2368
|
"version": "2.1.2"
|
|
2435
2369
|
},
|
|
2436
2370
|
"yauzl": {
|
|
2437
|
-
"version": "2.
|
|
2371
|
+
"version": "3.2.0",
|
|
2438
2372
|
"requires": {
|
|
2439
2373
|
"buffer-crc32": "~0.2.3",
|
|
2440
|
-
"
|
|
2374
|
+
"pend": "~1.2.0"
|
|
2441
2375
|
}
|
|
2442
2376
|
},
|
|
2443
2377
|
"yazl": {
|
package/package.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
3
|
"description": "Compatibility layer to run XS Classic applications on XS Advanced",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.6",
|
|
5
5
|
"repository": {},
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE file",
|
|
7
7
|
"main": "./lib",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@sap/audit-logging": "^5.7.1",
|
|
10
|
-
"@sap/e2e-trace": "^
|
|
10
|
+
"@sap/e2e-trace": "^5.3.0",
|
|
11
11
|
"@sap/hana-client": "2.22.32",
|
|
12
|
-
"@sap/hdbext": "^8.0.
|
|
13
|
-
"@sap/instance-manager": "^
|
|
14
|
-
"@sap/jobs-client": "^1.8.
|
|
15
|
-
"@sap/logging": "^
|
|
12
|
+
"@sap/hdbext": "^8.0.8",
|
|
13
|
+
"@sap/instance-manager": "^5.2.1",
|
|
14
|
+
"@sap/jobs-client": "^1.8.5",
|
|
15
|
+
"@sap/logging": "^8.3.0",
|
|
16
16
|
"@sap/node-jwt": "^1.6.26",
|
|
17
17
|
"@sap/node-vsi": "^1.4.30",
|
|
18
|
-
"@sap/textbundle": "^
|
|
19
|
-
"@sap/xsenv": "^4.
|
|
18
|
+
"@sap/textbundle": "^5.3.0",
|
|
19
|
+
"@sap/xsenv": "^5.4.0",
|
|
20
20
|
"@sap/xsodata": "^8.2.0",
|
|
21
|
-
"@sap/xss-secure": "^
|
|
21
|
+
"@sap/xss-secure": "^5.2.0",
|
|
22
22
|
"@sap/xssec": "^3.6.0",
|
|
23
23
|
"accept-language": "2.0.16",
|
|
24
|
-
"big.js": "
|
|
24
|
+
"big.js": "6.2.2",
|
|
25
25
|
"body-parser": "1.20.3",
|
|
26
26
|
"callsite": "1.0.0",
|
|
27
|
-
"compression": "1.7.
|
|
28
|
-
"content-type": "1.0.
|
|
29
|
-
"cookie": "1.0.
|
|
27
|
+
"compression": "1.7.5",
|
|
28
|
+
"content-type": "1.0.5",
|
|
29
|
+
"cookie": "1.0.2",
|
|
30
30
|
"cookie-parser": "1.4.7",
|
|
31
31
|
"express": "4.21.1",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"media-typer": "0.3.0",
|
|
34
34
|
"moment": "2.29.4",
|
|
35
35
|
"multiparty": "4.2.2",
|
|
36
|
-
"nodemailer": "6.9.
|
|
37
|
-
"passport": "0.
|
|
36
|
+
"nodemailer": "6.9.16",
|
|
37
|
+
"passport": "0.7.0",
|
|
38
38
|
"passport-strategy": "1.0.0",
|
|
39
|
-
"sax": "1.
|
|
39
|
+
"sax": "1.4.1",
|
|
40
40
|
"statuses": "1.2.1",
|
|
41
|
-
"verror": "1.10.
|
|
42
|
-
"yauzl": "2.
|
|
41
|
+
"verror": "1.10.1",
|
|
42
|
+
"yauzl": "3.2.0",
|
|
43
43
|
"yazl": "2.4.1",
|
|
44
|
-
"axios": "^1.7.
|
|
44
|
+
"axios": "^1.7.8"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": "^18.x || ^20.x"
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"chai": "4.2.0",
|
|
68
68
|
"eslint": "3.2.2",
|
|
69
69
|
"filter-node-package": "3.1.1",
|
|
70
|
-
"markdown-toc": "^1.
|
|
71
|
-
"mocha": "
|
|
72
|
-
"moment-timezone": "0.5.
|
|
70
|
+
"markdown-toc": "^1.2.0",
|
|
71
|
+
"mocha": "^10.2.0",
|
|
72
|
+
"moment-timezone": "0.5.46",
|
|
73
73
|
"nock": "^12.0.0",
|
|
74
74
|
"node-build": "^2.0.1",
|
|
75
75
|
"node-style": "^2.0.0",
|