Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

[Snyk] Upgrade: @aws-cdk/aws-events-targets, @aws-cdk/aws-iam, @aws-cdk/aws-lambda, @aws-cdk/aws-logs, @aws-cdk/core, cdk #13

Merged
merged 2 commits into from May 4, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented May 2, 2020

Snyk has created this PR to upgrade multiple dependencies.

πŸ‘―β€β™‚ The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on
@aws-cdk/aws-events-targets
from 1.35.0 to 1.36.1
2 versions ahead of your current version 2 days ago
on 2020-04-29
@aws-cdk/aws-iam
from 1.35.0 to 1.36.1
2 versions ahead of your current version 2 days ago
on 2020-04-29
@aws-cdk/aws-lambda
from 1.35.0 to 1.36.1
2 versions ahead of your current version 2 days ago
on 2020-04-29
@aws-cdk/aws-logs
from 1.35.0 to 1.36.1
2 versions ahead of your current version 2 days ago
on 2020-04-29
@aws-cdk/core
from 1.35.0 to 1.36.1
2 versions ahead of your current version 2 days ago
on 2020-04-29
cdk
from 1.35.0 to 1.36.1
2 versions ahead of your current version 2 days ago
on 2020-04-29
Release notes
Package name: @aws-cdk/aws-events-targets
  • 1.36.1 - 2020-04-29

    Bug Fixes

  • 1.36.0 - 2020-04-28

    ⚠ BREAKING CHANGES

    • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object.
      You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

    Features

    • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
    • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

    Bug Fixes

    • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
    • cli: can't bootstrap environment not in app (9566cca)
    • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
    • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
    • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
    • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
    • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
  • 1.35.0 - 2020-04-24

    ⚠ BREAKING CHANGES

    • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
    • efs: Exported types no longer have the Efs prefix.
    • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
    • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
    • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

    Features

    • backup: Vault, Plan and Selection (#7074) (c8aa92d)
    • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
    • cloudtrail: Lambda Function data events (4a70138)
    • cognito: user pool domain (#7224) (feadd6c), closes #6787
    • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

    Bug Fixes

from @aws-cdk/aws-events-targets GitHub release notes
Package name: @aws-cdk/aws-iam
  • 1.36.1 - 2020-04-29

    Bug Fixes

  • 1.36.0 - 2020-04-28

    ⚠ BREAKING CHANGES

    • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object.
      You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

    Features

    • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
    • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

    Bug Fixes

    • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
    • cli: can't bootstrap environment not in app (9566cca)
    • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
    • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
    • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
    • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
    • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
  • 1.35.0 - 2020-04-24

    ⚠ BREAKING CHANGES

    • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
    • efs: Exported types no longer have the Efs prefix.
    • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
    • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
    • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

    Features

    • backup: Vault, Plan and Selection (#7074) (c8aa92d)
    • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
    • cloudtrail: Lambda Function data events (4a70138)
    • cognito: user pool domain (#7224) (feadd6c), closes #6787
    • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

    Bug Fixes

from @aws-cdk/aws-iam GitHub release notes
Package name: @aws-cdk/aws-lambda
  • 1.36.1 - 2020-04-29

    Bug Fixes

  • 1.36.0 - 2020-04-28

    ⚠ BREAKING CHANGES

    • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object.
      You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

    Features

    • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
    • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

    Bug Fixes

    • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
    • cli: can't bootstrap environment not in app (9566cca)
    • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
    • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
    • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
    • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
    • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
  • 1.35.0 - 2020-04-24

    ⚠ BREAKING CHANGES

    • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
    • efs: Exported types no longer have the Efs prefix.
    • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
    • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
    • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

    Features

    • backup: Vault, Plan and Selection (#7074) (c8aa92d)
    • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
    • cloudtrail: Lambda Function data events (4a70138)
    • cognito: user pool domain (#7224) (feadd6c), closes #6787
    • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

    Bug Fixes

from @aws-cdk/aws-lambda GitHub release notes
Package name: @aws-cdk/aws-logs
  • 1.36.1 - 2020-04-29

    Bug Fixes

  • 1.36.0 - 2020-04-28

    ⚠ BREAKING CHANGES

    • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object.
      You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

    Features

    • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
    • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

    Bug Fixes

    • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
    • cli: can't bootstrap environment not in app (9566cca)
    • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
    • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
    • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
    • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
    • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
  • 1.35.0 - 2020-04-24

    ⚠ BREAKING CHANGES

    • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
    • efs: Exported types no longer have the Efs prefix.
    • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
    • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
    • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

    Features

    • backup: Vault, Plan and Selection (#7074) (c8aa92d)
    • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
    • cloudtrail: Lambda Function data events (4a70138)
    • cognito: user pool domain (#7224) (feadd6c), closes #6787
    • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

    Bug Fixes

from @aws-cdk/aws-logs GitHub release notes
Package name: @aws-cdk/core
  • 1.36.1 - 2020-04-29

    Bug Fixes

  • 1.36.0 - 2020-04-28

    ⚠ BREAKING CHANGES

    • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object.
      You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

    Features

    • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
    • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

    Bug Fixes

    • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
    • cli: can't bootstrap environment not in app (9566cca)
    • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
    • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
    • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
    • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
    • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
  • 1.35.0 - 2020-04-24

    ⚠ BREAKING CHANGES

    • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
    • efs: Exported types no longer have the Efs prefix.
    • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
    • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
    • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

    Features

    • backup: Vault, Plan and Selection (#7074) (c8aa92d)
    • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
    • cloudtrail: Lambda Function data events (4a70138)
    • cognito: user pool domain (#7224) (feadd6c), closes #6787
    • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

    Bug Fixes

from @aws-cdk/core GitHub release notes
Package name: cdk
  • 1.36.1 - 2020-04-29

    Bug Fixes

  • 1.36.0 - 2020-04-28

    ⚠ BREAKING CHANGES

    • stepfunctions-tasks: payload in RunLambdaTask is now of type TaskInput and has a default of the state input instead of the empty object.
      You can migrate your current assignment to payload by supplying it to the TaskInput.fromObject() API

    Features

    • apigateway: gateway responses (#7441) (b0a65c1), closes #7071
    • aws-ecs: add support for IPC and PID Mode for EC2 Task Definitions (1ee629e), closes #7186

    Bug Fixes

    • apigateway: authorizer is not attached to RestApi across projects (#7596) (1423c53), closes #7377
    • cli: can't bootstrap environment not in app (9566cca)
    • cli: context keys specified in cdk.json get moved to cdk.context.json (022eb66), closes #7399
    • dynamodb: grant() is not available on ITable (#7618) (3b0a397), closes #7473
    • dynamodb: grantXxx() does not grant in replication regions (98429e0), closes #7362
    • eks: version update completes prematurely (#7526) (307c8b0), closes #7457
    • stepfunctions-tasks: cannot specify part of execution data or task context as input to the RunLambda service integration (#7428) (a1d9884), closes #7371
  • 1.35.0 - 2020-04-24

    ⚠ BREAKING CHANGES

    • assets: cdk deploy now needs s3:ListBucket instead of s3:HeadObject.
    • efs: Exported types no longer have the Efs prefix.
    • efs: provisionedThroughputInMibps property is renamed to provisionedThroughputPerSecond and has the type Size.
    • efs: The property fileSystemID is now renamed to fileSystemId in the now named FileSystemAttributes (previously, EfsFileSystemAttributes).
    • efs: LifecyclePolicyProperty is now renamed to LifecyclePolicy.

    Features

    • backup: Vault, Plan and Selection (#7074) (c8aa92d)
    • cfnspec: cloudformation spec v13.0.0 (#7504) (6903869)
    • cloudtrail: Lambda Function data events (4a70138)
    • cognito: user pool domain (#7224) (feadd6c), closes #6787
    • stepfunctions: retrieve all reachable states from a given state in a state machine definition (#7324) (ac3b330), closes #7256

    Bug Fixes

from cdk GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

πŸ›  Adjust upgrade PR settings

πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

Snyk has created this PR to upgrade:
  - @aws-cdk/aws-events-targets from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-events-targets
  - @aws-cdk/aws-iam from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-iam
  - @aws-cdk/aws-lambda from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-lambda
  - @aws-cdk/aws-logs from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-logs
  - @aws-cdk/core from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/core
  - cdk from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/cdk

See this project in Snyk:
https://app.snyk.io/org/coderbyheart/project/72213ff0-19de-4ef1-bdbc-73d7811514b6?utm_source=github&utm_medium=upgrade-pr
Snyk has created this PR to upgrade:
  - @aws-cdk/aws-events-targets from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-events-targets
  - @aws-cdk/aws-iam from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-iam
  - @aws-cdk/aws-lambda from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-lambda
  - @aws-cdk/aws-logs from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/aws-logs
  - @aws-cdk/core from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/@aws-cdk/core
  - cdk from 1.35.0 to 1.36.1.
    See this package in NPM: https://www.npmjs.com/package/cdk

See this project in Snyk:
https://app.snyk.io/org/coderbyheart/project/72213ff0-19de-4ef1-bdbc-73d7811514b6?utm_source=github&utm_medium=upgrade-pr
@coderbyheart coderbyheart merged commit 6d56fe7 into saga May 4, 2020
@coderbyheart coderbyheart deleted the snyk-upgrade-36022e6083d52c31c6c2ff265d492817 branch May 4, 2020 07:00
@github-actions
Copy link

github-actions bot commented May 4, 2020

πŸŽ‰ This PR is included in version 2.1.2 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.