@sap/async-xsjs 2.0.1 → 2.0.2

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,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.0.2"></a>
9
+ ## 2.0.2 - 2024-09-04
10
+
11
+ ### Updated
12
+ - Updated axios version to 1.7.7 to fix the security vulnerability.
13
+
8
14
  <a name="2.0.1"></a>
9
15
  ## 2.0.1 - 2024-07-23
10
16
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.0.1",
9
+ "version": "2.0.2",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^5.7.1",
@@ -24,7 +24,7 @@
24
24
  "@sap/xss-secure": "^4.3.0",
25
25
  "@sap/xssec": "^3.6.0",
26
26
  "accept-language": "2.0.16",
27
- "axios": "^1.6.2",
27
+ "axios": "^1.7.7",
28
28
  "big.js": "5.0.2",
29
29
  "body-parser": "1.19.2",
30
30
  "callsite": "1.0.0",
@@ -167,7 +167,7 @@
167
167
  }
168
168
  },
169
169
  "node_modules/@sap/jobs-client": {
170
- "version": "1.8.3",
170
+ "version": "1.8.5",
171
171
  "dependencies": {
172
172
  "@sap/xsenv": "4.2.0"
173
173
  },
@@ -187,17 +187,17 @@
187
187
  }
188
188
  },
189
189
  "node_modules/@sap/node-jwt": {
190
- "version": "1.6.23",
190
+ "version": "1.6.24",
191
191
  "hasInstallScript": true,
192
192
  "engines": {
193
- "node": "<21.0.0"
193
+ "node": "<23.0.0"
194
194
  }
195
195
  },
196
196
  "node_modules/@sap/node-vsi": {
197
- "version": "1.4.27",
197
+ "version": "1.4.28",
198
198
  "hasInstallScript": true,
199
199
  "engines": {
200
- "node": "<21.0.0"
200
+ "node": "<23.0.0"
201
201
  }
202
202
  },
203
203
  "node_modules/@sap/textbundle": {
@@ -417,7 +417,7 @@
417
417
  "version": "0.4.0"
418
418
  },
419
419
  "node_modules/axios": {
420
- "version": "1.7.2",
420
+ "version": "1.7.7",
421
421
  "dependencies": {
422
422
  "follow-redirects": "^1.15.6",
423
423
  "form-data": "^4.0.0",
@@ -880,7 +880,7 @@
880
880
  }
881
881
  },
882
882
  "node_modules/follow-redirects": {
883
- "version": "1.15.6",
883
+ "version": "1.15.8",
884
884
  "engines": {
885
885
  "node": ">=4.0"
886
886
  },
@@ -1615,7 +1615,7 @@
1615
1615
  }
1616
1616
  },
1617
1617
  "@sap/jobs-client": {
1618
- "version": "1.8.3",
1618
+ "version": "1.8.5",
1619
1619
  "requires": {
1620
1620
  "@sap/xsenv": "4.2.0"
1621
1621
  }
@@ -1629,10 +1629,10 @@
1629
1629
  }
1630
1630
  },
1631
1631
  "@sap/node-jwt": {
1632
- "version": "1.6.23"
1632
+ "version": "1.6.24"
1633
1633
  },
1634
1634
  "@sap/node-vsi": {
1635
- "version": "1.4.27"
1635
+ "version": "1.4.28"
1636
1636
  },
1637
1637
  "@sap/textbundle": {
1638
1638
  "version": "4.3.0"
@@ -1797,7 +1797,7 @@
1797
1797
  "version": "0.4.0"
1798
1798
  },
1799
1799
  "axios": {
1800
- "version": "1.7.2",
1800
+ "version": "1.7.7",
1801
1801
  "requires": {
1802
1802
  "follow-redirects": "^1.15.6",
1803
1803
  "form-data": "^4.0.0",
@@ -2142,7 +2142,7 @@
2142
2142
  }
2143
2143
  },
2144
2144
  "follow-redirects": {
2145
- "version": "1.15.6"
2145
+ "version": "1.15.8"
2146
2146
  },
2147
2147
  "form-data": {
2148
2148
  "version": "4.0.0",
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.0.1",
4
+ "version": "2.0.2",
5
5
  "repository": {},
6
6
  "license": "SEE LICENSE IN LICENSE file",
7
7
  "main": "./lib",
@@ -41,7 +41,7 @@
41
41
  "verror": "1.10.0",
42
42
  "yauzl": "2.6.0",
43
43
  "yazl": "2.4.1",
44
- "axios": "^1.6.2"
44
+ "axios": "^1.7.7"
45
45
  },
46
46
  "engines": {
47
47
  "node": "^18.x || ^20.x"