Skip to content

Commit

Permalink
Merge pull request #1175 from Borewit/dependabot/npm_and_yarn/master/…
Browse files Browse the repository at this point in the history
…aws-sdk/client-s3-3.223.0
  • Loading branch information
dependabot[bot] authored Dec 3, 2022
2 parents 175dcab + 92e00e0 commit e3ad15d
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 597 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"strtok3": "6.3.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.165.0",
"@aws-sdk/client-s3": "^3.223.0",
"@tokenizer/token": "^0.3.0",
"@types/mocha": "^8.0.0",
"@types/node": "^18.11.9",
Expand All @@ -69,6 +69,6 @@
"typescript": "^4.9.3"
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.165.0"
"@aws-sdk/client-s3": "^3.223.0"
}
}
Loading

0 comments on commit e3ad15d

Please sign in to comment.