We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95072f commit a2fa391Copy full SHA for a2fa391
nodejs/package.json
@@ -32,7 +32,7 @@
32
"devDependencies": {
33
"@typescript-eslint/eslint-plugin": "5.50.0",
34
"@typescript-eslint/parser": "5.51.0",
35
- "aws-sdk": "2.1343.0",
+ "aws-sdk": "2.1357.0",
36
"bestzip": "2.2.1",
37
"copyfiles": "2.4.1",
38
"eslint": "8.34.0",
nodejs/sample-apps/aws-sdk/package.json
@@ -47,6 +47,6 @@
47
"typescript": "4.9.5"
48
},
49
"dependencies": {
50
- "aws-sdk": "2.1343.0"
+ "aws-sdk": "2.1357.0"
51
}
52
0 commit comments