Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#61)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. The following changes were made:
```diff

```
  • Loading branch information
pgollucci authored Dec 27, 2024
1 parent 22ef7ab commit 6fb6177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"aws-cdk": "^2.173.2",
"aws-cdk-lib": "^2.173.2",
"aws-cdk": "^2.173.3",
"aws-cdk-lib": "^2.173.3",
"cdk-dia": "^0.11.0",
"constructs": "^10.4.2",
"esbuild": "^0.24.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3417,9 +3417,9 @@ __metadata:
languageName: node
linkType: hard

"aws-cdk-lib@npm:^2.173.2":
version: 2.173.2
resolution: "aws-cdk-lib@npm:2.173.2"
"aws-cdk-lib@npm:^2.173.3":
version: 2.173.3
resolution: "aws-cdk-lib@npm:2.173.3"
dependencies:
"@aws-cdk/asset-awscli-v1": "npm:^2.2.208"
"@aws-cdk/asset-kubectl-v20": "npm:^2.1.3"
Expand All @@ -3438,21 +3438,21 @@ __metadata:
yaml: "npm:1.10.2"
peerDependencies:
constructs: ^10.0.0
checksum: 10c0/b788dc56cc97eb09e0ffeabbdc439cea95d24cb3f0ff8b832d3730de2c9a7dc9ee94f861100516e4822e619e7575681a35ccb1cad8339ecc0cbc0ba9eac8a39e
checksum: 10c0/65d0c71566878d04bca675051fb17087466d31587803734a580fd5391690d1623b437ef5770893eaae4f0d04b72074e883edbb81868ff290d14c96d49202519b
languageName: node
linkType: hard

"aws-cdk@npm:^2.173.2":
version: 2.173.2
resolution: "aws-cdk@npm:2.173.2"
"aws-cdk@npm:^2.173.3":
version: 2.173.3
resolution: "aws-cdk@npm:2.173.3"
dependencies:
fsevents: "npm:2.3.2"
dependenciesMeta:
fsevents:
optional: true
bin:
cdk: bin/cdk
checksum: 10c0/f7c0b14875e59e6190bd21c653ec1b346729db91d9ad399848a8e6e9a6d0944f230bdce0c59a5334337ceab98700e02b0995cf97badb32b02b6bece548abe88d
checksum: 10c0/c726ff9372190a189919078ceb743e362e4231044145c1c17b9ca5077ff1e06b9c0de32dcaecc476e6e07f89fe62b78c2c42f5c79155b51fffba5db73701c3d3
languageName: node
linkType: hard

Expand Down Expand Up @@ -8258,8 +8258,8 @@ __metadata:
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.2"
"@typescript-eslint/parser": "npm:^8.18.2"
aws-cdk: "npm:^2.173.2"
aws-cdk-lib: "npm:^2.173.2"
aws-cdk: "npm:^2.173.3"
aws-cdk-lib: "npm:^2.173.3"
cdk-dia: "npm:^0.11.0"
cdk-iam-floyd: "npm:^0.658.0"
constructs: "npm:^10.4.2"
Expand Down

0 comments on commit 6fb6177

Please sign in to comment.