Skip to content

Chore/update packages #6093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ allow_licenses:
- "BSD-Source-Code"
- "bzip2-1.0.6"
- "CC0-1.0"
- "CC-BY-4.0"
- "curl"
- "ISC"
- "MIT"
Expand Down
27,053 changes: 14,893 additions & 12,160 deletions infra-gen2/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions infra-gen2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"infra-common": "1.0.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.6.2",
"@aws-amplify/backend-cli": "^1.4.1",
"@aws-crypto/client-node": "^4.0.0",
"@aws-sdk/client-cognito-identity-provider": "^3.614.0",
"aws-cdk": "^2.150.0",
"aws-cdk-lib": "^2.177.0",
"@aws-amplify/backend": "^1.15.0",
"@aws-amplify/backend-cli": "^1.5.0",
"@aws-crypto/client-node": "^4.2.0",
"@aws-sdk/client-cognito-identity-provider": "^3.775.0",
"aws-cdk": "^2.1006.0",
"aws-cdk-lib": "^2.186.0",
"constructs": "^10.3.0",
"esbuild": "^0.25.0",
"tsx": "^4.16.2",
Expand Down
26 changes: 13 additions & 13 deletions infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"destroy": "cdk destroy --profile=${AWS_PROFILE:=default}"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.140",
"@types/babel__traverse": "^7.20.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/aws-lambda": "^8.10.148",
"@types/babel__traverse": "^7.20.7",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.28",
"aws-cdk": "2.95.0",
"esbuild": "^0.25.0",
"esbuild": "^0.25.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"typescript": "~5.2.2"
},
"dependencies": {
"@aws-cdk/aws-cognito-identitypool-alpha": "2.95.0-alpha.0",
"@aws-crypto/client-node": "^4.0.1",
"@aws-sdk/client-amplify": "^3.624.0",
"@aws-sdk/client-cognito-identity-provider": "^3.624.0",
"@aws-sdk/client-s3": "^3.624.0",
"aws-cdk-lib": "2.177.0",
"constructs": "^10.3.0",
"@aws-cdk/aws-cognito-identitypool-alpha": "2.186.0-alpha.0",
"@aws-crypto/client-node": "^4.2.0",
"@aws-sdk/client-amplify": "^3.775.0",
"@aws-sdk/client-cognito-identity-provider": "^3.775.0",
"@aws-sdk/client-s3": "^3.775.0",
"aws-cdk-lib": "2.186.0",
"constructs": "^10.4.2",
"node-fetch": "^3.3.2",
"source-map-support": "^0.5.21"
},
Expand Down
3,453 changes: 1,761 additions & 1,692 deletions infra/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading
Loading