serverless-plugin-datadog 5.58.0 → 5.60.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.58.0",
3
+ "version": "5.60.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",
@@ -57,7 +57,7 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@datadog/datadog-ci": "^2.23.1",
60
+ "@datadog/datadog-ci": "^2.32.0",
61
61
  "node-fetch": "^2.6.1",
62
62
  "simple-git": "^3.16.0"
63
63
  },