Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/canaries/axios-1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 1, 2023
2 parents 8096e82 + 51e9bab commit ab13db1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
28 changes: 14 additions & 14 deletions static-site/cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static-site/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"devDependencies": {
"@types/node": "^20.5.7",
"aws-cdk": "^2.94.0",
"aws-cdk": "^2.99.1",
"typescript": "^5.2.2"
},
"dependencies": {
"aws-cdk-lib": "^2.93.0",
"aws-cdk-lib": "^2.99.1",
"constructs": "^10.2.70"
}
}
28 changes: 14 additions & 14 deletions trivia-backend/infra/cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions trivia-backend/infra/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"deploy-service": "cdk deploy --app 'node ecs-service.js'"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.8.0",
"typescript": "^5.2.2",
"aws-cdk": "^2.93.0"
},
"dependencies": {
"aws-cdk-lib": "^2.93.0",
"aws-cdk-lib": "^2.99.1",
"constructs": "^10.2.70"
}
}

0 comments on commit ab13db1

Please sign in to comment.