@sap/async-xsjs 2.1.4 → 2.1.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 CHANGED
@@ -5,6 +5,20 @@ 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
+
9
+ <a name="2.1.6"></a>
10
+ ## 2.1.6 - 2025-11-24
11
+
12
+ ### Updated
13
+ - update nodemailer version to 7.0.10
14
+
15
+ <a name="2.1.5"></a>
16
+ ## 2.1.5 - 2025-09-23
17
+
18
+ ### Updated
19
+ - update axios version to 1.12.2
20
+ - update cookie version to 1.0.2
21
+
8
22
  <a name="2.1.4"></a>
9
23
  ## 2.1.4 - 2025-07-30
10
24
 
@@ -217,4 +231,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
217
231
  <a name="1.0.0"></a>
218
232
  ## 1.0.0 - 2023-01-26
219
233
 
220
- ### Initial release
234
+ ### Initial release
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.1.4",
9
+ "version": "2.1.6",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^6.3.0",
@@ -24,7 +24,7 @@
24
24
  "@sap/xss-secure": "^5.2.0",
25
25
  "@sap/xssec": "^3.6.0",
26
26
  "accept-language": "2.0.16",
27
- "axios": "^1.8.3",
27
+ "axios": "^1.12.2",
28
28
  "big.js": "6.2.2",
29
29
  "body-parser": "1.20.3",
30
30
  "callsite": "1.0.0",
@@ -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",
@@ -51,12 +51,11 @@
51
51
  }
52
52
  },
53
53
  "node_modules/@sap/audit-logging": {
54
- "version": "6.8.2",
54
+ "version": "6.9.0",
55
55
  "license": "SEE LICENSE IN LICENSE file",
56
56
  "dependencies": {
57
57
  "@sap/xssec": "4.9.0",
58
58
  "debug": "4.3.5",
59
- "fetch-retry": "6.0.0",
60
59
  "lodash": "4.17.21",
61
60
  "node-cache": "5.1.2",
62
61
  "node-fetch": "2.7.0"
@@ -400,7 +399,7 @@
400
399
  "license": "MIT"
401
400
  },
402
401
  "node_modules/axios": {
403
- "version": "1.11.0",
402
+ "version": "1.13.2",
404
403
  "license": "MIT",
405
404
  "dependencies": {
406
405
  "follow-redirects": "^1.15.6",
@@ -810,10 +809,6 @@
810
809
  ],
811
810
  "license": "MIT"
812
811
  },
813
- "node_modules/fetch-retry": {
814
- "version": "6.0.0",
815
- "license": "MIT"
816
- },
817
812
  "node_modules/finalhandler": {
818
813
  "version": "1.3.1",
819
814
  "license": "MIT",
@@ -849,7 +844,7 @@
849
844
  }
850
845
  },
851
846
  "node_modules/follow-redirects": {
852
- "version": "1.15.9",
847
+ "version": "1.15.11",
853
848
  "funding": [
854
849
  {
855
850
  "type": "individual",
@@ -867,7 +862,7 @@
867
862
  }
868
863
  },
869
864
  "node_modules/form-data": {
870
- "version": "4.0.4",
865
+ "version": "4.0.5",
871
866
  "license": "MIT",
872
867
  "dependencies": {
873
868
  "asynckit": "^0.4.0",
@@ -1273,7 +1268,7 @@
1273
1268
  }
1274
1269
  },
1275
1270
  "node_modules/nodemailer": {
1276
- "version": "6.9.16",
1271
+ "version": "7.0.10",
1277
1272
  "license": "MIT-0",
1278
1273
  "engines": {
1279
1274
  "node": ">=6.0.0"
@@ -1454,7 +1449,7 @@
1454
1449
  "license": "ISC"
1455
1450
  },
1456
1451
  "node_modules/semver": {
1457
- "version": "7.7.2",
1452
+ "version": "7.7.3",
1458
1453
  "license": "ISC",
1459
1454
  "bin": {
1460
1455
  "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.4",
4
+ "version": "2.1.6",
5
5
  "repository": {
6
6
  "url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
7
7
  },
@@ -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",
@@ -43,7 +43,7 @@
43
43
  "verror": "1.10.1",
44
44
  "yauzl": "3.2.0",
45
45
  "yazl": "2.4.1",
46
- "axios": "^1.8.3"
46
+ "axios": "^1.12.2"
47
47
  },
48
48
  "engines": {
49
49
  "node": "^18.x || ^20.x || ^22.x"