mirror of
https://github.com/viktoruj/obsidian-cloud-kms.git
synced 2026-07-22 06:56:21 +00:00
deps: bump the aws-sdk group with 2 updates
Bumps the aws-sdk group with 2 updates: [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) and [@aws-sdk/credential-provider-ini](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/credential-provider-ini). Updates `@aws-sdk/client-kms` from 3.1045.0 to 3.1049.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1049.0/clients/client-kms) Updates `@aws-sdk/credential-provider-ini` from 3.972.38 to 3.972.42 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/credential-provider-ini/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/credential-provider-ini) --- updated-dependencies: - dependency-name: "@aws-sdk/client-kms" dependency-version: 3.1049.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/credential-provider-ini" dependency-version: 3.972.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
db88e028f1
commit
d7aa864664
2 changed files with 149 additions and 867 deletions
1012
package-lock.json
generated
1012
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,8 +19,8 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-kms": "3.1045.0",
|
||||
"@aws-sdk/credential-provider-ini": "3.972.38"
|
||||
"@aws-sdk/client-kms": "3.1049.0",
|
||||
"@aws-sdk/credential-provider-ini": "3.972.42"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "22.15.18",
|
||||
|
|
|
|||
Loading…
Reference in a new issue