Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the npm_and_yarn group across 2 directories with 5 updates #239

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps the npm_and_yarn group with 1 update in the /libs/iota-core directory: @aws-sdk/client-cognito-identity.
Bumps the npm_and_yarn group with 4 updates in the /packages/auth-provider directory: axios, fast-xml-parser, @aws-sdk/client-codeartifact and @aws-sdk/credential-providers.

Updates @aws-sdk/client-cognito-identity from 3.590.0 to 3.650.0

Release notes

Sourced from @​aws-sdk/client-cognito-identity's releases.

v3.650.0

3.650.0(2024-09-11)

Chores
  • clients: use spread operator for command endpoint params when necessary (#6458) (76ceacbb)
  • codegen: bump smithy-typescript-codegen version to 0.23 (#6453) (2b517a46)
New Features
  • clients: update client endpoints as of 2024-09-11 (11eae4b8)
  • client-bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (a70cc8d8)
  • client-guardduty: Add support for new statistic types in GetFindingsStatistics. (85d62dbe)
  • client-ecr: Added KMS_DSSE to EncryptionType (33886e72)
  • client-medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. (1a980845)
  • client-lex-models-v2: Support new Polly voice engines in VoiceSettings: long-form and generative (e0e36b50)
  • client-bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (f68727d9)
Bug Fixes
  • codegen: checkstyle issue in DocumentBareBonesClientGenerator (#6455) (c3d86a6a)

For list of updated packages, view updated-packages.md in assets-3.650.0.zip

v3.649.0

3.649.0(2024-09-10)

Documentation Changes
  • client-chime-sdk-voice: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. (7ec26a0c)
  • client-securityhub: Documentation update for Security Hub (968260ee)
New Features
  • clients: update client endpoints as of 2024-09-10 (467fa98b)
  • client-pipes: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe (a0eda251)
  • client-cognito-identity: This release adds sensitive trait to some required shapes. (28a1deec)
  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28d)
Tests
  • middleware-sdk-s3: add type transform integration test (#6450) (e6cba699)

For list of updated packages, view updated-packages.md in assets-3.649.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cognito-identity's changelog.

3.650.0 (2024-09-11)

Note: Version bump only for package @​aws-sdk/client-cognito-identity

3.649.0 (2024-09-10)

Features

  • client-cognito-identity: This release adds sensitive trait to some required shapes. (28a1dee)
  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28)

3.645.0 (2024-09-04)

Note: Version bump only for package @​aws-sdk/client-cognito-identity

3.637.0 (2024-08-22)

Note: Version bump only for package @​aws-sdk/client-cognito-identity

3.635.0 (2024-08-20)

Features

  • codegen: add Smithy RPCv2 CBOR to list of protocols (#6096) (5154d4f)

3.632.0 (2024-08-15)

Note: Version bump only for package @​aws-sdk/client-cognito-identity

... (truncated)

Commits
  • 31a992a Publish v3.650.0
  • 76ceacb chore(clients): use spread operator for command endpoint params when necessar...
  • 75e1ab8 Publish v3.649.0
  • 28a1dee feat(client-cognito-identity): This release adds sensitive trait to some requ...
  • c8e8f28 feat(endpoints): codegen sync for request creation performance improvements (...
  • db318cd Publish v3.645.0
  • ee762fe Publish v3.637.0
  • 2c0f590 Publish v3.635.0
  • 5154d4f feat(codegen): add Smithy RPCv2 CBOR to list of protocols (#6096)
  • 704fc47 Publish v3.632.0
  • Additional commits viewable in compare view

Updates fast-xml-parser from 4.2.5 to 4.4.1

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

4.5.0 / 2024-09-03

  • feat #666: ignoreAttributes support function, and array of string or regex (By ArtemM)

4.4.1 / 2024-07-28

  • v5 fix: maximum length limit to currency value
  • fix #634: build attributes with oneListGroup and attributesGroupName (#653)(By Andreas Naziris)
  • fix: get oneListGroup to work as expected for array of strings (#662)(By Andreas Naziris)

4.4.0 / 2024-05-18

  • fix #654: parse attribute list correctly for self closing stop node.
  • fix: validator bug when closing tag is not opened. (#647) (By Ryosuke Fukatani)
  • fix #581: typings; return type of tagValueProcessor & attributeValueProcessor (#582) (By monholm)

4.3.6 / 2024-03-16

4.3.5 / 2024-02-24

  • code for v5 is added for experimental use

4.3.4 / 2024-01-10

  • fix: Don't escape entities in CDATA sections (#633) (By wackbyte)

4.3.3 / 2024-01-10

  • Remove unnecessary regex

4.3.2 / 2023-10-02

4.3.1 / 2023-09-24

  • revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.

4.3.0 / 2023-09-20

4.2.7 / 2023-07-30

  • Fix: builder should set text node correctly when only textnode is present (#589) (By qianqing)
  • Fix: Fix for null and undefined attributes when building xml (#585) (#598). A null or undefined value should be ignored. (By Eugenio Ceschia)

4.2.6 / 2023-07-17

4.2.5 / 2023-06-22

  • change code implementation

4.2.4 / 2023-06-06

  • fix security bug

... (truncated)

Commits
  • d40e29c update package detail and browser bundles
  • d0bfe8a fix maxlength for currency value
  • 2c14fcf Update bug-report-or-unexpected-output.md
  • acf610f fix #634: build attributes with oneListGroup and attributesGroupName (#653)
  • 931e910 fix: get oneListGroup to work as expected for array of strings (#662)
  • b8e40c8 Update ISSUE_TEMPLATE.md
  • a6265ba chore: add trend image (#658)
  • db1c548 redesign README.md
  • 338a2c6 Rename 1.Getting Started.md to 1.GettingStarted.md
  • c762537 Rename v5 docs filenames (#659)
  • Additional commits viewable in compare view

Updates axios from 1.7.2 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Commits

Updates fast-xml-parser from 4.2.5 to 4.4.1

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

4.5.0 / 2024-09-03

  • feat #666: ignoreAttributes support function, and array of string or regex (By ArtemM)

4.4.1 / 2024-07-28

  • v5 fix: maximum length limit to currency value
  • fix #634: build attributes with oneListGroup and attributesGroupName (#653)(By Andreas Naziris)
  • fix: get oneListGroup to work as expected for array of strings (#662)(By Andreas Naziris)

4.4.0 / 2024-05-18

  • fix #654: parse attribute list correctly for self closing stop node.
  • fix: validator bug when closing tag is not opened. (#647) (By Ryosuke Fukatani)
  • fix #581: typings; return type of tagValueProcessor & attributeValueProcessor (#582) (By monholm)

4.3.6 / 2024-03-16

4.3.5 / 2024-02-24

  • code for v5 is added for experimental use

4.3.4 / 2024-01-10

  • fix: Don't escape entities in CDATA sections (#633) (By wackbyte)

4.3.3 / 2024-01-10

  • Remove unnecessary regex

4.3.2 / 2023-10-02

4.3.1 / 2023-09-24

  • revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.

4.3.0 / 2023-09-20

4.2.7 / 2023-07-30

  • Fix: builder should set text node correctly when only textnode is present (#589) (By qianqing)
  • Fix: Fix for null and undefined attributes when building xml (#585) (#598). A null or undefined value should be ignored. (By Eugenio Ceschia)

4.2.6 / 2023-07-17

4.2.5 / 2023-06-22

  • change code implementation

4.2.4 / 2023-06-06

  • fix security bug

... (truncated)

Commits
  • d40e29c update package detail and browser bundles
  • d0bfe8a fix maxlength for currency value
  • 2c14fcf Update bug-report-or-unexpected-output.md
  • acf610f fix #634: build attributes with oneListGroup and attributesGroupName (#653)
  • 931e910 fix: get oneListGroup to work as expected for array of strings (#662)
  • b8e40c8 Update ISSUE_TEMPLATE.md
  • a6265ba chore: add trend image (#658)
  • db1c548 redesign README.md
  • 338a2c6 Rename 1.Getting Started.md to 1.GettingStarted.md
  • c762537 Rename v5 docs filenames (#659)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-codeartifact from 3.602.0 to 3.650.0

Release notes

Sourced from @​aws-sdk/client-codeartifact's releases.

v3.650.0

3.650.0(2024-09-11)

Chores
  • clients: use spread operator for command endpoint params when necessary (#6458) (76ceacbb)
  • codegen: bump smithy-typescript-codegen version to 0.23 (#6453) (2b517a46)
New Features
  • clients: update client endpoints as of 2024-09-11 (11eae4b8)
  • client-bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (a70cc8d8)
  • client-guardduty: Add support for new statistic types in GetFindingsStatistics. (85d62dbe)
  • client-ecr: Added KMS_DSSE to EncryptionType (33886e72)
  • client-medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. (1a980845)
  • client-lex-models-v2: Support new Polly voice engines in VoiceSettings: long-form and generative (e0e36b50)
  • client-bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (f68727d9)
Bug Fixes
  • codegen: checkstyle issue in DocumentBareBonesClientGenerator (#6455) (c3d86a6a)

For list of updated packages, view updated-packages.md in assets-3.650.0.zip

v3.649.0

3.649.0(2024-09-10)

Documentation Changes
  • client-chime-sdk-voice: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. (7ec26a0c)
  • client-securityhub: Documentation update for Security Hub (968260ee)
New Features
  • clients: update client endpoints as of 2024-09-10 (467fa98b)
  • client-pipes: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe (a0eda251)
  • client-cognito-identity: This release adds sensitive trait to some required shapes. (28a1deec)
  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28d)
Tests
  • middleware-sdk-s3: add type transform integration test (#6450) (e6cba699)

For list of updated packages, view updated-packages.md in assets-3.649.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/client-codeartifact's changelog.

3.650.0 (2024-09-11)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.649.0 (2024-09-10)

Features

  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28)

3.645.0 (2024-09-04)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.637.0 (2024-08-22)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.635.0 (2024-08-20)

Features

  • codegen: add Smithy RPCv2 CBOR to list of protocols (#6096) (5154d4f)

3.632.0 (2024-08-15)

Note: Version bump only for package @​aws-sdk/client-codeartifact

... (truncated)

Commits
  • 31a992a Publish v3.650.0
  • 76ceacb chore(clients): use spread operator for command endpoint params when necessar...
  • 75e1ab8 Publish v3.649.0
  • c8e8f28 feat(endpoints): codegen sync for request creation performance improvements (...
  • db318cd Publish v3.645.0
  • ee762fe Publish v3.637.0
  • 2c0f590 Publish v3.635.0
  • 5154d4f feat(codegen): add Smithy RPCv2 CBOR to list of protocols (#6096)
  • 704fc47 Publish v3.632.0
  • 4825462 Publish v3.631.0
  • Additional commits viewable in compare view

Updates @aws-sdk/credential-providers from 3.600.0 to 3.650.0

Release notes

Sourced from @​aws-sdk/credential-providers's releases.

v3.650.0

3.650.0(2024-09-11)

Chores
  • clients: use spread operator for command endpoint params when necessary (#6458) (76ceacbb)
  • codegen: bump smithy-typescript-codegen version to 0.23 (#6453) (2b517a46)
New Features
  • clients: update client endpoints as of 2024-09-11 (11eae4b8)
  • client-bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (a70cc8d8)
  • client-guardduty: Add support for new statistic types in GetFindingsStatistics. (85d62dbe)
  • client-ecr: Added KMS_DSSE to EncryptionType (33886e72)
  • client-medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. (1a980845)
  • client-lex-models-v2: Support new Polly voice engines in VoiceSettings: long-form and generative (e0e36b50)
  • client-bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (f68727d9)
Bug Fixes
  • codegen: checkstyle issue in DocumentBareBonesClientGenerator (#6455) (c3d86a6a)

For list of updated packages, view updated-packages.md in assets-3.650.0.zip

v3.649.0

3.649.0(2024-09-10)

Documentation Changes
  • client-chime-sdk-voice: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. (7ec26a0c)
  • client-securityhub: Documentation update for Security Hub (968260ee)
New Features
  • clients: update client endpoints as of 2024-09-10 (467fa98b)
  • client-pipes: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe (a0eda251)
  • client-cognito-identity: This release adds sensitive trait to some required shapes. (28a1deec)
  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28d)
Tests
  • middleware-sdk-s3: add type transform integration test (#6450) (e6cba699)

For list of updated packages, view updated-packages.md in assets-3.649.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/credential-providers's changelog.

3.650.0 (2024-09-11)

Note: Version bump only for package @​aws-sdk/credential-providers

3.649.0 (2024-09-10)

Features

  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28)

3.645.0 (2024-09-04)

Note: Version bump only for package @​aws-sdk/credential-providers

3.637.0 (2024-08-22)

Note: Version bump only for package @​aws-sdk/credential-providers

3.635.0 (2024-08-20)

Note: Version bump only for package @​aws-sdk/credential-providers

3.632.0 (2024-08-15)

Note: Version bump only for package @​aws-sdk/credential-providers

... (truncated)

Commits
  • 31a992a Publish v3.650.0
  • 75e1ab8 Publish v3.649.0
  • c8e8f28 feat(endpoints): codegen sync for request creation performance improvements (...
  • db318cd Publish v3.645.0
  • ee762fe Publish v3.637.0
  • 2c0f590 Publish v3.635.0
  • 704fc47 Publish v3.632.0
  • 4825462 Publish v3.631.0
  • e11e071 Publish v3.630.0
  • 26788b9 docs(credential-providers): add longer explanation about credential function ...
  • Additional commits viewable in compare view

Updates @aws-sdk/client-codeartifact from 3.602.0 to 3.650.0

Release notes

Sourced from @​aws-sdk/client-codeartifact's releases.

v3.650.0

3.650.0(2024-09-11)

Chores
  • clients: use spread operator for command endpoint params when necessary (#6458) (76ceacbb)
  • codegen: bump smithy-typescript-codegen version to 0.23 (#6453) (2b517a46)
New Features
  • clients: update client endpoints as of 2024-09-11 (11eae4b8)
  • client-bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (a70cc8d8)
  • client-guardduty: Add support for new statistic types in GetFindingsStatistics. (85d62dbe)
  • client-ecr: Added KMS_DSSE to EncryptionType (33886e72)
  • client-medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. (1a980845)
  • client-lex-models-v2: Support new Polly voice engines in VoiceSettings: long-form and generative (e0e36b50)
  • client-bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (f68727d9)
Bug Fixes
  • codegen: checkstyle issue in DocumentBareBonesClientGenerator (#6455) (c3d86a6a)

For list of updated packages, view updated-packages.md in assets-3.650.0.zip

v3.649.0

3.649.0(2024-09-10)

Documentation Changes
  • client-chime-sdk-voice: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. (7ec26a0c)
  • client-securityhub: Documentation update for Security Hub (968260ee)
New Features
  • clients: update client endpoints as of 2024-09-10 (467fa98b)
  • client-pipes: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe (a0eda251)
  • client-cognito-identity: This release adds sensitive trait to some required shapes. (28a1deec)
  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28d)
Tests
  • middleware-sdk-s3: add type transform integration test (#6450) (e6cba699)

For list of updated packages, view updated-packages.md in assets-3.649.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/client-codeartifact's changelog.

3.650.0 (2024-09-11)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.649.0 (2024-09-10)

Features

  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28)

3.645.0 (2024-09-04)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.637.0 (2024-08-22)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.635.0 (2024-08-20)

Features

  • codegen: add Smithy RPCv2 CBOR to list of protocols (#6096) (5154d4f)

3.632.0 (2024-08-15)

Note: Version bump only for package @​aws-sdk/client-codeartifact

... (truncated)

Commits
  • 31a992a Publish v3.650.0
  • 76ceacb chore(clients): use spread operator for command endpoint params when necessar...
  • 75e1ab8 Publish v3.649.0
  • c8e8f28 feat(endpoints): codegen sync for request creation performance improvements (...
  • db318cd Publish v3.645.0
  • ee762fe Publish v3.637.0
  • 2c0f590 Publish v3.635.0
  • 5154d4f feat(codegen): add Smithy RPCv2 CBOR to list of protocols (#6096)
  • 704fc47 Publish v3.632.0
  • 4825462 Publish v3.631.0
  • Additional commits viewable in compare view

Updates @aws-sdk/credential-providers from 3.600.0 to 3.650.0

Release notes

Sourced from @​aws-sdk/credential-providers's releases.

v3.650.0

3.650.0(2024-09-11)

Chores
  • clients: use spread operator for command endpoint params when necessary (#6458) (76ceacbb)
  • codegen: bump smithy-typescript-codegen version to 0.23 (#6453) (2b517a46)
New Features
  • clients: update client endpoints as of 2024-09-11 (11eae4b8)
  • client-bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (a70cc8d8)
  • client-guardduty: Add support for new statistic types in GetFindingsStatistics. (85d62dbe)
  • client-ecr: Added KMS_DSSE to EncryptionType (33886e72)
  • client-medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. (1a980845)
  • client-lex-models-v2: Support new Polly voice engines in VoiceSettings: long-form and generative (e0e36b50)
  • client-bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience. (f68727d9)
Bug Fixes
  • codegen: checkstyle issue in DocumentBareBonesClientGenerator (#6455) (c3d86a6a)

For list of updated packages, view updated-packages.md in assets-3.650.0.zip

v3.649.0

3.649.0(2024-09-10)

Documentation Changes
  • client-chime-sdk-voice: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. (7ec26a0c)
  • client-securityhub: Documentation update for Security Hub (968260ee)
New Features
  • clients: update client endpoints as of 2024-09-10 (467fa98b)
  • client-pipes: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe (a0eda251)
  • client-cognito-identity: This release adds sensitive trait to some required shapes. (28a1deec)
  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28d)
Tests
  • middleware-sdk-s3: add type transform integration test (#6450) (e6cba699)

For list of updated packages, view updated-packages.md in assets-3.649.0.zip

... (truncated)

Changelog

Sourced from @​aws-sdk/credential-providers's changelog.

3.650.0 (2024-09-11)

Note: Version bump only for package @​aws-sdk/credential-providers

3.649.0 (2024-09-10)

Features

  • endpoints: codegen sync for request creation performance improvements (#6449) (c8e8f28)

3.645.0 (2024-09-04)

Note: Version bump only for package @​aws-sdk/credential-providers

3.637.0 (2024-08-22)

Note: Version bump only for package @​aws-sdk/credential-providers

…updates

Bumps the npm_and_yarn group with 1 update in the /libs/iota-core directory: [@aws-sdk/client-cognito-identity](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cognito-identity).
Bumps the npm_and_yarn group with 4 updates in the /packages/auth-provider directory: [axios](https://github.com/axios/axios), [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser), [@aws-sdk/client-codeartifact](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codeartifact) and [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers).


Updates `@aws-sdk/client-cognito-identity` from 3.590.0 to 3.650.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-cognito-identity/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/clients/client-cognito-identity)

Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.2.5...v4.4.1)

Updates `axios` from 1.7.2 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.4)

Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.2.5...v4.4.1)

Updates `@aws-sdk/client-codeartifact` from 3.602.0 to 3.650.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-codeartifact/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/clients/client-codeartifact)

Updates `@aws-sdk/credential-providers` from 3.600.0 to 3.650.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/packages/credential-providers)

Updates `@aws-sdk/client-codeartifact` from 3.602.0 to 3.650.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-codeartifact/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/clients/client-codeartifact)

Updates `@aws-sdk/credential-providers` from 3.600.0 to 3.650.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.650.0/packages/credential-providers)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cognito-identity"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: fast-xml-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: fast-xml-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@aws-sdk/client-codeartifact"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@aws-sdk/credential-providers"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@aws-sdk/client-codeartifact"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@aws-sdk/credential-providers"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2024
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 12, 2024
@andrew-affinidi andrew-affinidi merged commit 8697175 into main Sep 13, 2024
5 checks passed
@andrew-affinidi andrew-affinidi deleted the dependabot/npm_and_yarn/libs/iota-core/npm_and_yarn-26aa4dbbd1 branch September 13, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants