@sap/async-xsjs 2.1.11 → 2.1.12

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 CHANGED
@@ -5,6 +5,12 @@ 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.1.12"></a>
9
+ ## 2.1.12 - 2026-05-14
10
+
11
+ ### Updated
12
+ - update @sap/hana-client version to 2.28.20
13
+
8
14
  <a name="2.1.11"></a>
9
15
  ## 2.1.11 - 2026-04-16
10
16
 
@@ -287,4 +293,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
287
293
  <a name="1.0.0"></a>
288
294
  ## 1.0.0 - 2023-01-26
289
295
 
290
- ### Initial release
296
+ ### Initial release
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.1.11",
9
+ "version": "2.1.12",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^7.0.0",
13
13
  "@sap/e2e-trace": "^6.1.0",
14
- "@sap/hana-client": "2.27.24",
14
+ "@sap/hana-client": "2.28.20",
15
15
  "@sap/hdbext": "8.1.13",
16
16
  "@sap/instance-manager": "^5.2.5",
17
17
  "@sap/jobs-client": "^1.8.6",
@@ -83,7 +83,7 @@
83
83
  }
84
84
  },
85
85
  "node_modules/@sap/hana-client": {
86
- "version": "2.27.24",
86
+ "version": "2.28.20",
87
87
  "hasInstallScript": true,
88
88
  "license": "SEE LICENSE IN developer-license-3_2.txt",
89
89
  "dependencies": {
@@ -130,38 +130,54 @@
130
130
  "node": "^20.0.0 || ^22.0.0 || ^24.0.0"
131
131
  }
132
132
  },
133
+ "node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
134
+ "version": "2.27.24",
135
+ "hasInstallScript": true,
136
+ "license": "SEE LICENSE IN developer-license-3_2.txt",
137
+ "dependencies": {
138
+ "debug": "3.1.0"
139
+ },
140
+ "engines": {
141
+ "node": ">=4.0.0"
142
+ }
143
+ },
144
+ "node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/debug": {
145
+ "version": "3.1.0",
146
+ "license": "MIT",
147
+ "dependencies": {
148
+ "ms": "2.0.0"
149
+ }
150
+ },
151
+ "node_modules/@sap/hdbext/node_modules/ms": {
152
+ "version": "2.0.0",
153
+ "license": "MIT"
154
+ },
133
155
  "node_modules/@sap/instance-manager": {
134
- "version": "5.2.5",
156
+ "version": "5.2.6",
135
157
  "license": "SEE LICENSE IN LICENSE file",
136
158
  "dependencies": {
137
- "@sap/xssec": "^3.6.1",
138
- "clone": "2.1.2",
139
- "debug": "4.3.7",
140
- "lru-cache": "4.1.5",
141
- "node-fetch": "2.7.0",
142
- "uuid": "10.0.0"
159
+ "@sap/xssec": "^4.0.0",
160
+ "debug": "4.4.3",
161
+ "lru-cache": "^11.0.2",
162
+ "node-fetch": "2.7.0"
143
163
  },
144
164
  "engines": {
145
165
  "node": "^20 || ^22 || ^24.0.0"
146
166
  }
147
167
  },
