@uoa/lambda-tracing 2.3.0 → 2.3.1

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.
Files changed (2) hide show
  1. package/changelog.md +3 -0
  2. package/package.json +2 -2
package/changelog.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.3.1
4
+ - Fix dependency vulnerabilities
5
+
3
6
  ## 2.3.0
4
7
  - Automatically decode response if Content-Encoding header is present. Supports gzip, br, and deflate encodings.
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uoa/lambda-tracing",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Library for logging & distributed tracing in UoA Lambda projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,7 +49,7 @@
49
49
  "@opentelemetry/instrumentation": "^0.28.0",
50
50
  "@opentelemetry/instrumentation-aws-lambda": "^0.31.0",
51
51
  "@opentelemetry/sdk-trace-node": "^1.8.0",
52
- "fast-xml-parser": "^4.3.4",
52
+ "fast-xml-parser": "^5.3.4",
53
53
  "moment": "^2.29.3",
54
54
  "winston": "^3.13.0"
55
55
  },