Skip to content

Commit

Permalink
chore(deps): bump @aws-cdk/assert from 1.93.0 to 1.94.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 17, 2021
1 parent 151a645 commit 6c3847f
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@


"@aws-cdk/assert@^1.73.0":
version "1.93.0"
resolved "https://registry.yarnpkg.com/@aws-cdk/assert/-/assert-1.93.0.tgz#f2e37e437c9636899f69c0da1959273540beb913"
integrity sha512-yiQPc+gNjUSGg0VgTK55uzyP4QZdYhGZVhIxF2Imlr3FhTb8uYybYSzx+yhrYhxPnUmnP3BN/0rJexn4gR6iow==
version "1.94.1"
resolved "https://registry.yarnpkg.com/@aws-cdk/assert/-/assert-1.94.1.tgz#ea277750481ec90b6fba2961574a077dae939963"
integrity sha512-K7LlT3LF79e5FWQbNUS+AvlaW4cNuMt3641gYcV30e9uTgaXwJpvW0u6lK9L9deM/aoUT/01/afRE4QOzab/uQ==
dependencies:
"@aws-cdk/cloud-assembly-schema" "1.93.0"
"@aws-cdk/cloudformation-diff" "1.93.0"
"@aws-cdk/core" "1.93.0"
"@aws-cdk/cx-api" "1.93.0"
"@aws-cdk/cloud-assembly-schema" "1.94.1"
"@aws-cdk/cloudformation-diff" "1.94.1"
"@aws-cdk/core" "1.94.1"
"@aws-cdk/cx-api" "1.94.1"
constructs "^3.2.0"

"@aws-cdk/assets@1.93.0":
Expand Down Expand Up @@ -352,6 +352,13 @@
dependencies:
md5 "^2.3.0"

"@aws-cdk/cfnspec@1.94.1":
version "1.94.1"
resolved "https://registry.yarnpkg.com/@aws-cdk/cfnspec/-/cfnspec-1.94.1.tgz#ab39aef487cceef7b0aebb93acc2939c0aa91a20"
integrity sha512-7YUWOJsfXj2zHQp04o8ibz3PidGpNLZ449ye3gxc3HvalRdANwVzqunp6wdDUZwXa0539fuA54D83Kpq8ganDA==
dependencies:
md5 "^2.3.0"

"@aws-cdk/cloud-assembly-schema@1.93.0":
version "1.93.0"
resolved "https://registry.yarnpkg.com/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-1.93.0.tgz#11d27dae9467922acd2cb2d08d24f77455cef777"
Expand Down Expand Up @@ -380,6 +387,18 @@
string-width "^4.2.2"
table "^6.0.7"

"@aws-cdk/cloudformation-diff@1.94.1":
version "1.94.1"
resolved "https://registry.yarnpkg.com/@aws-cdk/cloudformation-diff/-/cloudformation-diff-1.94.1.tgz#61019836a60c81ddb181425bda171f62cf9ca4b1"
integrity sha512-68ZmKH6HOZKklfplMTHZPSKIL5yWl73ekykKHJpwjXXb3jGCp9htaAItO51koTOz8V4iul2VtARcPy/aID/h9Q==
dependencies:
"@aws-cdk/cfnspec" "1.94.1"
colors "^1.4.0"
diff "^5.0.0"
fast-deep-equal "^3.1.3"
string-width "^4.2.2"
table "^6.0.7"

"@aws-cdk/core@1.93.0":
version "1.93.0"
resolved "https://registry.yarnpkg.com/@aws-cdk/core/-/core-1.93.0.tgz#cb3f01a6cf3124f248e9f60d5dc085dfb874f267"
Expand Down

0 comments on commit 6c3847f

Please sign in to comment.