Skip to content

Commit

Permalink
AT-10925: fix lint and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Dec 6, 2023
1 parent 0e0ba28 commit 3a2c398
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
121 changes: 60 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"aws-sdk-client-mock": "^3.0.0",
"chai": "^4.3.10",
"chai-spies": "^1.1.0",
Expand All @@ -68,8 +69,8 @@
"typescript": "5.1.6"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.465.0",
"@smithy/smithy-client": "^2.1.16",
"@smithy/util-retry": "^2.0.7"
"@aws-sdk/client-ec2": "^3.467.0",
"@smithy/smithy-client": "^2.1.18",
"@smithy/util-retry": "^2.0.8"
}
}

0 comments on commit 3a2c398

Please sign in to comment.