@sap/async-xsjs 2.1.4 → 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 +6 -0
- package/npm-shrinkwrap.json +6 -11
- package/package.json +2 -2
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.5"></a>
|
|
9
|
+
## 2.1.5 - 2025-09-23
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- update axios version to 1.12.2
|
|
13
|
+
|
|
8
14
|
<a name="2.1.4"></a>
|
|
9
15
|
## 2.1.4 - 2025-07-30
|
|
10
16
|
|
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,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.
|
|
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",
|
|
@@ -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
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.
|
|
402
|
+
"version": "1.12.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.
|
|
847
|
+
"version": "1.15.11",
|
|
853
848
|
"funding": [
|
|
854
849
|
{
|
|
855
850
|
"type": "individual",
|
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
|
},
|
|
@@ -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"
|