Skip to content

Commit

Permalink
Merge pull request #116 from aws-samples/dependabot/npm_and_yarn/cons…
Browse files Browse the repository at this point in the history
…tructs-10.1.131

build(deps): bump constructs from 10.1.99 to 10.1.131
  • Loading branch information
github-actions[bot] authored Oct 16, 2022
2 parents 9a87fd2 + 42ac01c commit 180c488
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion usecases/base-ct-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"aws-cdk-lib": "^2.41.0",
"cdk": "^2.43.1",
"constructs": "^10.1.99"
"constructs": "^10.1.131"
}
}
2 changes: 1 addition & 1 deletion usecases/base-ct-guest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"aws-cdk-lib": "^2.41.0",
"cdk": "^2.43.1",
"constructs": "^10.1.99"
"constructs": "^10.1.131"
}
}
4 changes: 2 additions & 2 deletions usecases/base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"aws-cdk-lib": "^2.41.0",
"constructs": "^10.1.99",
"constructs": "^10.1.131",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.5.1",
Expand All @@ -35,6 +35,6 @@
"dependencies": {
"aws-cdk-lib": "^2.41.0",
"cdk": "^2.43.1",
"constructs": "^10.1.99"
"constructs": "^10.1.131"
}
}
2 changes: 1 addition & 1 deletion usecases/guest-apiapp-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"aws-cdk-lib": "^2.41.0",
"cdk": "^2.43.1",
"constructs": "^10.1.99",
"constructs": "^10.1.131",
"aws-sdk": "^2.1231.0",
"aws-xray-sdk": "^3.3.6"
}
Expand Down
2 changes: 1 addition & 1 deletion usecases/guest-webapp-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@aws-cdk/aws-synthetics-alpha": "^2.38.1-alpha.0",
"aws-cdk-lib": "^2.41.0",
"cdk": "^2.43.1",
"constructs": "^10.1.99"
"constructs": "^10.1.131"
}
}

0 comments on commit 180c488

Please sign in to comment.