Skip to content

Commit

Permalink
build(deps): Bump aws-cdk-lib from 2.85.0 to 2.87.0
Browse files Browse the repository at this point in the history
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.85.0 to 2.87.0.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.87.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent 28b28e5 commit 6681f39
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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/blea-gov-base-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "~4.9.5"
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"aws-cdk-lib": "^2.87.0",
"constructs": "^10.2.67"
}
}
4 changes: 2 additions & 2 deletions usecases/blea-gov-base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"aws-cdk-lib": "^2.85.0",
"aws-cdk-lib": "^2.87.0",
"constructs": "^10.2.67",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -32,7 +32,7 @@
"typescript": "~4.9.5"
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"aws-cdk-lib": "^2.87.0",
"constructs": "^10.2.67"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-ec2-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "~4.9.4"
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"aws-cdk-lib": "^2.87.0",
"constructs": "^10.2.67",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-ecs-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@aws-cdk/aws-synthetics-alpha": "^2.38.1-alpha.0",
"aws-cdk-lib": "^2.85.0",
"aws-cdk-lib": "^2.87.0",
"constructs": "^10.2.67",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-serverless-api-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "~4.9.5"
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"aws-cdk-lib": "^2.87.0",
"aws-sdk": "^2.1413.0",
"aws-xray-sdk": "^3.5.0",
"constructs": "^10.2.67",
Expand Down

0 comments on commit 6681f39

Please sign in to comment.