Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#46)
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 7, 2024
1 parent c5e3128 commit 4ea83b1
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.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"aws-cdk": "^2.171.1",
"aws-cdk-lib": "^2.171.1",
"aws-cdk": "^2.172.0",
"aws-cdk-lib": "^2.172.0",
"cdk-dia": "^0.11.0",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3482,9 +3482,9 @@ __metadata:
languageName: node
linkType: hard

"aws-cdk-lib@npm:^2.171.1":
version: 2.171.1
resolution: "aws-cdk-lib@npm:2.171.1"
"aws-cdk-lib@npm:^2.172.0":
version: 2.172.0
resolution: "aws-cdk-lib@npm:2.172.0"
dependencies:
"@aws-cdk/asset-awscli-v1": "npm:^2.2.208"
"@aws-cdk/asset-kubectl-v20": "npm:^2.1.3"
Expand All @@ -3503,21 +3503,21 @@ __metadata:
yaml: "npm:1.10.2"
peerDependencies:
constructs: ^10.0.0
checksum: 10c0/e4ae68b282ae7c9ed6f88f0add23d09a806f6392b233e72e1891b77ce2e7e4886b516064c664c01c89920c4199e11c25372f6ed48f0a4333259ba6d41bfe7697
checksum: 10c0/ea5c388bd3f2d7be11c838f7769368fcf02db37bab1b7fec0a1fdaf55e05f2dc466f005a388dad08b35e3aa99506287373b19bc4fab6a0b9837d1ac804480685
languageName: node
linkType: hard

"aws-cdk@npm:^2.171.1":
version: 2.171.1
resolution: "aws-cdk@npm:2.171.1"
"aws-cdk@npm:^2.172.0":
version: 2.172.0
resolution: "aws-cdk@npm:2.172.0"
dependencies:
fsevents: "npm:2.3.2"
dependenciesMeta:
fsevents:
optional: true
bin:
cdk: bin/cdk
checksum: 10c0/78afeec635942fa083baff5f0c12bd2ad4816c698e8abdcc605142107b8330862b22690403989996cd91514b21518de2eaa794b654e0fe04a0ac87b9b0738dd6
checksum: 10c0/2a11778eab7cec76f45a623065ef0c0af607d3b7ddc3c101cf21aab3d73d7c1e48f811417cb73b813f23929afaa9c4e271a1617904f218e57ddac3332a66bc7a
languageName: node
linkType: hard

Expand Down Expand Up @@ -8317,8 +8317,8 @@ __metadata:
"@types/node": "npm:^22.10.1"
"@typescript-eslint/eslint-plugin": "npm:^8.17.0"
"@typescript-eslint/parser": "npm:^8.17.0"
aws-cdk: "npm:^2.171.1"
aws-cdk-lib: "npm:^2.171.1"
aws-cdk: "npm:^2.172.0"
aws-cdk-lib: "npm:^2.172.0"
cdk-dia: "npm:^0.11.0"
cdk-iam-floyd: "npm:^0.658.0"
constructs: "npm:^10.4.2"
Expand Down

0 comments on commit 4ea83b1

Please sign in to comment.