Skip to content

Commit

Permalink
chore(deps): bump aws-cdk from 2.89.0 to 2.115.0
Browse files Browse the repository at this point in the history
Bumps [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.89.0 to 2.115.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.115.0/packages/aws-cdk)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent b84d373 commit 0c7601f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "18.11.19",
"aws-cdk": "2.89.0",
"aws-cdk": "2.115.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "18.11.19",
"aws-cdk": "2.89.0",
"aws-cdk": "2.115.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/deadline/EC2-Image-Builder/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "18.11.19",
"aws-cdk": "2.89.0",
"aws-cdk": "2.115.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/deadline/Local-Zone/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "18.11.19",
"aws-cdk": "2.89.0",
"aws-cdk": "2.115.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^5.60.1",
"aws-cdk": "2.89.0",
"aws-cdk": "2.115.0",
"eslint": "^8.55.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.5.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3470,10 +3470,10 @@ [email protected]:
table "^6.8.1"
yaml "1.10.2"

aws-cdk@2.89.0:
version "2.89.0"
resolved "https://registry.yarnpkg.com/aws-cdk/-/aws-cdk-2.89.0.tgz#56f7be0bbec4ce95ec95833f5c119d43657bcff8"
integrity sha512-4FF/5jNd86x9iSk/xQB1KRFWkhMWd/Z7x7tOwztgZYDj6aYR/3Xru7pb2BD6s6Oli/eeQaXTG11+eY9zdrJIQA==
aws-cdk@2.115.0:
version "2.115.0"
resolved "https://registry.yarnpkg.com/aws-cdk/-/aws-cdk-2.115.0.tgz#a838f4edb6ba2b7c9dff99df4990f7c0e99aea3d"
integrity sha512-jf+5j+ygk/DqxLzYyjFnCOOlRgvL/fwcYhyanhpb1OEQEe1FF6NGUb1TYsnQc3Ly67qLOKkQgdeyeXgzkKoSOQ==
optionalDependencies:
fsevents "2.3.2"

Expand Down

0 comments on commit 0c7601f

Please sign in to comment.