@sap/audit-logging
Advanced tools
Comparing version 5.8.1 to 5.8.2
@@ -8,2 +8,7 @@ # Change Log | ||
## 5.8.2 - 2023-12-06 | ||
### Updated | ||
- Updated *xssec* to v3.6.0 | ||
## 5.8.1 - 2023-11-16 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@sap/audit-logging", | ||
"version": "5.8.1", | ||
"version": "5.8.2", | ||
"lockfileVersion": 2, | ||
@@ -9,6 +9,6 @@ "requires": true, | ||
"name": "@sap/audit-logging", | ||
"version": "5.8.1", | ||
"version": "5.8.2", | ||
"license": "SEE LICENSE IN LICENSE file", | ||
"dependencies": { | ||
"@sap/xssec": "^3.5.0", | ||
"@sap/xssec": "^3.6.0", | ||
"debug": "4.3.4", | ||
@@ -24,3 +24,3 @@ "fetch-retry": "4.1.0", | ||
"node_modules/@sap/xssec": { | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"dependencies": { | ||
@@ -276,3 +276,3 @@ "axios": "^1.6", | ||
"@sap/xssec": { | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"requires": { | ||
@@ -279,0 +279,0 @@ "axios": "^1.6", |
{ | ||
"name": "@sap/audit-logging", | ||
"description": "Provides audit logging functionalities for Node.js applications", | ||
"version": "5.8.1", | ||
"version": "5.8.2", | ||
"license": "SEE LICENSE IN LICENSE file", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@sap/xssec": "^3.5.0", | ||
"@sap/xssec": "^3.6.0", | ||
"debug": "4.3.4", | ||
@@ -33,0 +33,0 @@ "fetch-retry": "4.1.0", |
104254
+ Added@sap/xssec@3.6.0(transitive)
- Removed@sap/xssec@3.5.0(transitive)
Updated@sap/xssec@^3.6.0