Skip to content

Commit

Permalink
chore(deps): [DEVOPS-1759] update to latest aws sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
scub committed Jun 29, 2023
1 parent 96d4e8f commit 6efcbc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "oprah",
"version": "5.5.0",
"version": "5.6.0",
"description": "Package to deploy parameters to AWS",
"repository": "https://github.com/ACloudGuru/oprah.git",
"author": "subash adhikari <subash.adhikari@acloud.guru>",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/ACloudGuru/oprah",
"dependencies": {
"aws-sdk": "^2.862.0",
"aws-sdk": "^2.1407.0",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"dataloader": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1140,10 +1140,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

aws-sdk@^2.862.0:
version "2.1406.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1406.0.tgz#56b83d00912575ec32181ada8fb58c92eb03eaa7"
integrity sha512-kzZm+DF1OZHr7MXW++NWCbopZgTxQExth9ZEHdSrtm2iBdPSw5yM+0NS7+iIOGEDvwTzTJOZM4yHEaw3zRA3QQ==
aws-sdk@^2.1407.0:
version "2.1407.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1407.0.tgz#8854a87192ea0bd984f44e751cd137d219180ca5"
integrity sha512-J02Cjciw+5p9zR7923rfH+UGDEmbg72YRAZISEahzuWPf/DwMAyIrC5B1cMMq3KrV+KVsRtEY5LujVCFKwB8Yw==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down

0 comments on commit 6efcbc0

Please sign in to comment.