@dmptool/utils 1.0.39 → 1.0.40

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 (1) hide show
  1. package/package.json +9 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dmptool/utils",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "Helper/Utility functions for use in the DMP Tool services. Particularly AWS tooling and maDMP serialization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,9 +31,6 @@
31
31
  "trivy-high": "./scripts/trivy-high.sh",
32
32
  "trivy-med": "./scripts/trivy-med.sh"
33
33
  },
34
- "overrides": {
35
- "fast-xml-parser": "5.3.4"
36
- },
37
34
  "dependencies": {
38
35
  "@dmptool/types": "2.3.2",
39
36
  "@elastic/ecs-pino-format": "^1.5.0",
@@ -45,14 +42,14 @@
45
42
  },
46
43
  "peerDependencies": {
47
44
  "@aws-sdk/client-cloudformation": "^3.980.0",
48
- "@aws-sdk/client-dynamodb": "^3.980.0",
49
- "@aws-sdk/client-s3": "^3.980.0",
50
- "@aws-sdk/client-sns": "^3.980.0",
51
- "@aws-sdk/client-sqs": "^3.980.0",
52
- "@aws-sdk/client-ssm": "^3.980.0",
53
- "@aws-sdk/node-http-handler": "^3.370.0",
54
- "@aws-sdk/s3-request-presigner": "^3.980.0",
55
- "@aws-sdk/util-dynamodb": "^3.980.0"
45
+ "@aws-sdk/client-dynamodb": "^3.983.0",
46
+ "@aws-sdk/client-s3": "^3.983.0",
47
+ "@aws-sdk/client-sns": "^3.983.0",
48
+ "@aws-sdk/client-sqs": "^3.983.0",
49
+ "@aws-sdk/client-ssm": "^3.983.0",
50
+ "@aws-sdk/node-http-handler": "^3.374.0",
51
+ "@aws-sdk/s3-request-presigner": "^3.983.0",
52
+ "@aws-sdk/util-dynamodb": "^3.983.0"
56
53
  },
57
54
  "devDependencies": {
58
55
  "@aws-sdk/util-stream-node": "^3.370.0",