@sap/async-xsjs 2.1.5 → 2.1.7

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,11 +5,24 @@ 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.7"></a>
9
+ ## 2.1.7 - 2025-12-11
10
+
11
+ ### Updated
12
+ - update @sap/hana-client version to 2.26.26
13
+
14
+ <a name="2.1.6"></a>
15
+ ## 2.1.6 - 2025-11-24
16
+
17
+ ### Updated
18
+ - update nodemailer version to 7.0.10
19
+
8
20
  <a name="2.1.5"></a>
9
21
  ## 2.1.5 - 2025-09-23
10
22
 
11
23
  ### Updated
12
24
  - update axios version to 1.12.2
25
+ - update cookie version to 1.0.2
13
26
 
14
27
  <a name="2.1.4"></a>
15
28
  ## 2.1.4 - 2025-07-30
@@ -223,4 +236,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
223
236
  <a name="1.0.0"></a>
224
237
  ## 1.0.0 - 2023-01-26
225
238
 
226
- ### Initial release
239
+ ### Initial release
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.1.5",
9
+ "version": "2.1.7",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^6.3.0",
13
13
  "@sap/e2e-trace": "^5.3.0",
14
- "@sap/hana-client": "2.24.26",
14
+ "@sap/hana-client": "2.26.26",
15
15
  "@sap/hdbext": "8.1.9",
16
16
  "@sap/instance-manager": "^5.2.1",
17
17
  "@sap/jobs-client": "^1.8.5",
@@ -37,7 +37,7 @@
37
37
  "media-typer": "0.3.0",
38
38
  "moment": "2.29.4",
39
39
  "multiparty": "4.2.2",
40
- "nodemailer": "6.9.16",
40
+ "nodemailer": "7.0.10",
41
41
  "passport": "0.7.0",
42
42
  "passport-strategy": "1.0.0",
43
43
  "sax": "1.4.1",
@@ -86,7 +86,7 @@
86
86
  }
87
87
  },
88
88
  "node_modules/@sap/hana-client": {
89
- "version": "2.24.26",
89
+ "version": "2.26.26",
90
90
  "hasInstallScript": true,
91
91
  "license": "SEE LICENSE IN developer-license-3_2.txt",
92
92
  "dependencies": {
@@ -133,6 +133,28 @@
133
133
  "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
134
134
  }
135
135
  },
136
+ "node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
137
+ "version": "2.24.26",
138
+ "hasInstallScript": true,
139
+ "license": "SEE LICENSE IN developer-license-3_2.txt",
140
+ "dependencies": {
141
+ "debug": "3.1.0"
142
+ },
143
+ "engines": {
144
+ "node": ">=4.0.0"
145
+ }
146
+ },
147
+ "node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/debug": {
148
+ "version": "3.1.0",
149
+ "license": "MIT",
150
+ "dependencies": {
151
+ "ms": "2.0.0"
152
+ }
153
+ },
154
+ "node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/ms": {
155
+ "version": "2.0.0",
156
+ "license": "MIT"
157
+ },
136
158
  "node_modules/@sap/hdbext/node_modules/debug": {
137
159
  "version": "4.3.1",
138
160
  "license": "MIT",
@@ -399,7 +421,7 @@
399
421
  "license": "MIT"
400
422
  },
401
423
  "node_modules/axios": {
402
- "version": "1.12.2",
424
+ "version": "1.13.2",
403
425
  "license": "MIT",
404
426
  "dependencies": {
405
427
  "follow-redirects": "^1.15.6",
@@ -862,7 +884,7 @@
862
884
  }
863
885
  },
864
886
  "node_modules/form-data": {
865
- "version": "4.0.4",
887
+ "version": "4.0.5",
866
888
  "license": "MIT",
867
889
  "dependencies": {
868
890
  "asynckit": "^0.4.0",
@@ -1032,10 +1054,10 @@
1032
1054
  }
1033
1055
  },
1034
1056
  "node_modules/jsonwebtoken": {
1035
- "version": "9.0.2",
1057
+ "version": "9.0.3",
1036
1058
  "license": "MIT",
1037
1059
  "dependencies": {
1038
- "jws": "^3.2.2",
1060
+ "jws": "^4.0.1",
1039
1061
  "lodash.includes": "^4.3.0",
1040
1062
  "lodash.isboolean": "^3.0.3",
1041
1063
  "lodash.isinteger": "^4.0.4",
@@ -1052,7 +1074,7 @@
1052
1074
  }
1053
1075
  },
1054
1076
  "node_modules/jwa": {
1055
- "version": "1.4.2",
1077
+ "version": "2.0.1",
1056
1078
  "license": "MIT",
1057
1079
  "dependencies": {
1058
1080
  "buffer-equal-constant-time": "^1.0.1",
@@ -1061,10 +1083,10 @@
1061
1083
  }
1062
1084
  },
1063
1085
  "node_modules/jws": {
1064
- "version": "3.2.2",
1086
+ "version": "4.0.1",
1065
1087
  "license": "MIT",
1066
1088
  "dependencies": {
1067
- "jwa": "^1.4.1",
1089
+ "jwa": "^2.0.1",
1068
1090
  "safe-buffer": "^5.0.1"
1069
1091
  }
1070
1092
  },
@@ -1268,7 +1290,7 @@
1268
1290
  }
1269
1291
  },
1270
1292
  "node_modules/nodemailer": {
1271
- "version": "6.9.16",
1293
+ "version": "7.0.10",
1272
1294
  "license": "MIT-0",
1273
1295
  "engines": {
1274
1296
  "node": ">=6.0.0"
@@ -1449,7 +1471,7 @@
1449
1471
  "license": "ISC"
1450
1472
  },
1451
1473
  "node_modules/semver": {
1452
- "version": "7.7.2",
1474
+ "version": "7.7.3",
1453
1475
  "license": "ISC",
1454
1476
  "bin": {
1455
1477
  "semver": "bin/semver.js"
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.5",
4
+ "version": "2.1.7",
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": "^6.3.0",
12
12
  "@sap/e2e-trace": "^5.3.0",
13
- "@sap/hana-client": "2.24.26",
13
+ "@sap/hana-client": "2.26.26",
14
14
  "@sap/hdbext": "8.1.9",
15
15
  "@sap/instance-manager": "^5.2.1",
16
16
  "@sap/jobs-client": "^1.8.5",
@@ -35,7 +35,7 @@
35
35
  "media-typer": "0.3.0",
36
36
  "moment": "2.29.4",
37
37
  "multiparty": "4.2.2",
38
- "nodemailer": "6.9.16",
38
+ "nodemailer": "7.0.10",
39
39
  "passport": "0.7.0",
40
40
  "passport-strategy": "1.0.0",
41
41
  "sax": "1.4.1",