diff --git a/integration_tests/package.json b/integration_tests/package.json index 32b8c85e..a4c2f703 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -10,9 +10,9 @@ "author": "", "license": "ISC", "dependencies": { - "axios": ">=1.1.3" + "axios": ">=1.14.0" }, "devDependencies": { - "serverless-plugin-datadog": "2.2.1" + "serverless-plugin-datadog": "2.2.2" } }