Skip to content

Commit

Permalink
chore(deps): upgrades dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci authored Nov 22, 2024
1 parent c67708f commit 609196c
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 81 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upgrade Deps
uses: p6m7g8-actions/cdk-construct-upgrade@main
uses: p6m7g8-actions/cdk-construct-upgrade@main
with:
gh_token: ${{ secrets.P6_PGOLLUCCI_GH_TOKEN }}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
"@antfu/eslint-config": "^3.8.0",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
"@types/node": "22.8.4",
"@types/source-map-support": "^0",
"@types/node": "22.8.6",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"aws-cdk": "^2.164.1",
"aws-cdk-lib": "2.164.1",
"aws-cdk": "^2.165.0",
"aws-cdk-lib": "2.165.0",
"cdk-dia": "^0.11.0",
"constructs": "10.4.2",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jsii": "^5.5.4",
"jsii": "^5.5.8",
"jsii-diff": "^1.104.0",
"jsii-docgen": "^10.5.5",
"jsii-pacmak": "^1.104.0",
"jsii-rosetta": "^5.5.5",
"publib": "^0.2.907",
"publib": "^0.2.910",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.6.3"
Expand All @@ -81,13 +81,13 @@
"dependencies": {
"@aws-sdk/client-ec2": "^3.683.0",
"@types/aws-lambda": "^8.10.145",
"aws-cdk-lib": "2.164.1",
"aws-cdk-lib": "2.165.0",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1691.0",
"cdk-iam-floyd": "^0.658.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"winston": "^3.15.0"
"winston": "^3.16.0"
},
"bundledDependencies": [
"@aws-sdk/client-ec2",
Expand Down
Loading

0 comments on commit 609196c

Please sign in to comment.