Skip to content

Commit

Permalink
chore(deps): bump codemaker from 0.20.11 to 0.21.0 (#5613)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 2, 2020
1 parent a40c546 commit 5d16687
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^0.20.11",
"codemaker": "^0.21.0",
"yaml": "1.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "1.19.0",
"codemaker": "^0.20.11",
"codemaker": "^0.21.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^8.1.0",
"yargs": "^15.1.0"
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,15 @@ codemaker@^0.20.11:
decamelize "^1.2.0"
fs-extra "^8.1.0"

codemaker@^0.21.0:
version "0.21.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-0.21.0.tgz#48a2689b2f9dae0a17605cbfdc3f4cb87d241b30"
integrity sha512-DC+ri9UWyAuJriTuAm5SIFhkP82KkwLFNDjKsvmfyl6t4rA2K8C327bAoWQLINUOxsNUZTArcRMhbf5ZDQerQw==
dependencies:
camelcase "^5.3.1"
decamelize "^1.2.0"
fs-extra "^8.1.0"

collection-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
Expand Down

0 comments on commit 5d16687

Please sign in to comment.