Skip to content

Commit

Permalink
Merge branch 'master' into mrgrain/allow-multiple-code-instances-of-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 2, 2020
2 parents 218194c + e0d3839 commit 51b8f3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@aws-cdk/aws-cloudtrail": "0.0.0",
"@types/lodash": "^4.14.163",
"@types/lodash": "^4.14.164",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/aws-lambda": "^8.10.64",
"@types/lodash": "^4.14.163",
"@types/lodash": "^4.14.164",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/lodash": "^4.14.163",
"@types/lodash": "^4.14.164",
"@types/minimatch": "^3.0.3",
"@types/node": "^10.17.44",
"@types/sinon": "^9.0.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3131,10 +3131,10 @@
dependencies:
jszip "*"

"@types/lodash@^4.14.163":
version "4.14.163"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.163.tgz#6026f73c8267a0b7d41c7c8aadacfa2a5255774f"
integrity sha512-BeZM/FZaV53emqyHxn9L39Oz6XbHMBRLA1b1quROku48J/1kYYxPmVOJ/qSQheb81on4BI7H6QDo6bkUuRaDNQ==
"@types/lodash@^4.14.164":
version "4.14.164"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.164.tgz#52348bcf909ac7b4c1bcbeda5c23135176e5dfa0"
integrity sha512-fXCEmONnrtbYUc5014avwBeMdhHHO8YJCkOBflUL9EoJBSKZ1dei+VO74fA7JkTHZ1GvZack2TyIw5U+1lT8jg==

"@types/md5@^2.2.1":
version "2.2.1"
Expand Down

0 comments on commit 51b8f3f

Please sign in to comment.