serverless-plugin-datadog 5.51.0 → 5.53.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-plugin-datadog",
3
- "version": "5.51.0",
3
+ "version": "5.53.0",
4
4
  "description": "Serverless plugin to automatically instrument python and node functions with datadog tracing",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/DataDog/serverless-plugin-datadog",
@@ -21,12 +21,12 @@
21
21
  "@types/mock-fs": "4.13.0",
22
22
  "@types/node-fetch": "^2.5.10",
23
23
  "@types/serverless": "1.78.34",
24
- "jest": "^26.6.3",
24
+ "jest": "^29.7.0",
25
25
  "jest-environment-node": "^26.6.2",
26
26
  "mock-fs": "4.13.0",
27
27
  "prettier": "^2.2.1",
28
28
  "serverless-step-functions": "^3.17.0",
29
- "ts-jest": "^26.4.4",
29
+ "ts-jest": "^29.1.1",
30
30
  "tslint": "^6.1.3",
31
31
  "typescript": "^4.1.3"
32
32
  },
@@ -57,7 +57,7 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@datadog/datadog-ci": "^2.17.2",
60
+ "@datadog/datadog-ci": "^2.23.1",
61
61
  "node-fetch": "^2.6.1",
62
62
  "simple-git": "^3.16.0"
63
63
  },