@sap/async-xsjs 2.1.3 → 2.1.4

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,13 @@ 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.4"></a>
9
+ ## 2.1.4 - 2025-07-30
10
+
11
+ ### Updated
12
+ - 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
13
+ - Update Compression library to 1.8.1
14
+
8
15
  <a name="2.1.3"></a>
9
16
  ## 2.1.3 - 2025-07-01
10
17
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.1.3",
9
+ "version": "2.1.4",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^6.3.0",
@@ -28,7 +28,7 @@
28
28
  "big.js": "6.2.2",
29
29
  "body-parser": "1.20.3",
30
30
  "callsite": "1.0.0",
31
- "compression": "1.7.5",
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,10 +51,10 @@
51
51
  }
52
52
  },
53
53
  "node_modules/@sap/audit-logging": {
54
- "version": "6.7.1",
54
+ "version": "6.8.2",
55
55
  "license": "SEE LICENSE IN LICENSE file",
56
56
  "dependencies": {
57
- "@sap/xssec": "^3.6.1",
57
+ "@sap/xssec": "4.9.0",
58
58
  "debug": "4.3.5",
59
59
  "fetch-retry": "6.0.0",
60
60
  "lodash": "4.17.21",
@@ -65,6 +65,17 @@
65
65
  "node": "^18.0.0 || ^20.0.0 || ^22.x"
66
66
  }
67
67
  },
68
+ "node_modules/@sap/audit-logging/node_modules/@sap/xssec": {
69
+ "version": "4.9.0",
70
+ "license": "SAP DEVELOPER LICENSE AGREEMENT",
71
+ "dependencies": {
72
+ "debug": "^4.3.4",
73
+ "jwt-decode": "^4"
74
+ },
75
+ "engines": {
76
+ "node": ">=18"
77
+ }
78
+ },
68
79
  "node_modules/@sap/e2e-trace": {
69
80
  "version": "5.4.0",
70
81
  "license": "SEE LICENSE IN LICENSE file",
@@ -389,11 +400,11 @@
389
400
  "license": "MIT"
390
401
  },
391
402
  "node_modules/axios": {
392
- "version": "1.10.0",
403
+ "version": "1.11.0",
393
404
  "license": "MIT",
394
405
  "dependencies": {
395
406
  "follow-redirects": "^1.15.6",
396
- "form-data": "^4.0.0",
407
+ "form-data": "^4.0.4",
397
408
  "proxy-from-env": "^1.1.0"
398
409
  }
399
410
  },
@@ -525,14 +536,14 @@
525
536
  }
526
537
  },
527
538
  "node_modules/compression": {
528
- "version": "1.7.5",
539
+ "version": "1.8.1",
529
540
  "license": "MIT",
530
541
  "dependencies": {
531
542
  "bytes": "3.1.2",
532
543
  "compressible": "~2.0.18",
533
544
  "debug": "2.6.9",
534
545
  "negotiator": "~0.6.4",
535
- "on-headers": "~1.0.2",
546
+ "on-headers": "~1.1.0",
536
547
  "safe-buffer": "5.2.1",
537
548
  "vary": "~1.1.2"
538
549
  },
@@ -856,7 +867,7 @@
856
867
  }
857
868
  },
858
869
  "node_modules/form-data": {
859
- "version": "4.0.3",
870
+ "version": "4.0.4",
860
871
  "license": "MIT",
861
872
  "dependencies": {
862
873
  "asynckit": "^0.4.0",
@@ -1062,6 +1073,13 @@
1062
1073
  "safe-buffer": "^5.0.1"
1063
1074
  }
1064
1075
  },
1076
+ "node_modules/jwt-decode": {
1077
+ "version": "4.0.0",
1078
+ "license": "MIT",
1079
+ "engines": {
1080
+ "node": ">=18"
1081
+ }
1082
+ },
1065
1083
  "node_modules/lodash": {
1066
1084
  "version": "4.17.21",
1067
1085
  "license": "MIT"
@@ -1282,7 +1300,7 @@
1282
1300
  }
1283
1301
  },
1284
1302
  "node_modules/on-headers": {
1285
- "version": "1.0.2",
1303
+ "version": "1.1.0",
1286
1304
  "license": "MIT",
1287
1305
  "engines": {
1288
1306
  "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.3",
4
+ "version": "2.1.4",
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.7.5",
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",