Skip to content

Commit

Permalink
chore: fixed aws sdk v3 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Mar 4, 2024
1 parent 0938519 commit 5e956bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"bugs": "https://github.com/Noovolari/leapp/issues",
"dependencies": {
"@aws-sdk/client-sso": "^3.85.0",
"@aws-sdk/client-sso-oidc": "^3.85.0",
"@aws-sdk/client-sso": "3.525.0",
"@aws-sdk/client-sso-oidc": "3.525.0",
"@azure/msal-node": "^1.9.0",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@noovolari/leapp-core": "file:../core",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"peerDependencies": {
"@aws-sdk/client-ec2": "3.525.1",
"@aws-sdk/client-ssm": "3.525.0",
"@aws-sdk/client-sso": "3.502.0",
"@aws-sdk/client-sso-oidc": "3.502.0",
"@aws-sdk/client-sts": "3.502.0",
"@aws-sdk/client-sso": "3.525.0",
"@aws-sdk/client-sso-oidc": "3.525.0",
"@aws-sdk/client-sts": "3.525.0",
"@aws-sdk/types": "3.523.0",
"@aws-sdk/util-retry": "3.374.0",
"@azure/msal-node": "^1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"@angular/platform-browser": "^13.2.2",
"@angular/platform-browser-dynamic": "^13.2.2",
"@angular/router": "^13.2.2",
"@aws-sdk/client-sso": "3.502.0",
"@aws-sdk/client-sso-oidc": "3.502.0",
"@aws-sdk/client-sso": "3.525.0",
"@aws-sdk/client-sso-oidc": "3.525.0",
"@azure/msal-node": "^1.9.0",
"@electron/remote": "^2.0.1",
"@ng-select/ng-select": "8.1.1",
Expand Down

0 comments on commit 5e956bd

Please sign in to comment.