@sap/audit-logging
Advanced tools
Comparing version 5.5.0 to 5.5.1
@@ -8,2 +8,7 @@ # Change Log | ||
## 5.5.1 - 2022-03-01 | ||
### Fixed | ||
- - Updated xssec to v3.2.13 | ||
## 5.5.0 - 2022-01-28 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@sap/audit-logging", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"lockfileVersion": 1, | ||
@@ -8,5 +8,5 @@ "requires": true, | ||
"@sap/xssec": { | ||
"version": "3.2.12", | ||
"version": "3.2.13", | ||
"requires": { | ||
"axios": "^0.25.0", | ||
"axios": "^0.26.0", | ||
"debug": "4.3.2", | ||
@@ -34,5 +34,5 @@ "jsonwebtoken": "^8.5.1", | ||
"axios": { | ||
"version": "0.25.0", | ||
"version": "0.26.0", | ||
"requires": { | ||
"follow-redirects": "^1.14.7" | ||
"follow-redirects": "^1.14.8" | ||
} | ||
@@ -62,3 +62,3 @@ }, | ||
"follow-redirects": { | ||
"version": "1.14.7" | ||
"version": "1.14.9" | ||
}, | ||
@@ -65,0 +65,0 @@ "jsonwebtoken": { |
{ | ||
"name": "@sap/audit-logging", | ||
"description": "Provides audit logging functionalities for Node.js applications", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"license": "SEE LICENSE IN LICENSE file", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@sap/xssec": "^3.2.10", | ||
"@sap/xssec": "^3.2.13", | ||
"debug": "4.3.3", | ||
@@ -32,0 +32,0 @@ "fetch-retry": "4.1.0", |
88892
Updated@sap/xssec@^3.2.13