Skip to content

Commit 12e048f

Browse files
committed
Bump @aws-sdk/* dependencies
1 parent 4a1549b commit 12e048f

File tree

4 files changed

+356
-359
lines changed

4 files changed

+356
-359
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.22.0] - 2024-07-30
4+
[0.22.0]: https://github.com/mhassan1/yarn-plugin-aws-codeartifact/compare/v0.21.0...v0.22.0
5+
6+
- Bump `@aws-sdk/*` dependencies
7+
38
## [0.21.0] - 2024-07-03
49
[0.21.0]: https://github.com/mhassan1/yarn-plugin-aws-codeartifact/compare/v0.20.0...v0.21.0
510

bundles/@yarnpkg/plugin-aws-codeartifact.js

+30-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"postversion": "git push && git push --tags"
3838
},
3939
"dependencies": {
40-
"@aws-sdk/client-codeartifact": "^3.609.0",
41-
"@aws-sdk/client-sso-oidc": "^3.609.0",
42-
"@aws-sdk/client-sts": "^3.609.0",
43-
"@aws-sdk/credential-provider-env": "^3.609.0",
44-
"@aws-sdk/credential-provider-node": "^3.609.0",
40+
"@aws-sdk/client-codeartifact": "^3.621.0",
41+
"@aws-sdk/client-sso-oidc": "^3.621.0",
42+
"@aws-sdk/client-sts": "^3.621.0",
43+
"@aws-sdk/credential-provider-env": "^3.620.1",
44+
"@aws-sdk/credential-provider-node": "^3.621.0",
4545
"@aws-sdk/property-provider": "^3.374.0",
4646
"@yarnpkg/builder": "^4.0.0",
4747
"@yarnpkg/cli": "^4.0.0",

0 commit comments

Comments
 (0)