148
- "node_modules/@sap/instance-manager/node_modules/debug": {
149
- "version": "4.3.7",
150
- "license": "MIT",
168
+ "node_modules/@sap/instance-manager/node_modules/@sap/xssec": {
169
+ "version": "4.13.0",
170
+ "license": "SAP DEVELOPER LICENSE AGREEMENT",
151
171
  "dependencies": {
152
- "ms": "^2.1.3"
172
+ "debug": "^4.4.3",
173
+ "jwt-decode": "^4"
153
174
  },
154
175
  "engines": {
155
- "node": ">=6.0"
156
- },
157
- "peerDependenciesMeta": {
158
- "supports-color": {
159
- "optional": true
160
- }
176
+ "node": ">=18"
161
177
  }
162
178
  },
163
179
  "node_modules/@sap/jobs-client": {
164
- "version": "1.8.6",
180
+ "version": "1.9.0",
165
181
  "license": "SEE LICENSE IN LICENSE",
166
182
  "dependencies": {
167
183
  "@sap/xsenv": "5.4.0"
@@ -198,11 +214,11 @@
198
214
  }
199
215
  },
200
216
  "node_modules/@sap/logging": {
201
- "version": "9.2.0",
217
+ "version": "9.2.1",
202
218
  "license": "SEE LICENSE IN LICENSE file",
203
219
  "dependencies": {
204
220
  "@sap/e2e-trace": "^6.2.1",
205
- "lodash": "4.18.01",
221
+ "lodash": "4.18.1",
206
222
  "moment": "2.30.1"
207
223
  },
208
224
  "engines": {
@@ -233,8 +249,8 @@
233
249
  }
234
250
  },
235
251
  "node_modules/@sap/xsenv": {
236
- "version": "6.2.0",
237
- "license": "SEE LICENSE IN LICENSE file",
252
+ "version": "6.2.1",
253
+ "license": "SEE LICENSE IN LICENSE",
238
254
  "dependencies": {
239
255
  "debug": "4.4.3",
240
256
  "node-cache": "^5.1.2",
@@ -402,6 +418,16 @@
402
418
  "node": ">= 0.6"
403
419
  }
404
420
  },
421
+ "node_modules/agent-base": {
422
+ "version": "6.0.2",
423
+ "license": "MIT",
424
+ "dependencies": {
425
+ "debug": "4"
426
+ },
427
+ "engines": {
428
+ "node": ">= 6.0.0"
429
+ }
430
+ },
405
431
  "node_modules/array-flatten": {
406
432
  "version": "1.1.1",
407
433
  "license": "MIT"
@@ -429,11 +455,12 @@
429
455
  "license": "MIT"
430
456
  },
431
457
  "node_modules/axios": {
432
- "version": "1.15.0",
458
+ "version": "1.16.1",
433
459
  "license": "MIT",
434
460
  "dependencies": {
435
- "follow-redirects": "^1.15.11",
461
+ "follow-redirects": "^1.16.0",
436
462
  "form-data": "^4.0.5",
463
+ "https-proxy-agent": "^5.0.1",
437
464
  "proxy-from-env": "^2.1.0"
438
465
  }
439
466
  },
@@ -797,7 +824,7 @@
797
824
  }
798
825
  },
799
826
  "node_modules/express/node_modules/body-parser": {
800
- "version": "1.20.4",
827
+ "version": "1.20.5",
801
828
  "license": "MIT",
802
829
  "dependencies": {
803
830
  "bytes": "~3.1.2",
@@ -808,7 +835,7 @@
808
835
  "http-errors": "~2.0.1",
809
836
  "iconv-lite": "~0.4.24",
810
837
  "on-finished": "~2.4.1",
811
- "qs": "~6.14.0",
838
+ "qs": "~6.15.1",
812
839
  "raw-body": "~2.5.3",
813
840
  "type-is": "~1.6.18",
814
841
  "unpipe": "~1.0.0"
@@ -818,6 +845,19 @@
818
845
  "npm": "1.2.8000 || >= 1.4.16"
819
846
  }
820
847
  },
848
+ "node_modules/express/node_modules/body-parser/node_modules/qs": {
849
+ "version": "6.15.1",
850
+ "license": "BSD-3-Clause",
851
+ "dependencies": {
852
+ "side-channel": "^1.1.0"
853
+ },
854
+ "engines": {
855
+ "node": ">=0.6"
856
+ },
857
+ "funding": {
858
+ "url": "https://github.com/sponsors/ljharb"
859
+ }
860
+ },
821
861
  "node_modules/express/node_modules/cookie": {
822
862
  "version": "0.7.2",
823
863
  "license": "MIT",
@@ -1038,7 +1078,7 @@
1038
1078
  }
1039
1079
  },
1040
1080
  "node_modules/hasown": {
1041
- "version": "2.0.2",
1081
+ "version": "2.0.3",
1042
1082
  "license": "MIT",
1043
1083
  "dependencies": {
1044
1084
  "function-bind": "^1.1.2"
@@ -1099,6 +1139,17 @@
1099
1139
  "next-line": "^1.1.0"
1100
1140
  }
1101
1141
  },
1142
+ "node_modules/https-proxy-agent": {
1143
+ "version": "5.0.1",
1144
+ "license": "MIT",
1145
+ "dependencies": {
1146
+ "agent-base": "6",
1147
+ "debug": "4"
1148
+ },
1149
+ "engines": {
1150
+ "node": ">= 6"
1151
+ }
1152
+ },
1102
1153
  "node_modules/iconv-lite": {
1103
1154
  "version": "0.7.2",
1104
1155
  "license": "MIT",
@@ -1201,11 +1252,10 @@
1201
1252
  "license": "MIT"
1202
1253
  },
