Skip to content

Commit

Permalink
Merge pull request #1074 from DataDog/jordan.gonzalez/pin-aws-credent…
Browse files Browse the repository at this point in the history
…ials-provider-packages

fix: aws sdk provider dependencies to be pinned
  • Loading branch information
duncanista authored Sep 29, 2023
2 parents 5209aaf + 701795e commit 98f4574
Show file tree
Hide file tree
Showing 2 changed files with 828 additions and 83 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@aws-sdk/client-iam": "^3.358.0",
"@aws-sdk/client-lambda": "^3.358.0",
"@aws-sdk/client-sfn": "^3.358.0",
"@aws-sdk/credential-providers": "^3.358.0",
"@aws-sdk/property-provider": "^3.357.0",
"@aws-sdk/credential-providers": "3.358.0",
"@aws-sdk/property-provider": "3.357.0",
"@google-cloud/logging": "^10.5.0",
"@google-cloud/run": "^0.6.0",
"@types/datadog-metrics": "0.6.1",
Expand Down
Loading

0 comments on commit 98f4574

Please sign in to comment.