Skip to content

Commit d4aa9b4

Browse files
committed
up aws sdk to v3
1 parent de2bc0d commit d4aa9b4

File tree

5 files changed

+1299
-170
lines changed

5 files changed

+1299
-170
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"repository": "https://github.com/topcoder-platform/challenge-api",
2828
"devDependencies": {
29-
"aws-sdk-mock": "^6.2.1",
29+
"aws-sdk-client-mock": "^4.1.0",
3030
"chai": "^6.2.0",
3131
"chai-http": "^5.1.2",
3232
"mocha": "^11.7.4",
@@ -38,8 +38,8 @@
3838
"standard": "^17.1.2"
3939
},
4040
"dependencies": {
41+
"@aws-sdk/client-s3": "^3.716.0",
4142
"@prisma/client": "^6.18.0",
42-
"aws-sdk": "^2.1692.0",
4343
"axios": "^1.13.1",
4444
"axios-retry": "^4.5.0",
4545
"bluebird": "^3.7.2",
@@ -63,7 +63,7 @@
6363
"swagger-ui-express": "^5.0.1",
6464
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.4",
6565
"topcoder-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper",
66-
"uuid": "^13.0.0",
66+
"uuid": "^11.0.3",
6767
"winston": "^3.18.3",
6868
"xss": "^1.0.15",
6969
"yamljs": "^0.3.0"

0 commit comments

Comments
 (0)