Skip to content

Bump fast-xml-parser and @aws-sdk/client-s3 in /serverless/aws#6

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/serverless/aws/fast-xml-parser-and-aws-sdk/client-s3-4.2.5
Open

Bump fast-xml-parser and @aws-sdk/client-s3 in /serverless/aws#6
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/serverless/aws/fast-xml-parser-and-aws-sdk/client-s3-4.2.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Sep 29, 2023

Bumps fast-xml-parser to 4.2.5 and updates ancestor dependency @aws-sdk/client-s3. These dependencies need to be updated together.

Updates fast-xml-parser from 4.0.11 to 4.2.5

Release notes

Sourced from fast-xml-parser's releases.

Security Fix

Update to this release if you use entity parsing in Fast XML Parser.

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.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

4.2.3 / 2023-06-05

  • fix security bug

4.2.2 / 2023-04-18

  • fix #562: fix unpaired tag when it comes in last of a nested tag. Also throw error when unpaired tag is used as closing tag

4.2.1 / 2023-04-18

  • fix: jpath after unpaired tags

4.2.0 / 2023-04-09

  • support updateTag parser property

4.1.4 / 2023-04-08

  • update typings to let user create XMLBuilder instance without options (#556) (By Patrick)
  • fix: IsArray option isn't parsing tags with 0 as value correctly #490 (#557) (By Aleksandr Murashkin)
  • feature: support oneListGroup to group repeated children tags udder single group

4.1.3 / 2023-02-26

  • fix #546: Support complex entity value

4.1.2 / 2023-02-12

  • Security Fix

4.1.1 / 2023-02-03

  • Fix #540: ignoreAttributes breaks unpairedTags
  • Refactor XML builder code

... (truncated)

Commits

Updates @aws-sdk/client-s3 from 3.213.0 to 3.421.0

Release notes

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

v3.421.0

3.421.0(2023-09-27)

Documentation Changes
New Features
  • clients: update client endpoints as of 2023-09-27 (e7cded86)
  • client-iot: Added support for IoT Rules Engine Kafka Action Headers (607458d2)
  • client-firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka. (f392d889)
  • client-cognito-identity-provider: The UserPoolType Status field is no longer used. (114788d8)
  • client-textract: This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read. (10647e5f)

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

v3.420.0

3.420.0(2023-09-26)

Documentation Changes
  • client-codedeploy: CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups. (e2b776f1)
  • client-pinpoint: Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted. (571d0db4)
New Features
  • client-connect: This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace. (970fe061)
  • client-lakeformation: This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation. (ae29e552)
  • client-apprunner: This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories (f49a5211)
  • client-s3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. (33e5436a)
  • client-dynamodb: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table (4ff14d6b)
  • client-appintegrations: The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace. (b5bd165b)
  • client-ec2: The release includes AWS verified access to support FIPs compliance in North America regions (2cb7f26f)

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

v3.419.0

3.419.0(2023-09-25)

New Features
  • clients: update client endpoints as of 2023-09-25 (2f18c938)
  • client-quicksight: Added ability to tag users upon creation. (dacb8c66)

... (truncated)

Changelog

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

3.421.0 (2023-09-27)

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

3.420.0 (2023-09-26)

Features

  • client-s3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. (33e5436)

3.418.0 (2023-09-22)

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

3.417.0 (2023-09-20)

Features

  • client-s3: Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException (f2b4b67)

3.414.0 (2023-09-15)

Features

  • region-config: add aws region runtime extension codegen (#5157) (b9d59e8)

3.413.0 (2023-09-14)

... (truncated)

Commits
  • 4398bfc Publish v3.421.0
  • 605746f docs: use heuristic to select sample operation (#5262)
  • 0471180 Publish v3.420.0
  • 33e5436 feat(client-s3): This release adds a new field COMPLETED to the ReplicationSt...
  • 0ce9353 Publish v3.418.0
  • a8df138 chore(codegen): bump smithy-typescript commit (#5234)
  • 04ed4ed Publish v3.417.0
  • f2b4b67 feat(client-s3): Fix an issue where the SDK can fail to unmarshall response d...
  • 4c521d6 Publish v3.414.0
  • b9d59e8 feat(region-config): add aws region runtime extension codegen (#5157)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.5 and updates ancestor dependency [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.0.11 to 4.2.5
- [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.0.11...v4.2.5)

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

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants