@sap/async-xsjs 2.1.3 → 2.1.5
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 +13 -0
- package/npm-shrinkwrap.json +31 -18
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,19 @@ 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.5"></a>
|
|
9
|
+
## 2.1.5 - 2025-09-23
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- update axios version to 1.12.2
|
|
13
|
+
|
|
14
|
+
<a name="2.1.4"></a>
|
|
15
|
+
## 2.1.4 - 2025-07-30
|
|
16
|
+
|
|
17
|
+
### Updated
|
|
18
|
+
- The form-data library was pinned to an older version by a dependent package, causing issues. We’re re-releasing async-xsjs to pin the latest form-data version via shrinkwrap.json
|
|
19
|
+
- Update Compression library to 1.8.1
|
|
20
|
+
|
|
8
21
|
<a name="2.1.3"></a>
|
|
9
22
|
## 2.1.3 - 2025-07-01
|
|
10
23
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sap/async-xsjs",
|
|
9
|
-
"version": "2.1.
|
|
9
|
+
"version": "2.1.5",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE file",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sap/audit-logging": "^6.3.0",
|
|
@@ -24,11 +24,11 @@
|
|
|
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.
|
|
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",
|
|
31
|
-
"compression": "1.
|
|
31
|
+
"compression": "1.8.1",
|
|
32
32
|
"content-type": "1.0.5",
|
|
33
33
|
"cookie": "1.0.2",
|
|
34
34
|
"cookie-parser": "1.4.7",
|
|
@@ -51,12 +51,11 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"node_modules/@sap/audit-logging": {
|
|
54
|
-
"version": "6.
|
|
54
|
+
"version": "6.9.0",
|
|
55
55
|
"license": "SEE LICENSE IN LICENSE file",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@sap/xssec": "
|
|
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"
|
|
@@ -65,6 +64,17 @@
|
|
|
65
64
|
"node": "^18.0.0 || ^20.0.0 || ^22.x"
|
|
66
65
|
}
|
|
67
66
|
},
|
|
67
|
+
"node_modules/@sap/audit-logging/node_modules/@sap/xssec": {
|
|
68
|
+
"version": "4.9.0",
|
|
69
|
+
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
70
|
+
"dependencies": {
|
|
71
|
+
"debug": "^4.3.4",
|
|
72
|
+
"jwt-decode": "^4"
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">=18"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
68
78
|
"node_modules/@sap/e2e-trace": {
|
|
69
79
|
"version": "5.4.0",
|
|
70
80
|
"license": "SEE LICENSE IN LICENSE file",
|
|
@@ -389,11 +399,11 @@
|
|
|
389
399
|
"license": "MIT"
|
|
390
400
|
},
|
|
391
401
|
"node_modules/axios": {
|
|
392
|
-
"version": "1.
|
|
402
|
+
"version": "1.12.2",
|
|
393
403
|
"license": "MIT",
|
|
394
404
|
"dependencies": {
|
|
395
405
|
"follow-redirects": "^1.15.6",
|
|
396
|
-
"form-data": "^4.0.
|
|
406
|
+
"form-data": "^4.0.4",
|
|
397
407
|
"proxy-from-env": "^1.1.0"
|
|
398
408
|
}
|
|
399
409
|
},
|
|
@@ -525,14 +535,14 @@
|
|
|
525
535
|
}
|
|
526
536
|
},
|
|
527
537
|
"node_modules/compression": {
|
|
528
|
-
"version": "1.
|
|
538
|
+
"version": "1.8.1",
|
|
529
539
|
"license": "MIT",
|
|
530
540
|
"dependencies": {
|
|
531
541
|
"bytes": "3.1.2",
|
|
532
542
|
"compressible": "~2.0.18",
|
|
533
543
|
"debug": "2.6.9",
|
|
534
544
|
"negotiator": "~0.6.4",
|
|
535
|
-
"on-headers": "~1.0
|
|
545
|
+
"on-headers": "~1.1.0",
|
|
536
546
|
"safe-buffer": "5.2.1",
|
|
537
547
|
"vary": "~1.1.2"
|
|
538
548
|
},
|
|
@@ -799,10 +809,6 @@
|
|
|
799
809
|
],
|
|
800
810
|
"license": "MIT"
|
|
801
811
|
},
|
|
802
|
-
"node_modules/fetch-retry": {
|
|
803
|
-
"version": "6.0.0",
|
|
804
|
-
"license": "MIT"
|
|
805
|
-
},
|
|
806
812
|
"node_modules/finalhandler": {
|
|
807
813
|
"version": "1.3.1",
|
|
808
814
|
"license": "MIT",
|
|
@@ -838,7 +844,7 @@
|
|
|
838
844
|
}
|
|
839
845
|
},
|
|
840
846
|
"node_modules/follow-redirects": {
|
|
841
|
-
"version": "1.15.
|
|
847
|
+
"version": "1.15.11",
|
|
842
848
|
"funding": [
|
|
843
849
|
{
|
|
844
850
|
"type": "individual",
|
|
@@ -856,7 +862,7 @@
|
|
|
856
862
|
}
|
|
857
863
|
},
|
|
858
864
|
"node_modules/form-data": {
|
|
859
|
-
"version": "4.0.
|
|
865
|
+
"version": "4.0.4",
|
|
860
866
|
"license": "MIT",
|
|
861
867
|
"dependencies": {
|
|
862
868
|
"asynckit": "^0.4.0",
|
|
@@ -1062,6 +1068,13 @@
|
|
|
1062
1068
|
"safe-buffer": "^5.0.1"
|
|
1063
1069
|
}
|
|
1064
1070
|
},
|
|
1071
|
+
"node_modules/jwt-decode": {
|
|
1072
|
+
"version": "4.0.0",
|
|
1073
|
+
"license": "MIT",
|
|
1074
|
+
"engines": {
|
|
1075
|
+
"node": ">=18"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1065
1078
|
"node_modules/lodash": {
|
|
1066
1079
|
"version": "4.17.21",
|
|
1067
1080
|
"license": "MIT"
|
|
@@ -1282,7 +1295,7 @@
|
|
|
1282
1295
|
}
|
|
1283
1296
|
},
|
|
1284
1297
|
"node_modules/on-headers": {
|
|
1285
|
-
"version": "1.0
|
|
1298
|
+
"version": "1.1.0",
|
|
1286
1299
|
"license": "MIT",
|
|
1287
1300
|
"engines": {
|
|
1288
1301
|
"node": ">= 0.8"
|
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
|
+
"version": "2.1.5",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
|
|
7
7
|
},
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"big.js": "6.2.2",
|
|
27
27
|
"body-parser": "1.20.3",
|
|
28
28
|
"callsite": "1.0.0",
|
|
29
|
-
"compression": "1.
|
|
29
|
+
"compression": "1.8.1",
|
|
30
30
|
"content-type": "1.0.5",
|
|
31
31
|
"cookie": "1.0.2",
|
|
32
32
|
"cookie-parser": "1.4.7",
|
|
@@ -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.
|
|
46
|
+
"axios": "^1.12.2"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": "^18.x || ^20.x || ^22.x"
|