1203
1254
  "node_modules/lru-cache": {
1204
- "version": "4.1.5",
1205
- "license": "ISC",
1206
- "dependencies": {
1207
- "pseudomap": "^1.0.2",
1208
- "yallist": "^2.1.2"
1255
+ "version": "11.3.6",
1256
+ "license": "BlueOak-1.0.0",
1257
+ "engines": {
1258
+ "node": "20 || >=22"
1209
1259
  }
1210
1260
  },
1211
1261
  "node_modules/math-intrinsics": {
@@ -1466,10 +1516,6 @@
1466
1516
  "node": ">=10"
1467
1517
  }
1468
1518
  },
1469
- "node_modules/pseudomap": {
1470
- "version": "1.0.2",
1471
- "license": "ISC"
1472
- },
1473
1519
  "node_modules/qs": {
1474
1520
  "version": "6.14.2",
1475
1521
  "license": "BSD-3-Clause",
@@ -1555,7 +1601,7 @@
1555
1601
  }
1556
1602
  },
1557
1603
  "node_modules/semver": {
1558
- "version": "7.7.4",
1604
+ "version": "7.8.0",
1559
1605
  "license": "ISC",
1560
1606
  "bin": {
1561
1607
  "semver": "bin/semver.js"
@@ -1701,15 +1747,30 @@
1701
1747
  "license": "MIT"
1702
1748
  },
1703
1749
  "node_modules/type-is": {
1704
- "version": "2.0.1",
1750
+ "version": "2.1.0",
1705
1751
  "license": "MIT",
1706
1752
  "dependencies": {
1707
- "content-type": "^1.0.5",
1753
+ "content-type": "^2.0.0",
1708
1754
  "media-typer": "^1.1.0",
1709
1755
  "mime-types": "^3.0.0"
1710
1756
  },
1711
1757
  "engines": {
1712
- "node": ">= 0.6"
1758
+ "node": ">= 18"
1759
+ },
1760
+ "funding": {
1761
+ "type": "opencollective",
1762
+ "url": "https://opencollective.com/express"
1763
+ }
1764
+ },
1765
+ "node_modules/type-is/node_modules/content-type": {
1766
+ "version": "2.0.0",
1767
+ "license": "MIT",
1768
+ "engines": {
1769
+ "node": ">=18"
1770
+ },
1771
+ "funding": {
1772
+ "type": "opencollective",
1773
+ "url": "https://opencollective.com/express"
1713
1774
  }
1714
1775
  },
1715
1776
  "node_modules/type-is/node_modules/media-typer": {
@@ -1757,17 +1818,6 @@
1757
1818
  "node": ">= 0.4.0"
1758
1819
  }
1759
1820
  },
1760
- "node_modules/uuid": {
1761
- "version": "10.0.0",
1762
- "funding": [
1763
- "https://github.com/sponsors/broofa",
1764
- "https://github.com/sponsors/ctavan"
1765
- ],
1766
- "license": "MIT",
1767
- "bin": {
1768
- "uuid": "dist/bin/uuid"
1769
- }
1770
- },
1771
1821
  "node_modules/vary": {
1772
1822
  "version": "1.1.2",
1773
1823
  "license": "MIT",
@@ -1814,10 +1864,6 @@
1814
1864
  "node": ">=0.4.0"
1815
1865
  }
1816
1866
  },
1817
- "node_modules/yallist": {
1818
- "version": "2.1.2",
1819
- "license": "ISC"
1820
- },
1821
1867
  "node_modules/yauzl": {
1822
1868
  "version": "3.3.0",
1823
1869
  "license": "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
3
  "description": "Compatibility layer to run XS Classic applications on XS Advanced",
4
- "version": "2.1.11",
4
+ "version": "2.1.12",
5
5
  "repository": {
6
6
  "url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
7
7
  },
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@sap/audit-logging": "^7.0.0",
12
12
  "@sap/e2e-trace": "^6.1.0",
13
- "@sap/hana-client": "2.27.24",
13
+ "@sap/hana-client": "2.28.20",
14
14
  "@sap/hdbext": "8.1.13",
15
15
  "@sap/instance-manager": "^5.2.5",
16
16
  "@sap/jobs-client": "^1.8.6",